Trace number 314409

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.07 1200.41

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-09.cnf
MD5SUM50ed98553825ac1825482c1496260592
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark564.645
Satisfiable
(Un)Satisfiability was proved
Number of variables33582
Number of clauses160817
Sum of the clauses size423605
Maximum clause length4200
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2136464
Number of clauses of size 36536
Number of clauses of size 46374
Number of clauses of size 52328
Number of clauses of size over 59114

Solver Data (download as text)

15.57/15.60	c run March_dl for 5 seconds ... 
15.57/15.60	c Bin: Executing march_dl
15.57/15.60	c child exit by a signal
15.57/15.60	c march_dl returned code 137.
15.57/15.60	c run saps (UBCSAT implementation) for 2 seconds ... 
15.57/15.60	c Bin: Executing ubcsat2006
15.57/15.60	c child exited successfully
15.57/15.60	c ubcsat2006 returned code 0.
15.57/15.60	c satzilla computing base features
15.57/15.60	c satzilla doing unit-prop probe
15.57/15.60	c satzilla doing local search probe
15.57/15.60	c satzilla doing lobjois search-space size estimate
15.57/15.60	c satzilla's ranking:
15.57/15.60	c 1) march_dl: -4211.942141
15.57/15.60	c 2) minisat20+P: 370.071107
15.57/15.60	c 3) kcnfs: 978.823927
15.57/15.60	c 4) kcnfs+P: 999.000000
15.57/15.60	c 5) march_dl+P: 999.000000
15.57/15.60	c 6) vallst+P: 999.000000
15.57/15.60	c 7) zchaff_rand+P: 999.000000
15.57/15.60	c 8) vallst: 999.000000
15.57/15.60	c 9) zchaff_rand: 999.000000
15.57/15.60	c 10) minisat20: 999.000000
15.57/15.60	c satzilla running march_dl ... 
1199.43/1199.83	c Bin: Executing march_dl
1199.43/1199.83	c child exit by a signal
1199.43/1199.83	c march_dl returned code 137.
1199.43/1199.83	c march_dl returned code 137.
1199.43/1199.83	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/node55/watcher-314409-1172636721 -o ROOT/results/node55/solver-314409-1172636721 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314409-1172636721/SATzilla2007_R /tmp/evaluation/314409-1172636721/instance-314409-1172636721.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.91 0.95 0.96 3/64 10225
/proc/meminfo: memFree=1348960/2055920 swapFree=4183636/4192956
[pid=10225] ppid=10223 vsize=1440 CPUtime=0
/proc/10225/stat : 10225 (SATzilla2007_R) R 10223 10225 9855 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 283628580 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/10225/statm: 360 110 95 260 0 84 0
[pid=10226] ppid=10225 vsize=3088 CPUtime=0
/proc/10226/stat : 10226 (march_dl) R 10225 10225 9855 0 -1 4194304 443 0 0 0 0 0 0 0 18 0 1 0 283628580 3162112 438 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10226/statm: 772 442 49 118 0 651 0

[startup+0.0777231 s]
/proc/loadavg: 0.91 0.95 0.96 3/64 10225
/proc/meminfo: memFree=1348960/2055920 swapFree=4183636/4192956
[pid=10225] ppid=10223 vsize=1440 CPUtime=0
/proc/10225/stat : 10225 (SATzilla2007_R) S 10223 10225 9855 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283628580 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10225/statm: 360 110 95 260 0 84 0
[pid=10226] ppid=10225 vsize=4944 CPUtime=0.06
/proc/10226/stat : 10226 (march_dl) R 10225 10225 9855 0 -1 4194304 1014 0 0 0 6 0 0 0 19 0 1 0 283628580 5062656 1009 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10226/statm: 1236 1009 50 118 0 1115 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6384

