Trace number 318646

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 RANDOMUNSAT 71.4241 71.4913

General information on the benchmark

Nameindustrial/babic/hsatv17/
hsat_vc11773.cnf
MD5SUMd6bd3be8cd8bf9b3f280923b7f8605ef
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.75973
Satisfiable
(Un)Satisfiability was proved
Number of variables238323
Number of clauses686155
Sum of the clauses size1785421
Maximum clause length3
Minimum clause length1
Number of clauses of size 127840
Number of clauses of size 2217364
Number of clauses of size 3440951
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

70.11/70.21	c run March_dl for 5 seconds ... 
70.11/70.21	c Bin: Executing march_dl
70.11/70.21	c child exit by a signal
70.11/70.21	c march_dl returned code 137.
70.11/70.21	c run saps (UBCSAT implementation) for 2 seconds ... 
70.11/70.21	c Bin: Executing ubcsat2006
70.11/70.21	c child exited successfully
70.11/70.21	c ubcsat2006 returned code 0.
70.11/70.21	c satzilla computing base features
70.11/70.21	Error!!! VCG-VAR-entropy
70.11/70.21	Satzilla is runing default solver ... 
70.11/70.21	 c satzilla running minisat20 ... 
70.11/70.22	This is MiniSat 2.0 beta
70.11/70.22	WARNING: for repeatability, setting FPU to use double precision
70.11/70.22	============================[ Problem Statistics ]=============================
70.11/70.22	|                                                                             |
70.11/70.22	|  Number of variables:  238348                                               |
70.11/70.22	|  Number of clauses:    686155                                               |
70.51/70.69	|  Parsing time:         0.40         s                                       |
70.61/70.71	============================[ Search Statistics ]==============================
70.61/70.71	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
70.61/70.71	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
70.61/70.71	===============================================================================
70.61/70.71	|         0 |  210120   657018  1754908 |   219006        0    nan |  0.000 % |
70.61/70.77	|       100 |  210110   657018  1754908 |   240906       92     10 | 11.860 % |
70.70/70.88	|       250 |  210110   657018  1754908 |   264997      242      7 | 11.860 % |
71.31/71.47	===============================================================================
71.31/71.47	restarts              : 3
71.31/71.47	conflicts             : 468            (396 /sec)
71.31/71.47	decisions             : 26683          (1.73 % random) (22597 /sec)
71.31/71.47	propagations          : 2295337        (1943850 /sec)
71.31/71.47	conflict literals     : 3833           (6.47 % deleted)
71.31/71.47	Memory used           : 46.33 MB
71.31/71.47	CPU time              : 1.18082 s
71.31/71.47	
71.31/71.48	c Bin: Executing minisat20
71.31/71.48	c child exited successfully
71.31/71.48	c minisat20 returned code 20.
71.31/71.48	s UNSATISFIABLE
71.31/71.48	c SATZILLA_TIME=71.410000

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/node19/watcher-318646-1176320819 -o ROOT/results/node19/solver-318646-1176320819 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/318646-1176320819/SATzilla2007_R /tmp/evaluation/318646-1176320819/instance-318646-1176320819.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.96 3/77 12325
/proc/meminfo: memFree=1405392/2055920 swapFree=4192812/4192956
[pid=12325] ppid=12323 vsize=1440 CPUtime=0
/proc/12325/stat : 12325 (SATzilla2007_R) R 12323 12325 11600 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 79999398 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/12325/statm: 360 110 95 260 0 84 0
[pid=12326] ppid=12325 vsize=10664 CPUtime=0
/proc/12326/stat : 12326 (march_dl) R 12325 12325 11600 0 -1 4194304 780 0 0 0 0 0 0 0 18 0 1 0 79999398 10919936 775 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12326/statm: 2666 777 49 118 0 2545 0

[startup+0.074415 s]
/proc/loadavg: 0.99 0.98 0.96 3/77 12325
/proc/meminfo: memFree=1405392/2055920 swapFree=4192812/4192956
[pid=12325] ppid=12323 vsize=1440 CPUtime=0
/proc/12325/stat : 12325 (SATzilla2007_R) S 12323 12325 11600 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 79999398 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12325/statm: 360 110 95 260 0 84 0
[pid=12326] ppid=12325 vsize=21380 CPUtime=0.07
/proc/12326/stat : 12326 (march_dl) R 12325 12325 11600 0 -1 4194304 4400 0 0 0 5 2 0 0 20 0 1 0 79999398 21893120 4395 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12326/statm: 5345 4395 50 118 0 5224 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 22820

