Trace number 335068

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.62 1200.02

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7a-gensys-icl004.sat05-3825.reshuffled-07.cnf
MD5SUMd9bf8689fd094f6ad4f37a57f4f0a5ae
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark253.543
Satisfiable
(Un)Satisfiability was proved
Number of variables2401
Number of clauses15960
Sum of the clauses size111993
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2427
Number of clauses of size 32205
Number of clauses of size 4294
Number of clauses of size 5441
Number of clauses of size over 512551

Solver Data (download as text)

10.56/10.68	c run March_dl for 5 seconds ... 
10.56/10.68	c Bin: Executing march_dl
10.56/10.68	c child exit by a signal
10.56/10.68	c march_dl returned code 137.
10.56/10.68	c run saps (UBCSAT implementation) for 2 seconds ... 
10.56/10.68	c Bin: Executing ubcsat2006
10.56/10.68	c child exited successfully
10.56/10.68	c ubcsat2006 returned code 0.
10.56/10.68	c satzilla computing base features
10.56/10.68	c satzilla doing unit-prop probe
10.56/10.68	c satzilla doing local search probe
10.56/10.68	c satzilla doing lobjois search-space size estimate
10.56/10.68	c satzilla's ranking:
10.56/10.68	c 1) minisat20+P: 30.696749
10.56/10.68	c 2) kcnfs: 61.042062
10.56/10.68	c 3) march_dl: 104.529567
10.56/10.68	c 4) kcnfs+P: 999.000000
10.56/10.68	c 5) march_dl+P: 999.000000
10.56/10.68	c 6) vallst+P: 999.000000
10.56/10.68	c 7) zchaff_rand+P: 999.000000
10.56/10.68	c 8) vallst: 999.000000
10.56/10.68	c 9) zchaff_rand: 999.000000
10.56/10.68	c 10) minisat20: 999.000000
10.56/10.68	c satzilla running minisat20 with preprocessing ... 
10.76/10.82	This is MiniSat 2.0 beta
10.76/10.82	WARNING: for repeatability, setting FPU to use double precision
10.76/10.82	============================[ Problem Statistics ]=============================
10.76/10.82	|                                                                             |
10.76/10.82	|  Number of variables:  2339                                                 |
10.76/10.82	|  Number of clauses:    14438                                                |
10.76/10.84	|  Parsing time:         0.02         s                                       |
10.76/10.84	============================[ Search Statistics ]==============================
10.76/10.84	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.76/10.84	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.76/10.84	===============================================================================
10.76/10.84	|         0 |    2339    14438   106448 |     4812        0    nan |  0.000 % |
10.76/10.84	|       101 |    2339    14438   106448 |     5293      101     12 |  0.000 % |
10.76/10.85	|       251 |    2339    14438   106448 |     5823      251     13 |  0.000 % |
10.76/10.85	|       476 |    2339    14438   106448 |     6405      476     13 |  0.000 % |
10.76/10.86	|       813 |    2339    14438   106448 |     7046      813     14 |  0.000 % |
10.76/10.87	|      1320 |    2339    14438   106448 |     7750     1320     16 |  0.000 % |
10.76/10.88	|      2079 |    2339    14438   106448 |     8525     2079     15 |  0.000 % |
10.85/10.91	|      3218 |    2339    14438   106448 |     9378     3218     16 |  0.000 % |
10.85/10.99	|      4927 |    2339    14438   106448 |    10316     4927     20 |  0.000 % |
10.95/11.08	|      7490 |    2339    14438   106448 |    11348     7490     19 |  0.000 % |
11.24/11.31	|     11335 |    2339    14438   106448 |    12482    11335     20 |  0.000 % |
11.54/11.64	|     17101 |    2339    14438   106448 |    13731    10784     23 |  0.000 % |
12.34/12.41	|     25750 |    2339    14438   106448 |    15104    12493     29 |  0.000 % |
13.44/13.53	|     38725 |    2339    14438   106448 |    16614    10224     26 |  0.000 % |
14.84/15.00	|     58187 |    2339    14438   106448 |    18276    12933     24 |  0.000 % |
17.64/17.77	|     87379 |    2339    14438   106448 |    20103    14503     26 |  0.000 % |
23.54/23.69	|    131168 |    2339    14438   106448 |    22114    17819     29 |  0.000 % |
32.33/32.44	|    196854 |    2339    14438   106448 |    24325    16822     28 |  0.000 % |
49.43/49.59	|    295382 |    2339    14438   106448 |    26758    17570     27 |  0.000 % |
78.41/78.57	|    443171 |    2339    14438   106448 |    29433    17558     27 |  0.000 % |
132.40/132.57	|    664854 |    2339    14438   106448 |    32377    17543     30 |  0.000 % |
222.47/222.61	|    997379 |    2339    14438   106448 |    35614    22183     27 |  0.000 % |
369.93/370.13	|   1496167 |    2339    14438   106448 |    39176    26161     30 |  0.000 % |
611.76/612.00	|   2244349 |    2339    14438   106448 |    43094    36566     30 |  0.000 % |
1045.82/1046.26	|   3366624 |    2339    14438   106448 |    47403    32931     26 |  0.000 % |
1199.58/1200.01	c Preprocessing...
1199.58/1200.01	c Inital problem has 2401 variables, 15533 nary clauses (427 binary clauses).
1199.58/1200.01	c Num non-binary clauses 15491, Average non-binary clause length 7.172
1199.58/1200.01	c Theory has no gaps
1199.58/1200.01	c Preprocessor runtime was 0.090 seconds.
1199.58/1200.01	c 
1199.58/1200.01	c Satisfiability of theory still undetermined.
1199.58/1200.01	c See file /tmp/1rOJf1 for simplified theory.
1199.58/1200.01	c Bin: Executing minisat20
1199.58/1200.01	c child exit by a signal
1199.58/1200.01	c minisat20 returned code 137.
1199.58/1200.01	c minisat20 returned code 137.
1199.58/1200.01	c satzilla running kcnfs ... 
1199.58/1200.01	c Bin: Executing kcnfs
1199.58/1200.01	c kcnfs returned code 1.
1199.58/1200.01	c kcnfs returned code 1.
1199.58/1200.01	c satzilla running march_dl ... 
1199.58/1200.01	c Bin: Executing march_dl
1199.58/1200.01	c march_dl returned code 1.
1199.58/1200.01	c march_dl returned code 1.
1199.58/1200.01	c satzilla running kcnfs with preprocessing ... 
1199.58/1200.01	c Bin: Executing kcnfs
1199.58/1200.01	c kcnfs returned code 1.
1199.58/1200.01	c kcnfs returned code 1.
1199.58/1200.01	c satzilla running march_dl with preprocessing ... 
1199.58/1200.01	c Bin: Executing march_dl
1199.58/1200.01	c march_dl returned code 1.
1199.58/1200.01	c march_dl returned code 1.
1199.58/1200.01	c satzilla running vallst with preprocessing ... 
1199.58/1200.01	c Bin: Executing vallst
1199.58/1200.01	c vallst returned code 1.
1199.58/1200.01	c vallst returned code 1.
1199.58/1200.01	c satzilla running zchaff_rand with preprocessing ... 
1199.58/1200.01	c Bin: Executing zchaff_rand
1199.58/1200.01	c zchaff_rand returned code 1.
1199.58/1200.01	c zchaff_rand returned code 1.
1199.58/1200.01	c satzilla running vallst ... 
1199.58/1200.01	c Bin: Executing vallst
1199.58/1200.01	c vallst returned code 1.
1199.58/1200.01	c vallst returned code 1.
1199.58/1200.01	c satzilla running zchaff_rand ... 
1199.58/1200.01	c Bin: Executing zchaff_rand
1199.58/1200.01	c zchaff_rand returned code 1.
1199.58/1200.01	c zchaff_rand returned code 1.
1199.58/1200.01	c satzilla running minisat20 ... 
1199.58/1200.01	c Bin: Executing minisat20
1199.58/1200.01	c minisat20 returned code 1.
1199.58/1200.01	c minisat20 returned code 1.
1199.58/1200.01	c ERROR: All Failed! 
1199.58/1200.01	c SATZILLA_TIME=1199.790000

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

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


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.99 3/83 26888
/proc/meminfo: memFree=1053888/2055920 swapFree=4169972/4192956
[pid=26888] ppid=26886 vsize=1440 CPUtime=0
/proc/26888/stat : 26888 (SATzilla2007_R) S 26886 26888 25758 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 380688628 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26888/statm: 360 110 95 260 0 84 0
[pid=26889] ppid=26888 vsize=900 CPUtime=0
/proc/26889/stat : 26889 (march_dl) R 26888 26888 25758 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 380688628 921600 123 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26889/statm: 225 123 50 118 0 104 0

