Trace number 332548

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.49 1199.8

General information on the benchmark

Namecrafted/Medium/contest05/pebbling/
unsat-pbl-00090.sat05-1326.reshuffled-07.cnf
MD5SUMfc73c241ff6e8e1a49a6ff2500eb7905
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.253961
Satisfiable
(Un)Satisfiability was proved
Number of variables322
Number of clauses9322
Sum of the clauses size72335
Maximum clause length11
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 211
Number of clauses of size 379
Number of clauses of size 4136
Number of clauses of size 5421
Number of clauses of size over 58674

Solver Data (download as text)

10.57/10.61	c run March_dl for 5 seconds ... 
10.57/10.61	c Bin: Executing march_dl
10.57/10.61	c child exit by a signal
10.57/10.61	c march_dl returned code 137.
10.57/10.61	c run saps (UBCSAT implementation) for 2 seconds ... 
10.57/10.61	c Bin: Executing ubcsat2006
10.57/10.61	c child exited successfully
10.57/10.61	c ubcsat2006 returned code 0.
10.57/10.61	c satzilla computing base features
10.57/10.61	c satzilla doing unit-prop probe
10.57/10.61	c satzilla doing local search probe
10.57/10.61	c satzilla doing lobjois search-space size estimate
10.57/10.61	c satzilla's ranking:
10.57/10.61	c 1) minisat20+P: -2.295855
10.57/10.61	c 2) kcnfs: 5.554352
10.57/10.61	c 3) march_dl: 105.404199
10.57/10.61	c 4) kcnfs+P: 999.000000
10.57/10.61	c 5) march_dl+P: 999.000000
10.57/10.61	c 6) vallst+P: 999.000000
10.57/10.61	c 7) zchaff_rand+P: 999.000000
10.57/10.61	c 8) vallst: 999.000000
10.57/10.61	c 9) zchaff_rand: 999.000000
10.57/10.61	c 10) minisat20: 999.000000
10.57/10.61	c satzilla running minisat20 with preprocessing ... 
10.57/10.67	This is MiniSat 2.0 beta
10.57/10.67	WARNING: for repeatability, setting FPU to use double precision
10.57/10.67	============================[ Problem Statistics ]=============================
10.57/10.67	|                                                                             |
10.57/10.67	|  Number of variables:  320                                                  |
10.57/10.67	|  Number of clauses:    9318                                                 |
10.57/10.68	|  Parsing time:         0.01         s                                       |
10.57/10.68	============================[ Search Statistics ]==============================
10.57/10.68	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.57/10.68	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.57/10.68	===============================================================================
10.57/10.68	|         0 |     320     9318    72287 |     3106        0    nan |  0.000 % |
10.57/10.68	|       101 |     320     9318    72287 |     3416      101      8 |  0.001 % |
10.57/10.68	|       251 |     320     9318    72287 |     3758      251      9 |  0.001 % |
10.57/10.69	|       476 |     320     9318    72287 |     4134      476     12 |  0.001 % |
10.57/10.69	|       814 |     320     9318    72287 |     4547      814     12 |  0.001 % |
10.65/10.70	|      1323 |     320     9318    72287 |     5002     1323     15 |  0.001 % |
10.65/10.71	|      2083 |     320     9318    72287 |     5502     2083     13 |  0.001 % |
10.65/10.73	|      3223 |     320     9318    72287 |     6052     3223     17 |  0.001 % |
10.65/10.76	|      4932 |     320     9318    72287 |     6657     4932     18 |  0.001 % |
10.65/10.82	|      7494 |     320     9318    72287 |     7323     4103     19 |  0.001 % |
10.65/10.89	|     11338 |     320     9318    72287 |     8056     4227     17 |  0.002 % |
10.97/11.02	|     17105 |     320     9318    72287 |     8861     5948     17 |  0.002 % |
11.17/11.25	|     25754 |     319     9303    72227 |     9747     5622     22 |  0.315 % |
11.57/11.63	|     38729 |     319     9303    72227 |    10722     8804     20 |  0.315 % |
12.17/12.24	|     58193 |     319     9303    72227 |    11795     6714     18 |  0.315 % |
13.07/13.19	|     87386 |     319     9303    72227 |    12974     6300     14 |  0.314 % |
14.76/14.83	|    131176 |     319     9303    72227 |    14271    11027     21 |  0.313 % |
17.26/17.31	|    196860 |     319     9303    72227 |    15699    12295     22 |  0.314 % |
21.56/21.67	|    295386 |     318     9087    70931 |    17269    14944     27 |  0.626 % |
27.66/27.78	|    443175 |     318     9087    70931 |    18996    15527     26 |  0.626 % |
39.16/39.26	|    664859 |     317     9037    70681 |    20895    14447     31 |  0.939 % |
56.55/56.63	|    997384 |     316     9013    70585 |    22985    11392     27 |  1.251 % |
83.84/83.90	|   1496172 |     316     9013    70585 |    25283    14714     27 |  1.251 % |
124.53/124.63	|   2244355 |     316     9013    70585 |    27812    23996     26 |  1.252 % |
198.42/198.59	|   3366629 |     316     9013    70585 |    30593    27581     33 |  1.252 % |
316.99/317.17	|   5050040 |     316     9013    70585 |    33652    22812     29 |  1.251 % |
492.74/492.98	|   7575158 |     316     9013    70585 |    37017    18038     23 |  1.252 % |
773.58/773.85	|  11362833 |     316     9013    70585 |    40719    28182     22 |  1.251 % |
1199.37/1199.79	c Preprocessing...
1199.37/1199.79	c Inital problem has 322 variables, 9311 nary clauses (11 binary clauses).
1199.37/1199.79	c Num non-binary clauses 9310, Average non-binary clause length 7.767
1199.37/1199.79	c Theory has no gaps
1199.37/1199.79	c Preprocessor runtime was 0.040 seconds.
1199.37/1199.79	c 
1199.37/1199.79	c Satisfiability of theory still undetermined.
1199.37/1199.79	c See file /tmp/NT8sT4 for simplified theory.
1199.37/1199.79	c Bin: Executing minisat20
1199.37/1199.79	c child exit by a signal
1199.37/1199.79	c minisat20 returned code 137.
1199.37/1199.79	c minisat20 returned code 137.
1199.37/1199.79	c satzilla running kcnfs ... 
1199.37/1199.79	c Bin: Executing kcnfs
1199.37/1199.79	c kcnfs returned code 1.
1199.37/1199.79	c kcnfs returned code 1.
1199.37/1199.79	c satzilla running march_dl ... 
1199.37/1199.79	c Bin: Executing march_dl
1199.37/1199.79	c march_dl returned code 1.
1199.37/1199.79	c march_dl returned code 1.
1199.37/1199.79	c satzilla running kcnfs with preprocessing ... 
1199.37/1199.79	c Bin: Executing kcnfs
1199.37/1199.79	c kcnfs returned code 1.
1199.37/1199.79	c kcnfs returned code 1.
1199.37/1199.79	c satzilla running march_dl with preprocessing ... 
1199.37/1199.79	c Bin: Executing march_dl
1199.37/1199.79	c march_dl returned code 1.
1199.37/1199.79	c march_dl returned code 1.
1199.37/1199.79	c satzilla running vallst with preprocessing ... 
1199.37/1199.79	c Bin: Executing vallst
1199.37/1199.79	c vallst returned code 1.
1199.37/1199.79	c vallst returned code 1.
1199.37/1199.79	c satzilla running zchaff_rand with preprocessing ... 
1199.37/1199.79	c Bin: Executing zchaff_rand
1199.37/1199.79	c zchaff_rand returned code 1.
1199.37/1199.79	c zchaff_rand returned code 1.
1199.37/1199.79	c satzilla running vallst ... 
1199.37/1199.79	c Bin: Executing vallst
1199.37/1199.79	c vallst returned code 1.
1199.37/1199.79	c vallst returned code 1.
1199.37/1199.79	c satzilla running zchaff_rand ... 
1199.37/1199.79	c Bin: Executing zchaff_rand
1199.37/1199.79	c zchaff_rand returned code 1.
1199.37/1199.79	c zchaff_rand returned code 1.
1199.37/1199.79	c satzilla running minisat20 ... 
1199.37/1199.79	c Bin: Executing minisat20
1199.37/1199.79	c minisat20 returned code 1.
1199.37/1199.79	c minisat20 returned code 1.
1199.37/1199.79	c ERROR: All Failed! 
1199.37/1199.79	c SATZILLA_TIME=1199.650000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node4/watcher-332548-1173481945 -o ROOT/results/node4/solver-332548-1173481945 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/332548-1173481945/SATzilla2007_R /tmp/evaluation/332548-1173481945/instance-332548-1173481945.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.86 0.97 0.99 2/77 15281
/proc/meminfo: memFree=1560872/2055920 swapFree=4153224/4192956
[pid=15281] ppid=15279 vsize=1440 CPUtime=0
/proc/15281/stat : 15281 (SATzilla2007_R) S 15279 15281 14424 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 368149342 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15281/statm: 360 110 95 260 0 84 0
[pid=15282] ppid=15281 vsize=768 CPUtime=0
/proc/15282/stat : 15282 (march_dl) R 15281 15281 14424 0 -1 4194304 90 0 0 0 0 0 0 0 20 0 1 0 368149343 786432 85 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15282/statm: 192 85 50 118 0 71 0

