Trace number 335950

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 RANDOM? (exit code) 1199.52 1199.98

General information on the benchmark

Namecrafted/Hard/contest05/others/
linvrinv6.sat05-565.reshuffled-07.cnf
MD5SUMcd0ae54367b5a9ed0b37080c845fb42a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables792
Number of clauses2557
Sum of the clauses size6840
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2864
Number of clauses of size 31692
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data (download as text)

10.67/10.70	c run March_dl for 5 seconds ... 
10.67/10.70	c Bin: Executing march_dl
10.67/10.70	c child exit by a signal
10.67/10.70	c march_dl returned code 137.
10.67/10.70	c run saps (UBCSAT implementation) for 2 seconds ... 
10.67/10.70	c Bin: Executing ubcsat2006
10.67/10.70	c child exited successfully
10.67/10.70	c ubcsat2006 returned code 0.
10.67/10.70	c satzilla computing base features
10.67/10.70	c satzilla doing unit-prop probe
10.67/10.70	c satzilla doing local search probe
10.67/10.70	c satzilla doing lobjois search-space size estimate
10.67/10.70	c satzilla's ranking:
10.67/10.70	c 1) minisat20+P: 11.831974
10.67/10.70	c 2) march_dl: 16.865596
10.67/10.70	c 3) kcnfs: 77.993897
10.67/10.70	c 4) kcnfs+P: 999.000000
10.67/10.70	c 5) march_dl+P: 999.000000
10.67/10.70	c 6) vallst+P: 999.000000
10.67/10.70	c 7) zchaff_rand+P: 999.000000
10.67/10.70	c 8) vallst: 999.000000
10.67/10.70	c 9) zchaff_rand: 999.000000
10.67/10.70	c 10) minisat20: 999.000000
10.67/10.70	c satzilla running minisat20 with preprocessing ... 
10.67/10.71	This is MiniSat 2.0 beta
10.67/10.71	WARNING: for repeatability, setting FPU to use double precision
10.67/10.71	============================[ Problem Statistics ]=============================
10.67/10.71	|                                                                             |
10.67/10.71	|  Number of variables:  756                                                  |
10.67/10.71	|  Number of clauses:    2485                                                 |
10.67/10.72	|  Parsing time:         0.00         s                                       |
10.67/10.72	============================[ Search Statistics ]==============================
10.67/10.72	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.67/10.72	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.67/10.72	===============================================================================
10.67/10.72	|         0 |     756     2485     6696 |      828        0    nan |  0.000 % |
10.67/10.72	|       104 |     756     2485     6696 |      911      104     33 |  0.000 % |
10.67/10.73	|       254 |     756     2485     6696 |     1002      254     32 |  0.000 % |
10.67/10.74	|       480 |     756     2485     6696 |     1102      480     39 |  0.000 % |
10.67/10.76	|       817 |     756     2485     6696 |     1212      817     37 |  0.000 % |
10.67/10.78	|      1324 |     756     2485     6696 |     1334     1324     41 |  0.000 % |
10.69/10.83	|      2083 |     756     2485     6696 |     1467     1321     37 |  0.000 % |
10.87/10.91	|      3222 |     756     2485     6696 |     1614     1597     44 |  0.000 % |
10.97/11.00	|      4930 |     756     2485     6696 |     1775     1518     25 |  0.000 % |
11.16/11.20	|      7493 |     756     2485     6696 |     1953     1169     34 |  0.000 % |
11.46/11.52	|     11337 |     756     2485     6696 |     2148     1634     50 |  0.000 % |
11.86/12.00	|     17103 |     756     2485     6696 |     2363     1362     38 |  0.000 % |
12.66/12.73	|     25752 |     756     2485     6696 |     2599     2388     49 |  0.000 % |
13.76/13.86	|     38727 |     756     2485     6696 |     2859     2614     52 |  0.000 % |
15.46/15.55	|     58188 |     756     2485     6696 |     3145     2553     56 |  0.000 % |
18.16/18.26	|     87381 |     756     2485     6696 |     3460     1995     40 |  0.000 % |
23.45/23.57	|    131171 |     756     2485     6696 |     3806     2146     55 |  0.000 % |
30.85/30.95	|    196855 |     756     2485     6696 |     4186     2158     47 |  0.000 % |
42.94/43.07	|    295381 |     756     2485     6696 |     4605     4187     59 |  0.000 % |
63.13/63.26	|    443170 |     756     2485     6696 |     5066     3387     58 |  0.000 % |
93.83/93.99	|    664854 |     756     2485     6696 |     5572     4820     54 |  0.000 % |
145.81/145.98	|    997379 |     756     2485     6696 |     6129     5549     68 |  0.000 % |
226.70/226.81	|   1496167 |     756     2485     6696 |     6742     5497     58 |  0.000 % |
339.58/339.85	|   2244349 |     756     2485     6696 |     7417     5382     58 |  0.000 % |
535.21/535.56	|   3366623 |     756     2485     6696 |     8158     4488     57 |  0.002 % |
840.92/841.37	|   5050034 |     756     2485     6696 |     8974     7549     65 |  0.000 % |
1199.43/1199.97	c Preprocessing...
1199.43/1199.97	c Inital problem has 792 variables, 1693 nary clauses (864 binary clauses).
1199.43/1199.97	c Num non-binary clauses 1693, Average non-binary clause length 3.019
1199.43/1199.97	c Theory has no gaps
1199.43/1199.97	c Preprocessor runtime was 0.010 seconds.
1199.43/1199.97	c 
1199.43/1199.97	c Satisfiability of theory still undetermined.
1199.43/1199.97	c See file /tmp/psEpXL for simplified theory.
1199.43/1199.97	c Bin: Executing minisat20
1199.43/1199.97	c child exit by a signal
1199.43/1199.97	c minisat20 returned code 137.
1199.43/1199.97	c minisat20 returned code 137.
1199.43/1199.97	c satzilla running march_dl ... 
1199.43/1199.97	c Bin: Executing march_dl
1199.43/1199.97	c march_dl returned code 1.
1199.43/1199.97	c march_dl returned code 1.
1199.43/1199.97	c satzilla running kcnfs ... 
1199.43/1199.97	c Bin: Executing kcnfs
1199.43/1199.97	c kcnfs returned code 1.
1199.43/1199.97	c kcnfs returned code 1.
1199.43/1199.97	c satzilla running kcnfs with preprocessing ... 
1199.43/1199.97	c Bin: Executing kcnfs
1199.43/1199.97	c kcnfs returned code 1.
1199.43/1199.97	c kcnfs returned code 1.
1199.43/1199.97	c satzilla running march_dl with preprocessing ... 
1199.43/1199.97	c Bin: Executing march_dl
1199.43/1199.97	c march_dl returned code 1.
1199.43/1199.97	c march_dl returned code 1.
1199.43/1199.97	c satzilla running vallst with preprocessing ... 
1199.43/1199.97	c Bin: Executing vallst
1199.43/1199.97	c vallst returned code 1.
1199.43/1199.97	c vallst returned code 1.
1199.43/1199.97	c satzilla running zchaff_rand with preprocessing ... 
1199.43/1199.97	c Bin: Executing zchaff_rand
1199.43/1199.97	c zchaff_rand returned code 1.
1199.43/1199.97	c zchaff_rand returned code 1.
1199.43/1199.97	c satzilla running vallst ... 
1199.43/1199.97	c Bin: Executing vallst
1199.43/1199.97	c vallst returned code 1.
1199.43/1199.97	c vallst returned code 1.
1199.43/1199.97	c satzilla running zchaff_rand ... 
1199.43/1199.97	c Bin: Executing zchaff_rand
1199.43/1199.97	c zchaff_rand returned code 1.
1199.43/1199.97	c zchaff_rand returned code 1.
1199.43/1199.97	c satzilla running minisat20 ... 
1199.43/1199.97	c Bin: Executing minisat20
1199.43/1199.97	c minisat20 returned code 1.
1199.43/1199.97	c minisat20 returned code 1.
1199.43/1199.97	c ERROR: All Failed! 
1199.43/1199.97	c SATZILLA_TIME=1199.690000

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node72/watcher-335950-1177365360 -o ROOT/results/node72/solver-335950-1177365360 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335950-1177365360/SATzilla2007_R /tmp/evaluation/335950-1177365360/instance-335950-1177365360.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.02 1.00 0.95 3/77 22764
/proc/meminfo: memFree=1908600/2055920 swapFree=4157192/4192956
[pid=22764] ppid=22762 vsize=1440 CPUtime=0
/proc/22764/stat : 22764 (SATzilla2007_R) S 22762 22764 22131 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 212574540 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22764/statm: 360 110 95 260 0 84 0
[pid=22765] ppid=22764 vsize=772 CPUtime=0
/proc/22765/stat : 22765 (march_dl) R 22764 22764 22131 0 -1 4194304 107 0 0 0 0 0 0 0 19 0 1 0 212574540 790528 101 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134544208 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22765/statm: 193 101 52 118 0 72 0

