Trace number 368816

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, and are wall clock time (not CPU 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
SATzilla CRAFTED? (TO) 5000.03 5001.41

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-b-clqcolor-30-20-26.sat05-1264.reshuffled-07.cnf
MD5SUMede19899bb8c427d8a34daa9d239a276
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 variables1815
Number of clauses301256
Sum of the clauses size895230
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 29750
Number of clauses of size 3291450
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 556

Solver Data (download as text)

19.45/19.59	c run March_dl for 5 seconds ... 
19.45/19.59	c Bin: Executing march_dl
19.45/19.59	c child exit by a signal
19.45/19.59	c march_dl returned code 137.
19.45/19.59	c run saps (UBCSAT implementation) for 2 seconds ... 
19.45/19.59	c Bin: Executing ubcsat2006
19.45/19.59	c child exited successfully
19.45/19.59	c ubcsat2006 returned code 0.
19.45/19.59	c satzilla computing base features
19.45/19.59	c satzilla doing unit-prop probe
19.45/19.59	c satzilla doing local search probe
19.45/19.59	c satzilla doing lobjois search-space size estimate
19.45/19.59	c satzilla's ranking:
19.45/19.59	c 1) march_dl: 1.634707
19.45/19.59	c 2) zchaff_rand+P: 3.409080
19.45/19.59	c 3) march_dl+P: 3.542741
19.45/19.59	c 4) vallst+P: 3.820505
19.45/19.59	c 5) minisat20: 4.035129
19.45/19.59	c 6) minisat20+P: 4.425629
19.45/19.59	c 7) kcnfs+P: 999.000000
19.45/19.59	c 8) kcnfs: 999.000000
19.45/19.59	c 9) vallst: 999.000000
19.45/19.59	c 10) zchaff_rand: 999.000000
19.45/19.59	c satzilla running march_dl ... 
4998.69/5000.19	c Bin: Executing march_dl
4998.69/5000.19	c child exit by a signal
4998.69/5000.19	c march_dl returned code 137.
4998.69/5000.19	c march_dl returned code 137.
4998.69/5000.19	c satzilla running zchaff_rand with preprocessing ... 

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node30/watcher-368816-1177272726 -o ROOT/results/node30/solver-368816-1177272726 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/368816-1177272726/SATzilla2007_C /tmp/evaluation/368816-1177272726/instance-368816-1177272726.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): 7500 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.86 0.98 0.99 3/77 10510
/proc/meminfo: memFree=1701920/2055920 swapFree=4157100/4192956
[pid=10510] ppid=10508 vsize=1440 CPUtime=0
/proc/10510/stat : 10510 (SATzilla2007_C) S 10508 10510 10454 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 175188347 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10510/statm: 360 110 95 260 0 84 0
[pid=10511] ppid=10510 vsize=3128 CPUtime=0
/proc/10511/stat : 10511 (march_dl) R 10510 10510 10454 0 -1 4194304 392 0 0 0 0 0 0 0 19 0 1 0 175188347 3203072 387 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10511/statm: 782 387 50 118 0 661 0

[startup+0.041828 s]
/proc/loadavg: 0.86 0.98 0.99 3/77 10510
/proc/meminfo: memFree=1701920/2055920 swapFree=4157100/4192956
[pid=10510] ppid=10508 vsize=1440 CPUtime=0
/proc/10510/stat : 10510 (SATzilla2007_C) S 10508 10510 10454 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 175188347 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10510/statm: 360 110 95 260 0 84 0
[pid=10511] ppid=10510 vsize=3392 CPUtime=0.03
/proc/10511/stat : 10511 (march_dl) R 10510 10510 10454 0 -1 4194304 514 0 0 0 3 0 0 0 19 0 1 0 175188347 3473408 509 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10511/statm: 881 510 50 118 0 760 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4832