[startup+0.101417 s]
/proc/loadavg: 0.99 0.98 0.96 3/77 12325
/proc/meminfo: memFree=1405392/2055920 swapFree=4192812/4192956
[pid=12325] ppid=12323 vsize=1440 CPUtime=0
/proc/12325/stat : 12325 (SATzilla2007_R) S 12323 12325 11600 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 79999398 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12325/statm: 360 110 95 260 0 84 0
[pid=12326] ppid=12325 vsize=21776 CPUtime=0.09
/proc/12326/stat : 12326 (march_dl) R 12325 12325 11600 0 -1 4194304 4501 0 0 0 7 2 0 0 20 0 1 0 79999398 22298624 4496 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12326/statm: 5444 4497 50 118 0 5323 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23216

[startup+0.301437 s]
/proc/loadavg: 0.99 0.98 0.96 3/77 12325
/proc/meminfo: memFree=1405392/2055920 swapFree=4192812/4192956
[pid=12325] ppid=12323 vsize=1440 CPUtime=0
/proc/12325/stat : 12325 (SATzilla2007_R) S 12323 12325 11600 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 79999398 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12325/statm: 360 110 95 260 0 84 0
[pid=12326] ppid=12325 vsize=24020 CPUtime=0.29
/proc/12326/stat : 12326 (march_dl) R 12325 12325 11600 0 -1 4194304 5205 0 0 0 27 2 0 0 22 0 1 0 79999398 24596480 5200 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12326/statm: 6005 5200 50 118 0 5884 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25460

[startup+0.701481 s]
/proc/loadavg: 0.99 0.98 0.96 3/77 12325
/proc/meminfo: memFree=1405392/2055920 swapFree=4192812/4192956
[pid=12325] ppid=12323 vsize=1440 CPUtime=0
/proc/12325/stat : 12325 (SATzilla2007_R) S 12323 12325 11600 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 79999398 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12325/statm: 360 110 95 260 0 84 0
[pid=12326] ppid=12325 vsize=28376 CPUtime=0.69
/proc/12326/stat : 12326 (march_dl) R 12325 12325 11600 0 -1 4194304 6581 0 0 0 66 3 0 0 25 0 1 0 79999398 29057024 6576 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12326/statm: 7094 6576 50 118 0 6973 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29816

[startup+1.50157 s]
/proc/loadavg: 0.99 0.98 0.96 2/79 12327
/proc/meminfo: memFree=1372416/2055920 swapFree=4192812/4192956
[pid=12325] ppid=12323 vsize=1440 CPUtime=0
/proc/12325/stat : 12325 (SATzilla2007_R) S 12323 12325 11600 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 79999398 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12325/statm: 360 110 95 260 0 84 0
[pid=12326] ppid=12325 vsize=65884 CPUtime=1.48
/proc/12326/stat : 12326 (march_dl) R 12325 12325 11600 0 -1 4194304 15073 0 0 0 141 7 0 0 25 0 1 0 79999398 67465216 13404 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134544583 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12326/statm: 16471 13404 53 118 0 16350 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 67324

[startup+3.10174 s]
/proc/loadavg: 0.99 0.98 0.96 2/79 12327
/proc/meminfo: memFree=1325824/2055920 swapFree=4192812/4192956
[pid=12325] ppid=12323 vsize=1440 CPUtime=0
/proc/12325/stat : 12325 (SATzilla2007_R) S 12323 12325 11600 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 79999398 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12325/statm: 360 110 95 260 0 84 0
[pid=12326] ppid=12325 vsize=84712 CPUtime=3.09
/proc/12326/stat : 12326 (march_dl) R 12325 12325 11600 0 -1 4194304 27989 0 0 0 295 14 0 0 25 0 1 0 79999398 86745088 18650 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134644078 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12326/statm: 21178 18650 55 118 0 21057 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 86152

[startup+6.3011 s]
/proc/loadavg: 0.99 0.98 0.96 2/79 12328
/proc/meminfo: memFree=1399104/2055920 swapFree=4192812/4192956
[pid=12325] ppid=12323 vsize=1440 CPUtime=5
/proc/12325/stat : 12325 (SATzilla2007_R) S 12323 12325 11600 0 -1 4194304 135 37955 0 0 0 0 479 21 16 0 1 0 79999398 1474560 111 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12325/statm: 360 111 96 260 0 84 0
[pid=12328] ppid=12325 vsize=63628 CPUtime=1.25
/proc/12328/stat : 12328 (ubcsat2006) R 12325 12325 11600 0 -1 4194304 11718 0 9 0 119 6 0 0 19 0 1 0 79999900 65155072 11710 18446744073709551615 134512640 134777720 4294956464 18446744073709551615 134553129 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12328/statm: 15907 11710 156 64 0 15488 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 65068

