Trace number 1594689

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) 1199.32 1199.82

General information on the benchmark

NameCRAFTED/ramseycube/
Q32inK11.cnf
MD5SUM594c254e77c66d387919761f50e63b6d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark88.5185
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of clauses139590
Sum of the clauses size1667160
Maximum clause length12
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4990
Number of clauses of size 50
Number of clauses of size over 5138600

Solver Data

15.38/15.41	c run March_dl for 5 seconds ... 
15.38/15.41	c Bin: Executing march_dl
15.38/15.41	c child exit by a signal
15.38/15.41	c march_dl returned code 137.
15.38/15.41	c run saps (UBCSAT implementation) for 2 seconds ... 
15.38/15.41	c Bin: Executing ubcsat2006
15.38/15.41	c child exited successfully
15.38/15.41	c ubcsat2006 returned code 0.
15.38/15.41	c satzilla computing base features
15.38/15.41	c satzilla doing unit-prop probe
15.38/15.41	c satzilla doing local search probe
15.38/15.41	c satzilla doing lobjois search-space size estimate
15.38/15.41	c satzilla's ranking:
15.38/15.41	c 1) vallst+P: -14.682694
15.38/15.41	c 2) minisat20+P: 2.558615
15.38/15.41	c 3) zchaff_rand+P: 5.004436
15.38/15.41	c 4) minisat20: 9.024753
15.38/15.41	c 5) march_dl+P: 13.142541
15.38/15.41	c 6) march_dl: 27.296681
15.38/15.41	c 7) kcnfs+P: 999.000000
15.38/15.41	c 8) kcnfs: 999.000000
15.38/15.41	c 9) vallst: 999.000000
15.38/15.41	c 10) zchaff_rand: 999.000000
15.38/15.41	c satzilla running vallst with preprocessing ... 
1199.27/1199.81	c Preprocessing...
1199.27/1199.81	c Inital problem has 55 variables, 139590 nary clauses (0 binary clauses).
1199.27/1199.81	c Num non-binary clauses 139590, Average non-binary clause length 11.943
1199.27/1199.81	c Theory has no gaps
1199.27/1199.81	c Preprocessor runtime was 0.560 seconds.
1199.27/1199.81	c 
1199.27/1199.81	c Satisfiability of theory still undetermined.
1199.27/1199.81	c See file /tmp/BzpSP1 for simplified theory.
1199.27/1199.81	c Bin: Executing vallst
1199.27/1199.81	c child exit by a signal
1199.27/1199.81	c vallst returned code 137.
1199.27/1199.81	c vallst returned code 137.
1199.27/1199.81	c satzilla running minisat20 with preprocessing ... 
1199.27/1199.81	c Bin: Executing minisat20
1199.27/1199.81	c minisat20 returned code 1.
1199.27/1199.81	c minisat20 returned code 1.
1199.27/1199.81	c satzilla running zchaff_rand with preprocessing ... 
1199.27/1199.81	c Bin: Executing zchaff_rand
1199.27/1199.81	c zchaff_rand returned code 1.
1199.27/1199.81	c zchaff_rand returned code 1.
1199.27/1199.81	c satzilla running minisat20 ... 
1199.27/1199.81	c Bin: Executing minisat20
1199.27/1199.81	c minisat20 returned code 1.
1199.27/1199.81	c minisat20 returned code 1.
1199.27/1199.81	c satzilla running march_dl with preprocessing ... 
1199.27/1199.81	c Bin: Executing march_dl
1199.27/1199.81	c march_dl returned code 1.
1199.27/1199.81	c march_dl returned code 1.
1199.27/1199.81	c satzilla running march_dl ... 
1199.27/1199.81	c Bin: Executing march_dl
1199.27/1199.81	c march_dl returned code 1.
1199.27/1199.81	c march_dl returned code 1.
1199.27/1199.81	c satzilla running kcnfs with preprocessing ... 
1199.27/1199.81	c Bin: Executing kcnfs
1199.27/1199.81	c kcnfs returned code 1.
1199.27/1199.81	c kcnfs returned code 1.
1199.27/1199.81	c satzilla running kcnfs ... 
1199.27/1199.81	c Bin: Executing kcnfs
1199.27/1199.81	c kcnfs returned code 1.
1199.27/1199.81	c kcnfs returned code 1.
1199.27/1199.81	c satzilla running vallst ... 
1199.27/1199.81	c Bin: Executing vallst
1199.27/1199.81	c vallst returned code 1.
1199.27/1199.81	c vallst returned code 1.
1199.27/1199.81	c satzilla running zchaff_rand ... 
1199.27/1199.81	c Bin: Executing zchaff_rand
1199.27/1199.81	c zchaff_rand returned code 1.
1199.27/1199.81	c zchaff_rand returned code 1.
1199.27/1199.81	c ERROR: All Failed! 
1199.27/1199.81	c SATZILLA_TIME=1199.490000

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-1594689-1239279432/watcher-1594689-1239279432 -o /tmp/evaluation-result-1594689-1239279432/solver-1594689-1239279432 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1594689-1239279432.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.23 0.05 0.02 3/64 25545
/proc/meminfo: memFree=1421360/2055920 swapFree=4180084/4192956
[pid=25545] ppid=25543 vsize=1440 CPUtime=0
/proc/25545/stat : 25545 (SATzilla2007_C) S 25543 25545 25479 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 372144640 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25545/statm: 360 110 95 260 0 84 0
[pid=25546] ppid=25545 vsize=1732 CPUtime=0
/proc/25546/stat : 25546 (march_dl) R 25545 25545 25479 0 -1 4194304 212 0 0 0 0 0 0 0 18 0 1 0 372144640 1773568 207 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25546/statm: 433 207 50 118 0 312 0

