Trace number 334438

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 RANDOM? (TO) 1200.1 1200.51

General information on the benchmark

Namecrafted/Hard/contest04/others/
Composite-096BitPrimes-0.sat05-507.reshuffled-07.cnf
MD5SUM8b466b7ef3217bdc844a579ae744d427
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 variables18623
Number of clauses182878
Sum of the clauses size821466
Maximum clause length5
Minimum clause length1
Number of clauses of size 1290
Number of clauses of size 218428
Number of clauses of size 318240
Number of clauses of size 40
Number of clauses of size 5145920
Number of clauses of size over 50

Solver Data (download as text)

17.17/17.20	c run March_dl for 5 seconds ... 
17.17/17.20	c Bin: Executing march_dl
17.17/17.20	c child exit by a signal
17.17/17.20	c march_dl returned code 137.
17.17/17.20	c run saps (UBCSAT implementation) for 2 seconds ... 
17.17/17.20	c Bin: Executing ubcsat2006
17.17/17.20	c child exited successfully
17.17/17.20	c ubcsat2006 returned code 0.
17.17/17.20	c satzilla computing base features
17.17/17.20	c satzilla doing unit-prop probe
17.17/17.20	c satzilla doing local search probe
17.17/17.20	c satzilla doing lobjois search-space size estimate
17.17/17.20	c satzilla's ranking:
17.17/17.20	c 1) march_dl: -2874.474023
17.17/17.20	c 2) kcnfs: -460.456045
17.17/17.20	c 3) minisat20+P: 279.771566
17.17/17.20	c 4) kcnfs+P: 999.000000
17.17/17.20	c 5) march_dl+P: 999.000000
17.17/17.20	c 6) vallst+P: 999.000000
17.17/17.20	c 7) zchaff_rand+P: 999.000000
17.17/17.20	c 8) vallst: 999.000000
17.17/17.20	c 9) zchaff_rand: 999.000000
17.17/17.20	c 10) minisat20: 999.000000
17.17/17.20	c satzilla running march_dl ... 
1198.97/1199.48	c Bin: Executing march_dl
1198.97/1199.48	c child exit by a signal
1198.97/1199.48	c march_dl returned code 137.
1198.97/1199.48	c march_dl returned code 137.
1198.97/1199.48	c satzilla running kcnfs ... 
1198.97/1199.48	c Bin: Executing kcnfs
1198.97/1199.48	c kcnfs returned code 1.
1198.97/1199.48	c kcnfs returned code 1.
1198.97/1199.48	c satzilla running minisat20 with preprocessing ... 

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node12/watcher-334438-1173572125 -o ROOT/results/node12/solver-334438-1173572125 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334438-1173572125/SATzilla2007_R /tmp/evaluation/334438-1173572125/instance-334438-1173572125.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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.97 3/77 28374
/proc/meminfo: memFree=1649560/2055920 swapFree=4156588/4192956
[pid=28374] ppid=28372 vsize=1440 CPUtime=0
/proc/28374/stat : 28374 (SATzilla2007_R) R 28372 28374 28054 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 377167087 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/28374/statm: 360 110 95 260 0 84 0
[pid=28375] ppid=28374 vsize=2892 CPUtime=0
/proc/28375/stat : 28375 (march_dl) R 28374 28374 28054 0 -1 4194304 459 0 0 0 0 0 0 0 18 0 1 0 377167087 2961408 454 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28375/statm: 723 457 49 118 0 602 0

[startup+0.0125949 s]
/proc/loadavg: 0.99 0.97 0.97 3/77 28374
/proc/meminfo: memFree=1649560/2055920 swapFree=4156588/4192956
[pid=28374] ppid=28372 vsize=1440 CPUtime=0
/proc/28374/stat : 28374 (SATzilla2007_R) S 28372 28374 28054 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 377167087 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28374/statm: 360 110 95 260 0 84 0
[pid=28375] ppid=28374 vsize=3240 CPUtime=0
/proc/28375/stat : 28375 (march_dl) R 28374 28374 28054 0 -1 4194304 542 0 0 0 0 0 0 0 18 0 1 0 377167087 3317760 537 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28375/statm: 810 537 50 118 0 689 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 4680

