Trace number 1785111

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) 4999.22 5000.6

General information on the benchmark

Namecrafted/Hard/contest03/others/
color-18-4.sat05-443.reshuffled-07.cnf
MD5SUMef7f419fe4e145465fe8ec684a206f9b
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 variables1296
Number of clauses95904
Sum of the clauses size379728
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21944
Number of clauses of size 30
Number of clauses of size 493960
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

12.37/12.57	c run March_dl for 5 seconds ... 
12.37/12.57	c Bin: Executing march_dl
12.37/12.57	c child exit by a signal
12.37/12.57	c march_dl returned code 137.
12.37/12.57	c run saps (UBCSAT implementation) for 2 seconds ... 
12.37/12.57	c Bin: Executing ubcsat2006
12.37/12.57	c child exited successfully
12.37/12.57	c ubcsat2006 returned code 0.
12.37/12.57	c satzilla computing base features
12.37/12.57	c satzilla doing unit-prop probe
12.37/12.57	c satzilla doing local search probe
12.37/12.57	c satzilla doing lobjois search-space size estimate
12.37/12.57	c satzilla's ranking:
12.37/12.57	c 1) zchaff_rand+P: 2.605034
12.37/12.57	c 2) minisat20+P: 3.289682
12.37/12.57	c 3) march_dl+P: 3.545822
12.37/12.57	c 4) minisat20: 3.578646
12.37/12.57	c 5) vallst+P: 3.644375
12.37/12.57	c 6) march_dl: 4.445540
12.37/12.57	c 7) kcnfs+P: 999.000000
12.37/12.57	c 8) kcnfs: 999.000000
12.37/12.57	c 9) vallst: 999.000000
12.37/12.57	c 10) zchaff_rand: 999.000000
12.37/12.57	c satzilla running zchaff_rand with preprocessing ... 
4999.08/5000.59	c Preprocessing...
4999.08/5000.59	c Inital problem has 1296 variables, 93960 nary clauses (1944 binary clauses).
4999.08/5000.59	c Num non-binary clauses 93960, Average non-binary clause length 4.000
4999.08/5000.59	c Theory has no gaps
4999.08/5000.59	c Preprocessor runtime was 0.320 seconds.
4999.08/5000.59	c 
4999.08/5000.59	c Satisfiability of theory still undetermined.
4999.08/5000.59	c See file /tmp/afPq5V for simplified theory.
4999.08/5000.59	c Bin: Executing zchaff_rand
4999.08/5000.59	c child exit by a signal
4999.08/5000.59	c zchaff_rand returned code 137.
4999.08/5000.59	c zchaff_rand returned code 137.
4999.08/5000.59	c satzilla running minisat20 with preprocessing ... 
4999.08/5000.59	c Bin: Executing minisat20
4999.08/5000.59	c minisat20 returned code 1.
4999.08/5000.59	c minisat20 returned code 1.
4999.08/5000.59	c satzilla running march_dl with preprocessing ... 
4999.08/5000.59	c Bin: Executing march_dl
4999.08/5000.59	c march_dl returned code 1.
4999.08/5000.59	c march_dl returned code 1.
4999.08/5000.59	c satzilla running minisat20 ... 
4999.08/5000.59	c Bin: Executing minisat20
4999.08/5000.59	c minisat20 returned code 1.
4999.08/5000.59	c minisat20 returned code 1.
4999.08/5000.59	c satzilla running vallst with preprocessing ... 
4999.08/5000.59	c Bin: Executing vallst
4999.08/5000.59	c vallst returned code 1.
4999.08/5000.59	c vallst returned code 1.
4999.08/5000.59	c satzilla running march_dl ... 
4999.08/5000.59	c Bin: Executing march_dl
4999.08/5000.59	c march_dl returned code 1.
4999.08/5000.59	c march_dl returned code 1.
4999.08/5000.59	c satzilla running kcnfs with preprocessing ... 
4999.08/5000.59	c Bin: Executing kcnfs
4999.08/5000.59	c kcnfs returned code 1.
4999.08/5000.59	c kcnfs returned code 1.
4999.08/5000.59	c satzilla running kcnfs ... 
4999.08/5000.59	c Bin: Executing kcnfs
4999.08/5000.59	c kcnfs returned code 1.
4999.08/5000.59	c kcnfs returned code 1.
4999.08/5000.59	c satzilla running vallst ... 
4999.08/5000.59	c Bin: Executing vallst
4999.08/5000.59	c vallst returned code 1.
4999.08/5000.59	c vallst returned code 1.
4999.08/5000.59	c satzilla running zchaff_rand ... 
4999.08/5000.59	c Bin: Executing zchaff_rand
4999.08/5000.59	c zchaff_rand returned code 1.
4999.08/5000.59	c zchaff_rand returned code 1.
4999.08/5000.59	c ERROR: All Failed! 
4999.08/5000.59	c SATZILLA_TIME=4999.950000

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-1785111-1241891411/watcher-1785111-1241891411 -o /tmp/evaluation-result-1785111-1241891411/solver-1785111-1241891411 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1785111-1241891411.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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.93 0.98 0.99 2/64 12496
/proc/meminfo: memFree=1822752/2055920 swapFree=4180136/4192956
[pid=12496] ppid=12494 vsize=1440 CPUtime=0
/proc/12496/stat : 12496 (SATzilla2007_C) S 12494 12496 12459 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217167196 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12496/statm: 360 110 95 260 0 84 0
[pid=12497] ppid=12496 vsize=1388 CPUtime=0
/proc/12497/stat : 12497 (march_dl) R 12496 12496 12459 0 -1 4194304 189 0 0 0 0 0 0 0 20 0 1 0 217167197 1421312 184 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12497/statm: 347 184 50 118 0 226 0