[startup+0.101831 s]
/proc/loadavg: 0.86 0.98 0.99 3/77 10510
/proc/meminfo: memFree=1701920/2055920 swapFree=4157100/4192956
[pid=10510] ppid=10508 vsize=1440 CPUtime=0
/proc/10510/stat : 10510 (SATzilla2007_C) S 10508 10510 10454 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 175188347 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10510/statm: 360 110 95 260 0 84 0
[pid=10511] ppid=10510 vsize=4052 CPUtime=0.09
/proc/10511/stat : 10511 (march_dl) R 10510 10510 10454 0 -1 4194304 714 0 0 0 9 0 0 0 19 0 1 0 175188347 4149248 709 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10511/statm: 1013 709 50 118 0 892 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5492

[startup+0.301843 s]
/proc/loadavg: 0.86 0.98 0.99 3/77 10510
/proc/meminfo: memFree=1701920/2055920 swapFree=4157100/4192956
[pid=10510] ppid=10508 vsize=1440 CPUtime=0
/proc/10510/stat : 10510 (SATzilla2007_C) S 10508 10510 10454 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 175188347 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10510/statm: 360 110 95 260 0 84 0
[pid=10511] ppid=10510 vsize=6164 CPUtime=0.29
/proc/10511/stat : 10511 (march_dl) R 10510 10510 10454 0 -1 4194304 1379 0 0 0 29 0 0 0 21 0 1 0 175188347 6311936 1374 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10511/statm: 1541 1374 50 118 0 1420 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7604

[startup+0.701867 s]
/proc/loadavg: 0.86 0.98 0.99 3/77 10510
/proc/meminfo: memFree=1701920/2055920 swapFree=4157100/4192956
[pid=10510] ppid=10508 vsize=1440 CPUtime=0
/proc/10510/stat : 10510 (SATzilla2007_C) S 10508 10510 10454 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 175188347 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10510/statm: 360 110 95 260 0 84 0
[pid=10511] ppid=10510 vsize=17348 CPUtime=0.69
/proc/10511/stat : 10511 (march_dl) R 10510 10510 10454 0 -1 4194304 3251 0 0 0 68 1 0 0 25 0 1 0 175188347 17764352 2948 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134544567 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10511/statm: 4337 2948 53 118 0 4216 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18788

[startup+1.50192 s]
/proc/loadavg: 0.86 0.98 0.99 2/79 10512
/proc/meminfo: memFree=1689616/2055920 swapFree=4157100/4192956
[pid=10510] ppid=10508 vsize=1440 CPUtime=0
/proc/10510/stat : 10510 (SATzilla2007_C) S 10508 10510 10454 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 175188347 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10510/statm: 360 110 95 260 0 84 0
[pid=10511] ppid=10510 vsize=24208 CPUtime=1.49
/proc/10511/stat : 10511 (march_dl) R 10510 10510 10454 0 -1 4194304 12124 0 0 0 144 5 0 0 25 0 1 0 175188347 24788992 4810 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10511/statm: 6052 4810 57 118 0 5931 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25648

[startup+3.10202 s]
/proc/loadavg: 0.87 0.98 0.99 2/79 10512
/proc/meminfo: memFree=1688848/2055920 swapFree=4157100/4192956
[pid=10510] ppid=10508 vsize=1440 CPUtime=0
/proc/10510/stat : 10510 (SATzilla2007_C) S 10508 10510 10454 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 175188347 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10510/statm: 360 110 95 260 0 84 0
[pid=10511] ppid=10510 vsize=31816 CPUtime=3.09
/proc/10511/stat : 10511 (march_dl) R 10510 10510 10454 0 -1 4194304 28041 0 0 0 295 14 0 0 25 0 1 0 175188347 32579584 6243 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10511/statm: 7954 6243 73 118 0 7833 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33256

[startup+6.30222 s]
/proc/loadavg: 0.87 0.98 0.99 2/79 10513
/proc/meminfo: memFree=1692560/2055920 swapFree=4157100/4192956
[pid=10510] ppid=10508 vsize=1440 CPUtime=4.99
/proc/10510/stat : 10510 (SATzilla2007_C) S 10508 10510 10454 0 -1 4194304 135 28041 0 0 0 0 471 28 16 0 1 0 175188347 1474560 111 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10510/statm: 360 111 96 260 0 84 0
[pid=10513] ppid=10510 vsize=26688 CPUtime=1.26
/proc/10513/stat : 10513 (ubcsat2006) R 10510 10510 10454 0 -1 4194304 4109 0 1 0 125 1 0 0 25 0 1 0 175188848 27328512 4093 18446744073709551615 134512640 134777720 4294956544 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10513/statm: 6672 4093 156 64 0 6253 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 28128

