Trace number 298100

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.7 1200.16

General information on the benchmark

Namerandom/OnTreshold/3SAT/v500/
unif-k3-r4.26-v500-c2130-S1212545732-02.UNSAT.shuffled.cnf
MD5SUMc19b938c6cf4650d8039fc9c59375167
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
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.83/10.88	c run March_dl for 5 seconds ... 
10.83/10.88	c Bin: Executing march_dl
10.83/10.88	c child exit by a signal
10.83/10.88	c march_dl returned code 137.
10.83/10.88	c run saps (UBCSAT implementation) for 2 seconds ... 
10.83/10.88	c Bin: Executing ubcsat2006
10.83/10.88	c child exited successfully
10.83/10.88	c ubcsat2006 returned code 0.
10.83/10.88	c satzilla computing base features
10.83/10.88	c satzilla doing unit-prop probe
10.83/10.88	c satzilla doing local search probe
10.83/10.88	c satzilla doing lobjois search-space size estimate
10.83/10.88	c satzilla's ranking:
10.83/10.88	c 1) minisat20+P: -1.691451
10.83/10.88	c 2) minisat20: 0.272838
10.83/10.88	c 3) march_dl+P: 0.913778
10.83/10.88	c 4) vallst+P: 1.685146
10.83/10.88	c 5) march_dl: 2.193612
10.83/10.88	c 6) zchaff_rand+P: 4.219829
10.83/10.88	c 7) kcnfs+P: 999.000000
10.83/10.88	c 8) kcnfs: 999.000000
10.83/10.88	c 9) vallst: 999.000000
10.83/10.88	c 10) zchaff_rand: 999.000000
10.83/10.88	c satzilla running minisat20 with preprocessing ... 
10.83/10.89	This is MiniSat 2.0 beta
10.83/10.89	WARNING: for repeatability, setting FPU to use double precision
10.83/10.89	============================[ Problem Statistics ]=============================
10.83/10.89	|                                                                             |
10.83/10.89	|  Number of variables:  500                                                  |
10.83/10.89	|  Number of clauses:    2130                                                 |
10.83/10.89	|  Parsing time:         0.00         s                                       |
10.83/10.89	============================[ Search Statistics ]==============================
10.83/10.89	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.83/10.89	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.83/10.89	===============================================================================
10.83/10.89	|         0 |     500     2130     6390 |      710        0    nan |  0.000 % |
10.83/10.89	|       100 |     500     2130     6390 |      781      100     23 |  0.000 % |
10.83/10.90	|       252 |     500     2130     6390 |      859      252     22 |  0.000 % |
10.83/10.90	|       477 |     500     2130     6390 |      945      477     21 |  0.000 % |
10.83/10.92	|       814 |     500     2130     6390 |     1039      814     21 |  0.000 % |
10.83/10.93	|      1320 |     500     2130     6390 |     1143      772     20 |  0.000 % |
10.83/10.96	|      2079 |     500     2130     6390 |     1257      927     21 |  0.000 % |
10.85/11.01	|      3218 |     500     2130     6390 |     1383      767     21 |  0.000 % |
10.85/11.07	|      4926 |     500     2130     6390 |     1521     1047     21 |  0.000 % |
10.85/11.18	|      7488 |     500     2130     6390 |     1674     1243     20 |  0.000 % |
11.22/11.36	|     11332 |     500     2130     6390 |     1841     1639     22 |  0.000 % |
11.53/11.65	|     17098 |     500     2130     6390 |     2025     1743     22 |  0.000 % |
11.95/12.08	|     25747 |     500     2130     6390 |     2228     1071     20 |  0.000 % |
12.67/12.75	|     38723 |     500     2130     6390 |     2451     1462     20 |  0.000 % |
13.69/13.79	|     58184 |     500     2130     6390 |     2696     2110     22 |  0.000 % |
15.33/15.39	|     87376 |     500     2130     6390 |     2965     2478     21 |  0.000 % |
17.78/17.89	|    131166 |     500     2130     6390 |     3262     2497     23 |  0.000 % |
21.68/21.78	|    196850 |     500     2130     6390 |     3588     1951     22 |  0.000 % |
27.93/27.99	|    295378 |     500     2130     6390 |     3947     2174     22 |  0.000 % |
37.36/37.42	|    443167 |     500     2130     6390 |     4342     2099     21 |  0.000 % |
51.91/52.06	|    664852 |     500     2130     6390 |     4776     4004     21 |  0.000 % |
74.96/75.09	|    997379 |     500     2130     6390 |     5254     3508     21 |  0.000 % |
111.55/111.64	|   1496168 |     500     2130     6390 |     5779     3715     21 |  0.000 % |
167.51/167.65	|   2244351 |     500     2130     6390 |     6357     3279     21 |  0.000 % |
255.50/255.74	|   3366627 |     500     2130     6390 |     6993     4728     23 |  0.000 % |
391.98/392.25	|   5050040 |     500     2130     6390 |     7692     5561     22 |  0.000 % |
612.93/613.26	|   7575156 |     500     2130     6390 |     8461     5826     22 |  0.000 % |
955.12/955.57	|  11362831 |     500     2130     6390 |     9308     6227     22 |  0.000 % |
1199.62/1200.15	c Preprocessing...
1199.62/1200.15	c Inital problem has 500 variables, 2130 nary clauses (0 binary clauses).
1199.62/1200.15	c Num non-binary clauses 2130, Average non-binary clause length 3.000
1199.62/1200.15	c Theory has no gaps
1199.62/1200.15	c Preprocessor runtime was 0.000 seconds.
1199.62/1200.15	c 
1199.62/1200.15	c Satisfiability of theory still undetermined.
1199.62/1200.15	c See file /tmp/MtY3ZL for simplified theory.
1199.62/1200.15	c Bin: Executing minisat20
1199.62/1200.15	c child exit by a signal
1199.62/1200.15	c minisat20 returned code 137.
1199.62/1200.15	c minisat20 returned code 137.
1199.62/1200.15	c satzilla running minisat20 ... 
1199.62/1200.15	c Bin: Executing minisat20
1199.62/1200.15	c minisat20 returned code 1.
1199.62/1200.15	c minisat20 returned code 1.
1199.62/1200.15	c satzilla running march_dl with preprocessing ... 
1199.62/1200.15	c Bin: Executing march_dl
1199.62/1200.15	c march_dl returned code 1.
1199.62/1200.15	c march_dl returned code 1.
1199.62/1200.15	c satzilla running vallst with preprocessing ... 
1199.62/1200.15	c Bin: Executing vallst
1199.62/1200.15	c vallst returned code 1.
1199.62/1200.15	c vallst returned code 1.
1199.62/1200.15	c satzilla running march_dl ... 
1199.62/1200.15	c Bin: Executing march_dl
1199.62/1200.15	c march_dl returned code 1.
1199.62/1200.15	c march_dl returned code 1.
1199.62/1200.15	c satzilla running zchaff_rand with preprocessing ... 
1199.62/1200.15	c Bin: Executing zchaff_rand
1199.62/1200.15	c zchaff_rand returned code 1.
1199.62/1200.15	c zchaff_rand returned code 1.
1199.62/1200.15	c satzilla running kcnfs with preprocessing ... 
1199.62/1200.15	c Bin: Executing kcnfs
1199.62/1200.15	c kcnfs returned code 1.
1199.62/1200.15	c kcnfs returned code 1.
1199.62/1200.15	c satzilla running kcnfs ... 
1199.62/1200.15	c Bin: Executing kcnfs
1199.62/1200.15	c kcnfs returned code 1.
1199.62/1200.15	c kcnfs returned code 1.
1199.62/1200.15	c satzilla running vallst ... 
1199.62/1200.15	c Bin: Executing vallst
1199.62/1200.15	c vallst returned code 1.
1199.62/1200.15	c vallst returned code 1.
1199.62/1200.15	c satzilla running zchaff_rand ... 
1199.62/1200.15	c Bin: Executing zchaff_rand
1199.62/1200.15	c zchaff_rand returned code 1.
1199.62/1200.15	c zchaff_rand returned code 1.
1199.62/1200.15	c ERROR: All Failed! 
1199.62/1200.15	c SATZILLA_TIME=1199.860000

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/node21/watcher-298100-1171850241 -o ROOT/results/node21/solver-298100-1171850241 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/298100-1171850241/SATzilla2007_C /tmp/evaluation/298100-1171850241/instance-298100-1171850241.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.95 0.98 0.99 3/77 23675
/proc/meminfo: memFree=729016/2055920 swapFree=4147448/4192956
[pid=23675] ppid=23673 vsize=1440 CPUtime=0
/proc/23675/stat : 23675 (SATzilla2007_C) R 23673 23675 20839 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 204978046 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/23675/statm: 360 110 95 260 0 84 0
[pid=23676] ppid=23675 vsize=764 CPUtime=0
/proc/23676/stat : 23676 (march_dl) R 23675 23675 20839 0 -1 4194304 108 0 0 0 0 0 0 0 18 0 1 0 204978046 782336 102 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134542452 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23676/statm: 191 102 52 118 0 70 0