[startup+0.106115 s]
/proc/loadavg: 0.93 0.98 0.99 2/64 12496
/proc/meminfo: memFree=1822752/2055920 swapFree=4180136/4192956
[pid=12496] ppid=12494 vsize=1440 CPUtime=0
/proc/12496/stat : 12496 (SATzilla2007_C) S 12494 12496 12459 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217167196 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12496/statm: 360 110 95 260 0 84 0
[pid=12497] ppid=12496 vsize=2840 CPUtime=0.1
/proc/12497/stat : 12497 (march_dl) R 12496 12496 12459 0 -1 4194304 593 0 0 0 10 0 0 0 20 0 1 0 217167197 2908160 588 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12497/statm: 710 588 50 118 0 589 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4280

[startup+0.201125 s]
/proc/loadavg: 0.93 0.98 0.99 2/64 12496
/proc/meminfo: memFree=1822752/2055920 swapFree=4180136/4192956
[pid=12496] ppid=12494 vsize=1440 CPUtime=0
/proc/12496/stat : 12496 (SATzilla2007_C) S 12494 12496 12459 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217167196 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12496/statm: 360 110 95 260 0 84 0
[pid=12497] ppid=12496 vsize=5636 CPUtime=0.19
/proc/12497/stat : 12497 (march_dl) R 12496 12496 12459 0 -1 4194304 1342 0 0 0 19 0 0 0 20 0 1 0 217167197 5771264 889 1992294400 134512640 134996440 4294956256 18446744073709551615 134617577 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12497/statm: 1409 889 53 118 0 1288 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7076

[startup+0.301135 s]
/proc/loadavg: 0.93 0.98 0.99 2/64 12496
/proc/meminfo: memFree=1822752/2055920 swapFree=4180136/4192956
[pid=12496] ppid=12494 vsize=1440 CPUtime=0
/proc/12496/stat : 12496 (SATzilla2007_C) S 12494 12496 12459 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217167196 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12496/statm: 360 110 95 260 0 84 0
[pid=12497] ppid=12496 vsize=8672 CPUtime=0.29
/proc/12497/stat : 12497 (march_dl) R 12496 12496 12459 0 -1 4194304 2250 0 0 0 28 1 0 0 21 0 1 0 217167197 8880128 1703 1992294400 134512640 134996440 4294956256 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12497/statm: 2168 1703 55 118 0 2047 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10112

