Trace number 315651

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 FULLUNSAT 446.289 446.462

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h28-unknown.cnf
MD5SUMccc94758bbd09de3056ff3a062ddfd45
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.3085
Satisfiable
(Un)Satisfiability was proved
Number of variables113583
Number of clauses649270
Sum of the clauses size1721996
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2537293
Number of clauses of size 3107101
Number of clauses of size 4980
Number of clauses of size 5101
Number of clauses of size over 53519

Solver Data (download as text)

168.01/168.20	c run March_dl for 5 seconds ... 
168.01/168.20	c Bin: Executing march_dl
168.01/168.20	c child exit by a signal
168.01/168.20	c march_dl returned code 137.
168.01/168.20	c run saps for 2 seconds ... 
168.01/168.20	c Bin: Executing ubcsat2006
168.01/168.20	c child exited successfully
168.01/168.20	c ubcsat2006 returned code 0.
168.01/168.20	c satzilla computing base features
168.01/168.20	c satzilla doing unit-prop probe
168.01/168.20	c satzilla doing local search probe
168.01/168.20	c satzilla doing lobjois search-space size estimate
168.01/168.20	c satzilla's ranking:
168.01/168.20	c 1) zchaff_rand: 1.735938
168.01/168.20	c 2) eureka: 3.337253
168.01/168.20	c 3) vallst: 3.789537
168.01/168.20	c 4) minisat20: 4.388690
168.01/168.20	c 5) kcnfs: 5.635708
168.01/168.20	c 6) march_dl: 6.027001
168.01/168.20	c 7) kcnfs+P: 999.000000
168.01/168.20	c 8) march_dl+P: 999.000000
168.01/168.20	c 9) vallst+P: 999.000000
168.01/168.20	c 10) zchaff_rand+P: 999.000000
168.01/168.20	c 11) rsat+P: 999.000000
168.01/168.20	c 12) eureka+P: 999.000000
168.01/168.20	c 13) minisat20+P: 999.000000
168.01/168.20	c 14) rsat: 999.000000
168.01/168.20	c satzilla running zchaff_rand ... 
446.19/446.45	c Bin: Executing zchaff_rand
446.19/446.45	c child exited successfully
446.19/446.45	c zchaff_rand returned code 20.
446.19/446.45	s UNSATISFIABLE
446.19/446.45	c SATZILLA_TIME=446.330000

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node9/watcher-315651-1172657000 -o ROOT/results/node9/solver-315651-1172657000 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/315651-1172657000/SATzilla2007_F /tmp/evaluation/315651-1172657000/instance-315651-1172657000.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 1356
/proc/meminfo: memFree=1275968/2055920 swapFree=4158656/4192956
[pid=1356] ppid=1354 vsize=1512 CPUtime=0
/proc/1356/stat : 1356 (SATzilla2007_F) S 1354 1356 518 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 285654646 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1356/statm: 378 125 110 260 0 84 0
[pid=1357] ppid=1356 vsize=8120 CPUtime=0
/proc/1357/stat : 1357 (march_dl) R 1356 1356 518 0 -1 4194304 756 0 0 0 0 0 0 0 19 0 1 0 285654646 8314880 750 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134549599 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1357/statm: 2030 752 49 118 0 1909 0