[startup+0.10161 s]
/proc/loadavg: 0.99 0.97 0.97 3/77 28374
/proc/meminfo: memFree=1649560/2055920 swapFree=4156588/4192956
[pid=28374] ppid=28372 vsize=1440 CPUtime=0
/proc/28374/stat : 28374 (SATzilla2007_R) S 28372 28374 28054 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 377167087 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28374/statm: 360 110 95 260 0 84 0
[pid=28375] ppid=28374 vsize=4164 CPUtime=0.09
/proc/28375/stat : 28375 (march_dl) R 28374 28374 28054 0 -1 4194304 827 0 0 0 9 0 0 0 20 0 1 0 377167087 4263936 822 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28375/statm: 1041 822 50 118 0 920 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5604

[startup+0.301644 s]
/proc/loadavg: 0.99 0.97 0.97 3/77 28374
/proc/meminfo: memFree=1649560/2055920 swapFree=4156588/4192956
[pid=28374] ppid=28372 vsize=1440 CPUtime=0
/proc/28374/stat : 28374 (SATzilla2007_R) S 28372 28374 28054 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 377167087 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28374/statm: 360 110 95 260 0 84 0
[pid=28375] ppid=28374 vsize=6408 CPUtime=0.29
/proc/28375/stat : 28375 (march_dl) R 28374 28374 28054 0 -1 4194304 1467 0 0 0 29 0 0 0 22 0 1 0 377167087 6561792 1462 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28375/statm: 1602 1462 50 118 0 1481 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7848

[startup+0.701716 s]
/proc/loadavg: 0.99 0.97 0.97 3/77 28374
/proc/meminfo: memFree=1649560/2055920 swapFree=4156588/4192956
[pid=28374] ppid=28372 vsize=1440 CPUtime=0
/proc/28374/stat : 28374 (SATzilla2007_R) S 28372 28374 28054 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 377167087 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28374/statm: 360 110 95 260 0 84 0
[pid=28375] ppid=28374 vsize=12984 CPUtime=0.69
/proc/28375/stat : 28375 (march_dl) R 28374 28374 28054 0 -1 4194304 3674 0 0 0 68 1 0 0 25 0 1 0 377167087 13295616 2372 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134546292 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28375/statm: 3246 2372 53 118 0 3125 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14424

