Trace number 318607

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 72.298 72.3435

General information on the benchmark

Nameindustrial/babic/hsatv17/
hsat_vc12072.cnf
MD5SUMbadfc2bcf577632aecb483b57ac795bb
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.76873
Satisfiable
(Un)Satisfiability was proved
Number of variables236486
Number of clauses673711
Sum of the clauses size1747780
Maximum clause length3
Minimum clause length1
Number of clauses of size 128243
Number of clauses of size 2216867
Number of clauses of size 3428601
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

69.64/69.72	c run March_dl for 5 seconds ... 
69.64/69.72	c Bin: Executing march_dl
69.64/69.72	c child exit by a signal
69.64/69.72	c march_dl returned code 137.
69.64/69.72	c run saps for 2 seconds ... 
69.64/69.72	c Bin: Executing ubcsat2006
69.64/69.72	c child exited successfully
69.64/69.72	c ubcsat2006 returned code 0.
69.64/69.72	c satzilla computing base features
69.64/69.72	Error!!! VCG-VAR-entropy
69.64/69.72	Satzilla is runing default solver ... 
69.64/69.72	 c satzilla running minisat20 ... 
69.64/69.72	This is MiniSat 2.0 beta
69.64/69.72	WARNING: for repeatability, setting FPU to use double precision
69.64/69.72	============================[ Problem Statistics ]=============================
69.64/69.72	|                                                                             |
69.64/69.72	|  Number of variables:  236535                                               |
69.64/69.72	|  Number of clauses:    673711                                               |
69.66/70.15	|  Parsing time:         0.38         s                                       |
69.66/70.18	============================[ Search Statistics ]==============================
69.66/70.18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
69.66/70.18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
69.66/70.18	===============================================================================
69.66/70.18	|         0 |  207745   643748  1715895 |   214582        0    nan |  0.000 % |
70.23/70.36	|       101 |  207730   643748  1715895 |   236040       92      8 | 12.189 % |
70.53/70.62	|       252 |  207728   643748  1715895 |   259645      242      7 | 12.190 % |
70.93/71.01	|       477 |  207701   642400  1711947 |   285609      464     12 | 12.190 % |
71.92/72.04	|       814 |  207698   642397  1711940 |   314170      799     10 | 12.191 % |
72.23/72.32	===============================================================================
72.23/72.32	restarts              : 5
72.23/72.32	conflicts             : 908            (358 /sec)
72.23/72.32	decisions             : 32962          (1.55 % random) (13000 /sec)
72.23/72.32	propagations          : 6675536        (2632710 /sec)
72.23/72.32	conflict literals     : 9175           (8.29 % deleted)
72.23/72.32	Memory used           : 46.00 MB
72.23/72.32	CPU time              : 2.53561 s
72.23/72.32	
72.23/72.33	c Bin: Executing minisat20
72.23/72.33	c child exited successfully
72.23/72.33	c minisat20 returned code 20.
72.23/72.33	s UNSATISFIABLE
72.23/72.33	c SATZILLA_TIME=72.290000

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/node29/watcher-318607-1176320609 -o ROOT/results/node29/solver-318607-1176320609 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/318607-1176320609/SATzilla2007_F /tmp/evaluation/318607-1176320609/instance-318607-1176320609.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 27495
/proc/meminfo: memFree=421504/2055920 swapFree=4192812/4192956
[pid=27495] ppid=27493 vsize=1512 CPUtime=0
/proc/27495/stat : 27495 (SATzilla2007_F) R 27493 27495 27053 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 79976737 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/27495/statm: 378 125 110 260 0 84 0
[pid=27496] ppid=27495 vsize=10520 CPUtime=0
/proc/27496/stat : 27496 (march_dl) R 27495 27495 27053 0 -1 4194304 762 0 0 0 0 0 0 0 18 0 1 0 79976737 10772480 756 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27496/statm: 2630 758 49 118 0 2509 0