[startup+0.107394 s]
/proc/loadavg: 0.95 0.98 0.99 3/77 23675
/proc/meminfo: memFree=729016/2055920 swapFree=4147448/4192956
[pid=23675] ppid=23673 vsize=1440 CPUtime=0
/proc/23675/stat : 23675 (SATzilla2007_C) S 23673 23675 20839 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 204978046 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23675/statm: 360 110 95 260 0 84 0
[pid=23676] ppid=23675 vsize=1188 CPUtime=0.1
/proc/23676/stat : 23676 (march_dl) R 23675 23675 20839 0 -1 4194304 256 0 0 0 10 0 0 0 19 0 1 0 204978046 1216512 248 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134551452 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23676/statm: 297 248 74 118 0 176 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2628

[startup+0.515439 s]
/proc/loadavg: 0.95 0.98 0.99 3/77 23675
/proc/meminfo: memFree=729016/2055920 swapFree=4147448/4192956
[pid=23675] ppid=23673 vsize=1440 CPUtime=0
/proc/23675/stat : 23675 (SATzilla2007_C) S 23673 23675 20839 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 204978046 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23675/statm: 360 110 95 260 0 84 0
[pid=23676] ppid=23675 vsize=1320 CPUtime=0.51
/proc/23676/stat : 23676 (march_dl) R 23675 23675 20839 0 -1 4194304 269 0 0 0 51 0 0 0 23 0 1 0 204978046 1351680 261 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134526996 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23676/statm: 330 261 74 118 0 209 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2760

