Trace number 305521

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 CRAFTED? (exit code) 1199.56 1200.08

General information on the benchmark

Namerandom/LargeSize/3SAT/v4000/
unif-k3-r4.2-v4000-c16800-S1580061366-10.cnf
MD5SUM66a738f4ff82d0fd708f0dea8b7fe645
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.46947
Satisfiable
(Un)Satisfiability was proved
Number of variables4000
Number of clauses16800
Sum of the clauses size50400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 316800
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

10.54/10.65	c run March_dl for 5 seconds ... 
10.54/10.65	c Bin: Executing march_dl
10.54/10.65	c child exit by a signal
10.54/10.65	c march_dl returned code 137.
10.54/10.65	c run saps (UBCSAT implementation) for 2 seconds ... 
10.54/10.65	c Bin: Executing ubcsat2006
10.54/10.65	c child exited successfully
10.54/10.65	c ubcsat2006 returned code 0.
10.54/10.65	c satzilla computing base features
10.54/10.65	c satzilla doing unit-prop probe
10.54/10.65	c satzilla doing local search probe
10.54/10.65	c satzilla doing lobjois search-space size estimate
10.54/10.65	c satzilla's ranking:
10.54/10.65	c 1) minisat20: 1.635113
10.54/10.65	c 2) march_dl: 1.636295
10.54/10.65	c 3) minisat20+P: 1.989682
10.54/10.65	c 4) zchaff_rand+P: 2.341330
10.54/10.65	c 5) vallst+P: 2.497291
10.54/10.65	c 6) march_dl+P: 3.209020
10.54/10.65	c 7) kcnfs+P: 999.000000
10.54/10.65	c 8) kcnfs: 999.000000
10.54/10.65	c 9) vallst: 999.000000
10.54/10.65	c 10) zchaff_rand: 999.000000
10.54/10.65	c satzilla running minisat20 ... 
10.54/10.65	This is MiniSat 2.0 beta
10.54/10.65	WARNING: for repeatability, setting FPU to use double precision
10.54/10.65	============================[ Problem Statistics ]=============================
10.54/10.65	|                                                                             |
10.54/10.66	|  Number of variables:  4000                                                 |
10.54/10.66	|  Number of clauses:    16800                                                |
10.64/10.67	|  Parsing time:         0.01         s                                       |
10.64/10.67	============================[ Search Statistics ]==============================
10.64/10.67	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.64/10.67	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.64/10.67	===============================================================================
10.64/10.67	|         0 |    4000    16800    50400 |     5600        0    nan |  0.000 % |
10.64/10.68	|       100 |    4000    16800    50400 |     6160      100     73 |  0.000 % |
10.64/10.70	|       251 |    4000    16800    50400 |     6776      251     91 |  0.000 % |
10.64/10.73	|       477 |    4000    16800    50400 |     7453      477     98 |  0.000 % |
10.64/10.77	|       814 |    4000    16800    50400 |     8198      814    101 |  0.000 % |
10.64/10.83	|      1321 |    4000    16800    50400 |     9018     1321     96 |  0.000 % |
10.64/10.93	|      2080 |    4000    16800    50400 |     9920     2080    101 |  0.000 % |
10.64/11.09	|      3219 |    4000    16800    50400 |    10912     3219     99 |  0.000 % |
11.25/11.36	|      4928 |    4000    16800    50400 |    12004     4928    101 |  0.000 % |
11.76/11.84	|      7492 |    4000    16800    50400 |    13204     7492    108 |  0.000 % |
12.48/12.59	|     11337 |    4000    16800    50400 |    14524    11337    110 |  0.000 % |
13.91/14.00	|     17104 |    4000    16800    50400 |    15977     9470    111 |  0.000 % |
16.37/16.46	|     25753 |    4000    16800    50400 |    17575     9818    123 |  0.000 % |
20.37/20.45	|     38727 |    4000    16800    50400 |    19332    13653    116 |  0.000 % |
27.54/27.57	|     58189 |    4000    16800    50400 |    21265    13186    129 |  0.000 % |
41.57/41.71	|     87383 |    4000    16800    50400 |    23392    20509    139 |  0.000 % |
61.03/61.14	|    131173 |    4000    16800    50400 |    25731    15473    132 |  0.000 % |
95.36/95.51	|    196858 |    4000    16800    50400 |    28305    24506    130 |  0.000 % |
151.67/151.87	|    295385 |    4000    16800    50400 |    31135    26885    129 |  0.000 % |
238.43/238.68	|    443174 |    4000    16800    50400 |    34249    15944    115 |  0.000 % |
374.60/374.86	|    664858 |    4000    16800    50400 |    37673    25283    123 |  0.000 % |
601.84/602.25	|    997383 |    4000    16800    50400 |    41441    19391    120 |  0.000 % |
968.44/968.92	|   1496173 |    4000    16800    50400 |    45585    20715    122 |  0.000 % |
1199.38/1199.99	c Bin: Executing minisat20
1199.38/1199.99	c child exit by a signal
1199.38/1199.99	c minisat20 returned code 137.
1199.38/1199.99	c minisat20 returned code 137.
1199.38/1199.99	c satzilla running march_dl ... 
1199.38/1199.99	c Bin: Executing march_dl
1199.38/1199.99	c march_dl returned code 1.
1199.38/1199.99	c march_dl returned code 1.
1199.38/1199.99	c satzilla running minisat20 with preprocessing ... 
1199.48/1200.07	c Preprocessing...
1199.48/1200.07	c Inital problem has 4000 variables, 16800 nary clauses (0 binary clauses).
1199.48/1200.07	c Num non-binary clauses 16800, Average non-binary clause length 3.000
1199.48/1200.07	c Theory has no gaps
1199.48/1200.07	c Preprocessor runtime was 0.060 seconds.
1199.48/1200.07	c 
1199.48/1200.07	c Satisfiability of theory still undetermined.
1199.48/1200.07	c See file /tmp/oA5p8c for simplified theory.
1199.48/1200.07	c Bin: Executing minisat20
1199.48/1200.07	c minisat20 returned code 1.
1199.48/1200.07	c minisat20 returned code 1.
1199.48/1200.07	c satzilla running zchaff_rand with preprocessing ... 
1199.48/1200.07	c Bin: Executing zchaff_rand
1199.48/1200.07	c zchaff_rand returned code 1.
1199.48/1200.07	c zchaff_rand returned code 1.
1199.48/1200.07	c satzilla running vallst with preprocessing ... 
1199.48/1200.07	c Bin: Executing vallst
1199.48/1200.07	c vallst returned code 1.
1199.48/1200.07	c vallst returned code 1.
1199.48/1200.07	c satzilla running march_dl with preprocessing ... 
1199.48/1200.07	c Bin: Executing march_dl
1199.48/1200.07	c march_dl returned code 1.
1199.48/1200.07	c march_dl returned code 1.
1199.48/1200.07	c satzilla running kcnfs with preprocessing ... 
1199.48/1200.07	c Bin: Executing kcnfs
1199.48/1200.07	c kcnfs returned code 1.
1199.48/1200.07	c kcnfs returned code 1.
1199.48/1200.07	c satzilla running kcnfs ... 
1199.48/1200.07	c Bin: Executing kcnfs
1199.48/1200.07	c kcnfs returned code 1.
1199.48/1200.07	c kcnfs returned code 1.
1199.48/1200.07	c satzilla running vallst ... 
1199.48/1200.07	c Bin: Executing vallst
1199.48/1200.07	c vallst returned code 1.
1199.48/1200.07	c vallst returned code 1.
1199.48/1200.07	c satzilla running zchaff_rand ... 
1199.48/1200.07	c Bin: Executing zchaff_rand
1199.48/1200.07	c zchaff_rand returned code 1.
1199.48/1200.07	c zchaff_rand returned code 1.
1199.48/1200.07	c ERROR: All Failed! 
1199.48/1200.07	c SATZILLA_TIME=1199.720000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node60/watcher-305521-1172080746 -o ROOT/results/node60/solver-305521-1172080746 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/305521-1172080746/SATzilla2007_C /tmp/evaluation/305521-1172080746/instance-305521-1172080746.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.92 0.98 0.99 3/64 4733
/proc/meminfo: memFree=1621384/2055920 swapFree=4183492/4192956
[pid=4733] ppid=4731 vsize=1440 CPUtime=0
/proc/4733/stat : 4733 (SATzilla2007_C) S 4731 4733 3555 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 228031511 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4733/statm: 360 110 95 260 0 84 0
[pid=4734] ppid=4733 vsize=1048 CPUtime=0
/proc/4734/stat : 4734 (march_dl) R 4733 4733 3555 0 -1 4194304 149 0 0 0 0 0 0 0 19 0 1 0 228031511 1073152 144 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134653149 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4734/statm: 262 144 50 118 0 141 0