[startup+0.0876129 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 27495
/proc/meminfo: memFree=421504/2055920 swapFree=4192812/4192956
[pid=27495] ppid=27493 vsize=1512 CPUtime=0
/proc/27495/stat : 27495 (SATzilla2007_F) S 27493 27495 27053 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 79976737 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27495/statm: 378 125 110 260 0 84 0
[pid=27496] ppid=27495 vsize=21344 CPUtime=0.07
/proc/27496/stat : 27496 (march_dl) R 27495 27495 27053 0 -1 4194304 4405 0 0 0 6 1 0 0 19 0 1 0 79976737 21856256 4399 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27496/statm: 5336 4399 50 118 0 5215 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 22856

[startup+0.101613 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 27495
/proc/meminfo: memFree=421504/2055920 swapFree=4192812/4192956
[pid=27495] ppid=27493 vsize=1512 CPUtime=0
/proc/27495/stat : 27495 (SATzilla2007_F) S 27493 27495 27053 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 79976737 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27495/statm: 378 125 110 260 0 84 0
[pid=27496] ppid=27495 vsize=21476 CPUtime=0.09
/proc/27496/stat : 27496 (march_dl) R 27495 27495 27053 0 -1 4194304 4453 0 0 0 8 1 0 0 19 0 1 0 79976737 21991424 4447 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27496/statm: 5369 4447 50 118 0 5248 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22988

[startup+0.301625 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 27495
/proc/meminfo: memFree=421504/2055920 swapFree=4192812/4192956
[pid=27495] ppid=27493 vsize=1512 CPUtime=0
/proc/27495/stat : 27495 (SATzilla2007_F) S 27493 27495 27053 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 79976737 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27495/statm: 378 125 110 260 0 84 0
[pid=27496] ppid=27495 vsize=23588 CPUtime=0.29
/proc/27496/stat : 27496 (march_dl) R 27495 27495 27053 0 -1 4194304 5122 0 0 0 27 2 0 0 21 0 1 0 79976737 24154112 5116 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27496/statm: 5897 5116 50 118 0 5776 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25100

[startup+0.701651 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 27495
/proc/meminfo: memFree=421504/2055920 swapFree=4192812/4192956
[pid=27495] ppid=27493 vsize=1512 CPUtime=0
/proc/27495/stat : 27495 (SATzilla2007_F) S 27493 27495 27053 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 79976737 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27495/statm: 378 125 110 260 0 84 0
[pid=27496] ppid=27495 vsize=27812 CPUtime=0.69
/proc/27496/stat : 27496 (march_dl) R 27495 27495 27053 0 -1 4194304 6441 0 0 0 67 2 0 0 24 0 1 0 79976737 28479488 6435 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27496/statm: 6953 6435 50 118 0 6832 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29324

[startup+1.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 27497
/proc/meminfo: memFree=391856/2055920 swapFree=4192812/4192956
[pid=27495] ppid=27493 vsize=1512 CPUtime=0
/proc/27495/stat : 27495 (SATzilla2007_F) S 27493 27495 27053 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 79976737 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27495/statm: 378 125 110 260 0 84 0
[pid=27496] ppid=27495 vsize=65048 CPUtime=1.49
/proc/27496/stat : 27496 (march_dl) R 27495 27495 27053 0 -1 4194304 14904 0 0 0 143 6 0 0 25 0 1 0 79976737 66609152 13254 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134544627 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27496/statm: 16262 13254 53 118 0 16141 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 66560

[startup+3.1028 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 27497
/proc/meminfo: memFree=343728/2055920 swapFree=4192812/4192956
[pid=27495] ppid=27493 vsize=1512 CPUtime=0
/proc/27495/stat : 27495 (SATzilla2007_F) S 27493 27495 27053 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 79976737 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27495/statm: 378 125 110 260 0 84 0
[pid=27496] ppid=27495 vsize=83364 CPUtime=3.09
/proc/27496/stat : 27496 (march_dl) R 27495 27495 27053 0 -1 4194304 27602 0 0 0 297 12 0 0 25 0 1 0 79976737 85364736 18369 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134644061 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27496/statm: 20841 18369 55 118 0 20720 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84876

[startup+6.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 27498
/proc/meminfo: memFree=415856/2055920 swapFree=4192812/4192956
[pid=27495] ppid=27493 vsize=1512 CPUtime=5
/proc/27495/stat : 27495 (SATzilla2007_F) S 27493 27495 27053 0 -1 4194304 149 38169 0 0 0 0 482 18 16 0 1 0 79976737 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27495/statm: 378 125 110 260 0 84 0
[pid=27498] ppid=27495 vsize=63380 CPUtime=1.27
/proc/27498/stat : 27498 (ubcsat2006) R 27495 27495 27053 0 -1 4194304 11539 0 0 0 122 5 0 0 25 0 1 0 79977239 64901120 11521 18446744073709551615 134512640 134777720 4294956464 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27498/statm: 15845 11521 156 64 0 15426 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 64892

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27498
/proc/meminfo: memFree=352448/2055920 swapFree=4192812/4192956
[pid=27495] ppid=27493 vsize=75896 CPUtime=12.67
/proc/27495/stat : 27495 (SATzilla2007_F) R 27493 27495 27053 0 -1 4194304 17402 49714 0 0 456 10 776 25 25 0 1 0 79976737 77717504 17370 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/27495/statm: 18974 17370 135 260 0 18680 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 75896

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27498
/proc/meminfo: memFree=352264/2055920 swapFree=4192812/4192956
[pid=27495] ppid=27493 vsize=75896 CPUtime=25.47
/proc/27495/stat : 27495 (SATzilla2007_F) R 27493 27495 27053 0 -1 4194304 17484 49714 0 0 1735 11 776 25 25 0 1 0 79976737 77717504 17452 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/27495/statm: 18974 17452 135 260 0 18680 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 75896

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27498
/proc/meminfo: memFree=351688/2055920 swapFree=4192812/4192956
[pid=27495] ppid=27493 vsize=75896 CPUtime=51.05
/proc/27495/stat : 27495 (SATzilla2007_F) R 27493 27495 27053 0 -1 4194304 17634 49714 0 0 4292 12 776 25 25 0 1 0 79976737 77717504 17602 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 134539397 0 0 4096 0 0 0 0 17 1 0 0
/proc/27495/statm: 18974 17602 135 260 0 18680 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 75896

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

[startup+63.9016 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27498
/proc/meminfo: memFree=351432/2055920 swapFree=4192812/4192956
[pid=27495] ppid=27493 vsize=75896 CPUtime=63.84
/proc/27495/stat : 27495 (SATzilla2007_F) R 27493 27495 27053 0 -1 4194304 17709 49714 0 0 5570 13 776 25 25 0 1 0 79976737 77717504 17677 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 134539390 0 0 4096 0 0 0 0 17 1 0 0
/proc/27495/statm: 18974 17677 135 260 0 18680 0
Current children cumulated CPU time (s) 63.84
Current children cumulated vsize (KiB) 75896

[startup+67.1058 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27498
/proc/meminfo: memFree=351304/2055920 swapFree=4192812/4192956
[pid=27495] ppid=27493 vsize=75896 CPUtime=67.04
/proc/27495/stat : 27495 (SATzilla2007_F) R 27493 27495 27053 0 -1 4194304 17729 49714 0 0 5890 13 776 25 25 0 1 0 79976737 77717504 17697 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/27495/statm: 18974 17697 135 260 0 18680 0
Current children cumulated CPU time (s) 67.04
Current children cumulated vsize (KiB) 75896

[startup+70.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 27499
/proc/meminfo: memFree=338048/2055920 swapFree=4192812/4192956
[pid=27495] ppid=27493 vsize=45228 CPUtime=69.66
/proc/27495/stat : 27495 (SATzilla2007_F) S 27493 27495 27053 0 -1 4194304 22249 49714 0 0 6149 16 776 25 25 0 1 0 79976737 46313472 10840 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27495/statm: 11307 10840 140 260 0 11013 0
[pid=27499] ppid=27495 vsize=46304 CPUtime=0.57
/proc/27499/stat : 27499 (minisat20) R 27495 27495 27053 0 -1 4194304 10308 0 0 0 51 6 0 0 22 0 1 0 79983709 47415296 10241 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525754 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27499/statm: 11576 10241 56 118 0 11454 0
Current children cumulated CPU time (s) 70.23
Current children cumulated vsize (KiB) 91532

[startup+71.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 27499
/proc/meminfo: memFree=338048/2055920 swapFree=4192812/4192956
[pid=27495] ppid=27493 vsize=45228 CPUtime=69.66
/proc/27495/stat : 27495 (SATzilla2007_F) S 27493 27495 27053 0 -1 4194304 22249 49714 0 0 6149 16 776 25 25 0 1 0 79976737 46313472 10840 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27495/statm: 11307 10840 140 260 0 11013 0
[pid=27499] ppid=27495 vsize=46836 CPUtime=1.37
/proc/27499/stat : 27499 (minisat20) R 27495 27495 27053 0 -1 4194304 10425 0 0 0 131 6 0 0 25 0 1 0 79983709 47960064 10358 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27499/statm: 11709 10358 59 118 0 11587 0
Current children cumulated CPU time (s) 71.03
Current children cumulated vsize (KiB) 92064

[startup+71.9011 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 27499
/proc/meminfo: memFree=337600/2055920 swapFree=4192812/4192956
[pid=27495] ppid=27493 vsize=45228 CPUtime=69.66
/proc/27495/stat : 27495 (SATzilla2007_F) S 27493 27495 27053 0 -1 4194304 22249 49714 0 0 6149 16 776 25 25 0 1 0 79976737 46313472 10840 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27495/statm: 11307 10840 140 260 0 11013 0
[pid=27499] ppid=27495 vsize=46968 CPUtime=2.16
/proc/27499/stat : 27499 (minisat20) R 27495 27495 27053 0 -1 4194304 10482 0 0 0 210 6 0 0 25 0 1 0 79983709 48095232 10415 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134529993 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27499/statm: 11742 10415 59 118 0 11620 0
Current children cumulated CPU time (s) 71.82
Current children cumulated vsize (KiB) 92196

[startup+72.3021 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 27499
/proc/meminfo: memFree=337600/2055920 swapFree=4192812/4192956
[pid=27495] ppid=27493 vsize=45228 CPUtime=69.66
/proc/27495/stat : 27495 (SATzilla2007_F) S 27493 27495 27053 0 -1 4194304 22249 49714 0 0 6149 16 776 25 25 0 1 0 79976737 46313472 10840 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27495/statm: 11307 10840 140 260 0 11013 0
[pid=27499] ppid=27495 vsize=47100 CPUtime=2.57
/proc/27499/stat : 27499 (minisat20) R 27495 27495 27053 0 -1 4194304 10495 0 0 0 251 6 0 0 25 0 1 0 79983709 48230400 10428 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525428 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27499/statm: 11775 10428 59 118 0 11653 0
Current children cumulated CPU time (s) 72.23
Current children cumulated vsize (KiB) 92328

Child status: 20
Real time (s): 72.3435
CPU time (s): 72.298
CPU user time (s): 71.7941
CPU system time (s): 0.503923
CPU usage (%): 99.9371
Max. virtual memory (cumulated for all children) (KiB): 92328

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

runsolver used 0.080987 second user time and 0.185971 second system time

The end

Launcher Data (download as text)

Begin job on node29 on Wed Apr 11 19:43:30 UTC 2007

IDJOB= 318607
IDBENCH= 20458
IDSOLVER= 136
FILE ID= node29/318607-1176320609

PBS_JOBID= 4516719

Free space on /tmp= 66542 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/hsatv17/hsat_vc12072.cnf
COMMAND LINE= /tmp/evaluation/318607-1176320609/SATzilla2007_F /tmp/evaluation/318607-1176320609/instance-318607-1176320609.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-318607-1176320609 -o ROOT/results/node29/solver-318607-1176320609 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/318607-1176320609/SATzilla2007_F /tmp/evaluation/318607-1176320609/instance-318607-1176320609.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  badfc2bcf577632aecb483b57ac795bb

RANDOM SEED= 511875369

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node29.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:        421912 kB
Buffers:         46244 kB
Cached:        1318516 kB
SwapCached:          0 kB
Active:         670676 kB
Inactive:       752104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        421912 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           23380 kB
Writeback:           0 kB
Mapped:          76904 kB
Slab:           196608 kB
Committed_AS:   199180 kB
PageTables:       1872 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= 66542 MiB

End job on node29 on Wed Apr 11 19:44:42 UTC 2007