[startup+0.00782394 s]
/proc/loadavg: 0.86 0.97 0.99 2/77 15281
/proc/meminfo: memFree=1560872/2055920 swapFree=4153224/4192956
[pid=15281] ppid=15279 vsize=1440 CPUtime=0
/proc/15281/stat : 15281 (SATzilla2007_R) S 15279 15281 14424 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 368149342 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15281/statm: 360 110 95 260 0 84 0
[pid=15282] ppid=15281 vsize=768 CPUtime=0
/proc/15282/stat : 15282 (march_dl) R 15281 15281 14424 0 -1 4194304 100 0 0 0 0 0 0 0 20 0 1 0 368149343 786432 95 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15282/statm: 192 96 50 118 0 71 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2208

[startup+0.101834 s]
/proc/loadavg: 0.86 0.97 0.99 2/77 15281
/proc/meminfo: memFree=1560872/2055920 swapFree=4153224/4192956
[pid=15281] ppid=15279 vsize=1440 CPUtime=0
/proc/15281/stat : 15281 (SATzilla2007_R) S 15279 15281 14424 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 368149342 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15281/statm: 360 110 95 260 0 84 0
[pid=15282] ppid=15281 vsize=1940 CPUtime=0.09
/proc/15282/stat : 15282 (march_dl) R 15281 15281 14424 0 -1 4194304 1199 0 0 0 9 0 0 0 20 0 1 0 368149343 1986560 375 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134542411 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15282/statm: 485 375 65 118 0 364 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3380

