Trace number 1785675

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) 4998.71 5000.93

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 benchmark92.8909
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.28/15.38	c run March_dl for 5 seconds ... 
15.28/15.38	c Bin: Executing march_dl
15.28/15.38	c child exit by a signal
15.28/15.38	c march_dl returned code 137.
15.28/15.38	c run saps (UBCSAT implementation) for 2 seconds ... 
15.28/15.38	c Bin: Executing ubcsat2006
15.28/15.38	c child exited successfully
15.28/15.38	c ubcsat2006 returned code 0.
15.28/15.38	c satzilla computing base features
15.28/15.38	c satzilla doing unit-prop probe
15.28/15.38	c satzilla doing local search probe
15.28/15.38	c satzilla doing lobjois search-space size estimate
15.28/15.38	c satzilla's ranking:
15.28/15.38	c 1) vallst+P: -14.642440
15.28/15.38	c 2) minisat20+P: 2.522593
15.28/15.38	c 3) zchaff_rand+P: 5.004482
15.28/15.38	c 4) minisat20: 8.878064
15.28/15.38	c 5) march_dl+P: 12.925156
15.28/15.38	c 6) march_dl: 27.296570
15.28/15.38	c 7) kcnfs+P: 999.000000
15.28/15.38	c 8) kcnfs: 999.000000
15.28/15.38	c 9) vallst: 999.000000
15.28/15.38	c 10) zchaff_rand: 999.000000
15.28/15.38	c satzilla running vallst with preprocessing ... 
4998.66/5000.92	c Preprocessing...
4998.66/5000.92	c Inital problem has 55 variables, 139590 nary clauses (0 binary clauses).
4998.66/5000.92	c Num non-binary clauses 139590, Average non-binary clause length 11.943
4998.66/5000.92	c Theory has no gaps
4998.66/5000.92	c Preprocessor runtime was 0.550 seconds.
4998.66/5000.92	c 
4998.66/5000.92	c Satisfiability of theory still undetermined.
4998.66/5000.92	c See file /tmp/lAyu3c for simplified theory.
4998.66/5000.92	c Bin: Executing vallst
4998.66/5000.92	c child exit by a signal
4998.66/5000.92	c vallst returned code 137.
4998.66/5000.92	c vallst returned code 137.
4998.66/5000.92	c satzilla running minisat20 with preprocessing ... 
4998.66/5000.92	c Bin: Executing minisat20
4998.66/5000.92	c minisat20 returned code 1.
4998.66/5000.92	c minisat20 returned code 1.
4998.66/5000.92	c satzilla running zchaff_rand with preprocessing ... 
4998.66/5000.92	c Bin: Executing zchaff_rand
4998.66/5000.92	c zchaff_rand returned code 1.
4998.66/5000.92	c zchaff_rand returned code 1.
4998.66/5000.92	c satzilla running minisat20 ... 
4998.66/5000.92	c Bin: Executing minisat20
4998.66/5000.92	c minisat20 returned code 1.
4998.66/5000.92	c minisat20 returned code 1.
4998.66/5000.92	c satzilla running march_dl with preprocessing ... 
4998.66/5000.92	c Bin: Executing march_dl
4998.66/5000.92	c march_dl returned code 1.
4998.66/5000.92	c march_dl returned code 1.
4998.66/5000.92	c satzilla running march_dl ... 
4998.66/5000.92	c Bin: Executing march_dl
4998.66/5000.92	c march_dl returned code 1.
4998.66/5000.92	c march_dl returned code 1.
4998.66/5000.92	c satzilla running kcnfs with preprocessing ... 
4998.66/5000.92	c Bin: Executing kcnfs
4998.66/5000.92	c kcnfs returned code 1.
4998.66/5000.92	c kcnfs returned code 1.
4998.66/5000.92	c satzilla running kcnfs ... 
4998.66/5000.92	c Bin: Executing kcnfs
4998.66/5000.92	c kcnfs returned code 1.
4998.66/5000.92	c kcnfs returned code 1.
4998.66/5000.92	c satzilla running vallst ... 
4998.66/5000.92	c Bin: Executing vallst
4998.66/5000.92	c vallst returned code 1.
4998.66/5000.92	c vallst returned code 1.
4998.66/5000.92	c satzilla running zchaff_rand ... 
4998.66/5000.92	c Bin: Executing zchaff_rand
4998.66/5000.92	c zchaff_rand returned code 1.
4998.66/5000.92	c zchaff_rand returned code 1.
4998.66/5000.92	c ERROR: All Failed! 
4998.66/5000.92	c SATZILLA_TIME=4999.440000

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-1785675-1241925093/watcher-1785675-1241925093 -o /tmp/evaluation-result-1785675-1241925093/solver-1785675-1241925093 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1785675-1241925093.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.85 0.97 0.99 3/64 27276
/proc/meminfo: memFree=1788968/2055920 swapFree=4176792/4192956
[pid=27276] ppid=27274 vsize=1440 CPUtime=0
/proc/27276/stat : 27276 (SATzilla2007_C) S 27274 27276 27239 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 220543111 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27276/statm: 360 110 95 260 0 84 0
[pid=27277] ppid=27276 vsize=1732 CPUtime=0
/proc/27277/stat : 27277 (march_dl) R 27276 27276 27239 0 -1 4194304 213 0 0 0 0 0 0 0 19 0 1 0 220543111 1773568 208 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27277/statm: 433 209 50 118 0 312 0