[startup+0.0373239 s]
/proc/loadavg: 1.02 1.00 0.95 3/77 22764
/proc/meminfo: memFree=1908600/2055920 swapFree=4157192/4192956
[pid=22764] ppid=22762 vsize=1440 CPUtime=0
/proc/22764/stat : 22764 (SATzilla2007_R) S 22762 22764 22131 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 212574540 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22764/statm: 360 110 95 260 0 84 0
[pid=22765] ppid=22764 vsize=1356 CPUtime=0.02
/proc/22765/stat : 22765 (march_dl) R 22764 22764 22131 0 -1 4194304 295 0 0 0 2 0 0 0 19 0 1 0 212574540 1388544 286 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134587477 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22765/statm: 339 286 75 118 0 218 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2796

[startup+0.101329 s]
/proc/loadavg: 1.02 1.00 0.95 3/77 22764
/proc/meminfo: memFree=1908600/2055920 swapFree=4157192/4192956
[pid=22764] ppid=22762 vsize=1440 CPUtime=0
/proc/22764/stat : 22764 (SATzilla2007_R) S 22762 22764 22131 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 212574540 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22764/statm: 360 110 95 260 0 84 0
[pid=22765] ppid=22764 vsize=1524 CPUtime=0.09
/proc/22765/stat : 22765 (march_dl) R 22764 22764 22131 0 -1 4194304 329 0 0 0 9 0 0 0 19 0 1 0 212574540 1560576 320 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134528166 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22765/statm: 381 320 75 118 0 260 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2964