[startup+0.101723 s]
/proc/loadavg: 0.91 0.95 0.96 3/64 10225
/proc/meminfo: memFree=1348960/2055920 swapFree=4183636/4192956
[pid=10225] ppid=10223 vsize=1440 CPUtime=0
/proc/10225/stat : 10225 (SATzilla2007_R) S 10223 10225 9855 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283628580 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10225/statm: 360 110 95 260 0 84 0
[pid=10226] ppid=10225 vsize=5208 CPUtime=0.09
/proc/10226/stat : 10226 (march_dl) R 10225 10225 9855 0 -1 4194304 1110 0 0 0 9 0 0 0 19 0 1 0 283628580 5332992 1105 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10226/statm: 1302 1105 50 118 0 1181 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6648

[startup+0.301742 s]
/proc/loadavg: 0.91 0.95 0.96 3/64 10225
/proc/meminfo: memFree=1348960/2055920 swapFree=4183636/4192956
[pid=10225] ppid=10223 vsize=1440 CPUtime=0
/proc/10225/stat : 10225 (SATzilla2007_R) S 10223 10225 9855 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283628580 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10225/statm: 360 110 95 260 0 84 0
[pid=10226] ppid=10225 vsize=13908 CPUtime=0.29
/proc/10226/stat : 10226 (march_dl) R 10225 10225 9855 0 -1 4194304 2819 0 0 0 28 1 0 0 21 0 1 0 283628580 14241792 2742 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134547359 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10226/statm: 3477 2742 52 118 0 3356 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15348

[startup+0.701781 s]
/proc/loadavg: 0.91 0.95 0.96 3/64 10225
/proc/meminfo: memFree=1348960/2055920 swapFree=4183636/4192956
[pid=10225] ppid=10223 vsize=1440 CPUtime=0
/proc/10225/stat : 10225 (SATzilla2007_R) S 10223 10225 9855 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283628580 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10225/statm: 360 110 95 260 0 84 0
[pid=10226] ppid=10225 vsize=15352 CPUtime=0.68
/proc/10226/stat : 10226 (march_dl) R 10225 10225 9855 0 -1 4194304 5118 0 0 0 67 1 0 0 24 0 1 0 283628580 15720448 3163 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134650634 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10226/statm: 3838 3163 55 118 0 3717 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 16792

[startup+1.50186 s]
/proc/loadavg: 0.91 0.95 0.96 2/66 10227
/proc/meminfo: memFree=1338640/2055920 swapFree=4183636/4192956
[pid=10225] ppid=10223 vsize=1440 CPUtime=0
/proc/10225/stat : 10225 (SATzilla2007_R) S 10223 10225 9855 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283628580 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10225/statm: 360 110 95 260 0 84 0
[pid=10226] ppid=10225 vsize=26272 CPUtime=1.49
/proc/10226/stat : 10226 (march_dl) R 10225 10225 9855 0 -1 4194304 14131 0 0 0 143 6 0 0 25 0 1 0 283628580 26902528 5755 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134560202 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10226/statm: 6568 5755 69 118 0 6447 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27712

[startup+3.10201 s]
/proc/loadavg: 0.91 0.95 0.96 2/66 10227
/proc/meminfo: memFree=1325264/2055920 swapFree=4183636/4192956
[pid=10225] ppid=10223 vsize=1440 CPUtime=0
/proc/10225/stat : 10225 (SATzilla2007_R) S 10223 10225 9855 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283628580 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10225/statm: 360 110 95 260 0 84 0
[pid=10226] ppid=10225 vsize=27464 CPUtime=3.09
/proc/10226/stat : 10226 (march_dl) R 10225 10225 9855 0 -1 4194304 14435 0 0 0 303 6 0 0 25 0 1 0 283628580 28123136 6059 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134560107 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10226/statm: 6866 6059 69 118 0 6745 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28904