[startup+12.7018 s]
/proc/loadavg: 0.99 0.98 0.96 2/78 12328
/proc/meminfo: memFree=1334472/2055920 swapFree=4192812/4192956
[pid=12325] ppid=12323 vsize=77060 CPUtime=12.64
/proc/12325/stat : 12325 (SATzilla2007_R) R 12323 12325 11600 0 -1 4194304 17676 49679 0 9 453 10 773 28 25 0 1 0 79999398 78909440 17645 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/12325/statm: 19265 17645 121 260 0 18989 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 77060

[startup+25.5012 s]
/proc/loadavg: 0.99 0.98 0.96 2/78 12328
/proc/meminfo: memFree=1334216/2055920 swapFree=4192812/4192956
[pid=12325] ppid=12323 vsize=77060 CPUtime=25.43
/proc/12325/stat : 12325 (SATzilla2007_R) R 12323 12325 11600 0 -1 4194304 17751 49679 0 9 1731 11 773 28 25 0 1 0 79999398 78909440 17720 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 134537941 0 0 4096 0 0 0 0 17 1 0 0
/proc/12325/statm: 19265 17720 121 260 0 18989 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 77060

[startup+51.102 s]
/proc/loadavg: 0.99 0.98 0.96 2/78 12328
/proc/meminfo: memFree=1333768/2055920 swapFree=4192812/4192956
[pid=12325] ppid=12323 vsize=77060 CPUtime=51.02
/proc/12325/stat : 12325 (SATzilla2007_R) R 12323 12325 11600 0 -1 4194304 17901 49679 0 9 4288 13 773 28 25 0 1 0 79999398 78909440 17870 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/12325/statm: 19265 17870 121 260 0 18989 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 77060

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

[startup+63.9014 s]
/proc/loadavg: 0.99 0.98 0.96 2/78 12328
/proc/meminfo: memFree=1333448/2055920 swapFree=4192812/4192956
[pid=12325] ppid=12323 vsize=77060 CPUtime=63.82
/proc/12325/stat : 12325 (SATzilla2007_R) R 12323 12325 11600 0 -1 4194304 17979 49679 0 9 5567 14 773 28 25 0 1 0 79999398 78909440 17948 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 134537942 0 0 4096 0 0 0 0 17 1 0 0
/proc/12325/statm: 19265 17948 121 260 0 18989 0
Current children cumulated CPU time (s) 63.82
Current children cumulated vsize (KiB) 77060

[startup+67.1057 s]
/proc/loadavg: 0.99 0.98 0.96 2/78 12328
/proc/meminfo: memFree=1333384/2055920 swapFree=4192812/4192956
[pid=12325] ppid=12323 vsize=77060 CPUtime=67.02
/proc/12325/stat : 12325 (SATzilla2007_R) R 12323 12325 11600 0 -1 4194304 17996 49679 0 9 5887 14 773 28 25 0 1 0 79999398 78909440 17965 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 134537934 0 0 4096 0 0 0 0 17 1 0 0
/proc/12325/statm: 19265 17965 121 260 0 18989 0
Current children cumulated CPU time (s) 67.02
Current children cumulated vsize (KiB) 77060

[startup+68.7019 s]
/proc/loadavg: 0.99 0.98 0.96 2/78 12328
/proc/meminfo: memFree=1333384/2055920 swapFree=4192812/4192956
[pid=12325] ppid=12323 vsize=77060 CPUtime=68.61
/proc/12325/stat : 12325 (SATzilla2007_R) R 12323 12325 11600 0 -1 4194304 18004 49679 0 9 6046 14 773 28 25 0 1 0 79999398 78909440 17973 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/12325/statm: 19265 17973 121 260 0 18989 0
Current children cumulated CPU time (s) 68.61
Current children cumulated vsize (KiB) 77060

[startup+70.3011 s]
/proc/loadavg: 0.99 0.98 0.96 2/79 12329
/proc/meminfo: memFree=1346432/2055920 swapFree=4192812/4192956
[pid=12325] ppid=12323 vsize=45928 CPUtime=70.14
/proc/12325/stat : 12325 (SATzilla2007_R) S 12323 12325 11600 0 -1 4194304 22628 49679 0 9 6196 17 773 28 25 0 1 0 79999398 47030272 11024 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12325/statm: 11482 11024 126 260 0 11206 0
[pid=12329] ppid=12325 vsize=20148 CPUtime=0.07
/proc/12329/stat : 12329 (minisat20) R 12325 12325 11600 0 -1 4194304 3916 0 0 0 5 2 0 0 18 0 1 0 80006420 20631552 3773 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134650029 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12329/statm: 5037 3774 46 118 0 4915 0
Current children cumulated CPU time (s) 70.21
Current children cumulated vsize (KiB) 66076