[startup+0.056863 s]
/proc/loadavg: 0.99 0.97 0.99 3/83 26888
/proc/meminfo: memFree=1053888/2055920 swapFree=4169972/4192956
[pid=26888] ppid=26886 vsize=1440 CPUtime=0
/proc/26888/stat : 26888 (SATzilla2007_R) S 26886 26888 25758 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 380688628 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26888/statm: 360 110 95 260 0 84 0
[pid=26889] ppid=26888 vsize=2292 CPUtime=0.05
/proc/26889/stat : 26889 (march_dl) R 26888 26888 25758 0 -1 4194304 443 0 0 0 5 0 0 0 20 0 1 0 380688628 2347008 437 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134542421 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26889/statm: 573 437 52 118 0 452 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3732

[startup+0.101868 s]
/proc/loadavg: 0.99 0.97 0.99 3/83 26888
/proc/meminfo: memFree=1053888/2055920 swapFree=4169972/4192956
[pid=26888] ppid=26886 vsize=1440 CPUtime=0
/proc/26888/stat : 26888 (SATzilla2007_R) S 26886 26888 25758 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 380688628 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26888/statm: 360 110 95 260 0 84 0
[pid=26889] ppid=26888 vsize=2696 CPUtime=0.09
/proc/26889/stat : 26889 (march_dl) R 26888 26888 25758 0 -1 4194304 558 0 0 0 9 0 0 0 20 0 1 0 380688628 2760704 550 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134542885 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26889/statm: 674 550 55 118 0 553 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4136