[startup+0.038454 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 27276
/proc/meminfo: memFree=1788968/2055920 swapFree=4176792/4192956
[pid=27276] ppid=27274 vsize=1440 CPUtime=0
/proc/27276/stat : 27276 (SATzilla2007_C) S 27274 27276 27239 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 220543111 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27276/statm: 360 110 95 260 0 84 0
[pid=27277] ppid=27276 vsize=2260 CPUtime=0.03
/proc/27277/stat : 27277 (march_dl) R 27276 27276 27239 0 -1 4194304 355 0 0 0 3 0 0 0 19 0 1 0 220543111 2314240 350 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27277/statm: 565 351 50 118 0 444 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3700

[startup+0.102464 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 27276
/proc/meminfo: memFree=1788968/2055920 swapFree=4176792/4192956
[pid=27276] ppid=27274 vsize=1440 CPUtime=0
/proc/27276/stat : 27276 (SATzilla2007_C) S 27274 27276 27239 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 220543111 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27276/statm: 360 110 95 260 0 84 0
[pid=27277] ppid=27276 vsize=3316 CPUtime=0.09
/proc/27277/stat : 27277 (march_dl) R 27276 27276 27239 0 -1 4194304 625 0 0 0 9 0 0 0 20 0 1 0 220543111 3395584 620 1992294400 134512640 134996440 4294956256 18446744073709551615 134775897 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27277/statm: 829 620 50 118 0 708 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4756

[startup+0.301482 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 27276
/proc/meminfo: memFree=1788968/2055920 swapFree=4176792/4192956
[pid=27276] ppid=27274 vsize=1440 CPUtime=0
/proc/27276/stat : 27276 (SATzilla2007_C) S 27274 27276 27239 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 220543111 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27276/statm: 360 110 95 260 0 84 0
[pid=27277] ppid=27276 vsize=6352 CPUtime=0.29
/proc/27277/stat : 27277 (march_dl) R 27276 27276 27239 0 -1 4194304 1465 0 0 0 29 0 0 0 21 0 1 0 220543111 6504448 1460 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27277/statm: 1588 1460 50 118 0 1467 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7792

[startup+0.701527 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 27276
/proc/meminfo: memFree=1788968/2055920 swapFree=4176792/4192956
[pid=27276] ppid=27274 vsize=1440 CPUtime=0
/proc/27276/stat : 27276 (SATzilla2007_C) S 27274 27276 27239 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 220543111 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27276/statm: 360 110 95 260 0 84 0
[pid=27277] ppid=27276 vsize=12084 CPUtime=0.69
/proc/27277/stat : 27277 (march_dl) R 27276 27276 27239 0 -1 4194304 4085 0 0 0 68 1 0 0 25 0 1 0 220543111 12374016 2343 1992294400 134512640 134996440 4294956256 18446744073709551615 134544583 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27277/statm: 3021 2343 53 118 0 2900 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13524

[startup+1.50162 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 27278
/proc/meminfo: memFree=1779160/2055920 swapFree=4176792/4192956
[pid=27276] ppid=27274 vsize=1440 CPUtime=0
/proc/27276/stat : 27276 (SATzilla2007_C) S 27274 27276 27239 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 220543111 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27276/statm: 360 110 95 260 0 84 0
[pid=27277] ppid=27276 vsize=24992 CPUtime=1.49
/proc/27277/stat : 27277 (march_dl) R 27276 27276 27239 0 -1 4194304 28125 0 0 0 137 12 0 0 25 0 1 0 220543111 25591808 3671 1992294400 134512640 134996440 4294956256 18446744073709551615 134543103 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27277/statm: 6248 3674 61 118 0 6127 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26432

[startup+3.10179 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 27278
/proc/meminfo: memFree=1767320/2055920 swapFree=4176792/4192956
[pid=27276] ppid=27274 vsize=1440 CPUtime=0
/proc/27276/stat : 27276 (SATzilla2007_C) S 27274 27276 27239 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 220543111 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27276/statm: 360 110 95 260 0 84 0
[pid=27277] ppid=27276 vsize=67520 CPUtime=3.09
/proc/27277/stat : 27277 (march_dl) R 27276 27276 27239 0 -1 4194304 50533 0 0 0 287 22 0 0 25 0 1 0 220543111 69140480 8938 1992294400 134512640 134996440 4294956256 18446744073709551615 134584232 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27277/statm: 16880 8938 67 118 0 16759 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 68960

[startup+6.30115 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 27279
/proc/meminfo: memFree=1782040/2055920 swapFree=4176792/4192956
[pid=27276] ppid=27274 vsize=1440 CPUtime=5
/proc/27276/stat : 27276 (SATzilla2007_C) S 27274 27276 27239 0 -1 4194304 135 50651 0 0 0 0 477 23 16 0 1 0 220543111 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27276/statm: 360 111 96 260 0 84 0
[pid=27279] ppid=27276 vsize=25004 CPUtime=1.29
/proc/27279/stat : 27279 (ubcsat2006) R 27276 27276 27239 0 -1 4194304 4446 0 0 0 127 2 0 0 25 0 1 0 220543611 25604096 4429 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27279/statm: 6251 4429 156 64 0 5832 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26444

[startup+12.7019 s]
/proc/loadavg: 0.88 0.97 0.99 2/65 27279
/proc/meminfo: memFree=1753456/2055920 swapFree=4176792/4192956
[pid=27276] ppid=27274 vsize=42660 CPUtime=12.69
/proc/27276/stat : 27276 (SATzilla2007_C) R 27274 27276 27239 0 -1 4194304 14256 55103 0 0 512 6 725 26 25 0 1 0 220543111 43683840 8990 1992294400 134512640 135579813 4294956224 18446744073709551615 134655545 0 0 4096 0 0 0 0 17 0 0 0
/proc/27276/statm: 10665 8990 150 260 0 10389 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42660

[startup+25.5023 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 27280
/proc/meminfo: memFree=1735080/2055920 swapFree=4176792/4192956
[pid=27276] ppid=27274 vsize=58160 CPUtime=16.44
/proc/27276/stat : 27276 (SATzilla2007_C) S 27274 27276 27239 0 -1 4194304 23010 55103 0 0 881 12 725 26 25 0 1 0 220543111 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27276/statm: 14540 9348 164 260 0 14264 0
[pid=27280] ppid=27276 vsize=44284 CPUtime=8.9
/proc/27280/stat : 27280 (vallst) R 27276 27276 27239 0 -1 4194304 3149 0 1 0 886 4 0 0 25 0 1 0 220544756 45346816 3134 1992294400 134512640 134738160 4294956288 18446744073709551615 134586284 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/27280/statm: 11071 3134 149 55 0 10661 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 102444

[startup+51.1022 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 27280
/proc/meminfo: memFree=1734120/2055920 swapFree=4176792/4192956
[pid=27276] ppid=27274 vsize=58160 CPUtime=16.44
/proc/27276/stat : 27276 (SATzilla2007_C) S 27274 27276 27239 0 -1 4194304 23010 55103 0 0 881 12 725 26 25 0 1 0 220543111 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27276/statm: 14540 9348 164 260 0 14264 0
[pid=27280] ppid=27276 vsize=45400 CPUtime=34.49
/proc/27280/stat : 27280 (vallst) R 27276 27276 27239 0 -1 4194304 3348 0 1 0 3439 10 0 0 25 0 1 0 220544756 46489600 3333 1992294400 134512640 134738160 4294956288 18446744073709551615 134586160 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27280/statm: 11350 3333 149 55 0 10940 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 103560

[startup+102.307 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 27280
/proc/meminfo: memFree=1734056/2055920 swapFree=4176792/4192956
[pid=27276] ppid=27274 vsize=58160 CPUtime=16.44
/proc/27276/stat : 27276 (SATzilla2007_C) S 27274 27276 27239 0 -1 4194304 23010 55103 0 0 881 12 725 26 25 0 1 0 220543111 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27276/statm: 14540 9348 164 260 0 14264 0
[pid=27280] ppid=27276 vsize=45400 CPUtime=85.68
/proc/27280/stat : 27280 (vallst) R 27276 27276 27239 0 -1 4194304 3388 0 1 0 8547 21 0 0 25 0 1 0 220544756 46489600 3373 1992294400 134512640 134738160 4294956288 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27280/statm: 11350 3373 149 55 0 10940 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 103560

[startup+162.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 27280
/proc/meminfo: memFree=1733800/2055920 swapFree=4176792/4192956
[pid=27276] ppid=27274 vsize=58160 CPUtime=16.44
/proc/27276/stat : 27276 (SATzilla2007_C) S 27274 27276 27239 0 -1 4194304 23010 55103 0 0 881 12 725 26 25 0 1 0 220543111 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27276/statm: 14540 9348 164 260 0 14264 0
[pid=27280] ppid=27276 vsize=45400 CPUtime=145.64
/proc/27280/stat : 27280 (vallst) R 27276 27276 27239 0 -1 4194304 3455 0 1 0 14529 35 0 0 25 0 1 0 220544756 46489600 3440 1992294400 134512640 134738160 4294956288 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27280/statm: 11350 3440 149 55 0 10940 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 103560

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 27280
/proc/meminfo: memFree=1733672/2055920 swapFree=4176792/4192956
[pid=27276] ppid=27274 vsize=58160 CPUtime=16.44
/proc/27276/stat : 27276 (SATzilla2007_C) S 27274 27276 27239 0 -1 4194304 23010 55103 0 0 881 12 725 26 25 0 1 0 220543111 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27276/statm: 14540 9348 164 260 0 14264 0
[pid=27280] ppid=27276 vsize=45400 CPUtime=205.62
/proc/27280/stat : 27280 (vallst) R 27276 27276 27239 0 -1 4194304 3487 0 1 0 20513 49 0 0 25 0 1 0 220544756 46489600 3472 1992294400 134512640 134738160 4294956288 18446744073709551615 134586190 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27280/statm: 11350 3472 149 55 0 10940 0
Current children cumulated CPU time (s) 222.06
Current children cumulated vsize (KiB) 103560

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 27280
/proc/meminfo: memFree=1733480/2055920 swapFree=4176792/4192956
[pid=27276] ppid=27274 vsize=58160 CPUtime=16.44
/proc/27276/stat : 27276 (SATzilla2007_C) S 27274 27276 27239 0 -1 4194304 23010 55103 0 0 881 12 725 26 25 0 1 0 220543111 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27276/statm: 14540 9348 164 260 0 14264 0
[pid=27280] ppid=27276 vsize=45400 CPUtime=265.61
/proc/27280/stat : 27280 (vallst) R 27276 27276 27239 0 -1 4194304 3519 0 1 0 26502 59 0 0 25 0 1 0 220544756 46489600 3504 1992294400 134512640 134738160 4294956288 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27280/statm: 11350 3504 149 55 0 10940 0
Current children cumulated CPU time (s) 282.05
Current children cumulated vsize (KiB) 103560

[startup+342.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 27280
/proc/meminfo: memFree=1733416/2055920 swapFree=4176792/4192956
[pid=27276] ppid=27274 vsize=58160 CPUtime=16.44
/proc/27276/stat : 27276 (SATzilla2007_C) S 27274 27276 27239 0 -1 4194304 23010 55103 0 0 881 12 725 26 25 0 1 0 220543111 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27276/statm: 14540 9348 164 260 0 14264 0
[pid=27280] ppid=27276 vsize=45400 CPUtime=325.58
/proc/27280/stat : 27280 (vallst) R 27276 27276 27239 0 -1 4194304 3530 0 1 0 32490 68 0 0 25 0 1 0 220544756 46489600 3515 1992294400 134512640 134738160 4294956288 18446744073709551615 134586040 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27280/statm: 11350 3515 149 55 0 10940 0
Current children cumulated CPU time (s) 342.02
Current children cumulated vsize (KiB) 103560


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


[startup+4662.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 27287
/proc/meminfo: memFree=1717544/2055920 swapFree=4176792/4192956
[pid=27276] ppid=27274 vsize=58160 CPUtime=16.44
/proc/27276/stat : 27276 (SATzilla2007_C) S 27274 27276 27239 0 -1 4194304 23010 55103 0 0 881 12 725 26 25 0 1 0 220543111 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27276/statm: 14540 9348 164 260 0 14264 0
[pid=27280] ppid=27276 vsize=60160 CPUtime=4643.77
/proc/27280/stat : 27280 (vallst) R 27276 27276 27239 0 -1 4194304 7165 0 1 0 463842 535 0 0 25 0 1 0 220544756 61603840 7150 1992294400 134512640 134738160 4294956288 18446744073709551615 134575331 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27280/statm: 15040 7150 151 55 0 14630 0
Current children cumulated CPU time (s) 4660.21
Current children cumulated vsize (KiB) 118320

[startup+4722.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 27287
/proc/meminfo: memFree=1717480/2055920 swapFree=4176792/4192956
[pid=27276] ppid=27274 vsize=58160 CPUtime=16.44
/proc/27276/stat : 27276 (SATzilla2007_C) S 27274 27276 27239 0 -1 4194304 23010 55103 0 0 881 12 725 26 25 0 1 0 220543111 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27276/statm: 14540 9348 164 260 0 14264 0
[pid=27280] ppid=27276 vsize=60160 CPUtime=4703.75
/proc/27280/stat : 27280 (vallst) R 27276 27276 27239 0 -1 4194304 7165 0 1 0 469835 540 0 0 25 0 1 0 220544756 61603840 7150 1992294400 134512640 134738160 4294956288 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27280/statm: 15040 7150 151 55 0 14630 0
Current children cumulated CPU time (s) 4720.19
Current children cumulated vsize (KiB) 118320

[startup+4782.3 s]
/proc/loadavg: 1.05 0.99 0.99 2/66 27287
/proc/meminfo: memFree=1717480/2055920 swapFree=4176792/4192956
[pid=27276] ppid=27274 vsize=58160 CPUtime=16.44
/proc/27276/stat : 27276 (SATzilla2007_C) S 27274 27276 27239 0 -1 4194304 23010 55103 0 0 881 12 725 26 25 0 1 0 220543111 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27276/statm: 14540 9348 164 260 0 14264 0
[pid=27280] ppid=27276 vsize=60160 CPUtime=4763.7
/proc/27280/stat : 27280 (vallst) R 27276 27276 27239 0 -1 4194304 7165 0 1 0 475824 546 0 0 25 0 1 0 220544756 61603840 7150 1992294400 134512640 134738160 4294956288 18446744073709551615 134575964 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27280/statm: 15040 7150 151 55 0 14630 0
Current children cumulated CPU time (s) 4780.14
Current children cumulated vsize (KiB) 118320

[startup+4842.3 s]
/proc/loadavg: 1.06 1.00 1.00 2/66 27287
/proc/meminfo: memFree=1717480/2055920 swapFree=4176792/4192956
[pid=27276] ppid=27274 vsize=58160 CPUtime=16.44
/proc/27276/stat : 27276 (SATzilla2007_C) S 27274 27276 27239 0 -1 4194304 23010 55103 0 0 881 12 725 26 25 0 1 0 220543111 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27276/statm: 14540 9348 164 260 0 14264 0
[pid=27280] ppid=27276 vsize=60160 CPUtime=4823.67
/proc/27280/stat : 27280 (vallst) R 27276 27276 27239 0 -1 4194304 7165 0 1 0 481818 549 0 0 25 0 1 0 220544756 61603840 7150 1992294400 134512640 134738160 4294956288 18446744073709551615 134586222 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27280/statm: 15040 7150 151 55 0 14630 0
Current children cumulated CPU time (s) 4840.11
Current children cumulated vsize (KiB) 118320

[startup+4902.3 s]
/proc/loadavg: 1.07 1.01 1.00 2/66 27287
/proc/meminfo: memFree=1717480/2055920 swapFree=4176792/4192956
[pid=27276] ppid=27274 vsize=58160 CPUtime=16.44
/proc/27276/stat : 27276 (SATzilla2007_C) S 27274 27276 27239 0 -1 4194304 23010 55103 0 0 881 12 725 26 25 0 1 0 220543111 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27276/statm: 14540 9348 164 260 0 14264 0
[pid=27280] ppid=27276 vsize=60160 CPUtime=4883.66
/proc/27280/stat : 27280 (vallst) R 27276 27276 27239 0 -1 4194304 7167 0 1 0 487814 552 0 0 25 0 1 0 220544756 61603840 7152 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27280/statm: 15040 7152 151 55 0 14630 0
Current children cumulated CPU time (s) 4900.1
Current children cumulated vsize (KiB) 118320

[startup+4962.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 27287
/proc/meminfo: memFree=1717480/2055920 swapFree=4176792/4192956
[pid=27276] ppid=27274 vsize=58160 CPUtime=16.44
/proc/27276/stat : 27276 (SATzilla2007_C) S 27274 27276 27239 0 -1 4194304 23010 55103 0 0 881 12 725 26 25 0 1 0 220543111 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27276/statm: 14540 9348 164 260 0 14264 0
[pid=27280] ppid=27276 vsize=60160 CPUtime=4943.63
/proc/27280/stat : 27280 (vallst) R 27276 27276 27239 0 -1 4194304 7184 0 1 0 493808 555 0 0 25 0 1 0 220544756 61603840 7169 1992294400 134512640 134738160 4294956288 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27280/statm: 15040 7169 151 55 0 14630 0
Current children cumulated CPU time (s) 4960.07
Current children cumulated vsize (KiB) 118320

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

[startup+4966.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 27287
/proc/meminfo: memFree=1717480/2055920 swapFree=4176792/4192956
[pid=27276] ppid=27274 vsize=58160 CPUtime=16.44
/proc/27276/stat : 27276 (SATzilla2007_C) S 27274 27276 27239 0 -1 4194304 23010 55103 0 0 881 12 725 26 25 0 1 0 220543111 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27276/statm: 14540 9348 164 260 0 14264 0
[pid=27280] ppid=27276 vsize=60160 CPUtime=4947.63
/proc/27280/stat : 27280 (vallst) R 27276 27276 27239 0 -1 4194304 7184 0 1 0 494208 555 0 0 25 0 1 0 220544756 61603840 7169 1992294400 134512640 134738160 4294956288 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27280/statm: 15040 7169 151 55 0 14630 0
Current children cumulated CPU time (s) 4964.07
Current children cumulated vsize (KiB) 118320

[startup+4979.1 s]
/proc/loadavg: 1.13 1.04 1.01 2/66 27287
/proc/meminfo: memFree=1717480/2055920 swapFree=4176792/4192956
[pid=27276] ppid=27274 vsize=58160 CPUtime=16.44
/proc/27276/stat : 27276 (SATzilla2007_C) S 27274 27276 27239 0 -1 4194304 23010 55103 0 0 881 12 725 26 25 0 1 0 220543111 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27276/statm: 14540 9348 164 260 0 14264 0
[pid=27280] ppid=27276 vsize=60160 CPUtime=4960.43
/proc/27280/stat : 27280 (vallst) R 27276 27276 27239 0 -1 4194304 7198 0 1 0 495487 556 0 0 25 0 1 0 220544756 61603840 7183 1992294400 134512640 134738160 4294956288 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27280/statm: 15040 7183 151 55 0 14630 0
Current children cumulated CPU time (s) 4976.87
Current children cumulated vsize (KiB) 118320

[startup+4991.9 s]
/proc/loadavg: 1.10 1.04 1.00 2/66 27287
/proc/meminfo: memFree=1717480/2055920 swapFree=4176792/4192956
[pid=27276] ppid=27274 vsize=58160 CPUtime=16.44
/proc/27276/stat : 27276 (SATzilla2007_C) S 27274 27276 27239 0 -1 4194304 23010 55103 0 0 881 12 725 26 25 0 1 0 220543111 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27276/statm: 14540 9348 164 260 0 14264 0
[pid=27280] ppid=27276 vsize=60160 CPUtime=4973.22
/proc/27280/stat : 27280 (vallst) R 27276 27276 27239 0 -1 4194304 7200 0 1 0 496766 556 0 0 25 0 1 0 220544756 61603840 7185 1992294400 134512640 134738160 4294956288 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27280/statm: 15040 7185 151 55 0 14630 0
Current children cumulated CPU time (s) 4989.66
Current children cumulated vsize (KiB) 118320

[startup+4995.11 s]
/proc/loadavg: 1.10 1.04 1.00 2/66 27287
/proc/meminfo: memFree=1717480/2055920 swapFree=4176792/4192956
[pid=27276] ppid=27274 vsize=58160 CPUtime=16.44
/proc/27276/stat : 27276 (SATzilla2007_C) S 27274 27276 27239 0 -1 4194304 23010 55103 0 0 881 12 725 26 25 0 1 0 220543111 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27276/statm: 14540 9348 164 260 0 14264 0
[pid=27280] ppid=27276 vsize=60160 CPUtime=4976.42
/proc/27280/stat : 27280 (vallst) R 27276 27276 27239 0 -1 4194304 7200 0 1 0 497086 556 0 0 25 0 1 0 220544756 61603840 7185 1992294400 134512640 134738160 4294956288 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27280/statm: 15040 7185 151 55 0 14630 0
Current children cumulated CPU time (s) 4992.86
Current children cumulated vsize (KiB) 118320

[startup+4998.3 s]
/proc/loadavg: 1.09 1.04 1.00 2/66 27287
/proc/meminfo: memFree=1717480/2055920 swapFree=4176792/4192956
[pid=27276] ppid=27274 vsize=58160 CPUtime=16.44
/proc/27276/stat : 27276 (SATzilla2007_C) S 27274 27276 27239 0 -1 4194304 23010 55103 0 0 881 12 725 26 25 0 1 0 220543111 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27276/statm: 14540 9348 164 260 0 14264 0
[pid=27280] ppid=27276 vsize=60160 CPUtime=4979.62
/proc/27280/stat : 27280 (vallst) R 27276 27276 27239 0 -1 4194304 7200 0 1 0 497405 557 0 0 25 0 1 0 220544756 61603840 7185 1992294400 134512640 134738160 4294956288 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27280/statm: 15040 7185 151 55 0 14630 0
Current children cumulated CPU time (s) 4996.06
Current children cumulated vsize (KiB) 118320

[startup+4999.9 s]
/proc/loadavg: 1.09 1.04 1.00 2/66 27287
/proc/meminfo: memFree=1717480/2055920 swapFree=4176792/4192956
[pid=27276] ppid=27274 vsize=58160 CPUtime=16.44
/proc/27276/stat : 27276 (SATzilla2007_C) S 27274 27276 27239 0 -1 4194304 23010 55103 0 0 881 12 725 26 25 0 1 0 220543111 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27276/statm: 14540 9348 164 260 0 14264 0
[pid=27280] ppid=27276 vsize=60160 CPUtime=4981.22
/proc/27280/stat : 27280 (vallst) R 27276 27276 27239 0 -1 4194304 7203 0 1 0 497565 557 0 0 25 0 1 0 220544756 61603840 7188 1992294400 134512640 134738160 4294956288 18446744073709551615 134575331 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27280/statm: 15040 7188 151 55 0 14630 0
Current children cumulated CPU time (s) 4997.66
Current children cumulated vsize (KiB) 118320

[startup+5000.7 s]
/proc/loadavg: 1.09 1.04 1.00 2/66 27287
/proc/meminfo: memFree=1717480/2055920 swapFree=4176792/4192956
[pid=27276] ppid=27274 vsize=58160 CPUtime=16.44
/proc/27276/stat : 27276 (SATzilla2007_C) S 27274 27276 27239 0 -1 4194304 23010 55103 0 0 881 12 725 26 25 0 1 0 220543111 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27276/statm: 14540 9348 164 260 0 14264 0
[pid=27280] ppid=27276 vsize=60160 CPUtime=4982.02
/proc/27280/stat : 27280 (vallst) R 27276 27276 27239 0 -1 4194304 7203 0 1 0 497645 557 0 0 25 0 1 0 220544756 61603840 7188 1992294400 134512640 134738160 4294956288 18446744073709551615 134578502 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27280/statm: 15040 7188 151 55 0 14630 0
Current children cumulated CPU time (s) 4998.46
Current children cumulated vsize (KiB) 118320

[startup+5000.9 s]
/proc/loadavg: 1.09 1.04 1.00 2/66 27287
/proc/meminfo: memFree=1717480/2055920 swapFree=4176792/4192956
[pid=27276] ppid=27274 vsize=58160 CPUtime=16.44
/proc/27276/stat : 27276 (SATzilla2007_C) S 27274 27276 27239 0 -1 4194304 23010 55103 0 0 881 12 725 26 25 0 1 0 220543111 59555840 9348 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27276/statm: 14540 9348 164 260 0 14264 0
[pid=27280] ppid=27276 vsize=60160 CPUtime=4982.22
/proc/27280/stat : 27280 (vallst) R 27276 27276 27239 0 -1 4194304 7203 0 1 0 497665 557 0 0 25 0 1 0 220544756 61603840 7188 1992294400 134512640 134738160 4294956288 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/27280/statm: 15040 7188 151 55 0 14630 0
Current children cumulated CPU time (s) 4998.66
Current children cumulated vsize (KiB) 118320

Child status: 17
Real time (s): 5000.93
CPU time (s): 4998.71
CPU user time (s): 4992.74
CPU system time (s): 5.96909
CPU usage (%): 99.9555
Max. virtual memory (cumulated for all children) (KiB): 118320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4992.74
system time used= 5.96909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85329
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= 11
involuntary context switches= 9276

runsolver used 4.15037 second user time and 14.0419 second system time

The end

Launcher Data

Begin job on node9 at 2009-05-10 05:11:34
IDJOB=1785675
IDBENCH=71128
IDSOLVER=640
FILE ID=node9/1785675-1241925093
PBS_JOBID= 9264931
Free space on /tmp= 66420 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-1785675-1241925093/watcher-1785675-1241925093 -o /tmp/evaluation-result-1785675-1241925093/solver-1785675-1241925093 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1785675-1241925093.cnf            

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

MD5SUM BENCH= 594c254e77c66d387919761f50e63b6d
RANDOM SEED=189127831

node9.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.240
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.240
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:       1789448 kB
Buffers:         45752 kB
Cached:         164784 kB
SwapCached:      11008 kB
Active:          87932 kB
Inactive:       135464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1789448 kB
SwapTotal:     4192956 kB
SwapFree:      4176792 kB
Dirty:           13384 kB
Writeback:           0 kB
Mapped:          13920 kB
Slab:            29160 kB
Committed_AS:   708260 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= 66412 MiB
End job on node9 at 2009-05-10 06:34:55