[startup+12.7016 s]
/proc/loadavg: 0.89 0.98 0.99 2/78 10513
/proc/meminfo: memFree=1684952/2055920 swapFree=4157100/4192956
[pid=10510] ppid=10508 vsize=18120 CPUtime=12.65
/proc/10510/stat : 10510 (SATzilla2007_C) R 10508 10510 10454 0 -1 4194304 8469 32156 0 1 520 3 711 31 25 0 1 0 175188347 18554880 4313 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134526943 0 0 4096 0 0 0 0 17 1 0 0
/proc/10510/statm: 4530 4313 124 260 0 4254 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 18120

[startup+25.5014 s]
/proc/loadavg: 0.91 0.98 0.99 2/79 10514
/proc/meminfo: memFree=1660304/2055920 swapFree=4157100/4192956
[pid=10510] ppid=10508 vsize=18124 CPUtime=19.55
/proc/10510/stat : 10510 (SATzilla2007_C) S 10508 10510 10454 0 -1 4194304 16197 32156 0 1 1203 10 711 31 25 0 1 0 175188347 18558976 4355 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10510/statm: 4531 4355 156 260 0 4255 0
[pid=10514] ppid=10510 vsize=31816 CPUtime=5.89
/proc/10514/stat : 10514 (march_dl) R 10510 10510 10454 0 -1 4194304 28041 0 0 0 550 39 0 0 25 0 1 0 175190307 32579584 6243 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10514/statm: 7954 6243 73 118 0 7833 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 49940

[startup+51.1012 s]
/proc/loadavg: 0.94 0.98 0.99 2/79 10514
/proc/meminfo: memFree=1663888/2055920 swapFree=4157100/4192956
[pid=10510] ppid=10508 vsize=18124 CPUtime=19.55
/proc/10510/stat : 10510 (SATzilla2007_C) S 10508 10510 10454 0 -1 4194304 16197 32156 0 1 1203 10 711 31 25 0 1 0 175188347 18558976 4355 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10510/statm: 4531 4355 156 260 0 4255 0
[pid=10514] ppid=10510 vsize=26520 CPUtime=31.47
/proc/10514/stat : 10514 (march_dl) R 10510 10510 10454 0 -1 4194304 41745 0 0 0 3047 100 0 0 25 0 1 0 175190307 27156480 5316 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134527905 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10514/statm: 6630 5316 75 118 0 6509 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 44644