[startup+71.1021 s]
/proc/loadavg: 0.99 0.98 0.96 2/79 12329
/proc/meminfo: memFree=1346432/2055920 swapFree=4192812/4192956
[pid=12325] ppid=12323 vsize=45928 CPUtime=70.14
/proc/12325/stat : 12325 (SATzilla2007_R) S 12323 12325 11600 0 -1 4194304 22628 49679 0 9 6196 17 773 28 25 0 1 0 79999398 47030272 11024 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12325/statm: 11482 11024 126 260 0 11206 0
[pid=12329] ppid=12325 vsize=47040 CPUtime=0.86
/proc/12329/stat : 12329 (minisat20) R 12325 12325 11600 0 -1 4194304 10623 0 0 0 80 6 0 0 25 0 1 0 80006420 48168960 10480 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12329/statm: 11760 10480 59 118 0 11638 0
Current children cumulated CPU time (s) 71
Current children cumulated vsize (KiB) 92968

[startup+71.3022 s]
/proc/loadavg: 0.99 0.98 0.96 2/79 12329
/proc/meminfo: memFree=1346432/2055920 swapFree=4192812/4192956
[pid=12325] ppid=12323 vsize=45928 CPUtime=70.14
/proc/12325/stat : 12325 (SATzilla2007_R) S 12323 12325 11600 0 -1 4194304 22628 49679 0 9 6196 17 773 28 25 0 1 0 79999398 47030272 11024 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12325/statm: 11482 11024 126 260 0 11206 0
[pid=12329] ppid=12325 vsize=47308 CPUtime=1.06
/proc/12329/stat : 12329 (minisat20) R 12325 12325 11600 0 -1 4194304 10643 0 0 0 100 6 0 0 25 0 1 0 80006420 48443392 10500 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134530291 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12329/statm: 11827 10500 59 118 0 11705 0
Current children cumulated CPU time (s) 71.2
Current children cumulated vsize (KiB) 93236

[startup+71.4022 s]
/proc/loadavg: 0.99 0.98 0.96 2/79 12329
/proc/meminfo: memFree=1319488/2055920 swapFree=4192812/4192956
[pid=12325] ppid=12323 vsize=45928 CPUtime=70.14
/proc/12325/stat : 12325 (SATzilla2007_R) S 12323 12325 11600 0 -1 4194304 22628 49679 0 9 6196 17 773 28 25 0 1 0 79999398 47030272 11024 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12325/statm: 11482 11024 126 260 0 11206 0
[pid=12329] ppid=12325 vsize=47440 CPUtime=1.17
/proc/12329/stat : 12329 (minisat20) R 12325 12325 11600 0 -1 4194304 10654 0 0 0 111 6 0 0 25 0 1 0 80006420 48578560 10511 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134530046 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12329/statm: 11860 10511 59 118 0 11738 0
Current children cumulated CPU time (s) 71.31
Current children cumulated vsize (KiB) 93368

Child status: 20
Real time (s): 71.4913
CPU time (s): 71.4241
CPU user time (s): 70.8842
CPU system time (s): 0.539917
CPU usage (%): 99.9061
Max. virtual memory (cumulated for all children) (KiB): 93368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.8842
system time used= 0.539917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82989
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36
involuntary context switches= 1484

runsolver used 0.090986 second user time and 0.175973 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Wed Apr 11 19:47:00 UTC 2007

IDJOB= 318646
IDBENCH= 20459
IDSOLVER= 134
FILE ID= node19/318646-1176320819

PBS_JOBID= 4516489

Free space on /tmp= 66528 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/hsatv17/hsat_vc11773.cnf
COMMAND LINE= /tmp/evaluation/318646-1176320819/SATzilla2007_R /tmp/evaluation/318646-1176320819/instance-318646-1176320819.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-318646-1176320819 -o ROOT/results/node19/solver-318646-1176320819 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/318646-1176320819/SATzilla2007_R /tmp/evaluation/318646-1176320819/instance-318646-1176320819.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  d6bd3be8cd8bf9b3f280923b7f8605ef

RANDOM SEED= 935076887

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.213
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.213
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:       1405928 kB
Buffers:         44364 kB
Cached:         482900 kB
SwapCached:        144 kB
Active:         244244 kB
Inactive:       337112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1405928 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           21888 kB
Writeback:           0 kB
Mapped:          72844 kB
Slab:            54200 kB
Committed_AS:  2662884 kB
PageTables:       1784 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= 66528 MiB

End job on node19 on Wed Apr 11 19:48:12 UTC 2007