Trace number 1728254

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
SAT07 reference solver: SATzilla CRAFTED? (exit code) 1198.92 1199.52

General information on the benchmark

Namecrafted/Hard/contest05/others/
eulcbip-8-UNSAT.sat05-3937.reshuffled-07.cnf
MD5SUMcc16a72221b8e1efdfd6127b2f238bcd
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables161
Number of clauses802
Sum of the clauses size3204
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 30
Number of clauses of size 4800
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

10.99/11.17	c run March_dl for 5 seconds ... 
10.99/11.17	c Bin: Executing march_dl
10.99/11.17	c child exit by a signal
10.99/11.17	c march_dl returned code 137.
10.99/11.17	c run saps (UBCSAT implementation) for 2 seconds ... 
10.99/11.17	c Bin: Executing ubcsat2006
10.99/11.17	c child exited successfully
10.99/11.17	c ubcsat2006 returned code 0.
10.99/11.17	c satzilla computing base features
10.99/11.17	c satzilla doing unit-prop probe
10.99/11.17	c satzilla doing local search probe
10.99/11.17	c satzilla doing lobjois search-space size estimate
10.99/11.17	c satzilla's ranking:
10.99/11.17	c 1) vallst+P: 2.171628
10.99/11.17	c 2) minisat20+P: 2.725612
10.99/11.17	c 3) minisat20: 2.776208
10.99/11.17	c 4) zchaff_rand+P: 2.974543
10.99/11.17	c 5) march_dl+P: 3.170764
10.99/11.17	c 6) march_dl: 3.417869
10.99/11.17	c 7) kcnfs+P: 999.000000
10.99/11.17	c 8) kcnfs: 999.000000
10.99/11.17	c 9) vallst: 999.000000
10.99/11.17	c 10) zchaff_rand: 999.000000
10.99/11.17	c satzilla running vallst with preprocessing ... 
1198.86/1199.51	c Preprocessing...
1198.86/1199.51	c Inital problem has 161 variables, 800 nary clauses (2 binary clauses).
1198.86/1199.51	c Num non-binary clauses 800, Average non-binary clause length 4.000
1198.86/1199.51	c Theory has no gaps
1198.86/1199.51	c Preprocessor runtime was 0.000 seconds.
1198.86/1199.51	c 
1198.86/1199.51	c Satisfiability of theory still undetermined.
1198.86/1199.51	c See file /tmp/jgTxN2 for simplified theory.
1198.86/1199.51	c Bin: Executing vallst
1198.86/1199.51	c child exit by a signal
1198.86/1199.51	c vallst returned code 137.
1198.86/1199.51	c vallst returned code 137.
1198.86/1199.51	c satzilla running minisat20 with preprocessing ... 
1198.86/1199.51	c Bin: Executing minisat20
1198.86/1199.51	c minisat20 returned code 1.
1198.86/1199.51	c minisat20 returned code 1.
1198.86/1199.51	c satzilla running minisat20 ... 
1198.86/1199.51	c Bin: Executing minisat20
1198.86/1199.51	c minisat20 returned code 1.
1198.86/1199.51	c minisat20 returned code 1.
1198.86/1199.51	c satzilla running zchaff_rand with preprocessing ... 
1198.86/1199.51	c Bin: Executing zchaff_rand
1198.86/1199.51	c zchaff_rand returned code 1.
1198.86/1199.51	c zchaff_rand returned code 1.
1198.86/1199.51	c satzilla running march_dl with preprocessing ... 
1198.86/1199.51	c Bin: Executing march_dl
1198.86/1199.51	c march_dl returned code 1.
1198.86/1199.51	c march_dl returned code 1.
1198.86/1199.51	c satzilla running march_dl ... 
1198.86/1199.51	c Bin: Executing march_dl
1198.86/1199.51	c march_dl returned code 1.
1198.86/1199.51	c march_dl returned code 1.
1198.86/1199.51	c satzilla running kcnfs with preprocessing ... 
1198.86/1199.51	c Bin: Executing kcnfs
1198.86/1199.51	c kcnfs returned code 1.
1198.86/1199.51	c kcnfs returned code 1.
1198.86/1199.51	c satzilla running kcnfs ... 
1198.86/1199.51	c Bin: Executing kcnfs
1198.86/1199.51	c kcnfs returned code 1.
1198.86/1199.51	c kcnfs returned code 1.
1198.86/1199.51	c satzilla running vallst ... 
1198.86/1199.51	c Bin: Executing vallst
1198.86/1199.51	c vallst returned code 1.
1198.86/1199.51	c vallst returned code 1.
1198.86/1199.51	c satzilla running zchaff_rand ... 
1198.86/1199.51	c Bin: Executing zchaff_rand
1198.86/1199.51	c zchaff_rand returned code 1.
1198.86/1199.51	c zchaff_rand returned code 1.
1198.86/1199.51	c ERROR: All Failed! 
1198.86/1199.51	c SATZILLA_TIME=1199.070000

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1728254-1240734606/watcher-1728254-1240734606 -o /tmp/evaluation-result-1728254-1240734606/solver-1728254-1240734606 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1728254-1240734606.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 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.99 0.98 0.99 3/64 754
/proc/meminfo: memFree=1753488/2055920 swapFree=4191900/4192956
[pid=754] ppid=752 vsize=1440 CPUtime=0
/proc/754/stat : 754 (SATzilla2007_C) R 752 754 381 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 101494635 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/754/statm: 360 110 95 260 0 84 0
[pid=755] ppid=754 vsize=640 CPUtime=0
/proc/755/stat : 755 (march_dl) R 754 754 381 0 -1 4194304 97 0 0 0 0 0 0 0 18 0 1 0 101494635 655360 89 1992294400 134512640 134996440 4294956256 18446744073709551615 134522690 0 0 8392704 0 0 0 0 17 0 0 0
/proc/755/statm: 160 96 64 118 0 39 0

