Trace number 1047176

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
casper zitoSAT 881.401 889.831

DiagnosticValue
CHECKS1754550

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-5_ext.xml
MD5SUM913b73e52caa1aa69c2e6b17aebbe21b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.3348
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension2713
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.21	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.18/0.21	c Parsing = 1
0.18/0.21	c Building = 1
9.40/9.50	c [ NumberOfVariables = 21 ]
9.40/9.50	c [ NumberOfConstraints = 2713 ]
9.40/9.50	c [ SizeOfSearchSpace(log2) = 21 ]
9.40/9.50	c SymmetrySearch = (OutOfMemory)
16.93/17.14	c [ Proceeding without symmetry breaking ]
17.92/18.18	c InitialPropagation = 1
18.12/18.30	c [ SizeOfSearchSpace(log2) = 21 ]
18.12/18.30	c InitialSAC = 1
54.56/55.10	c [ SizeOfSearchSpace(log2) = 21 ]
54.56/55.10	c Search(DomWDeg) = 1
881.17/889.69	s SATISFIABLE
881.17/889.69	v 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
881.17/889.69	d CHECKS 1754552
881.17/889.69	c [ TotalFails = 639 ]
881.17/889.69	c [ NumberOfRestarts = 4 ]
881.17/889.70	c [ TotalTime = 830.087 secs ]

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1047176-1215039512/watcher-1047176-1215039512 -o /tmp/evaluation-result-1047176-1215039512/solver-1047176-1215039512 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1047176-1215039512.xml 893441583 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.80 0.20 0.07 4/80 24757
/proc/meminfo: memFree=1750200/2055920 swapFree=4180444/4192956
[pid=24757] ppid=24755 vsize=1052 CPUtime=0
/proc/24757/stat : 24757 (casperzito) R 24755 24757 24607 0 -1 4194304 40 0 0 0 0 0 0 0 22 0 1 0 1982920791 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 6853412 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/24757/statm: 263 26 20 234 0 3 0

[startup+0.092362 s]
/proc/loadavg: 0.80 0.20 0.07 4/80 24757
/proc/meminfo: memFree=1750200/2055920 swapFree=4180444/4192956
[pid=24757] ppid=24755 vsize=7152 CPUtime=0.08
/proc/24757/stat : 24757 (casperzito) R 24755 24757 24607 0 -1 4194304 910 0 0 0 8 0 0 0 18 0 1 0 1982920791 7323648 870 996147200 134512640 135472138 4294956224 18446744073709551615 134807028 0 0 4096 0 0 0 0 17 1 0 0
/proc/24757/statm: 1788 870 367 234 0 490 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7152

[startup+0.101358 s]
/proc/loadavg: 0.80 0.20 0.07 4/80 24757
/proc/meminfo: memFree=1750200/2055920 swapFree=4180444/4192956
[pid=24757] ppid=24755 vsize=7416 CPUtime=0.08
/proc/24757/stat : 24757 (casperzito) R 24755 24757 24607 0 -1 4194304 956 0 0 0 8 0 0 0 18 0 1 0 1982920791 7593984 916 996147200 134512640 135472138 4294956224 18446744073709551615 134622642 0 0 4096 0 0 0 0 17 1 0 0
/proc/24757/statm: 1854 916 367 234 0 556 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7416

[startup+0.301392 s]
/proc/loadavg: 0.80 0.20 0.07 4/80 24757
/proc/meminfo: memFree=1750200/2055920 swapFree=4180444/4192956
[pid=24757] ppid=24755 vsize=102872 CPUtime=0.28
/proc/24757/stat : 24757 (casperzito) R 24755 24757 24607 0 -1 4194304 1454 0 0 0 28 0 0 0 19 0 1 0 1982920791 105340928 1414 996147200 134512640 135472138 4294956224 18446744073709551615 134606250 0 0 4096 0 0 0 0 17 1 0 0
/proc/24757/statm: 25718 1414 403 234 0 24420 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 102872