[startup+102.305 s]
/proc/loadavg: 0.97 0.98 0.99 2/79 10514
/proc/meminfo: memFree=1663888/2055920 swapFree=4157100/4192956
[pid=10510] ppid=10508 vsize=18124 CPUtime=19.55
/proc/10510/stat : 10510 (SATzilla2007_C) S 10508 10510 10454 0 -1 4194304 16197 32156 0 1 1203 10 711 31 25 0 1 0 175188347 18558976 4355 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10510/statm: 4531 4355 156 260 0 4255 0
[pid=10514] ppid=10510 vsize=26524 CPUtime=82.65
/proc/10514/stat : 10514 (march_dl) R 10510 10510 10454 0 -1 4194304 41762 0 0 0 8165 100 0 0 25 0 1 0 175190307 27160576 5333 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10514/statm: 6631 5333 75 118 0 6510 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 44648

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 10514
/proc/meminfo: memFree=1663824/2055920 swapFree=4157100/4192956
[pid=10510] ppid=10508 vsize=18124 CPUtime=19.55
/proc/10510/stat : 10510 (SATzilla2007_C) S 10508 10510 10454 0 -1 4194304 16197 32156 0 1 1203 10 711 31 25 0 1 0 175188347 18558976 4355 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10510/statm: 4531 4355 156 260 0 4255 0
[pid=10514] ppid=10510 vsize=26652 CPUtime=142.62
/proc/10514/stat : 10514 (march_dl) R 10510 10510 10454 0 -1 4194304 41775 0 0 0 14162 100 0 0 25 0 1 0 175190307 27291648 5346 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134527899 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10514/statm: 6663 5346 75 118 0 6542 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 44776

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 10514
/proc/meminfo: memFree=1663760/2055920 swapFree=4157100/4192956
[pid=10510] ppid=10508 vsize=18124 CPUtime=19.55
/proc/10510/stat : 10510 (SATzilla2007_C) S 10508 10510 10454 0 -1 4194304 16197 32156 0 1 1203 10 711 31 25 0 1 0 175188347 18558976 4355 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10510/statm: 4531 4355 156 260 0 4255 0
[pid=10514] ppid=10510 vsize=26652 CPUtime=202.61
/proc/10514/stat : 10514 (march_dl) R 10510 10510 10454 0 -1 4194304 41779 0 0 0 20160 101 0 0 25 0 1 0 175190307 27291648 5350 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134527899 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10514/statm: 6663 5350 75 118 0 6542 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 44776

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 10514
/proc/meminfo: memFree=1663696/2055920 swapFree=4157100/4192956
[pid=10510] ppid=10508 vsize=18124 CPUtime=19.55
/proc/10510/stat : 10510 (SATzilla2007_C) S 10508 10510 10454 0 -1 4194304 16197 32156 0 1 1203 10 711 31 25 0 1 0 175188347 18558976 4355 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10510/statm: 4531 4355 156 260 0 4255 0
[pid=10514] ppid=10510 vsize=26652 CPUtime=262.59
/proc/10514/stat : 10514 (march_dl) R 10510 10510 10454 0 -1 4194304 41782 0 0 0 26158 101 0 0 25 0 1 0 175190307 27291648 5353 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134551287 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10514/statm: 6663 5353 75 118 0 6542 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 44776

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 10514
/proc/meminfo: memFree=1663760/2055920 swapFree=4157100/4192956
[pid=10510] ppid=10508 vsize=18124 CPUtime=19.55
/proc/10510/stat : 10510 (SATzilla2007_C) S 10508 10510 10454 0 -1 4194304 16197 32156 0 1 1203 10 711 31 25 0 1 0 175188347 18558976 4355 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10510/statm: 4531 4355 156 260 0 4255 0
[pid=10514] ppid=10510 vsize=26652 CPUtime=322.57
/proc/10514/stat : 10514 (march_dl) R 10510 10510 10454 0 -1 4194304 41784 0 0 0 32156 101 0 0 25 0 1 0 175190307 27291648 5355 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134532777 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10514/statm: 6663 5355 75 118 0 6542 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 44776


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