[startup+0.30185 s]
/proc/loadavg: 0.86 0.97 0.99 2/77 15281
/proc/meminfo: memFree=1560872/2055920 swapFree=4153224/4192956
[pid=15281] ppid=15279 vsize=1440 CPUtime=0
/proc/15281/stat : 15281 (SATzilla2007_R) S 15279 15281 14424 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 368149342 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15281/statm: 360 110 95 260 0 84 0
[pid=15282] ppid=15281 vsize=2932 CPUtime=0.29
/proc/15282/stat : 15282 (march_dl) R 15281 15281 14424 0 -1 4194304 1977 0 0 0 29 0 0 0 21 0 1 0 368149343 3002368 625 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533707 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15282/statm: 733 625 73 118 0 612 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4372

[startup+0.701889 s]
/proc/loadavg: 0.86 0.97 0.99 2/77 15281
/proc/meminfo: memFree=1560872/2055920 swapFree=4153224/4192956
[pid=15281] ppid=15279 vsize=1440 CPUtime=0
/proc/15281/stat : 15281 (SATzilla2007_R) S 15279 15281 14424 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 368149342 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15281/statm: 360 110 95 260 0 84 0
[pid=15282] ppid=15281 vsize=3444 CPUtime=0.69
/proc/15282/stat : 15282 (march_dl) R 15281 15281 14424 0 -1 4194304 2104 0 0 0 69 0 0 0 25 0 1 0 368149343 3526656 752 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533664 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15282/statm: 861 752 73 118 0 740 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4884

[startup+1.50197 s]
/proc/loadavg: 0.86 0.97 0.99 2/79 15283
/proc/meminfo: memFree=1557784/2055920 swapFree=4153224/4192956
[pid=15281] ppid=15279 vsize=1440 CPUtime=0
/proc/15281/stat : 15281 (SATzilla2007_R) S 15279 15281 14424 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 368149342 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15281/statm: 360 110 95 260 0 84 0
[pid=15282] ppid=15281 vsize=3656 CPUtime=1.49
/proc/15282/stat : 15282 (march_dl) R 15281 15281 14424 0 -1 4194304 2555 0 0 0 148 1 0 0 25 0 1 0 368149343 3743744 827 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134617627 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15282/statm: 914 827 75 118 0 793 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5096