[startup+0.701174 s]
/proc/loadavg: 0.93 0.98 0.99 2/64 12496
/proc/meminfo: memFree=1822752/2055920 swapFree=4180136/4192956
[pid=12496] ppid=12494 vsize=1440 CPUtime=0
/proc/12496/stat : 12496 (SATzilla2007_C) S 12494 12496 12459 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217167196 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12496/statm: 360 110 95 260 0 84 0
[pid=12497] ppid=12496 vsize=8936 CPUtime=0.68
/proc/12497/stat : 12497 (march_dl) R 12496 12496 12459 0 -1 4194304 8925 0 0 0 65 3 0 0 24 0 1 0 217167197 9150464 1806 1992294400 134512640 134996440 4294956256 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12497/statm: 2234 1806 65 118 0 2113 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 10376

[startup+1.50125 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 12498
/proc/meminfo: memFree=1815624/2055920 swapFree=4180136/4192956
[pid=12496] ppid=12494 vsize=1440 CPUtime=0
/proc/12496/stat : 12496 (SATzilla2007_C) S 12494 12496 12459 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217167196 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12496/statm: 360 110 95 260 0 84 0
[pid=12497] ppid=12496 vsize=11320 CPUtime=1.49
/proc/12497/stat : 12497 (march_dl) R 12496 12496 12459 0 -1 4194304 11079 0 0 0 145 4 0 0 25 0 1 0 217167197 11591680 1836 1992294400 134512640 134996440 4294956256 18446744073709551615 134583495 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12497/statm: 2830 1836 67 118 0 2709 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12760

[startup+3.10141 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 12498
/proc/meminfo: memFree=1815240/2055920 swapFree=4180136/4192956
[pid=12496] ppid=12494 vsize=1440 CPUtime=0
/proc/12496/stat : 12496 (SATzilla2007_C) S 12494 12496 12459 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217167196 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12496/statm: 360 110 95 260 0 84 0
[pid=12497] ppid=12496 vsize=11584 CPUtime=3.09
/proc/12497/stat : 12497 (march_dl) R 12496 12496 12459 0 -1 4194304 11174 0 0 0 305 4 0 0 25 0 1 0 217167197 11862016 1931 1992294400 134512640 134996440 4294956256 18446744073709551615 134583053 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12497/statm: 2896 1931 67 118 0 2775 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13024

[startup+6.30173 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 12499
/proc/meminfo: memFree=1815368/2055920 swapFree=4180136/4192956
[pid=12496] ppid=12494 vsize=1440 CPUtime=4.99
/proc/12496/stat : 12496 (SATzilla2007_C) S 12494 12496 12459 0 -1 4194304 135 11274 0 0 0 0 494 5 16 0 1 0 217167196 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12496/statm: 360 111 96 260 0 84 0
[pid=12499] ppid=12496 vsize=10288 CPUtime=1.19
/proc/12499/stat : 12499 (ubcsat2006) R 12496 12496 12459 0 -1 4194304 1645 0 12 0 117 2 0 0 25 0 1 0 217167697 10534912 1640 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12499/statm: 2572 1640 156 64 0 2153 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 11728

[startup+12.7014 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 12499
/proc/meminfo: memFree=1814560/2055920 swapFree=4180136/4192956
[pid=12496] ppid=12494 vsize=11120 CPUtime=12.58
/proc/12496/stat : 12496 (SATzilla2007_C) R 12494 12496 12459 0 -1 4194304 6825 12925 0 12 529 9 711 9 25 0 1 0 217167196 11386880 2592 1992294400 134512640 135579813 4294956224 18446744073709551615 135168075 0 0 4096 0 0 0 0 17 1 0 0
/proc/12496/statm: 2780 2592 156 260 0 2504 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 11120

[startup+25.5016 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 12500
/proc/meminfo: memFree=1789088/2055920 swapFree=4180136/4192956
[pid=12496] ppid=12494 vsize=20308 CPUtime=12.93
/proc/12496/stat : 12496 (SATzilla2007_C) S 12494 12496 12459 0 -1 4194304 9138 12925 0 12 562 11 711 9 25 0 1 0 217167196 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12496/statm: 5077 4893 164 260 0 4801 0
[pid=12500] ppid=12496 vsize=21488 CPUtime=12.43
/proc/12500/stat : 12500 (zchaff_rand) R 12496 12496 12459 0 -1 4194304 4231 0 0 0 1220 23 0 0 25 0 1 0 217168502 22003712 2979 1992294400 134512640 135365884 4294956288 18446744073709551615 134553811 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12500/statm: 5372 2979 112 208 0 5144 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 41796

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12500
/proc/meminfo: memFree=1784352/2055920 swapFree=4180136/4192956
[pid=12496] ppid=12494 vsize=20308 CPUtime=12.93
/proc/12496/stat : 12496 (SATzilla2007_C) S 12494 12496 12459 0 -1 4194304 9138 12925 0 12 562 11 711 9 25 0 1 0 217167196 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12496/statm: 5077 4893 164 260 0 4801 0
[pid=12500] ppid=12496 vsize=23444 CPUtime=38.02
/proc/12500/stat : 12500 (zchaff_rand) R 12496 12496 12459 0 -1 4194304 5405 0 0 0 3749 53 0 0 25 0 1 0 217168502 24006656 4153 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12500/statm: 5861 4153 112 208 0 5633 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 43752

[startup+102.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12500
/proc/meminfo: memFree=1780832/2055920 swapFree=4180136/4192956
[pid=12496] ppid=12494 vsize=20308 CPUtime=12.93
/proc/12496/stat : 12496 (SATzilla2007_C) S 12494 12496 12459 0 -1 4194304 9138 12925 0 12 562 11 711 9 25 0 1 0 217167196 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12496/statm: 5077 4893 164 260 0 4801 0
[pid=12500] ppid=12496 vsize=32144 CPUtime=89.21
/proc/12500/stat : 12500 (zchaff_rand) R 12496 12496 12459 0 -1 4194304 6293 0 0 0 8815 106 0 0 25 0 1 0 217168502 32915456 5041 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12500/statm: 8036 5041 112 208 0 7808 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 52452

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12500
/proc/meminfo: memFree=1778016/2055920 swapFree=4180136/4192956
[pid=12496] ppid=12494 vsize=20308 CPUtime=12.93
/proc/12496/stat : 12496 (SATzilla2007_C) S 12494 12496 12459 0 -1 4194304 9138 12925 0 12 562 11 711 9 25 0 1 0 217167196 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12496/statm: 5077 4893 164 260 0 4801 0
[pid=12500] ppid=12496 vsize=37764 CPUtime=149.19
/proc/12500/stat : 12500 (zchaff_rand) R 12496 12496 12459 0 -1 4194304 8271 0 0 0 14758 161 0 0 25 0 1 0 217168502 38670336 5738 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12500/statm: 9441 5738 112 208 0 9213 0
Current children cumulated CPU time (s) 162.12
Current children cumulated vsize (KiB) 58072

[startup+222.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12500
/proc/meminfo: memFree=1775904/2055920 swapFree=4180136/4192956
[pid=12496] ppid=12494 vsize=20308 CPUtime=12.93
/proc/12496/stat : 12496 (SATzilla2007_C) S 12494 12496 12459 0 -1 4194304 9138 12925 0 12 562 11 711 9 25 0 1 0 217167196 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12496/statm: 5077 4893 164 260 0 4801 0
[pid=12500] ppid=12496 vsize=38412 CPUtime=209.18
/proc/12500/stat : 12500 (zchaff_rand) R 12496 12496 12459 0 -1 4194304 8794 0 0 0 20705 213 0 0 25 0 1 0 217168502 39333888 6261 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12500/statm: 9603 6261 112 208 0 9375 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 58720

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12500
/proc/meminfo: memFree=1772128/2055920 swapFree=4180136/4192956
[pid=12496] ppid=12494 vsize=20308 CPUtime=12.93
/proc/12496/stat : 12496 (SATzilla2007_C) S 12494 12496 12459 0 -1 4194304 9138 12925 0 12 562 11 711 9 25 0 1 0 217167196 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12496/statm: 5077 4893 164 260 0 4801 0
[pid=12500] ppid=12496 vsize=39308 CPUtime=269.16
/proc/12500/stat : 12500 (zchaff_rand) R 12496 12496 12459 0 -1 4194304 9727 0 0 0 26652 264 0 0 25 0 1 0 217168502 40251392 7194 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12500/statm: 9827 7194 112 208 0 9599 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 59616

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12500
/proc/meminfo: memFree=1770144/2055920 swapFree=4180136/4192956
[pid=12496] ppid=12494 vsize=20308 CPUtime=12.93
/proc/12496/stat : 12496 (SATzilla2007_C) S 12494 12496 12459 0 -1 4194304 9138 12925 0 12 562 11 711 9 25 0 1 0 217167196 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12496/statm: 5077 4893 164 260 0 4801 0
[pid=12500] ppid=12496 vsize=50064 CPUtime=329.15
/proc/12500/stat : 12500 (zchaff_rand) R 12496 12496 12459 0 -1 4194304 12778 0 0 0 32599 316 0 0 25 0 1 0 217168502 51265536 7684 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12500/statm: 12516 7684 112 208 0 12288 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 70372


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


[startup+4722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12514
/proc/meminfo: memFree=1680096/2055920 swapFree=4180136/4192956
[pid=12496] ppid=12494 vsize=20308 CPUtime=12.93
/proc/12496/stat : 12496 (SATzilla2007_C) S 12494 12496 12459 0 -1 4194304 9138 12925 0 12 562 11 711 9 25 0 1 0 217167196 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12496/statm: 5077 4893 164 260 0 4801 0
[pid=12500] ppid=12496 vsize=196704 CPUtime=4708.03
/proc/12500/stat : 12500 (zchaff_rand) R 12496 12496 12459 0 -1 4194304 70492 0 0 0 467432 3371 0 0 25 0 1 0 217168502 201424896 29555 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12500/statm: 49176 29555 112 208 0 48948 0
Current children cumulated CPU time (s) 4720.96
Current children cumulated vsize (KiB) 217012

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12514
/proc/meminfo: memFree=1679136/2055920 swapFree=4180136/4192956
[pid=12496] ppid=12494 vsize=20308 CPUtime=12.93
/proc/12496/stat : 12496 (SATzilla2007_C) S 12494 12496 12459 0 -1 4194304 9138 12925 0 12 562 11 711 9 25 0 1 0 217167196 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12496/statm: 5077 4893 164 260 0 4801 0
[pid=12500] ppid=12496 vsize=196704 CPUtime=4768.01
/proc/12500/stat : 12500 (zchaff_rand) R 12496 12496 12459 0 -1 4194304 70732 0 0 0 473392 3409 0 0 25 0 1 0 217168502 201424896 29795 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12500/statm: 49176 29795 112 208 0 48948 0
Current children cumulated CPU time (s) 4780.94
Current children cumulated vsize (KiB) 217012

[startup+4842.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12514
/proc/meminfo: memFree=1678240/2055920 swapFree=4180136/4192956
[pid=12496] ppid=12494 vsize=20308 CPUtime=12.93
/proc/12496/stat : 12496 (SATzilla2007_C) S 12494 12496 12459 0 -1 4194304 9138 12925 0 12 562 11 711 9 25 0 1 0 217167196 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12496/statm: 5077 4893 164 260 0 4801 0
[pid=12500] ppid=12496 vsize=196704 CPUtime=4828
/proc/12500/stat : 12500 (zchaff_rand) R 12496 12496 12459 0 -1 4194304 70950 0 0 0 479356 3444 0 0 25 0 1 0 217168502 201424896 30013 1992294400 134512640 135365884 4294956288 18446744073709551615 134550631 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12500/statm: 49176 30013 112 208 0 48948 0
Current children cumulated CPU time (s) 4840.93
Current children cumulated vsize (KiB) 217012

[startup+4902.3 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 12514
/proc/meminfo: memFree=1677280/2055920 swapFree=4180136/4192956
[pid=12496] ppid=12494 vsize=20308 CPUtime=12.93
/proc/12496/stat : 12496 (SATzilla2007_C) S 12494 12496 12459 0 -1 4194304 9138 12925 0 12 562 11 711 9 25 0 1 0 217167196 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12496/statm: 5077 4893 164 260 0 4801 0
[pid=12500] ppid=12496 vsize=196704 CPUtime=4887.98
/proc/12500/stat : 12500 (zchaff_rand) R 12496 12496 12459 0 -1 4194304 71185 0 0 0 485320 3478 0 0 25 0 1 0 217168502 201424896 30248 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12500/statm: 49176 30248 112 208 0 48948 0
Current children cumulated CPU time (s) 4900.91
Current children cumulated vsize (KiB) 217012

[startup+4962.3 s]
/proc/loadavg: 1.09 1.03 1.00 2/66 12514
/proc/meminfo: memFree=1676320/2055920 swapFree=4180136/4192956
[pid=12496] ppid=12494 vsize=20308 CPUtime=12.93
/proc/12496/stat : 12496 (SATzilla2007_C) S 12494 12496 12459 0 -1 4194304 9138 12925 0 12 562 11 711 9 25 0 1 0 217167196 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12496/statm: 5077 4893 164 260 0 4801 0
[pid=12500] ppid=12496 vsize=196824 CPUtime=4947.97
/proc/12500/stat : 12500 (zchaff_rand) R 12496 12496 12459 0 -1 4194304 71417 0 0 0 491282 3515 0 0 25 0 1 0 217168502 201547776 30480 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12500/statm: 49206 30480 112 208 0 48978 0
Current children cumulated CPU time (s) 4960.9
Current children cumulated vsize (KiB) 217132

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

[startup+4966.4 s]
/proc/loadavg: 1.08 1.03 1.00 2/66 12514
/proc/meminfo: memFree=1676320/2055920 swapFree=4180136/4192956
[pid=12496] ppid=12494 vsize=20308 CPUtime=12.93
/proc/12496/stat : 12496 (SATzilla2007_C) S 12494 12496 12459 0 -1 4194304 9138 12925 0 12 562 11 711 9 25 0 1 0 217167196 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12496/statm: 5077 4893 164 260 0 4801 0
[pid=12500] ppid=12496 vsize=196824 CPUtime=4952.06
/proc/12500/stat : 12500 (zchaff_rand) R 12496 12496 12459 0 -1 4194304 71431 0 0 0 491689 3517 0 0 25 0 1 0 217168502 201547776 30494 1992294400 134512640 135365884 4294956288 18446744073709551615 134553716 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12500/statm: 49206 30494 112 208 0 48978 0
Current children cumulated CPU time (s) 4964.99
Current children cumulated vsize (KiB) 217132

[startup+4979.2 s]
/proc/loadavg: 1.07 1.03 1.00 2/66 12514
/proc/meminfo: memFree=1676128/2055920 swapFree=4180136/4192956
[pid=12496] ppid=12494 vsize=20308 CPUtime=12.93
/proc/12496/stat : 12496 (SATzilla2007_C) S 12494 12496 12459 0 -1 4194304 9138 12925 0 12 562 11 711 9 25 0 1 0 217167196 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12496/statm: 5077 4893 164 260 0 4801 0
[pid=12500] ppid=12496 vsize=196824 CPUtime=4964.86
/proc/12500/stat : 12500 (zchaff_rand) R 12496 12496 12459 0 -1 4194304 71477 0 0 0 492961 3525 0 0 25 0 1 0 217168502 201547776 30540 1992294400 134512640 135365884 4294956288 18446744073709551615 134553716 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12500/statm: 49206 30540 112 208 0 48978 0
Current children cumulated CPU time (s) 4977.79
Current children cumulated vsize (KiB) 217132

[startup+4992 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 12514
/proc/meminfo: memFree=1675872/2055920 swapFree=4180136/4192956
[pid=12496] ppid=12494 vsize=20308 CPUtime=12.93
/proc/12496/stat : 12496 (SATzilla2007_C) S 12494 12496 12459 0 -1 4194304 9138 12925 0 12 562 11 711 9 25 0 1 0 217167196 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12496/statm: 5077 4893 164 260 0 4801 0
[pid=12500] ppid=12496 vsize=196824 CPUtime=4977.66
/proc/12500/stat : 12500 (zchaff_rand) R 12496 12496 12459 0 -1 4194304 71528 0 0 0 494235 3531 0 0 25 0 1 0 217168502 201547776 30591 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12500/statm: 49206 30591 112 208 0 48978 0
Current children cumulated CPU time (s) 4990.59
Current children cumulated vsize (KiB) 217132

[startup+4995.21 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 12514
/proc/meminfo: memFree=1675872/2055920 swapFree=4180136/4192956
[pid=12496] ppid=12494 vsize=20308 CPUtime=12.93
/proc/12496/stat : 12496 (SATzilla2007_C) S 12494 12496 12459 0 -1 4194304 9138 12925 0 12 562 11 711 9 25 0 1 0 217167196 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12496/statm: 5077 4893 164 260 0 4801 0
[pid=12500] ppid=12496 vsize=196824 CPUtime=4980.86
/proc/12500/stat : 12500 (zchaff_rand) R 12496 12496 12459 0 -1 4194304 71539 0 0 0 494553 3533 0 0 25 0 1 0 217168502 201547776 30602 1992294400 134512640 135365884 4294956288 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12500/statm: 49206 30602 112 208 0 48978 0
Current children cumulated CPU time (s) 4993.79
Current children cumulated vsize (KiB) 217132

[startup+4998.4 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 12514
/proc/meminfo: memFree=1675808/2055920 swapFree=4180136/4192956
[pid=12496] ppid=12494 vsize=20308 CPUtime=12.93
/proc/12496/stat : 12496 (SATzilla2007_C) S 12494 12496 12459 0 -1 4194304 9138 12925 0 12 562 11 711 9 25 0 1 0 217167196 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12496/statm: 5077 4893 164 260 0 4801 0
[pid=12500] ppid=12496 vsize=196824 CPUtime=4984.06
/proc/12500/stat : 12500 (zchaff_rand) R 12496 12496 12459 0 -1 4194304 71552 0 0 0 494871 3535 0 0 25 0 1 0 217168502 201547776 30615 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12500/statm: 49206 30615 112 208 0 48978 0
Current children cumulated CPU time (s) 4996.99
Current children cumulated vsize (KiB) 217132

[startup+4999.2 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 12514
/proc/meminfo: memFree=1675808/2055920 swapFree=4180136/4192956
[pid=12496] ppid=12494 vsize=20308 CPUtime=12.93
/proc/12496/stat : 12496 (SATzilla2007_C) S 12494 12496 12459 0 -1 4194304 9138 12925 0 12 562 11 711 9 25 0 1 0 217167196 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12496/statm: 5077 4893 164 260 0 4801 0
[pid=12500] ppid=12496 vsize=196824 CPUtime=4984.85
/proc/12500/stat : 12500 (zchaff_rand) R 12496 12496 12459 0 -1 4194304 71554 0 0 0 494950 3535 0 0 25 0 1 0 217168502 201547776 30617 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12500/statm: 49206 30617 112 208 0 48978 0
Current children cumulated CPU time (s) 4997.78
Current children cumulated vsize (KiB) 217132

[startup+5000 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 12514
/proc/meminfo: memFree=1675808/2055920 swapFree=4180136/4192956
[pid=12496] ppid=12494 vsize=20308 CPUtime=12.93
/proc/12496/stat : 12496 (SATzilla2007_C) S 12494 12496 12459 0 -1 4194304 9138 12925 0 12 562 11 711 9 25 0 1 0 217167196 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12496/statm: 5077 4893 164 260 0 4801 0
[pid=12500] ppid=12496 vsize=196824 CPUtime=4985.66
/proc/12500/stat : 12500 (zchaff_rand) R 12496 12496 12459 0 -1 4194304 71557 0 0 0 495030 3536 0 0 25 0 1 0 217168502 201547776 30620 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12500/statm: 49206 30620 112 208 0 48978 0
Current children cumulated CPU time (s) 4998.59
Current children cumulated vsize (KiB) 217132

[startup+5000.4 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 12514
/proc/meminfo: memFree=1675808/2055920 swapFree=4180136/4192956
[pid=12496] ppid=12494 vsize=20308 CPUtime=12.93
/proc/12496/stat : 12496 (SATzilla2007_C) S 12494 12496 12459 0 -1 4194304 9138 12925 0 12 562 11 711 9 25 0 1 0 217167196 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12496/statm: 5077 4893 164 260 0 4801 0
[pid=12500] ppid=12496 vsize=196824 CPUtime=4986.06
/proc/12500/stat : 12500 (zchaff_rand) R 12496 12496 12459 0 -1 4194304 71559 0 0 0 495070 3536 0 0 25 0 1 0 217168502 201547776 30622 1992294400 134512640 135365884 4294956288 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12500/statm: 49206 30622 112 208 0 48978 0
Current children cumulated CPU time (s) 4998.99
Current children cumulated vsize (KiB) 217132

[startup+5000.5 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 12514
/proc/meminfo: memFree=1675808/2055920 swapFree=4180136/4192956
[pid=12496] ppid=12494 vsize=20308 CPUtime=12.93
/proc/12496/stat : 12496 (SATzilla2007_C) S 12494 12496 12459 0 -1 4194304 9138 12925 0 12 562 11 711 9 25 0 1 0 217167196 20795392 4893 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12496/statm: 5077 4893 164 260 0 4801 0
[pid=12500] ppid=12496 vsize=196824 CPUtime=4986.15
/proc/12500/stat : 12500 (zchaff_rand) R 12496 12496 12459 0 -1 4194304 71560 0 0 0 495079 3536 0 0 25 0 1 0 217168502 201547776 30623 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12500/statm: 49206 30623 112 208 0 48978 0
Current children cumulated CPU time (s) 4999.08
Current children cumulated vsize (KiB) 217132

Child status: 17
Real time (s): 5000.6
CPU time (s): 4999.22
CPU user time (s): 4963.62
CPU system time (s): 35.6016
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 298816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4963.62
system time used= 35.6016
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93636
page faults= 12
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33
involuntary context switches= 7404

runsolver used 5.71113 second user time and 12.4751 second system time

The end

Launcher Data

Begin job on node70 at 2009-05-09 19:50:12
IDJOB=1785111
IDBENCH=24701
IDSOLVER=640
FILE ID=node70/1785111-1241891411
PBS_JOBID= 9264754
Free space on /tmp= 66332 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT07/crafted/Hard/contest03/others/color-18-4.sat05-443.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785111-1241891411/watcher-1785111-1241891411 -o /tmp/evaluation-result-1785111-1241891411/solver-1785111-1241891411 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1785111-1241891411.cnf            

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

MD5SUM BENCH= ef7f419fe4e145465fe8ec684a206f9b
RANDOM SEED=1384681754

node70.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:       1823232 kB
Buffers:         40004 kB
Cached:         123700 kB
SwapCached:       7044 kB
Active:          64620 kB
Inactive:       107956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1823232 kB
SwapTotal:     4192956 kB
SwapFree:      4180136 kB
Dirty:           10336 kB
Writeback:           0 kB
Mapped:          13900 kB
Slab:            46136 kB
Committed_AS:   668088 kB
PageTables:       1372 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= 66324 MiB
End job on node70 at 2009-05-09 21:13:32