[startup+6.30132 s]
/proc/loadavg: 0.92 0.95 0.96 2/66 10228
/proc/meminfo: memFree=1338640/2055920 swapFree=4183636/4192956
[pid=10225] ppid=10223 vsize=1440 CPUtime=4.99
/proc/10225/stat : 10225 (SATzilla2007_R) S 10223 10225 9855 0 -1 4194304 135 14640 0 0 0 0 492 7 16 0 1 0 283628580 1474560 111 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10225/statm: 360 111 96 260 0 84 0
[pid=10228] ppid=10225 vsize=14388 CPUtime=1.28
/proc/10228/stat : 10228 (ubcsat2006) R 10225 10225 9855 0 -1 4194304 2649 0 0 0 127 1 0 0 25 0 1 0 283629081 14733312 2632 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10228/statm: 3597 2632 156 64 0 3178 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 15828

[startup+12.7019 s]
/proc/loadavg: 0.93 0.95 0.96 2/65 10228
/proc/meminfo: memFree=1339424/2055920 swapFree=4183636/4192956
[pid=10225] ppid=10223 vsize=22756 CPUtime=12.67
/proc/10225/stat : 10225 (SATzilla2007_R) R 10223 10225 9855 0 -1 4194304 7455 17295 0 0 540 5 713 9 25 0 1 0 283628580 23302144 4949 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 134671563 0 0 4096 0 0 0 0 17 1 0 0
/proc/10225/statm: 5689 4949 150 260 0 5413 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 22756

[startup+25.5012 s]
/proc/loadavg: 0.94 0.96 0.96 2/66 10229
/proc/meminfo: memFree=1306008/2055920 swapFree=4183636/4192956
[pid=10225] ppid=10223 vsize=10952 CPUtime=15.57
/proc/10225/stat : 10225 (SATzilla2007_R) S 10223 10225 9855 0 -1 4194304 9547 17295 0 0 829 6 713 9 25 0 1 0 283628580 11214848 2512 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10225/statm: 2738 2512 157 260 0 2462 0
[pid=10229] ppid=10225 vsize=36088 CPUtime=9.87
/proc/10229/stat : 10229 (march_dl) R 10225 10225 9855 0 -1 4194304 18056 0 0 0 981 6 0 0 25 0 1 0 283630141 36954112 8298 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134560267 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10229/statm: 9022 8298 69 118 0 8901 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 47040