[startup+3.10112 s]
/proc/loadavg: 0.86 0.97 0.99 2/79 15283
/proc/meminfo: memFree=1557592/2055920 swapFree=4153224/4192956
[pid=15281] ppid=15279 vsize=1440 CPUtime=0
/proc/15281/stat : 15281 (SATzilla2007_R) S 15279 15281 14424 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 368149342 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15281/statm: 360 110 95 260 0 84 0
[pid=15282] ppid=15281 vsize=3656 CPUtime=3.09
/proc/15282/stat : 15282 (march_dl) R 15281 15281 14424 0 -1 4194304 2555 0 0 0 308 1 0 0 25 0 1 0 368149343 3743744 827 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134575710 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15282/statm: 914 827 75 118 0 793 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5096

[startup+6.30142 s]
/proc/loadavg: 0.87 0.97 0.99 2/79 15284
/proc/meminfo: memFree=1559384/2055920 swapFree=4153224/4192956
[pid=15281] ppid=15279 vsize=1440 CPUtime=4.99
/proc/15281/stat : 15281 (SATzilla2007_R) S 15279 15281 14424 0 -1 4194304 135 2555 0 0 0 0 498 1 16 0 1 0 368149342 1474560 111 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15281/statm: 360 111 96 260 0 84 0
[pid=15284] ppid=15281 vsize=6188 CPUtime=1.29
/proc/15284/stat : 15284 (ubcsat2006) R 15281 15281 14424 0 -1 4194304 443 0 0 0 123 6 0 0 25 0 1 0 368149843 6336512 426 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15284/statm: 1547 426 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7628

[startup+12.701 s]
/proc/loadavg: 0.88 0.97 0.99 2/79 15285
/proc/meminfo: memFree=1554712/2055920 swapFree=4153224/4192956
[pid=15281] ppid=15279 vsize=4520 CPUtime=10.65
/proc/15281/stat : 15281 (SATzilla2007_R) S 15279 15281 14424 0 -1 4194304 1562 3004 0 0 340 13 701 11 25 0 1 0 368149342 4628480 884 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15281/statm: 1130 884 165 260 0 854 0
[pid=15285] ppid=15281 vsize=3988 CPUtime=2.01
/proc/15285/stat : 15285 (minisat20) R 15281 15281 14424 0 -1 4194304 755 0 0 0 201 0 0 0 25 0 1 0 368150410 4083712 749 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15285/statm: 997 749 59 118 0 875 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 8508

[startup+25.5013 s]
/proc/loadavg: 0.91 0.97 0.99 2/79 15285
/proc/meminfo: memFree=1552024/2055920 swapFree=4153224/4192956
[pid=15281] ppid=15279 vsize=4520 CPUtime=10.65
/proc/15281/stat : 15281 (SATzilla2007_R) S 15279 15281 14424 0 -1 4194304 1562 3004 0 0 340 13 701 11 25 0 1 0 368149342 4628480 884 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15281/statm: 1130 884 165 260 0 854 0
[pid=15285] ppid=15281 vsize=6688 CPUtime=14.81
/proc/15285/stat : 15285 (minisat20) R 15281 15281 14424 0 -1 4194304 1387 0 0 0 1481 0 0 0 25 0 1 0 368150410 6848512 1381 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525601 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15285/statm: 1672 1381 59 118 0 1550 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 11208