[startup+0.301891 s]
/proc/loadavg: 0.99 0.97 0.99 3/83 26888
/proc/meminfo: memFree=1053888/2055920 swapFree=4169972/4192956
[pid=26888] ppid=26886 vsize=1440 CPUtime=0
/proc/26888/stat : 26888 (SATzilla2007_R) S 26886 26888 25758 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 380688628 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26888/statm: 360 110 95 260 0 84 0
[pid=26889] ppid=26888 vsize=5464 CPUtime=0.29
/proc/26889/stat : 26889 (march_dl) R 26888 26888 25758 0 -1 4194304 1167 0 0 0 29 0 0 0 21 0 1 0 380688628 5595136 881 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134583512 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26889/statm: 1366 881 67 118 0 1245 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6904

[startup+0.701938 s]
/proc/loadavg: 0.99 0.97 0.99 3/83 26888
/proc/meminfo: memFree=1053888/2055920 swapFree=4169972/4192956
[pid=26888] ppid=26886 vsize=1440 CPUtime=0
/proc/26888/stat : 26888 (SATzilla2007_R) S 26886 26888 25758 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 380688628 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26888/statm: 360 110 95 260 0 84 0
[pid=26889] ppid=26888 vsize=5596 CPUtime=0.69
/proc/26889/stat : 26889 (march_dl) R 26888 26888 25758 0 -1 4194304 1189 0 0 0 69 0 0 0 25 0 1 0 380688628 5730304 903 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134583392 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26889/statm: 1399 903 67 118 0 1278 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7036

[startup+1.50103 s]
/proc/loadavg: 0.99 0.97 0.99 2/85 26890
/proc/meminfo: memFree=1050288/2055920 swapFree=4169972/4192956
[pid=26888] ppid=26886 vsize=1440 CPUtime=0
/proc/26888/stat : 26888 (SATzilla2007_R) S 26886 26888 25758 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 380688628 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26888/statm: 360 110 95 260 0 84 0
[pid=26889] ppid=26888 vsize=5728 CPUtime=1.49
/proc/26889/stat : 26889 (march_dl) R 26888 26888 25758 0 -1 4194304 1243 0 0 0 149 0 0 0 25 0 1 0 380688628 5865472 957 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134583053 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26889/statm: 1432 957 67 118 0 1311 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7168