[startup+0.107101 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 4733
/proc/meminfo: memFree=1621384/2055920 swapFree=4183492/4192956
[pid=4733] ppid=4731 vsize=1440 CPUtime=0
/proc/4733/stat : 4733 (SATzilla2007_C) S 4731 4733 3555 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 228031511 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4733/statm: 360 110 95 260 0 84 0
[pid=4734] ppid=4733 vsize=3076 CPUtime=0.09
/proc/4734/stat : 4734 (march_dl) R 4733 4733 3555 0 -1 4194304 1522 0 0 0 9 0 0 0 20 0 1 0 228031511 3149824 592 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134653149 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4734/statm: 769 599 64 118 0 648 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4516

[startup+0.515172 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 4733
/proc/meminfo: memFree=1621384/2055920 swapFree=4183492/4192956
[pid=4733] ppid=4731 vsize=1440 CPUtime=0
/proc/4733/stat : 4733 (SATzilla2007_C) S 4731 4733 3555 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 228031511 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4733/statm: 360 110 95 260 0 84 0
[pid=4734] ppid=4733 vsize=5424 CPUtime=0.5
/proc/4734/stat : 4734 (march_dl) R 4733 4733 3555 0 -1 4194304 2595 0 0 0 50 0 0 0 23 0 1 0 228031511 5554176 1221 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134588358 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4734/statm: 1356 1221 74 118 0 1235 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 6864

[startup+1.33932 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 4735
/proc/meminfo: memFree=1616632/2055920 swapFree=4183492/4192956
[pid=4733] ppid=4731 vsize=1440 CPUtime=0
/proc/4733/stat : 4733 (SATzilla2007_C) S 4731 4733 3555 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 228031511 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4733/statm: 360 110 95 260 0 84 0
[pid=4734] ppid=4733 vsize=5428 CPUtime=1.32
/proc/4734/stat : 4734 (march_dl) R 4733 4733 3555 0 -1 4194304 2610 0 0 0 132 0 0 0 25 0 1 0 228031511 5558272 1236 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4734/statm: 1357 1236 74 118 0 1236 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 6868

[startup+2.97761 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 4735
/proc/meminfo: memFree=1616312/2055920 swapFree=4183492/4192956
[pid=4733] ppid=4731 vsize=1440 CPUtime=0
/proc/4733/stat : 4733 (SATzilla2007_C) S 4731 4733 3555 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 228031511 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4733/statm: 360 110 95 260 0 84 0
[pid=4734] ppid=4733 vsize=5684 CPUtime=2.96
/proc/4734/stat : 4734 (march_dl) R 4733 4733 3555 0 -1 4194304 2649 0 0 0 296 0 0 0 25 0 1 0 228031511 5820416 1275 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526962 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4734/statm: 1421 1275 74 118 0 1300 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 7124

[startup+6.2562 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 4736
/proc/meminfo: memFree=1619640/2055920 swapFree=4183492/4192956
[pid=4733] ppid=4731 vsize=1440 CPUtime=4.99
/proc/4733/stat : 4733 (SATzilla2007_C) S 4731 4733 3555 0 -1 4194304 135 2680 0 0 0 0 498 1 16 0 1 0 228031511 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4733/statm: 360 111 96 260 0 84 0
[pid=4736] ppid=4733 vsize=6188 CPUtime=1.24
/proc/4736/stat : 4736 (ubcsat2006) R 4733 4733 3555 0 -1 4194304 505 0 0 0 113 11 0 0 25 0 1 0 228032012 6336512 488 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4736/statm: 1547 488 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7628

[startup+12.7174 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 4737
/proc/meminfo: memFree=1613304/2055920 swapFree=4183492/4192956
[pid=4733] ppid=4731 vsize=2696 CPUtime=10.64
/proc/4733/stat : 4733 (SATzilla2007_C) S 4731 4733 3555 0 -1 4194304 1469 3191 0 0 334 9 701 20 25 0 1 0 228031511 2760704 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4733/statm: 674 499 157 260 0 398 0
[pid=4737] ppid=4733 vsize=8352 CPUtime=2.04
/proc/4737/stat : 4737 (minisat20) R 4733 4733 3555 0 -1 4194304 1813 0 0 0 203 1 0 0 25 0 1 0 228032577 8552448 1807 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4737/statm: 2088 1807 59 118 0 1966 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 11048

[startup+25.5246 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 4737
/proc/meminfo: memFree=1607672/2055920 swapFree=4183492/4192956
[pid=4733] ppid=4731 vsize=2696 CPUtime=10.64
/proc/4733/stat : 4733 (SATzilla2007_C) S 4731 4733 3555 0 -1 4194304 1469 3191 0 0 334 9 701 20 25 0 1 0 228031511 2760704 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4733/statm: 674 499 157 260 0 398 0
[pid=4737] ppid=4733 vsize=13268 CPUtime=14.85
/proc/4737/stat : 4737 (minisat20) R 4733 4733 3555 0 -1 4194304 3049 0 0 0 1483 2 0 0 25 0 1 0 228032577 13586432 3043 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525153 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4737/statm: 3317 3043 59 118 0 3195 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 15964

[startup+51.1472 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 4737
/proc/meminfo: memFree=1603384/2055920 swapFree=4183492/4192956
[pid=4733] ppid=4731 vsize=2696 CPUtime=10.64
/proc/4733/stat : 4733 (SATzilla2007_C) S 4731 4733 3555 0 -1 4194304 1469 3191 0 0 334 9 701 20 25 0 1 0 228031511 2760704 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4733/statm: 674 499 157 260 0 398 0
[pid=4737] ppid=4733 vsize=17492 CPUtime=40.45
/proc/4737/stat : 4737 (minisat20) R 4733 4733 3555 0 -1 4194304 4119 0 0 0 4042 3 0 0 25 0 1 0 228032577 17911808 4113 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4737/statm: 4373 4113 59 118 0 4251 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 20188

[startup+102.39 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 4737
/proc/meminfo: memFree=1600504/2055920 swapFree=4183492/4192956
[pid=4733] ppid=4731 vsize=2696 CPUtime=10.64
/proc/4733/stat : 4733 (SATzilla2007_C) S 4731 4733 3555 0 -1 4194304 1469 3191 0 0 334 9 701 20 25 0 1 0 228031511 2760704 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4733/statm: 674 499 157 260 0 398 0
[pid=4737] ppid=4733 vsize=20560 CPUtime=91.68
/proc/4737/stat : 4737 (minisat20) R 4733 4733 3555 0 -1 4194304 4852 0 0 0 9164 4 0 0 25 0 1 0 228032577 21053440 4846 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4737/statm: 5140 4846 59 118 0 5018 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 23256

[startup+162.478 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 4854
/proc/meminfo: memFree=1596680/2055920 swapFree=4183492/4192956
[pid=4733] ppid=4731 vsize=2696 CPUtime=10.64
/proc/4733/stat : 4733 (SATzilla2007_C) S 4731 4733 3555 0 -1 4194304 1469 3191 0 0 334 9 701 20 25 0 1 0 228031511 2760704 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4733/statm: 674 499 157 260 0 398 0
[pid=4737] ppid=4733 vsize=22932 CPUtime=151.69
/proc/4737/stat : 4737 (minisat20) R 4733 4733 3555 0 -1 4194304 5457 0 0 0 15163 6 0 0 25 0 1 0 228032577 23482368 5451 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4737/statm: 5733 5451 59 118 0 5611 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 25628

[startup+222.557 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4936
/proc/meminfo: memFree=1595000/2055920 swapFree=4183492/4192956
[pid=4733] ppid=4731 vsize=2696 CPUtime=10.64
/proc/4733/stat : 4733 (SATzilla2007_C) S 4731 4733 3555 0 -1 4194304 1469 3191 0 0 334 9 701 20 25 0 1 0 228031511 2760704 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4733/statm: 674 499 157 260 0 398 0
[pid=4737] ppid=4733 vsize=25560 CPUtime=211.7
/proc/4737/stat : 4737 (minisat20) R 4733 4733 3555 0 -1 4194304 6122 0 0 0 21161 9 0 0 25 0 1 0 228032577 26173440 6116 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525536 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4737/statm: 6390 6116 59 118 0 6268 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 28256

[startup+282.622 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4936
/proc/meminfo: memFree=1594744/2055920 swapFree=4183492/4192956
[pid=4733] ppid=4731 vsize=2696 CPUtime=10.64
/proc/4733/stat : 4733 (SATzilla2007_C) S 4731 4733 3555 0 -1 4194304 1469 3191 0 0 334 9 701 20 25 0 1 0 228031511 2760704 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4733/statm: 674 499 157 260 0 398 0
[pid=4737] ppid=4733 vsize=26088 CPUtime=271.74
/proc/4737/stat : 4737 (minisat20) R 4733 4733 3555 0 -1 4194304 6249 0 0 0 27165 9 0 0 25 0 1 0 228032577 26714112 6243 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525504 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4737/statm: 6522 6243 59 118 0 6400 0
Current children cumulated CPU time (s) 282.38
Current children cumulated vsize (KiB) 28784

[startup+342.682 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4936
/proc/meminfo: memFree=1594104/2055920 swapFree=4183492/4192956
[pid=4733] ppid=4731 vsize=2696 CPUtime=10.64
/proc/4733/stat : 4733 (SATzilla2007_C) S 4731 4733 3555 0 -1 4194304 1469 3191 0 0 334 9 701 20 25 0 1 0 228031511 2760704 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4733/statm: 674 499 157 260 0 398 0
[pid=4737] ppid=4733 vsize=26704 CPUtime=331.79
/proc/4737/stat : 4737 (minisat20) R 4733 4733 3555 0 -1 4194304 6404 0 0 0 33169 10 0 0 25 0 1 0 228032577 27344896 6398 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4737/statm: 6676 6398 59 118 0 6554 0
Current children cumulated CPU time (s) 342.43
Current children cumulated vsize (KiB) 29400

[startup+402.746 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4936
/proc/meminfo: memFree=1590072/2055920 swapFree=4183492/4192956
[pid=4733] ppid=4731 vsize=2696 CPUtime=10.64
/proc/4733/stat : 4733 (SATzilla2007_C) S 4731 4733 3555 0 -1 4194304 1469 3191 0 0 334 9 701 20 25 0 1 0 228031511 2760704 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4733/statm: 674 499 157 260 0 398 0
[pid=4737] ppid=4733 vsize=30796 CPUtime=391.82
/proc/4737/stat : 4737 (minisat20) R 4733 4733 3555 0 -1 4194304 7420 0 0 0 39172 10 0 0 25 0 1 0 228032577 31535104 7414 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134529985 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4737/statm: 7699 7414 59 118 0 7577 0
Current children cumulated CPU time (s) 402.46
Current children cumulated vsize (KiB) 33492

[startup+462.8 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4936
/proc/meminfo: memFree=1590136/2055920 swapFree=4183492/4192956
[pid=4733] ppid=4731 vsize=2696 CPUtime=10.64
/proc/4733/stat : 4733 (SATzilla2007_C) S 4731 4733 3555 0 -1 4194304 1469 3191 0 0 334 9 701 20 25 0 1 0 228031511 2760704 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4733/statm: 674 499 157 260 0 398 0
[pid=4737] ppid=4733 vsize=30736 CPUtime=451.86
/proc/4737/stat : 4737 (minisat20) R 4733 4733 3555 0 -1 4194304 7420 0 0 0 45176 10 0 0 25 0 1 0 228032577 31473664 7414 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4737/statm: 7684 7414 59 118 0 7562 0
Current children cumulated CPU time (s) 462.5

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

/proc/4737/statm: 8628 8358 59 118 0 8506 0
Current children cumulated CPU time (s) 702.67
Current children cumulated vsize (KiB) 37208

[startup+763.101 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 4936
/proc/meminfo: memFree=1586296/2055920 swapFree=4183492/4192956
[pid=4733] ppid=4731 vsize=2696 CPUtime=10.64
/proc/4733/stat : 4733 (SATzilla2007_C) S 4731 4733 3555 0 -1 4194304 1469 3191 0 0 334 9 701 20 25 0 1 0 228031511 2760704 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4733/statm: 674 499 157 260 0 398 0
[pid=4737] ppid=4733 vsize=34512 CPUtime=752.07
/proc/4737/stat : 4737 (minisat20) R 4733 4733 3555 0 -1 4194304 8364 0 0 0 75195 12 0 0 25 0 1 0 228032577 35340288 8358 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4737/statm: 8628 8358 59 118 0 8506 0
Current children cumulated CPU time (s) 762.71
Current children cumulated vsize (KiB) 37208

[startup+823.167 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 4936
/proc/meminfo: memFree=1585400/2055920 swapFree=4183492/4192956
[pid=4733] ppid=4731 vsize=2696 CPUtime=10.64
/proc/4733/stat : 4733 (SATzilla2007_C) S 4731 4733 3555 0 -1 4194304 1469 3191 0 0 334 9 701 20 25 0 1 0 228031511 2760704 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4733/statm: 674 499 157 260 0 398 0
[pid=4737] ppid=4733 vsize=35568 CPUtime=812.11
/proc/4737/stat : 4737 (minisat20) R 4733 4733 3555 0 -1 4194304 8607 0 0 0 81199 12 0 0 25 0 1 0 228032577 36421632 8601 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4737/statm: 8892 8601 59 118 0 8770 0
Current children cumulated CPU time (s) 822.75
Current children cumulated vsize (KiB) 38264

[startup+883.228 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4936
/proc/meminfo: memFree=1585336/2055920 swapFree=4183492/4192956
[pid=4733] ppid=4731 vsize=2696 CPUtime=10.64
/proc/4733/stat : 4733 (SATzilla2007_C) S 4731 4733 3555 0 -1 4194304 1469 3191 0 0 334 9 701 20 25 0 1 0 228031511 2760704 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4733/statm: 674 499 157 260 0 398 0
[pid=4737] ppid=4733 vsize=35520 CPUtime=872.15
/proc/4737/stat : 4737 (minisat20) R 4733 4733 3555 0 -1 4194304 8607 0 0 0 87203 12 0 0 25 0 1 0 228032577 36372480 8601 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4737/statm: 8880 8601 59 118 0 8758 0
Current children cumulated CPU time (s) 882.79
Current children cumulated vsize (KiB) 38216

[startup+943.285 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 4936
/proc/meminfo: memFree=1585336/2055920 swapFree=4183492/4192956
[pid=4733] ppid=4731 vsize=2696 CPUtime=10.64
/proc/4733/stat : 4733 (SATzilla2007_C) S 4731 4733 3555 0 -1 4194304 1469 3191 0 0 334 9 701 20 25 0 1 0 228031511 2760704 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4733/statm: 674 499 157 260 0 398 0
[pid=4737] ppid=4733 vsize=35512 CPUtime=932.19
/proc/4737/stat : 4737 (minisat20) R 4733 4733 3555 0 -1 4194304 8607 0 0 0 93207 12 0 0 25 0 1 0 228032577 36364288 8601 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134529426 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4737/statm: 8878 8601 59 118 0 8756 0
Current children cumulated CPU time (s) 942.83
Current children cumulated vsize (KiB) 38208

[startup+1003.34 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 4936
/proc/meminfo: memFree=1585272/2055920 swapFree=4183492/4192956
[pid=4733] ppid=4731 vsize=2696 CPUtime=10.64
/proc/4733/stat : 4733 (SATzilla2007_C) S 4731 4733 3555 0 -1 4194304 1469 3191 0 0 334 9 701 20 25 0 1 0 228031511 2760704 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4733/statm: 674 499 157 260 0 398 0
[pid=4737] ppid=4733 vsize=35512 CPUtime=992.22
/proc/4737/stat : 4737 (minisat20) R 4733 4733 3555 0 -1 4194304 8611 0 0 0 99210 12 0 0 25 0 1 0 228032577 36364288 8605 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4737/statm: 8878 8605 59 118 0 8756 0
Current children cumulated CPU time (s) 1002.86
Current children cumulated vsize (KiB) 38208

[startup+1063.4 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 4936
/proc/meminfo: memFree=1581880/2055920 swapFree=4183492/4192956
[pid=4733] ppid=4731 vsize=2696 CPUtime=10.64
/proc/4733/stat : 4733 (SATzilla2007_C) S 4731 4733 3555 0 -1 4194304 1469 3191 0 0 334 9 701 20 25 0 1 0 228031511 2760704 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4733/statm: 674 499 157 260 0 398 0
[pid=4737] ppid=4733 vsize=38944 CPUtime=1052.26
/proc/4737/stat : 4737 (minisat20) R 4733 4733 3555 0 -1 4194304 9470 0 0 0 105213 13 0 0 25 0 1 0 228032577 39878656 9464 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4737/statm: 9736 9464 59 118 0 9614 0
Current children cumulated CPU time (s) 1062.9
Current children cumulated vsize (KiB) 41640

[startup+1123.45 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4936
/proc/meminfo: memFree=1581816/2055920 swapFree=4183492/4192956
[pid=4733] ppid=4731 vsize=2696 CPUtime=10.64
/proc/4733/stat : 4733 (SATzilla2007_C) S 4731 4733 3555 0 -1 4194304 1469 3191 0 0 334 9 701 20 25 0 1 0 228031511 2760704 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4733/statm: 674 499 157 260 0 398 0
[pid=4737] ppid=4733 vsize=39088 CPUtime=1112.3
/proc/4737/stat : 4737 (minisat20) R 4733 4733 3555 0 -1 4194304 9489 0 0 0 111217 13 0 0 25 0 1 0 228032577 40026112 9483 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4737/statm: 9772 9483 59 118 0 9650 0
Current children cumulated CPU time (s) 1122.94
Current children cumulated vsize (KiB) 41784

[startup+1183.52 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4936
/proc/meminfo: memFree=1581816/2055920 swapFree=4183492/4192956
[pid=4733] ppid=4731 vsize=2696 CPUtime=10.64
/proc/4733/stat : 4733 (SATzilla2007_C) S 4731 4733 3555 0 -1 4194304 1469 3191 0 0 334 9 701 20 25 0 1 0 228031511 2760704 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4733/statm: 674 499 157 260 0 398 0
[pid=4737] ppid=4733 vsize=39088 CPUtime=1172.35
/proc/4737/stat : 4737 (minisat20) R 4733 4733 3555 0 -1 4194304 9506 0 0 0 117221 14 0 0 25 0 1 0 228032577 40026112 9500 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4737/statm: 9772 9500 59 118 0 9650 0
Current children cumulated CPU time (s) 1182.99
Current children cumulated vsize (KiB) 41784

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

[startup+1187.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4936
/proc/meminfo: memFree=1581816/2055920 swapFree=4183492/4192956
[pid=4733] ppid=4731 vsize=2696 CPUtime=10.64
/proc/4733/stat : 4733 (SATzilla2007_C) S 4731 4733 3555 0 -1 4194304 1469 3191 0 0 334 9 701 20 25 0 1 0 228031511 2760704 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4733/statm: 674 499 157 260 0 398 0
[pid=4737] ppid=4733 vsize=39088 CPUtime=1176.14
/proc/4737/stat : 4737 (minisat20) R 4733 4733 3555 0 -1 4194304 9506 0 0 0 117600 14 0 0 25 0 1 0 228032577 40026112 9500 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4737/statm: 9772 9500 59 118 0 9650 0
Current children cumulated CPU time (s) 1186.78
Current children cumulated vsize (KiB) 41784

[startup+1193.87 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4936
/proc/meminfo: memFree=1581816/2055920 swapFree=4183492/4192956
[pid=4733] ppid=4731 vsize=2696 CPUtime=10.64
/proc/4733/stat : 4733 (SATzilla2007_C) S 4731 4733 3555 0 -1 4194304 1469 3191 0 0 334 9 701 20 25 0 1 0 228031511 2760704 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4733/statm: 674 499 157 260 0 398 0
[pid=4737] ppid=4733 vsize=39088 CPUtime=1182.7
/proc/4737/stat : 4737 (minisat20) R 4733 4733 3555 0 -1 4194304 9506 0 0 0 118256 14 0 0 25 0 1 0 228032577 40026112 9500 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525682 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4737/statm: 9772 9500 59 118 0 9650 0
Current children cumulated CPU time (s) 1193.34
Current children cumulated vsize (KiB) 41784

[startup+1197.15 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4936
/proc/meminfo: memFree=1581816/2055920 swapFree=4183492/4192956
[pid=4733] ppid=4731 vsize=2696 CPUtime=10.64
/proc/4733/stat : 4733 (SATzilla2007_C) S 4731 4733 3555 0 -1 4194304 1469 3191 0 0 334 9 701 20 25 0 1 0 228031511 2760704 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4733/statm: 674 499 157 260 0 398 0
[pid=4737] ppid=4733 vsize=39088 CPUtime=1185.98
/proc/4737/stat : 4737 (minisat20) R 4733 4733 3555 0 -1 4194304 9506 0 0 0 118584 14 0 0 25 0 1 0 228032577 40026112 9500 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4737/statm: 9772 9500 59 118 0 9650 0
Current children cumulated CPU time (s) 1196.62
Current children cumulated vsize (KiB) 41784

[startup+1198.79 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4936
/proc/meminfo: memFree=1581816/2055920 swapFree=4183492/4192956
[pid=4733] ppid=4731 vsize=2696 CPUtime=10.64
/proc/4733/stat : 4733 (SATzilla2007_C) S 4731 4733 3555 0 -1 4194304 1469 3191 0 0 334 9 701 20 25 0 1 0 228031511 2760704 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4733/statm: 674 499 157 260 0 398 0
[pid=4737] ppid=4733 vsize=39088 CPUtime=1187.62
/proc/4737/stat : 4737 (minisat20) R 4733 4733 3555 0 -1 4194304 9506 0 0 0 118748 14 0 0 25 0 1 0 228032577 40026112 9500 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4737/statm: 9772 9500 59 118 0 9650 0
Current children cumulated CPU time (s) 1198.26
Current children cumulated vsize (KiB) 41784

[startup+1199.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4936
/proc/meminfo: memFree=1581816/2055920 swapFree=4183492/4192956
[pid=4733] ppid=4731 vsize=2696 CPUtime=10.64
/proc/4733/stat : 4733 (SATzilla2007_C) S 4731 4733 3555 0 -1 4194304 1469 3191 0 0 334 9 701 20 25 0 1 0 228031511 2760704 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4733/statm: 674 499 157 260 0 398 0
[pid=4737] ppid=4733 vsize=39088 CPUtime=1188.44
/proc/4737/stat : 4737 (minisat20) R 4733 4733 3555 0 -1 4194304 9506 0 0 0 118830 14 0 0 25 0 1 0 228032577 40026112 9500 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4737/statm: 9772 9500 59 118 0 9650 0
Current children cumulated CPU time (s) 1199.08
Current children cumulated vsize (KiB) 41784

[startup+1200.02 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4936
/proc/meminfo: memFree=1581816/2055920 swapFree=4183492/4192956
[pid=4733] ppid=4731 vsize=4720 CPUtime=1199.48
/proc/4733/stat : 4733 (SATzilla2007_C) R 4731 4733 3555 0 -1 4194304 2068 12697 0 0 336 9 119569 34 16 0 1 0 228031511 4833280 1006 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135166429 0 0 4096 0 0 0 0 17 0 0 0
/proc/4733/statm: 1180 1006 159 260 0 904 0
Current children cumulated CPU time (s) 1199.48
Current children cumulated vsize (KiB) 4720

Child status: 17
Real time (s): 1200.08
CPU time (s): 1199.56
CPU user time (s): 1199.1
CPU system time (s): 0.45593
CPU usage (%): 99.9568
Max. virtual memory (cumulated for all children) (KiB): 41784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.1
system time used= 0.45593
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14925
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= 26
involuntary context switches= 1978

runsolver used 1.01784 second user time and 2.52662 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Wed Feb 21 17:59:06 UTC 2007

IDJOB= 305521
IDBENCH= 20158
IDSOLVER= 135
FILE ID= node60/305521-1172080746

PBS_JOBID= 3892808

Free space on /tmp= 66552 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v4000/unif-k3-r4.2-v4000-c16800-S1580061366-10.cnf
COMMAND LINE= /tmp/evaluation/305521-1172080746/SATzilla2007_C /tmp/evaluation/305521-1172080746/instance-305521-1172080746.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-305521-1172080746 -o ROOT/results/node60/solver-305521-1172080746 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/305521-1172080746/SATzilla2007_C /tmp/evaluation/305521-1172080746/instance-305521-1172080746.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  66a738f4ff82d0fd708f0dea8b7fe645

RANDOM SEED= 69172081

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node60.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.283
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.283
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:       1621792 kB
Buffers:         39756 kB
Cached:         323188 kB
SwapCached:       3644 kB
Active:         223516 kB
Inactive:       149648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1621792 kB
SwapTotal:     4192956 kB
SwapFree:      4183492 kB
Dirty:            8652 kB
Writeback:           0 kB
Mapped:          16044 kB
Slab:            46972 kB
Committed_AS:   766832 kB
PageTables:       1464 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= 66552 MiB

End job on node60 on Wed Feb 21 18:19:07 UTC 2007