[startup+0.701461 s]
/proc/loadavg: 0.80 0.20 0.07 4/80 24757
/proc/meminfo: memFree=1750200/2055920 swapFree=4180444/4192956
[pid=24757] ppid=24755 vsize=102872 CPUtime=0.68
/proc/24757/stat : 24757 (casperzito) R 24755 24757 24607 0 -1 4194304 1511 0 0 0 68 0 0 0 23 0 1 0 1982920791 105340928 1471 996147200 134512640 135472138 4294956224 18446744073709551615 134606250 0 0 4096 0 0 0 0 17 1 0 0
/proc/24757/statm: 25718 1471 403 234 0 24420 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 102872

[startup+1.5016 s]
/proc/loadavg: 0.80 0.20 0.07 3/81 24758
/proc/meminfo: memFree=1745648/2055920 swapFree=4180444/4192956
[pid=24757] ppid=24755 vsize=102872 CPUtime=1.47
/proc/24757/stat : 24757 (casperzito) R 24755 24757 24607 0 -1 4194304 1626 0 0 0 147 0 0 0 25 0 1 0 1982920791 105340928 1586 996147200 134512640 135472138 4294956224 18446744073709551615 134606189 0 0 4096 0 0 0 0 17 1 0 0
/proc/24757/statm: 25718 1586 403 234 0 24420 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 102872

[startup+3.10187 s]
/proc/loadavg: 0.80 0.20 0.07 4/81 24758
/proc/meminfo: memFree=1744752/2055920 swapFree=4180444/4192956
[pid=24757] ppid=24755 vsize=103136 CPUtime=3.06
/proc/24757/stat : 24757 (casperzito) R 24755 24757 24607 0 -1 4194304 1913 0 0 0 306 0 0 0 25 0 1 0 1982920791 105611264 1873 996147200 134512640 135472138 4294956224 18446744073709551615 134606250 0 0 4096 0 0 0 0 17 1 0 0
/proc/24757/statm: 25784 1873 403 234 0 24486 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 103136

[startup+6.30141 s]
/proc/loadavg: 0.90 0.23 0.08 3/81 24758
/proc/meminfo: memFree=1742256/2055920 swapFree=4180444/4192956
[pid=24757] ppid=24755 vsize=103664 CPUtime=6.23
/proc/24757/stat : 24757 (casperzito) R 24755 24757 24607 0 -1 4194304 2488 0 0 0 623 0 0 0 25 0 1 0 1982920791 106151936 2448 996147200 134512640 135472138 4294956224 18446744073709551615 134606209 0 0 4096 0 0 0 0 17 1 0 0
/proc/24757/statm: 25916 2448 403 234 0 24618 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 103664

[startup+12.7015 s]
/proc/loadavg: 0.99 0.26 0.09 3/81 24758
/proc/meminfo: memFree=1483184/2055920 swapFree=4180444/4192956
[pid=24757] ppid=24755 vsize=430892 CPUtime=12.57
/proc/24757/stat : 24757 (casperzito) R 24755 24757 24607 0 -1 4194304 84775 0 0 0 1223 34 0 0 25 0 1 0 1982920791 441233408 84735 996147200 134512640 135472138 4294956224 18446744073709551615 134634195 0 0 4096 0 0 0 0 17 1 0 0
/proc/24757/statm: 107723 84735 432 234 0 106425 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 430892

[startup+25.5017 s]
/proc/loadavg: 1.21 0.35 0.12 3/81 24758
/proc/meminfo: memFree=939056/2055920 swapFree=4180444/4192956
[pid=24757] ppid=24755 vsize=878900 CPUtime=25.25
/proc/24757/stat : 24757 (casperzito) R 24755 24757 24607 0 -1 4194304 202753 0 0 0 2443 82 0 0 25 0 1 0 1982920791 899993600 202713 996147200 134512640 135472138 4294956224 18446744073709551615 134585030 0 0 4096 0 0 0 0 17 1 0 0
/proc/24757/statm: 219725 202713 462 234 0 218427 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 878900