[startup+0.301347 s]
/proc/loadavg: 1.02 1.00 0.95 3/77 22764
/proc/meminfo: memFree=1908600/2055920 swapFree=4157192/4192956
[pid=22764] ppid=22762 vsize=1440 CPUtime=0
/proc/22764/stat : 22764 (SATzilla2007_R) S 22762 22764 22131 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 212574540 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22764/statm: 360 110 95 260 0 84 0
[pid=22765] ppid=22764 vsize=1524 CPUtime=0.29
/proc/22765/stat : 22765 (march_dl) R 22764 22764 22131 0 -1 4194304 337 0 0 0 29 0 0 0 20 0 1 0 212574540 1560576 328 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134587485 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22765/statm: 381 328 75 118 0 260 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2964

[startup+0.701384 s]
/proc/loadavg: 1.02 1.00 0.95 3/77 22764
/proc/meminfo: memFree=1908600/2055920 swapFree=4157192/4192956
[pid=22764] ppid=22762 vsize=1440 CPUtime=0
/proc/22764/stat : 22764 (SATzilla2007_R) S 22762 22764 22131 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 212574540 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22764/statm: 360 110 95 260 0 84 0
[pid=22765] ppid=22764 vsize=1524 CPUtime=0.69
/proc/22765/stat : 22765 (march_dl) R 22764 22764 22131 0 -1 4194304 341 0 0 0 69 0 0 0 24 0 1 0 212574540 1560576 332 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134533060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22765/statm: 381 332 75 118 0 260 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2964

[startup+1.50146 s]
/proc/loadavg: 1.02 1.00 0.95 2/79 22766
/proc/meminfo: memFree=1907368/2055920 swapFree=4157192/4192956
[pid=22764] ppid=22762 vsize=1440 CPUtime=0
/proc/22764/stat : 22764 (SATzilla2007_R) S 22762 22764 22131 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 212574540 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22764/statm: 360 110 95 260 0 84 0
[pid=22765] ppid=22764 vsize=1656 CPUtime=1.49
/proc/22765/stat : 22765 (march_dl) R 22764 22764 22131 0 -1 4194304 345 0 0 0 149 0 0 0 25 0 1 0 212574540 1695744 336 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134573218 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22765/statm: 414 336 75 118 0 293 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3096

