Trace number 319221

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 CRAFTEDUNSAT 29.4555 29.5812

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.8.unsat.cnf
MD5SUM35a8bbabf9cb954216ad71150cb47290
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.70828
Satisfiable
(Un)Satisfiability was proved
Number of variables684
Number of clauses2300
Sum of the clauses size5992
Maximum clause length15
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 2978
Number of clauses of size 31284
Number of clauses of size 416
Number of clauses of size 512
Number of clauses of size over 57

Solver Data (download as text)

10.66/10.85	c run March_dl for 5 seconds ... 
10.66/10.85	c Bin: Executing march_dl
10.66/10.85	c child exit by a signal
10.66/10.85	c march_dl returned code 137.
10.66/10.85	c run saps (UBCSAT implementation) for 2 seconds ... 
10.66/10.85	c Bin: Executing ubcsat2006
10.66/10.85	c child exited successfully
10.66/10.85	c ubcsat2006 returned code 0.
10.66/10.85	c satzilla computing base features
10.66/10.85	c satzilla doing unit-prop probe
10.66/10.85	c satzilla doing local search probe
10.66/10.85	c satzilla doing lobjois search-space size estimate
10.66/10.85	c satzilla's ranking:
10.66/10.85	c 1) minisat20+P: -1.250893
10.66/10.85	c 2) minisat20: 0.058602
10.66/10.85	c 3) vallst+P: 1.181891
10.66/10.85	c 4) march_dl+P: 1.758687
10.66/10.85	c 5) zchaff_rand+P: 2.618341
10.66/10.85	c 6) march_dl: 2.722394
10.66/10.85	c 7) kcnfs+P: 999.000000
10.66/10.85	c 8) kcnfs: 999.000000
10.66/10.85	c 9) vallst: 999.000000
10.66/10.85	c 10) zchaff_rand: 999.000000
10.66/10.85	c satzilla running minisat20 with preprocessing ... 
10.66/10.87	This is MiniSat 2.0 beta
10.66/10.87	WARNING: for repeatability, setting FPU to use double precision
10.66/10.87	============================[ Problem Statistics ]=============================
10.66/10.87	|                                                                             |
10.66/10.87	|  Number of variables:  668                                                  |
10.66/10.87	|  Number of clauses:    2790                                                 |
10.66/10.87	|  Parsing time:         0.00         s                                       |
10.66/10.87	============================[ Search Statistics ]==============================
10.66/10.87	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.66/10.87	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.66/10.87	===============================================================================
10.66/10.87	|         0 |     668     2790     6954 |      930        0    nan |  0.000 % |
10.66/10.88	|       102 |     668     2790     6954 |     1023      102     16 |  0.000 % |
10.66/10.88	|       252 |     668     2790     6954 |     1125      252     18 |  0.012 % |
10.66/10.89	|       477 |     667     2788     6948 |     1237      277     17 |  0.151 % |
10.77/10.91	|       814 |     667     2788     6948 |     1361      614     17 |  0.151 % |
10.77/10.93	|      1320 |     667     2788     6948 |     1497     1120     22 |  0.160 % |
10.77/10.96	|      2079 |     667     2788     6948 |     1647     1100     13 |  0.151 % |
10.87/11.03	|      3219 |     667     2788     6948 |     1812     1207     25 |  0.151 % |
10.96/11.15	|      4927 |     667     2788     6948 |     1993     1912     26 |  0.151 % |
11.16/11.33	|      7489 |     667     2788     6948 |     2192     1343     15 |  0.151 % |
11.46/11.61	|     11334 |     665     2786     6942 |     2412     1558     28 |  0.451 % |
11.97/12.11	|     17100 |     665     2784     6936 |     2653     2293     14 |  0.450 % |
12.56/12.78	|     25749 |     665     2784     6936 |     2918     1925     25 |  0.451 % |
13.86/14.04	|     38724 |     665     2784     6936 |     3210     2570     15 |  0.449 % |
15.56/15.79	|     58189 |     665     2784     6936 |     3531     3236     18 |  0.450 % |
18.46/18.70	|     87382 |     665     2784     6936 |     3884     2653     15 |  0.451 % |
22.87/23.03	|    131171 |     665     2784     6936 |     4273     2089     13 |  0.451 % |
29.36/29.57	===============================================================================
29.36/29.57	restarts              : 17
29.36/29.57	conflicts             : 194097         (10385 /sec)
29.36/29.57	decisions             : 223743         (1.06 % random) (11971 /sec)
29.36/29.57	propagations          : 28520786       (1525979 /sec)
29.36/29.57	conflict literals     : 4293902        (47.73 % deleted)
29.36/29.57	Memory used           : 2.68 MB
29.36/29.57	CPU time              : 18.6902 s
29.36/29.57	
29.36/29.58	c Preprocessing...
29.36/29.58	c Inital problem has 684 variables, 1322 nary clauses (978 binary clauses).
29.36/29.58	c Num non-binary clauses 1319, Average non-binary clause length 3.058
29.36/29.58	c Theory has no gaps
29.36/29.58	c Preprocessor runtime was 0.020 seconds.
29.36/29.58	c 
29.36/29.58	c Satisfiability of theory still undetermined.
29.36/29.58	c See file /tmp/iegaEP for simplified theory.
29.36/29.58	c Bin: Executing minisat20
29.36/29.58	c child exited successfully
29.36/29.58	c minisat20 returned code 20.
29.36/29.58	s UNSATISFIABLE
29.36/29.58	c SATZILLA_TIME=29.450000

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/node38/watcher-319221-1172974160 -o ROOT/results/node38/solver-319221-1172974160 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/319221-1172974160/SATzilla2007_C /tmp/evaluation/319221-1172974160/instance-319221-1172974160.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 1.00 0.99 3/64 29016
/proc/meminfo: memFree=1495808/2055920 swapFree=4183904/4192956
[pid=29016] ppid=29014 vsize=1440 CPUtime=0
/proc/29016/stat : 29016 (SATzilla2007_C) R 29014 29016 27542 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 317371828 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/29016/statm: 360 110 95 260 0 84 0
[pid=29017] ppid=29016 vsize=636 CPUtime=0
/proc/29017/stat : 29017 (march_dl) R 29016 29016 27542 0 -1 4194304 85 0 0 0 0 0 0 0 18 0 1 0 317371828 651264 80 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29017/statm: 159 80 50 118 0 38 0