[startup+1.33653 s]
/proc/loadavg: 0.95 0.98 0.99 2/79 23677
/proc/meminfo: memFree=728040/2055920 swapFree=4147448/4192956
[pid=23675] ppid=23673 vsize=1440 CPUtime=0
/proc/23675/stat : 23675 (SATzilla2007_C) S 23673 23675 20839 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 204978046 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23675/statm: 360 110 95 260 0 84 0
[pid=23676] ppid=23675 vsize=1320 CPUtime=1.33
/proc/23676/stat : 23676 (march_dl) R 23675 23675 20839 0 -1 4194304 276 0 0 0 133 0 0 0 25 0 1 0 204978046 1351680 268 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23676/statm: 330 268 74 118 0 209 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 2760

[startup+2.97571 s]
/proc/loadavg: 0.95 0.98 0.99 2/79 23677
/proc/meminfo: memFree=727912/2055920 swapFree=4147448/4192956
[pid=23675] ppid=23673 vsize=1440 CPUtime=0
/proc/23675/stat : 23675 (SATzilla2007_C) S 23673 23675 20839 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 204978046 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23675/statm: 360 110 95 260 0 84 0
[pid=23676] ppid=23675 vsize=1320 CPUtime=2.97
/proc/23676/stat : 23676 (march_dl) R 23675 23675 20839 0 -1 4194304 282 0 0 0 297 0 0 0 25 0 1 0 204978046 1351680 274 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134536965 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23676/statm: 330 274 74 118 0 209 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 2760

[startup+6.26007 s]
/proc/loadavg: 0.95 0.98 0.99 2/79 23678
/proc/meminfo: memFree=728104/2055920 swapFree=4147448/4192956
[pid=23675] ppid=23673 vsize=1440 CPUtime=4.99
/proc/23675/stat : 23675 (SATzilla2007_C) S 23673 23675 20839 0 -1 4194304 135 287 0 0 0 0 499 0 16 0 1 0 204978046 1474560 111 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23675/statm: 360 111 96 260 0 84 0
[pid=23678] ppid=23675 vsize=6188 CPUtime=1.25
/proc/23678/stat : 23678 (ubcsat2006) R 23675 23675 20839 0 -1 4194304 270 0 0 0 104 21 0 0 25 0 1 0 204978546 6336512 253 18446744073709551615 134512640 134777720 4294956512 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23678/statm: 1547 253 156 64 0 1128 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7628

