Trace number 339605

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.43 1199.98

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest04-lksat-n1100-m7545-k4-l4-s310659001.sat05-524.reshuffled-07.cnf
MD5SUM3c6e2bf4052a26ce5bdb6cfc9e1f735c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark457.795
Satisfiable
(Un)Satisfiability was proved
Number of variables1075
Number of clauses7545
Sum of the clauses size30180
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 47545
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

10.55/10.60	c run March_dl for 5 seconds ... 
10.55/10.60	c Bin: Executing march_dl
10.55/10.60	c child exit by a signal
10.55/10.60	c march_dl returned code 137.
10.55/10.60	c run saps (UBCSAT implementation) for 2 seconds ... 
10.55/10.60	c Bin: Executing ubcsat2006
10.55/10.60	c child exited successfully
10.55/10.60	c ubcsat2006 returned code 0.
10.55/10.60	c satzilla computing base features
10.55/10.60	c satzilla doing unit-prop probe
10.55/10.60	c satzilla doing local search probe
10.55/10.60	c satzilla doing lobjois search-space size estimate
10.55/10.60	c satzilla's ranking:
10.55/10.60	c 1) minisat20: 1.931612
10.55/10.60	c 2) minisat20+P: 2.114839
10.55/10.60	c 3) march_dl: 2.444892
10.55/10.60	c 4) march_dl+P: 2.588773
10.55/10.60	c 5) zchaff_rand+P: 3.528119
10.55/10.60	c 6) vallst+P: 3.580244
10.55/10.60	c 7) kcnfs+P: 999.000000
10.55/10.60	c 8) kcnfs: 999.000000
10.55/10.60	c 9) vallst: 999.000000
10.55/10.60	c 10) zchaff_rand: 999.000000
10.55/10.60	c satzilla running minisat20 ... 
10.55/10.61	This is MiniSat 2.0 beta
10.55/10.61	WARNING: for repeatability, setting FPU to use double precision
10.55/10.61	============================[ Problem Statistics ]=============================
10.55/10.61	|                                                                             |
10.55/10.61	|  Number of variables:  1100                                                 |
10.55/10.61	|  Number of clauses:    7545                                                 |
10.55/10.61	|  Parsing time:         0.01         s                                       |
10.55/10.61	============================[ Search Statistics ]==============================
10.55/10.61	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.55/10.61	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.55/10.61	===============================================================================
10.55/10.61	|         0 |    1100     7545    30180 |     2515        0    nan |  0.000 % |
10.55/10.61	|       100 |    1100     7545    30180 |     2766      100      3 |  0.000 % |
10.55/10.62	|       251 |    1100     7545    30180 |     3043      251      3 |  0.000 % |
10.55/10.63	|       476 |    1100     7545    30180 |     3347      476      3 |  0.000 % |
10.55/10.64	|       813 |    1100     7545    30180 |     3682      813      3 |  0.000 % |
10.55/10.66	|      1319 |    1100     7545    30180 |     4050     1319      4 |  0.000 % |
10.56/10.70	|      2079 |    1100     7545    30180 |     4455     2079      7 |  0.000 % |
10.56/10.77	|      3218 |    1100     7545    30180 |     4901     3218     12 |  0.000 % |
10.84/10.92	|      4928 |    1100     7545    30180 |     5391     4928     14 |  0.000 % |
11.04/11.16	|      7491 |    1100     7545    30180 |     5930     4773     15 |  0.000 % |
11.44/11.55	|     11336 |    1100     7545    30180 |     6523     5603     15 |  0.000 % |
12.04/12.19	|     17103 |    1100     7545    30180 |     7175     4730     16 |  0.000 % |
13.04/13.16	|     25752 |    1100     7545    30180 |     7893     6115     18 |  0.000 % |
14.53/14.66	|     38727 |    1100     7545    30180 |     8682     7100     15 |  0.000 % |
16.93/17.08	|     58188 |    1100     7545    30180 |     9550     4605     15 |  0.000 % |
20.83/20.99	|     87380 |    1100     7545    30180 |    10505     4902     15 |  0.000 % |
27.02/27.13	|    131169 |    1100     7545    30180 |    11556     6325     16 |  0.000 % |
36.49/36.69	|    196854 |    1100     7545    30180 |    12711     7998     17 |  0.000 % |
51.47/51.66	|    295381 |    1100     7545    30180 |    13983    10634     16 |  0.000 % |
75.84/76.05	|    443170 |    1100     7545    30180 |    15381    10774     16 |  0.001 % |
114.02/114.26	|    664853 |    1100     7545    30180 |    16919     8340     14 |  0.000 % |
175.39/175.60	|    997378 |    1100     7545    30180 |    18611     9218     16 |  0.000 % |
272.66/272.97	|   1496166 |    1100     7545    30180 |    20472    12721     16 |  0.000 % |
431.60/431.90	|   2244348 |    1100     7545    30180 |    22520    10773     16 |  0.000 % |
684.21/684.68	|   3366623 |    1099     7529    30116 |    24772    21875     16 |  0.091 % |
1093.46/1094.06	|   5050036 |    1095     7444    29776 |    27249    15075     16 |  0.455 % |
1199.33/1199.94	c Bin: Executing minisat20
1199.33/1199.94	c child exit by a signal
1199.33/1199.94	c minisat20 returned code 137.
1199.33/1199.94	c minisat20 returned code 137.
1199.33/1199.94	c satzilla running minisat20 with preprocessing ... 
1199.33/1199.97	c Preprocessing...
1199.33/1199.97	c Inital problem has 1100 variables, 7545 nary clauses (0 binary clauses).
1199.33/1199.97	c Num non-binary clauses 7545, Average non-binary clause length 4.000
1199.33/1199.97	c Preprocessor runtime was 0.020 seconds.
1199.33/1199.97	c 
1199.33/1199.97	c Satisfiability of theory still undetermined.
1199.33/1199.97	c See file /tmp/x7W1py for simplified theory.
1199.33/1199.97	c Bin: Executing minisat20
1199.33/1199.97	c minisat20 returned code 1.
1199.33/1199.97	c minisat20 returned code 1.
1199.33/1199.97	c satzilla running march_dl ... 
1199.33/1199.97	c Bin: Executing march_dl
1199.33/1199.97	c march_dl returned code 1.
1199.33/1199.97	c march_dl returned code 1.
1199.33/1199.97	c satzilla running march_dl with preprocessing ... 
1199.33/1199.97	c Bin: Executing march_dl
1199.33/1199.97	c march_dl returned code 1.
1199.33/1199.97	c march_dl returned code 1.
1199.33/1199.97	c satzilla running zchaff_rand with preprocessing ... 
1199.33/1199.97	c Bin: Executing zchaff_rand
1199.33/1199.97	c zchaff_rand returned code 1.
1199.33/1199.97	c zchaff_rand returned code 1.
1199.33/1199.97	c satzilla running vallst with preprocessing ... 
1199.33/1199.97	c Bin: Executing vallst
1199.33/1199.97	c vallst returned code 1.
1199.33/1199.97	c vallst returned code 1.
1199.33/1199.97	c satzilla running kcnfs with preprocessing ... 
1199.33/1199.97	c Bin: Executing kcnfs
1199.33/1199.97	c kcnfs returned code 1.
1199.33/1199.97	c kcnfs returned code 1.
1199.33/1199.97	c satzilla running kcnfs ... 
1199.33/1199.97	c Bin: Executing kcnfs
1199.33/1199.97	c kcnfs returned code 1.
1199.33/1199.97	c kcnfs returned code 1.
1199.33/1199.97	c satzilla running vallst ... 
1199.33/1199.97	c Bin: Executing vallst
1199.33/1199.97	c vallst returned code 1.
1199.33/1199.97	c vallst returned code 1.
1199.33/1199.97	c satzilla running zchaff_rand ... 
1199.33/1199.97	c Bin: Executing zchaff_rand
1199.33/1199.97	c zchaff_rand returned code 1.
1199.33/1199.97	c zchaff_rand returned code 1.
1199.33/1199.97	c ERROR: All Failed! 
1199.33/1199.97	c SATZILLA_TIME=1199.600000

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/node20/watcher-339605-1173708053 -o ROOT/results/node20/solver-339605-1173708053 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/339605-1173708053/SATzilla2007_C /tmp/evaluation/339605-1173708053/instance-339605-1173708053.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.92 0.98 0.99 3/77 15128
/proc/meminfo: memFree=1784232/2055920 swapFree=4141108/4192956
[pid=15128] ppid=15126 vsize=1440 CPUtime=0
/proc/15128/stat : 15128 (SATzilla2007_C) R 15126 15128 12239 0 -1 4194304 127 0 0 0 0 0 0 0 19 0 1 0 96887607 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/15128/statm: 360 110 95 260 0 84 0
[pid=15129] ppid=15128 vsize=768 CPUtime=0
/proc/15129/stat : 15129 (march_dl) R 15128 15128 12239 0 -1 4194304 92 0 0 0 0 0 0 0 19 0 1 0 96887607 786432 87 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15129/statm: 192 87 50 118 0 71 0

