Trace number 368772

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.09 5001.63

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-equilarge_l2.used-as.sat04-894.sat05-4188.reshuffled-07.cnf
MD5SUM7b512e3533a048c6d67b6f8a4c658d50
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 variables16476
Number of clauses2507763
Sum of the clauses size5027938
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22505731
Number of clauses of size 30
Number of clauses of size 415
Number of clauses of size 59
Number of clauses of size over 52008

Solver Data (download as text)

165.13/165.29	c run March_dl for 5 seconds ... 
165.13/165.29	c Bin: Executing march_dl
165.13/165.29	c child exit by a signal
165.13/165.29	c march_dl returned code 137.
165.13/165.29	c run saps (UBCSAT implementation) for 2 seconds ... 
165.13/165.29	c Bin: Executing ubcsat2006
165.13/165.29	c child exited successfully
165.13/165.29	c ubcsat2006 returned code 0.
165.13/165.29	c satzilla computing base features
165.13/165.29	c satzilla doing unit-prop probe
165.13/165.29	c satzilla doing local search probe
165.13/165.29	c satzilla doing lobjois search-space size estimate
165.13/165.29	c satzilla's ranking:
165.13/165.29	c 1) march_dl: -2.489246
165.13/165.29	c 2) zchaff_rand+P: 0.892275
165.13/165.29	c 3) vallst+P: 2.898805
165.13/165.29	c 4) minisat20+P: 3.707042
165.13/165.29	c 5) minisat20: 4.067390
165.13/165.29	c 6) march_dl+P: 6.181751
165.13/165.29	c 7) kcnfs+P: 999.000000
165.13/165.29	c 8) kcnfs: 999.000000
165.13/165.29	c 9) vallst: 999.000000
165.13/165.29	c 10) zchaff_rand: 999.000000
165.13/165.29	c satzilla running march_dl ... 
4998.43/5000.09	c Bin: Executing march_dl
4998.43/5000.09	c child exit by a signal
4998.43/5000.09	c march_dl returned code 137.
4998.43/5000.09	c march_dl returned code 137.
4998.43/5000.09	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/node62/watcher-368772-1177256450 -o ROOT/results/node62/solver-368772-1177256450 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/368772-1177256450/SATzilla2007_C /tmp/evaluation/368772-1177256450/instance-368772-1177256450.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.99 0.97 0.99 3/64 19297
/proc/meminfo: memFree=1664488/2055920 swapFree=4184556/4192956
[pid=19297] ppid=19295 vsize=1440 CPUtime=0
/proc/19297/stat : 19297 (SATzilla2007_C) S 19295 19297 19000 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 44221512 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19297/statm: 360 110 95 260 0 84 0
[pid=19298] ppid=19297 vsize=10432 CPUtime=0
/proc/19298/stat : 19298 (march_dl) R 19297 19297 19000 0 -1 4194304 822 0 0 0 0 0 0 0 19 0 1 0 44221512 10682368 817 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134549417 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19298/statm: 2608 824 49 118 0 2487 0