[startup+0.08461 s]
/proc/loadavg: 0.23 0.05 0.02 3/64 25545
/proc/meminfo: memFree=1421360/2055920 swapFree=4180084/4192956
[pid=25545] ppid=25543 vsize=1440 CPUtime=0
/proc/25545/stat : 25545 (SATzilla2007_C) S 25543 25545 25479 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 372144640 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25545/statm: 360 110 95 260 0 84 0
[pid=25546] ppid=25545 vsize=2920 CPUtime=0.08
/proc/25546/stat : 25546 (march_dl) R 25545 25545 25479 0 -1 4194304 542 0 0 0 8 0 0 0 18 0 1 0 372144640 2990080 537 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25546/statm: 730 538 50 118 0 609 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4360

[startup+0.101611 s]
/proc/loadavg: 0.23 0.05 0.02 3/64 25545
/proc/meminfo: memFree=1421360/2055920 swapFree=4180084/4192956
[pid=25545] ppid=25543 vsize=1440 CPUtime=0
/proc/25545/stat : 25545 (SATzilla2007_C) S 25543 25545 25479 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 372144640 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25545/statm: 360 110 95 260 0 84 0
[pid=25546] ppid=25545 vsize=3184 CPUtime=0.09
/proc/25546/stat : 25546 (march_dl) R 25545 25545 25479 0 -1 4194304 614 0 0 0 9 0 0 0 18 0 1 0 372144640 3260416 609 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25546/statm: 796 609 50 118 0 675 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4624

[startup+0.301632 s]
/proc/loadavg: 0.23 0.05 0.02 3/64 25545
/proc/meminfo: memFree=1421360/2055920 swapFree=4180084/4192956
[pid=25545] ppid=25543 vsize=1440 CPUtime=0
/proc/25545/stat : 25545 (SATzilla2007_C) S 25543 25545 25479 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 372144640 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25545/statm: 360 110 95 260 0 84 0
[pid=25546] ppid=25545 vsize=6352 CPUtime=0.29
/proc/25546/stat : 25546 (march_dl) R 25545 25545 25479 0 -1 4194304 1453 0 0 0 29 0 0 0 19 0 1 0 372144640 6504448 1448 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25546/statm: 1588 1448 50 118 0 1467 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7792