[startup+51.1016 s]
/proc/loadavg: 0.96 0.96 0.96 2/66 10229
/proc/meminfo: memFree=1301912/2055920 swapFree=4183636/4192956
[pid=10225] ppid=10223 vsize=10952 CPUtime=15.57
/proc/10225/stat : 10225 (SATzilla2007_R) S 10223 10225 9855 0 -1 4194304 9547 17295 0 0 829 6 713 9 25 0 1 0 283628580 11214848 2512 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10225/statm: 2738 2512 157 260 0 2462 0
[pid=10229] ppid=10225 vsize=40372 CPUtime=35.47
/proc/10229/stat : 10229 (march_dl) R 10225 10225 9855 0 -1 4194304 24387 0 0 0 3537 10 0 0 25 0 1 0 283630141 41340928 9373 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134559512 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10229/statm: 10093 9373 69 118 0 9972 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 51324

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.96 2/66 10229
/proc/meminfo: memFree=841560/2055920 swapFree=4183636/4192956
[pid=10225] ppid=10223 vsize=10952 CPUtime=15.57
/proc/10225/stat : 10225 (SATzilla2007_R) S 10223 10225 9855 0 -1 4194304 9547 17295 0 0 829 6 713 9 25 0 1 0 283628580 11214848 2512 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10225/statm: 2738 2512 157 260 0 2462 0
[pid=10229] ppid=10225 vsize=506344 CPUtime=86.66
/proc/10229/stat : 10229 (march_dl) R 10225 10225 9855 0 -1 4194304 156921 0 0 0 8556 110 0 0 25 0 1 0 283630141 518496256 124202 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134559562 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10229/statm: 126586 124202 73 118 0 126465 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 517296

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 10229
/proc/meminfo: memFree=840216/2055920 swapFree=4183636/4192956
[pid=10225] ppid=10223 vsize=10952 CPUtime=15.57
/proc/10225/stat : 10225 (SATzilla2007_R) S 10223 10225 9855 0 -1 4194304 9547 17295 0 0 829 6 713 9 25 0 1 0 283628580 11214848 2512 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10225/statm: 2738 2512 157 260 0 2462 0
[pid=10229] ppid=10225 vsize=626432 CPUtime=146.64
/proc/10229/stat : 10229 (march_dl) R 10225 10225 9855 0 -1 4194304 157497 0 0 0 14554 110 0 0 25 0 1 0 283630141 641466368 124557 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10229/statm: 156608 124557 75 118 0 156487 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 637384

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 10229
/proc/meminfo: memFree=840152/2055920 swapFree=4183636/4192956
[pid=10225] ppid=10223 vsize=10952 CPUtime=15.57
/proc/10225/stat : 10225 (SATzilla2007_R) S 10223 10225 9855 0 -1 4194304 9547 17295 0 0 829 6 713 9 25 0 1 0 283628580 11214848 2512 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10225/statm: 2738 2512 157 260 0 2462 0
[pid=10229] ppid=10225 vsize=626432 CPUtime=206.62
/proc/10229/stat : 10229 (march_dl) R 10225 10225 9855 0 -1 4194304 157497 0 0 0 20552 110 0 0 25 0 1 0 283630141 641466368 124557 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134526932 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10229/statm: 156608 124557 75 118 0 156487 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 637384

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 10229
/proc/meminfo: memFree=840088/2055920 swapFree=4183636/4192956
[pid=10225] ppid=10223 vsize=10952 CPUtime=15.57
/proc/10225/stat : 10225 (SATzilla2007_R) S 10223 10225 9855 0 -1 4194304 9547 17295 0 0 829 6 713 9 25 0 1 0 283628580 11214848 2512 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10225/statm: 2738 2512 157 260 0 2462 0
[pid=10229] ppid=10225 vsize=626432 CPUtime=266.6
/proc/10229/stat : 10229 (march_dl) R 10225 10225 9855 0 -1 4194304 157504 0 0 0 26550 110 0 0 25 0 1 0 283630141 641466368 124564 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134514335 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10229/statm: 156608 124564 75 118 0 156487 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 637384

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 10229
/proc/meminfo: memFree=840088/2055920 swapFree=4183636/4192956
[pid=10225] ppid=10223 vsize=10952 CPUtime=15.57
/proc/10225/stat : 10225 (SATzilla2007_R) S 10223 10225 9855 0 -1 4194304 9547 17295 0 0 829 6 713 9 25 0 1 0 283628580 11214848 2512 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10225/statm: 2738 2512 157 260 0 2462 0
[pid=10229] ppid=10225 vsize=626432 CPUtime=326.6
/proc/10229/stat : 10229 (march_dl) R 10225 10225 9855 0 -1 4194304 157540 0 0 0 32549 111 0 0 25 0 1 0 283630141 641466368 124587 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134527292 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10229/statm: 156608 124587 75 118 0 156487 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 637384


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