[startup+0.00994397 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 29016
/proc/meminfo: memFree=1495808/2055920 swapFree=4183904/4192956
[pid=29016] ppid=29014 vsize=1440 CPUtime=0
/proc/29016/stat : 29016 (SATzilla2007_C) S 29014 29016 27542 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 317371828 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29016/statm: 360 110 95 260 0 84 0
[pid=29017] ppid=29016 vsize=772 CPUtime=0
/proc/29017/stat : 29017 (march_dl) R 29016 29016 27542 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 317371828 790528 124 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134651476 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29017/statm: 193 124 55 118 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2212

[startup+0.101954 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 29016
/proc/meminfo: memFree=1495808/2055920 swapFree=4183904/4192956
[pid=29016] ppid=29014 vsize=1440 CPUtime=0
/proc/29016/stat : 29016 (SATzilla2007_C) S 29014 29016 27542 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 317371828 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29016/statm: 360 110 95 260 0 84 0
[pid=29017] ppid=29016 vsize=1428 CPUtime=0.09
/proc/29017/stat : 29017 (march_dl) R 29016 29016 27542 0 -1 4194304 300 0 0 0 9 0 0 0 19 0 1 0 317371828 1462272 292 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134513877 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29017/statm: 357 292 75 118 0 236 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2868

[startup+0.301975 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 29016
/proc/meminfo: memFree=1495808/2055920 swapFree=4183904/4192956
[pid=29016] ppid=29014 vsize=1440 CPUtime=0
/proc/29016/stat : 29016 (SATzilla2007_C) S 29014 29016 27542 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 317371828 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29016/statm: 360 110 95 260 0 84 0
[pid=29017] ppid=29016 vsize=1824 CPUtime=0.29
/proc/29017/stat : 29017 (march_dl) R 29016 29016 27542 0 -1 4194304 374 0 0 0 29 0 0 0 21 0 1 0 317371828 1867776 366 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134536803 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29017/statm: 456 366 75 118 0 335 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3264

[startup+0.702021 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 29016
/proc/meminfo: memFree=1495808/2055920 swapFree=4183904/4192956
[pid=29016] ppid=29014 vsize=1440 CPUtime=0
/proc/29016/stat : 29016 (SATzilla2007_C) S 29014 29016 27542 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 317371828 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29016/statm: 360 110 95 260 0 84 0
[pid=29017] ppid=29016 vsize=1956 CPUtime=0.69
/proc/29017/stat : 29017 (march_dl) R 29016 29016 27542 0 -1 4194304 405 0 0 0 69 0 0 0 24 0 1 0 317371828 2002944 397 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551969 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29017/statm: 489 397 75 118 0 368 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3396

[startup+1.50111 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 29018
/proc/meminfo: memFree=1494320/2055920 swapFree=4183904/4192956
[pid=29016] ppid=29014 vsize=1440 CPUtime=0
/proc/29016/stat : 29016 (SATzilla2007_C) S 29014 29016 27542 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 317371828 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29016/statm: 360 110 95 260 0 84 0
[pid=29017] ppid=29016 vsize=1956 CPUtime=1.49
/proc/29017/stat : 29017 (march_dl) R 29016 29016 27542 0 -1 4194304 424 0 0 0 149 0 0 0 25 0 1 0 317371828 2002944 416 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134533018 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29017/statm: 489 416 75 118 0 368 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3396

[startup+3.10129 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 29018
/proc/meminfo: memFree=1494128/2055920 swapFree=4183904/4192956
[pid=29016] ppid=29014 vsize=1440 CPUtime=0
/proc/29016/stat : 29016 (SATzilla2007_C) S 29014 29016 27542 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 317371828 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29016/statm: 360 110 95 260 0 84 0
[pid=29017] ppid=29016 vsize=2088 CPUtime=3.09
/proc/29017/stat : 29017 (march_dl) R 29016 29016 27542 0 -1 4194304 437 0 0 0 309 0 0 0 25 0 1 0 317371828 2138112 429 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134532772 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29017/statm: 522 429 75 118 0 401 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3528

[startup+6.30266 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 29019
/proc/meminfo: memFree=1493744/2055920 swapFree=4183904/4192956
[pid=29016] ppid=29014 vsize=1440 CPUtime=4.99
/proc/29016/stat : 29016 (SATzilla2007_C) S 29014 29016 27542 0 -1 4194304 135 450 0 0 0 0 499 0 16 0 1 0 317371828 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29016/statm: 360 111 96 260 0 84 0
[pid=29019] ppid=29016 vsize=6188 CPUtime=1.18
/proc/29019/stat : 29019 (ubcsat2006) R 29016 29016 27542 0 -1 4194304 256 0 14 0 100 18 0 0 25 0 1 0 317372328 6336512 253 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29019/statm: 1547 253 156 64 0 1128 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 7628

[startup+12.7014 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 29020
/proc/meminfo: memFree=1492728/2055920 swapFree=4183904/4192956
[pid=29016] ppid=29014 vsize=2228 CPUtime=10.75
/proc/29016/stat : 29016 (SATzilla2007_C) S 29014 29016 27542 0 -1 4194304 707 712 0 14 307 30 700 38 25 0 1 0 317371828 2281472 363 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29016/statm: 557 363 165 260 0 281 0
[pid=29020] ppid=29016 vsize=2340 CPUtime=1.81
/proc/29020/stat : 29020 (minisat20) R 29016 29016 27542 0 -1 4194304 283 0 0 0 181 0 0 0 25 0 1 0 317372916 2396160 277 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29020/statm: 585 277 58 118 0 463 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 4568

[startup+25.5018 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 29020
/proc/meminfo: memFree=1492344/2055920 swapFree=4183904/4192956
[pid=29016] ppid=29014 vsize=2228 CPUtime=10.75
/proc/29016/stat : 29016 (SATzilla2007_C) S 29014 29016 27542 0 -1 4194304 707 712 0 14 307 30 700 38 25 0 1 0 317371828 2281472 363 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29016/statm: 557 363 165 260 0 281 0
[pid=29020] ppid=29016 vsize=2736 CPUtime=14.61
/proc/29020/stat : 29020 (minisat20) R 29016 29016 27542 0 -1 4194304 355 0 0 0 1461 0 0 0 25 0 1 0 317372916 2801664 349 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134535784 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29020/statm: 684 349 58 118 0 562 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 4964

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

[startup+27.102 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 29020
/proc/meminfo: memFree=1492344/2055920 swapFree=4183904/4192956
[pid=29016] ppid=29014 vsize=2228 CPUtime=10.75
/proc/29016/stat : 29016 (SATzilla2007_C) S 29014 29016 27542 0 -1 4194304 707 712 0 14 307 30 700 38 25 0 1 0 317371828 2281472 363 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29016/statm: 557 363 165 260 0 281 0
[pid=29020] ppid=29016 vsize=2736 CPUtime=16.21
/proc/29020/stat : 29020 (minisat20) R 29016 29016 27542 0 -1 4194304 367 0 0 0 1621 0 0 0 25 0 1 0 317372916 2801664 361 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525763 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29020/statm: 684 361 58 118 0 562 0
Current children cumulated CPU time (s) 26.96
Current children cumulated vsize (KiB) 4964

[startup+28.7012 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 29020
/proc/meminfo: memFree=1492280/2055920 swapFree=4183904/4192956
[pid=29016] ppid=29014 vsize=2228 CPUtime=10.75
/proc/29016/stat : 29016 (SATzilla2007_C) S 29014 29016 27542 0 -1 4194304 707 712 0 14 307 30 700 38 25 0 1 0 317371828 2281472 363 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29016/statm: 557 363 165 260 0 281 0
[pid=29020] ppid=29016 vsize=2736 CPUtime=17.81
/proc/29020/stat : 29020 (minisat20) R 29016 29016 27542 0 -1 4194304 371 0 0 0 1781 0 0 0 25 0 1 0 317372916 2801664 365 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29020/statm: 684 365 58 118 0 562 0
Current children cumulated CPU time (s) 28.56
Current children cumulated vsize (KiB) 4964

[startup+29.1012 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 29020
/proc/meminfo: memFree=1492280/2055920 swapFree=4183904/4192956
[pid=29016] ppid=29014 vsize=2228 CPUtime=10.75
/proc/29016/stat : 29016 (SATzilla2007_C) S 29014 29016 27542 0 -1 4194304 707 712 0 14 307 30 700 38 25 0 1 0 317371828 2281472 363 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29016/statm: 557 363 165 260 0 281 0
[pid=29020] ppid=29016 vsize=2736 CPUtime=18.21
/proc/29020/stat : 29020 (minisat20) R 29016 29016 27542 0 -1 4194304 371 0 0 0 1821 0 0 0 25 0 1 0 317372916 2801664 365 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525763 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29020/statm: 684 365 58 118 0 562 0
Current children cumulated CPU time (s) 28.96
Current children cumulated vsize (KiB) 4964

[startup+29.5013 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 29020
/proc/meminfo: memFree=1492280/2055920 swapFree=4183904/4192956
[pid=29016] ppid=29014 vsize=2228 CPUtime=10.75
/proc/29016/stat : 29016 (SATzilla2007_C) S 29014 29016 27542 0 -1 4194304 707 712 0 14 307 30 700 38 25 0 1 0 317371828 2281472 363 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29016/statm: 557 363 165 260 0 281 0
[pid=29020] ppid=29016 vsize=2736 CPUtime=18.61
/proc/29020/stat : 29020 (minisat20) R 29016 29016 27542 0 -1 4194304 371 0 0 0 1861 0 0 0 25 0 1 0 317372916 2801664 365 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29020/statm: 684 365 58 118 0 562 0
Current children cumulated CPU time (s) 29.36
Current children cumulated vsize (KiB) 4964

Child status: 20
Real time (s): 29.5812
CPU time (s): 29.4555
CPU user time (s): 28.7696
CPU system time (s): 0.685895
CPU usage (%): 99.5752
Max. virtual memory (cumulated for all children) (KiB): 7628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.7696
system time used= 0.685895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1808
page faults= 14
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57
involuntary context switches= 78

runsolver used 0.024996 second user time and 0.083987 second system time

The end

Launcher Data (download as text)

Begin job on node38 on Sun Mar  4 02:09:20 UTC 2007

IDJOB= 319221
IDBENCH= 20473
IDSOLVER= 135
FILE ID= node38/319221-1172974160

PBS_JOBID= 4012086

Free space on /tmp= 66504 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/industrial/jarvisalo/eq.atree.braun.8.unsat.cnf
COMMAND LINE= /tmp/evaluation/319221-1172974160/SATzilla2007_C /tmp/evaluation/319221-1172974160/instance-319221-1172974160.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-319221-1172974160 -o ROOT/results/node38/solver-319221-1172974160 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/319221-1172974160/SATzilla2007_C /tmp/evaluation/319221-1172974160/instance-319221-1172974160.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  35a8bbabf9cb954216ad71150cb47290

RANDOM SEED= 703377921

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node38.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.233
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.233
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:       1496152 kB
Buffers:         36364 kB
Cached:         458296 kB
SwapCached:       3032 kB
Active:         121816 kB
Inactive:       382320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1496152 kB
SwapTotal:     4192956 kB
SwapFree:      4183904 kB
Dirty:            8408 kB
Writeback:           0 kB
Mapped:          15452 kB
Slab:            41604 kB
Committed_AS:   660404 kB
PageTables:       1468 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= 66504 MiB

End job on node38 on Sun Mar  4 02:09:50 UTC 2007