Trace number 338512

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.11 1200.51

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
gt-ordering-unsat-gt-060.sat05-1312.reshuffled-07.cnf
MD5SUMdff294238660aead84de7aec33e643fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.3341
Satisfiable
(Un)Satisfiability was proved
Number of variables3540
Number of clauses207150
Sum of the clauses size623040
Maximum clause length59
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21770
Number of clauses of size 3205320
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

Solver Data (download as text)

23.66/23.71	c run March_dl for 5 seconds ... 
23.66/23.71	c Bin: Executing march_dl
23.66/23.71	c child exit by a signal
23.66/23.71	c march_dl returned code 137.
23.66/23.71	c run saps (UBCSAT implementation) for 2 seconds ... 
23.66/23.71	c Bin: Executing ubcsat2006
23.66/23.71	c child exited successfully
23.66/23.71	c ubcsat2006 returned code 0.
23.66/23.71	c satzilla computing base features
23.66/23.71	c satzilla doing unit-prop probe
23.66/23.71	c satzilla doing local search probe
23.66/23.71	c satzilla doing lobjois search-space size estimate
23.66/23.71	c satzilla's ranking:
23.66/23.71	c 1) march_dl: -861.708719
23.66/23.71	c 2) kcnfs: -14.479030
23.66/23.71	c 3) minisat20+P: 52.517128
23.66/23.71	c 4) kcnfs+P: 999.000000
23.66/23.71	c 5) march_dl+P: 999.000000
23.66/23.71	c 6) vallst+P: 999.000000
23.66/23.71	c 7) zchaff_rand+P: 999.000000
23.66/23.71	c 8) vallst: 999.000000
23.66/23.71	c 9) zchaff_rand: 999.000000
23.66/23.71	c 10) minisat20: 999.000000
23.66/23.71	c satzilla running march_dl ... 
1199.47/1199.93	c Bin: Executing march_dl
1199.47/1199.93	c child exit by a signal
1199.47/1199.93	c march_dl returned code 137.
1199.47/1199.93	c march_dl returned code 137.
1199.47/1199.93	c satzilla running kcnfs ... 
1199.47/1199.93	c Bin: Executing kcnfs
1199.47/1199.93	c kcnfs returned code 1.
1199.47/1199.93	c kcnfs returned code 1.
1199.47/1199.93	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/node15/watcher-338512-1173687138 -o ROOT/results/node15/solver-338512-1173687138 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/338512-1173687138/SATzilla2007_R /tmp/evaluation/338512-1173687138/instance-338512-1173687138.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: 1.00 1.00 1.00 3/77 7582
/proc/meminfo: memFree=1338896/2055920 swapFree=4152672/4192956
[pid=7582] ppid=7580 vsize=1440 CPUtime=0
/proc/7582/stat : 7582 (SATzilla2007_R) R 7580 7582 5687 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 388668234 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/7582/statm: 360 110 95 260 0 84 0
[pid=7583] ppid=7582 vsize=2392 CPUtime=0
/proc/7583/stat : 7583 (march_dl) R 7582 7582 5687 0 -1 4194304 328 0 0 0 0 0 0 0 18 0 1 0 388668235 2449408 323 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7583/statm: 598 323 50 118 0 477 0