[pid=10225] ppid=10223 vsize=10952 CPUtime=15.57
/proc/10225/stat : 10225 (SATzilla2007_R) S 10223 10225 9855 0 -1 4194304 9547 17295 0 0 829 6 713 9 25 0 1 0 283628580 11214848 2512 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10225/statm: 2738 2512 157 260 0 2462 0
[pid=10229] ppid=10225 vsize=626480 CPUtime=446.56
/proc/10229/stat : 10229 (march_dl) R 10225 10225 9855 0 -1 4194304 157609 0 0 0 44545 111 0 0 25 0 1 0 283630141 641515520 124655 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134552139 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10229/statm: 156620 124655 75 118 0 156499 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 637432

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 10229
/proc/meminfo: memFree=839704/2055920 swapFree=4183636/4192956
[pid=10225] ppid=10223 vsize=10952 CPUtime=15.57
/proc/10225/stat : 10225 (SATzilla2007_R) S 10223 10225 9855 0 -1 4194304 9547 17295 0 0 829 6 713 9 25 0 1 0 283628580 11214848 2512 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10225/statm: 2738 2512 157 260 0 2462 0
[pid=10229] ppid=10225 vsize=626484 CPUtime=506.54
/proc/10229/stat : 10229 (march_dl) R 10225 10225 9855 0 -1 4194304 157610 0 0 0 50543 111 0 0 25 0 1 0 283630141 641519616 124656 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134532980 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10229/statm: 156621 124656 75 118 0 156500 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 637436

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 10229
/proc/meminfo: memFree=839640/2055920 swapFree=4183636/4192956
[pid=10225] ppid=10223 vsize=10952 CPUtime=15.57
/proc/10225/stat : 10225 (SATzilla2007_R) S 10223 10225 9855 0 -1 4194304 9547 17295 0 0 829 6 713 9 25 0 1 0 283628580 11214848 2512 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10225/statm: 2738 2512 157 260 0 2462 0
[pid=10229] ppid=10225 vsize=626484 CPUtime=566.53
/proc/10229/stat : 10229 (march_dl) R 10225 10225 9855 0 -1 4194304 157610 0 0 0 56542 111 0 0 25 0 1 0 283630141 641519616 124656 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134533000 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10229/statm: 156621 124656 75 118 0 156500 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 637436

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 10229
/proc/meminfo: memFree=839704/2055920 swapFree=4183636/4192956
[pid=10225] ppid=10223 vsize=10952 CPUtime=15.57
/proc/10225/stat : 10225 (SATzilla2007_R) S 10223 10225 9855 0 -1 4194304 9547 17295 0 0 829 6 713 9 25 0 1 0 283628580 11214848 2512 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10225/statm: 2738 2512 157 260 0 2462 0
[pid=10229] ppid=10225 vsize=626484 CPUtime=626.51
/proc/10229/stat : 10229 (march_dl) R 10225 10225 9855 0 -1 4194304 157611 0 0 0 62540 111 0 0 25 0 1 0 283630141 641519616 124657 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134587760 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10229/statm: 156621 124657 75 118 0 156500 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 637436

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 10229
/proc/meminfo: memFree=839640/2055920 swapFree=4183636/4192956
[pid=10225] ppid=10223 vsize=10952 CPUtime=15.57
/proc/10225/stat : 10225 (SATzilla2007_R) S 10223 10225 9855 0 -1 4194304 9547 17295 0 0 829 6 713 9 25 0 1 0 283628580 11214848 2512 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10225/statm: 2738 2512 157 260 0 2462 0
[pid=10229] ppid=10225 vsize=626484 CPUtime=686.49
/proc/10229/stat : 10229 (march_dl) R 10225 10225 9855 0 -1 4194304 157611 0 0 0 68538 111 0 0 25 0 1 0 283630141 641519616 124657 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134553685 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10229/statm: 156621 124657 75 118 0 156500 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 637436

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 10229
/proc/meminfo: memFree=839704/2055920 swapFree=4183636/4192956
[pid=10225] ppid=10223 vsize=10952 CPUtime=15.57
/proc/10225/stat : 10225 (SATzilla2007_R) S 10223 10225 9855 0 -1 4194304 9547 17295 0 0 829 6 713 9 25 0 1 0 283628580 11214848 2512 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10225/statm: 2738 2512 157 260 0 2462 0
[pid=10229] ppid=10225 vsize=626488 CPUtime=746.48
/proc/10229/stat : 10229 (march_dl) R 10225 10225 9855 0 -1 4194304 157612 0 0 0 74537 111 0 0 25 0 1 0 283630141 641523712 124658 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134553677 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10229/statm: 156622 124658 75 118 0 156501 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 637440

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 10229
/proc/meminfo: memFree=839704/2055920 swapFree=4183636/4192956
[pid=10225] ppid=10223 vsize=10952 CPUtime=15.57
/proc/10225/stat : 10225 (SATzilla2007_R) S 10223 10225 9855 0 -1 4194304 9547 17295 0 0 829 6 713 9 25 0 1 0 283628580 11214848 2512 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10225/statm: 2738 2512 157 260 0 2462 0
[pid=10229] ppid=10225 vsize=626488 CPUtime=806.46
/proc/10229/stat : 10229 (march_dl) R 10225 10225 9855 0 -1 4194304 157612 0 0 0 80535 111 0 0 25 0 1 0 283630141 641523712 124658 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134551965 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10229/statm: 156622 124658 75 118 0 156501 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 637440

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 10229
/proc/meminfo: memFree=839640/2055920 swapFree=4183636/4192956
[pid=10225] ppid=10223 vsize=10952 CPUtime=15.57
/proc/10225/stat : 10225 (SATzilla2007_R) S 10223 10225 9855 0 -1 4194304 9547 17295 0 0 829 6 713 9 25 0 1 0 283628580 11214848 2512 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10225/statm: 2738 2512 157 260 0 2462 0
[pid=10229] ppid=10225 vsize=626488 CPUtime=866.44
/proc/10229/stat : 10229 (march_dl) R 10225 10225 9855 0 -1 4194304 157612 0 0 0 86533 111 0 0 25 0 1 0 283630141 641523712 124658 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134551969 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10229/statm: 156622 124658 75 118 0 156501 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 637440

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 10229
/proc/meminfo: memFree=839640/2055920 swapFree=4183636/4192956
[pid=10225] ppid=10223 vsize=10952 CPUtime=15.57
/proc/10225/stat : 10225 (SATzilla2007_R) S 10223 10225 9855 0 -1 4194304 9547 17295 0 0 829 6 713 9 25 0 1 0 283628580 11214848 2512 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10225/statm: 2738 2512 157 260 0 2462 0
[pid=10229] ppid=10225 vsize=626488 CPUtime=926.42
/proc/10229/stat : 10229 (march_dl) R 10225 10225 9855 0 -1 4194304 157612 0 0 0 92531 111 0 0 25 0 1 0 283630141 641523712 124658 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134552115 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10229/statm: 156622 124658 75 118 0 156501 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 637440

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 10231
/proc/meminfo: memFree=839576/2055920 swapFree=4183636/4192956
[pid=10225] ppid=10223 vsize=10952 CPUtime=15.57
/proc/10225/stat : 10225 (SATzilla2007_R) S 10223 10225 9855 0 -1 4194304 9547 17295 0 0 829 6 713 9 25 0 1 0 283628580 11214848 2512 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10225/statm: 2738 2512 157 260 0 2462 0
[pid=10229] ppid=10225 vsize=626488 CPUtime=986.41
/proc/10229/stat : 10229 (march_dl) R 10225 10225 9855 0 -1 4194304 157612 0 0 0 98530 111 0 0 25 0 1 0 283630141 641523712 124658 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134551843 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10229/statm: 156622 124658 75 118 0 156501 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 637440

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 10231
/proc/meminfo: memFree=839640/2055920 swapFree=4183636/4192956
[pid=10225] ppid=10223 vsize=10952 CPUtime=15.57
/proc/10225/stat : 10225 (SATzilla2007_R) S 10223 10225 9855 0 -1 4194304 9547 17295 0 0 829 6 713 9 25 0 1 0 283628580 11214848 2512 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10225/statm: 2738 2512 157 260 0 2462 0
[pid=10229] ppid=10225 vsize=626488 CPUtime=1046.4
/proc/10229/stat : 10229 (march_dl) R 10225 10225 9855 0 -1 4194304 157612 0 0 0 104528 112 0 0 25 0 1 0 283630141 641523712 124658 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134550938 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10229/statm: 156622 124658 75 118 0 156501 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 637440

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 10231
/proc/meminfo: memFree=839576/2055920 swapFree=4183636/4192956
[pid=10225] ppid=10223 vsize=10952 CPUtime=15.57
/proc/10225/stat : 10225 (SATzilla2007_R) S 10223 10225 9855 0 -1 4194304 9547 17295 0 0 829 6 713 9 25 0 1 0 283628580 11214848 2512 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10225/statm: 2738 2512 157 260 0 2462 0
[pid=10229] ppid=10225 vsize=626488 CPUtime=1106.38
/proc/10229/stat : 10229 (march_dl) R 10225 10225 9855 0 -1 4194304 157612 0 0 0 110526 112 0 0 25 0 1 0 283630141 641523712 124658 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134552092 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10229/statm: 156622 124658 75 118 0 156501 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 637440

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 10231
/proc/meminfo: memFree=839576/2055920 swapFree=4183636/4192956
[pid=10225] ppid=10223 vsize=10952 CPUtime=15.57
/proc/10225/stat : 10225 (SATzilla2007_R) S 10223 10225 9855 0 -1 4194304 9547 17295 0 0 829 6 713 9 25 0 1 0 283628580 11214848 2512 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10225/statm: 2738 2512 157 260 0 2462 0
[pid=10229] ppid=10225 vsize=626488 CPUtime=1166.36
/proc/10229/stat : 10229 (march_dl) R 10225 10225 9855 0 -1 4194304 157612 0 0 0 116524 112 0 0 25 0 1 0 283630141 641523712 124658 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134553151 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10229/statm: 156622 124658 75 118 0 156501 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 637440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 10231
/proc/meminfo: memFree=1338848/2055920 swapFree=4183636/4192956
[pid=10225] ppid=10223 vsize=10956 CPUtime=1200.04
/proc/10225/stat : 10225 (SATzilla2007_R) R 10223 10225 9855 0 -1 4194304 9557 174907 0 0 838 55 118982 129 22 0 1 0 283628580 11218944 2514 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 134586828 0 0 4096 0 0 0 0 17 1 0 0
/proc/10225/statm: 2739 2514 157 260 0 2463 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 10956

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): 1200.41
CPU time (s): 1200.07
CPU user time (s): 1198.21
CPU system time (s): 1.85572
CPU usage (%): 99.9715
Max. virtual memory (cumulated for all children) (KiB): 637440

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