[pid=10510] ppid=10508 vsize=18124 CPUtime=19.55
/proc/10510/stat : 10510 (SATzilla2007_C) S 10508 10510 10454 0 -1 4194304 16197 32156 0 1 1203 10 711 31 25 0 1 0 175188347 18558976 4355 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10510/statm: 4531 4355 156 260 0 4255 0
[pid=10514] ppid=10510 vsize=27296 CPUtime=4221.53
/proc/10514/stat : 10514 (march_dl) R 10510 10510 10454 0 -1 4194304 41844 0 0 0 422034 119 0 0 25 0 1 0 175190307 27951104 5415 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134617392 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10514/statm: 6824 5415 75 118 0 6703 0
Current children cumulated CPU time (s) 4241.08
Current children cumulated vsize (KiB) 45420

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 10714
/proc/meminfo: memFree=1663440/2055920 swapFree=4157100/4192956
[pid=10510] ppid=10508 vsize=18124 CPUtime=19.55
/proc/10510/stat : 10510 (SATzilla2007_C) S 10508 10510 10454 0 -1 4194304 16197 32156 0 1 1203 10 711 31 25 0 1 0 175188347 18558976 4355 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10510/statm: 4531 4355 156 260 0 4255 0
[pid=10514] ppid=10510 vsize=27296 CPUtime=4281.51
/proc/10514/stat : 10514 (march_dl) R 10510 10510 10454 0 -1 4194304 41844 0 0 0 428032 119 0 0 25 0 1 0 175190307 27951104 5415 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134537157 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10514/statm: 6824 5415 75 118 0 6703 0
Current children cumulated CPU time (s) 4301.06
Current children cumulated vsize (KiB) 45420

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 10714
/proc/meminfo: memFree=1663376/2055920 swapFree=4157100/4192956
[pid=10510] ppid=10508 vsize=18124 CPUtime=19.55
/proc/10510/stat : 10510 (SATzilla2007_C) S 10508 10510 10454 0 -1 4194304 16197 32156 0 1 1203 10 711 31 25 0 1 0 175188347 18558976 4355 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10510/statm: 4531 4355 156 260 0 4255 0
[pid=10514] ppid=10510 vsize=27296 CPUtime=4341.49
/proc/10514/stat : 10514 (march_dl) R 10510 10510 10454 0 -1 4194304 41845 0 0 0 434030 119 0 0 25 0 1 0 175190307 27951104 5416 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134564417 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10514/statm: 6824 5416 75 118 0 6703 0
Current children cumulated CPU time (s) 4361.04
Current children cumulated vsize (KiB) 45420

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 10714
/proc/meminfo: memFree=1663440/2055920 swapFree=4157100/4192956
[pid=10510] ppid=10508 vsize=18124 CPUtime=19.55
/proc/10510/stat : 10510 (SATzilla2007_C) S 10508 10510 10454 0 -1 4194304 16197 32156 0 1 1203 10 711 31 25 0 1 0 175188347 18558976 4355 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10510/statm: 4531 4355 156 260 0 4255 0
[pid=10514] ppid=10510 vsize=27296 CPUtime=4401.48
/proc/10514/stat : 10514 (march_dl) R 10510 10510 10454 0 -1 4194304 41845 0 0 0 440028 120 0 0 25 0 1 0 175190307 27951104 5416 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134528042 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10514/statm: 6824 5416 75 118 0 6703 0
Current children cumulated CPU time (s) 4421.03
Current children cumulated vsize (KiB) 45420

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 10714
/proc/meminfo: memFree=1663696/2055920 swapFree=4157100/4192956
[pid=10510] ppid=10508 vsize=18124 CPUtime=19.55
/proc/10510/stat : 10510 (SATzilla2007_C) S 10508 10510 10454 0 -1 4194304 16197 32156 0 1 1203 10 711 31 25 0 1 0 175188347 18558976 4355 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10510/statm: 4531 4355 156 260 0 4255 0
[pid=10514] ppid=10510 vsize=27296 CPUtime=4461.47
/proc/10514/stat : 10514 (march_dl) R 10510 10510 10454 0 -1 4194304 41846 0 0 0 446027 120 0 0 25 0 1 0 175190307 27951104 5417 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134537726 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10514/statm: 6824 5417 75 118 0 6703 0
Current children cumulated CPU time (s) 4481.02
Current children cumulated vsize (KiB) 45420

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 10714
/proc/meminfo: memFree=1663632/2055920 swapFree=4157100/4192956
[pid=10510] ppid=10508 vsize=18124 CPUtime=19.55
/proc/10510/stat : 10510 (SATzilla2007_C) S 10508 10510 10454 0 -1 4194304 16197 32156 0 1 1203 10 711 31 25 0 1 0 175188347 18558976 4355 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10510/statm: 4531 4355 156 260 0 4255 0
[pid=10514] ppid=10510 vsize=27296 CPUtime=4521.45
/proc/10514/stat : 10514 (march_dl) R 10510 10510 10454 0 -1 4194304 41848 0 0 0 452025 120 0 0 25 0 1 0 175190307 27951104 5419 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134533000 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10514/statm: 6824 5419 75 118 0 6703 0
Current children cumulated CPU time (s) 4541
Current children cumulated vsize (KiB) 45420

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 10714
/proc/meminfo: memFree=1663504/2055920 swapFree=4157100/4192956
[pid=10510] ppid=10508 vsize=18124 CPUtime=19.55
/proc/10510/stat : 10510 (SATzilla2007_C) S 10508 10510 10454 0 -1 4194304 16197 32156 0 1 1203 10 711 31 25 0 1 0 175188347 18558976 4355 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10510/statm: 4531 4355 156 260 0 4255 0
[pid=10514] ppid=10510 vsize=27296 CPUtime=4581.44
/proc/10514/stat : 10514 (march_dl) R 10510 10510 10454 0 -1 4194304 41849 0 0 0 458023 121 0 0 25 0 1 0 175190307 27951104 5420 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134587735 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10514/statm: 6824 5420 75 118 0 6703 0
Current children cumulated CPU time (s) 4600.99
Current children cumulated vsize (KiB) 45420

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 10714
/proc/meminfo: memFree=1663504/2055920 swapFree=4157100/4192956
[pid=10510] ppid=10508 vsize=18124 CPUtime=19.55
/proc/10510/stat : 10510 (SATzilla2007_C) S 10508 10510 10454 0 -1 4194304 16197 32156 0 1 1203 10 711 31 25 0 1 0 175188347 18558976 4355 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10510/statm: 4531 4355 156 260 0 4255 0
[pid=10514] ppid=10510 vsize=27296 CPUtime=4641.42
/proc/10514/stat : 10514 (march_dl) R 10510 10510 10454 0 -1 4194304 41849 0 0 0 464021 121 0 0 25 0 1 0 175190307 27951104 5420 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134528099 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10514/statm: 6824 5420 75 118 0 6703 0
Current children cumulated CPU time (s) 4660.97
Current children cumulated vsize (KiB) 45420