[startup+3.10122 s]
/proc/loadavg: 0.99 0.97 0.99 2/85 26892
/proc/meminfo: memFree=1049840/2055920 swapFree=4169972/4192956
[pid=26888] ppid=26886 vsize=1440 CPUtime=0
/proc/26888/stat : 26888 (SATzilla2007_R) S 26886 26888 25758 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 380688628 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26888/statm: 360 110 95 260 0 84 0
[pid=26889] ppid=26888 vsize=10584 CPUtime=3.09
/proc/26889/stat : 26889 (march_dl) R 26888 26888 25758 0 -1 4194304 2955 0 0 0 296 13 0 0 25 0 1 0 380688628 10838016 2454 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26889/statm: 2646 2454 73 118 0 2525 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12024

[startup+6.3026 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26913
/proc/meminfo: memFree=1052768/2055920 swapFree=4169972/4192956
[pid=26888] ppid=26886 vsize=1440 CPUtime=4.99
/proc/26888/stat : 26888 (SATzilla2007_R) S 26886 26888 25758 0 -1 4194304 135 4708 0 0 0 0 472 27 16 0 1 0 380688628 1474560 111 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26888/statm: 360 111 96 260 0 84 0
[pid=26913] ppid=26888 vsize=6188 CPUtime=1.27
/proc/26913/stat : 26913 (ubcsat2006) R 26888 26888 25758 0 -1 4194304 595 0 0 0 119 8 0 0 25 0 1 0 380689130 6336512 578 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26913/statm: 1547 578 156 64 0 1128 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 7628

[startup+12.7014 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26914
/proc/meminfo: memFree=1045096/2055920 swapFree=4169972/4192956
[pid=26888] ppid=26886 vsize=6640 CPUtime=10.78
/proc/26888/stat : 26888 (SATzilla2007_R) S 26886 26888 25758 0 -1 4194304 2608 5309 0 0 351 10 677 40 25 0 1 0 380688628 6799360 1466 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26888/statm: 1660 1466 165 260 0 1384 0
[pid=26914] ppid=26888 vsize=5096 CPUtime=1.86
/proc/26914/stat : 26914 (minisat20) R 26888 26888 25758 0 -1 4194304 1103 0 0 0 186 0 0 0 25 0 1 0 380689711 5218304 1097 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134527366 0 0 8392704 3 0 0 0 17 1 0 0
/proc/26914/statm: 1274 1097 58 118 0 1152 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 11736

[startup+25.5019 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26914
/proc/meminfo: memFree=1042792/2055920 swapFree=4169972/4192956
[pid=26888] ppid=26886 vsize=6640 CPUtime=10.78
/proc/26888/stat : 26888 (SATzilla2007_R) S 26886 26888 25758 0 -1 4194304 2608 5309 0 0 351 10 677 40 25 0 1 0 380688628 6799360 1466 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26888/statm: 1660 1466 165 260 0 1384 0
[pid=26914] ppid=26888 vsize=6960 CPUtime=14.66
/proc/26914/stat : 26914 (minisat20) R 26888 26888 25758 0 -1 4194304 1560 0 0 0 1466 0 0 0 25 0 1 0 380689711 7127040 1554 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134528341 0 0 8392704 3 0 0 0 17 1 0 0
/proc/26914/statm: 1740 1554 58 118 0 1618 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 13600

[startup+51.1019 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26914
/proc/meminfo: memFree=1041960/2055920 swapFree=4169972/4192956
[pid=26888] ppid=26886 vsize=6640 CPUtime=10.78
/proc/26888/stat : 26888 (SATzilla2007_R) S 26886 26888 25758 0 -1 4194304 2608 5309 0 0 351 10 677 40 25 0 1 0 380688628 6799360 1466 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26888/statm: 1660 1466 165 260 0 1384 0
[pid=26914] ppid=26888 vsize=7768 CPUtime=40.24
/proc/26914/stat : 26914 (minisat20) R 26888 26888 25758 0 -1 4194304 1776 0 0 0 4023 1 0 0 25 0 1 0 380689711 7954432 1770 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525601 0 0 8392704 3 0 0 0 17 1 0 0
/proc/26914/statm: 1942 1770 58 118 0 1820 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 14408

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26914
/proc/meminfo: memFree=1040744/2055920 swapFree=4169972/4192956
[pid=26888] ppid=26886 vsize=6640 CPUtime=10.78
/proc/26888/stat : 26888 (SATzilla2007_R) S 26886 26888 25758 0 -1 4194304 2608 5309 0 0 351 10 677 40 25 0 1 0 380688628 6799360 1466 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26888/statm: 1660 1466 165 260 0 1384 0
[pid=26914] ppid=26888 vsize=9160 CPUtime=91.43
/proc/26914/stat : 26914 (minisat20) R 26888 26888 25758 0 -1 4194304 2120 0 0 0 9142 1 0 0 25 0 1 0 380689711 9379840 2114 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/26914/statm: 2290 2114 58 118 0 2168 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 15800

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26914
/proc/meminfo: memFree=1039208/2055920 swapFree=4169972/4192956
[pid=26888] ppid=26886 vsize=6640 CPUtime=10.78
/proc/26888/stat : 26888 (SATzilla2007_R) S 26886 26888 25758 0 -1 4194304 2608 5309 0 0 351 10 677 40 25 0 1 0 380688628 6799360 1466 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26888/statm: 1660 1466 165 260 0 1384 0
[pid=26914] ppid=26888 vsize=10652 CPUtime=151.4
/proc/26914/stat : 26914 (minisat20) R 26888 26888 25758 0 -1 4194304 2490 0 0 0 15138 2 0 0 25 0 1 0 380689711 10907648 2484 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/26914/statm: 2663 2484 58 118 0 2541 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 17292

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 3/79 26914
/proc/meminfo: memFree=1038632/2055920 swapFree=4169972/4192956
[pid=26888] ppid=26886 vsize=6640 CPUtime=10.78
/proc/26888/stat : 26888 (SATzilla2007_R) S 26886 26888 25758 0 -1 4194304 2608 5309 0 0 351 10 677 40 25 0 1 0 380688628 6799360 1466 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26888/statm: 1660 1466 165 260 0 1384 0
[pid=26914] ppid=26888 vsize=11228 CPUtime=211.39
/proc/26914/stat : 26914 (minisat20) R 26888 26888 25758 0 -1 4194304 2611 0 0 0 21136 3 0 0 25 0 1 0 380689711 11497472 2605 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134538048 0 0 8392704 3 0 0 0 17 1 0 0
/proc/26914/statm: 2807 2605 58 118 0 2685 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 17868

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26914
/proc/meminfo: memFree=1038056/2055920 swapFree=4169972/4192956
[pid=26888] ppid=26886 vsize=6640 CPUtime=10.78
/proc/26888/stat : 26888 (SATzilla2007_R) S 26886 26888 25758 0 -1 4194304 2608 5309 0 0 351 10 677 40 25 0 1 0 380688628 6799360 1466 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26888/statm: 1660 1466 165 260 0 1384 0
[pid=26914] ppid=26888 vsize=11916 CPUtime=271.37
/proc/26914/stat : 26914 (minisat20) R 26888 26888 25758 0 -1 4194304 2766 0 0 0 27134 3 0 0 25 0 1 0 380689711 12201984 2760 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/26914/statm: 2979 2760 58 118 0 2857 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 18556

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26914
/proc/meminfo: memFree=1037416/2055920 swapFree=4169972/4192956
[pid=26888] ppid=26886 vsize=6640 CPUtime=10.78
/proc/26888/stat : 26888 (SATzilla2007_R) S 26886 26888 25758 0 -1 4194304 2608 5309 0 0 351 10 677 40 25 0 1 0 380688628 6799360 1466 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26888/statm: 1660 1466 165 260 0 1384 0
[pid=26914] ppid=26888 vsize=12620 CPUtime=331.36
/proc/26914/stat : 26914 (minisat20) R 26888 26888 25758 0 -1 4194304 2936 0 0 0 33132 4 0 0 25 0 1 0 380689711 12922880 2930 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/26914/statm: 3155 2930 58 118 0 3033 0

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


[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26914
/proc/meminfo: memFree=1033896/2055920 swapFree=4169972/4192956
[pid=26888] ppid=26886 vsize=6640 CPUtime=10.78
/proc/26888/stat : 26888 (SATzilla2007_R) S 26886 26888 25758 0 -1 4194304 2608 5309 0 0 351 10 677 40 25 0 1 0 380688628 6799360 1466 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26888/statm: 1660 1466 165 260 0 1384 0
[pid=26914] ppid=26888 vsize=16224 CPUtime=811.22
/proc/26914/stat : 26914 (minisat20) R 26888 26888 25758 0 -1 4194304 3805 0 0 0 81114 8 0 0 25 0 1 0 380689711 16613376 3799 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/26914/statm: 4056 3799 58 118 0 3934 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 22864

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26914
/proc/meminfo: memFree=1033896/2055920 swapFree=4169972/4192956
[pid=26888] ppid=26886 vsize=6640 CPUtime=10.78
/proc/26888/stat : 26888 (SATzilla2007_R) S 26886 26888 25758 0 -1 4194304 2608 5309 0 0 351 10 677 40 25 0 1 0 380688628 6799360 1466 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26888/statm: 1660 1466 165 260 0 1384 0
[pid=26914] ppid=26888 vsize=16224 CPUtime=871.19
/proc/26914/stat : 26914 (minisat20) R 26888 26888 25758 0 -1 4194304 3807 0 0 0 87111 8 0 0 25 0 1 0 380689711 16613376 3801 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/26914/statm: 4056 3801 58 118 0 3934 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 22864

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26914
/proc/meminfo: memFree=1033768/2055920 swapFree=4169972/4192956
[pid=26888] ppid=26886 vsize=6640 CPUtime=10.78
/proc/26888/stat : 26888 (SATzilla2007_R) S 26886 26888 25758 0 -1 4194304 2608 5309 0 0 351 10 677 40 25 0 1 0 380688628 6799360 1466 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26888/statm: 1660 1466 165 260 0 1384 0
[pid=26914] ppid=26888 vsize=16388 CPUtime=931.17
/proc/26914/stat : 26914 (minisat20) R 26888 26888 25758 0 -1 4194304 3844 0 0 0 93109 8 0 0 25 0 1 0 380689711 16781312 3838 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/26914/statm: 4097 3838 58 118 0 3975 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 23028

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26914
/proc/meminfo: memFree=1033704/2055920 swapFree=4169972/4192956
[pid=26888] ppid=26886 vsize=6640 CPUtime=10.78
/proc/26888/stat : 26888 (SATzilla2007_R) S 26886 26888 25758 0 -1 4194304 2608 5309 0 0 351 10 677 40 25 0 1 0 380688628 6799360 1466 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26888/statm: 1660 1466 165 260 0 1384 0
[pid=26914] ppid=26888 vsize=16388 CPUtime=991.16
/proc/26914/stat : 26914 (minisat20) R 26888 26888 25758 0 -1 4194304 3867 0 0 0 99107 9 0 0 25 0 1 0 380689711 16781312 3861 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525580 0 0 8392704 3 0 0 0 17 1 0 0
/proc/26914/statm: 4097 3861 58 118 0 3975 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 23028

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26914
/proc/meminfo: memFree=1033384/2055920 swapFree=4169972/4192956
[pid=26888] ppid=26886 vsize=6640 CPUtime=10.78
/proc/26888/stat : 26888 (SATzilla2007_R) S 26886 26888 25758 0 -1 4194304 2608 5309 0 0 351 10 677 40 25 0 1 0 380688628 6799360 1466 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26888/statm: 1660 1466 165 260 0 1384 0
[pid=26914] ppid=26888 vsize=16672 CPUtime=1051.14
/proc/26914/stat : 26914 (minisat20) R 26888 26888 25758 0 -1 4194304 3931 0 0 0 105105 9 0 0 25 0 1 0 380689711 17072128 3925 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525536 0 0 8392704 3 0 0 0 17 1 0 0
/proc/26914/statm: 4168 3925 58 118 0 4046 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 23312

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26914
/proc/meminfo: memFree=1033192/2055920 swapFree=4169972/4192956
[pid=26888] ppid=26886 vsize=6640 CPUtime=10.78
/proc/26888/stat : 26888 (SATzilla2007_R) S 26886 26888 25758 0 -1 4194304 2608 5309 0 0 351 10 677 40 25 0 1 0 380688628 6799360 1466 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26888/statm: 1660 1466 165 260 0 1384 0
[pid=26914] ppid=26888 vsize=16828 CPUtime=1111.13
/proc/26914/stat : 26914 (minisat20) R 26888 26888 25758 0 -1 4194304 3974 0 0 0 111103 10 0 0 25 0 1 0 380689711 17231872 3968 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/26914/statm: 4207 3968 58 118 0 4085 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 23468

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26914
/proc/meminfo: memFree=1033064/2055920 swapFree=4169972/4192956
[pid=26888] ppid=26886 vsize=6640 CPUtime=10.78
/proc/26888/stat : 26888 (SATzilla2007_R) S 26886 26888 25758 0 -1 4194304 2608 5309 0 0 351 10 677 40 25 0 1 0 380688628 6799360 1466 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26888/statm: 1660 1466 165 260 0 1384 0
[pid=26914] ppid=26888 vsize=16976 CPUtime=1171.1
/proc/26914/stat : 26914 (minisat20) R 26888 26888 25758 0 -1 4194304 4018 0 0 0 117100 10 0 0 25 0 1 0 380689711 17383424 4012 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134529763 0 0 8392704 3 0 0 0 17 1 0 0
/proc/26914/statm: 4244 4012 58 118 0 4122 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 23616

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26914
/proc/meminfo: memFree=1033064/2055920 swapFree=4169972/4192956
[pid=26888] ppid=26886 vsize=6640 CPUtime=10.78
/proc/26888/stat : 26888 (SATzilla2007_R) S 26886 26888 25758 0 -1 4194304 2608 5309 0 0 351 10 677 40 25 0 1 0 380688628 6799360 1466 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26888/statm: 1660 1466 165 260 0 1384 0
[pid=26914] ppid=26888 vsize=16976 CPUtime=1179.1
/proc/26914/stat : 26914 (minisat20) R 26888 26888 25758 0 -1 4194304 4018 0 0 0 117900 10 0 0 25 0 1 0 380689711 17383424 4012 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/26914/statm: 4244 4012 58 118 0 4122 0
Current children cumulated CPU time (s) 1189.88
Current children cumulated vsize (KiB) 23616

[startup+1196.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26914
/proc/meminfo: memFree=1033064/2055920 swapFree=4169972/4192956
[pid=26888] ppid=26886 vsize=6640 CPUtime=10.78
/proc/26888/stat : 26888 (SATzilla2007_R) S 26886 26888 25758 0 -1 4194304 2608 5309 0 0 351 10 677 40 25 0 1 0 380688628 6799360 1466 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26888/statm: 1660 1466 165 260 0 1384 0
[pid=26914] ppid=26888 vsize=16976 CPUtime=1185.5
/proc/26914/stat : 26914 (minisat20) R 26888 26888 25758 0 -1 4194304 4018 0 0 0 118540 10 0 0 25 0 1 0 380689711 17383424 4012 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/26914/statm: 4244 4012 58 118 0 4122 0
Current children cumulated CPU time (s) 1196.28
Current children cumulated vsize (KiB) 23616

[startup+1198.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26914
/proc/meminfo: memFree=1033064/2055920 swapFree=4169972/4192956
[pid=26888] ppid=26886 vsize=6640 CPUtime=10.78
/proc/26888/stat : 26888 (SATzilla2007_R) S 26886 26888 25758 0 -1 4194304 2608 5309 0 0 351 10 677 40 25 0 1 0 380688628 6799360 1466 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26888/statm: 1660 1466 165 260 0 1384 0
[pid=26914] ppid=26888 vsize=16976 CPUtime=1187.1
/proc/26914/stat : 26914 (minisat20) R 26888 26888 25758 0 -1 4194304 4018 0 0 0 118700 10 0 0 25 0 1 0 380689711 17383424 4012 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/26914/statm: 4244 4012 58 118 0 4122 0
Current children cumulated CPU time (s) 1197.88
Current children cumulated vsize (KiB) 23616

[startup+1199.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26914
/proc/meminfo: memFree=1033064/2055920 swapFree=4169972/4192956
[pid=26888] ppid=26886 vsize=6640 CPUtime=10.78
/proc/26888/stat : 26888 (SATzilla2007_R) S 26886 26888 25758 0 -1 4194304 2608 5309 0 0 351 10 677 40 25 0 1 0 380688628 6799360 1466 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26888/statm: 1660 1466 165 260 0 1384 0
[pid=26914] ppid=26888 vsize=16976 CPUtime=1187.9
/proc/26914/stat : 26914 (minisat20) R 26888 26888 25758 0 -1 4194304 4018 0 0 0 118780 10 0 0 25 0 1 0 380689711 17383424 4012 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525794 0 0 8392704 3 0 0 0 17 1 0 0
/proc/26914/statm: 4244 4012 58 118 0 4122 0
Current children cumulated CPU time (s) 1198.68
Current children cumulated vsize (KiB) 23616

[startup+1199.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26914
/proc/meminfo: memFree=1033064/2055920 swapFree=4169972/4192956
[pid=26888] ppid=26886 vsize=6640 CPUtime=10.78
/proc/26888/stat : 26888 (SATzilla2007_R) S 26886 26888 25758 0 -1 4194304 2608 5309 0 0 351 10 677 40 25 0 1 0 380688628 6799360 1466 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26888/statm: 1660 1466 165 260 0 1384 0
[pid=26914] ppid=26888 vsize=16976 CPUtime=1188.3
/proc/26914/stat : 26914 (minisat20) R 26888 26888 25758 0 -1 4194304 4018 0 0 0 118820 10 0 0 25 0 1 0 380689711 17383424 4012 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/26914/statm: 4244 4012 58 118 0 4122 0
Current children cumulated CPU time (s) 1199.08
Current children cumulated vsize (KiB) 23616

[startup+1199.9 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26914
/proc/meminfo: memFree=1033064/2055920 swapFree=4169972/4192956
[pid=26888] ppid=26886 vsize=6640 CPUtime=10.78
/proc/26888/stat : 26888 (SATzilla2007_R) S 26886 26888 25758 0 -1 4194304 2608 5309 0 0 351 10 677 40 25 0 1 0 380688628 6799360 1466 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26888/statm: 1660 1466 165 260 0 1384 0
[pid=26914] ppid=26888 vsize=16976 CPUtime=1188.7
/proc/26914/stat : 26914 (minisat20) R 26888 26888 25758 0 -1 4194304 4018 0 0 0 118860 10 0 0 25 0 1 0 380689711 17383424 4012 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/26914/statm: 4244 4012 58 118 0 4122 0
Current children cumulated CPU time (s) 1199.48
Current children cumulated vsize (KiB) 23616

[startup+1200 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26914
/proc/meminfo: memFree=1033064/2055920 swapFree=4169972/4192956
[pid=26888] ppid=26886 vsize=6640 CPUtime=10.78
/proc/26888/stat : 26888 (SATzilla2007_R) S 26886 26888 25758 0 -1 4194304 2608 5309 0 0 351 10 677 40 25 0 1 0 380688628 6799360 1466 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26888/statm: 1660 1466 165 260 0 1384 0
[pid=26914] ppid=26888 vsize=16976 CPUtime=1188.8
/proc/26914/stat : 26914 (minisat20) R 26888 26888 25758 0 -1 4194304 4018 0 0 0 118870 10 0 0 25 0 1 0 380689711 17383424 4012 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525482 0 0 8392704 3 0 0 0 17 1 0 0
/proc/26914/statm: 4244 4012 58 118 0 4122 0
Current children cumulated CPU time (s) 1199.58
Current children cumulated vsize (KiB) 23616

Child status: 17
Real time (s): 1200.02
CPU time (s): 1199.62
CPU user time (s): 1199
CPU system time (s): 0.619905
CPU usage (%): 99.9673
Max. virtual memory (cumulated for all children) (KiB): 23616

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

runsolver used 1.21681 second user time and 3.15652 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Sun Mar 11 10:02:21 UTC 2007

IDJOB= 335068
IDBENCH= 24642
IDSOLVER= 134
FILE ID= node11/335068-1173607341

PBS_JOBID= 4101243

Free space on /tmp= 66166 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/QG/QG7a-gensys-icl004.sat05-3825.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335068-1173607341/SATzilla2007_R /tmp/evaluation/335068-1173607341/instance-335068-1173607341.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-335068-1173607341 -o ROOT/results/node11/solver-335068-1173607341 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335068-1173607341/SATzilla2007_R /tmp/evaluation/335068-1173607341/instance-335068-1173607341.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  d9bf8689fd094f6ad4f37a57f4f0a5ae

RANDOM SEED= 965927448

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.243
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.243
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:       1054360 kB
Buffers:         57240 kB
Cached:         843620 kB
SwapCached:       2248 kB
Active:         525068 kB
Inactive:       399432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1054360 kB
SwapTotal:     4192956 kB
SwapFree:      4169972 kB
Dirty:            8996 kB
Writeback:           0 kB
Mapped:          32112 kB
Slab:            62196 kB
Committed_AS:  1210224 kB
PageTables:       2000 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= 66166 MiB

End job on node11 on Sun Mar 11 10:22:21 UTC 2007