[startup+0.0579059 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 1356
/proc/meminfo: memFree=1275968/2055920 swapFree=4158656/4192956
[pid=1356] ppid=1354 vsize=1512 CPUtime=0
/proc/1356/stat : 1356 (SATzilla2007_F) S 1354 1356 518 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 285654646 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1356/statm: 378 125 110 260 0 84 0
[pid=1357] ppid=1356 vsize=13312 CPUtime=0.04
/proc/1357/stat : 1357 (march_dl) R 1356 1356 518 0 -1 4194304 2542 0 0 0 4 0 0 0 19 0 1 0 285654646 13631488 2536 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1357/statm: 3328 2536 50 118 0 3207 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14824

[startup+0.101913 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 1356
/proc/meminfo: memFree=1275968/2055920 swapFree=4158656/4192956
[pid=1356] ppid=1354 vsize=1512 CPUtime=0
/proc/1356/stat : 1356 (SATzilla2007_F) S 1354 1356 518 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 285654646 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1356/statm: 378 125 110 260 0 84 0
[pid=1357] ppid=1356 vsize=13972 CPUtime=0.09
/proc/1357/stat : 1357 (march_dl) R 1356 1356 518 0 -1 4194304 2725 0 0 0 9 0 0 0 19 0 1 0 285654646 14307328 2719 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134549887 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1357/statm: 3493 2719 50 118 0 3372 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15484

[startup+0.301951 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 1356
/proc/meminfo: memFree=1275968/2055920 swapFree=4158656/4192956
[pid=1356] ppid=1354 vsize=1512 CPUtime=0
/proc/1356/stat : 1356 (SATzilla2007_F) S 1354 1356 518 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 285654646 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1356/statm: 378 125 110 260 0 84 0
[pid=1357] ppid=1356 vsize=16612 CPUtime=0.29
/proc/1357/stat : 1357 (march_dl) R 1356 1356 518 0 -1 4194304 3520 0 0 0 28 1 0 0 21 0 1 0 285654646 17010688 3514 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1357/statm: 4153 3514 50 118 0 4032 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18124

[startup+0.702029 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 1356
/proc/meminfo: memFree=1275968/2055920 swapFree=4158656/4192956
[pid=1356] ppid=1354 vsize=1512 CPUtime=0
/proc/1356/stat : 1356 (SATzilla2007_F) S 1354 1356 518 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 285654646 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1356/statm: 378 125 110 260 0 84 0
[pid=1357] ppid=1356 vsize=21760 CPUtime=0.69
/proc/1357/stat : 1357 (march_dl) R 1356 1356 518 0 -1 4194304 5100 0 0 0 67 2 0 0 25 0 1 0 285654646 22282240 5094 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1357/statm: 5440 5094 50 118 0 5319 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23272

[startup+1.50218 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1358
/proc/meminfo: memFree=1244976/2055920 swapFree=4158656/4192956
[pid=1356] ppid=1354 vsize=1512 CPUtime=0
/proc/1356/stat : 1356 (SATzilla2007_F) S 1354 1356 518 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 285654646 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1356/statm: 378 125 110 260 0 84 0
[pid=1357] ppid=1356 vsize=48012 CPUtime=1.49
/proc/1357/stat : 1357 (march_dl) R 1356 1356 518 0 -1 4194304 10480 0 0 0 145 4 0 0 25 0 1 0 285654646 49164288 9379 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134544583 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1357/statm: 12003 9379 53 118 0 11882 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49524

[startup+3.10149 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1358
/proc/meminfo: memFree=1220528/2055920 swapFree=4158656/4192956
[pid=1356] ppid=1354 vsize=1512 CPUtime=0
/proc/1356/stat : 1356 (SATzilla2007_F) S 1354 1356 518 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 285654646 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1356/statm: 378 125 110 260 0 84 0
[pid=1357] ppid=1356 vsize=48044 CPUtime=3.08
/proc/1357/stat : 1357 (march_dl) R 1356 1356 518 0 -1 4194304 19884 0 0 0 299 9 0 0 25 0 1 0 285654646 49197056 9411 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134544567 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1357/statm: 12011 9411 55 118 0 11890 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 49556

[startup+6.30211 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1359
/proc/meminfo: memFree=1269808/2055920 swapFree=4158656/4192956
[pid=1356] ppid=1354 vsize=1512 CPUtime=4.99
/proc/1356/stat : 1356 (SATzilla2007_F) S 1354 1356 518 0 -1 4194304 149 44600 0 0 0 0 477 22 18 0 1 0 285654646 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1356/statm: 378 125 110 260 0 84 0
[pid=1359] ppid=1356 vsize=54892 CPUtime=1.28
/proc/1359/stat : 1359 (ubcsat2006) R 1356 1356 518 0 -1 4194304 9739 0 0 0 124 4 0 0 25 0 1 0 285655147 56209408 9721 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1359/statm: 13723 9721 156 64 0 13304 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 56404

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1359
/proc/meminfo: memFree=1219136/2055920 swapFree=4158656/4192956
[pid=1356] ppid=1354 vsize=60752 CPUtime=12.66
/proc/1356/stat : 1356 (SATzilla2007_F) R 1354 1356 518 0 -1 4194304 14341 54349 0 0 471 7 761 27 25 0 1 0 285654646 62210048 14309 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/1356/statm: 15188 14309 135 260 0 14894 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 60752

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1359
/proc/meminfo: memFree=1218752/2055920 swapFree=4158656/4192956
[pid=1356] ppid=1354 vsize=60752 CPUtime=25.46
/proc/1356/stat : 1356 (SATzilla2007_F) R 1354 1356 518 0 -1 4194304 14476 54349 0 0 1749 9 761 27 25 0 1 0 285654646 62210048 14444 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/1356/statm: 15188 14444 135 260 0 14894 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 60752

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1359
/proc/meminfo: memFree=1217792/2055920 swapFree=4158656/4192956
[pid=1356] ppid=1354 vsize=60752 CPUtime=51.06
/proc/1356/stat : 1356 (SATzilla2007_F) R 1354 1356 518 0 -1 4194304 14746 54349 0 0 4304 14 761 27 25 0 1 0 285654646 62210048 14714 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/1356/statm: 15188 14714 135 260 0 14894 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 60752

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1359
/proc/meminfo: memFree=1240000/2055920 swapFree=4158656/4192956
[pid=1356] ppid=1354 vsize=37848 CPUtime=102.23
/proc/1356/stat : 1356 (SATzilla2007_F) R 1354 1356 518 0 -1 4194304 36182 54349 0 0 9405 30 761 27 25 0 1 0 285654646 38756352 9149 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135328746 0 0 4096 0 0 0 0 17 1 0 0
/proc/1356/statm: 9462 9149 137 260 0 9168 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 37848

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1359
/proc/meminfo: memFree=1240000/2055920 swapFree=4158656/4192956
[pid=1356] ppid=1354 vsize=37848 CPUtime=162.21
/proc/1356/stat : 1356 (SATzilla2007_F) R 1354 1356 518 0 -1 4194304 64848 54349 0 0 15376 57 761 27 25 0 1 0 285654646 38756352 9149 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 134543126 0 0 4096 0 0 0 0 17 1 0 0
/proc/1356/statm: 9462 9149 137 260 0 9168 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 37848

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1360
/proc/meminfo: memFree=1159352/2055920 swapFree=4158656/4192956
[pid=1356] ppid=1354 vsize=39632 CPUtime=168.11
/proc/1356/stat : 1356 (SATzilla2007_F) S 1354 1356 518 0 -1 4194304 83187 54349 0 0 15954 69 761 27 25 0 1 0 285654646 40583168 9609 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1356/statm: 9908 9609 170 260 0 9614 0
[pid=1360] ppid=1356 vsize=415112 CPUtime=54.07
/proc/1360/stat : 1360 (zchaff_rand) R 1356 1356 518 0 -1 4194304 34799 0 0 0 5386 21 0 0 25 0 1 0 285671466 425074688 19723 18446744073709551615 134512640 135365884 4294956624 18446744073709551615 134544055 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1360/statm: 103778 19723 112 208 0 103550 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 454744

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1360
/proc/meminfo: memFree=1151736/2055920 swapFree=4158656/4192956
[pid=1356] ppid=1354 vsize=39632 CPUtime=168.11
/proc/1356/stat : 1356 (SATzilla2007_F) S 1354 1356 518 0 -1 4194304 83187 54349 0 0 15954 69 761 27 25 0 1 0 285654646 40583168 9609 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1356/statm: 9908 9609 170 260 0 9614 0
[pid=1360] ppid=1356 vsize=421064 CPUtime=114.04
/proc/1360/stat : 1360 (zchaff_rand) R 1356 1356 518 0 -1 4194304 46216 0 0 0 11370 34 0 0 25 0 1 0 285671466 431169536 21651 18446744073709551615 134512640 135365884 4294956624 18446744073709551615 135078540 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1360/statm: 105266 21651 112 208 0 105038 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 460696

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1360
/proc/meminfo: memFree=1143544/2055920 swapFree=4158656/4192956
[pid=1356] ppid=1354 vsize=39632 CPUtime=168.11
/proc/1356/stat : 1356 (SATzilla2007_F) S 1354 1356 518 0 -1 4194304 83187 54349 0 0 15954 69 761 27 25 0 1 0 285654646 40583168 9609 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1356/statm: 9908 9609 170 260 0 9614 0
[pid=1360] ppid=1356 vsize=441544 CPUtime=174.02
/proc/1360/stat : 1360 (zchaff_rand) R 1356 1356 518 0 -1 4194304 56680 0 0 0 17357 45 0 0 25 0 1 0 285671466 452141056 23738 18446744073709551615 134512640 135365884 4294956624 18446744073709551615 134536567 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1360/statm: 110386 23738 112 208 0 110158 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 481176

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1360
/proc/meminfo: memFree=1136696/2055920 swapFree=4158656/4192956
[pid=1356] ppid=1354 vsize=39632 CPUtime=168.11
/proc/1356/stat : 1356 (SATzilla2007_F) S 1354 1356 518 0 -1 4194304 83187 54349 0 0 15954 69 761 27 25 0 1 0 285654646 40583168 9609 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1356/statm: 9908 9609 170 260 0 9614 0
[pid=1360] ppid=1356 vsize=444212 CPUtime=234
/proc/1360/stat : 1360 (zchaff_rand) R 1356 1356 518 0 -1 4194304 65615 0 0 0 23345 55 0 0 25 0 1 0 285671466 454873088 25373 18446744073709551615 134512640 135365884 4294956624 18446744073709551615 134542837 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1360/statm: 111053 25373 112 208 0 110825 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 483844

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

[startup+409.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1360
/proc/meminfo: memFree=1136568/2055920 swapFree=4158656/4192956
[pid=1356] ppid=1354 vsize=39632 CPUtime=168.11
/proc/1356/stat : 1356 (SATzilla2007_F) S 1354 1356 518 0 -1 4194304 83187 54349 0 0 15954 69 761 27 25 0 1 0 285654646 40583168 9609 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1356/statm: 9908 9609 170 260 0 9614 0
[pid=1360] ppid=1356 vsize=444212 CPUtime=241.2
/proc/1360/stat : 1360 (zchaff_rand) R 1356 1356 518 0 -1 4194304 66096 0 0 0 24065 55 0 0 25 0 1 0 285671466 454873088 25400 18446744073709551615 134512640 135365884 4294956624 18446744073709551615 134544070 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1360/statm: 111053 25400 112 208 0 110825 0
Current children cumulated CPU time (s) 409.31
Current children cumulated vsize (KiB) 483844

[startup+422.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1360
/proc/meminfo: memFree=1136248/2055920 swapFree=4158656/4192956
[pid=1356] ppid=1354 vsize=39632 CPUtime=168.11
/proc/1356/stat : 1356 (SATzilla2007_F) S 1354 1356 518 0 -1 4194304 83187 54349 0 0 15954 69 761 27 25 0 1 0 285654646 40583168 9609 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1356/statm: 9908 9609 170 260 0 9614 0
[pid=1360] ppid=1356 vsize=444468 CPUtime=253.99
/proc/1360/stat : 1360 (zchaff_rand) R 1356 1356 518 0 -1 4194304 67800 0 0 0 25342 57 0 0 25 0 1 0 285671466 455135232 25515 18446744073709551615 134512640 135365884 4294956624 18446744073709551615 134543598 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1360/statm: 111117 25515 112 208 0 110889 0
Current children cumulated CPU time (s) 422.1
Current children cumulated vsize (KiB) 484100

[startup+435.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1360
/proc/meminfo: memFree=1135224/2055920 swapFree=4158656/4192956
[pid=1356] ppid=1354 vsize=39632 CPUtime=168.11
/proc/1356/stat : 1356 (SATzilla2007_F) S 1354 1356 518 0 -1 4194304 83187 54349 0 0 15954 69 761 27 25 0 1 0 285654646 40583168 9609 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1356/statm: 9908 9609 170 260 0 9614 0
[pid=1360] ppid=1356 vsize=444796 CPUtime=266.79
/proc/1360/stat : 1360 (zchaff_rand) R 1356 1356 518 0 -1 4194304 69666 0 0 0 26619 60 0 0 25 0 1 0 285671466 455471104 25773 18446744073709551615 134512640 135365884 4294956624 18446744073709551615 134542751 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1360/statm: 111199 25773 112 208 0 110971 0
Current children cumulated CPU time (s) 434.9
Current children cumulated vsize (KiB) 484428

[startup+441.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1360
/proc/meminfo: memFree=1134840/2055920 swapFree=4158656/4192956
[pid=1356] ppid=1354 vsize=39632 CPUtime=168.11
/proc/1356/stat : 1356 (SATzilla2007_F) S 1354 1356 518 0 -1 4194304 83187 54349 0 0 15954 69 761 27 25 0 1 0 285654646 40583168 9609 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1356/statm: 9908 9609 170 260 0 9614 0
[pid=1360] ppid=1356 vsize=445052 CPUtime=273.19
/proc/1360/stat : 1360 (zchaff_rand) R 1356 1356 518 0 -1 4194304 70244 0 0 0 27258 61 0 0 25 0 1 0 285671466 455733248 25862 18446744073709551615 134512640 135365884 4294956624 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1360/statm: 111263 25862 112 208 0 111035 0
Current children cumulated CPU time (s) 441.3
Current children cumulated vsize (KiB) 484684

[startup+444.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1360
/proc/meminfo: memFree=1134520/2055920 swapFree=4158656/4192956
[pid=1356] ppid=1354 vsize=39632 CPUtime=168.11
/proc/1356/stat : 1356 (SATzilla2007_F) S 1354 1356 518 0 -1 4194304 83187 54349 0 0 15954 69 761 27 25 0 1 0 285654646 40583168 9609 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1356/statm: 9908 9609 170 260 0 9614 0
[pid=1360] ppid=1356 vsize=445052 CPUtime=276.38
/proc/1360/stat : 1360 (zchaff_rand) R 1356 1356 518 0 -1 4194304 70566 0 0 0 27577 61 0 0 25 0 1 0 285671466 455733248 25957 18446744073709551615 134512640 135365884 4294956624 18446744073709551615 134542837 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1360/statm: 111263 25957 112 208 0 111035 0
Current children cumulated CPU time (s) 444.49
Current children cumulated vsize (KiB) 484684

[startup+445.506 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1360
/proc/meminfo: memFree=1134520/2055920 swapFree=4158656/4192956
[pid=1356] ppid=1354 vsize=39632 CPUtime=168.11
/proc/1356/stat : 1356 (SATzilla2007_F) S 1354 1356 518 0 -1 4194304 83187 54349 0 0 15954 69 761 27 25 0 1 0 285654646 40583168 9609 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1356/statm: 9908 9609 170 260 0 9614 0
[pid=1360] ppid=1356 vsize=445052 CPUtime=277.18
/proc/1360/stat : 1360 (zchaff_rand) R 1356 1356 518 0 -1 4194304 70585 0 0 0 27657 61 0 0 25 0 1 0 285671466 455733248 25976 18446744073709551615 134512640 135365884 4294956624 18446744073709551615 134543553 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1360/statm: 111263 25976 112 208 0 111035 0
Current children cumulated CPU time (s) 445.29
Current children cumulated vsize (KiB) 484684

[startup+445.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1360
/proc/meminfo: memFree=1134520/2055920 swapFree=4158656/4192956
[pid=1356] ppid=1354 vsize=39632 CPUtime=168.11
/proc/1356/stat : 1356 (SATzilla2007_F) S 1354 1356 518 0 -1 4194304 83187 54349 0 0 15954 69 761 27 25 0 1 0 285654646 40583168 9609 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1356/statm: 9908 9609 170 260 0 9614 0
[pid=1360] ppid=1356 vsize=445312 CPUtime=277.58
/proc/1360/stat : 1360 (zchaff_rand) R 1356 1356 518 0 -1 4194304 70630 0 0 0 27697 61 0 0 25 0 1 0 285671466 455999488 26021 18446744073709551615 134512640 135365884 4294956624 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1360/statm: 111328 26021 112 208 0 111100 0
Current children cumulated CPU time (s) 445.69
Current children cumulated vsize (KiB) 484944

[startup+446.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1360
/proc/meminfo: memFree=1134520/2055920 swapFree=4158656/4192956
[pid=1356] ppid=1354 vsize=39632 CPUtime=168.11
/proc/1356/stat : 1356 (SATzilla2007_F) S 1354 1356 518 0 -1 4194304 83187 54349 0 0 15954 69 761 27 25 0 1 0 285654646 40583168 9609 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1356/statm: 9908 9609 170 260 0 9614 0
[pid=1360] ppid=1356 vsize=445312 CPUtime=277.98
/proc/1360/stat : 1360 (zchaff_rand) R 1356 1356 518 0 -1 4194304 70632 0 0 0 27737 61 0 0 25 0 1 0 285671466 455999488 26023 18446744073709551615 134512640 135365884 4294956624 18446744073709551615 134542913 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1360/statm: 111328 26023 112 208 0 111100 0
Current children cumulated CPU time (s) 446.09
Current children cumulated vsize (KiB) 484944

[startup+446.402 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1360
/proc/meminfo: memFree=1134520/2055920 swapFree=4158656/4192956
[pid=1356] ppid=1354 vsize=39632 CPUtime=168.11
/proc/1356/stat : 1356 (SATzilla2007_F) S 1354 1356 518 0 -1 4194304 83187 54349 0 0 15954 69 761 27 25 0 1 0 285654646 40583168 9609 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1356/statm: 9908 9609 170 260 0 9614 0
[pid=1360] ppid=1356 vsize=445312 CPUtime=278.08
/proc/1360/stat : 1360 (zchaff_rand) R 1356 1356 518 0 -1 4194304 70634 0 0 0 27747 61 0 0 25 0 1 0 285671466 455999488 26025 18446744073709551615 134512640 135365884 4294956624 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1360/statm: 111328 26025 112 208 0 111100 0
Current children cumulated CPU time (s) 446.19
Current children cumulated vsize (KiB) 484944

Child status: 20
Real time (s): 446.462
CPU time (s): 446.289
CPU user time (s): 444.672
CPU system time (s): 1.61675
CPU usage (%): 99.9612
Max. virtual memory (cumulated for all children) (KiB): 485592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 444.672
system time used= 1.61675
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 208194
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= 24
involuntary context switches= 9216

runsolver used 0.462929 second user time and 1.17182 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Wed Feb 28 10:03:20 UTC 2007

IDJOB= 315651
IDBENCH= 20421
IDSOLVER= 136
FILE ID= node9/315651-1172657000

PBS_JOBID= 3980948

Free space on /tmp= 66513 MiB

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

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  ccc94758bbd09de3056ff3a062ddfd45

RANDOM SEED= 26706098

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.263
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.263
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:       1276376 kB
Buffers:         34052 kB
Cached:         650904 kB
SwapCached:       2796 kB
Active:         189864 kB
Inactive:       532740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1276376 kB
SwapTotal:     4192956 kB
SwapFree:      4158656 kB
Dirty:           21868 kB
Writeback:           0 kB
Mapped:          44636 kB
Slab:            42560 kB
Committed_AS:  1312264 kB
PageTables:       1724 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= 66513 MiB

End job on node9 on Wed Feb 28 10:10:47 UTC 2007