[startup+0.04333 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 7582
/proc/meminfo: memFree=1338896/2055920 swapFree=4152672/4192956
[pid=7582] ppid=7580 vsize=1440 CPUtime=0
/proc/7582/stat : 7582 (SATzilla2007_R) S 7580 7582 5687 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 388668234 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7582/statm: 360 110 95 260 0 84 0
[pid=7583] ppid=7582 vsize=2920 CPUtime=0.04
/proc/7583/stat : 7583 (march_dl) R 7582 7582 5687 0 -1 4194304 462 0 0 0 4 0 0 0 19 0 1 0 388668235 2990080 457 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134549887 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7583/statm: 730 457 50 118 0 609 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4360

[startup+0.102352 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 7582
/proc/meminfo: memFree=1338896/2055920 swapFree=4152672/4192956
[pid=7582] ppid=7580 vsize=1440 CPUtime=0
/proc/7582/stat : 7582 (SATzilla2007_R) S 7580 7582 5687 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 388668234 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7582/statm: 360 110 95 260 0 84 0
[pid=7583] ppid=7582 vsize=3580 CPUtime=0.09
/proc/7583/stat : 7583 (march_dl) R 7582 7582 5687 0 -1 4194304 668 0 0 0 9 0 0 0 19 0 1 0 388668235 3665920 663 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7583/statm: 895 663 50 118 0 774 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5020

[startup+0.301374 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 7582
/proc/meminfo: memFree=1338896/2055920 swapFree=4152672/4192956
[pid=7582] ppid=7580 vsize=1440 CPUtime=0
/proc/7582/stat : 7582 (SATzilla2007_R) S 7580 7582 5687 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 388668234 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7582/statm: 360 110 95 260 0 84 0
[pid=7583] ppid=7582 vsize=9880 CPUtime=0.29
/proc/7583/stat : 7583 (march_dl) R 7582 7582 5687 0 -1 4194304 1582 0 0 0 29 0 0 0 21 0 1 0 388668235 10117120 1576 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134544378 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7583/statm: 2470 1576 52 118 0 2349 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11320

[startup+0.701442 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 7582
/proc/meminfo: memFree=1338896/2055920 swapFree=4152672/4192956
[pid=7582] ppid=7580 vsize=1440 CPUtime=0
/proc/7582/stat : 7582 (SATzilla2007_R) S 7580 7582 5687 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 388668234 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7582/statm: 360 110 95 260 0 84 0
[pid=7583] ppid=7582 vsize=16804 CPUtime=0.69
/proc/7583/stat : 7583 (march_dl) R 7582 7582 5687 0 -1 4194304 4351 0 0 0 67 2 0 0 24 0 1 0 388668235 17207296 3322 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7583/statm: 4201 3322 55 118 0 4080 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18244

[startup+1.50158 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7584
/proc/meminfo: memFree=1325696/2055920 swapFree=4152672/4192956
[pid=7582] ppid=7580 vsize=1440 CPUtime=0
/proc/7582/stat : 7582 (SATzilla2007_R) S 7580 7582 5687 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 388668234 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7582/statm: 360 110 95 260 0 84 0
[pid=7583] ppid=7582 vsize=17592 CPUtime=1.49
/proc/7583/stat : 7583 (march_dl) R 7582 7582 5687 0 -1 4194304 14360 0 0 0 143 6 0 0 25 0 1 0 388668235 18014208 3355 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134544057 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7583/statm: 4398 3355 63 118 0 4277 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19032

[startup+3.10185 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7584
/proc/meminfo: memFree=1330240/2055920 swapFree=4152672/4192956
[pid=7582] ppid=7580 vsize=1440 CPUtime=0
/proc/7582/stat : 7582 (SATzilla2007_R) S 7580 7582 5687 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 388668234 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7582/statm: 360 110 95 260 0 84 0
[pid=7583] ppid=7582 vsize=25372 CPUtime=3.09
/proc/7583/stat : 7583 (march_dl) R 7582 7582 5687 0 -1 4194304 22134 0 0 0 283 26 0 0 25 0 1 0 388668235 25980928 5425 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7583/statm: 6343 5425 73 118 0 6222 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26812

[startup+6.3014 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7585
/proc/meminfo: memFree=1327424/2055920 swapFree=4152672/4192956
[pid=7582] ppid=7580 vsize=1440 CPUtime=4.99
/proc/7582/stat : 7582 (SATzilla2007_R) S 7580 7582 5687 0 -1 4194304 135 22138 0 0 0 0 424 75 16 0 1 0 388668234 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7582/statm: 360 111 96 260 0 84 0
[pid=7585] ppid=7582 vsize=18488 CPUtime=1.28
/proc/7585/stat : 7585 (ubcsat2006) R 7582 7582 5687 0 -1 4194304 2941 0 0 0 127 1 0 0 25 0 1 0 388668735 18931712 2924 18446744073709551615 134512640 134777720 4294956592 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7585/statm: 4622 2924 156 64 0 4203 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 19928

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7585
/proc/meminfo: memFree=1328008/2055920 swapFree=4152672/4192956
[pid=7582] ppid=7580 vsize=11956 CPUtime=12.67
/proc/7582/stat : 7582 (SATzilla2007_R) R 7580 7582 5687 0 -1 4194304 5685 25085 0 0 531 3 655 78 25 0 1 0 388668234 12242944 2794 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 134541670 0 0 4096 0 0 0 0 17 1 0 0
/proc/7582/statm: 2989 2794 124 260 0 2713 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11956

[startup+25.5027 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7586
/proc/meminfo: memFree=1314432/2055920 swapFree=4152672/4192956
[pid=7582] ppid=7580 vsize=12744 CPUtime=23.68
/proc/7582/stat : 7582 (SATzilla2007_R) S 7580 7582 5687 0 -1 4194304 11288 25085 0 0 1627 8 655 78 25 0 1 0 388668234 13049856 3008 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7582/statm: 3186 3008 156 260 0 2910 0
[pid=7586] ppid=7582 vsize=17736 CPUtime=1.77
/proc/7586/stat : 7586 (march_dl) R 7582 7582 5687 0 -1 4194304 16414 0 0 0 171 6 0 0 25 0 1 0 388670606 18161664 3558 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7586/statm: 4434 3558 65 118 0 4313 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 30480

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7586
/proc/meminfo: memFree=1308416/2055920 swapFree=4152672/4192956
[pid=7582] ppid=7580 vsize=12744 CPUtime=23.68
/proc/7582/stat : 7582 (SATzilla2007_R) S 7580 7582 5687 0 -1 4194304 11288 25085 0 0 1627 8 655 78 25 0 1 0 388668234 13049856 3008 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7582/statm: 3186 3008 156 260 0 2910 0
[pid=7586] ppid=7582 vsize=23524 CPUtime=27.36
/proc/7586/stat : 7586 (march_dl) R 7582 7582 5687 0 -1 4194304 32973 0 0 0 2608 128 0 0 25 0 1 0 388670606 24088576 4762 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527856 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7586/statm: 5881 4762 75 118 0 5760 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 36268

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7586
/proc/meminfo: memFree=1305984/2055920 swapFree=4152672/4192956
[pid=7582] ppid=7580 vsize=12744 CPUtime=23.68
/proc/7582/stat : 7582 (SATzilla2007_R) S 7580 7582 5687 0 -1 4194304 11288 25085 0 0 1627 8 655 78 25 0 1 0 388668234 13049856 3008 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7582/statm: 3186 3008 156 260 0 2910 0
[pid=7586] ppid=7582 vsize=25280 CPUtime=78.54
/proc/7586/stat : 7586 (march_dl) R 7582 7582 5687 0 -1 4194304 33562 0 0 0 7725 129 0 0 25 0 1 0 388670606 25886720 5351 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527810 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7586/statm: 6320 5351 75 118 0 6199 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 38024

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7586
/proc/meminfo: memFree=1305920/2055920 swapFree=4152672/4192956
[pid=7582] ppid=7580 vsize=12744 CPUtime=23.68
/proc/7582/stat : 7582 (SATzilla2007_R) S 7580 7582 5687 0 -1 4194304 11288 25085 0 0 1627 8 655 78 25 0 1 0 388668234 13049856 3008 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7582/statm: 3186 3008 156 260 0 2910 0
[pid=7586] ppid=7582 vsize=25280 CPUtime=138.52
/proc/7586/stat : 7586 (march_dl) R 7582 7582 5687 0 -1 4194304 33578 0 0 0 13722 130 0 0 25 0 1 0 388670606 25886720 5367 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134536997 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7586/statm: 6320 5367 75 118 0 6199 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 38024

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7586
/proc/meminfo: memFree=1305856/2055920 swapFree=4152672/4192956
[pid=7582] ppid=7580 vsize=12744 CPUtime=23.68
/proc/7582/stat : 7582 (SATzilla2007_R) S 7580 7582 5687 0 -1 4194304 11288 25085 0 0 1627 8 655 78 25 0 1 0 388668234 13049856 3008 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7582/statm: 3186 3008 156 260 0 2910 0
[pid=7586] ppid=7582 vsize=25280 CPUtime=198.51
/proc/7586/stat : 7586 (march_dl) R 7582 7582 5687 0 -1 4194304 33581 0 0 0 19720 131 0 0 25 0 1 0 388670606 25886720 5370 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134533056 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7586/statm: 6320 5370 75 118 0 6199 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 38024

[startup+282.302 s]
/proc/loadavg: 1.06 1.01 1.00 2/79 7586
/proc/meminfo: memFree=1305856/2055920 swapFree=4152672/4192956
[pid=7582] ppid=7580 vsize=12744 CPUtime=23.68
/proc/7582/stat : 7582 (SATzilla2007_R) S 7580 7582 5687 0 -1 4194304 11288 25085 0 0 1627 8 655 78 25 0 1 0 388668234 13049856 3008 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7582/statm: 3186 3008 156 260 0 2910 0
[pid=7586] ppid=7582 vsize=25280 CPUtime=258.48
/proc/7586/stat : 7586 (march_dl) R 7582 7582 5687 0 -1 4194304 33583 0 0 0 25717 131 0 0 25 0 1 0 388670606 25886720 5372 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7586/statm: 6320 5372 75 118 0 6199 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 38024

[startup+342.301 s]
/proc/loadavg: 1.07 1.03 1.00 2/79 7586
/proc/meminfo: memFree=1305856/2055920 swapFree=4152672/4192956
[pid=7582] ppid=7580 vsize=12744 CPUtime=23.68
/proc/7582/stat : 7582 (SATzilla2007_R) S 7580 7582 5687 0 -1 4194304 11288 25085 0 0 1627 8 655 78 25 0 1 0 388668234 13049856 3008 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7582/statm: 3186 3008 156 260 0 2910 0
[pid=7586] ppid=7582 vsize=25280 CPUtime=318.46
/proc/7586/stat : 7586 (march_dl) R 7582 7582 5687 0 -1 4194304 33584 0 0 0 31714 132 0 0 25 0 1 0 388670606 25886720 5373 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134537011 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7586/statm: 6320 5373 75 118 0 6199 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 38024


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

[startup+522.302 s]
/proc/loadavg: 1.03 1.06 1.01 3/79 7586
/proc/meminfo: memFree=1305856/2055920 swapFree=4152672/4192956
[pid=7582] ppid=7580 vsize=12744 CPUtime=23.68
/proc/7582/stat : 7582 (SATzilla2007_R) S 7580 7582 5687 0 -1 4194304 11288 25085 0 0 1627 8 655 78 25 0 1 0 388668234 13049856 3008 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7582/statm: 3186 3008 156 260 0 2910 0
[pid=7586] ppid=7582 vsize=25280 CPUtime=498.4
/proc/7586/stat : 7586 (march_dl) R 7582 7582 5687 0 -1 4194304 33586 0 0 0 49707 133 0 0 25 0 1 0 388670606 25886720 5375 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7586/statm: 6320 5375 75 118 0 6199 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 38024

[startup+582.301 s]
/proc/loadavg: 1.01 1.04 1.01 2/79 7586
/proc/meminfo: memFree=1305792/2055920 swapFree=4152672/4192956
[pid=7582] ppid=7580 vsize=12744 CPUtime=23.68
/proc/7582/stat : 7582 (SATzilla2007_R) S 7580 7582 5687 0 -1 4194304 11288 25085 0 0 1627 8 655 78 25 0 1 0 388668234 13049856 3008 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7582/statm: 3186 3008 156 260 0 2910 0
[pid=7586] ppid=7582 vsize=25280 CPUtime=558.39
/proc/7586/stat : 7586 (march_dl) R 7582 7582 5687 0 -1 4194304 33587 0 0 0 55705 134 0 0 25 0 1 0 388670606 25886720 5376 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528162 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7586/statm: 6320 5376 75 118 0 6199 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 38024

[startup+642.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/79 7586
/proc/meminfo: memFree=1305856/2055920 swapFree=4152672/4192956
[pid=7582] ppid=7580 vsize=12744 CPUtime=23.68
/proc/7582/stat : 7582 (SATzilla2007_R) S 7580 7582 5687 0 -1 4194304 11288 25085 0 0 1627 8 655 78 25 0 1 0 388668234 13049856 3008 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7582/statm: 3186 3008 156 260 0 2910 0
[pid=7586] ppid=7582 vsize=25280 CPUtime=618.37
/proc/7586/stat : 7586 (march_dl) R 7582 7582 5687 0 -1 4194304 33588 0 0 0 61703 134 0 0 25 0 1 0 388670606 25886720 5377 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551546 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7586/statm: 6320 5377 75 118 0 6199 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 38024

[startup+702.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/79 7586
/proc/meminfo: memFree=1305792/2055920 swapFree=4152672/4192956
[pid=7582] ppid=7580 vsize=12744 CPUtime=23.68
/proc/7582/stat : 7582 (SATzilla2007_R) S 7580 7582 5687 0 -1 4194304 11288 25085 0 0 1627 8 655 78 25 0 1 0 388668234 13049856 3008 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7582/statm: 3186 3008 156 260 0 2910 0
[pid=7586] ppid=7582 vsize=25280 CPUtime=678.35
/proc/7586/stat : 7586 (march_dl) R 7582 7582 5687 0 -1 4194304 33588 0 0 0 67700 135 0 0 25 0 1 0 388670606 25886720 5377 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134533056 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7586/statm: 6320 5377 75 118 0 6199 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 38024

[startup+762.305 s]
/proc/loadavg: 1.00 1.02 1.00 2/79 7586
/proc/meminfo: memFree=1305856/2055920 swapFree=4152672/4192956
[pid=7582] ppid=7580 vsize=12744 CPUtime=23.68
/proc/7582/stat : 7582 (SATzilla2007_R) S 7580 7582 5687 0 -1 4194304 11288 25085 0 0 1627 8 655 78 25 0 1 0 388668234 13049856 3008 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7582/statm: 3186 3008 156 260 0 2910 0
[pid=7586] ppid=7582 vsize=25280 CPUtime=738.33
/proc/7586/stat : 7586 (march_dl) R 7582 7582 5687 0 -1 4194304 33589 0 0 0 73698 135 0 0 25 0 1 0 388670606 25886720 5378 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7586/statm: 6320 5378 75 118 0 6199 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 38024

[startup+822.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 7586
/proc/meminfo: memFree=1305792/2055920 swapFree=4152672/4192956
[pid=7582] ppid=7580 vsize=12744 CPUtime=23.68
/proc/7582/stat : 7582 (SATzilla2007_R) S 7580 7582 5687 0 -1 4194304 11288 25085 0 0 1627 8 655 78 25 0 1 0 388668234 13049856 3008 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7582/statm: 3186 3008 156 260 0 2910 0
[pid=7586] ppid=7582 vsize=25280 CPUtime=798.31
/proc/7586/stat : 7586 (march_dl) R 7582 7582 5687 0 -1 4194304 33589 0 0 0 79695 136 0 0 25 0 1 0 388670606 25886720 5378 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134533018 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7586/statm: 6320 5378 75 118 0 6199 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 38024

[startup+882.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 7586
/proc/meminfo: memFree=1305856/2055920 swapFree=4152672/4192956
[pid=7582] ppid=7580 vsize=12744 CPUtime=23.68
/proc/7582/stat : 7582 (SATzilla2007_R) S 7580 7582 5687 0 -1 4194304 11288 25085 0 0 1627 8 655 78 25 0 1 0 388668234 13049856 3008 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7582/statm: 3186 3008 156 260 0 2910 0
[pid=7586] ppid=7582 vsize=25280 CPUtime=858.28
/proc/7586/stat : 7586 (march_dl) R 7582 7582 5687 0 -1 4194304 33589 0 0 0 85692 136 0 0 25 0 1 0 388670606 25886720 5378 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134533000 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7586/statm: 6320 5378 75 118 0 6199 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 38024

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7586
/proc/meminfo: memFree=1305792/2055920 swapFree=4152672/4192956
[pid=7582] ppid=7580 vsize=12744 CPUtime=23.68
/proc/7582/stat : 7582 (SATzilla2007_R) S 7580 7582 5687 0 -1 4194304 11288 25085 0 0 1627 8 655 78 25 0 1 0 388668234 13049856 3008 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7582/statm: 3186 3008 156 260 0 2910 0
[pid=7586] ppid=7582 vsize=25408 CPUtime=918.27
/proc/7586/stat : 7586 (march_dl) R 7582 7582 5687 0 -1 4194304 33590 0 0 0 91690 137 0 0 25 0 1 0 388670606 26017792 5379 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7586/statm: 6352 5379 75 118 0 6231 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 38152

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7586
/proc/meminfo: memFree=1305856/2055920 swapFree=4152672/4192956
[pid=7582] ppid=7580 vsize=12744 CPUtime=23.68
/proc/7582/stat : 7582 (SATzilla2007_R) S 7580 7582 5687 0 -1 4194304 11288 25085 0 0 1627 8 655 78 25 0 1 0 388668234 13049856 3008 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7582/statm: 3186 3008 156 260 0 2910 0
[pid=7586] ppid=7582 vsize=25408 CPUtime=978.25
/proc/7586/stat : 7586 (march_dl) R 7582 7582 5687 0 -1 4194304 33590 0 0 0 97688 137 0 0 25 0 1 0 388670606 26017792 5379 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134533084 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7586/statm: 6352 5379 75 118 0 6231 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 38152

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7586
/proc/meminfo: memFree=1305792/2055920 swapFree=4152672/4192956
[pid=7582] ppid=7580 vsize=12744 CPUtime=23.68
/proc/7582/stat : 7582 (SATzilla2007_R) S 7580 7582 5687 0 -1 4194304 11288 25085 0 0 1627 8 655 78 25 0 1 0 388668234 13049856 3008 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7582/statm: 3186 3008 156 260 0 2910 0
[pid=7586] ppid=7582 vsize=25408 CPUtime=1038.23
/proc/7586/stat : 7586 (march_dl) R 7582 7582 5687 0 -1 4194304 33590 0 0 0 103685 138 0 0 25 0 1 0 388670606 26017792 5379 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527899 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7586/statm: 6352 5379 75 118 0 6231 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 38152

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/79 7586
/proc/meminfo: memFree=1305856/2055920 swapFree=4152672/4192956
[pid=7582] ppid=7580 vsize=12744 CPUtime=23.68
/proc/7582/stat : 7582 (SATzilla2007_R) S 7580 7582 5687 0 -1 4194304 11288 25085 0 0 1627 8 655 78 25 0 1 0 388668234 13049856 3008 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7582/statm: 3186 3008 156 260 0 2910 0
[pid=7586] ppid=7582 vsize=25408 CPUtime=1098.21
/proc/7586/stat : 7586 (march_dl) R 7582 7582 5687 0 -1 4194304 33590 0 0 0 109683 138 0 0 25 0 1 0 388670606 26017792 5379 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134532874 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7586/statm: 6352 5379 75 118 0 6231 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 38152

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 7586
/proc/meminfo: memFree=1305792/2055920 swapFree=4152672/4192956
[pid=7582] ppid=7580 vsize=12744 CPUtime=23.68
/proc/7582/stat : 7582 (SATzilla2007_R) S 7580 7582 5687 0 -1 4194304 11288 25085 0 0 1627 8 655 78 25 0 1 0 388668234 13049856 3008 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7582/statm: 3186 3008 156 260 0 2910 0
[pid=7586] ppid=7582 vsize=25408 CPUtime=1158.19
/proc/7586/stat : 7586 (march_dl) R 7582 7582 5687 0 -1 4194304 33591 0 0 0 115680 139 0 0 25 0 1 0 388670606 26017792 5380 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527911 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7586/statm: 6352 5380 75 118 0 6231 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 38152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7586
/proc/meminfo: memFree=1305480/2055920 swapFree=4152672/4192956
[pid=7582] ppid=7580 vsize=36716 CPUtime=1200.09
/proc/7582/stat : 7582 (SATzilla2007_R) R 7580 7582 5687 0 -1 4194304 17804 58676 0 0 1682 11 118098 218 22 0 1 0 388668234 37597184 8454 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/7582/statm: 9179 8454 163 260 0 8903 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 36716

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: 1.00 1.00 1.00 2/78 7586
/proc/meminfo: memFree=1305480/2055920 swapFree=4152672/4192956
[pid=7582] ppid=7580 vsize=36716 CPUtime=1200.09
/proc/7582/stat : 7582 (SATzilla2007_R) R 7580 7582 5687 0 -1 4194304 17804 58676 0 0 1682 11 118098 218 22 0 1 0 388668234 37597184 8454 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/7582/statm: 9179 8454 163 260 0 8903 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 36716

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.11
CPU user time (s): 1197.8
CPU system time (s): 2.30665
CPU usage (%): 99.9666
Max. virtual memory (cumulated for all children) (KiB): 38844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1197.8
system time used= 2.30665
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76480
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= 1042

runsolver used 1.3238 second user time and 3.05253 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Mon Mar 12 08:12:19 UTC 2007

IDJOB= 338512
IDBENCH= 24724
IDSOLVER= 134
FILE ID= node15/338512-1173687138

PBS_JOBID= 4101473

Free space on /tmp= 66517 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/sabharwal/gt-ordering-unsat-gt-060.sat05-1312.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/338512-1173687138/SATzilla2007_R /tmp/evaluation/338512-1173687138/instance-338512-1173687138.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-338512-1173687138 -o ROOT/results/node15/solver-338512-1173687138 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/338512-1173687138/SATzilla2007_R /tmp/evaluation/338512-1173687138/instance-338512-1173687138.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  dff294238660aead84de7aec33e643fc

RANDOM SEED= 539446644

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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.276
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.276
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:       1339368 kB
Buffers:         58200 kB
Cached:         562708 kB
SwapCached:       2924 kB
Active:         417248 kB
Inactive:       226940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1339368 kB
SwapTotal:     4192956 kB
SwapFree:      4152672 kB
Dirty:           11940 kB
Writeback:           0 kB
Mapped:          30204 kB
Slab:            57820 kB
Committed_AS:  1395124 kB
PageTables:       1800 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= 66517 MiB

End job on node15 on Mon Mar 12 08:32:21 UTC 2007