[startup+51.102 s]
/proc/loadavg: 1.48 0.48 0.17 3/81 24758
/proc/meminfo: memFree=936688/2055920 swapFree=4180444/4192956
[pid=24757] ppid=24755 vsize=878900 CPUtime=50.61
/proc/24757/stat : 24757 (casperzito) R 24755 24757 24607 0 -1 4194304 203328 0 0 0 4979 82 0 0 25 0 1 0 1982920791 899993600 203288 996147200 134512640 135472138 4294956224 18446744073709551615 134604938 0 0 4096 0 0 0 0 17 1 0 0
/proc/24757/statm: 219725 203288 462 234 0 218427 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 878900

[startup+102.308 s]
/proc/loadavg: 1.77 0.71 0.26 3/81 24758
/proc/meminfo: memFree=936560/2055920 swapFree=4180444/4192956
[pid=24757] ppid=24755 vsize=878900 CPUtime=101.32
/proc/24757/stat : 24757 (casperzito) R 24755 24757 24607 0 -1 4194304 203350 0 0 0 10050 82 0 0 25 0 1 0 1982920791 899993600 203310 996147200 134512640 135472138 4294956224 18446744073709551615 134585089 0 0 4096 0 0 0 0 17 1 0 0
/proc/24757/statm: 219725 203310 479 234 0 218427 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 878900

[startup+162.302 s]
/proc/loadavg: 1.91 0.94 0.37 4/81 24764
/proc/meminfo: memFree=936240/2055920 swapFree=4180444/4192956
[pid=24757] ppid=24755 vsize=878900 CPUtime=160.74
/proc/24757/stat : 24757 (casperzito) R 24755 24757 24607 0 -1 4194304 203351 0 0 0 15992 82 0 0 25 0 1 0 1982920791 899993600 203311 996147200 134512640 135472138 4294956224 18446744073709551615 134585008 0 0 4096 0 0 0 0 17 1 0 0
/proc/24757/statm: 219725 203311 479 234 0 218427 0
Current children cumulated CPU time (s) 160.74
Current children cumulated vsize (KiB) 878900

[startup+222.301 s]
/proc/loadavg: 1.97 1.13 0.47 4/81 24764
/proc/meminfo: memFree=936240/2055920 swapFree=4180444/4192956
[pid=24757] ppid=24755 vsize=878900 CPUtime=220.16
/proc/24757/stat : 24757 (casperzito) R 24755 24757 24607 0 -1 4194304 203351 0 0 0 21934 82 0 0 25 0 1 0 1982920791 899993600 203311 996147200 134512640 135472138 4294956224 18446744073709551615 134605024 0 0 4096 0 0 0 0 17 1 0 0
/proc/24757/statm: 219725 203311 479 234 0 218427 0
Current children cumulated CPU time (s) 220.16
Current children cumulated vsize (KiB) 878900

[startup+282.301 s]
/proc/loadavg: 1.99 1.29 0.56 4/81 24764
/proc/meminfo: memFree=936304/2055920 swapFree=4180444/4192956
[pid=24757] ppid=24755 vsize=878900 CPUtime=279.6
/proc/24757/stat : 24757 (casperzito) R 24755 24757 24607 0 -1 4194304 203352 0 0 0 27878 82 0 0 25 0 1 0 1982920791 899993600 203312 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/24757/statm: 219725 203312 479 234 0 218427 0
Current children cumulated CPU time (s) 279.6
Current children cumulated vsize (KiB) 878900

[startup+342.302 s]
/proc/loadavg: 1.99 1.42 0.65 3/81 24764
/proc/meminfo: memFree=936304/2055920 swapFree=4180444/4192956
[pid=24757] ppid=24755 vsize=878900 CPUtime=339.03
/proc/24757/stat : 24757 (casperzito) R 24755 24757 24607 0 -1 4194304 203352 0 0 0 33821 82 0 0 25 0 1 0 1982920791 899993600 203312 996147200 134512640 135472138 4294956224 18446744073709551615 134585013 0 0 4096 0 0 0 0 17 1 0 0
/proc/24757/statm: 219725 203312 479 234 0 218427 0
Current children cumulated CPU time (s) 339.03
Current children cumulated vsize (KiB) 878900