[startup+12.7198 s]
/proc/loadavg: 0.95 0.98 0.99 2/79 23679
/proc/meminfo: memFree=727144/2055920 swapFree=4147448/4192956
[pid=23675] ppid=23673 vsize=2028 CPUtime=10.85
/proc/23675/stat : 23675 (SATzilla2007_C) S 23673 23675 20839 0 -1 4194304 669 563 0 0 311 32 700 42 25 0 1 0 204978046 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23675/statm: 507 331 165 260 0 231 0
[pid=23679] ppid=23675 vsize=2216 CPUtime=1.82
/proc/23679/stat : 23679 (minisat20) R 23675 23675 20839 0 -1 4194304 243 0 0 0 182 0 0 0 25 0 1 0 204979135 2269184 237 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134527360 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23679/statm: 554 237 58 118 0 432 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 4244

[startup+25.5272 s]
/proc/loadavg: 0.96 0.98 0.99 2/79 23679
/proc/meminfo: memFree=726568/2055920 swapFree=4147448/4192956
[pid=23675] ppid=23673 vsize=2028 CPUtime=10.85
/proc/23675/stat : 23675 (SATzilla2007_C) S 23673 23675 20839 0 -1 4194304 669 563 0 0 311 32 700 42 25 0 1 0 204978046 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23675/statm: 507 331 165 260 0 231 0
[pid=23679] ppid=23675 vsize=2876 CPUtime=14.62
/proc/23679/stat : 23679 (minisat20) R 23675 23675 20839 0 -1 4194304 390 0 0 0 1462 0 0 0 25 0 1 0 204979135 2945024 384 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134527497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23679/statm: 719 384 58 118 0 597 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 4904

[startup+51.156 s]
/proc/loadavg: 0.98 0.98 0.99 2/79 23679
/proc/meminfo: memFree=726056/2055920 swapFree=4147448/4192956
[pid=23675] ppid=23673 vsize=2028 CPUtime=10.85
/proc/23675/stat : 23675 (SATzilla2007_C) S 23673 23675 20839 0 -1 4194304 669 563 0 0 311 32 700 42 25 0 1 0 204978046 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23675/statm: 507 331 165 260 0 231 0
[pid=23679] ppid=23675 vsize=3272 CPUtime=40.24
/proc/23679/stat : 23679 (minisat20) R 23675 23675 20839 0 -1 4194304 506 0 0 0 4024 0 0 0 25 0 1 0 204979135 3350528 500 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134525767 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23679/statm: 818 500 58 118 0 696 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 5300

