Trace number 319220

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 29.4925 29.5111

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.77/10.80	c run March_dl for 5 seconds ... 
10.77/10.80	c Bin: Executing march_dl
10.77/10.80	c child exit by a signal
10.77/10.80	c march_dl returned code 137.
10.77/10.80	c run saps (UBCSAT implementation) for 2 seconds ... 
10.77/10.80	c Bin: Executing ubcsat2006
10.77/10.80	c child exited successfully
10.77/10.80	c ubcsat2006 returned code 0.
10.77/10.80	c satzilla computing base features
10.77/10.80	c satzilla doing unit-prop probe
10.77/10.80	c satzilla doing local search probe
10.77/10.80	c satzilla doing lobjois search-space size estimate
10.77/10.80	c satzilla's ranking:
10.77/10.80	c 1) minisat20+P: 7.388840
10.77/10.80	c 2) march_dl: 10.047630
10.77/10.80	c 3) kcnfs: 30.176670
10.77/10.80	c 4) kcnfs+P: 999.000000
10.77/10.80	c 5) march_dl+P: 999.000000
10.77/10.80	c 6) vallst+P: 999.000000
10.77/10.80	c 7) zchaff_rand+P: 999.000000
10.77/10.80	c 8) vallst: 999.000000
10.77/10.80	c 9) zchaff_rand: 999.000000
10.77/10.80	c 10) minisat20: 999.000000
10.77/10.80	c satzilla running minisat20 with preprocessing ... 
10.77/10.82	This is MiniSat 2.0 beta
10.77/10.82	WARNING: for repeatability, setting FPU to use double precision
10.77/10.83	============================[ Problem Statistics ]=============================
10.77/10.83	|                                                                             |
10.77/10.83	|  Number of variables:  668                                                  |
10.77/10.83	|  Number of clauses:    2790                                                 |
10.77/10.83	|  Parsing time:         0.00         s                                       |
10.77/10.83	============================[ Search Statistics ]==============================
10.77/10.83	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.77/10.83	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.77/10.83	===============================================================================
10.77/10.83	|         0 |     668     2790     6954 |      930        0    nan |  0.000 % |
10.77/10.83	|       102 |     668     2790     6954 |     1023      102     16 |  0.000 % |
10.77/10.84	|       252 |     668     2790     6954 |     1125      252     18 |  0.012 % |
10.77/10.84	|       477 |     667     2788     6948 |     1237      277     17 |  0.151 % |
10.77/10.86	|       814 |     667     2788     6948 |     1361      614     17 |  0.151 % |
10.77/10.88	|      1320 |     667     2788     6948 |     1497     1120     22 |  0.160 % |
10.87/10.91	|      2079 |     667     2788     6948 |     1647     1100     13 |  0.151 % |
10.87/10.98	|      3219 |     667     2788     6948 |     1812     1207     25 |  0.151 % |
11.06/11.10	|      4927 |     667     2788     6948 |     1993     1912     26 |  0.151 % |
11.16/11.28	|      7489 |     667     2788     6948 |     2192     1343     15 |  0.151 % |
11.46/11.55	|     11334 |     665     2786     6942 |     2412     1558     28 |  0.451 % |
11.96/12.06	|     17100 |     665     2784     6936 |     2653     2293     14 |  0.450 % |
12.66/12.73	|     25749 |     665     2784     6936 |     2918     1925     25 |  0.451 % |
13.86/13.99	|     38724 |     665     2784     6936 |     3210     2570     15 |  0.449 % |
15.66/15.74	|     58189 |     665     2784     6936 |     3531     3236     18 |  0.450 % |
18.56/18.66	|     87382 |     665     2784     6936 |     3884     2653     15 |  0.451 % |
22.86/22.99	|    131171 |     665     2784     6936 |     4273     2089     13 |  0.451 % |
29.46/29.50	===============================================================================
29.46/29.50	restarts              : 17
29.46/29.50	conflicts             : 194097         (10398 /sec)
29.46/29.50	decisions             : 223743         (1.06 % random) (11986 /sec)
29.46/29.50	propagations          : 28520786       (1527859 /sec)
29.46/29.50	conflict literals     : 4293902        (47.73 % deleted)
29.46/29.50	Memory used           : 2.68 MB
29.46/29.50	CPU time              : 18.6672 s
29.46/29.50	
29.46/29.51	c Preprocessing...
29.46/29.51	c Inital problem has 684 variables, 1322 nary clauses (978 binary clauses).
29.46/29.51	c Num non-binary clauses 1319, Average non-binary clause length 3.058
29.46/29.51	c Theory has no gaps
29.46/29.51	c Preprocessor runtime was 0.020 seconds.
29.46/29.51	c 
29.46/29.51	c Satisfiability of theory still undetermined.
29.46/29.51	c See file /tmp/KOPc2X for simplified theory.
29.46/29.51	c Bin: Executing minisat20
29.46/29.51	c child exited successfully
29.46/29.51	c minisat20 returned code 20.
29.46/29.51	s UNSATISFIABLE
29.46/29.51	c SATZILLA_TIME=29.470000

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/node58/watcher-319220-1172974147 -o ROOT/results/node58/solver-319220-1172974147 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/319220-1172974147/SATzilla2007_R /tmp/evaluation/319220-1172974147/instance-319220-1172974147.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.06 1.03 0.94 3/64 30742
/proc/meminfo: memFree=1289936/2055920 swapFree=4184224/4192956
[pid=30742] ppid=30740 vsize=1440 CPUtime=0
/proc/30742/stat : 30742 (SATzilla2007_R) S 30740 30742 28735 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 317371421 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30742/statm: 360 110 95 260 0 84 0
[pid=30743] ppid=30742 vsize=636 CPUtime=0
/proc/30743/stat : 30743 (march_dl) R 30742 30742 28735 0 -1 4194304 85 0 0 0 0 0 0 0 20 0 1 0 317371421 651264 80 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30743/statm: 159 80 50 118 0 38 0