[startup+402.302 s]
/proc/loadavg: 1.99 1.52 0.73 3/81 24764
/proc/meminfo: memFree=936304/2055920 swapFree=4180444/4192956
[pid=24757] ppid=24755 vsize=878900 CPUtime=398.47
/proc/24757/stat : 24757 (casperzito) R 24755 24757 24607 0 -1 4194304 203352 0 0 0 39765 82 0 0 25 0 1 0 1982920791 899993600 203312 996147200 134512640 135472138 4294956224 18446744073709551615 134585008 0 0 4096 0 0 0 0 17 1 0 0
/proc/24757/statm: 219725 203312 479 234 0 218427 0
Current children cumulated CPU time (s) 398.47
Current children cumulated vsize (KiB) 878900

[startup+462.302 s]
/proc/loadavg: 1.99 1.60 0.80 3/81 24764
/proc/meminfo: memFree=936304/2055920 swapFree=4180444/4192956
[pid=24757] ppid=24755 vsize=878900 CPUtime=457.9
/proc/24757/stat : 24757 (casperzito) R 24755 24757 24607 0 -1 4194304 203352 0 0 0 45708 82 0 0 25 0 1 0 1982920791 899993600 203312 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/24757/statm: 219725 203312 479 234 0 218427 0
Current children cumulated CPU time (s) 457.9
Current children cumulated vsize (KiB) 878900

[startup+522.302 s]
/proc/loadavg: 1.99 1.67 0.88 4/81 24764
/proc/meminfo: memFree=936304/2055920 swapFree=4180444/4192956
[pid=24757] ppid=24755 vsize=878900 CPUtime=517.34
/proc/24757/stat : 24757 (casperzito) R 24755 24757 24607 0 -1 4194304 203352 0 0 0 51652 82 0 0 25 0 1 0 1982920791 899993600 203312 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/24757/statm: 219725 203312 479 234 0 218427 0
Current children cumulated CPU time (s) 517.34
Current children cumulated vsize (KiB) 878900

[startup+582.301 s]
/proc/loadavg: 1.99 1.73 0.94 4/81 24764
/proc/meminfo: memFree=936304/2055920 swapFree=4180444/4192956
[pid=24757] ppid=24755 vsize=878900 CPUtime=576.77
/proc/24757/stat : 24757 (casperzito) R 24755 24757 24607 0 -1 4194304 203353 0 0 0 57595 82 0 0 25 0 1 0 1982920791 899993600 203313 996147200 134512640 135472138 4294956224 18446744073709551615 134605013 0 0 4096 0 0 0 0 17 1 0 0
/proc/24757/statm: 219725 203313 479 234 0 218427 0
Current children cumulated CPU time (s) 576.77
Current children cumulated vsize (KiB) 878900

[startup+642.301 s]
/proc/loadavg: 1.99 1.78 1.01 3/81 24764
/proc/meminfo: memFree=936176/2055920 swapFree=4180444/4192956
[pid=24757] ppid=24755 vsize=878900 CPUtime=636.2
/proc/24757/stat : 24757 (casperzito) R 24755 24757 24607 0 -1 4194304 203353 0 0 0 63538 82 0 0 25 0 1 0 1982920791 899993600 203313 996147200 134512640 135472138 4294956224 18446744073709551615 134605022 0 0 4096 0 0 0 0 17 1 0 0
/proc/24757/statm: 219725 203313 479 234 0 218427 0
Current children cumulated CPU time (s) 636.2
Current children cumulated vsize (KiB) 878900

[startup+702.302 s]
/proc/loadavg: 1.99 1.81 1.07 3/81 24764
/proc/meminfo: memFree=936048/2055920 swapFree=4180444/4192956
[pid=24757] ppid=24755 vsize=878900 CPUtime=695.64
/proc/24757/stat : 24757 (casperzito) R 24755 24757 24607 0 -1 4194304 203355 0 0 0 69482 82 0 0 25 0 1 0 1982920791 899993600 203315 996147200 134512640 135472138 4294956224 18446744073709551615 134585033 0 0 4096 0 0 0 0 17 1 0 0
/proc/24757/statm: 219725 203315 479 234 0 218427 0
Current children cumulated CPU time (s) 695.64
Current children cumulated vsize (KiB) 878900