[startup+3.1016 s]
/proc/loadavg: 1.02 1.00 0.95 2/79 22766
/proc/meminfo: memFree=1907048/2055920 swapFree=4157192/4192956
[pid=22764] ppid=22762 vsize=1440 CPUtime=0
/proc/22764/stat : 22764 (SATzilla2007_R) S 22762 22764 22131 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 212574540 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22764/statm: 360 110 95 260 0 84 0
[pid=22765] ppid=22764 vsize=1656 CPUtime=3.08
/proc/22765/stat : 22765 (march_dl) R 22764 22764 22131 0 -1 4194304 349 0 0 0 308 0 0 0 25 0 1 0 212574540 1695744 340 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134568111 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22765/statm: 414 340 75 118 0 293 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 3096

[startup+6.3019 s]
/proc/loadavg: 1.02 1.00 0.95 2/79 22767
/proc/meminfo: memFree=1907752/2055920 swapFree=4157192/4192956
[pid=22764] ppid=22762 vsize=1440 CPUtime=4.99
/proc/22764/stat : 22764 (SATzilla2007_R) S 22762 22764 22131 0 -1 4194304 133 352 0 0 0 0 499 0 16 0 1 0 212574540 1474560 111 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22764/statm: 360 111 96 260 0 84 0
[pid=22767] ppid=22764 vsize=6188 CPUtime=1.27
/proc/22767/stat : 22767 (ubcsat2006) R 22764 22764 22131 0 -1 4194304 277 0 0 0 109 18 0 0 25 0 1 0 212575041 6336512 260 18446744073709551615 134512640 134777720 4294956464 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22767/statm: 1547 260 156 64 0 1128 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 7628

[startup+12.7025 s]
/proc/loadavg: 1.01 1.00 0.95 2/79 22768
/proc/meminfo: memFree=1906472/2055920 swapFree=4157192/4192956
[pid=22764] ppid=22762 vsize=2116 CPUtime=10.69
/proc/22764/stat : 22764 (SATzilla2007_R) S 22762 22764 22131 0 -1 4194304 713 635 0 0 309 27 700 33 25 0 1 0 212574540 2166784 364 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22764/statm: 529 364 165 260 0 253 0
[pid=22768] ppid=22764 vsize=2604 CPUtime=1.97
/proc/22768/stat : 22768 (minisat20) R 22764 22764 22131 0 -1 4194304 321 0 0 0 197 0 0 0 25 0 1 0 212575612 2666496 315 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134535756 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22768/statm: 651 315 58 118 0 529 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 4720

[startup+25.5017 s]
/proc/loadavg: 1.01 1.00 0.95 2/79 22768
/proc/meminfo: memFree=1905704/2055920 swapFree=4157192/4192956
[pid=22764] ppid=22762 vsize=2116 CPUtime=10.69
/proc/22764/stat : 22764 (SATzilla2007_R) S 22762 22764 22131 0 -1 4194304 713 635 0 0 309 27 700 33 25 0 1 0 212574540 2166784 364 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22764/statm: 529 364 165 260 0 253 0
[pid=22768] ppid=22764 vsize=3264 CPUtime=14.76
/proc/22768/stat : 22768 (minisat20) R 22764 22764 22131 0 -1 4194304 501 0 0 0 1476 0 0 0 25 0 1 0 212575612 3342336 495 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525674 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22768/statm: 816 495 58 118 0 694 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 5380