[startup+4722.31 s]
/proc/loadavg: 1.08 1.02 1.01 2/79 10714
/proc/meminfo: memFree=1663568/2055920 swapFree=4157100/4192956
[pid=10510] ppid=10508 vsize=18124 CPUtime=19.55
/proc/10510/stat : 10510 (SATzilla2007_C) S 10508 10510 10454 0 -1 4194304 16197 32156 0 1 1203 10 711 31 25 0 1 0 175188347 18558976 4355 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10510/statm: 4531 4355 156 260 0 4255 0
[pid=10514] ppid=10510 vsize=27296 CPUtime=4701.41
/proc/10514/stat : 10514 (march_dl) R 10510 10510 10454 0 -1 4194304 41849 0 0 0 470020 121 0 0 25 0 1 0 175190307 27951104 5420 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134587388 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10514/statm: 6824 5420 75 118 0 6703 0
Current children cumulated CPU time (s) 4720.96
Current children cumulated vsize (KiB) 45420

[startup+4782.3 s]
/proc/loadavg: 1.09 1.03 1.00 2/79 10714
/proc/meminfo: memFree=1663504/2055920 swapFree=4157100/4192956
[pid=10510] ppid=10508 vsize=18124 CPUtime=19.55
/proc/10510/stat : 10510 (SATzilla2007_C) S 10508 10510 10454 0 -1 4194304 16197 32156 0 1 1203 10 711 31 25 0 1 0 175188347 18558976 4355 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10510/statm: 4531 4355 156 260 0 4255 0
[pid=10514] ppid=10510 vsize=27296 CPUtime=4761.4
/proc/10514/stat : 10514 (march_dl) R 10510 10510 10454 0 -1 4194304 41850 0 0 0 476018 122 0 0 25 0 1 0 175190307 27951104 5421 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134536915 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10514/statm: 6824 5421 75 118 0 6703 0
Current children cumulated CPU time (s) 4780.95
Current children cumulated vsize (KiB) 45420

[startup+4842.3 s]
/proc/loadavg: 1.13 1.05 1.01 2/79 10714
/proc/meminfo: memFree=1663504/2055920 swapFree=4157100/4192956
[pid=10510] ppid=10508 vsize=18124 CPUtime=19.55
/proc/10510/stat : 10510 (SATzilla2007_C) S 10508 10510 10454 0 -1 4194304 16197 32156 0 1 1203 10 711 31 25 0 1 0 175188347 18558976 4355 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10510/statm: 4531 4355 156 260 0 4255 0
[pid=10514] ppid=10510 vsize=27296 CPUtime=4821.38
/proc/10514/stat : 10514 (march_dl) R 10510 10510 10454 0 -1 4194304 41850 0 0 0 482016 122 0 0 25 0 1 0 175190307 27951104 5421 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10514/statm: 6824 5421 75 118 0 6703 0
Current children cumulated CPU time (s) 4840.93
Current children cumulated vsize (KiB) 45420