[startup+0.0952399 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 754
/proc/meminfo: memFree=1753488/2055920 swapFree=4191900/4192956
[pid=754] ppid=752 vsize=1440 CPUtime=0
/proc/754/stat : 754 (SATzilla2007_C) S 752 754 381 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 101494635 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/754/statm: 360 110 95 260 0 84 0
[pid=755] ppid=754 vsize=1412 CPUtime=0.09
/proc/755/stat : 755 (march_dl) R 754 754 381 0 -1 4194304 316 0 0 0 9 0 0 0 19 0 1 0 101494635 1445888 308 1992294400 134512640 134996440 4294956256 18446744073709551615 134552208 0 0 8392704 0 0 0 0 17 0 0 0
/proc/755/statm: 353 308 75 118 0 232 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2852

[startup+0.101241 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 754
/proc/meminfo: memFree=1753488/2055920 swapFree=4191900/4192956
[pid=754] ppid=752 vsize=1440 CPUtime=0
/proc/754/stat : 754 (SATzilla2007_C) S 752 754 381 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 101494635 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/754/statm: 360 110 95 260 0 84 0
[pid=755] ppid=754 vsize=1412 CPUtime=0.09
/proc/755/stat : 755 (march_dl) R 754 754 381 0 -1 4194304 316 0 0 0 9 0 0 0 19 0 1 0 101494635 1445888 308 1992294400 134512640 134996440 4294956256 18446744073709551615 134527789 0 0 8392704 0 0 0 0 17 0 0 0
/proc/755/statm: 353 308 75 118 0 232 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2852

[startup+0.301259 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 754
/proc/meminfo: memFree=1753488/2055920 swapFree=4191900/4192956
[pid=754] ppid=752 vsize=1440 CPUtime=0
/proc/754/stat : 754 (SATzilla2007_C) S 752 754 381 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 101494635 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/754/statm: 360 110 95 260 0 84 0
[pid=755] ppid=754 vsize=1412 CPUtime=0.29
/proc/755/stat : 755 (march_dl) R 754 754 381 0 -1 4194304 316 0 0 0 29 0 0 0 21 0 1 0 101494635 1445888 308 1992294400 134512640 134996440 4294956256 18446744073709551615 134532993 0 0 8392704 0 0 0 0 17 0 0 0
/proc/755/statm: 353 308 75 118 0 232 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2852

[startup+0.7013 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 754
/proc/meminfo: memFree=1753488/2055920 swapFree=4191900/4192956
[pid=754] ppid=752 vsize=1440 CPUtime=0
/proc/754/stat : 754 (SATzilla2007_C) S 752 754 381 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 101494635 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/754/statm: 360 110 95 260 0 84 0
[pid=755] ppid=754 vsize=1412 CPUtime=0.69
/proc/755/stat : 755 (march_dl) R 754 754 381 0 -1 4194304 316 0 0 0 69 0 0 0 25 0 1 0 101494635 1445888 308 1992294400 134512640 134996440 4294956256 18446744073709551615 134552115 0 0 8392704 0 0 0 0 17 0 0 0
/proc/755/statm: 353 308 75 118 0 232 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2852

[startup+1.50138 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 756
/proc/meminfo: memFree=1752448/2055920 swapFree=4191900/4192956
[pid=754] ppid=752 vsize=1440 CPUtime=0
/proc/754/stat : 754 (SATzilla2007_C) S 752 754 381 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 101494635 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/754/statm: 360 110 95 260 0 84 0
[pid=755] ppid=754 vsize=1412 CPUtime=1.49
/proc/755/stat : 755 (march_dl) R 754 754 381 0 -1 4194304 316 0 0 0 149 0 0 0 25 0 1 0 101494635 1445888 308 1992294400 134512640 134996440 4294956256 18446744073709551615 134527302 0 0 8392704 0 0 0 0 17 0 0 0
/proc/755/statm: 353 308 75 118 0 232 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2852

[startup+3.10154 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 756
/proc/meminfo: memFree=1752320/2055920 swapFree=4191900/4192956
[pid=754] ppid=752 vsize=1440 CPUtime=0
/proc/754/stat : 754 (SATzilla2007_C) S 752 754 381 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 101494635 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/754/statm: 360 110 95 260 0 84 0
[pid=755] ppid=754 vsize=1412 CPUtime=3.09
/proc/755/stat : 755 (march_dl) R 754 754 381 0 -1 4194304 316 0 0 0 309 0 0 0 25 0 1 0 101494635 1445888 308 1992294400 134512640 134996440 4294956256 18446744073709551615 134537013 0 0 8392704 0 0 0 0 17 1 0 0
/proc/755/statm: 353 308 75 118 0 232 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2852

[startup+6.30287 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 757
/proc/meminfo: memFree=1751680/2055920 swapFree=4191900/4192956
[pid=754] ppid=752 vsize=1440 CPUtime=4.99
/proc/754/stat : 754 (SATzilla2007_C) S 752 754 381 0 -1 4194304 135 316 0 0 0 0 499 0 16 0 1 0 101494635 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/754/statm: 360 111 96 260 0 84 0
[pid=757] ppid=754 vsize=6188 CPUtime=1.21
/proc/757/stat : 757 (ubcsat2006) R 754 754 381 0 -1 4194304 235 0 13 0 96 25 0 0 25 0 1 0 101495136 6336512 231 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/757/statm: 1547 231 156 64 0 1128 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 7628

[startup+12.7015 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 758
/proc/meminfo: memFree=1750976/2055920 swapFree=4191900/4192956
[pid=754] ppid=752 vsize=1792 CPUtime=11.07
/proc/754/stat : 754 (SATzilla2007_C) S 752 754 381 0 -1 4194304 572 557 0 13 306 45 700 56 25 0 1 0 101494635 1835008 268 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/754/statm: 448 268 165 260 0 172 0
[pid=758] ppid=754 vsize=2432 CPUtime=1.5
/proc/758/stat : 758 (vallst) R 754 754 381 0 -1 4194304 297 0 1 0 135 15 0 0 25 0 1 0 101495754 2490368 282 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/758/statm: 608 282 151 55 0 198 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 4224

[startup+25.5018 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 758
/proc/meminfo: memFree=1750720/2055920 swapFree=4191900/4192956
[pid=754] ppid=752 vsize=1792 CPUtime=11.07
/proc/754/stat : 754 (SATzilla2007_C) S 752 754 381 0 -1 4194304 572 557 0 13 306 45 700 56 25 0 1 0 101494635 1835008 268 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/754/statm: 448 268 165 260 0 172 0
[pid=758] ppid=754 vsize=2572 CPUtime=14.3
/proc/758/stat : 758 (vallst) R 754 754 381 0 -1 4194304 386 0 1 0 1362 68 0 0 25 0 1 0 101495754 2633728 371 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/758/statm: 643 371 151 55 0 233 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 4364

[startup+51.1013 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 758
/proc/meminfo: memFree=1750592/2055920 swapFree=4191900/4192956
[pid=754] ppid=752 vsize=1792 CPUtime=11.07
/proc/754/stat : 754 (SATzilla2007_C) S 752 754 381 0 -1 4194304 572 557 0 13 306 45 700 56 25 0 1 0 101494635 1835008 268 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/754/statm: 448 268 165 260 0 172 0
[pid=758] ppid=754 vsize=2688 CPUtime=39.88
/proc/758/stat : 758 (vallst) R 754 754 381 0 -1 4194304 433 0 1 0 3856 132 0 0 25 0 1 0 101495754 2752512 418 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/758/statm: 672 418 151 55 0 262 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 4480

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 758
/proc/meminfo: memFree=1750400/2055920 swapFree=4191900/4192956
[pid=754] ppid=752 vsize=1792 CPUtime=11.07
/proc/754/stat : 754 (SATzilla2007_C) S 752 754 381 0 -1 4194304 572 557 0 13 306 45 700 56 25 0 1 0 101494635 1835008 268 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/754/statm: 448 268 165 260 0 172 0
[pid=758] ppid=754 vsize=2864 CPUtime=91.06
/proc/758/stat : 758 (vallst) R 754 754 381 0 -1 4194304 472 0 1 0 8872 234 0 0 25 0 1 0 101495754 2932736 457 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/758/statm: 716 457 151 55 0 306 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 4656

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 758
/proc/meminfo: memFree=1750144/2055920 swapFree=4191900/4192956
[pid=754] ppid=752 vsize=1792 CPUtime=11.07
/proc/754/stat : 754 (SATzilla2007_C) S 752 754 381 0 -1 4194304 572 557 0 13 306 45 700 56 25 0 1 0 101494635 1835008 268 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/754/statm: 448 268 165 260 0 172 0
[pid=758] ppid=754 vsize=3028 CPUtime=151.03
/proc/758/stat : 758 (vallst) R 754 754 381 0 -1 4194304 521 0 1 0 14780 323 0 0 25 0 1 0 101495754 3100672 506 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/758/statm: 757 506 151 55 0 347 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 4820

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 758
/proc/meminfo: memFree=1750016/2055920 swapFree=4191900/4192956
[pid=754] ppid=752 vsize=1792 CPUtime=11.07
/proc/754/stat : 754 (SATzilla2007_C) S 752 754 381 0 -1 4194304 572 557 0 13 306 45 700 56 25 0 1 0 101494635 1835008 268 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/754/statm: 448 268 165 260 0 172 0
[pid=758] ppid=754 vsize=3224 CPUtime=211.01
/proc/758/stat : 758 (vallst) R 754 754 381 0 -1 4194304 561 0 1 0 20697 404 0 0 25 0 1 0 101495754 3301376 546 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/758/statm: 806 546 151 55 0 396 0
Current children cumulated CPU time (s) 222.08
Current children cumulated vsize (KiB) 5016

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 758
/proc/meminfo: memFree=1749760/2055920 swapFree=4191900/4192956
[pid=754] ppid=752 vsize=1792 CPUtime=11.07
/proc/754/stat : 754 (SATzilla2007_C) S 752 754 381 0 -1 4194304 572 557 0 13 306 45 700 56 25 0 1 0 101494635 1835008 268 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/754/statm: 448 268 165 260 0 172 0
[pid=758] ppid=754 vsize=3460 CPUtime=270.98
/proc/758/stat : 758 (vallst) R 754 754 381 0 -1 4194304 604 0 1 0 26619 479 0 0 25 0 1 0 101495754 3543040 589 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/758/statm: 865 589 151 55 0 455 0
Current children cumulated CPU time (s) 282.05
Current children cumulated vsize (KiB) 5252

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 758
/proc/meminfo: memFree=1749632/2055920 swapFree=4191900/4192956
[pid=754] ppid=752 vsize=1792 CPUtime=11.07
/proc/754/stat : 754 (SATzilla2007_C) S 752 754 381 0 -1 4194304 572 557 0 13 306 45 700 56 25 0 1 0 101494635 1835008 268 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/754/statm: 448 268 165 260 0 172 0
[pid=758] ppid=754 vsize=3552 CPUtime=330.95
/proc/758/stat : 758 (vallst) R 754 754 381 0 -1 4194304 644 0 1 0 32548 547 0 0 25 0 1 0 101495754 3637248 629 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/758/statm: 888 629 151 55 0 478 0

################
# More data... #
################


[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 760
/proc/meminfo: memFree=1743680/2055920 swapFree=4191900/4192956
[pid=754] ppid=752 vsize=1792 CPUtime=11.07
/proc/754/stat : 754 (SATzilla2007_C) S 752 754 381 0 -1 4194304 572 557 0 13 306 45 700 56 25 0 1 0 101494635 1835008 268 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/754/statm: 448 268 165 260 0 172 0
[pid=758] ppid=754 vsize=9024 CPUtime=750.78
/proc/758/stat : 758 (vallst) R 754 754 381 0 -1 4194304 2094 0 1 0 74229 849 0 0 25 0 1 0 101495754 9240576 2002 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/758/statm: 2256 2002 151 55 0 1846 0
Current children cumulated CPU time (s) 761.85
Current children cumulated vsize (KiB) 10816

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 760
/proc/meminfo: memFree=1743616/2055920 swapFree=4191900/4192956
[pid=754] ppid=752 vsize=1792 CPUtime=11.07
/proc/754/stat : 754 (SATzilla2007_C) S 752 754 381 0 -1 4194304 572 557 0 13 306 45 700 56 25 0 1 0 101494635 1835008 268 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/754/statm: 448 268 165 260 0 172 0
[pid=758] ppid=754 vsize=9024 CPUtime=810.74
/proc/758/stat : 758 (vallst) R 754 754 381 0 -1 4194304 2094 0 1 0 80159 915 0 0 25 0 1 0 101495754 9240576 2002 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/758/statm: 2256 2002 151 55 0 1846 0
Current children cumulated CPU time (s) 821.81
Current children cumulated vsize (KiB) 10816

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 760
/proc/meminfo: memFree=1743680/2055920 swapFree=4191900/4192956
[pid=754] ppid=752 vsize=1792 CPUtime=11.07
/proc/754/stat : 754 (SATzilla2007_C) S 752 754 381 0 -1 4194304 572 557 0 13 306 45 700 56 25 0 1 0 101494635 1835008 268 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/754/statm: 448 268 165 260 0 172 0
[pid=758] ppid=754 vsize=9024 CPUtime=870.72
/proc/758/stat : 758 (vallst) R 754 754 381 0 -1 4194304 2094 0 1 0 86097 975 0 0 25 0 1 0 101495754 9240576 2002 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/758/statm: 2256 2002 151 55 0 1846 0
Current children cumulated CPU time (s) 881.79
Current children cumulated vsize (KiB) 10816

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 760
/proc/meminfo: memFree=1743616/2055920 swapFree=4191900/4192956
[pid=754] ppid=752 vsize=1792 CPUtime=11.07
/proc/754/stat : 754 (SATzilla2007_C) S 752 754 381 0 -1 4194304 572 557 0 13 306 45 700 56 25 0 1 0 101494635 1835008 268 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/754/statm: 448 268 165 260 0 172 0
[pid=758] ppid=754 vsize=9024 CPUtime=930.7
/proc/758/stat : 758 (vallst) R 754 754 381 0 -1 4194304 2094 0 1 0 92041 1029 0 0 25 0 1 0 101495754 9240576 2002 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/758/statm: 2256 2002 151 55 0 1846 0
Current children cumulated CPU time (s) 941.77
Current children cumulated vsize (KiB) 10816

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 760
/proc/meminfo: memFree=1743552/2055920 swapFree=4191900/4192956
[pid=754] ppid=752 vsize=1792 CPUtime=11.07
/proc/754/stat : 754 (SATzilla2007_C) S 752 754 381 0 -1 4194304 572 557 0 13 306 45 700 56 25 0 1 0 101494635 1835008 268 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/754/statm: 448 268 165 260 0 172 0
[pid=758] ppid=754 vsize=9024 CPUtime=990.67
/proc/758/stat : 758 (vallst) R 754 754 381 0 -1 4194304 2094 0 1 0 97978 1089 0 0 25 0 1 0 101495754 9240576 2002 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/758/statm: 2256 2002 151 55 0 1846 0
Current children cumulated CPU time (s) 1001.74
Current children cumulated vsize (KiB) 10816

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 760
/proc/meminfo: memFree=1743552/2055920 swapFree=4191900/4192956
[pid=754] ppid=752 vsize=1792 CPUtime=11.07
/proc/754/stat : 754 (SATzilla2007_C) S 752 754 381 0 -1 4194304 572 557 0 13 306 45 700 56 25 0 1 0 101494635 1835008 268 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/754/statm: 448 268 165 260 0 172 0
[pid=758] ppid=754 vsize=9024 CPUtime=1050.65
/proc/758/stat : 758 (vallst) R 754 754 381 0 -1 4194304 2094 0 1 0 103919 1146 0 0 25 0 1 0 101495754 9240576 2002 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/758/statm: 2256 2002 151 55 0 1846 0
Current children cumulated CPU time (s) 1061.72
Current children cumulated vsize (KiB) 10816

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 760
/proc/meminfo: memFree=1743552/2055920 swapFree=4191900/4192956
[pid=754] ppid=752 vsize=1792 CPUtime=11.07
/proc/754/stat : 754 (SATzilla2007_C) S 752 754 381 0 -1 4194304 572 557 0 13 306 45 700 56 25 0 1 0 101494635 1835008 268 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/754/statm: 448 268 165 260 0 172 0
[pid=758] ppid=754 vsize=9024 CPUtime=1110.63
/proc/758/stat : 758 (vallst) R 754 754 381 0 -1 4194304 2094 0 1 0 109865 1198 0 0 25 0 1 0 101495754 9240576 2002 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/758/statm: 2256 2002 151 55 0 1846 0
Current children cumulated CPU time (s) 1121.7
Current children cumulated vsize (KiB) 10816

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 760
/proc/meminfo: memFree=1743488/2055920 swapFree=4191900/4192956
[pid=754] ppid=752 vsize=1792 CPUtime=11.07
/proc/754/stat : 754 (SATzilla2007_C) S 752 754 381 0 -1 4194304 572 557 0 13 306 45 700 56 25 0 1 0 101494635 1835008 268 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/754/statm: 448 268 165 260 0 172 0
[pid=758] ppid=754 vsize=9024 CPUtime=1170.6
/proc/758/stat : 758 (vallst) R 754 754 381 0 -1 4194304 2094 0 1 0 115808 1252 0 0 25 0 1 0 101495754 9240576 2002 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/758/statm: 2256 2002 151 55 0 1846 0
Current children cumulated CPU time (s) 1181.67
Current children cumulated vsize (KiB) 10816

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 760
/proc/meminfo: memFree=1743488/2055920 swapFree=4191900/4192956
[pid=754] ppid=752 vsize=1792 CPUtime=11.07
/proc/754/stat : 754 (SATzilla2007_C) S 752 754 381 0 -1 4194304 572 557 0 13 306 45 700 56 25 0 1 0 101494635 1835008 268 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/754/statm: 448 268 165 260 0 172 0
[pid=758] ppid=754 vsize=9024 CPUtime=1178.59
/proc/758/stat : 758 (vallst) R 754 754 381 0 -1 4194304 2094 0 1 0 116601 1258 0 0 25 0 1 0 101495754 9240576 2002 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/758/statm: 2256 2002 151 55 0 1846 0
Current children cumulated CPU time (s) 1189.66
Current children cumulated vsize (KiB) 10816

[startup+1193.51 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 760
/proc/meminfo: memFree=1743488/2055920 swapFree=4191900/4192956
[pid=754] ppid=752 vsize=1792 CPUtime=11.07
/proc/754/stat : 754 (SATzilla2007_C) S 752 754 381 0 -1 4194304 572 557 0 13 306 45 700 56 25 0 1 0 101494635 1835008 268 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/754/statm: 448 268 165 260 0 172 0
[pid=758] ppid=754 vsize=9024 CPUtime=1181.8
/proc/758/stat : 758 (vallst) R 754 754 381 0 -1 4194304 2094 0 1 0 116918 1262 0 0 25 0 1 0 101495754 9240576 2002 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/758/statm: 2256 2002 151 55 0 1846 0
Current children cumulated CPU time (s) 1192.87
Current children cumulated vsize (KiB) 10816

[startup+1196.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 760
/proc/meminfo: memFree=1743488/2055920 swapFree=4191900/4192956
[pid=754] ppid=752 vsize=1792 CPUtime=11.07
/proc/754/stat : 754 (SATzilla2007_C) S 752 754 381 0 -1 4194304 572 557 0 13 306 45 700 56 25 0 1 0 101494635 1835008 268 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/754/statm: 448 268 165 260 0 172 0
[pid=758] ppid=754 vsize=9024 CPUtime=1185
/proc/758/stat : 758 (vallst) R 754 754 381 0 -1 4194304 2094 0 1 0 117236 1264 0 0 25 0 1 0 101495754 9240576 2002 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/758/statm: 2256 2002 151 55 0 1846 0
Current children cumulated CPU time (s) 1196.07
Current children cumulated vsize (KiB) 10816

[startup+1198.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 760
/proc/meminfo: memFree=1743488/2055920 swapFree=4191900/4192956
[pid=754] ppid=752 vsize=1792 CPUtime=11.07
/proc/754/stat : 754 (SATzilla2007_C) S 752 754 381 0 -1 4194304 572 557 0 13 306 45 700 56 25 0 1 0 101494635 1835008 268 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/754/statm: 448 268 165 260 0 172 0
[pid=758] ppid=754 vsize=9024 CPUtime=1186.6
/proc/758/stat : 758 (vallst) R 754 754 381 0 -1 4194304 2094 0 1 0 117395 1265 0 0 25 0 1 0 101495754 9240576 2002 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/758/statm: 2256 2002 151 55 0 1846 0
Current children cumulated CPU time (s) 1197.67
Current children cumulated vsize (KiB) 10816

[startup+1199.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 760
/proc/meminfo: memFree=1743488/2055920 swapFree=4191900/4192956
[pid=754] ppid=752 vsize=1792 CPUtime=11.07
/proc/754/stat : 754 (SATzilla2007_C) S 752 754 381 0 -1 4194304 572 557 0 13 306 45 700 56 25 0 1 0 101494635 1835008 268 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/754/statm: 448 268 165 260 0 172 0
[pid=758] ppid=754 vsize=9024 CPUtime=1187.4
/proc/758/stat : 758 (vallst) R 754 754 381 0 -1 4194304 2094 0 1 0 117474 1266 0 0 25 0 1 0 101495754 9240576 2002 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/758/statm: 2256 2002 151 55 0 1846 0
Current children cumulated CPU time (s) 1198.47
Current children cumulated vsize (KiB) 10816

[startup+1199.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 760
/proc/meminfo: memFree=1743488/2055920 swapFree=4191900/4192956
[pid=754] ppid=752 vsize=1792 CPUtime=11.07
/proc/754/stat : 754 (SATzilla2007_C) S 752 754 381 0 -1 4194304 572 557 0 13 306 45 700 56 25 0 1 0 101494635 1835008 268 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/754/statm: 448 268 165 260 0 172 0
[pid=758] ppid=754 vsize=9024 CPUtime=1187.79
/proc/758/stat : 758 (vallst) R 754 754 381 0 -1 4194304 2094 0 1 0 117510 1269 0 0 25 0 1 0 101495754 9240576 2002 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/758/statm: 2256 2002 151 55 0 1846 0
Current children cumulated CPU time (s) 1198.86
Current children cumulated vsize (KiB) 10816

Child status: 17
Real time (s): 1199.52
CPU time (s): 1198.92
CPU user time (s): 1185.19
CPU system time (s): 13.7219
CPU usage (%): 99.9498
Max. virtual memory (cumulated for all children) (KiB): 10836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1185.19
system time used= 13.7219
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3236
page faults= 14
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30
involuntary context switches= 3675

runsolver used 1.02684 second user time and 3.34149 second system time

The end

Launcher Data

Begin job on node12 at 2009-04-26 10:30:06
IDJOB=1728254
IDBENCH=24666
IDSOLVER=558
FILE ID=node12/1728254-1240734606
PBS_JOBID= 9186940
Free space on /tmp= 66348 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT07/crafted/Hard/contest05/others/eulcbip-8-UNSAT.sat05-3937.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1728254-1240734606/watcher-1728254-1240734606 -o /tmp/evaluation-result-1728254-1240734606/solver-1728254-1240734606 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1728254-1240734606.cnf            

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= cc16a72221b8e1efdfd6127b2f238bcd
RANDOM SEED=1428497487

node12.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.213
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.213
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:       1753968 kB
Buffers:         22348 kB
Cached:         206700 kB
SwapCached:        384 kB
Active:          62572 kB
Inactive:       179832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1753968 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            8372 kB
Writeback:           0 kB
Mapped:          21808 kB
Slab:            45556 kB
Committed_AS:   475272 kB
PageTables:       1376 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= 66340 MiB
End job on node12 at 2009-04-26 10:50:06