[startup+51.102 s]
/proc/loadavg: 1.01 1.00 0.95 2/79 22768
/proc/meminfo: memFree=1905384/2055920 swapFree=4157192/4192956
[pid=22764] ppid=22762 vsize=2116 CPUtime=10.69
/proc/22764/stat : 22764 (SATzilla2007_R) S 22762 22764 22131 0 -1 4194304 713 635 0 0 309 27 700 33 25 0 1 0 212574540 2166784 364 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22764/statm: 529 364 165 260 0 253 0
[pid=22768] ppid=22764 vsize=3740 CPUtime=40.35
/proc/22768/stat : 22768 (minisat20) R 22764 22764 22131 0 -1 4194304 616 0 0 0 4035 0 0 0 25 0 1 0 212575612 3829760 610 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22768/statm: 935 610 58 118 0 813 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 5856

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.95 2/79 22768
/proc/meminfo: memFree=1904616/2055920 swapFree=4157192/4192956
[pid=22764] ppid=22762 vsize=2116 CPUtime=10.69
/proc/22764/stat : 22764 (SATzilla2007_R) S 22762 22764 22131 0 -1 4194304 713 635 0 0 309 27 700 33 25 0 1 0 212574540 2166784 364 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22764/statm: 529 364 165 260 0 253 0
[pid=22768] ppid=22764 vsize=4400 CPUtime=91.54
/proc/22768/stat : 22768 (minisat20) R 22764 22764 22131 0 -1 4194304 796 0 0 0 9153 1 0 0 25 0 1 0 212575612 4505600 790 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134519369 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22768/statm: 1100 790 58 118 0 978 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 6516

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/79 22768
/proc/meminfo: memFree=1904296/2055920 swapFree=4157192/4192956
[pid=22764] ppid=22762 vsize=2116 CPUtime=10.69
/proc/22764/stat : 22764 (SATzilla2007_R) S 22762 22764 22131 0 -1 4194304 713 635 0 0 309 27 700 33 25 0 1 0 212574540 2166784 364 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22764/statm: 529 364 165 260 0 253 0
[pid=22768] ppid=22764 vsize=4664 CPUtime=151.52
/proc/22768/stat : 22768 (minisat20) R 22764 22764 22131 0 -1 4194304 851 0 0 0 15151 1 0 0 25 0 1 0 212575612 4775936 845 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134528291 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22768/statm: 1166 845 58 118 0 1044 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 6780

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/79 22768
/proc/meminfo: memFree=1904040/2055920 swapFree=4157192/4192956
[pid=22764] ppid=22762 vsize=2116 CPUtime=10.69
/proc/22764/stat : 22764 (SATzilla2007_R) S 22762 22764 22131 0 -1 4194304 713 635 0 0 309 27 700 33 25 0 1 0 212574540 2166784 364 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22764/statm: 529 364 165 260 0 253 0
[pid=22768] ppid=22764 vsize=4796 CPUtime=211.51
/proc/22768/stat : 22768 (minisat20) R 22764 22764 22131 0 -1 4194304 891 0 0 0 21149 2 0 0 25 0 1 0 212575612 4911104 885 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22768/statm: 1199 885 58 118 0 1077 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 6912

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/79 22768
/proc/meminfo: memFree=1903656/2055920 swapFree=4157192/4192956
[pid=22764] ppid=22762 vsize=2116 CPUtime=10.69
/proc/22764/stat : 22764 (SATzilla2007_R) S 22762 22764 22131 0 -1 4194304 713 635 0 0 309 27 700 33 25 0 1 0 212574540 2166784 364 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22764/statm: 529 364 165 260 0 253 0
[pid=22768] ppid=22764 vsize=5168 CPUtime=271.48
/proc/22768/stat : 22768 (minisat20) R 22764 22764 22131 0 -1 4194304 969 0 0 0 27146 2 0 0 25 0 1 0 212575612 5292032 963 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22768/statm: 1292 963 58 118 0 1170 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 7284

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/85 22940
/proc/meminfo: memFree=1902128/2055920 swapFree=4157192/4192956
[pid=22764] ppid=22762 vsize=2116 CPUtime=10.69
/proc/22764/stat : 22764 (SATzilla2007_R) S 22762 22764 22131 0 -1 4194304 713 635 0 0 309 27 700 33 25 0 1 0 212574540 2166784 364 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22764/statm: 529 364 165 260 0 253 0
[pid=22768] ppid=22764 vsize=5300 CPUtime=331.38
/proc/22768/stat : 22768 (minisat20) R 22764 22764 22131 0 -1 4194304 1010 0 0 0 33135 3 0 0 25 0 1 0 212575612 5427200 1004 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134527603 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22768/statm: 1325 1004 58 118 0 1203 0

################
# More data... #
################