[startup+0.0998921 s]
/proc/loadavg: 1.06 1.03 0.94 3/64 30742
/proc/meminfo: memFree=1289936/2055920 swapFree=4184224/4192956
[pid=30742] ppid=30740 vsize=1440 CPUtime=0
/proc/30742/stat : 30742 (SATzilla2007_R) S 30740 30742 28735 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 317371421 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30742/statm: 360 110 95 260 0 84 0
[pid=30743] ppid=30742 vsize=1428 CPUtime=0.09
/proc/30743/stat : 30743 (march_dl) R 30742 30742 28735 0 -1 4194304 300 0 0 0 9 0 0 0 20 0 1 0 317371421 1462272 292 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134513873 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30743/statm: 357 292 75 118 0 236 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2868

[startup+0.101891 s]
/proc/loadavg: 1.06 1.03 0.94 3/64 30742
/proc/meminfo: memFree=1289936/2055920 swapFree=4184224/4192956
[pid=30742] ppid=30740 vsize=1440 CPUtime=0
/proc/30742/stat : 30742 (SATzilla2007_R) S 30740 30742 28735 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 317371421 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30742/statm: 360 110 95 260 0 84 0
[pid=30743] ppid=30742 vsize=1428 CPUtime=0.09
/proc/30743/stat : 30743 (march_dl) R 30742 30742 28735 0 -1 4194304 300 0 0 0 9 0 0 0 20 0 1 0 317371421 1462272 292 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514275 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30743/statm: 357 292 75 118 0 236 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2868

[startup+0.301913 s]
/proc/loadavg: 1.06 1.03 0.94 3/64 30742
/proc/meminfo: memFree=1289936/2055920 swapFree=4184224/4192956
[pid=30742] ppid=30740 vsize=1440 CPUtime=0
/proc/30742/stat : 30742 (SATzilla2007_R) S 30740 30742 28735 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 317371421 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30742/statm: 360 110 95 260 0 84 0
[pid=30743] ppid=30742 vsize=1824 CPUtime=0.29
/proc/30743/stat : 30743 (march_dl) R 30742 30742 28735 0 -1 4194304 374 0 0 0 29 0 0 0 20 0 1 0 317371421 1867776 366 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134566016 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30743/statm: 456 366 75 118 0 335 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3264

[startup+0.701957 s]
/proc/loadavg: 1.06 1.03 0.94 3/64 30742
/proc/meminfo: memFree=1289936/2055920 swapFree=4184224/4192956
[pid=30742] ppid=30740 vsize=1440 CPUtime=0
/proc/30742/stat : 30742 (SATzilla2007_R) S 30740 30742 28735 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 317371421 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30742/statm: 360 110 95 260 0 84 0
[pid=30743] ppid=30742 vsize=1956 CPUtime=0.69
/proc/30743/stat : 30743 (march_dl) R 30742 30742 28735 0 -1 4194304 405 0 0 0 69 0 0 0 24 0 1 0 317371421 2002944 397 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134552115 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30743/statm: 489 397 75 118 0 368 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3396