[startup+0.701675 s]
/proc/loadavg: 0.23 0.05 0.02 3/64 25545
/proc/meminfo: memFree=1421360/2055920 swapFree=4180084/4192956
[pid=25545] ppid=25543 vsize=1440 CPUtime=0
/proc/25545/stat : 25545 (SATzilla2007_C) S 25543 25545 25479 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 372144640 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25545/statm: 360 110 95 260 0 84 0
[pid=25546] ppid=25545 vsize=12084 CPUtime=0.69
/proc/25546/stat : 25546 (march_dl) R 25545 25545 25479 0 -1 4194304 4085 0 0 0 68 1 0 0 23 0 1 0 372144640 12374016 2343 1992294400 134512640 134996440 4294956256 18446744073709551615 134544720 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25546/statm: 3021 2343 53 118 0 2900 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13524

[startup+1.50177 s]
/proc/loadavg: 0.23 0.05 0.02 2/66 25547
/proc/meminfo: memFree=1411552/2055920 swapFree=4180084/4192956
[pid=25545] ppid=25543 vsize=1440 CPUtime=0
/proc/25545/stat : 25545 (SATzilla2007_C) S 25543 25545 25479 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 372144640 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25545/statm: 360 110 95 260 0 84 0
[pid=25546] ppid=25545 vsize=24992 CPUtime=1.49
/proc/25546/stat : 25546 (march_dl) R 25545 25545 25479 0 -1 4194304 27591 0 0 0 138 11 0 0 25 0 1 0 372144640 25591808 3137 1992294400 134512640 134996440 4294956256 18446744073709551615 134543093 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25546/statm: 6248 3139 61 118 0 6127 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26432

[startup+3.10194 s]
/proc/loadavg: 0.23 0.05 0.02 2/66 25547
/proc/meminfo: memFree=1400160/2055920 swapFree=4180084/4192956
[pid=25545] ppid=25543 vsize=1440 CPUtime=0
/proc/25545/stat : 25545 (SATzilla2007_C) S 25543 25545 25479 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 372144640 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25545/statm: 360 110 95 260 0 84 0
[pid=25546] ppid=25545 vsize=67520 CPUtime=3.09
/proc/25546/stat : 25546 (march_dl) R 25545 25545 25479 0 -1 4194304 50533 0 0 0 289 20 0 0 25 0 1 0 372144640 69140480 8938 1992294400 134512640 134996440 4294956256 18446744073709551615 134585293 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25546/statm: 16880 8938 67 118 0 16759 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 68960

[startup+6.30129 s]
/proc/loadavg: 0.29 0.06 0.02 2/66 25548
/proc/meminfo: memFree=1414496/2055920 swapFree=4180084/4192956
[pid=25545] ppid=25543 vsize=1440 CPUtime=5
/proc/25545/stat : 25545 (SATzilla2007_C) S 25543 25545 25479 0 -1 4194304 135 50651 0 0 0 0 479 21 16 0 1 0 372144640 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25545/statm: 360 111 96 260 0 84 0
[pid=25548] ppid=25545 vsize=25004 CPUtime=1.28
/proc/25548/stat : 25548 (ubcsat2006) R 25545 25545 25479 0 -1 4194304 4446 0 0 0 126 2 0 0 25 0 1 0 372145141 25604096 4429 1992294400 134512640 134777720 4294956112 18446744073709551615 134703402 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25548/statm: 6251 4429 156 64 0 5832 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 26444

[startup+12.702 s]
/proc/loadavg: 0.35 0.08 0.03 2/65 25548
/proc/meminfo: memFree=1385960/2055920 swapFree=4180084/4192956
[pid=25545] ppid=25543 vsize=42660 CPUtime=12.68
/proc/25545/stat : 25545 (SATzilla2007_C) R 25543 25545 25479 0 -1 4194304 14255 55103 0 0 512 6 726 24 25 0 1 0 372144640 43683840 8989 1992294400 134512640 135579813 4294956224 18446744073709551615 134655502 0 0 4096 0 0 0 0 17 0 0 0
/proc/25545/statm: 10665 8989 150 260 0 10389 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 42660

