Trace number 315611

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 FULL? (TO) 1200.03 1200.51

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l05-ipc5-h27-unknown.cnf
MD5SUM7634252332633927f116161c1beb6151
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.6907
Satisfiable
(Un)Satisfiability was proved
Number of variables93573
Number of clauses439508
Sum of the clauses size1132510
Maximum clause length403
Minimum clause length1
Number of clauses of size 1190
Number of clauses of size 2347239
Number of clauses of size 388215
Number of clauses of size 41000
Number of clauses of size 5107
Number of clauses of size over 52757

Solver Data (download as text)

100.84/100.98	c run March_dl for 5 seconds ... 
100.84/100.98	c Bin: Executing march_dl
100.84/100.98	c child exit by a signal
100.84/100.98	c march_dl returned code 137.
100.84/100.98	c run saps for 2 seconds ... 
100.84/100.98	c Bin: Executing ubcsat2006
100.84/100.98	c child exited successfully
100.84/100.98	c ubcsat2006 returned code 0.
100.84/100.98	c satzilla computing base features
100.84/100.98	c satzilla doing unit-prop probe
100.84/100.98	c satzilla doing local search probe
100.84/100.98	c satzilla doing lobjois search-space size estimate
100.84/100.98	c satzilla's ranking:
100.84/100.98	c 1) zchaff_rand: 2.058040
100.84/100.98	c 2) eureka: 3.210939
100.84/100.98	c 3) vallst: 3.853692
100.84/100.98	c 4) minisat20: 3.881297
100.84/100.98	c 5) kcnfs: 5.368767
100.84/100.98	c 6) march_dl: 5.743901
100.84/100.98	c 7) kcnfs+P: 999.000000
100.84/100.98	c 8) march_dl+P: 999.000000
100.84/100.98	c 9) vallst+P: 999.000000
100.84/100.98	c 10) zchaff_rand+P: 999.000000
100.84/100.98	c 11) rsat+P: 999.000000
100.84/100.98	c 12) eureka+P: 999.000000
100.84/100.98	c 13) minisat20+P: 999.000000
100.84/100.98	c 14) rsat: 999.000000
100.84/100.98	c satzilla running zchaff_rand ... 
1199.69/1200.29	c Bin: Executing zchaff_rand
1199.69/1200.29	c child exit by a signal
1199.69/1200.29	c zchaff_rand returned code 137.
1199.69/1200.29	c zchaff_rand returned code 137.
1199.69/1200.29	c satzilla running eureka ... 
1199.69/1200.29	c Bin: Executing eureka
1199.69/1200.29	c eureka returned code 1.
1199.69/1200.29	c eureka returned code 1.
1199.69/1200.29	c satzilla running vallst ... 
1199.69/1200.29	c Bin: Executing vallst
1199.69/1200.29	c vallst returned code 1.
1199.69/1200.29	c vallst returned code 1.
1199.69/1200.29	c satzilla running minisat20 ... 
1199.69/1200.29	c Bin: Executing minisat20
1199.69/1200.29	c minisat20 returned code 1.
1199.69/1200.29	c minisat20 returned code 1.
1199.69/1200.29	c satzilla running kcnfs ... 
1199.69/1200.29	c Bin: Executing kcnfs
1199.69/1200.29	c kcnfs returned code 1.
1199.69/1200.29	c kcnfs returned code 1.
1199.69/1200.29	c satzilla running march_dl ... 
1199.69/1200.29	c Bin: Executing march_dl
1199.69/1200.29	c march_dl returned code 1.
1199.69/1200.29	c march_dl returned code 1.
1199.69/1200.29	c satzilla running kcnfs 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/node5/watcher-315611-1172656552 -o ROOT/results/node5/solver-315611-1172656552 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/315611-1172656552/SATzilla2007_F /tmp/evaluation/315611-1172656552/instance-315611-1172656552.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 30795
/proc/meminfo: memFree=646368/2055920 swapFree=4192812/4192956
[pid=30795] ppid=30793 vsize=1512 CPUtime=0
/proc/30795/stat : 30795 (SATzilla2007_F) R 30793 30795 30064 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 285610004 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/30795/statm: 378 125 110 260 0 84 0
[pid=30796] ppid=30795 vsize=6212 CPUtime=0
/proc/30796/stat : 30796 (march_dl) R 30795 30795 30064 0 -1 4194304 620 0 0 0 0 0 0 0 18 0 1 0 285610004 6361088 614 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30796/statm: 1553 617 49 118 0 1432 0