[startup+1.50104 s]
/proc/loadavg: 1.06 1.03 0.94 2/66 30744
/proc/meminfo: memFree=1288384/2055920 swapFree=4184224/4192956
[pid=30742] ppid=30740 vsize=1440 CPUtime=0
/proc/30742/stat : 30742 (SATzilla2007_R) S 30740 30742 28735 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 317371421 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30742/statm: 360 110 95 260 0 84 0
[pid=30743] ppid=30742 vsize=1956 CPUtime=1.49
/proc/30743/stat : 30743 (march_dl) R 30742 30742 28735 0 -1 4194304 424 0 0 0 149 0 0 0 25 0 1 0 317371421 2002944 416 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527807 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30743/statm: 489 416 75 118 0 368 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3396

[startup+3.10122 s]
/proc/loadavg: 1.06 1.03 0.94 2/66 30744
/proc/meminfo: memFree=1288192/2055920 swapFree=4184224/4192956
[pid=30742] ppid=30740 vsize=1440 CPUtime=0
/proc/30742/stat : 30742 (SATzilla2007_R) S 30740 30742 28735 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 317371421 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30742/statm: 360 110 95 260 0 84 0
[pid=30743] ppid=30742 vsize=2088 CPUtime=3.09
/proc/30743/stat : 30743 (march_dl) R 30742 30742 28735 0 -1 4194304 437 0 0 0 309 0 0 0 25 0 1 0 317371421 2138112 429 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134532920 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30743/statm: 522 429 75 118 0 401 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3528

[startup+6.30157 s]
/proc/loadavg: 1.06 1.03 0.94 2/66 30745
/proc/meminfo: memFree=1289024/2055920 swapFree=4184224/4192956
[pid=30742] ppid=30740 vsize=1440 CPUtime=4.99
/proc/30742/stat : 30742 (SATzilla2007_R) S 30740 30742 28735 0 -1 4194304 135 450 0 0 0 0 499 0 16 0 1 0 317371421 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30742/statm: 360 111 96 260 0 84 0
[pid=30745] ppid=30742 vsize=6188 CPUtime=1.28
/proc/30745/stat : 30745 (ubcsat2006) R 30742 30742 28735 0 -1 4194304 270 0 0 0 108 20 0 0 25 0 1 0 317371921 6336512 253 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30745/statm: 1547 253 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7013 s]
/proc/loadavg: 1.05 1.03 0.94 2/66 30746
/proc/meminfo: memFree=1287872/2055920 swapFree=4184224/4192956
[pid=30742] ppid=30740 vsize=2228 CPUtime=10.8
/proc/30742/stat : 30742 (SATzilla2007_R) S 30740 30742 28735 0 -1 4194304 708 726 0 0 308 33 700 39 25 0 1 0 317371421 2281472 364 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30742/statm: 557 364 165 260 0 281 0
[pid=30746] ppid=30742 vsize=2340 CPUtime=1.86
/proc/30746/stat : 30746 (minisat20) R 30742 30742 28735 0 -1 4194304 283 0 0 0 186 0 0 0 25 0 1 0 317372503 2396160 277 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30746/statm: 585 277 58 118 0 463 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 4568

[startup+25.5017 s]
/proc/loadavg: 1.04 1.03 0.94 2/66 30746
/proc/meminfo: memFree=1287488/2055920 swapFree=4184224/4192956
[pid=30742] ppid=30740 vsize=2228 CPUtime=10.8
/proc/30742/stat : 30742 (SATzilla2007_R) S 30740 30742 28735 0 -1 4194304 708 726 0 0 308 33 700 39 25 0 1 0 317371421 2281472 364 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30742/statm: 557 364 165 260 0 281 0
[pid=30746] ppid=30742 vsize=2736 CPUtime=14.66
/proc/30746/stat : 30746 (minisat20) R 30742 30742 28735 0 -1 4194304 355 0 0 0 1466 0 0 0 25 0 1 0 317372503 2801664 349 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30746/statm: 684 349 58 118 0 562 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 4964

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

[startup+27.1019 s]
/proc/loadavg: 1.04 1.03 0.94 2/66 30746
/proc/meminfo: memFree=1287424/2055920 swapFree=4184224/4192956
[pid=30742] ppid=30740 vsize=2228 CPUtime=10.8
/proc/30742/stat : 30742 (SATzilla2007_R) S 30740 30742 28735 0 -1 4194304 708 726 0 0 308 33 700 39 25 0 1 0 317371421 2281472 364 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30742/statm: 557 364 165 260 0 281 0
[pid=30746] ppid=30742 vsize=2736 CPUtime=16.26
/proc/30746/stat : 30746 (minisat20) R 30742 30742 28735 0 -1 4194304 367 0 0 0 1626 0 0 0 25 0 1 0 317372503 2801664 361 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134536306 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30746/statm: 684 361 58 118 0 562 0
Current children cumulated CPU time (s) 27.06
Current children cumulated vsize (KiB) 4964