[startup+25.5014 s]
/proc/loadavg: 0.49 0.12 0.04 2/66 25549
/proc/meminfo: memFree=1367648/2055920 swapFree=4180084/4192956
[pid=25545] ppid=25543 vsize=58160 CPUtime=16.47
/proc/25545/stat : 25545 (SATzilla2007_C) S 25543 25545 25479 0 -1 4194304 23099 55103 0 0 885 12 726 24 25 0 1 0 372144640 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25545/statm: 14540 9348 164 260 0 14264 0
[pid=25549] ppid=25545 vsize=44120 CPUtime=8.99
/proc/25549/stat : 25549 (vallst) R 25545 25545 25479 0 -1 4194304 3113 0 1 0 895 4 0 0 25 0 1 0 372146290 45178880 3098 1992294400 134512640 134738160 4294956288 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25549/statm: 11030 3098 149 55 0 10620 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 102280

[startup+51.1012 s]
/proc/loadavg: 0.66 0.19 0.06 2/66 25549
/proc/meminfo: memFree=1366816/2055920 swapFree=4180084/4192956
[pid=25545] ppid=25543 vsize=58160 CPUtime=16.47
/proc/25545/stat : 25545 (SATzilla2007_C) S 25543 25545 25479 0 -1 4194304 23099 55103 0 0 885 12 726 24 25 0 1 0 372144640 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25545/statm: 14540 9348 164 260 0 14264 0
[pid=25549] ppid=25545 vsize=45044 CPUtime=34.55
/proc/25549/stat : 25549 (vallst) R 25545 25545 25479 0 -1 4194304 3326 0 1 0 3446 9 0 0 25 0 1 0 372146290 46125056 3311 1992294400 134512640 134738160 4294956288 18446744073709551615 134588727 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25549/statm: 11261 3311 149 55 0 10851 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 103204

[startup+102.306 s]
/proc/loadavg: 0.85 0.31 0.11 2/66 25549
/proc/meminfo: memFree=1366688/2055920 swapFree=4180084/4192956
[pid=25545] ppid=25543 vsize=58160 CPUtime=16.47
/proc/25545/stat : 25545 (SATzilla2007_C) S 25543 25545 25479 0 -1 4194304 23099 55103 0 0 885 12 726 24 25 0 1 0 372144640 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25545/statm: 14540 9348 164 260 0 14264 0
[pid=25549] ppid=25545 vsize=45044 CPUtime=85.75
/proc/25549/stat : 25549 (vallst) R 25545 25545 25479 0 -1 4194304 3388 0 1 0 8550 25 0 0 25 0 1 0 372146290 46125056 3373 1992294400 134512640 134738160 4294956288 18446744073709551615 134586177 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25549/statm: 11261 3373 149 55 0 10851 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 103204

[startup+162.301 s]
/proc/loadavg: 0.94 0.44 0.16 2/66 25549
/proc/meminfo: memFree=1366496/2055920 swapFree=4180084/4192956
[pid=25545] ppid=25543 vsize=58160 CPUtime=16.47
/proc/25545/stat : 25545 (SATzilla2007_C) S 25543 25545 25479 0 -1 4194304 23099 55103 0 0 885 12 726 24 25 0 1 0 372144640 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25545/statm: 14540 9348 164 260 0 14264 0
[pid=25549] ppid=25545 vsize=45044 CPUtime=145.72
/proc/25549/stat : 25549 (vallst) R 25545 25545 25479 0 -1 4194304 3427 0 1 0 14533 39 0 0 25 0 1 0 372146290 46125056 3412 1992294400 134512640 134738160 4294956288 18446744073709551615 134575331 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25549/statm: 11261 3412 149 55 0 10851 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 103204

[startup+222.301 s]
/proc/loadavg: 0.98 0.54 0.21 2/66 25549
/proc/meminfo: memFree=1366368/2055920 swapFree=4180084/4192956
[pid=25545] ppid=25543 vsize=58160 CPUtime=16.47
/proc/25545/stat : 25545 (SATzilla2007_C) S 25543 25545 25479 0 -1 4194304 23099 55103 0 0 885 12 726 24 25 0 1 0 372144640 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25545/statm: 14540 9348 164 260 0 14264 0
[pid=25549] ppid=25545 vsize=45044 CPUtime=205.68
/proc/25549/stat : 25549 (vallst) R 25545 25545 25479 0 -1 4194304 3451 0 1 0 20516 52 0 0 25 0 1 0 372146290 46125056 3436 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25549/statm: 11261 3436 149 55 0 10851 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 103204