[startup+762.307 s]
/proc/loadavg: 1.99 1.85 1.12 3/81 24764
/proc/meminfo: memFree=936048/2055920 swapFree=4180444/4192956
[pid=24757] ppid=24755 vsize=878900 CPUtime=755.07
/proc/24757/stat : 24757 (casperzito) R 24755 24757 24607 0 -1 4194304 203355 0 0 0 75425 82 0 0 25 0 1 0 1982920791 899993600 203315 996147200 134512640 135472138 4294956224 18446744073709551615 134604868 0 0 4096 0 0 0 0 17 1 0 0
/proc/24757/statm: 219725 203315 479 234 0 218427 0
Current children cumulated CPU time (s) 755.07
Current children cumulated vsize (KiB) 878900

[startup+822.302 s]
/proc/loadavg: 1.99 1.87 1.17 4/81 24764
/proc/meminfo: memFree=936048/2055920 swapFree=4180444/4192956
[pid=24757] ppid=24755 vsize=878900 CPUtime=814.51
/proc/24757/stat : 24757 (casperzito) R 24755 24757 24607 0 -1 4194304 203355 0 0 0 81369 82 0 0 25 0 1 0 1982920791 899993600 203315 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/24757/statm: 219725 203315 479 234 0 218427 0
Current children cumulated CPU time (s) 814.51
Current children cumulated vsize (KiB) 878900

[startup+882.302 s]
/proc/loadavg: 1.99 1.89 1.22 5/81 24764
/proc/meminfo: memFree=936048/2055920 swapFree=4180444/4192956
[pid=24757] ppid=24755 vsize=878900 CPUtime=873.94
/proc/24757/stat : 24757 (casperzito) R 24755 24757 24607 0 -1 4194304 203355 0 0 0 87312 82 0 0 25 0 1 0 1982920791 899993600 203315 996147200 134512640 135472138 4294956224 18446744073709551615 134604891 0 0 4096 0 0 0 0 17 1 0 0
/proc/24757/statm: 219725 203315 479 234 0 218427 0
Current children cumulated CPU time (s) 873.94
Current children cumulated vsize (KiB) 878900

Solver just ended. Dumping a history of the last processes samples

[startup+883.101 s]
/proc/loadavg: 1.99 1.89 1.22 5/81 24764
/proc/meminfo: memFree=936048/2055920 swapFree=4180444/4192956
[pid=24757] ppid=24755 vsize=878900 CPUtime=874.73
/proc/24757/stat : 24757 (casperzito) R 24755 24757 24607 0 -1 4194304 203355 0 0 0 87391 82 0 0 25 0 1 0 1982920791 899993600 203315 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/24757/statm: 219725 203315 479 234 0 218427 0
Current children cumulated CPU time (s) 874.73
Current children cumulated vsize (KiB) 878900

[startup+886.302 s]
/proc/loadavg: 1.99 1.89 1.23 3/81 24764
/proc/meminfo: memFree=936048/2055920 swapFree=4180444/4192956
[pid=24757] ppid=24755 vsize=878900 CPUtime=877.9
/proc/24757/stat : 24757 (casperzito) R 24755 24757 24607 0 -1 4194304 203355 0 0 0 87708 82 0 0 25 0 1 0 1982920791 899993600 203315 996147200 134512640 135472138 4294956224 18446744073709551615 134585013 0 0 4096 0 0 0 0 17 1 0 0
/proc/24757/statm: 219725 203315 479 234 0 218427 0
Current children cumulated CPU time (s) 877.9
Current children cumulated vsize (KiB) 878900

[startup+887.901 s]
/proc/loadavg: 1.99 1.89 1.23 4/81 24764
/proc/meminfo: memFree=936048/2055920 swapFree=4180444/4192956
[pid=24757] ppid=24755 vsize=878900 CPUtime=879.48
/proc/24757/stat : 24757 (casperzito) R 24755 24757 24607 0 -1 4194304 203355 0 0 0 87866 82 0 0 25 0 1 0 1982920791 899993600 203315 996147200 134512640 135472138 4294956224 18446744073709551615 134577882 0 0 4096 0 0 0 0 17 1 0 0
/proc/24757/statm: 219725 203315 479 234 0 218427 0
Current children cumulated CPU time (s) 879.48
Current children cumulated vsize (KiB) 878900