[startup+28.701 s]
/proc/loadavg: 1.04 1.03 0.94 2/66 30746
/proc/meminfo: memFree=1287488/2055920 swapFree=4184224/4192956
[pid=30742] ppid=30740 vsize=2228 CPUtime=10.8
/proc/30742/stat : 30742 (SATzilla2007_R) S 30740 30742 28735 0 -1 4194304 708 726 0 0 308 33 700 39 25 0 1 0 317371421 2281472 364 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30742/statm: 557 364 165 260 0 281 0
[pid=30746] ppid=30742 vsize=2736 CPUtime=17.86
/proc/30746/stat : 30746 (minisat20) R 30742 30742 28735 0 -1 4194304 371 0 0 0 1786 0 0 0 25 0 1 0 317372503 2801664 365 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30746/statm: 684 365 58 118 0 562 0
Current children cumulated CPU time (s) 28.66
Current children cumulated vsize (KiB) 4964

[startup+29.1011 s]
/proc/loadavg: 1.04 1.03 0.94 2/66 30746
/proc/meminfo: memFree=1287488/2055920 swapFree=4184224/4192956
[pid=30742] ppid=30740 vsize=2228 CPUtime=10.8
/proc/30742/stat : 30742 (SATzilla2007_R) S 30740 30742 28735 0 -1 4194304 708 726 0 0 308 33 700 39 25 0 1 0 317371421 2281472 364 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30742/statm: 557 364 165 260 0 281 0
[pid=30746] ppid=30742 vsize=2736 CPUtime=18.26
/proc/30746/stat : 30746 (minisat20) R 30742 30742 28735 0 -1 4194304 371 0 0 0 1826 0 0 0 25 0 1 0 317372503 2801664 365 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30746/statm: 684 365 58 118 0 562 0
Current children cumulated CPU time (s) 29.06
Current children cumulated vsize (KiB) 4964

[startup+29.5011 s]
/proc/loadavg: 1.04 1.03 0.94 2/66 30746
/proc/meminfo: memFree=1287488/2055920 swapFree=4184224/4192956
[pid=30742] ppid=30740 vsize=2228 CPUtime=10.8
/proc/30742/stat : 30742 (SATzilla2007_R) S 30740 30742 28735 0 -1 4194304 708 726 0 0 308 33 700 39 25 0 1 0 317371421 2281472 364 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30742/statm: 557 364 165 260 0 281 0
[pid=30746] ppid=30742 vsize=2736 CPUtime=18.66
/proc/30746/stat : 30746 (minisat20) R 30742 30742 28735 0 -1 4194304 371 0 0 0 1866 0 0 0 25 0 1 0 317372503 2801664 365 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30746/statm: 684 365 58 118 0 562 0
Current children cumulated CPU time (s) 29.46
Current children cumulated vsize (KiB) 4964

Child status: 20
Real time (s): 29.5111
CPU time (s): 29.4925
CPU user time (s): 28.7576
CPU system time (s): 0.734888
CPU usage (%): 99.9371
Max. virtual memory (cumulated for all children) (KiB): 7628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.7576
system time used= 0.734888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1823
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= 29
involuntary context switches= 67

runsolver used 0.036994 second user time and 0.067989 second system time

The end

Launcher Data (download as text)

Begin job on node58 on Sun Mar  4 02:09:07 UTC 2007

IDJOB= 319220
IDBENCH= 20473
IDSOLVER= 134
FILE ID= node58/319220-1172974147

PBS_JOBID= 4012048

Free space on /tmp= 66495 MiB

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

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  35a8bbabf9cb954216ad71150cb47290

RANDOM SEED= 931038294

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node58.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.234
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.234
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:       1290344 kB
Buffers:         32764 kB
Cached:         663504 kB
SwapCached:       2772 kB
Active:         199976 kB
Inactive:       506392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1290344 kB
SwapTotal:     4192956 kB
SwapFree:      4184224 kB
Dirty:            8404 kB
Writeback:           0 kB
Mapped:          16076 kB
Slab:            45296 kB
Committed_AS:   728420 kB
PageTables:       1384 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= 66495 MiB

End job on node58 on Sun Mar  4 02:09:37 UTC 2007