[startup+282.302 s]
/proc/loadavg: 0.99 0.62 0.26 2/66 25549
/proc/meminfo: memFree=1366240/2055920 swapFree=4180084/4192956
[pid=25545] ppid=25543 vsize=58160 CPUtime=16.47
/proc/25545/stat : 25545 (SATzilla2007_C) S 25543 25545 25479 0 -1 4194304 23099 55103 0 0 885 12 726 24 25 0 1 0 372144640 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25545/statm: 14540 9348 164 260 0 14264 0
[pid=25549] ppid=25545 vsize=45044 CPUtime=265.66
/proc/25549/stat : 25549 (vallst) R 25545 25545 25479 0 -1 4194304 3485 0 1 0 26504 62 0 0 25 0 1 0 372146290 46125056 3470 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25549/statm: 11261 3470 149 55 0 10851 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 103204

[startup+342.301 s]
/proc/loadavg: 0.99 0.68 0.30 2/66 25549
/proc/meminfo: memFree=1366048/2055920 swapFree=4180084/4192956
[pid=25545] ppid=25543 vsize=58160 CPUtime=16.47
/proc/25545/stat : 25545 (SATzilla2007_C) S 25543 25545 25479 0 -1 4194304 23099 55103 0 0 885 12 726 24 25 0 1 0 372144640 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25545/statm: 14540 9348 164 260 0 14264 0
[pid=25549] ppid=25545 vsize=45044 CPUtime=325.64
/proc/25549/stat : 25549 (vallst) R 25545 25545 25479 0 -1 4194304 3518 0 1 0 32489 75 0 0 25 0 1 0 372146290 46125056 3503 1992294400 134512640 134738160 4294956288 18446744073709551615 134586040 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25549/statm: 11261 3503 149 55 0 10851 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 103204


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


[startup+822.301 s]
/proc/loadavg: 0.99 0.92 0.57 2/66 25549
/proc/meminfo: memFree=1361632/2055920 swapFree=4180084/4192956
[pid=25545] ppid=25543 vsize=58160 CPUtime=16.47
/proc/25545/stat : 25545 (SATzilla2007_C) S 25543 25545 25479 0 -1 4194304 23099 55103 0 0 885 12 726 24 25 0 1 0 372144640 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25545/statm: 14540 9348 164 260 0 14264 0
[pid=25549] ppid=25545 vsize=49420 CPUtime=805.45
/proc/25549/stat : 25549 (vallst) R 25545 25545 25479 0 -1 4194304 4578 0 1 0 80406 139 0 0 25 0 1 0 372146290 50606080 4563 1992294400 134512640 134738160 4294956288 18446744073709551615 134586244 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25549/statm: 12355 4563 151 55 0 11945 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 107580

[startup+882.302 s]
/proc/loadavg: 0.99 0.94 0.59 2/66 25549
/proc/meminfo: memFree=1361568/2055920 swapFree=4180084/4192956
[pid=25545] ppid=25543 vsize=58160 CPUtime=16.47
/proc/25545/stat : 25545 (SATzilla2007_C) S 25543 25545 25479 0 -1 4194304 23099 55103 0 0 885 12 726 24 25 0 1 0 372144640 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25545/statm: 14540 9348 164 260 0 14264 0
[pid=25549] ppid=25545 vsize=49420 CPUtime=865.43
/proc/25549/stat : 25549 (vallst) R 25545 25545 25479 0 -1 4194304 4579 0 1 0 86394 149 0 0 25 0 1 0 372146290 50606080 4564 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25549/statm: 12355 4564 151 55 0 11945 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 107580