[startup+888.701 s]
/proc/loadavg: 1.99 1.89 1.23 3/81 24764
/proc/meminfo: memFree=936048/2055920 swapFree=4180444/4192956
[pid=24757] ppid=24755 vsize=878900 CPUtime=880.28
/proc/24757/stat : 24757 (casperzito) R 24755 24757 24607 0 -1 4194304 203355 0 0 0 87946 82 0 0 25 0 1 0 1982920791 899993600 203315 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 1 0 0
/proc/24757/statm: 219725 203315 479 234 0 218427 0
Current children cumulated CPU time (s) 880.28
Current children cumulated vsize (KiB) 878900

[startup+889.501 s]
/proc/loadavg: 1.99 1.89 1.23 3/81 24764
/proc/meminfo: memFree=936048/2055920 swapFree=4180444/4192956
[pid=24757] ppid=24755 vsize=878900 CPUtime=881.07
/proc/24757/stat : 24757 (casperzito) R 24755 24757 24607 0 -1 4194304 203355 0 0 0 88025 82 0 0 25 0 1 0 1982920791 899993600 203315 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 1 0 0
/proc/24757/statm: 219725 203315 479 234 0 218427 0
Current children cumulated CPU time (s) 881.07
Current children cumulated vsize (KiB) 878900

[startup+889.701 s]
/proc/loadavg: 1.99 1.89 1.23 3/81 24764
/proc/meminfo: memFree=936048/2055920 swapFree=4180444/4192956
[pid=24757] ppid=24755 vsize=878900 CPUtime=881.27
/proc/24757/stat : 24757 (casperzito) R 24755 24757 24607 0 -1 4194304 203356 0 0 0 88045 82 0 0 25 0 1 0 1982920791 899993600 201268 996147200 134512640 135472138 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24757/statm: 219725 201268 480 234 0 218427 0
Current children cumulated CPU time (s) 881.27
Current children cumulated vsize (KiB) 878900

[startup+889.803 s]
/proc/loadavg: 1.99 1.89 1.23 4/81 24764
/proc/meminfo: memFree=1602160/2055920 swapFree=4180444/4192956
[pid=24757] ppid=24755 vsize=847648 CPUtime=881.37
/proc/24757/stat : 24757 (casperzito) R 24755 24757 24607 0 -1 4194304 203356 0 0 0 88045 92 0 0 25 0 1 0 1982920791 867991552 36783 996147200 134512640 135472138 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24757/statm: 211912 36783 480 234 0 210614 0
Current children cumulated CPU time (s) 881.37
Current children cumulated vsize (KiB) 847648

Child status: 0
Real time (s): 889.831
CPU time (s): 881.401
CPU user time (s): 880.451
CPU system time (s): 0.949855
CPU usage (%): 99.0526
Max. virtual memory (cumulated for all children) (KiB): 878900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 880.451
system time used= 0.949855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203357
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16
involuntary context switches= 33858

runsolver used 0.870867 second user time and 2.6386 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-03 00:58:32
IDJOB=1047176
IDBENCH=54135
IDSOLVER=362
FILE ID=node68/1047176-1215039512
PBS_JOBID= 7875039
Free space on /tmp= 66540 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/bddLarge/normalized-bdd-21-2713-15-79-5_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1047176-1215039512/watcher-1047176-1215039512 -o /tmp/evaluation-result-1047176-1215039512/solver-1047176-1215039512 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1047176-1215039512.xml 893441583 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 913b73e52caa1aa69c2e6b17aebbe21b
RANDOM SEED=893441583

node68.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1750616 kB
Buffers:         33720 kB
Cached:         137444 kB
SwapCached:       6520 kB
Active:         194108 kB
Inactive:        45336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1750616 kB
SwapTotal:     4192956 kB
SwapFree:      4180444 kB
Dirty:            5204 kB
Writeback:           0 kB
Mapped:          81716 kB
Slab:            51236 kB
Committed_AS:  4896600 kB
PageTables:       1856 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66536 MiB
End job on node68 at 2008-07-03 01:13:22