[startup+51.1017 s]
/proc/loadavg: 0.94 0.97 0.99 2/79 15285
/proc/meminfo: memFree=1550168/2055920 swapFree=4153224/4192956
[pid=15281] ppid=15279 vsize=4520 CPUtime=10.65
/proc/15281/stat : 15281 (SATzilla2007_R) S 15279 15281 14424 0 -1 4194304 1562 3004 0 0 340 13 701 11 25 0 1 0 368149342 4628480 884 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15281/statm: 1130 884 165 260 0 854 0
[pid=15285] ppid=15281 vsize=8660 CPUtime=40.4
/proc/15285/stat : 15285 (minisat20) R 15281 15281 14424 0 -1 4194304 1871 0 0 0 4040 0 0 0 25 0 1 0 368150410 8867840 1865 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15285/statm: 2165 1865 59 118 0 2043 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 13180

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/79 15285
/proc/meminfo: memFree=1548568/2055920 swapFree=4153224/4192956
[pid=15281] ppid=15279 vsize=4520 CPUtime=10.65
/proc/15281/stat : 15281 (SATzilla2007_R) S 15279 15281 14424 0 -1 4194304 1562 3004 0 0 340 13 701 11 25 0 1 0 368149342 4628480 884 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15281/statm: 1130 884 165 260 0 854 0
[pid=15285] ppid=15281 vsize=10376 CPUtime=91.6
/proc/15285/stat : 15285 (minisat20) R 15281 15281 14424 0 -1 4194304 2266 0 0 0 9159 1 0 0 25 0 1 0 368150410 10625024 2260 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134519360 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15285/statm: 2594 2260 59 118 0 2472 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 14896

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 15285
/proc/meminfo: memFree=1546904/2055920 swapFree=4153224/4192956
[pid=15281] ppid=15279 vsize=4520 CPUtime=10.65
/proc/15281/stat : 15281 (SATzilla2007_R) S 15279 15281 14424 0 -1 4194304 1562 3004 0 0 340 13 701 11 25 0 1 0 368149342 4628480 884 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15281/statm: 1130 884 165 260 0 854 0
[pid=15285] ppid=15281 vsize=12188 CPUtime=151.58
/proc/15285/stat : 15285 (minisat20) R 15281 15281 14424 0 -1 4194304 2704 0 0 0 15156 2 0 0 25 0 1 0 368150410 12480512 2698 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525767 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15285/statm: 3047 2698 59 118 0 2925 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 16708

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 15285
/proc/meminfo: memFree=1546008/2055920 swapFree=4153224/4192956
[pid=15281] ppid=15279 vsize=4520 CPUtime=10.65
/proc/15281/stat : 15281 (SATzilla2007_R) S 15279 15281 14424 0 -1 4194304 1562 3004 0 0 340 13 701 11 25 0 1 0 368149342 4628480 884 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15281/statm: 1130 884 165 260 0 854 0
[pid=15285] ppid=15281 vsize=13016 CPUtime=211.57
/proc/15285/stat : 15285 (minisat20) R 15281 15281 14424 0 -1 4194304 2902 0 0 0 21154 3 0 0 25 0 1 0 368150410 13328384 2896 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15285/statm: 3254 2896 59 118 0 3132 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 17536

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 15285
/proc/meminfo: memFree=1545496/2055920 swapFree=4153224/4192956
[pid=15281] ppid=15279 vsize=4520 CPUtime=10.65
/proc/15281/stat : 15281 (SATzilla2007_R) S 15279 15281 14424 0 -1 4194304 1562 3004 0 0 340 13 701 11 25 0 1 0 368149342 4628480 884 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15281/statm: 1130 884 165 260 0 854 0
[pid=15285] ppid=15281 vsize=13656 CPUtime=271.54
/proc/15285/stat : 15285 (minisat20) R 15281 15281 14424 0 -1 4194304 3031 0 0 0 27151 3 0 0 25 0 1 0 368150410 13983744 3025 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15285/statm: 3414 3025 59 118 0 3292 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 18176

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 15285
/proc/meminfo: memFree=1544664/2055920 swapFree=4153224/4192956
[pid=15281] ppid=15279 vsize=4520 CPUtime=10.65
/proc/15281/stat : 15281 (SATzilla2007_R) S 15279 15281 14424 0 -1 4194304 1562 3004 0 0 340 13 701 11 25 0 1 0 368149342 4628480 884 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15281/statm: 1130 884 165 260 0 854 0
[pid=15285] ppid=15281 vsize=14424 CPUtime=331.53
/proc/15285/stat : 15285 (minisat20) R 15281 15281 14424 0 -1 4194304 3236 0 0 0 33149 4 0 0 25 0 1 0 368150410 14770176 3230 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15285/statm: 3606 3230 59 118 0 3484 0

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