[startup+942.301 s]
/proc/loadavg: 0.99 0.94 0.61 3/66 25549
/proc/meminfo: memFree=1361504/2055920 swapFree=4180084/4192956
[pid=25545] ppid=25543 vsize=58160 CPUtime=16.47
/proc/25545/stat : 25545 (SATzilla2007_C) S 25543 25545 25479 0 -1 4194304 23099 55103 0 0 885 12 726 24 25 0 1 0 372144640 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25545/statm: 14540 9348 164 260 0 14264 0
[pid=25549] ppid=25545 vsize=49420 CPUtime=925.4
/proc/25549/stat : 25549 (vallst) R 25545 25545 25479 0 -1 4194304 4582 0 1 0 92381 159 0 0 25 0 1 0 372146290 50606080 4567 1992294400 134512640 134738160 4294956288 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25549/statm: 12355 4567 151 55 0 11945 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 107580

[startup+1002.3 s]
/proc/loadavg: 0.99 0.95 0.64 2/66 25549
/proc/meminfo: memFree=1361504/2055920 swapFree=4180084/4192956
[pid=25545] ppid=25543 vsize=58160 CPUtime=16.47
/proc/25545/stat : 25545 (SATzilla2007_C) S 25543 25545 25479 0 -1 4194304 23099 55103 0 0 885 12 726 24 25 0 1 0 372144640 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25545/statm: 14540 9348 164 260 0 14264 0
[pid=25549] ppid=25545 vsize=49420 CPUtime=985.37
/proc/25549/stat : 25549 (vallst) R 25545 25545 25479 0 -1 4194304 4584 0 1 0 98370 167 0 0 25 0 1 0 372146290 50606080 4569 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25549/statm: 12355 4569 151 55 0 11945 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 107580

[startup+1062.3 s]
/proc/loadavg: 0.99 0.96 0.65 2/66 25549
/proc/meminfo: memFree=1361440/2055920 swapFree=4180084/4192956
[pid=25545] ppid=25543 vsize=58160 CPUtime=16.47
/proc/25545/stat : 25545 (SATzilla2007_C) S 25543 25545 25479 0 -1 4194304 23099 55103 0 0 885 12 726 24 25 0 1 0 372144640 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25545/statm: 14540 9348 164 260 0 14264 0
[pid=25549] ppid=25545 vsize=49420 CPUtime=1045.35
/proc/25549/stat : 25549 (vallst) R 25545 25545 25479 0 -1 4194304 4591 0 1 0 104361 174 0 0 25 0 1 0 372146290 50606080 4576 1992294400 134512640 134738160 4294956288 18446744073709551615 134586177 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25549/statm: 12355 4576 151 55 0 11945 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 107580

[startup+1122.3 s]
/proc/loadavg: 0.99 0.96 0.67 2/66 25549
/proc/meminfo: memFree=1359776/2055920 swapFree=4180084/4192956
[pid=25545] ppid=25543 vsize=58160 CPUtime=16.47
/proc/25545/stat : 25545 (SATzilla2007_C) S 25543 25545 25479 0 -1 4194304 23099 55103 0 0 885 12 726 24 25 0 1 0 372144640 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25545/statm: 14540 9348 164 260 0 14264 0
[pid=25549] ppid=25545 vsize=49552 CPUtime=1105.33
/proc/25549/stat : 25549 (vallst) R 25545 25545 25479 0 -1 4194304 5035 0 1 0 110353 180 0 0 25 0 1 0 372146290 50741248 5020 1992294400 134512640 134738160 4294956288 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25549/statm: 12388 5020 151 55 0 11978 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 107712

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 25549
/proc/meminfo: memFree=1359712/2055920 swapFree=4180084/4192956
[pid=25545] ppid=25543 vsize=58160 CPUtime=16.47
/proc/25545/stat : 25545 (SATzilla2007_C) S 25543 25545 25479 0 -1 4194304 23099 55103 0 0 885 12 726 24 25 0 1 0 372144640 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25545/statm: 14540 9348 164 260 0 14264 0
[pid=25549] ppid=25545 vsize=49552 CPUtime=1165.31
/proc/25549/stat : 25549 (vallst) R 25545 25545 25479 0 -1 4194304 5039 0 1 0 116344 187 0 0 25 0 1 0 372146290 50741248 5024 1992294400 134512640 134738160 4294956288 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25549/statm: 12388 5024 151 55 0 11978 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 107712

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 25549
/proc/meminfo: memFree=1359520/2055920 swapFree=4180084/4192956
[pid=25545] ppid=25543 vsize=58160 CPUtime=16.47
/proc/25545/stat : 25545 (SATzilla2007_C) S 25543 25545 25479 0 -1 4194304 23099 55103 0 0 885 12 726 24 25 0 1 0 372144640 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25545/statm: 14540 9348 164 260 0 14264 0
[pid=25549] ppid=25545 vsize=49948 CPUtime=1173.3
/proc/25549/stat : 25549 (vallst) R 25545 25545 25479 0 -1 4194304 5094 0 1 0 117143 187 0 0 25 0 1 0 372146290 51146752 5079 1992294400 134512640 134738160 4294956288 18446744073709551615 134578502 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25549/statm: 12487 5079 151 55 0 12077 0
Current children cumulated CPU time (s) 1189.77
Current children cumulated vsize (KiB) 108108