[startup+0.0913839 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 15128
/proc/meminfo: memFree=1784232/2055920 swapFree=4141108/4192956
[pid=15128] ppid=15126 vsize=1440 CPUtime=0
/proc/15128/stat : 15128 (SATzilla2007_C) S 15126 15128 12239 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 96887607 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15128/statm: 360 110 95 260 0 84 0
[pid=15129] ppid=15128 vsize=1832 CPUtime=0.08
/proc/15129/stat : 15129 (march_dl) R 15128 15128 12239 0 -1 4194304 442 0 0 0 8 0 0 0 21 0 1 0 96887607 1875968 377 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583583 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15129/statm: 458 377 67 118 0 337 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3272

[startup+0.101386 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 15128
/proc/meminfo: memFree=1784232/2055920 swapFree=4141108/4192956
[pid=15128] ppid=15126 vsize=1440 CPUtime=0
/proc/15128/stat : 15128 (SATzilla2007_C) S 15126 15128 12239 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 96887607 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15128/statm: 360 110 95 260 0 84 0
[pid=15129] ppid=15128 vsize=1832 CPUtime=0.09
/proc/15129/stat : 15129 (march_dl) R 15128 15128 12239 0 -1 4194304 442 0 0 0 9 0 0 0 21 0 1 0 96887607 1875968 377 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583568 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15129/statm: 458 377 67 118 0 337 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3272

[startup+0.301427 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 15128
/proc/meminfo: memFree=1784232/2055920 swapFree=4141108/4192956
[pid=15128] ppid=15126 vsize=1440 CPUtime=0
/proc/15128/stat : 15128 (SATzilla2007_C) S 15126 15128 12239 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 96887607 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15128/statm: 360 110 95 260 0 84 0
[pid=15129] ppid=15128 vsize=5760 CPUtime=0.29
/proc/15129/stat : 15129 (march_dl) R 15128 15128 12239 0 -1 4194304 1440 0 0 0 28 1 0 0 23 0 1 0 96887607 5898240 1326 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15129/statm: 1440 1326 72 118 0 1319 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7200

[startup+0.701507 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 15128
/proc/meminfo: memFree=1784232/2055920 swapFree=4141108/4192956
[pid=15128] ppid=15126 vsize=1440 CPUtime=0
/proc/15128/stat : 15128 (SATzilla2007_C) S 15126 15128 12239 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 96887607 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15128/statm: 360 110 95 260 0 84 0
[pid=15129] ppid=15128 vsize=6336 CPUtime=0.69
/proc/15129/stat : 15129 (march_dl) R 15128 15128 12239 0 -1 4194304 1579 0 0 0 56 13 0 0 25 0 1 0 96887607 6488064 1465 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15129/statm: 1584 1465 72 118 0 1463 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7776

[startup+1.50167 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 15130
/proc/meminfo: memFree=1778520/2055920 swapFree=4141108/4192956
[pid=15128] ppid=15126 vsize=1440 CPUtime=0
/proc/15128/stat : 15128 (SATzilla2007_C) S 15126 15128 12239 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 96887607 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15128/statm: 360 110 95 260 0 84 0
[pid=15129] ppid=15128 vsize=6336 CPUtime=1.49
/proc/15129/stat : 15129 (march_dl) R 15128 15128 12239 0 -1 4194304 1956 0 0 0 125 24 0 0 25 0 1 0 96887607 6488064 1438 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551597 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15129/statm: 1584 1438 74 118 0 1463 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7776

[startup+3.10199 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 15130
/proc/meminfo: memFree=1778456/2055920 swapFree=4141108/4192956
[pid=15128] ppid=15126 vsize=1440 CPUtime=0
/proc/15128/stat : 15128 (SATzilla2007_C) S 15126 15128 12239 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 96887607 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15128/statm: 360 110 95 260 0 84 0
[pid=15129] ppid=15128 vsize=6336 CPUtime=3.09
/proc/15129/stat : 15129 (march_dl) R 15128 15128 12239 0 -1 4194304 1960 0 0 0 285 24 0 0 25 0 1 0 96887607 6488064 1442 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514048 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15129/statm: 1584 1442 74 118 0 1463 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7776

[startup+6.30163 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 15131
/proc/meminfo: memFree=1782936/2055920 swapFree=4141108/4192956
[pid=15128] ppid=15126 vsize=1440 CPUtime=4.99
/proc/15128/stat : 15128 (SATzilla2007_C) S 15126 15128 12239 0 -1 4194304 135 1960 0 0 0 0 475 24 16 0 1 0 96887607 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15128/statm: 360 111 96 260 0 84 0
[pid=15131] ppid=15128 vsize=6188 CPUtime=1.28
/proc/15131/stat : 15131 (ubcsat2006) R 15128 15128 12239 0 -1 4194304 360 0 0 0 115 13 0 0 25 0 1 0 96888107 6336512 343 18446744073709551615 134512640 134777720 4294956592 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15131/statm: 1547 343 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7019 s]
/proc/loadavg: 0.94 0.98 0.99 2/85 15196
/proc/meminfo: memFree=1780264/2055920 swapFree=4141108/4192956
[pid=15128] ppid=15126 vsize=2104 CPUtime=10.56
/proc/15128/stat : 15128 (SATzilla2007_C) S 15126 15128 12239 0 -1 4194304 899 2326 0 0 318 14 677 47 25 0 1 0 96887607 2154496 353 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15128/statm: 526 353 156 260 0 250 0
[pid=15196] ppid=15128 vsize=3000 CPUtime=2.08
/proc/15196/stat : 15196 (minisat20) R 15128 15128 12239 0 -1 4194304 454 0 0 0 208 0 0 0 25 0 1 0 96888668 3072000 448 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525767 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15196/statm: 750 448 59 118 0 628 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 5104

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/85 15214
/proc/meminfo: memFree=1779368/2055920 swapFree=4141108/4192956
[pid=15128] ppid=15126 vsize=2104 CPUtime=10.56
/proc/15128/stat : 15128 (SATzilla2007_C) S 15126 15128 12239 0 -1 4194304 899 2326 0 0 318 14 677 47 25 0 1 0 96887607 2154496 353 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15128/statm: 526 353 156 260 0 250 0
[pid=15196] ppid=15128 vsize=3788 CPUtime=14.86
/proc/15196/stat : 15196 (minisat20) R 15128 15128 12239 0 -1 4194304 661 0 0 0 1486 0 0 0 25 0 1 0 96888668 3878912 655 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528337 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15196/statm: 947 655 59 118 0 825 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 5892

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.99 2/85 15254
/proc/meminfo: memFree=1778792/2055920 swapFree=4141108/4192956
[pid=15128] ppid=15126 vsize=2104 CPUtime=10.56
/proc/15128/stat : 15128 (SATzilla2007_C) S 15126 15128 12239 0 -1 4194304 899 2326 0 0 318 14 677 47 25 0 1 0 96887607 2154496 353 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15128/statm: 526 353 156 260 0 250 0
[pid=15196] ppid=15128 vsize=4364 CPUtime=40.41
/proc/15196/stat : 15196 (minisat20) R 15128 15128 12239 0 -1 4194304 797 0 0 0 4041 0 0 0 25 0 1 0 96888668 4468736 791 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15196/statm: 1091 791 59 118 0 969 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 6468

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/79 15330
/proc/meminfo: memFree=1779032/2055920 swapFree=4141108/4192956
[pid=15128] ppid=15126 vsize=2104 CPUtime=10.56
/proc/15128/stat : 15128 (SATzilla2007_C) S 15126 15128 12239 0 -1 4194304 899 2326 0 0 318 14 677 47 25 0 1 0 96887607 2154496 353 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15128/statm: 526 353 156 260 0 250 0
[pid=15196] ppid=15128 vsize=5176 CPUtime=91.56
/proc/15196/stat : 15196 (minisat20) R 15128 15128 12239 0 -1 4194304 987 0 0 0 9155 1 0 0 25 0 1 0 96888668 5300224 981 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525370 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15196/statm: 1294 981 59 118 0 1172 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 7280

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 15330
/proc/meminfo: memFree=1778648/2055920 swapFree=4141108/4192956
[pid=15128] ppid=15126 vsize=2104 CPUtime=10.56
/proc/15128/stat : 15128 (SATzilla2007_C) S 15126 15128 12239 0 -1 4194304 899 2326 0 0 318 14 677 47 25 0 1 0 96887607 2154496 353 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15128/statm: 526 353 156 260 0 250 0
[pid=15196] ppid=15128 vsize=5704 CPUtime=151.54
/proc/15196/stat : 15196 (minisat20) R 15128 15128 12239 0 -1 4194304 1136 0 0 0 15152 2 0 0 25 0 1 0 96888668 5840896 1130 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527463 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15196/statm: 1426 1130 59 118 0 1304 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 7808

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 15330
/proc/meminfo: memFree=1777816/2055920 swapFree=4141108/4192956
[pid=15128] ppid=15126 vsize=2104 CPUtime=10.56
/proc/15128/stat : 15128 (SATzilla2007_C) S 15126 15128 12239 0 -1 4194304 899 2326 0 0 318 14 677 47 25 0 1 0 96887607 2154496 353 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15128/statm: 526 353 156 260 0 250 0
[pid=15196] ppid=15128 vsize=6508 CPUtime=211.52
/proc/15196/stat : 15196 (minisat20) R 15128 15128 12239 0 -1 4194304 1325 0 0 0 21149 3 0 0 25 0 1 0 96888668 6664192 1319 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525763 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15196/statm: 1627 1319 59 118 0 1505 0
Current children cumulated CPU time (s) 222.08
Current children cumulated vsize (KiB) 8612

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 15330
/proc/meminfo: memFree=1777560/2055920 swapFree=4141108/4192956
[pid=15128] ppid=15126 vsize=2104 CPUtime=10.56
/proc/15128/stat : 15128 (SATzilla2007_C) S 15126 15128 12239 0 -1 4194304 899 2326 0 0 318 14 677 47 25 0 1 0 96887607 2154496 353 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15128/statm: 526 353 156 260 0 250 0
[pid=15196] ppid=15128 vsize=6772 CPUtime=271.49
/proc/15196/stat : 15196 (minisat20) R 15128 15128 12239 0 -1 4194304 1387 0 0 0 27146 3 0 0 25 0 1 0 96888668 6934528 1381 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15196/statm: 1693 1381 59 118 0 1571 0
Current children cumulated CPU time (s) 282.05
Current children cumulated vsize (KiB) 8876

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 15330
/proc/meminfo: memFree=1777304/2055920 swapFree=4141108/4192956
[pid=15128] ppid=15126 vsize=2104 CPUtime=10.56
/proc/15128/stat : 15128 (SATzilla2007_C) S 15126 15128 12239 0 -1 4194304 899 2326 0 0 318 14 677 47 25 0 1 0 96887607 2154496 353 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15128/statm: 526 353 156 260 0 250 0
[pid=15196] ppid=15128 vsize=7036 CPUtime=331.47
/proc/15196/stat : 15196 (minisat20) R 15128 15128 12239 0 -1 4194304 1454 0 0 0 33144 3 0 0 25 0 1 0 96888668 7204864 1448 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15196/statm: 1759 1448 59 118 0 1637 0

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


[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 15330
/proc/meminfo: memFree=1775704/2055920 swapFree=4141108/4192956
[pid=15128] ppid=15126 vsize=2104 CPUtime=10.56
/proc/15128/stat : 15128 (SATzilla2007_C) S 15126 15128 12239 0 -1 4194304 899 2326 0 0 318 14 677 47 25 0 1 0 96887607 2154496 353 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15128/statm: 526 353 156 260 0 250 0
[pid=15196] ppid=15128 vsize=8796 CPUtime=751.33
/proc/15196/stat : 15196 (minisat20) R 15128 15128 12239 0 -1 4194304 1884 0 0 0 75126 7 0 0 25 0 1 0 96888668 9007104 1878 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15196/statm: 2199 1878 59 118 0 2077 0
Current children cumulated CPU time (s) 761.89
Current children cumulated vsize (KiB) 10900

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 15330
/proc/meminfo: memFree=1775576/2055920 swapFree=4141108/4192956
[pid=15128] ppid=15126 vsize=2104 CPUtime=10.56
/proc/15128/stat : 15128 (SATzilla2007_C) S 15126 15128 12239 0 -1 4194304 899 2326 0 0 318 14 677 47 25 0 1 0 96887607 2154496 353 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15128/statm: 526 353 156 260 0 250 0
[pid=15196] ppid=15128 vsize=8948 CPUtime=811.31
/proc/15196/stat : 15196 (minisat20) R 15128 15128 12239 0 -1 4194304 1930 0 0 0 81123 8 0 0 25 0 1 0 96888668 9162752 1924 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525794 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15196/statm: 2237 1924 59 118 0 2115 0
Current children cumulated CPU time (s) 821.87
Current children cumulated vsize (KiB) 11052

[startup+882.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 15330
/proc/meminfo: memFree=1775256/2055920 swapFree=4141108/4192956
[pid=15128] ppid=15126 vsize=2104 CPUtime=10.56
/proc/15128/stat : 15128 (SATzilla2007_C) S 15126 15128 12239 0 -1 4194304 899 2326 0 0 318 14 677 47 25 0 1 0 96887607 2154496 353 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15128/statm: 526 353 156 260 0 250 0
[pid=15196] ppid=15128 vsize=9384 CPUtime=871.28
/proc/15196/stat : 15196 (minisat20) R 15128 15128 12239 0 -1 4194304 2004 0 0 0 87120 8 0 0 25 0 1 0 96888668 9609216 1998 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15196/statm: 2346 1998 59 118 0 2224 0
Current children cumulated CPU time (s) 881.84
Current children cumulated vsize (KiB) 11488

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 15330
/proc/meminfo: memFree=1775256/2055920 swapFree=4141108/4192956
[pid=15128] ppid=15126 vsize=2104 CPUtime=10.56
/proc/15128/stat : 15128 (SATzilla2007_C) S 15126 15128 12239 0 -1 4194304 899 2326 0 0 318 14 677 47 25 0 1 0 96887607 2154496 353 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15128/statm: 526 353 156 260 0 250 0
[pid=15196] ppid=15128 vsize=9384 CPUtime=931.26
/proc/15196/stat : 15196 (minisat20) R 15128 15128 12239 0 -1 4194304 2015 0 0 0 93117 9 0 0 25 0 1 0 96888668 9609216 2009 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15196/statm: 2346 2009 59 118 0 2224 0
Current children cumulated CPU time (s) 941.82
Current children cumulated vsize (KiB) 11488

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 15330
/proc/meminfo: memFree=1775192/2055920 swapFree=4141108/4192956
[pid=15128] ppid=15126 vsize=2104 CPUtime=10.56
/proc/15128/stat : 15128 (SATzilla2007_C) S 15126 15128 12239 0 -1 4194304 899 2326 0 0 318 14 677 47 25 0 1 0 96887607 2154496 353 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15128/statm: 526 353 156 260 0 250 0
[pid=15196] ppid=15128 vsize=9384 CPUtime=991.24
/proc/15196/stat : 15196 (minisat20) R 15128 15128 12239 0 -1 4194304 2022 0 0 0 99115 9 0 0 25 0 1 0 96888668 9609216 2016 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527842 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15196/statm: 2346 2016 59 118 0 2224 0
Current children cumulated CPU time (s) 1001.8
Current children cumulated vsize (KiB) 11488

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 15330
/proc/meminfo: memFree=1775128/2055920 swapFree=4141108/4192956
[pid=15128] ppid=15126 vsize=2104 CPUtime=10.56
/proc/15128/stat : 15128 (SATzilla2007_C) S 15126 15128 12239 0 -1 4194304 899 2326 0 0 318 14 677 47 25 0 1 0 96887607 2154496 353 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15128/statm: 526 353 156 260 0 250 0
[pid=15196] ppid=15128 vsize=9544 CPUtime=1051.22
/proc/15196/stat : 15196 (minisat20) R 15128 15128 12239 0 -1 4194304 2039 0 0 0 105112 10 0 0 25 0 1 0 96888668 9773056 2033 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525504 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15196/statm: 2386 2033 59 118 0 2264 0
Current children cumulated CPU time (s) 1061.78
Current children cumulated vsize (KiB) 11648

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 15330
/proc/meminfo: memFree=1774872/2055920 swapFree=4141108/4192956
[pid=15128] ppid=15126 vsize=2104 CPUtime=10.56
/proc/15128/stat : 15128 (SATzilla2007_C) S 15126 15128 12239 0 -1 4194304 899 2326 0 0 318 14 677 47 25 0 1 0 96887607 2154496 353 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15128/statm: 526 353 156 260 0 250 0
[pid=15196] ppid=15128 vsize=9840 CPUtime=1111.19
/proc/15196/stat : 15196 (minisat20) R 15128 15128 12239 0 -1 4194304 2111 0 0 0 111109 10 0 0 25 0 1 0 96888668 10076160 2105 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15196/statm: 2460 2105 59 118 0 2338 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 11944

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 15330
/proc/meminfo: memFree=1774616/2055920 swapFree=4141108/4192956
[pid=15128] ppid=15126 vsize=2104 CPUtime=10.56
/proc/15128/stat : 15128 (SATzilla2007_C) S 15126 15128 12239 0 -1 4194304 899 2326 0 0 318 14 677 47 25 0 1 0 96887607 2154496 353 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15128/statm: 526 353 156 260 0 250 0
[pid=15196] ppid=15128 vsize=9972 CPUtime=1171.18
/proc/15196/stat : 15196 (minisat20) R 15128 15128 12239 0 -1 4194304 2165 0 0 0 117107 11 0 0 25 0 1 0 96888668 10211328 2159 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15196/statm: 2493 2159 59 118 0 2371 0
Current children cumulated CPU time (s) 1181.74
Current children cumulated vsize (KiB) 12076

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 15330
/proc/meminfo: memFree=1774616/2055920 swapFree=4141108/4192956
[pid=15128] ppid=15126 vsize=2104 CPUtime=10.56
/proc/15128/stat : 15128 (SATzilla2007_C) S 15126 15128 12239 0 -1 4194304 899 2326 0 0 318 14 677 47 25 0 1 0 96887607 2154496 353 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15128/statm: 526 353 156 260 0 250 0
[pid=15196] ppid=15128 vsize=9972 CPUtime=1179.17
/proc/15196/stat : 15196 (minisat20) R 15128 15128 12239 0 -1 4194304 2165 0 0 0 117906 11 0 0 25 0 1 0 96888668 10211328 2159 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134535768 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15196/statm: 2493 2159 59 118 0 2371 0
Current children cumulated CPU time (s) 1189.73
Current children cumulated vsize (KiB) 12076

[startup+1196.7 s]
/proc/loadavg: 0.99 0.98 0.99 3/79 15330
/proc/meminfo: memFree=1774616/2055920 swapFree=4141108/4192956
[pid=15128] ppid=15126 vsize=2104 CPUtime=10.56
/proc/15128/stat : 15128 (SATzilla2007_C) S 15126 15128 12239 0 -1 4194304 899 2326 0 0 318 14 677 47 25 0 1 0 96887607 2154496 353 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15128/statm: 526 353 156 260 0 250 0
[pid=15196] ppid=15128 vsize=10132 CPUtime=1185.58
/proc/15196/stat : 15196 (minisat20) R 15128 15128 12239 0 -1 4194304 2173 0 0 0 118547 11 0 0 25 0 1 0 96888668 10375168 2167 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525653 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15196/statm: 2533 2167 59 118 0 2411 0
Current children cumulated CPU time (s) 1196.14
Current children cumulated vsize (KiB) 12236

[startup+1198.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 15330
/proc/meminfo: memFree=1774616/2055920 swapFree=4141108/4192956
[pid=15128] ppid=15126 vsize=2104 CPUtime=10.56
/proc/15128/stat : 15128 (SATzilla2007_C) S 15126 15128 12239 0 -1 4194304 899 2326 0 0 318 14 677 47 25 0 1 0 96887607 2154496 353 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15128/statm: 526 353 156 260 0 250 0
[pid=15196] ppid=15128 vsize=10132 CPUtime=1187.17
/proc/15196/stat : 15196 (minisat20) R 15128 15128 12239 0 -1 4194304 2173 0 0 0 118706 11 0 0 25 0 1 0 96888668 10375168 2167 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525674 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15196/statm: 2533 2167 59 118 0 2411 0
Current children cumulated CPU time (s) 1197.73
Current children cumulated vsize (KiB) 12236

[startup+1199.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 15330
/proc/meminfo: memFree=1774616/2055920 swapFree=4141108/4192956
[pid=15128] ppid=15126 vsize=2104 CPUtime=10.56
/proc/15128/stat : 15128 (SATzilla2007_C) S 15126 15128 12239 0 -1 4194304 899 2326 0 0 318 14 677 47 25 0 1 0 96887607 2154496 353 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15128/statm: 526 353 156 260 0 250 0
[pid=15196] ppid=15128 vsize=10132 CPUtime=1187.97
/proc/15196/stat : 15196 (minisat20) R 15128 15128 12239 0 -1 4194304 2173 0 0 0 118786 11 0 0 25 0 1 0 96888668 10375168 2167 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15196/statm: 2533 2167 59 118 0 2411 0
Current children cumulated CPU time (s) 1198.53
Current children cumulated vsize (KiB) 12236

[startup+1199.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 15330
/proc/meminfo: memFree=1774616/2055920 swapFree=4141108/4192956
[pid=15128] ppid=15126 vsize=2104 CPUtime=10.56
/proc/15128/stat : 15128 (SATzilla2007_C) S 15126 15128 12239 0 -1 4194304 899 2326 0 0 318 14 677 47 25 0 1 0 96887607 2154496 353 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15128/statm: 526 353 156 260 0 250 0
[pid=15196] ppid=15128 vsize=10132 CPUtime=1188.37
/proc/15196/stat : 15196 (minisat20) R 15128 15128 12239 0 -1 4194304 2173 0 0 0 118826 11 0 0 25 0 1 0 96888668 10375168 2167 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15196/statm: 2533 2167 59 118 0 2411 0
Current children cumulated CPU time (s) 1198.93
Current children cumulated vsize (KiB) 12236

[startup+1199.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 15330
/proc/meminfo: memFree=1774616/2055920 swapFree=4141108/4192956
[pid=15128] ppid=15126 vsize=2104 CPUtime=10.56
/proc/15128/stat : 15128 (SATzilla2007_C) S 15126 15128 12239 0 -1 4194304 899 2326 0 0 318 14 677 47 25 0 1 0 96887607 2154496 353 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15128/statm: 526 353 156 260 0 250 0
[pid=15196] ppid=15128 vsize=10132 CPUtime=1188.77
/proc/15196/stat : 15196 (minisat20) R 15128 15128 12239 0 -1 4194304 2173 0 0 0 118866 11 0 0 25 0 1 0 96888668 10375168 2167 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134519362 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15196/statm: 2533 2167 59 118 0 2411 0
Current children cumulated CPU time (s) 1199.33
Current children cumulated vsize (KiB) 12236

Child status: 17
Real time (s): 1199.98
CPU time (s): 1199.43
CPU user time (s): 1198.69
CPU system time (s): 0.743886
CPU usage (%): 99.9547
Max. virtual memory (cumulated for all children) (KiB): 12236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.69
system time used= 0.743886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5784
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= 25
involuntary context switches= 4847

runsolver used 1.19582 second user time and 3.17552 second system time

The end

Launcher Data (download as text)

Begin job on node20 on Mon Mar 12 14:00:53 UTC 2007

IDJOB= 339605
IDBENCH= 24750
IDSOLVER= 135
FILE ID= node20/339605-1173708053

PBS_JOBID= 4101482

Free space on /tmp= 66553 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest-02-03-04/contest04-lksat-n1100-m7545-k4-l4-s310659001.sat05-524.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/339605-1173708053/SATzilla2007_C /tmp/evaluation/339605-1173708053/instance-339605-1173708053.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-339605-1173708053 -o ROOT/results/node20/solver-339605-1173708053 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/339605-1173708053/SATzilla2007_C /tmp/evaluation/339605-1173708053/instance-339605-1173708053.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  3c6e2bf4052a26ce5bdb6cfc9e1f735c

RANDOM SEED= 480359734

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node20.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.261
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.261
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:       1784640 kB
Buffers:         39548 kB
Cached:         167240 kB
SwapCached:      14076 kB
Active:         143756 kB
Inactive:        88184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1784640 kB
SwapTotal:     4192956 kB
SwapFree:      4141108 kB
Dirty:            8508 kB
Writeback:           0 kB
Mapped:          30212 kB
Slab:            24724 kB
Committed_AS:   237560 kB
PageTables:       1924 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= 66553 MiB

End job on node20 on Mon Mar 12 14:20:53 UTC 2007