[startup+762.306 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 15285
/proc/meminfo: memFree=1541272/2055920 swapFree=4153224/4192956
[pid=15281] ppid=15279 vsize=4520 CPUtime=10.65
/proc/15281/stat : 15281 (SATzilla2007_R) S 15279 15281 14424 0 -1 4194304 1562 3004 0 0 340 13 701 11 25 0 1 0 368149342 4628480 884 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15281/statm: 1130 884 165 260 0 854 0
[pid=15285] ppid=15281 vsize=18192 CPUtime=751.43
/proc/15285/stat : 15285 (minisat20) R 15281 15281 14424 0 -1 4194304 4089 0 0 0 75135 8 0 0 25 0 1 0 368150410 18628608 4083 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15285/statm: 4548 4083 59 118 0 4426 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 22712

[startup+822.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 15285
/proc/meminfo: memFree=1540952/2055920 swapFree=4153224/4192956
[pid=15281] ppid=15279 vsize=4520 CPUtime=10.65
/proc/15281/stat : 15281 (SATzilla2007_R) S 15279 15281 14424 0 -1 4194304 1562 3004 0 0 340 13 701 11 25 0 1 0 368149342 4628480 884 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15281/statm: 1130 884 165 260 0 854 0
[pid=15285] ppid=15281 vsize=18492 CPUtime=811.41
/proc/15285/stat : 15285 (minisat20) R 15281 15281 14424 0 -1 4194304 4162 0 0 0 81133 8 0 0 25 0 1 0 368150410 18935808 4156 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134519365 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15285/statm: 4623 4156 59 118 0 4501 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 23012

[startup+882.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 15285
/proc/meminfo: memFree=1540440/2055920 swapFree=4153224/4192956
[pid=15281] ppid=15279 vsize=4520 CPUtime=10.65
/proc/15281/stat : 15281 (SATzilla2007_R) S 15279 15281 14424 0 -1 4194304 1562 3004 0 0 340 13 701 11 25 0 1 0 368149342 4628480 884 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15281/statm: 1130 884 165 260 0 854 0
[pid=15285] ppid=15281 vsize=18908 CPUtime=871.4
/proc/15285/stat : 15285 (minisat20) R 15281 15281 14424 0 -1 4194304 4293 0 0 0 87131 9 0 0 25 0 1 0 368150410 19361792 4287 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525674 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15285/statm: 4727 4287 59 118 0 4605 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 23428

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 15285
/proc/meminfo: memFree=1540120/2055920 swapFree=4153224/4192956
[pid=15281] ppid=15279 vsize=4520 CPUtime=10.65
/proc/15281/stat : 15281 (SATzilla2007_R) S 15279 15281 14424 0 -1 4194304 1562 3004 0 0 340 13 701 11 25 0 1 0 368149342 4628480 884 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15281/statm: 1130 884 165 260 0 854 0
[pid=15285] ppid=15281 vsize=19424 CPUtime=931.38
/proc/15285/stat : 15285 (minisat20) R 15281 15281 14424 0 -1 4194304 4375 0 0 0 93129 9 0 0 25 0 1 0 368150410 19890176 4369 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525543 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15285/statm: 4856 4369 59 118 0 4734 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 23944

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 15285
/proc/meminfo: memFree=1539800/2055920 swapFree=4153224/4192956
[pid=15281] ppid=15279 vsize=4520 CPUtime=10.65
/proc/15281/stat : 15281 (SATzilla2007_R) S 15279 15281 14424 0 -1 4194304 1562 3004 0 0 340 13 701 11 25 0 1 0 368149342 4628480 884 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15281/statm: 1130 884 165 260 0 854 0
[pid=15285] ppid=15281 vsize=19744 CPUtime=991.37
/proc/15285/stat : 15285 (minisat20) R 15281 15281 14424 0 -1 4194304 4447 0 0 0 99127 10 0 0 25 0 1 0 368150410 20217856 4441 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15285/statm: 4936 4441 59 118 0 4814 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 24264

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 15285
/proc/meminfo: memFree=1539480/2055920 swapFree=4153224/4192956
[pid=15281] ppid=15279 vsize=4520 CPUtime=10.65
/proc/15281/stat : 15281 (SATzilla2007_R) S 15279 15281 14424 0 -1 4194304 1562 3004 0 0 340 13 701 11 25 0 1 0 368149342 4628480 884 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15281/statm: 1130 884 165 260 0 854 0
[pid=15285] ppid=15281 vsize=20064 CPUtime=1051.35
/proc/15285/stat : 15285 (minisat20) R 15281 15281 14424 0 -1 4194304 4528 0 0 0 105125 10 0 0 25 0 1 0 368150410 20545536 4522 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15285/statm: 5016 4522 59 118 0 4894 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 24584

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 15285
/proc/meminfo: memFree=1539160/2055920 swapFree=4153224/4192956
[pid=15281] ppid=15279 vsize=4520 CPUtime=10.65
/proc/15281/stat : 15281 (SATzilla2007_R) S 15279 15281 14424 0 -1 4194304 1562 3004 0 0 340 13 701 11 25 0 1 0 368149342 4628480 884 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15281/statm: 1130 884 165 260 0 854 0
[pid=15285] ppid=15281 vsize=20432 CPUtime=1111.34
/proc/15285/stat : 15285 (minisat20) R 15281 15281 14424 0 -1 4194304 4616 0 0 0 111123 11 0 0 25 0 1 0 368150410 20922368 4610 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15285/statm: 5108 4610 59 118 0 4986 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 24952

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 15285
/proc/meminfo: memFree=1539032/2055920 swapFree=4153224/4192956
[pid=15281] ppid=15279 vsize=4520 CPUtime=10.65
/proc/15281/stat : 15281 (SATzilla2007_R) S 15279 15281 14424 0 -1 4194304 1562 3004 0 0 340 13 701 11 25 0 1 0 368149342 4628480 884 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15281/statm: 1130 884 165 260 0 854 0
[pid=15285] ppid=15281 vsize=20608 CPUtime=1171.32
/proc/15285/stat : 15285 (minisat20) R 15281 15281 14424 0 -1 4194304 4652 0 0 0 117121 11 0 0 25 0 1 0 368150410 21102592 4646 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15285/statm: 5152 4646 59 118 0 5030 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 25128

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

[startup+1190.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 15285
/proc/meminfo: memFree=1538968/2055920 swapFree=4153224/4192956
[pid=15281] ppid=15279 vsize=4520 CPUtime=10.65
/proc/15281/stat : 15281 (SATzilla2007_R) S 15279 15281 14424 0 -1 4194304 1562 3004 0 0 340 13 701 11 25 0 1 0 368149342 4628480 884 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15281/statm: 1130 884 165 260 0 854 0
[pid=15285] ppid=15281 vsize=20752 CPUtime=1179.32
/proc/15285/stat : 15285 (minisat20) R 15281 15281 14424 0 -1 4194304 4666 0 0 0 117921 11 0 0 25 0 1 0 368150410 21250048 4660 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15285/statm: 5188 4660 59 118 0 5066 0
Current children cumulated CPU time (s) 1189.97
Current children cumulated vsize (KiB) 25272

[startup+1196.7 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 15285
/proc/meminfo: memFree=1538968/2055920 swapFree=4153224/4192956
[pid=15281] ppid=15279 vsize=4520 CPUtime=10.65
/proc/15281/stat : 15281 (SATzilla2007_R) S 15279 15281 14424 0 -1 4194304 1562 3004 0 0 340 13 701 11 25 0 1 0 368149342 4628480 884 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15281/statm: 1130 884 165 260 0 854 0
[pid=15285] ppid=15281 vsize=20752 CPUtime=1185.73
/proc/15285/stat : 15285 (minisat20) R 15281 15281 14424 0 -1 4194304 4666 0 0 0 118561 12 0 0 25 0 1 0 368150410 21250048 4660 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15285/statm: 5188 4660 59 118 0 5066 0
Current children cumulated CPU time (s) 1196.38
Current children cumulated vsize (KiB) 25272

[startup+1198.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 15285
/proc/meminfo: memFree=1538968/2055920 swapFree=4153224/4192956
[pid=15281] ppid=15279 vsize=4520 CPUtime=10.65
/proc/15281/stat : 15281 (SATzilla2007_R) S 15279 15281 14424 0 -1 4194304 1562 3004 0 0 340 13 701 11 25 0 1 0 368149342 4628480 884 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15281/statm: 1130 884 165 260 0 854 0
[pid=15285] ppid=15281 vsize=20752 CPUtime=1187.32
/proc/15285/stat : 15285 (minisat20) R 15281 15281 14424 0 -1 4194304 4666 0 0 0 118720 12 0 0 25 0 1 0 368150410 21250048 4660 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525616 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15285/statm: 5188 4660 59 118 0 5066 0
Current children cumulated CPU time (s) 1197.97
Current children cumulated vsize (KiB) 25272

[startup+1199.1 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 15285
/proc/meminfo: memFree=1538968/2055920 swapFree=4153224/4192956
[pid=15281] ppid=15279 vsize=4520 CPUtime=10.65
/proc/15281/stat : 15281 (SATzilla2007_R) S 15279 15281 14424 0 -1 4194304 1562 3004 0 0 340 13 701 11 25 0 1 0 368149342 4628480 884 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15281/statm: 1130 884 165 260 0 854 0
[pid=15285] ppid=15281 vsize=20752 CPUtime=1188.12
/proc/15285/stat : 15285 (minisat20) R 15281 15281 14424 0 -1 4194304 4679 0 0 0 118800 12 0 0 25 0 1 0 368150410 21250048 4673 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15285/statm: 5188 4673 59 118 0 5066 0
Current children cumulated CPU time (s) 1198.77
Current children cumulated vsize (KiB) 25272

[startup+1199.5 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 15285
/proc/meminfo: memFree=1538968/2055920 swapFree=4153224/4192956
[pid=15281] ppid=15279 vsize=4520 CPUtime=10.65
/proc/15281/stat : 15281 (SATzilla2007_R) S 15279 15281 14424 0 -1 4194304 1562 3004 0 0 340 13 701 11 25 0 1 0 368149342 4628480 884 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15281/statm: 1130 884 165 260 0 854 0
[pid=15285] ppid=15281 vsize=20752 CPUtime=1188.52
/proc/15285/stat : 15285 (minisat20) R 15281 15281 14424 0 -1 4194304 4679 0 0 0 118840 12 0 0 25 0 1 0 368150410 21250048 4673 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15285/statm: 5188 4673 59 118 0 5066 0
Current children cumulated CPU time (s) 1199.17
Current children cumulated vsize (KiB) 25272

[startup+1199.7 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 15285
/proc/meminfo: memFree=1538968/2055920 swapFree=4153224/4192956
[pid=15281] ppid=15279 vsize=4520 CPUtime=10.65
/proc/15281/stat : 15281 (SATzilla2007_R) S 15279 15281 14424 0 -1 4194304 1562 3004 0 0 340 13 701 11 25 0 1 0 368149342 4628480 884 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15281/statm: 1130 884 165 260 0 854 0
[pid=15285] ppid=15281 vsize=20752 CPUtime=1188.72
/proc/15285/stat : 15285 (minisat20) R 15281 15281 14424 0 -1 4194304 4679 0 0 0 118860 12 0 0 25 0 1 0 368150410 21250048 4673 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525802 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15285/statm: 5188 4673 59 118 0 5066 0
Current children cumulated CPU time (s) 1199.37
Current children cumulated vsize (KiB) 25272

Child status: 17
Real time (s): 1199.8
CPU time (s): 1199.49
CPU user time (s): 1199.12
CPU system time (s): 0.367944
CPU usage (%): 99.9743
Max. virtual memory (cumulated for all children) (KiB): 25272

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

runsolver used 1.20882 second user time and 3.15952 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Fri Mar  9 23:12:25 UTC 2007

IDJOB= 332548
IDBENCH= 24582
IDSOLVER= 134
FILE ID= node4/332548-1173481945

PBS_JOBID= 4101090

Free space on /tmp= 66516 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/pebbling/unsat-pbl-00090.sat05-1326.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/332548-1173481945/SATzilla2007_R /tmp/evaluation/332548-1173481945/instance-332548-1173481945.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-332548-1173481945 -o ROOT/results/node4/solver-332548-1173481945 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/332548-1173481945/SATzilla2007_R /tmp/evaluation/332548-1173481945/instance-332548-1173481945.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  fc73c241ff6e8e1a49a6ff2500eb7905

RANDOM SEED= 294897718

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node4.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.231
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.231
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:       1561408 kB
Buffers:         41988 kB
Cached:         376108 kB
SwapCached:       2824 kB
Active:         228792 kB
Inactive:       213052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1561408 kB
SwapTotal:     4192956 kB
SwapFree:      4153224 kB
Dirty:            8788 kB
Writeback:           0 kB
Mapped:          30264 kB
Slab:            38228 kB
Committed_AS:  1268336 kB
PageTables:       1768 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= 66516 MiB

End job on node4 on Fri Mar  9 23:32:25 UTC 2007