[startup+0.105504 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 19297
/proc/meminfo: memFree=1664488/2055920 swapFree=4184556/4192956
[pid=19297] ppid=19295 vsize=1440 CPUtime=0
/proc/19297/stat : 19297 (SATzilla2007_C) S 19295 19297 19000 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 44221512 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19297/statm: 360 110 95 260 0 84 0
[pid=19298] ppid=19297 vsize=22472 CPUtime=0.1
/proc/19298/stat : 19298 (march_dl) R 19297 19297 19000 0 -1 4194304 3141 0 0 0 9 1 0 0 20 0 1 0 44221512 23011328 3136 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19298/statm: 5618 3136 50 118 0 5497 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 23912

[startup+0.201514 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 19297
/proc/meminfo: memFree=1664488/2055920 swapFree=4184556/4192956
[pid=19297] ppid=19295 vsize=1440 CPUtime=0
/proc/19297/stat : 19297 (SATzilla2007_C) S 19295 19297 19000 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 44221512 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19297/statm: 360 110 95 260 0 84 0
[pid=19298] ppid=19297 vsize=23792 CPUtime=0.19
/proc/19298/stat : 19298 (march_dl) R 19297 19297 19000 0 -1 4194304 3549 0 0 0 18 1 0 0 20 0 1 0 44221512 24363008 3544 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19298/statm: 5948 3544 50 118 0 5827 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 25232

[startup+0.301526 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 19297
/proc/meminfo: memFree=1664488/2055920 swapFree=4184556/4192956
[pid=19297] ppid=19295 vsize=1440 CPUtime=0
/proc/19297/stat : 19297 (SATzilla2007_C) S 19295 19297 19000 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 44221512 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19297/statm: 360 110 95 260 0 84 0
[pid=19298] ppid=19297 vsize=25112 CPUtime=0.29
/proc/19298/stat : 19298 (march_dl) R 19297 19297 19000 0 -1 4194304 3976 0 0 0 28 1 0 0 20 0 1 0 44221512 25714688 3971 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19298/statm: 6278 3971 50 118 0 6157 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26552

[startup+0.701574 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 19297
/proc/meminfo: memFree=1664488/2055920 swapFree=4184556/4192956
[pid=19297] ppid=19295 vsize=1440 CPUtime=0
/proc/19297/stat : 19297 (SATzilla2007_C) S 19295 19297 19000 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 44221512 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19297/statm: 360 110 95 260 0 84 0
[pid=19298] ppid=19297 vsize=30524 CPUtime=0.69
/proc/19298/stat : 19298 (march_dl) R 19297 19297 19000 0 -1 4194304 5684 0 0 0 66 3 0 0 24 0 1 0 44221512 31256576 5679 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19298/statm: 7631 5679 50 118 0 7510 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31964

[startup+1.50167 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 19299
/proc/meminfo: memFree=1634904/2055920 swapFree=4184556/4192956
[pid=19297] ppid=19295 vsize=1440 CPUtime=0
/proc/19297/stat : 19297 (SATzilla2007_C) S 19295 19297 19000 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 44221512 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19297/statm: 360 110 95 260 0 84 0
[pid=19298] ppid=19297 vsize=41480 CPUtime=1.49
/proc/19298/stat : 19298 (march_dl) R 19297 19297 19000 0 -1 4194304 9107 0 0 0 144 5 0 0 25 0 1 0 44221512 42475520 9102 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19298/statm: 10370 9102 50 118 0 10249 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42920

[startup+3.10185 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 19299
/proc/meminfo: memFree=1615896/2055920 swapFree=4184556/4192956
[pid=19297] ppid=19295 vsize=1440 CPUtime=0
/proc/19297/stat : 19297 (SATzilla2007_C) S 19295 19297 19000 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 44221512 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19297/statm: 360 110 95 260 0 84 0
[pid=19298] ppid=19297 vsize=130380 CPUtime=3.09
/proc/19298/stat : 19298 (march_dl) R 19297 19297 19000 0 -1 4194304 22714 0 0 0 298 11 0 0 25 0 1 0 44221512 133509120 22708 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134542403 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19298/statm: 32595 22708 52 118 0 32474 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 131820

[startup+6.30123 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 19300
/proc/meminfo: memFree=1656600/2055920 swapFree=4184556/4192956
[pid=19297] ppid=19295 vsize=1440 CPUtime=5
/proc/19297/stat : 19297 (SATzilla2007_C) S 19295 19297 19000 0 -1 4194304 135 23944 0 0 0 0 488 12 16 0 1 0 44221512 1474560 111 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19297/statm: 360 111 96 260 0 84 0
[pid=19300] ppid=19297 vsize=38084 CPUtime=1.28
/proc/19300/stat : 19300 (ubcsat2006) R 19297 19297 19000 0 -1 4194304 5103 0 0 0 124 4 0 0 25 0 1 0 44222014 38998016 5087 18446744073709551615 134512640 134777720 4294956544 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19300/statm: 9521 5087 141 64 0 9102 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 39524

[startup+12.703 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 19300
/proc/meminfo: memFree=1611360/2055920 swapFree=4184556/4192956
[pid=19297] ppid=19295 vsize=82336 CPUtime=12.67
/proc/19297/stat : 19297 (SATzilla2007_C) R 19295 19297 19000 0 -1 4194304 18184 51985 0 0 261 8 969 29 25 0 1 0 44221512 84312064 18154 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134550228 0 0 4096 0 0 0 0 17 1 0 0
/proc/19297/statm: 20584 18154 114 260 0 20308 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 82336

[startup+25.5015 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 19300
/proc/meminfo: memFree=1568680/2055920 swapFree=4184556/4192956
[pid=19297] ppid=19295 vsize=96884 CPUtime=25.47
/proc/19297/stat : 19297 (SATzilla2007_C) R 19295 19297 19000 0 -1 4194304 58519 51985 0 0 1520 29 969 29 25 0 1 0 44221512 99209216 24005 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134541603 0 0 4096 0 0 0 0 17 1 0 0
/proc/19297/statm: 24221 24005 124 260 0 23945 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 96884

[startup+51.1015 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 19300
/proc/meminfo: memFree=1566568/2055920 swapFree=4184556/4192956
[pid=19297] ppid=19295 vsize=98772 CPUtime=51.06
/proc/19297/stat : 19297 (SATzilla2007_C) R 19295 19297 19000 0 -1 4194304 66561 51985 0 0 4072 36 969 29 25 0 1 0 44221512 101142528 24470 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135168075 0 0 4096 0 0 0 0 17 1 0 0
/proc/19297/statm: 24693 24470 124 260 0 24417 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 98772

[startup+102.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 19300
/proc/meminfo: memFree=1563496/2055920 swapFree=4184556/4192956
[pid=19297] ppid=19295 vsize=102208 CPUtime=102.26
/proc/19297/stat : 19297 (SATzilla2007_C) R 19295 19297 19000 0 -1 4194304 102010 51985 0 0 9162 66 969 29 25 0 1 0 44221512 104660992 25337 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135327290 0 0 4096 0 0 0 0 17 1 0 0
/proc/19297/statm: 25552 25337 124 260 0 25276 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 102208

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 19300
/proc/meminfo: memFree=1533096/2055920 swapFree=4184556/4192956
[pid=19297] ppid=19295 vsize=167180 CPUtime=162.24
/proc/19297/stat : 19297 (SATzilla2007_C) R 19295 19297 19000 0 -1 4194304 174960 51985 0 0 15108 118 969 29 25 0 1 0 44221512 171192320 39607 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134655176 0 0 4096 0 0 0 0 17 1 0 0
/proc/19297/statm: 41795 39607 156 260 0 41519 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 167180

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 19301
/proc/meminfo: memFree=1388384/2055920 swapFree=4184556/4192956
[pid=19297] ppid=19295 vsize=103460 CPUtime=165.23
/proc/19297/stat : 19297 (SATzilla2007_C) S 19295 19297 19000 0 -1 4194304 182928 51985 0 0 15401 124 969 29 25 0 1 0 44221512 105943040 25653 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19297/statm: 25865 25653 157 260 0 25589 0
[pid=19301] ppid=19297 vsize=213892 CPUtime=56.97
/proc/19301/stat : 19301 (march_dl) R 19297 19297 19000 0 -1 4194304 182014 0 0 0 5613 84 0 0 25 0 1 0 44238042 219025408 43458 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19301/statm: 53473 43458 73 118 0 53352 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 317352

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 19301
/proc/meminfo: memFree=1308768/2055920 swapFree=4184556/4192956
[pid=19297] ppid=19295 vsize=103460 CPUtime=165.23
/proc/19297/stat : 19297 (SATzilla2007_C) S 19295 19297 19000 0 -1 4194304 182928 51985 0 0 15401 124 969 29 25 0 1 0 44221512 105943040 25653 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19297/statm: 25865 25653 157 260 0 25589 0
[pid=19301] ppid=19297 vsize=379972 CPUtime=116.95
/proc/19301/stat : 19301 (march_dl) R 19297 19297 19000 0 -1 4194304 225503 0 0 0 11593 102 0 0 25 0 1 0 44238042 389091328 63313 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134528310 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19301/statm: 94993 63313 75 118 0 94872 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 483432

[startup+342.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 19301
/proc/meminfo: memFree=1308640/2055920 swapFree=4184556/4192956
[pid=19297] ppid=19295 vsize=103460 CPUtime=165.23
/proc/19297/stat : 19297 (SATzilla2007_C) S 19295 19297 19000 0 -1 4194304 182928 51985 0 0 15401 124 969 29 25 0 1 0 44221512 105943040 25653 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19297/statm: 25865 25653 157 260 0 25589 0
[pid=19301] ppid=19297 vsize=380012 CPUtime=176.94
/proc/19301/stat : 19301 (march_dl) R 19297 19297 19000 0 -1 4194304 225524 0 0 0 17592 102 0 0 25 0 1 0 44238042 389132288 63334 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134568492 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19301/statm: 95003 63334 75 118 0 94882 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 483472

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 19301
/proc/meminfo: memFree=1308576/2055920 swapFree=4184556/4192956
[pid=19297] ppid=19295 vsize=103460 CPUtime=165.23
/proc/19297/stat : 19297 (SATzilla2007_C) S 19295 19297 19000 0 -1 4194304 182928 51985 0 0 15401 124 969 29 25 0 1 0 44221512 105943040 25653 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19297/statm: 25865 25653 157 260 0 25589 0
[pid=19301] ppid=19297 vsize=380012 CPUtime=236.93
/proc/19301/stat : 19301 (march_dl) R 19297 19297 19000 0 -1 4194304 225527 0 0 0 23590 103 0 0 25 0 1 0 44238042 389132288 63337 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134533018 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19301/statm: 95003 63337 75 118 0 94882 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 483472


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

[pid=19297] ppid=19295 vsize=103460 CPUtime=165.23
/proc/19297/stat : 19297 (SATzilla2007_C) S 19295 19297 19000 0 -1 4194304 182928 51985 0 0 15401 124 969 29 25 0 1 0 44221512 105943040 25653 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19297/statm: 25865 25653 157 260 0 25589 0
[pid=19301] ppid=19297 vsize=380012 CPUtime=4075.8
/proc/19301/stat : 19301 (march_dl) R 19297 19297 19000 0 -1 4194304 225528 0 0 0 407463 117 0 0 25 0 1 0 44238042 389132288 63338 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134527803 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19301/statm: 95003 63338 75 118 0 94882 0
Current children cumulated CPU time (s) 4241.03
Current children cumulated vsize (KiB) 483472

[startup+4302.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 19501
/proc/meminfo: memFree=1308320/2055920 swapFree=4184556/4192956
[pid=19297] ppid=19295 vsize=103460 CPUtime=165.23
/proc/19297/stat : 19297 (SATzilla2007_C) S 19295 19297 19000 0 -1 4194304 182928 51985 0 0 15401 124 969 29 25 0 1 0 44221512 105943040 25653 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19297/statm: 25865 25653 157 260 0 25589 0
[pid=19301] ppid=19297 vsize=380012 CPUtime=4135.78
/proc/19301/stat : 19301 (march_dl) R 19297 19297 19000 0 -1 4194304 225528 0 0 0 413461 117 0 0 25 0 1 0 44238042 389132288 63338 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134528077 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19301/statm: 95003 63338 75 118 0 94882 0
Current children cumulated CPU time (s) 4301.01
Current children cumulated vsize (KiB) 483472

[startup+4362.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 19503
/proc/meminfo: memFree=1308320/2055920 swapFree=4184556/4192956
[pid=19297] ppid=19295 vsize=103460 CPUtime=165.23
/proc/19297/stat : 19297 (SATzilla2007_C) S 19295 19297 19000 0 -1 4194304 182928 51985 0 0 15401 124 969 29 25 0 1 0 44221512 105943040 25653 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19297/statm: 25865 25653 157 260 0 25589 0
[pid=19301] ppid=19297 vsize=380012 CPUtime=4195.76
/proc/19301/stat : 19301 (march_dl) R 19297 19297 19000 0 -1 4194304 225528 0 0 0 419459 117 0 0 25 0 1 0 44238042 389132288 63338 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134533016 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19301/statm: 95003 63338 75 118 0 94882 0
Current children cumulated CPU time (s) 4360.99
Current children cumulated vsize (KiB) 483472

[startup+4422.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 19503
/proc/meminfo: memFree=1308384/2055920 swapFree=4184556/4192956
[pid=19297] ppid=19295 vsize=103460 CPUtime=165.23
/proc/19297/stat : 19297 (SATzilla2007_C) S 19295 19297 19000 0 -1 4194304 182928 51985 0 0 15401 124 969 29 25 0 1 0 44221512 105943040 25653 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19297/statm: 25865 25653 157 260 0 25589 0
[pid=19301] ppid=19297 vsize=380012 CPUtime=4255.75
/proc/19301/stat : 19301 (march_dl) R 19297 19297 19000 0 -1 4194304 225528 0 0 0 425458 117 0 0 25 0 1 0 44238042 389132288 63338 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134571401 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19301/statm: 95003 63338 75 118 0 94882 0
Current children cumulated CPU time (s) 4420.98
Current children cumulated vsize (KiB) 483472

[startup+4482.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 19503
/proc/meminfo: memFree=1308384/2055920 swapFree=4184556/4192956
[pid=19297] ppid=19295 vsize=103460 CPUtime=165.23
/proc/19297/stat : 19297 (SATzilla2007_C) S 19295 19297 19000 0 -1 4194304 182928 51985 0 0 15401 124 969 29 25 0 1 0 44221512 105943040 25653 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19297/statm: 25865 25653 157 260 0 25589 0
[pid=19301] ppid=19297 vsize=380012 CPUtime=4315.73
/proc/19301/stat : 19301 (march_dl) R 19297 19297 19000 0 -1 4194304 225528 0 0 0 431456 117 0 0 25 0 1 0 44238042 389132288 63338 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134533003 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19301/statm: 95003 63338 75 118 0 94882 0
Current children cumulated CPU time (s) 4480.96
Current children cumulated vsize (KiB) 483472

[startup+4542.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 19503
/proc/meminfo: memFree=1308320/2055920 swapFree=4184556/4192956
[pid=19297] ppid=19295 vsize=103460 CPUtime=165.23
/proc/19297/stat : 19297 (SATzilla2007_C) S 19295 19297 19000 0 -1 4194304 182928 51985 0 0 15401 124 969 29 25 0 1 0 44221512 105943040 25653 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19297/statm: 25865 25653 157 260 0 25589 0
[pid=19301] ppid=19297 vsize=380012 CPUtime=4375.71
/proc/19301/stat : 19301 (march_dl) R 19297 19297 19000 0 -1 4194304 225528 0 0 0 437454 117 0 0 25 0 1 0 44238042 389132288 63338 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19301/statm: 95003 63338 75 118 0 94882 0
Current children cumulated CPU time (s) 4540.94
Current children cumulated vsize (KiB) 483472

[startup+4602.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 19503
/proc/meminfo: memFree=1308384/2055920 swapFree=4184556/4192956
[pid=19297] ppid=19295 vsize=103460 CPUtime=165.23
/proc/19297/stat : 19297 (SATzilla2007_C) S 19295 19297 19000 0 -1 4194304 182928 51985 0 0 15401 124 969 29 25 0 1 0 44221512 105943040 25653 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19297/statm: 25865 25653 157 260 0 25589 0
[pid=19301] ppid=19297 vsize=380012 CPUtime=4435.69
/proc/19301/stat : 19301 (march_dl) R 19297 19297 19000 0 -1 4194304 225528 0 0 0 443452 117 0 0 25 0 1 0 44238042 389132288 63338 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134527302 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19301/statm: 95003 63338 75 118 0 94882 0
Current children cumulated CPU time (s) 4600.92
Current children cumulated vsize (KiB) 483472

[startup+4662.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 19503
/proc/meminfo: memFree=1308384/2055920 swapFree=4184556/4192956
[pid=19297] ppid=19295 vsize=103460 CPUtime=165.23
/proc/19297/stat : 19297 (SATzilla2007_C) S 19295 19297 19000 0 -1 4194304 182928 51985 0 0 15401 124 969 29 25 0 1 0 44221512 105943040 25653 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19297/statm: 25865 25653 157 260 0 25589 0
[pid=19301] ppid=19297 vsize=380012 CPUtime=4495.68
/proc/19301/stat : 19301 (march_dl) R 19297 19297 19000 0 -1 4194304 225528 0 0 0 449451 117 0 0 25 0 1 0 44238042 389132288 63338 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134533000 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19301/statm: 95003 63338 75 118 0 94882 0
Current children cumulated CPU time (s) 4660.91
Current children cumulated vsize (KiB) 483472

[startup+4722.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 19503
/proc/meminfo: memFree=1308320/2055920 swapFree=4184556/4192956
[pid=19297] ppid=19295 vsize=103460 CPUtime=165.23
/proc/19297/stat : 19297 (SATzilla2007_C) S 19295 19297 19000 0 -1 4194304 182928 51985 0 0 15401 124 969 29 25 0 1 0 44221512 105943040 25653 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19297/statm: 25865 25653 157 260 0 25589 0
[pid=19301] ppid=19297 vsize=380012 CPUtime=4555.67
/proc/19301/stat : 19301 (march_dl) R 19297 19297 19000 0 -1 4194304 225528 0 0 0 455449 118 0 0 25 0 1 0 44238042 389132288 63338 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134533016 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19301/statm: 95003 63338 75 118 0 94882 0
Current children cumulated CPU time (s) 4720.9
Current children cumulated vsize (KiB) 483472

[startup+4782.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 19503
/proc/meminfo: memFree=1308320/2055920 swapFree=4184556/4192956
[pid=19297] ppid=19295 vsize=103460 CPUtime=165.23
/proc/19297/stat : 19297 (SATzilla2007_C) S 19295 19297 19000 0 -1 4194304 182928 51985 0 0 15401 124 969 29 25 0 1 0 44221512 105943040 25653 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19297/statm: 25865 25653 157 260 0 25589 0
[pid=19301] ppid=19297 vsize=380012 CPUtime=4615.65
/proc/19301/stat : 19301 (march_dl) R 19297 19297 19000 0 -1 4194304 225528 0 0 0 461447 118 0 0 25 0 1 0 44238042 389132288 63338 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134533018 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19301/statm: 95003 63338 75 118 0 94882 0
Current children cumulated CPU time (s) 4780.88
Current children cumulated vsize (KiB) 483472

[startup+4842.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 19671
/proc/meminfo: memFree=1306984/2055920 swapFree=4184556/4192956
[pid=19297] ppid=19295 vsize=103460 CPUtime=165.23
/proc/19297/stat : 19297 (SATzilla2007_C) S 19295 19297 19000 0 -1 4194304 182928 51985 0 0 15401 124 969 29 25 0 1 0 44221512 105943040 25653 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19297/statm: 25865 25653 157 260 0 25589 0
[pid=19301] ppid=19297 vsize=380012 CPUtime=4675.56
/proc/19301/stat : 19301 (march_dl) R 19297 19297 19000 0 -1 4194304 225528 0 0 0 467437 119 0 0 25 0 1 0 44238042 389132288 63338 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134527302 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19301/statm: 95003 63338 75 118 0 94882 0
Current children cumulated CPU time (s) 4840.79
Current children cumulated vsize (KiB) 483472

[startup+4902.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 19701
/proc/meminfo: memFree=1308192/2055920 swapFree=4184556/4192956
[pid=19297] ppid=19295 vsize=103460 CPUtime=165.23
/proc/19297/stat : 19297 (SATzilla2007_C) S 19295 19297 19000 0 -1 4194304 182928 51985 0 0 15401 124 969 29 25 0 1 0 44221512 105943040 25653 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19297/statm: 25865 25653 157 260 0 25589 0
[pid=19301] ppid=19297 vsize=380012 CPUtime=4735.52
/proc/19301/stat : 19301 (march_dl) R 19297 19297 19000 0 -1 4194304 225528 0 0 0 473433 119 0 0 25 0 1 0 44238042 389132288 63338 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134532993 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19301/statm: 95003 63338 75 118 0 94882 0
Current children cumulated CPU time (s) 4900.75
Current children cumulated vsize (KiB) 483472

[startup+4962.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 19701
/proc/meminfo: memFree=1308192/2055920 swapFree=4184556/4192956
[pid=19297] ppid=19295 vsize=103460 CPUtime=165.23
/proc/19297/stat : 19297 (SATzilla2007_C) S 19295 19297 19000 0 -1 4194304 182928 51985 0 0 15401 124 969 29 25 0 1 0 44221512 105943040 25653 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19297/statm: 25865 25653 157 260 0 25589 0
[pid=19301] ppid=19297 vsize=380012 CPUtime=4795.52
/proc/19301/stat : 19301 (march_dl) R 19297 19297 19000 0 -1 4194304 225528 0 0 0 479432 120 0 0 25 0 1 0 44238042 389132288 63338 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19301/statm: 95003 63338 75 118 0 94882 0
Current children cumulated CPU time (s) 4960.75
Current children cumulated vsize (KiB) 483472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.6 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 19701
/proc/meminfo: memFree=1514600/2055920 swapFree=4184556/4192956
[pid=19297] ppid=19295 vsize=150852 CPUtime=5000.05
/proc/19297/stat : 19297 (SATzilla2007_C) R 19295 19297 19000 0 -1 4194304 196590 277513 0 0 15546 130 484176 153 25 0 1 0 44221512 154472448 37502 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135168075 0 0 4096 0 0 0 0 17 1 0 0
/proc/19297/statm: 37746 37503 157 260 0 37470 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 150852

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.63
CPU time (s): 5000.09
CPU user time (s): 4997.22
CPU system time (s): 2.86156
CPU usage (%): 99.9691
Max. virtual memory (cumulated for all children) (KiB): 483472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4997.22
system time used= 2.86156
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 474105
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27
involuntary context switches= 9348

runsolver used 3.68444 second user time and 10.3854 second system time

The end

Launcher Data (download as text)

Begin job on node62 on Sun Apr 22 15:40:55 UTC 2007

IDJOB= 368772
IDBENCH= 24633
IDSOLVER= 179
FILE ID= node62/368772-1177256450

PBS_JOBID= 4650595

Free space on /tmp= 66458 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-equilarge_l2.used-as.sat04-894.sat05-4188.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/368772-1177256450/SATzilla2007_C /tmp/evaluation/368772-1177256450/instance-368772-1177256450.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node62/watcher-368772-1177256450 -o ROOT/results/node62/solver-368772-1177256450 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/368772-1177256450/SATzilla2007_C /tmp/evaluation/368772-1177256450/instance-368772-1177256450.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  7b512e3533a048c6d67b6f8a4c658d50

RANDOM SEED= 331471434

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node62.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.216
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.216
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:       1664896 kB
Buffers:         34280 kB
Cached:         282192 kB
SwapCached:       2244 kB
Active:         157684 kB
Inactive:       168564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1664896 kB
SwapTotal:     4192956 kB
SwapFree:      4184556 kB
Dirty:           41960 kB
Writeback:           0 kB
Mapped:          16204 kB
Slab:            50764 kB
Committed_AS:  1110492 kB
PageTables:       1460 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= 66458 MiB

End job on node62 on Sun Apr 22 17:04:19 UTC 2007