runsolver used 1.07684 second user time and 2.46663 second system time

The end

Launcher Data (download as text)

Begin job on node55 on Wed Feb 28 04:25:21 UTC 2007

IDJOB= 314409
IDBENCH= 20390
IDSOLVER= 134
FILE ID= node55/314409-1172636721

PBS_JOBID= 3981155

Free space on /tmp= 66502 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-09.cnf
COMMAND LINE= /tmp/evaluation/314409-1172636721/SATzilla2007_R /tmp/evaluation/314409-1172636721/instance-314409-1172636721.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node55/watcher-314409-1172636721 -o ROOT/results/node55/solver-314409-1172636721 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314409-1172636721/SATzilla2007_R /tmp/evaluation/314409-1172636721/instance-314409-1172636721.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  50ed98553825ac1825482c1496260592

RANDOM SEED= 931709397

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node55.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.247
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.247
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:       1349432 kB
Buffers:         23564 kB
Cached:         632000 kB
SwapCached:       3764 kB
Active:          85180 kB
Inactive:       580492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1349432 kB
SwapTotal:     4192956 kB
SwapFree:      4183636 kB
Dirty:           11172 kB
Writeback:           0 kB
Mapped:          15336 kB
Slab:            26932 kB
Committed_AS:   878612 kB
PageTables:       1380 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= 66502 MiB

End job on node55 on Wed Feb 28 04:45:24 UTC 2007