[startup+1.50286 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 28376
/proc/meminfo: memFree=1639432/2055920 swapFree=4156588/4192956
[pid=28374] ppid=28372 vsize=1440 CPUtime=0
/proc/28374/stat : 28374 (SATzilla2007_R) S 28372 28374 28054 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 377167087 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28374/statm: 360 110 95 260 0 84 0
[pid=28375] ppid=28374 vsize=19240 CPUtime=1.49
/proc/28375/stat : 28375 (march_dl) R 28374 28374 28054 0 -1 4194304 8561 0 0 0 145 4 0 0 25 0 1 0 377167087 19701760 4034 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134542888 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28375/statm: 4810 4034 55 118 0 4689 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20680

[startup+3.10115 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 28376
/proc/meminfo: memFree=1633096/2055920 swapFree=4156588/4192956
[pid=28374] ppid=28372 vsize=1440 CPUtime=0
/proc/28374/stat : 28374 (SATzilla2007_R) S 28372 28374 28054 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 377167087 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28374/statm: 360 110 95 260 0 84 0
[pid=28375] ppid=28374 vsize=13168 CPUtime=3.09
/proc/28375/stat : 28375 (march_dl) R 28374 28374 28054 0 -1 4194304 15176 0 0 0 302 7 0 0 25 0 1 0 377167087 13484032 2487 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134546253 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28375/statm: 3292 2487 55 118 0 3171 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14608

[startup+6.30272 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 28377
/proc/meminfo: memFree=1640776/2055920 swapFree=4156588/4192956
[pid=28374] ppid=28372 vsize=1440 CPUtime=4.99
/proc/28374/stat : 28374 (SATzilla2007_R) S 28372 28374 28054 0 -1 4194304 135 26689 0 0 0 0 487 12 16 0 1 0 377167087 1474560 111 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28374/statm: 360 111 96 260 0 84 0
[pid=28377] ppid=28374 vsize=18488 CPUtime=1.28
/proc/28377/stat : 28377 (ubcsat2006) R 28374 28374 28054 0 -1 4194304 3358 0 0 0 127 1 0 0 25 0 1 0 377167588 18931712 3341 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28377/statm: 4622 3341 156 64 0 4203 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 19928

[startup+12.7019 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 28377
/proc/meminfo: memFree=1636304/2055920 swapFree=4156588/4192956
[pid=28374] ppid=28372 vsize=14480 CPUtime=12.67
/proc/28374/stat : 28374 (SATzilla2007_R) R 28372 28374 28054 0 -1 4194304 6130 30053 0 0 519 3 728 17 25 0 1 0 377167087 14827520 3381 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 134541639 0 0 4096 0 0 0 0 17 1 0 0
/proc/28374/statm: 3620 3381 124 260 0 3344 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 14480

[startup+25.5012 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 28378
/proc/meminfo: memFree=1611848/2055920 swapFree=4156588/4192956
[pid=28374] ppid=28372 vsize=14680 CPUtime=17.18
/proc/28374/stat : 28374 (SATzilla2007_R) S 28372 28374 28054 0 -1 4194304 12297 30053 0 0 965 8 728 17 25 0 1 0 377167087 15032320 3477 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28374/statm: 3670 3477 156 260 0 3394 0
[pid=28378] ppid=28374 vsize=27712 CPUtime=8.28
/proc/28378/stat : 28378 (march_dl) R 28374 28374 28054 0 -1 4194304 28763 0 0 0 815 13 0 0 25 0 1 0 377168808 28377088 6097 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134583392 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28378/statm: 6928 6097 67 118 0 6807 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 42392

[startup+51.1018 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 28378
/proc/meminfo: memFree=1611784/2055920 swapFree=4156588/4192956
[pid=28374] ppid=28372 vsize=14680 CPUtime=17.18
/proc/28374/stat : 28374 (SATzilla2007_R) S 28372 28374 28054 0 -1 4194304 12297 30053 0 0 965 8 728 17 25 0 1 0 377167087 15032320 3477 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28374/statm: 3670 3477 156 260 0 3394 0
[pid=28378] ppid=28374 vsize=27712 CPUtime=33.87
/proc/28378/stat : 28378 (march_dl) R 28374 28374 28054 0 -1 4194304 28763 0 0 0 3373 14 0 0 25 0 1 0 377168808 28377088 6097 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134583400 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28378/statm: 6928 6097 67 118 0 6807 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 42392

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 28378
/proc/meminfo: memFree=1610760/2055920 swapFree=4156588/4192956
[pid=28374] ppid=28372 vsize=14680 CPUtime=17.18
/proc/28374/stat : 28374 (SATzilla2007_R) S 28372 28374 28054 0 -1 4194304 12297 30053 0 0 965 8 728 17 25 0 1 0 377167087 15032320 3477 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28374/statm: 3670 3477 156 260 0 3394 0
[pid=28378] ppid=28374 vsize=28636 CPUtime=85.05
/proc/28378/stat : 28378 (march_dl) R 28374 28374 28054 0 -1 4194304 29018 0 0 0 8491 14 0 0 25 0 1 0 377168808 29323264 6352 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134583110 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28378/statm: 7159 6352 67 118 0 7038 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 43316

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 28378
/proc/meminfo: memFree=1609800/2055920 swapFree=4156588/4192956
[pid=28374] ppid=28372 vsize=14680 CPUtime=17.18
/proc/28374/stat : 28374 (SATzilla2007_R) S 28372 28374 28054 0 -1 4194304 12297 30053 0 0 965 8 728 17 25 0 1 0 377167087 15032320 3477 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28374/statm: 3670 3477 156 260 0 3394 0
[pid=28378] ppid=28374 vsize=29692 CPUtime=145.03
/proc/28378/stat : 28378 (march_dl) R 28374 28374 28054 0 -1 4194304 29258 0 0 0 14488 15 0 0 25 0 1 0 377168808 30404608 6592 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134583568 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28378/statm: 7423 6592 67 118 0 7302 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 44372

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 28378
/proc/meminfo: memFree=1608776/2055920 swapFree=4156588/4192956
[pid=28374] ppid=28372 vsize=14680 CPUtime=17.18
/proc/28374/stat : 28374 (SATzilla2007_R) S 28372 28374 28054 0 -1 4194304 12297 30053 0 0 965 8 728 17 25 0 1 0 377167087 15032320 3477 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28374/statm: 3670 3477 156 260 0 3394 0
[pid=28378] ppid=28374 vsize=30616 CPUtime=205.02
/proc/28378/stat : 28378 (march_dl) R 28374 28374 28054 0 -1 4194304 29495 0 0 0 20486 16 0 0 25 0 1 0 377168808 31350784 6829 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134583082 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28378/statm: 7654 6829 67 118 0 7533 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 45296

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 28378
/proc/meminfo: memFree=1473096/2055920 swapFree=4156588/4192956
[pid=28374] ppid=28372 vsize=14680 CPUtime=17.18
/proc/28374/stat : 28374 (SATzilla2007_R) S 28372 28374 28054 0 -1 4194304 12297 30053 0 0 965 8 728 17 25 0 1 0 377167087 15032320 3477 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28374/statm: 3670 3477 156 260 0 3394 0
[pid=28378] ppid=28374 vsize=177696 CPUtime=264.99
/proc/28378/stat : 28378 (march_dl) R 28374 28374 28054 0 -1 4194304 65490 0 0 0 26211 288 0 0 25 0 1 0 377168808 181960704 40756 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533467 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28378/statm: 44424 40756 72 118 0 44303 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 192376

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 28378
/proc/meminfo: memFree=1458120/2055920 swapFree=4156588/4192956
[pid=28374] ppid=28372 vsize=14680 CPUtime=17.18
/proc/28374/stat : 28374 (SATzilla2007_R) S 28372 28374 28054 0 -1 4194304 12297 30053 0 0 965 8 728 17 25 0 1 0 377167087 15032320 3477 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28374/statm: 3670 3477 156 260 0 3394 0
[pid=28378] ppid=28374 vsize=196100 CPUtime=324.98
/proc/28378/stat : 28378 (march_dl) R 28374 28374 28054 0 -1 4194304 69576 0 0 0 32177 321 0 0 25 0 1 0 377168808 200806400 44424 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28378/statm: 49025 44424 72 118 0 48904 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 210780


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

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 28378
/proc/meminfo: memFree=1437320/2055920 swapFree=4156588/4192956
[pid=28374] ppid=28372 vsize=14680 CPUtime=17.18
/proc/28374/stat : 28374 (SATzilla2007_R) S 28372 28374 28054 0 -1 4194304 12297 30053 0 0 965 8 728 17 25 0 1 0 377167087 15032320 3477 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28374/statm: 3670 3477 156 260 0 3394 0
[pid=28378] ppid=28374 vsize=226416 CPUtime=504.91
/proc/28378/stat : 28378 (march_dl) R 28374 28374 28054 0 -1 4194304 75481 0 0 0 50138 353 0 0 25 0 1 0 377168808 231849984 49652 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533665 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28378/statm: 56604 49652 72 118 0 56483 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 241096

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 28378
/proc/meminfo: memFree=1431624/2055920 swapFree=4156588/4192956
[pid=28374] ppid=28372 vsize=14680 CPUtime=17.18
/proc/28374/stat : 28374 (SATzilla2007_R) S 28372 28374 28054 0 -1 4194304 12297 30053 0 0 965 8 728 17 25 0 1 0 377167087 15032320 3477 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28374/statm: 3670 3477 156 260 0 3394 0
[pid=28378] ppid=28374 vsize=234896 CPUtime=564.89
/proc/28378/stat : 28378 (march_dl) R 28374 28374 28054 0 -1 4194304 76921 0 0 0 56131 358 0 0 25 0 1 0 377168808 240533504 51045 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28378/statm: 58724 51045 72 118 0 58603 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 249576

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 28378
/proc/meminfo: memFree=1421128/2055920 swapFree=4156588/4192956
[pid=28374] ppid=28372 vsize=14680 CPUtime=17.18
/proc/28374/stat : 28374 (SATzilla2007_R) S 28372 28374 28054 0 -1 4194304 12297 30053 0 0 965 8 728 17 25 0 1 0 377167087 15032320 3477 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28374/statm: 3670 3477 156 260 0 3394 0
[pid=28378] ppid=28374 vsize=249164 CPUtime=624.87
/proc/28378/stat : 28378 (march_dl) R 28374 28374 28054 0 -1 4194304 79871 0 0 0 62110 377 0 0 25 0 1 0 377168808 255143936 53653 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533665 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28378/statm: 62291 53653 72 118 0 62170 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 263844

[startup+702.303 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 28378
/proc/meminfo: memFree=1409224/2055920 swapFree=4156588/4192956
[pid=28374] ppid=28372 vsize=14680 CPUtime=17.18
/proc/28374/stat : 28374 (SATzilla2007_R) S 28372 28374 28054 0 -1 4194304 12297 30053 0 0 965 8 728 17 25 0 1 0 377167087 15032320 3477 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28374/statm: 3670 3477 156 260 0 3394 0
[pid=28378] ppid=28374 vsize=267324 CPUtime=684.85
/proc/28378/stat : 28378 (march_dl) R 28374 28374 28054 0 -1 4194304 83359 0 0 0 68084 401 0 0 25 0 1 0 377168808 273739776 56629 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533703 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28378/statm: 66831 56629 72 118 0 66710 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 282004

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 28378
/proc/meminfo: memFree=1400072/2055920 swapFree=4156588/4192956
[pid=28374] ppid=28372 vsize=14680 CPUtime=17.18
/proc/28374/stat : 28374 (SATzilla2007_R) S 28372 28374 28054 0 -1 4194304 12297 30053 0 0 965 8 728 17 25 0 1 0 377167087 15032320 3477 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28374/statm: 3670 3477 156 260 0 3394 0
[pid=28378] ppid=28374 vsize=281012 CPUtime=744.84
/proc/28378/stat : 28378 (march_dl) R 28374 28374 28054 0 -1 4194304 85822 0 0 0 74064 420 0 0 25 0 1 0 377168808 287756288 58908 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533707 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28378/statm: 70253 58908 72 118 0 70132 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 295692

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 28378
/proc/meminfo: memFree=1390600/2055920 swapFree=4156588/4192956
[pid=28374] ppid=28372 vsize=14680 CPUtime=17.18
/proc/28374/stat : 28374 (SATzilla2007_R) S 28372 28374 28054 0 -1 4194304 12297 30053 0 0 965 8 728 17 25 0 1 0 377167087 15032320 3477 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28374/statm: 3670 3477 156 260 0 3394 0
[pid=28378] ppid=28374 vsize=296248 CPUtime=804.81
/proc/28378/stat : 28378 (march_dl) R 28374 28374 28054 0 -1 4194304 88410 0 0 0 80051 430 0 0 25 0 1 0 377168808 303357952 61317 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533692 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28378/statm: 74062 61317 72 118 0 73941 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 310928

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 28378
/proc/meminfo: memFree=1378888/2055920 swapFree=4156588/4192956
[pid=28374] ppid=28372 vsize=14680 CPUtime=17.18
/proc/28374/stat : 28374 (SATzilla2007_R) S 28372 28374 28054 0 -1 4194304 12297 30053 0 0 965 8 728 17 25 0 1 0 377167087 15032320 3477 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28374/statm: 3670 3477 156 260 0 3394 0
[pid=28378] ppid=28374 vsize=313452 CPUtime=864.79
/proc/28378/stat : 28378 (march_dl) R 28374 28374 28054 0 -1 4194304 91779 0 0 0 86024 455 0 0 25 0 1 0 377168808 320974848 64196 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28378/statm: 78363 64196 72 118 0 78242 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 328132

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 28378
/proc/meminfo: memFree=1347976/2055920 swapFree=4156588/4192956
[pid=28374] ppid=28372 vsize=14680 CPUtime=17.18
/proc/28374/stat : 28374 (SATzilla2007_R) S 28372 28374 28054 0 -1 4194304 12297 30053 0 0 965 8 728 17 25 0 1 0 377167087 15032320 3477 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28374/statm: 3670 3477 156 260 0 3394 0
[pid=28378] ppid=28374 vsize=360840 CPUtime=924.77
/proc/28378/stat : 28378 (march_dl) R 28374 28374 28054 0 -1 4194304 99806 0 0 0 92009 468 0 0 25 0 1 0 377168808 369500160 71992 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533667 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28378/statm: 90210 71992 72 118 0 90089 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 375520

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 28378
/proc/meminfo: memFree=1318088/2055920 swapFree=4156588/4192956
[pid=28374] ppid=28372 vsize=14680 CPUtime=17.18
/proc/28374/stat : 28374 (SATzilla2007_R) S 28372 28374 28054 0 -1 4194304 12297 30053 0 0 965 8 728 17 25 0 1 0 377167087 15032320 3477 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28374/statm: 3670 3477 156 260 0 3394 0
[pid=28378] ppid=28374 vsize=412920 CPUtime=984.76
/proc/28378/stat : 28378 (march_dl) R 28374 28374 28054 0 -1 4194304 107347 0 0 0 97995 481 0 0 25 0 1 0 377168808 422830080 79347 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533460 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28378/statm: 103230 79347 72 118 0 103109 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 427600

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 28378
/proc/meminfo: memFree=1311304/2055920 swapFree=4156588/4192956
[pid=28374] ppid=28372 vsize=14680 CPUtime=17.18
/proc/28374/stat : 28374 (SATzilla2007_R) S 28372 28374 28054 0 -1 4194304 12297 30053 0 0 965 8 728 17 25 0 1 0 377167087 15032320 3477 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28374/statm: 3670 3477 156 260 0 3394 0
[pid=28378] ppid=28374 vsize=424724 CPUtime=1044.73
/proc/28378/stat : 28378 (march_dl) R 28374 28374 28054 0 -1 4194304 109052 0 0 0 103987 486 0 0 25 0 1 0 377168808 434917376 81014 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533634 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28378/statm: 106181 81014 72 118 0 106060 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 439404

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 28378
/proc/meminfo: memFree=1308936/2055920 swapFree=4156588/4192956
[pid=28374] ppid=28372 vsize=14680 CPUtime=17.18
/proc/28374/stat : 28374 (SATzilla2007_R) S 28372 28374 28054 0 -1 4194304 12297 30053 0 0 965 8 728 17 25 0 1 0 377167087 15032320 3477 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28374/statm: 3670 3477 156 260 0 3394 0
[pid=28378] ppid=28374 vsize=428368 CPUtime=1104.71
/proc/28378/stat : 28378 (march_dl) R 28374 28374 28054 0 -1 4194304 109699 0 0 0 109978 493 0 0 25 0 1 0 377168808 438648832 81597 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28378/statm: 107092 81597 72 118 0 106971 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 443048

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 28378
/proc/meminfo: memFree=1307528/2055920 swapFree=4156588/4192956
[pid=28374] ppid=28372 vsize=14680 CPUtime=17.18
/proc/28374/stat : 28374 (SATzilla2007_R) S 28372 28374 28054 0 -1 4194304 12297 30053 0 0 965 8 728 17 25 0 1 0 377167087 15032320 3477 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28374/statm: 3670 3477 156 260 0 3394 0
[pid=28378] ppid=28374 vsize=429804 CPUtime=1164.69
/proc/28378/stat : 28378 (march_dl) R 28374 28374 28054 0 -1 4194304 110066 0 0 0 115973 496 0 0 25 0 1 0 377168808 440119296 81961 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28378/statm: 107451 81961 72 118 0 107330 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 444484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 28378
/proc/meminfo: memFree=1610192/2055920 swapFree=4156588/4192956
[pid=28374] ppid=28372 vsize=51364 CPUtime=1200.09
/proc/28374/stat : 28374 (SATzilla2007_R) R 28372 28374 28054 0 -1 4194304 18937 140323 0 0 1064 12 118413 520 25 0 1 0 377167087 52596736 9968 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/28374/statm: 12841 9968 163 260 0 12565 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 51364

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 28378
/proc/meminfo: memFree=1610192/2055920 swapFree=4156588/4192956
[pid=28374] ppid=28372 vsize=51364 CPUtime=1200.09
/proc/28374/stat : 28374 (SATzilla2007_R) R 28372 28374 28054 0 -1 4194304 18937 140323 0 0 1064 12 118413 520 25 0 1 0 377167087 52596736 9968 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/28374/statm: 12841 9968 163 260 0 12565 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 51364

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.1
CPU user time (s): 1194.78
CPU system time (s): 5.32819
CPU usage (%): 99.9658
Max. virtual memory (cumulated for all children) (KiB): 445256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1194.78
system time used= 5.32819
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159260
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= 28
involuntary context switches= 24672

runsolver used 1.14783 second user time and 3.22751 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Sun Mar 11 00:15:26 UTC 2007

IDJOB= 334438
IDBENCH= 24627
IDSOLVER= 134
FILE ID= node12/334438-1173572125

PBS_JOBID= 4101202

Free space on /tmp= 66405 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest04/others/Composite-096BitPrimes-0.sat05-507.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334438-1173572125/SATzilla2007_R /tmp/evaluation/334438-1173572125/instance-334438-1173572125.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-334438-1173572125 -o ROOT/results/node12/solver-334438-1173572125 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334438-1173572125/SATzilla2007_R /tmp/evaluation/334438-1173572125/instance-334438-1173572125.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  8b466b7ef3217bdc844a579ae744d427

RANDOM SEED= 871027237

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.285
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.285
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:       1649968 kB
Buffers:         42692 kB
Cached:         288608 kB
SwapCached:      15228 kB
Active:         233620 kB
Inactive:       120780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1649968 kB
SwapTotal:     4192956 kB
SwapFree:      4156588 kB
Dirty:           13504 kB
Writeback:           0 kB
Mapped:          29524 kB
Slab:            37164 kB
Committed_AS:  1666076 kB
PageTables:       1692 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= 66405 MiB

End job on node12 on Sun Mar 11 00:35:29 UTC 2007