[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.95 2/79 22970
/proc/meminfo: memFree=1901864/2055920 swapFree=4157192/4192956
[pid=22764] ppid=22762 vsize=2116 CPUtime=10.69
/proc/22764/stat : 22764 (SATzilla2007_R) S 22762 22764 22131 0 -1 4194304 713 635 0 0 309 27 700 33 25 0 1 0 212574540 2166784 364 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22764/statm: 529 364 165 260 0 253 0
[pid=22768] ppid=22764 vsize=6484 CPUtime=751.26
/proc/22768/stat : 22768 (minisat20) R 22764 22764 22131 0 -1 4194304 1313 0 0 0 75119 7 0 0 25 0 1 0 212575612 6639616 1299 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22768/statm: 1621 1299 58 118 0 1499 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 8600

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/79 22970
/proc/meminfo: memFree=1901992/2055920 swapFree=4157192/4192956
[pid=22764] ppid=22762 vsize=2116 CPUtime=10.69
/proc/22764/stat : 22764 (SATzilla2007_R) S 22762 22764 22131 0 -1 4194304 713 635 0 0 309 27 700 33 25 0 1 0 212574540 2166784 364 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22764/statm: 529 364 165 260 0 253 0
[pid=22768] ppid=22764 vsize=6484 CPUtime=811.24
/proc/22768/stat : 22768 (minisat20) R 22764 22764 22131 0 -1 4194304 1313 0 0 0 81117 7 0 0 25 0 1 0 212575612 6639616 1299 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134527508 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22768/statm: 1621 1299 58 118 0 1499 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 8600

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/79 22970
/proc/meminfo: memFree=1901800/2055920 swapFree=4157192/4192956
[pid=22764] ppid=22762 vsize=2116 CPUtime=10.69
/proc/22764/stat : 22764 (SATzilla2007_R) S 22762 22764 22131 0 -1 4194304 713 635 0 0 309 27 700 33 25 0 1 0 212574540 2166784 364 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22764/statm: 529 364 165 260 0 253 0
[pid=22768] ppid=22764 vsize=6576 CPUtime=871.23
/proc/22768/stat : 22768 (minisat20) R 22764 22764 22131 0 -1 4194304 1342 0 0 0 87115 8 0 0 25 0 1 0 212575612 6733824 1328 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22768/statm: 1644 1328 58 118 0 1522 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 8692

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/79 22970
/proc/meminfo: memFree=1901544/2055920 swapFree=4157192/4192956
[pid=22764] ppid=22762 vsize=2116 CPUtime=10.69
/proc/22764/stat : 22764 (SATzilla2007_R) S 22762 22764 22131 0 -1 4194304 713 635 0 0 309 27 700 33 25 0 1 0 212574540 2166784 364 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22764/statm: 529 364 165 260 0 253 0
[pid=22768] ppid=22764 vsize=6812 CPUtime=931.21
/proc/22768/stat : 22768 (minisat20) R 22764 22764 22131 0 -1 4194304 1400 0 0 0 93113 8 0 0 25 0 1 0 212575612 6975488 1386 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134527874 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22768/statm: 1703 1386 58 118 0 1581 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 8928

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/79 22970
/proc/meminfo: memFree=1901288/2055920 swapFree=4157192/4192956
[pid=22764] ppid=22762 vsize=2116 CPUtime=10.69
/proc/22764/stat : 22764 (SATzilla2007_R) S 22762 22764 22131 0 -1 4194304 713 635 0 0 309 27 700 33 25 0 1 0 212574540 2166784 364 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22764/statm: 529 364 165 260 0 253 0
[pid=22768] ppid=22764 vsize=7016 CPUtime=991.19
/proc/22768/stat : 22768 (minisat20) R 22764 22764 22131 0 -1 4194304 1437 0 0 0 99111 8 0 0 25 0 1 0 212575612 7184384 1420 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134527454 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22768/statm: 1754 1420 58 118 0 1632 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 9132

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/79 22970
/proc/meminfo: memFree=1901224/2055920 swapFree=4157192/4192956
[pid=22764] ppid=22762 vsize=2116 CPUtime=10.69
/proc/22764/stat : 22764 (SATzilla2007_R) S 22762 22764 22131 0 -1 4194304 713 635 0 0 309 27 700 33 25 0 1 0 212574540 2166784 364 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22764/statm: 529 364 165 260 0 253 0
[pid=22768] ppid=22764 vsize=7000 CPUtime=1051.18
/proc/22768/stat : 22768 (minisat20) R 22764 22764 22131 0 -1 4194304 1444 0 0 0 105109 9 0 0 25 0 1 0 212575612 7168000 1427 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525536 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22768/statm: 1750 1427 58 118 0 1628 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 9116

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/79 22970
/proc/meminfo: memFree=1901160/2055920 swapFree=4157192/4192956
[pid=22764] ppid=22762 vsize=2116 CPUtime=10.69
/proc/22764/stat : 22764 (SATzilla2007_R) S 22762 22764 22131 0 -1 4194304 713 635 0 0 309 27 700 33 25 0 1 0 212574540 2166784 364 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22764/statm: 529 364 165 260 0 253 0
[pid=22768] ppid=22764 vsize=7000 CPUtime=1111.16
/proc/22768/stat : 22768 (minisat20) R 22764 22764 22131 0 -1 4194304 1454 0 0 0 111107 9 0 0 25 0 1 0 212575612 7168000 1437 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134528337 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22768/statm: 1750 1437 58 118 0 1628 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 9116

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/79 22970
/proc/meminfo: memFree=1900968/2055920 swapFree=4157192/4192956
[pid=22764] ppid=22762 vsize=2116 CPUtime=10.69
/proc/22764/stat : 22764 (SATzilla2007_R) S 22762 22764 22131 0 -1 4194304 713 635 0 0 309 27 700 33 25 0 1 0 212574540 2166784 364 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22764/statm: 529 364 165 260 0 253 0
[pid=22768] ppid=22764 vsize=7264 CPUtime=1171.14
/proc/22768/stat : 22768 (minisat20) R 22764 22764 22131 0 -1 4194304 1509 0 0 0 117104 10 0 0 25 0 1 0 212575612 7438336 1492 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22768/statm: 1816 1492 58 118 0 1694 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 9380

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/79 22970
/proc/meminfo: memFree=1900968/2055920 swapFree=4157192/4192956
[pid=22764] ppid=22762 vsize=2116 CPUtime=10.69
/proc/22764/stat : 22764 (SATzilla2007_R) S 22762 22764 22131 0 -1 4194304 713 635 0 0 309 27 700 33 25 0 1 0 212574540 2166784 364 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22764/statm: 529 364 165 260 0 253 0
[pid=22768] ppid=22764 vsize=7264 CPUtime=1179.14
/proc/22768/stat : 22768 (minisat20) R 22764 22764 22131 0 -1 4194304 1509 0 0 0 117904 10 0 0 25 0 1 0 212575612 7438336 1492 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525449 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22768/statm: 1816 1492 58 118 0 1694 0
Current children cumulated CPU time (s) 1189.83
Current children cumulated vsize (KiB) 9380

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 0.95 2/79 22970
/proc/meminfo: memFree=1900904/2055920 swapFree=4157192/4192956
[pid=22764] ppid=22762 vsize=2116 CPUtime=10.69
/proc/22764/stat : 22764 (SATzilla2007_R) S 22762 22764 22131 0 -1 4194304 713 635 0 0 309 27 700 33 25 0 1 0 212574540 2166784 364 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22764/statm: 529 364 165 260 0 253 0
[pid=22768] ppid=22764 vsize=7240 CPUtime=1185.54
/proc/22768/stat : 22768 (minisat20) R 22764 22764 22131 0 -1 4194304 1509 0 0 0 118544 10 0 0 25 0 1 0 212575612 7413760 1492 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22768/statm: 1810 1492 58 118 0 1688 0
Current children cumulated CPU time (s) 1196.23
Current children cumulated vsize (KiB) 9356

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 0.95 3/79 22970
/proc/meminfo: memFree=1900904/2055920 swapFree=4157192/4192956
[pid=22764] ppid=22762 vsize=2116 CPUtime=10.69
/proc/22764/stat : 22764 (SATzilla2007_R) S 22762 22764 22131 0 -1 4194304 713 635 0 0 309 27 700 33 25 0 1 0 212574540 2166784 364 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22764/statm: 529 364 165 260 0 253 0
[pid=22768] ppid=22764 vsize=7240 CPUtime=1187.14
/proc/22768/stat : 22768 (minisat20) R 22764 22764 22131 0 -1 4194304 1509 0 0 0 118704 10 0 0 25 0 1 0 212575612 7413760 1492 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22768/statm: 1810 1492 58 118 0 1688 0
Current children cumulated CPU time (s) 1197.83
Current children cumulated vsize (KiB) 9356

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 0.95 2/79 22970
/proc/meminfo: memFree=1900904/2055920 swapFree=4157192/4192956
[pid=22764] ppid=22762 vsize=2116 CPUtime=10.69
/proc/22764/stat : 22764 (SATzilla2007_R) S 22762 22764 22131 0 -1 4194304 713 635 0 0 309 27 700 33 25 0 1 0 212574540 2166784 364 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22764/statm: 529 364 165 260 0 253 0
[pid=22768] ppid=22764 vsize=7240 CPUtime=1187.94
/proc/22768/stat : 22768 (minisat20) R 22764 22764 22131 0 -1 4194304 1509 0 0 0 118784 10 0 0 25 0 1 0 212575612 7413760 1492 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525160 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22768/statm: 1810 1492 58 118 0 1688 0
Current children cumulated CPU time (s) 1198.63
Current children cumulated vsize (KiB) 9356

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 0.95 2/79 22970
/proc/meminfo: memFree=1900904/2055920 swapFree=4157192/4192956
[pid=22764] ppid=22762 vsize=2116 CPUtime=10.69
/proc/22764/stat : 22764 (SATzilla2007_R) S 22762 22764 22131 0 -1 4194304 713 635 0 0 309 27 700 33 25 0 1 0 212574540 2166784 364 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22764/statm: 529 364 165 260 0 253 0
[pid=22768] ppid=22764 vsize=7240 CPUtime=1188.34
/proc/22768/stat : 22768 (minisat20) R 22764 22764 22131 0 -1 4194304 1509 0 0 0 118824 10 0 0 25 0 1 0 212575612 7413760 1492 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22768/statm: 1810 1492 58 118 0 1688 0
Current children cumulated CPU time (s) 1199.03
Current children cumulated vsize (KiB) 9356

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 0.95 2/79 22970
/proc/meminfo: memFree=1900904/2055920 swapFree=4157192/4192956
[pid=22764] ppid=22762 vsize=2116 CPUtime=10.69
/proc/22764/stat : 22764 (SATzilla2007_R) S 22762 22764 22131 0 -1 4194304 713 635 0 0 309 27 700 33 25 0 1 0 212574540 2166784 364 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22764/statm: 529 364 165 260 0 253 0
[pid=22768] ppid=22764 vsize=7240 CPUtime=1188.74
/proc/22768/stat : 22768 (minisat20) R 22764 22764 22131 0 -1 4194304 1509 0 0 0 118864 10 0 0 25 0 1 0 212575612 7413760 1492 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525514 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22768/statm: 1810 1492 58 118 0 1688 0
Current children cumulated CPU time (s) 1199.43
Current children cumulated vsize (KiB) 9356

Child status: 17
Real time (s): 1199.98
CPU time (s): 1199.52
CPU user time (s): 1198.81
CPU system time (s): 0.709892
CPU usage (%): 99.9621
Max. virtual memory (cumulated for all children) (KiB): 9380

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

runsolver used 1.16282 second user time and 3.08953 second system time

The end

Launcher Data (download as text)

Begin job on node72 on Mon Apr 23 21:56:01 UTC 2007

IDJOB= 335950
IDBENCH= 24663
IDSOLVER= 134
FILE ID= node72/335950-1177365360

PBS_JOBID= 4675143

Free space on /tmp= 66400 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/others/linvrinv6.sat05-565.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335950-1177365360/SATzilla2007_R /tmp/evaluation/335950-1177365360/instance-335950-1177365360.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-335950-1177365360 -o ROOT/results/node72/solver-335950-1177365360 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335950-1177365360/SATzilla2007_R /tmp/evaluation/335950-1177365360/instance-335950-1177365360.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  cd0ae54367b5a9ed0b37080c845fb42a

RANDOM SEED= 122120681

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node72.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.222
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	: 5931.00
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.222
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:       1909008 kB
Buffers:         12408 kB
Cached:          61712 kB
SwapCached:      17476 kB
Active:          52536 kB
Inactive:        45444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1909008 kB
SwapTotal:     4192956 kB
SwapFree:      4157192 kB
Dirty:            8644 kB
Writeback:           0 kB
Mapped:          30544 kB
Slab:            34460 kB
Committed_AS:  3275464 kB
PageTables:       1788 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= 66400 MiB

End job on node72 on Mon Apr 23 22:16:01 UTC 2007