[startup+0.050694 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 30795
/proc/meminfo: memFree=646368/2055920 swapFree=4192812/4192956
[pid=30795] ppid=30793 vsize=1512 CPUtime=0
/proc/30795/stat : 30795 (SATzilla2007_F) S 30793 30795 30064 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 285610004 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30795/statm: 378 125 110 260 0 84 0
[pid=30796] ppid=30795 vsize=10372 CPUtime=0.04
/proc/30796/stat : 30796 (march_dl) R 30795 30795 30064 0 -1 4194304 2025 0 0 0 3 1 0 0 19 0 1 0 285610004 10620928 2019 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30796/statm: 2593 2019 50 118 0 2472 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11884

[startup+0.101699 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 30795
/proc/meminfo: memFree=646368/2055920 swapFree=4192812/4192956
[pid=30795] ppid=30793 vsize=1512 CPUtime=0
/proc/30795/stat : 30795 (SATzilla2007_F) S 30793 30795 30064 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 285610004 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30795/statm: 378 125 110 260 0 84 0
[pid=30796] ppid=30795 vsize=11164 CPUtime=0.09
/proc/30796/stat : 30796 (march_dl) R 30795 30795 30064 0 -1 4194304 2237 0 0 0 8 1 0 0 19 0 1 0 285610004 11431936 2231 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30796/statm: 2791 2232 50 118 0 2670 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12676

[startup+0.301723 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 30795
/proc/meminfo: memFree=646368/2055920 swapFree=4192812/4192956
[pid=30795] ppid=30793 vsize=1512 CPUtime=0
/proc/30795/stat : 30795 (SATzilla2007_F) S 30793 30795 30064 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 285610004 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30795/statm: 378 125 110 260 0 84 0
[pid=30796] ppid=30795 vsize=13672 CPUtime=0.28
/proc/30796/stat : 30796 (march_dl) R 30795 30795 30064 0 -1 4194304 3029 0 0 0 27 1 0 0 21 0 1 0 285610004 14000128 3023 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30796/statm: 3418 3023 50 118 0 3297 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 15184

[startup+0.701767 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 30795
/proc/meminfo: memFree=646368/2055920 swapFree=4192812/4192956
[pid=30795] ppid=30793 vsize=1512 CPUtime=0
/proc/30795/stat : 30795 (SATzilla2007_F) S 30793 30795 30064 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 285610004 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30795/statm: 378 125 110 260 0 84 0
[pid=30796] ppid=30795 vsize=29884 CPUtime=0.69
/proc/30796/stat : 30796 (march_dl) R 30795 30795 30064 0 -1 4194304 5666 0 0 0 66 3 0 0 24 0 1 0 285610004 30601216 5658 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134544355 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30796/statm: 7471 5658 52 118 0 7350 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31396

[startup+1.50186 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30797
/proc/meminfo: memFree=618960/2055920 swapFree=4192812/4192956
[pid=30795] ppid=30793 vsize=1512 CPUtime=0
/proc/30795/stat : 30795 (SATzilla2007_F) S 30793 30795 30064 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 285610004 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30795/statm: 378 125 110 260 0 84 0
[pid=30796] ppid=30795 vsize=44648 CPUtime=1.49
/proc/30796/stat : 30796 (march_dl) R 30795 30795 30064 0 -1 4194304 13284 0 0 0 142 7 0 0 25 0 1 0 285610004 45719552 9378 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134543121 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30796/statm: 11162 9378 55 118 0 11041 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46160

[startup+3.10105 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30797
/proc/meminfo: memFree=618640/2055920 swapFree=4192812/4192956
[pid=30795] ppid=30793 vsize=1512 CPUtime=0
/proc/30795/stat : 30795 (SATzilla2007_F) S 30793 30795 30064 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 285610004 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30795/statm: 378 125 110 260 0 84 0
[pid=30796] ppid=30795 vsize=43188 CPUtime=3.09
/proc/30796/stat : 30796 (march_dl) R 30795 30795 30064 0 -1 4194304 28968 0 0 0 295 14 0 0 25 0 1 0 285610004 44224512 9000 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30796/statm: 10797 9003 58 118 0 10676 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44700

[startup+6.3014 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30798
/proc/meminfo: memFree=640080/2055920 swapFree=4192812/4192956
[pid=30795] ppid=30793 vsize=1512 CPUtime=5
/proc/30795/stat : 30795 (SATzilla2007_F) S 30793 30795 30064 0 -1 4194304 149 45942 0 0 0 0 476 24 16 0 1 0 285610004 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30795/statm: 378 125 110 260 0 84 0
[pid=30798] ppid=30795 vsize=35212 CPUtime=1.27
/proc/30798/stat : 30798 (ubcsat2006) R 30795 30795 30064 0 -1 4194304 6823 0 0 0 124 3 0 0 25 0 1 0 285610505 36057088 6805 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30798/statm: 8803 6805 156 64 0 8384 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 36724

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30798
/proc/meminfo: memFree=606488/2055920 swapFree=4192812/4192956
[pid=30795] ppid=30793 vsize=43028 CPUtime=12.67
/proc/30795/stat : 30795 (SATzilla2007_F) R 30793 30795 30064 0 -1 4194304 10083 52773 0 0 502 5 732 28 25 0 1 0 285610004 44060672 10051 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 134539397 0 0 4096 0 0 0 0 17 1 0 0
/proc/30795/statm: 10757 10051 135 260 0 10463 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 43028

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30798
/proc/meminfo: memFree=605784/2055920 swapFree=4192812/4192956
[pid=30795] ppid=30793 vsize=43028 CPUtime=25.47
/proc/30795/stat : 30795 (SATzilla2007_F) R 30793 30795 30064 0 -1 4194304 10246 52773 0 0 1780 7 732 28 25 0 1 0 285610004 44060672 10214 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/30795/statm: 10757 10214 135 260 0 10463 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 43028

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30798
/proc/meminfo: memFree=621272/2055920 swapFree=4192812/4192956
[pid=30795] ppid=30793 vsize=26588 CPUtime=51.05
/proc/30795/stat : 30795 (SATzilla2007_F) R 30793 30795 30064 0 -1 4194304 13811 52773 0 0 4334 11 732 28 25 0 1 0 285610004 27226112 6355 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 134542816 0 0 4096 0 0 0 0 17 1 0 0
/proc/30795/statm: 6647 6355 137 260 0 6353 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 26588

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30799
/proc/meminfo: memFree=582864/2055920 swapFree=4192812/4192956
[pid=30795] ppid=30793 vsize=28296 CPUtime=100.93
/proc/30795/stat : 30795 (SATzilla2007_F) S 30793 30795 30064 0 -1 4194304 27583 52773 0 0 9312 21 732 28 25 0 1 0 285610004 28975104 6798 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30795/statm: 7074 6798 170 260 0 6780 0
[pid=30799] ppid=30795 vsize=295624 CPUtime=1.3
/proc/30799/stat : 30799 (zchaff_rand) R 30795 30795 30064 0 -1 4194304 12138 0 0 0 125 5 0 0 25 0 1 0 285620102 302718976 9318 18446744073709551615 134512640 135365884 4294956624 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30799/statm: 73906 9318 112 208 0 73678 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 323920

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30799
/proc/meminfo: memFree=560400/2055920 swapFree=4192812/4192956
[pid=30795] ppid=30793 vsize=28296 CPUtime=100.93
/proc/30795/stat : 30795 (SATzilla2007_F) S 30793 30795 30064 0 -1 4194304 27583 52773 0 0 9312 21 732 28 25 0 1 0 285610004 28975104 6798 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30795/statm: 7074 6798 170 260 0 6780 0
[pid=30799] ppid=30795 vsize=332432 CPUtime=61.28
/proc/30799/stat : 30799 (zchaff_rand) R 30795 30795 30064 0 -1 4194304 24717 0 0 0 6111 17 0 0 25 0 1 0 285620102 340410368 14874 18446744073709551615 134512640 135365884 4294956624 18446744073709551615 134543675 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30799/statm: 83108 14874 112 208 0 82880 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 360728

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30799
/proc/meminfo: memFree=553040/2055920 swapFree=4192812/4192956
[pid=30795] ppid=30793 vsize=28296 CPUtime=100.93
/proc/30795/stat : 30795 (SATzilla2007_F) S 30793 30795 30064 0 -1 4194304 27583 52773 0 0 9312 21 732 28 25 0 1 0 285610004 28975104 6798 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30795/statm: 7074 6798 170 260 0 6780 0
[pid=30799] ppid=30795 vsize=336500 CPUtime=121.27
/proc/30799/stat : 30799 (zchaff_rand) R 30795 30795 30064 0 -1 4194304 32580 0 0 0 12101 26 0 0 25 0 1 0 285620102 344576000 16670 18446744073709551615 134512640 135365884 4294956624 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30799/statm: 84125 16670 112 208 0 83897 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 364796

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30799
/proc/meminfo: memFree=546000/2055920 swapFree=4192812/4192956
[pid=30795] ppid=30793 vsize=28296 CPUtime=100.93
/proc/30795/stat : 30795 (SATzilla2007_F) S 30793 30795 30064 0 -1 4194304 27583 52773 0 0 9312 21 732 28 25 0 1 0 285610004 28975104 6798 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30795/statm: 7074 6798 170 260 0 6780 0
[pid=30799] ppid=30795 vsize=350620 CPUtime=181.25
/proc/30799/stat : 30799 (zchaff_rand) R 30795 30795 30064 0 -1 4194304 43895 0 0 0 18087 38 0 0 25 0 1 0 285620102 359034880 18501 18446744073709551615 134512640 135365884 4294956624 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30799/statm: 87655 18501 112 208 0 87427 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 378916

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 30903
/proc/meminfo: memFree=537184/2055920 swapFree=4192812/4192956
[pid=30795] ppid=30793 vsize=28296 CPUtime=100.93
/proc/30795/stat : 30795 (SATzilla2007_F) S 30793 30795 30064 0 -1 4194304 27583 52773 0 0 9312 21 732 28 25 0 1 0 285610004 28975104 6798 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30795/statm: 7074 6798 170 260 0 6780 0
[pid=30799] ppid=30795 vsize=370088 CPUtime=241.17
/proc/30799/stat : 30799 (zchaff_rand) R 30795 30795 30064 0 -1 4194304 51520 0 0 0 24067 50 0 0 25 0 1 0 285620102 378970112 20288 18446744073709551615 134512640 135365884 4294956624 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30799/statm: 92522 20288 112 208 0 92294 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 398384

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 30975
/proc/meminfo: memFree=531808/2055920 swapFree=4192812/4192956
[pid=30795] ppid=30793 vsize=28296 CPUtime=100.93
/proc/30795/stat : 30795 (SATzilla2007_F) S 30793 30795 30064 0 -1 4194304 27583 52773 0 0 9312 21 732 28 25 0 1 0 285610004 28975104 6798 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30795/statm: 7074 6798 170 260 0 6780 0

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

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30997
/proc/meminfo: memFree=524304/2055920 swapFree=4192812/4192956
[pid=30795] ppid=30793 vsize=28296 CPUtime=100.93
/proc/30795/stat : 30795 (SATzilla2007_F) S 30793 30795 30064 0 -1 4194304 27583 52773 0 0 9312 21 732 28 25 0 1 0 285610004 28975104 6798 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30795/statm: 7074 6798 170 260 0 6780 0
[pid=30799] ppid=30795 vsize=377388 CPUtime=421.06
/proc/30799/stat : 30799 (zchaff_rand) R 30795 30795 30064 0 -1 4194304 69971 0 0 0 42031 75 0 0 25 0 1 0 285620102 386445312 23793 18446744073709551615 134512640 135365884 4294956624 18446744073709551615 134543601 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30799/statm: 94347 23793 112 208 0 94119 0
Current children cumulated CPU time (s) 521.99
Current children cumulated vsize (KiB) 405684

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30997
/proc/meminfo: memFree=518224/2055920 swapFree=4192812/4192956
[pid=30795] ppid=30793 vsize=28296 CPUtime=100.93
/proc/30795/stat : 30795 (SATzilla2007_F) S 30793 30795 30064 0 -1 4194304 27583 52773 0 0 9312 21 732 28 25 0 1 0 285610004 28975104 6798 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30795/statm: 7074 6798 170 260 0 6780 0
[pid=30799] ppid=30795 vsize=379480 CPUtime=481.04
/proc/30799/stat : 30799 (zchaff_rand) R 30795 30795 30064 0 -1 4194304 76047 0 0 0 48021 83 0 0 25 0 1 0 285620102 388587520 25308 18446744073709551615 134512640 135365884 4294956624 18446744073709551615 134544018 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30799/statm: 94870 25308 112 208 0 94642 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 407776

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30997
/proc/meminfo: memFree=511440/2055920 swapFree=4192812/4192956
[pid=30795] ppid=30793 vsize=28296 CPUtime=100.93
/proc/30795/stat : 30795 (SATzilla2007_F) S 30793 30795 30064 0 -1 4194304 27583 52773 0 0 9312 21 732 28 25 0 1 0 285610004 28975104 6798 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30795/statm: 7074 6798 170 260 0 6780 0
[pid=30799] ppid=30795 vsize=413584 CPUtime=541.03
/proc/30799/stat : 30799 (zchaff_rand) R 30795 30795 30064 0 -1 4194304 81875 0 0 0 54011 92 0 0 25 0 1 0 285620102 423510016 26989 18446744073709551615 134512640 135365884 4294956624 18446744073709551615 134543650 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30799/statm: 103396 26989 112 208 0 103168 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 441880

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30997
/proc/meminfo: memFree=506384/2055920 swapFree=4192812/4192956
[pid=30795] ppid=30793 vsize=28296 CPUtime=100.93
/proc/30795/stat : 30795 (SATzilla2007_F) S 30793 30795 30064 0 -1 4194304 27583 52773 0 0 9312 21 732 28 25 0 1 0 285610004 28975104 6798 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30795/statm: 7074 6798 170 260 0 6780 0
[pid=30799] ppid=30795 vsize=414776 CPUtime=601
/proc/30799/stat : 30799 (zchaff_rand) R 30795 30795 30064 0 -1 4194304 86886 0 0 0 60001 99 0 0 25 0 1 0 285620102 424730624 28260 18446744073709551615 134512640 135365884 4294956624 18446744073709551615 134553829 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30799/statm: 103694 28260 112 208 0 103466 0
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (KiB) 443072

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30997
/proc/meminfo: memFree=500624/2055920 swapFree=4192812/4192956
[pid=30795] ppid=30793 vsize=28296 CPUtime=100.93
/proc/30795/stat : 30795 (SATzilla2007_F) S 30793 30795 30064 0 -1 4194304 27583 52773 0 0 9312 21 732 28 25 0 1 0 285610004 28975104 6798 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30795/statm: 7074 6798 170 260 0 6780 0
[pid=30799] ppid=30795 vsize=415804 CPUtime=660.99
/proc/30799/stat : 30799 (zchaff_rand) R 30795 30795 30064 0 -1 4194304 92087 0 0 0 65993 106 0 0 25 0 1 0 285620102 425783296 29721 18446744073709551615 134512640 135365884 4294956624 18446744073709551615 134543650 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30799/statm: 103951 29721 112 208 0 103723 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 444100

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30997
/proc/meminfo: memFree=495120/2055920 swapFree=4192812/4192956
[pid=30795] ppid=30793 vsize=28296 CPUtime=100.93
/proc/30795/stat : 30795 (SATzilla2007_F) S 30793 30795 30064 0 -1 4194304 27583 52773 0 0 9312 21 732 28 25 0 1 0 285610004 28975104 6798 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30795/statm: 7074 6798 170 260 0 6780 0
[pid=30799] ppid=30795 vsize=417256 CPUtime=720.97
/proc/30799/stat : 30799 (zchaff_rand) R 30795 30795 30064 0 -1 4194304 96992 0 0 0 71984 113 0 0 25 0 1 0 285620102 427270144 31073 18446744073709551615 134512640 135365884 4294956624 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30799/statm: 104314 31073 112 208 0 104086 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 445552

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30997
/proc/meminfo: memFree=486928/2055920 swapFree=4192812/4192956
[pid=30795] ppid=30793 vsize=28296 CPUtime=100.93
/proc/30795/stat : 30795 (SATzilla2007_F) S 30793 30795 30064 0 -1 4194304 27583 52773 0 0 9312 21 732 28 25 0 1 0 285610004 28975104 6798 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30795/statm: 7074 6798 170 260 0 6780 0
[pid=30799] ppid=30795 vsize=418776 CPUtime=780.95
/proc/30799/stat : 30799 (zchaff_rand) R 30795 30795 30064 0 -1 4194304 101978 0 0 0 77976 119 0 0 25 0 1 0 285620102 428826624 33067 18446744073709551615 134512640 135365884 4294956624 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30799/statm: 104694 33067 112 208 0 104466 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 447072

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30997
/proc/meminfo: memFree=482960/2055920 swapFree=4192812/4192956
[pid=30795] ppid=30793 vsize=28296 CPUtime=100.93
/proc/30795/stat : 30795 (SATzilla2007_F) S 30793 30795 30064 0 -1 4194304 27583 52773 0 0 9312 21 732 28 25 0 1 0 285610004 28975104 6798 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30795/statm: 7074 6798 170 260 0 6780 0
[pid=30799] ppid=30795 vsize=419492 CPUtime=840.93
/proc/30799/stat : 30799 (zchaff_rand) R 30795 30795 30064 0 -1 4194304 106236 0 0 0 83968 125 0 0 25 0 1 0 285620102 429559808 34146 18446744073709551615 134512640 135365884 4294956624 18446744073709551615 134543636 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30799/statm: 104873 34146 112 208 0 104645 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 447788

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30997
/proc/meminfo: memFree=476240/2055920 swapFree=4192812/4192956
[pid=30795] ppid=30793 vsize=28296 CPUtime=100.93
/proc/30795/stat : 30795 (SATzilla2007_F) S 30793 30795 30064 0 -1 4194304 27583 52773 0 0 9312 21 732 28 25 0 1 0 285610004 28975104 6798 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30795/statm: 7074 6798 170 260 0 6780 0
[pid=30799] ppid=30795 vsize=420440 CPUtime=900.92
/proc/30799/stat : 30799 (zchaff_rand) R 30795 30795 30064 0 -1 4194304 110897 0 0 0 89960 132 0 0 25 0 1 0 285620102 430530560 35815 18446744073709551615 134512640 135365884 4294956624 18446744073709551615 134543639 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30799/statm: 105110 35815 112 208 0 104882 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 448736

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30997
/proc/meminfo: memFree=473872/2055920 swapFree=4192812/4192956
[pid=30795] ppid=30793 vsize=28296 CPUtime=100.93
/proc/30795/stat : 30795 (SATzilla2007_F) S 30793 30795 30064 0 -1 4194304 27583 52773 0 0 9312 21 732 28 25 0 1 0 285610004 28975104 6798 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30795/statm: 7074 6798 170 260 0 6780 0
[pid=30799] ppid=30795 vsize=421876 CPUtime=960.9
/proc/30799/stat : 30799 (zchaff_rand) R 30795 30795 30064 0 -1 4194304 114126 0 0 0 95953 137 0 0 25 0 1 0 285620102 432001024 36426 18446744073709551615 134512640 135365884 4294956624 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30799/statm: 105469 36426 112 208 0 105241 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 450172

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30997
/proc/meminfo: memFree=470928/2055920 swapFree=4192812/4192956
[pid=30795] ppid=30793 vsize=28296 CPUtime=100.93
/proc/30795/stat : 30795 (SATzilla2007_F) S 30793 30795 30064 0 -1 4194304 27583 52773 0 0 9312 21 732 28 25 0 1 0 285610004 28975104 6798 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30795/statm: 7074 6798 170 260 0 6780 0
[pid=30799] ppid=30795 vsize=488128 CPUtime=1020.88
/proc/30799/stat : 30799 (zchaff_rand) R 30795 30795 30064 0 -1 4194304 117770 0 0 0 101945 143 0 0 25 0 1 0 285620102 499843072 37078 18446744073709551615 134512640 135365884 4294956624 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30799/statm: 122032 37078 112 208 0 121804 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 516424

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30997
/proc/meminfo: memFree=470224/2055920 swapFree=4192812/4192956
[pid=30795] ppid=30793 vsize=28296 CPUtime=100.93
/proc/30795/stat : 30795 (SATzilla2007_F) S 30793 30795 30064 0 -1 4194304 27583 52773 0 0 9312 21 732 28 25 0 1 0 285610004 28975104 6798 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30795/statm: 7074 6798 170 260 0 6780 0
[pid=30799] ppid=30795 vsize=488756 CPUtime=1080.86
/proc/30799/stat : 30799 (zchaff_rand) R 30795 30795 30064 0 -1 4194304 120590 0 0 0 107938 148 0 0 25 0 1 0 285620102 500486144 37280 18446744073709551615 134512640 135365884 4294956624 18446744073709551615 134543639 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30799/statm: 122189 37280 112 208 0 121961 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 517052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30997
/proc/meminfo: memFree=615704/2055920 swapFree=4192812/4192956
[pid=30795] ppid=30793 vsize=32260 CPUtime=1200.01
/proc/30795/stat : 30795 (SATzilla2007_F) R 30793 30795 30064 0 -1 4194304 29086 174347 0 0 9333 22 110465 181 20 0 1 0 285610004 33034240 7759 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135169531 0 0 4096 0 0 0 0 17 1 0 0
/proc/30795/statm: 8065 7759 171 260 0 7771 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 32260

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 30997
/proc/meminfo: memFree=615704/2055920 swapFree=4192812/4192956
[pid=30795] ppid=30793 vsize=32260 CPUtime=1200.01
/proc/30795/stat : 30795 (SATzilla2007_F) R 30793 30795 30064 0 -1 4194304 29086 174347 0 0 9333 22 110465 181 20 0 1 0 285610004 33034240 7759 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135169531 0 0 4096 0 0 0 0 17 1 0 0
/proc/30795/statm: 8065 7759 171 260 0 7771 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 32260

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.03
CPU user time (s): 1197.98
CPU system time (s): 2.04569
CPU usage (%): 99.9594
Max. virtual memory (cumulated for all children) (KiB): 517492

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

runsolver used 1.16982 second user time and 3.20651 second system time

The end

Launcher Data (download as text)

Begin job on node5 on Wed Feb 28 09:55:52 UTC 2007

IDJOB= 315611
IDBENCH= 20420
IDSOLVER= 136
FILE ID= node5/315611-1172656552

PBS_JOBID= 3980947

Free space on /tmp= 66337 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/uts/uts-l05-ipc5-h27-unknown.cnf
COMMAND LINE= /tmp/evaluation/315611-1172656552/SATzilla2007_F /tmp/evaluation/315611-1172656552/instance-315611-1172656552.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-315611-1172656552 -o ROOT/results/node5/solver-315611-1172656552 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/315611-1172656552/SATzilla2007_F /tmp/evaluation/315611-1172656552/instance-315611-1172656552.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  7634252332633927f116161c1beb6151

RANDOM SEED= 275798633

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node5.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.224
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.224
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:        646776 kB
Buffers:         56124 kB
Cached:        1229076 kB
SwapCached:          0 kB
Active:         503564 kB
Inactive:       825604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        646776 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           17780 kB
Writeback:           0 kB
Mapped:          62900 kB
Slab:            65612 kB
Committed_AS:   969512 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= 66337 MiB

End job on node5 on Wed Feb 28 10:15:55 UTC 2007