[startup+102.411 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 23679
/proc/meminfo: memFree=725608/2055920 swapFree=4147448/4192956
[pid=23675] ppid=23673 vsize=2028 CPUtime=10.85
/proc/23675/stat : 23675 (SATzilla2007_C) S 23673 23675 20839 0 -1 4194304 669 563 0 0 311 32 700 42 25 0 1 0 204978046 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23675/statm: 507 331 165 260 0 231 0
[pid=23679] ppid=23675 vsize=3936 CPUtime=91.48
/proc/23679/stat : 23679 (minisat20) R 23675 23675 20839 0 -1 4194304 652 0 0 0 9147 1 0 0 25 0 1 0 204979135 4030464 646 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23679/statm: 984 646 58 118 0 862 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 5964

[startup+162.478 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 23679
/proc/meminfo: memFree=725096/2055920 swapFree=4147448/4192956
[pid=23675] ppid=23673 vsize=2028 CPUtime=10.85
/proc/23675/stat : 23675 (SATzilla2007_C) S 23673 23675 20839 0 -1 4194304 669 563 0 0 311 32 700 42 25 0 1 0 204978046 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23675/statm: 507 331 165 260 0 231 0
[pid=23679] ppid=23675 vsize=4336 CPUtime=151.53
/proc/23679/stat : 23679 (minisat20) R 23675 23675 20839 0 -1 4194304 757 0 0 0 15152 1 0 0 25 0 1 0 204979135 4440064 751 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134530040 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23679/statm: 1084 751 58 118 0 962 0
Current children cumulated CPU time (s) 162.38
Current children cumulated vsize (KiB) 6364

[startup+222.552 s]
/proc/loadavg: 0.99 0.98 0.99 2/85 23705
/proc/meminfo: memFree=723376/2055920 swapFree=4147448/4192956
[pid=23675] ppid=23673 vsize=2028 CPUtime=10.85
/proc/23675/stat : 23675 (SATzilla2007_C) S 23673 23675 20839 0 -1 4194304 669 563 0 0 311 32 700 42 25 0 1 0 204978046 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23675/statm: 507 331 165 260 0 231 0
[pid=23679] ppid=23675 vsize=4736 CPUtime=211.57
/proc/23679/stat : 23679 (minisat20) R 23675 23675 20839 0 -1 4194304 854 0 0 0 21156 1 0 0 25 0 1 0 204979135 4849664 848 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23679/statm: 1184 848 58 118 0 1062 0
Current children cumulated CPU time (s) 222.42
Current children cumulated vsize (KiB) 6764

[startup+282.65 s]
/proc/loadavg: 0.99 0.98 0.99 2/85 23817
/proc/meminfo: memFree=723120/2055920 swapFree=4147448/4192956
[pid=23675] ppid=23673 vsize=2028 CPUtime=10.85
/proc/23675/stat : 23675 (SATzilla2007_C) S 23673 23675 20839 0 -1 4194304 669 563 0 0 311 32 700 42 25 0 1 0 204978046 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23675/statm: 507 331 165 260 0 231 0
[pid=23679] ppid=23675 vsize=5000 CPUtime=271.6
/proc/23679/stat : 23679 (minisat20) R 23675 23675 20839 0 -1 4194304 923 0 0 0 27157 3 0 0 25 0 1 0 204979135 5120000 917 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134535744 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23679/statm: 1250 917 58 118 0 1128 0
Current children cumulated CPU time (s) 282.45
Current children cumulated vsize (KiB) 7028

[startup+342.733 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 23877
/proc/meminfo: memFree=724136/2055920 swapFree=4147448/4192956
[pid=23675] ppid=23673 vsize=2028 CPUtime=10.85
/proc/23675/stat : 23675 (SATzilla2007_C) S 23673 23675 20839 0 -1 4194304 669 563 0 0 311 32 700 42 25 0 1 0 204978046 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23675/statm: 507 331 165 260 0 231 0
[pid=23679] ppid=23675 vsize=5132 CPUtime=331.63
/proc/23679/stat : 23679 (minisat20) R 23675 23675 20839 0 -1 4194304 967 0 0 0 33160 3 0 0 25 0 1 0 204979135 5255168 961 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23679/statm: 1283 961 58 118 0 1161 0
Current children cumulated CPU time (s) 342.48
Current children cumulated vsize (KiB) 7160

[startup+402.802 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 23877
/proc/meminfo: memFree=723944/2055920 swapFree=4147448/4192956
[pid=23675] ppid=23673 vsize=2028 CPUtime=10.85
/proc/23675/stat : 23675 (SATzilla2007_C) S 23673 23675 20839 0 -1 4194304 669 563 0 0 311 32 700 42 25 0 1 0 204978046 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23675/statm: 507 331 165 260 0 231 0
[pid=23679] ppid=23675 vsize=5392 CPUtime=391.69
/proc/23679/stat : 23679 (minisat20) R 23675 23675 20839 0 -1 4194304 1019 0 0 0 39165 4 0 0 25 0 1 0 204979135 5521408 1013 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134527862 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23679/statm: 1348 1013 58 118 0 1226 0
Current children cumulated CPU time (s) 402.54
Current children cumulated vsize (KiB) 7420

[startup+462.875 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 23877
/proc/meminfo: memFree=723752/2055920 swapFree=4147448/4192956
[pid=23675] ppid=23673 vsize=2028 CPUtime=10.85
/proc/23675/stat : 23675 (SATzilla2007_C) S 23673 23675 20839 0 -1 4194304 669 563 0 0 311 32 700 42 25 0 1 0 204978046 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23675/statm: 507 331 165 260 0 231 0
[pid=23679] ppid=23675 vsize=5520 CPUtime=451.74
/proc/23679/stat : 23679 (minisat20) R 23675 23675 20839 0 -1 4194304 1068 0 0 0 45170 4 0 0 25 0 1 0 204979135 5652480 1062 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23679/statm: 1380 1062 58 118 0 1258 0
Current children cumulated CPU time (s) 462.59

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


[startup+823.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 23877
/proc/meminfo: memFree=722792/2055920 swapFree=4147448/4192956
[pid=23675] ppid=23673 vsize=2028 CPUtime=10.85
/proc/23675/stat : 23675 (SATzilla2007_C) S 23673 23675 20839 0 -1 4194304 669 563 0 0 311 32 700 42 25 0 1 0 204978046 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23675/statm: 507 331 165 260 0 231 0
[pid=23679] ppid=23675 vsize=6456 CPUtime=812.06
/proc/23679/stat : 23679 (minisat20) R 23675 23675 20839 0 -1 4194304 1309 0 0 0 81199 7 0 0 25 0 1 0 204979135 6610944 1303 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134525876 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23679/statm: 1614 1303 58 118 0 1492 0
Current children cumulated CPU time (s) 822.91
Current children cumulated vsize (KiB) 8484

[startup+883.371 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 23877
/proc/meminfo: memFree=722664/2055920 swapFree=4147448/4192956
[pid=23675] ppid=23673 vsize=2028 CPUtime=10.85
/proc/23675/stat : 23675 (SATzilla2007_C) S 23673 23675 20839 0 -1 4194304 669 563 0 0 311 32 700 42 25 0 1 0 204978046 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23675/statm: 507 331 165 260 0 231 0
[pid=23679] ppid=23675 vsize=6596 CPUtime=872.12
/proc/23679/stat : 23679 (minisat20) R 23675 23675 20839 0 -1 4194304 1334 0 0 0 87204 8 0 0 25 0 1 0 204979135 6754304 1328 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134525886 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23679/statm: 1649 1328 58 118 0 1527 0
Current children cumulated CPU time (s) 882.97
Current children cumulated vsize (KiB) 8624

[startup+943.441 s]
/proc/loadavg: 0.99 0.98 0.99 3/79 23877
/proc/meminfo: memFree=722600/2055920 swapFree=4147448/4192956
[pid=23675] ppid=23673 vsize=2028 CPUtime=10.85
/proc/23675/stat : 23675 (SATzilla2007_C) S 23673 23675 20839 0 -1 4194304 669 563 0 0 311 32 700 42 25 0 1 0 204978046 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23675/statm: 507 331 165 260 0 231 0
[pid=23679] ppid=23675 vsize=6728 CPUtime=932.17
/proc/23679/stat : 23679 (minisat20) R 23675 23675 20839 0 -1 4194304 1350 0 0 0 93209 8 0 0 25 0 1 0 204979135 6889472 1344 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23679/statm: 1682 1344 58 118 0 1560 0
Current children cumulated CPU time (s) 943.02
Current children cumulated vsize (KiB) 8756

[startup+1003.51 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 23877
/proc/meminfo: memFree=722280/2055920 swapFree=4147448/4192956
[pid=23675] ppid=23673 vsize=2028 CPUtime=10.85
/proc/23675/stat : 23675 (SATzilla2007_C) S 23673 23675 20839 0 -1 4194304 669 563 0 0 311 32 700 42 25 0 1 0 204978046 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23675/statm: 507 331 165 260 0 231 0
[pid=23679] ppid=23675 vsize=7004 CPUtime=992.22
/proc/23679/stat : 23679 (minisat20) R 23675 23675 20839 0 -1 4194304 1418 0 0 0 99213 9 0 0 25 0 1 0 204979135 7172096 1412 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23679/statm: 1751 1412 58 118 0 1629 0
Current children cumulated CPU time (s) 1003.07
Current children cumulated vsize (KiB) 9032

[startup+1063.58 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 23877
/proc/meminfo: memFree=722152/2055920 swapFree=4147448/4192956
[pid=23675] ppid=23673 vsize=2028 CPUtime=10.85
/proc/23675/stat : 23675 (SATzilla2007_C) S 23673 23675 20839 0 -1 4194304 669 563 0 0 311 32 700 42 25 0 1 0 204978046 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23675/statm: 507 331 165 260 0 231 0
[pid=23679] ppid=23675 vsize=7140 CPUtime=1052.27
/proc/23679/stat : 23679 (minisat20) R 23675 23675 20839 0 -1 4194304 1451 0 0 0 105218 9 0 0 25 0 1 0 204979135 7311360 1445 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134519330 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23679/statm: 1785 1445 58 118 0 1663 0
Current children cumulated CPU time (s) 1063.12
Current children cumulated vsize (KiB) 9168

[startup+1123.65 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 23877
/proc/meminfo: memFree=722088/2055920 swapFree=4147448/4192956
[pid=23675] ppid=23673 vsize=2028 CPUtime=10.85
/proc/23675/stat : 23675 (SATzilla2007_C) S 23673 23675 20839 0 -1 4194304 669 563 0 0 311 32 700 42 25 0 1 0 204978046 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23675/statm: 507 331 165 260 0 231 0
[pid=23679] ppid=23675 vsize=7272 CPUtime=1112.33
/proc/23679/stat : 23679 (minisat20) R 23675 23675 20839 0 -1 4194304 1486 0 0 0 111223 10 0 0 25 0 1 0 204979135 7446528 1480 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134527907 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23679/statm: 1818 1480 58 118 0 1696 0
Current children cumulated CPU time (s) 1123.18
Current children cumulated vsize (KiB) 9300

[startup+1183.72 s]
/proc/loadavg: 0.99 0.98 0.99 3/79 23877
/proc/meminfo: memFree=721960/2055920 swapFree=4147448/4192956
[pid=23675] ppid=23673 vsize=2028 CPUtime=10.85
/proc/23675/stat : 23675 (SATzilla2007_C) S 23673 23675 20839 0 -1 4194304 669 563 0 0 311 32 700 42 25 0 1 0 204978046 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23675/statm: 507 331 165 260 0 231 0
[pid=23679] ppid=23675 vsize=7272 CPUtime=1172.38
/proc/23679/stat : 23679 (minisat20) R 23675 23675 20839 0 -1 4194304 1501 0 0 0 117228 10 0 0 25 0 1 0 204979135 7446528 1495 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23679/statm: 1818 1495 58 118 0 1696 0
Current children cumulated CPU time (s) 1183.23
Current children cumulated vsize (KiB) 9300

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

[startup+1187.52 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 23877
/proc/meminfo: memFree=721896/2055920 swapFree=4147448/4192956
[pid=23675] ppid=23673 vsize=2028 CPUtime=10.85
/proc/23675/stat : 23675 (SATzilla2007_C) S 23673 23675 20839 0 -1 4194304 669 563 0 0 311 32 700 42 25 0 1 0 204978046 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23675/statm: 507 331 165 260 0 231 0
[pid=23679] ppid=23675 vsize=7272 CPUtime=1176.18
/proc/23679/stat : 23679 (minisat20) R 23675 23675 20839 0 -1 4194304 1508 0 0 0 117608 10 0 0 25 0 1 0 204979135 7446528 1502 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23679/statm: 1818 1502 58 118 0 1696 0
Current children cumulated CPU time (s) 1187.03
Current children cumulated vsize (KiB) 9300

[startup+1194.08 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 23877
/proc/meminfo: memFree=721896/2055920 swapFree=4147448/4192956
[pid=23675] ppid=23673 vsize=2028 CPUtime=10.85
/proc/23675/stat : 23675 (SATzilla2007_C) S 23673 23675 20839 0 -1 4194304 669 563 0 0 311 32 700 42 25 0 1 0 204978046 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23675/statm: 507 331 165 260 0 231 0
[pid=23679] ppid=23675 vsize=7272 CPUtime=1182.73
/proc/23679/stat : 23679 (minisat20) R 23675 23675 20839 0 -1 4194304 1513 0 0 0 118263 10 0 0 25 0 1 0 204979135 7446528 1507 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23679/statm: 1818 1507 58 118 0 1696 0
Current children cumulated CPU time (s) 1193.58
Current children cumulated vsize (KiB) 9300

[startup+1197.35 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 23877
/proc/meminfo: memFree=721896/2055920 swapFree=4147448/4192956
[pid=23675] ppid=23673 vsize=2028 CPUtime=10.85
/proc/23675/stat : 23675 (SATzilla2007_C) S 23673 23675 20839 0 -1 4194304 669 563 0 0 311 32 700 42 25 0 1 0 204978046 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23675/statm: 507 331 165 260 0 231 0
[pid=23679] ppid=23675 vsize=7272 CPUtime=1186.01
/proc/23679/stat : 23679 (minisat20) R 23675 23675 20839 0 -1 4194304 1514 0 0 0 118591 10 0 0 25 0 1 0 204979135 7446528 1508 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23679/statm: 1818 1508 58 118 0 1696 0
Current children cumulated CPU time (s) 1196.86
Current children cumulated vsize (KiB) 9300

[startup+1198.99 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 23877
/proc/meminfo: memFree=721896/2055920 swapFree=4147448/4192956
[pid=23675] ppid=23673 vsize=2028 CPUtime=10.85
/proc/23675/stat : 23675 (SATzilla2007_C) S 23673 23675 20839 0 -1 4194304 669 563 0 0 311 32 700 42 25 0 1 0 204978046 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23675/statm: 507 331 165 260 0 231 0
[pid=23679] ppid=23675 vsize=7272 CPUtime=1187.65
/proc/23679/stat : 23679 (minisat20) R 23675 23675 20839 0 -1 4194304 1514 0 0 0 118755 10 0 0 25 0 1 0 204979135 7446528 1508 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134536652 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23679/statm: 1818 1508 58 118 0 1696 0
Current children cumulated CPU time (s) 1198.5
Current children cumulated vsize (KiB) 9300

[startup+1199.81 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 23877
/proc/meminfo: memFree=721896/2055920 swapFree=4147448/4192956
[pid=23675] ppid=23673 vsize=2028 CPUtime=10.85
/proc/23675/stat : 23675 (SATzilla2007_C) S 23673 23675 20839 0 -1 4194304 669 563 0 0 311 32 700 42 25 0 1 0 204978046 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23675/statm: 507 331 165 260 0 231 0
[pid=23679] ppid=23675 vsize=7272 CPUtime=1188.47
/proc/23679/stat : 23679 (minisat20) R 23675 23675 20839 0 -1 4194304 1514 0 0 0 118837 10 0 0 25 0 1 0 204979135 7446528 1508 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134525653 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23679/statm: 1818 1508 58 118 0 1696 0
Current children cumulated CPU time (s) 1199.32
Current children cumulated vsize (KiB) 9300

[startup+1200.02 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 23877
/proc/meminfo: memFree=721896/2055920 swapFree=4147448/4192956
[pid=23675] ppid=23673 vsize=2028 CPUtime=10.85
/proc/23675/stat : 23675 (SATzilla2007_C) S 23673 23675 20839 0 -1 4194304 669 563 0 0 311 32 700 42 25 0 1 0 204978046 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23675/statm: 507 331 165 260 0 231 0
[pid=23679] ppid=23675 vsize=7272 CPUtime=1188.67
/proc/23679/stat : 23679 (minisat20) R 23675 23675 20839 0 -1 4194304 1514 0 0 0 118857 10 0 0 25 0 1 0 204979135 7446528 1508 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134528530 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23679/statm: 1818 1508 58 118 0 1696 0
Current children cumulated CPU time (s) 1199.52
Current children cumulated vsize (KiB) 9300

[startup+1200.12 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 23877
/proc/meminfo: memFree=721896/2055920 swapFree=4147448/4192956
[pid=23675] ppid=23673 vsize=2028 CPUtime=10.85
/proc/23675/stat : 23675 (SATzilla2007_C) S 23673 23675 20839 0 -1 4194304 669 563 0 0 311 32 700 42 25 0 1 0 204978046 2076672 331 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23675/statm: 507 331 165 260 0 231 0
[pid=23679] ppid=23675 vsize=7272 CPUtime=1188.77
/proc/23679/stat : 23679 (minisat20) R 23675 23675 20839 0 -1 4194304 1514 0 0 0 118867 10 0 0 25 0 1 0 204979135 7446528 1508 18446744073709551615 134512640 134998072 4294956704 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23679/statm: 1818 1508 58 118 0 1696 0
Current children cumulated CPU time (s) 1199.62
Current children cumulated vsize (KiB) 9300

Child status: 17
Real time (s): 1200.16
CPU time (s): 1199.7
CPU user time (s): 1198.84
CPU system time (s): 0.865868
CPU usage (%): 99.9621
Max. virtual memory (cumulated for all children) (KiB): 9300

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

runsolver used 1.14083 second user time and 3.12352 second system time

The end

Launcher Data (download as text)

Begin job on node21 on Mon Feb 19 01:57:21 UTC 2007

IDJOB= 298100
IDBENCH= 19977
IDSOLVER= 135
FILE ID= node21/298100-1171850241

PBS_JOBID= 3839653

Free space on /tmp= 66556 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v500/unif-k3-r4.26-v500-c2130-S1212545732-02.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/298100-1171850241/SATzilla2007_C /tmp/evaluation/298100-1171850241/instance-298100-1171850241.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-298100-1171850241 -o ROOT/results/node21/solver-298100-1171850241 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/298100-1171850241/SATzilla2007_C /tmp/evaluation/298100-1171850241/instance-298100-1171850241.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  c19b938c6cf4650d8039fc9c59375167

RANDOM SEED= 770592936

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node21.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.245
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.245
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:        729360 kB
Buffers:         44656 kB
Cached:        1168180 kB
SwapCached:      15448 kB
Active:         715744 kB
Inactive:       522424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        729360 kB
SwapTotal:     4192956 kB
SwapFree:      4147448 kB
Dirty:            8484 kB
Writeback:           0 kB
Mapped:          30112 kB
Slab:            73956 kB
Committed_AS:   675448 kB
PageTables:       1656 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= 66556 MiB

End job on node21 on Mon Feb 19 02:17:22 UTC 2007