[startup+4902.3 s]
/proc/loadavg: 1.05 1.04 1.00 2/79 10714
/proc/meminfo: memFree=1663440/2055920 swapFree=4157100/4192956
[pid=10510] ppid=10508 vsize=18124 CPUtime=19.55
/proc/10510/stat : 10510 (SATzilla2007_C) S 10508 10510 10454 0 -1 4194304 16197 32156 0 1 1203 10 711 31 25 0 1 0 175188347 18558976 4355 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10510/statm: 4531 4355 156 260 0 4255 0
[pid=10514] ppid=10510 vsize=27296 CPUtime=4881.37
/proc/10514/stat : 10514 (march_dl) R 10510 10510 10454 0 -1 4194304 41850 0 0 0 488014 123 0 0 25 0 1 0 175190307 27951104 5421 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134587659 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10514/statm: 6824 5421 75 118 0 6703 0
Current children cumulated CPU time (s) 4900.92
Current children cumulated vsize (KiB) 45420

[startup+4962.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/79 10714
/proc/meminfo: memFree=1663504/2055920 swapFree=4157100/4192956
[pid=10510] ppid=10508 vsize=18124 CPUtime=19.55
/proc/10510/stat : 10510 (SATzilla2007_C) S 10508 10510 10454 0 -1 4194304 16197 32156 0 1 1203 10 711 31 25 0 1 0 175188347 18558976 4355 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10510/statm: 4531 4355 156 260 0 4255 0
[pid=10514] ppid=10510 vsize=27296 CPUtime=4941.35
/proc/10514/stat : 10514 (march_dl) R 10510 10510 10454 0 -1 4194304 41850 0 0 0 494012 123 0 0 25 0 1 0 175190307 27951104 5421 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134533016 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10514/statm: 6824 5421 75 118 0 6703 0
Current children cumulated CPU time (s) 4960.9
Current children cumulated vsize (KiB) 45420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.4 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 10714
/proc/meminfo: memFree=1659096/2055920 swapFree=4157100/4192956
[pid=10510] ppid=10508 vsize=50884 CPUtime=5000
/proc/10510/stat : 10510 (SATzilla2007_C) R 10508 10510 10454 0 -1 4194304 22956 74006 0 1 1320 13 498512 155 25 0 1 0 175188347 52105216 10852 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134595794 0 0 4096 0 0 0 0 17 1 0 0
/proc/10510/statm: 12721 10852 162 260 0 12445 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 50884

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.41
CPU time (s): 5000.03
CPU user time (s): 4998.33
CPU system time (s): 1.69374
CPU usage (%): 99.9722
Max. virtual memory (cumulated for all children) (KiB): 50884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.33
system time used= 1.69374
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96962
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= 29
involuntary context switches= 103602

runsolver used 5.16122 second user time and 13.033 second system time

The end

Launcher Data (download as text)

Begin job on node30 on Sun Apr 22 20:12:07 UTC 2007

IDJOB= 368816
IDBENCH= 24679
IDSOLVER= 179
FILE ID= node30/368816-1177272726

PBS_JOBID= 4650732

Free space on /tmp= 66383 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-clq/unsat-set-b-clqcolor-30-20-26.sat05-1264.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/368816-1177272726/SATzilla2007_C /tmp/evaluation/368816-1177272726/instance-368816-1177272726.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-368816-1177272726 -o ROOT/results/node30/solver-368816-1177272726 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/368816-1177272726/SATzilla2007_C /tmp/evaluation/368816-1177272726/instance-368816-1177272726.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  ede19899bb8c427d8a34daa9d239a276

RANDOM SEED= 837556948

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

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

/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.218
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.218
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:       1702392 kB
Buffers:         39900 kB
Cached:         223604 kB
SwapCached:      15092 kB
Active:         139120 kB
Inactive:       147024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1702392 kB
SwapTotal:     4192956 kB
SwapFree:      4157100 kB
Dirty:           13440 kB
Writeback:           0 kB
Mapped:          29700 kB
Slab:            52924 kB
Committed_AS:  3478232 kB
PageTables:       1776 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= 66383 MiB

End job on node30 on Sun Apr 22 21:35:30 UTC 2007