[startup+1196.7 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 25549
/proc/meminfo: memFree=1359520/2055920 swapFree=4180084/4192956
[pid=25545] ppid=25543 vsize=58160 CPUtime=16.47
/proc/25545/stat : 25545 (SATzilla2007_C) S 25543 25545 25479 0 -1 4194304 23099 55103 0 0 885 12 726 24 25 0 1 0 372144640 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25545/statm: 14540 9348 164 260 0 14264 0
[pid=25549] ppid=25545 vsize=49948 CPUtime=1179.71
/proc/25549/stat : 25549 (vallst) R 25545 25545 25479 0 -1 4194304 5094 0 1 0 117783 188 0 0 25 0 1 0 372146290 51146752 5079 1992294400 134512640 134738160 4294956288 18446744073709551615 134586040 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25549/statm: 12487 5079 151 55 0 12077 0
Current children cumulated CPU time (s) 1196.18
Current children cumulated vsize (KiB) 108108

[startup+1198.3 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 25549
/proc/meminfo: memFree=1359456/2055920 swapFree=4180084/4192956
[pid=25545] ppid=25543 vsize=58160 CPUtime=16.47
/proc/25545/stat : 25545 (SATzilla2007_C) S 25543 25545 25479 0 -1 4194304 23099 55103 0 0 885 12 726 24 25 0 1 0 372144640 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25545/statm: 14540 9348 164 260 0 14264 0
[pid=25549] ppid=25545 vsize=50080 CPUtime=1181.3
/proc/25549/stat : 25549 (vallst) R 25545 25545 25479 0 -1 4194304 5111 0 1 0 117942 188 0 0 25 0 1 0 372146290 51281920 5096 1992294400 134512640 134738160 4294956288 18446744073709551615 134586284 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25549/statm: 12520 5096 151 55 0 12110 0
Current children cumulated CPU time (s) 1197.77
Current children cumulated vsize (KiB) 108240

[startup+1199.1 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 25549
/proc/meminfo: memFree=1359456/2055920 swapFree=4180084/4192956
[pid=25545] ppid=25543 vsize=58160 CPUtime=16.47
/proc/25545/stat : 25545 (SATzilla2007_C) S 25543 25545 25479 0 -1 4194304 23099 55103 0 0 885 12 726 24 25 0 1 0 372144640 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25545/statm: 14540 9348 164 260 0 14264 0
[pid=25549] ppid=25545 vsize=50080 CPUtime=1182.1
/proc/25549/stat : 25549 (vallst) R 25545 25545 25479 0 -1 4194304 5111 0 1 0 118022 188 0 0 25 0 1 0 372146290 51281920 5096 1992294400 134512640 134738160 4294956288 18446744073709551615 134575331 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25549/statm: 12520 5096 151 55 0 12110 0
Current children cumulated CPU time (s) 1198.57
Current children cumulated vsize (KiB) 108240

[startup+1199.5 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 25549
/proc/meminfo: memFree=1359456/2055920 swapFree=4180084/4192956
[pid=25545] ppid=25543 vsize=58160 CPUtime=16.47
/proc/25545/stat : 25545 (SATzilla2007_C) S 25543 25545 25479 0 -1 4194304 23099 55103 0 0 885 12 726 24 25 0 1 0 372144640 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25545/statm: 14540 9348 164 260 0 14264 0
[pid=25549] ppid=25545 vsize=50080 CPUtime=1182.5
/proc/25549/stat : 25549 (vallst) R 25545 25545 25479 0 -1 4194304 5111 0 1 0 118062 188 0 0 25 0 1 0 372146290 51281920 5096 1992294400 134512640 134738160 4294956288 18446744073709551615 134586183 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25549/statm: 12520 5096 151 55 0 12110 0
Current children cumulated CPU time (s) 1198.97
Current children cumulated vsize (KiB) 108240

[startup+1199.7 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 25549
/proc/meminfo: memFree=1359456/2055920 swapFree=4180084/4192956
[pid=25545] ppid=25543 vsize=58160 CPUtime=16.47
/proc/25545/stat : 25545 (SATzilla2007_C) S 25543 25545 25479 0 -1 4194304 23099 55103 0 0 885 12 726 24 25 0 1 0 372144640 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25545/statm: 14540 9348 164 260 0 14264 0
[pid=25549] ppid=25545 vsize=50080 CPUtime=1182.7
/proc/25549/stat : 25549 (vallst) R 25545 25545 25479 0 -1 4194304 5111 0 1 0 118082 188 0 0 25 0 1 0 372146290 51281920 5096 1992294400 134512640 134738160 4294956288 18446744073709551615 134575331 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25549/statm: 12520 5096 151 55 0 12110 0
Current children cumulated CPU time (s) 1199.17
Current children cumulated vsize (KiB) 108240

[startup+1199.8 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 25549
/proc/meminfo: memFree=1359456/2055920 swapFree=4180084/4192956
[pid=25545] ppid=25543 vsize=58160 CPUtime=16.47
/proc/25545/stat : 25545 (SATzilla2007_C) S 25543 25545 25479 0 -1 4194304 23099 55103 0 0 885 12 726 24 25 0 1 0 372144640 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25545/statm: 14540 9348 164 260 0 14264 0
[pid=25549] ppid=25545 vsize=50080 CPUtime=1182.8
/proc/25549/stat : 25549 (vallst) R 25545 25545 25479 0 -1 4194304 5111 0 1 0 118092 188 0 0 25 0 1 0 372146290 51281920 5096 1992294400 134512640 134738160 4294956288 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/25549/statm: 12520 5096 151 55 0 12110 0
Current children cumulated CPU time (s) 1199.27
Current children cumulated vsize (KiB) 108240

Child status: 17
Real time (s): 1199.82
CPU time (s): 1199.32
CPU user time (s): 1197.06
CPU system time (s): 2.26166
CPU usage (%): 99.958
Max. virtual memory (cumulated for all children) (KiB): 108240

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

runsolver used 0.955854 second user time and 3.41148 second system time

The end

Launcher Data

Begin job on node42 at 2009-04-09 14:17:13
IDJOB=1594689
IDBENCH=71128
IDSOLVER=558
FILE ID=node42/1594689-1239279432
PBS_JOBID= 9115400
Free space on /tmp= 66388 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT09/CRAFTED/ramseycube/Q32inK11.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1594689-1239279432/watcher-1594689-1239279432 -o /tmp/evaluation-result-1594689-1239279432/solver-1594689-1239279432 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1594689-1239279432.cnf            

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

MD5SUM BENCH= 594c254e77c66d387919761f50e63b6d
RANDOM SEED=1688737211

node42.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.211
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.211
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:       1421840 kB
Buffers:         43876 kB
Cached:         537552 kB
SwapCached:       7656 kB
Active:          96876 kB
Inactive:       494424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1421840 kB
SwapTotal:     4192956 kB
SwapFree:      4180084 kB
Dirty:           13584 kB
Writeback:           0 kB
Mapped:          13924 kB
Slab:            28816 kB
Committed_AS:  1588160 kB
PageTables:       1388 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= 66380 MiB
End job on node42 at 2009-04-09 14:37:13