Trace number 302815

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 1199.32

General information on the benchmark

Namerandom/LargeSize/7SAT/v240/
unif-k7-r85-v240-c20400-S1407716880-15.cnf
MD5SUMc56c168c4f165e1bc8c9ee2192c07c5e
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 variables240
Number of clauses20400
Sum of the clauses size142800
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520400

Solver Data (download as text)

10.94/11.05	c run March_dl for 5 seconds ... 
10.94/11.05	c Bin: Executing march_dl
10.94/11.05	c child exit by a signal
10.94/11.05	c march_dl returned code 137.
10.94/11.05	c run saps (UBCSAT implementation) for 2 seconds ... 
10.94/11.05	c Bin: Executing ubcsat2006
10.94/11.05	c child exited successfully
10.94/11.05	c ubcsat2006 returned code 0.
10.94/11.05	c satzilla computing base features
10.94/11.05	c satzilla doing unit-prop probe
10.94/11.05	c satzilla doing local search probe
10.94/11.05	c satzilla doing lobjois search-space size estimate
10.94/11.05	c satzilla's ranking:
10.94/11.05	c 1) minisat20+P: 1.100862
10.94/11.05	c 2) minisat20: 1.214495
10.94/11.05	c 3) march_dl: 1.655978
10.94/11.05	c 4) march_dl+P: 2.667108
10.94/11.05	c 5) vallst+P: 4.920282
10.94/11.05	c 6) zchaff_rand+P: 5.896801
10.94/11.05	c 7) kcnfs+P: 999.000000
10.94/11.05	c 8) kcnfs: 999.000000
10.94/11.05	c 9) vallst: 999.000000
10.94/11.05	c 10) zchaff_rand: 999.000000
10.94/11.05	c satzilla running minisat20 with preprocessing ... 
11.14/11.18	This is MiniSat 2.0 beta
11.14/11.18	WARNING: for repeatability, setting FPU to use double precision
11.14/11.18	============================[ Problem Statistics ]=============================
11.14/11.18	|                                                                             |
11.14/11.18	|  Number of variables:  240                                                  |
11.14/11.18	|  Number of clauses:    20400                                                |
11.14/11.20	|  Parsing time:         0.02         s                                       |
11.14/11.20	============================[ Search Statistics ]==============================
11.14/11.20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.14/11.20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.14/11.20	===============================================================================
11.14/11.20	|         0 |     240    20400   142800 |     6800        0    nan |  0.000 % |
11.14/11.22	|       100 |     240    20400   142800 |     7480      100     71 |  0.002 % |
11.14/11.23	|       251 |     240    20400   142800 |     8228      251     69 |  0.002 % |
11.14/11.26	|       479 |     240    20400   142800 |     9050      479     67 |  0.002 % |
11.22/11.29	|       816 |     240    20400   142800 |     9955      816     65 |  0.002 % |
11.22/11.34	|      1324 |     240    20400   142800 |    10951     1324     66 |  0.002 % |
11.33/11.42	|      2083 |     240    20400   142800 |    12046     2083     67 |  0.002 % |
11.43/11.54	|      3222 |     240    20400   142800 |    13251     3222     66 |  0.002 % |
11.63/11.73	|      4930 |     240    20400   142800 |    14576     4930     67 |  0.002 % |
11.93/12.05	|      7495 |     240    20400   142800 |    16034     7495     68 |  0.002 % |
12.55/12.66	|     11340 |     240    20400   142800 |    17637    11340     68 |  0.002 % |
13.78/13.85	|     17108 |     240    20400   142800 |    19401    17108     68 |  0.002 % |
15.84/15.93	|     25758 |     240    20400   142800 |    21341    16004     68 |  0.002 % |
19.00/19.08	|     38734 |     240    20400   142800 |    23475    18253     69 |  0.002 % |
24.65/24.75	|     58198 |     240    20400   142800 |    25822    13324     68 |  0.002 % |
33.67/33.79	|     87390 |     240    20400   142800 |    28405    13909     67 |  0.002 % |
47.80/47.95	|    131180 |     240    20400   142800 |    31245    24397     70 |  0.002 % |
71.88/71.97	|    196864 |     240    20400   142800 |    34370    14206     68 |  0.002 % |
109.31/109.41	|    295390 |     240    20400   142800 |    37807    26744     70 |  0.002 % |
169.46/169.56	|    443180 |     240    20400   142800 |    41588    22981     69 |  0.002 % |
267.74/267.92	|    664863 |     240    20400   142800 |    45746    14089     67 |  0.002 % |
427.31/427.52	|    997388 |     240    20400   142800 |    50321    23349     67 |  0.002 % |
667.43/667.68	|   1496178 |     240    20400   142800 |    55353    44201     70 |  0.002 % |
1055.33/1055.70	|   2244360 |     240    20400   142800 |    60889    42746     69 |  0.002 % |
1198.92/1199.31	c Preprocessing...
1198.92/1199.31	c Inital problem has 240 variables, 20400 nary clauses (0 binary clauses).
1198.92/1199.31	c Num non-binary clauses 20400, Average non-binary clause length 7.000
1198.92/1199.31	c Theory has no gaps
1198.92/1199.31	c Preprocessor runtime was 0.060 seconds.
1198.92/1199.31	c 
1198.92/1199.31	c Satisfiability of theory still undetermined.
1198.92/1199.31	c See file /tmp/2JC6BJ for simplified theory.
1198.92/1199.31	c Bin: Executing minisat20
1198.92/1199.31	c child exit by a signal
1198.92/1199.31	c minisat20 returned code 137.
1198.92/1199.31	c minisat20 returned code 137.
1198.92/1199.31	c satzilla running minisat20 ... 
1198.92/1199.31	c Bin: Executing minisat20
1198.92/1199.31	c minisat20 returned code 1.
1198.92/1199.31	c minisat20 returned code 1.
1198.92/1199.31	c satzilla running march_dl ... 
1198.92/1199.31	c Bin: Executing march_dl
1198.92/1199.31	c march_dl returned code 1.
1198.92/1199.31	c march_dl returned code 1.
1198.92/1199.31	c satzilla running march_dl with preprocessing ... 
1198.92/1199.31	c Bin: Executing march_dl
1198.92/1199.31	c march_dl returned code 1.
1198.92/1199.31	c march_dl returned code 1.
1198.92/1199.31	c satzilla running vallst with preprocessing ... 
1198.92/1199.31	c Bin: Executing vallst
1198.92/1199.31	c vallst returned code 1.
1198.92/1199.31	c vallst returned code 1.
1198.92/1199.31	c satzilla running zchaff_rand with preprocessing ... 
1198.92/1199.31	c Bin: Executing zchaff_rand
1198.92/1199.31	c zchaff_rand returned code 1.
1198.92/1199.31	c zchaff_rand returned code 1.
1198.92/1199.31	c satzilla running kcnfs with preprocessing ... 
1198.92/1199.31	c Bin: Executing kcnfs
1198.92/1199.31	c kcnfs returned code 1.
1198.92/1199.31	c kcnfs returned code 1.
1198.92/1199.31	c satzilla running kcnfs ... 
1198.92/1199.31	c Bin: Executing kcnfs
1198.92/1199.31	c kcnfs returned code 1.
1198.92/1199.31	c kcnfs returned code 1.
1198.92/1199.31	c satzilla running vallst ... 
1198.92/1199.31	c Bin: Executing vallst
1198.92/1199.31	c vallst returned code 1.
1198.92/1199.31	c vallst returned code 1.
1198.92/1199.31	c satzilla running zchaff_rand ... 
1198.92/1199.31	c Bin: Executing zchaff_rand
1198.92/1199.31	c zchaff_rand returned code 1.
1198.92/1199.31	c zchaff_rand returned code 1.
1198.92/1199.31	c ERROR: All Failed! 
1198.92/1199.31	c SATZILLA_TIME=1199.160000

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/node7/watcher-302815-1172020495 -o ROOT/results/node7/solver-302815-1172020495 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/302815-1172020495/SATzilla2007_C /tmp/evaluation/302815-1172020495/instance-302815-1172020495.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: 1.00 1.00 1.00 3/77 9140
/proc/meminfo: memFree=1641352/2055920 swapFree=4142368/4192956
[pid=9140] ppid=9138 vsize=1440 CPUtime=0
/proc/9140/stat : 9140 (SATzilla2007_C) S 9138 9140 8150 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 222004286 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9140/statm: 360 110 95 260 0 84 0
[pid=9141] ppid=9140 vsize=796 CPUtime=0
/proc/9141/stat : 9141 (march_dl) R 9140 9140 8150 0 -1 4194304 98 0 0 0 0 0 0 0 20 0 1 0 222004286 815104 93 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9141/statm: 199 94 50 118 0 78 0

[startup+0.106875 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 9140
/proc/meminfo: memFree=1641352/2055920 swapFree=4142368/4192956
[pid=9140] ppid=9138 vsize=1440 CPUtime=0
/proc/9140/stat : 9140 (SATzilla2007_C) S 9138 9140 8150 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 222004286 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9140/statm: 360 110 95 260 0 84 0
[pid=9141] ppid=9140 vsize=2516 CPUtime=0.1
/proc/9141/stat : 9141 (march_dl) R 9140 9140 8150 0 -1 4194304 1337 0 0 0 10 0 0 0 20 0 1 0 222004286 2576384 467 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9141/statm: 629 478 57 118 0 508 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3956

[startup+0.514918 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 9140
/proc/meminfo: memFree=1641352/2055920 swapFree=4142368/4192956
[pid=9140] ppid=9138 vsize=1440 CPUtime=0
/proc/9140/stat : 9140 (SATzilla2007_C) S 9138 9140 8150 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 222004286 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9140/statm: 360 110 95 260 0 84 0
[pid=9141] ppid=9140 vsize=5880 CPUtime=0.5
/proc/9141/stat : 9141 (march_dl) R 9140 9140 8150 0 -1 4194304 4005 0 0 0 49 1 0 0 23 0 1 0 222004286 6021120 854 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583368 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9141/statm: 1470 854 67 118 0 1349 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 7320

[startup+1.335 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9142
/proc/meminfo: memFree=1638008/2055920 swapFree=4142368/4192956
[pid=9140] ppid=9138 vsize=1440 CPUtime=0
/proc/9140/stat : 9140 (SATzilla2007_C) S 9138 9140 8150 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 222004286 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9140/statm: 360 110 95 260 0 84 0
[pid=9141] ppid=9140 vsize=5880 CPUtime=1.32
/proc/9141/stat : 9141 (march_dl) R 9140 9140 8150 0 -1 4194304 4011 0 0 0 131 1 0 0 25 0 1 0 222004286 6021120 860 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583495 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9141/statm: 1470 860 67 118 0 1349 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 7320

[startup+2.97117 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9142
/proc/meminfo: memFree=1637816/2055920 swapFree=4142368/4192956
[pid=9140] ppid=9138 vsize=1440 CPUtime=0
/proc/9140/stat : 9140 (SATzilla2007_C) S 9138 9140 8150 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 222004286 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9140/statm: 360 110 95 260 0 84 0
[pid=9141] ppid=9140 vsize=6012 CPUtime=2.96
/proc/9141/stat : 9141 (march_dl) R 9140 9140 8150 0 -1 4194304 4062 0 0 0 295 1 0 0 25 0 1 0 222004286 6156288 911 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583368 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9141/statm: 1503 911 67 118 0 1382 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 7452

[startup+6.25452 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9143
/proc/meminfo: memFree=1638968/2055920 swapFree=4142368/4192956
[pid=9140] ppid=9138 vsize=1440 CPUtime=4.99
/proc/9140/stat : 9140 (SATzilla2007_C) S 9138 9140 8150 0 -1 4194304 135 4118 0 0 0 0 498 1 16 0 1 0 222004286 1474560 111 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9140/statm: 360 111 96 260 0 84 0
[pid=9143] ppid=9140 vsize=6188 CPUtime=1.23
/proc/9143/stat : 9143 (ubcsat2006) R 9140 9140 8150 0 -1 4194304 656 0 0 0 120 3 0 0 25 0 1 0 222004787 6336512 639 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9143/statm: 1547 639 156 64 0 1128 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 7628

[startup+12.7102 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9144
/proc/meminfo: memFree=1629496/2055920 swapFree=4142368/4192956
[pid=9140] ppid=9138 vsize=7432 CPUtime=11.14
/proc/9140/stat : 9140 (SATzilla2007_C) S 9138 9140 8150 0 -1 4194304 2960 4780 0 0 396 7 704 7 25 0 1 0 222004286 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9140/statm: 1858 1674 165 260 0 1582 0
[pid=9144] ppid=9140 vsize=6388 CPUtime=1.52
/proc/9144/stat : 9144 (minisat20) R 9140 9140 8150 0 -1 4194304 1418 0 0 0 151 1 0 0 25 0 1 0 222005404 6541312 1412 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9144/statm: 1597 1412 58 118 0 1475 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 13820

[startup+25.5275 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9144
/proc/meminfo: memFree=1624760/2055920 swapFree=4142368/4192956
[pid=9140] ppid=9138 vsize=7432 CPUtime=11.14
/proc/9140/stat : 9140 (SATzilla2007_C) S 9138 9140 8150 0 -1 4194304 2960 4780 0 0 396 7 704 7 25 0 1 0 222004286 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9140/statm: 1858 1674 165 260 0 1582 0
[pid=9144] ppid=9140 vsize=10548 CPUtime=14.33
/proc/9144/stat : 9144 (minisat20) R 9140 9140 8150 0 -1 4194304 2460 0 0 0 1431 2 0 0 25 0 1 0 222005404 10801152 2454 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9144/statm: 2637 2454 58 118 0 2515 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 17980

[startup+51.1562 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9144
/proc/meminfo: memFree=1621560/2055920 swapFree=4142368/4192956
[pid=9140] ppid=9138 vsize=7432 CPUtime=11.14
/proc/9140/stat : 9140 (SATzilla2007_C) S 9138 9140 8150 0 -1 4194304 2960 4780 0 0 396 7 704 7 25 0 1 0 222004286 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9140/statm: 1858 1674 165 260 0 1582 0
[pid=9144] ppid=9140 vsize=13884 CPUtime=39.95
/proc/9144/stat : 9144 (minisat20) R 9140 9140 8150 0 -1 4194304 3269 0 0 0 3992 3 0 0 25 0 1 0 222005404 14217216 3263 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9144/statm: 3471 3263 58 118 0 3349 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 21316

[startup+102.409 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9144
/proc/meminfo: memFree=1619512/2055920 swapFree=4142368/4192956
[pid=9140] ppid=9138 vsize=7432 CPUtime=11.14
/proc/9140/stat : 9140 (SATzilla2007_C) S 9138 9140 8150 0 -1 4194304 2960 4780 0 0 396 7 704 7 25 0 1 0 222004286 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9140/statm: 1858 1674 165 260 0 1582 0
[pid=9144] ppid=9140 vsize=15872 CPUtime=91.19
/proc/9144/stat : 9144 (minisat20) R 9140 9140 8150 0 -1 4194304 3779 0 0 0 9115 4 0 0 25 0 1 0 222005404 16252928 3773 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525543 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9144/statm: 3968 3773 58 118 0 3846 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 23304

[startup+162.481 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9144
/proc/meminfo: memFree=1617592/2055920 swapFree=4142368/4192956
[pid=9140] ppid=9138 vsize=7432 CPUtime=11.14
/proc/9140/stat : 9140 (SATzilla2007_C) S 9138 9140 8150 0 -1 4194304 2960 4780 0 0 396 7 704 7 25 0 1 0 222004286 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9140/statm: 1858 1674 165 260 0 1582 0
[pid=9144] ppid=9140 vsize=17852 CPUtime=151.25
/proc/9144/stat : 9144 (minisat20) R 9140 9140 8150 0 -1 4194304 4251 0 0 0 15120 5 0 0 25 0 1 0 222005404 18280448 4245 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9144/statm: 4463 4245 58 118 0 4341 0
Current children cumulated CPU time (s) 162.39
Current children cumulated vsize (KiB) 25284

[startup+222.552 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9144
/proc/meminfo: memFree=1616120/2055920 swapFree=4142368/4192956
[pid=9140] ppid=9138 vsize=7432 CPUtime=11.14
/proc/9140/stat : 9140 (SATzilla2007_C) S 9138 9140 8150 0 -1 4194304 2960 4780 0 0 396 7 704 7 25 0 1 0 222004286 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9140/statm: 1858 1674 165 260 0 1582 0
[pid=9144] ppid=9140 vsize=19308 CPUtime=211.31
/proc/9144/stat : 9144 (minisat20) R 9140 9140 8150 0 -1 4194304 4610 0 0 0 21125 6 0 0 25 0 1 0 222005404 19771392 4604 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9144/statm: 4827 4604 58 118 0 4705 0
Current children cumulated CPU time (s) 222.45
Current children cumulated vsize (KiB) 26740

[startup+282.624 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9144
/proc/meminfo: memFree=1614456/2055920 swapFree=4142368/4192956
[pid=9140] ppid=9138 vsize=7432 CPUtime=11.14
/proc/9140/stat : 9140 (SATzilla2007_C) S 9138 9140 8150 0 -1 4194304 2960 4780 0 0 396 7 704 7 25 0 1 0 222004286 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9140/statm: 1858 1674 165 260 0 1582 0
[pid=9144] ppid=9140 vsize=21052 CPUtime=271.36
/proc/9144/stat : 9144 (minisat20) R 9140 9140 8150 0 -1 4194304 5015 0 0 0 27129 7 0 0 25 0 1 0 222005404 21557248 5009 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525765 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9144/statm: 5263 5009 58 118 0 5141 0
Current children cumulated CPU time (s) 282.5
Current children cumulated vsize (KiB) 28484

[startup+342.694 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9144
/proc/meminfo: memFree=1613816/2055920 swapFree=4142368/4192956
[pid=9140] ppid=9138 vsize=7432 CPUtime=11.14
/proc/9140/stat : 9140 (SATzilla2007_C) S 9138 9140 8150 0 -1 4194304 2960 4780 0 0 396 7 704 7 25 0 1 0 222004286 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9140/statm: 1858 1674 165 260 0 1582 0
[pid=9144] ppid=9140 vsize=21580 CPUtime=331.42
/proc/9144/stat : 9144 (minisat20) R 9140 9140 8150 0 -1 4194304 5166 0 0 0 33134 8 0 0 25 0 1 0 222005404 22097920 5160 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9144/statm: 5395 5160 58 118 0 5273 0
Current children cumulated CPU time (s) 342.56
Current children cumulated vsize (KiB) 29012

[startup+402.768 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9144
/proc/meminfo: memFree=1613624/2055920 swapFree=4142368/4192956
[pid=9140] ppid=9138 vsize=7432 CPUtime=11.14
/proc/9140/stat : 9140 (SATzilla2007_C) S 9138 9140 8150 0 -1 4194304 2960 4780 0 0 396 7 704 7 25 0 1 0 222004286 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9140/statm: 1858 1674 165 260 0 1582 0
[pid=9144] ppid=9140 vsize=21884 CPUtime=391.47
/proc/9144/stat : 9144 (minisat20) R 9140 9140 8150 0 -1 4194304 5233 0 0 0 39139 8 0 0 25 0 1 0 222005404 22409216 5227 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9144/statm: 5471 5227 58 118 0 5349 0
Current children cumulated CPU time (s) 402.61
Current children cumulated vsize (KiB) 29316

[startup+462.831 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9144
/proc/meminfo: memFree=1611640/2055920 swapFree=4142368/4192956
[pid=9140] ppid=9138 vsize=7432 CPUtime=11.14
/proc/9140/stat : 9140 (SATzilla2007_C) S 9138 9140 8150 0 -1 4194304 2960 4780 0 0 396 7 704 7 25 0 1 0 222004286 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9140/statm: 1858 1674 165 260 0 1582 0
[pid=9144] ppid=9140 vsize=23744 CPUtime=451.52
/proc/9144/stat : 9144 (minisat20) R 9140 9140 8150 0 -1 4194304 5713 0 0 0 45143 9 0 0 25 0 1 0 222005404 24313856 5707 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9144/statm: 5936 5707 58 118 0 5814 0
Current children cumulated CPU time (s) 462.66

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


[startup+823.267 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9144
/proc/meminfo: memFree=1608824/2055920 swapFree=4142368/4192956
[pid=9140] ppid=9138 vsize=7432 CPUtime=11.14
/proc/9140/stat : 9140 (SATzilla2007_C) S 9138 9140 8150 0 -1 4194304 2960 4780 0 0 396 7 704 7 25 0 1 0 222004286 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9140/statm: 1858 1674 165 260 0 1582 0
[pid=9144] ppid=9140 vsize=26684 CPUtime=811.86
/proc/9144/stat : 9144 (minisat20) R 9140 9140 8150 0 -1 4194304 6405 0 0 0 81173 13 0 0 25 0 1 0 222005404 27324416 6399 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134519372 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9144/statm: 6671 6399 58 118 0 6549 0
Current children cumulated CPU time (s) 823
Current children cumulated vsize (KiB) 34116

[startup+883.339 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9144
/proc/meminfo: memFree=1608696/2055920 swapFree=4142368/4192956
[pid=9140] ppid=9138 vsize=7432 CPUtime=11.14
/proc/9140/stat : 9140 (SATzilla2007_C) S 9138 9140 8150 0 -1 4194304 2960 4780 0 0 396 7 704 7 25 0 1 0 222004286 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9140/statm: 1858 1674 165 260 0 1582 0
[pid=9144] ppid=9140 vsize=26824 CPUtime=871.92
/proc/9144/stat : 9144 (minisat20) R 9140 9140 8150 0 -1 4194304 6455 0 0 0 87178 14 0 0 25 0 1 0 222005404 27467776 6449 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9144/statm: 6706 6449 58 118 0 6584 0
Current children cumulated CPU time (s) 883.06
Current children cumulated vsize (KiB) 34256

[startup+943.408 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9144
/proc/meminfo: memFree=1608440/2055920 swapFree=4142368/4192956
[pid=9140] ppid=9138 vsize=7432 CPUtime=11.14
/proc/9140/stat : 9140 (SATzilla2007_C) S 9138 9140 8150 0 -1 4194304 2960 4780 0 0 396 7 704 7 25 0 1 0 222004286 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9140/statm: 1858 1674 165 260 0 1582 0
[pid=9144] ppid=9140 vsize=27128 CPUtime=931.97
/proc/9144/stat : 9144 (minisat20) R 9140 9140 8150 0 -1 4194304 6510 0 0 0 93183 14 0 0 25 0 1 0 222005404 27779072 6504 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9144/statm: 6782 6504 58 118 0 6660 0
Current children cumulated CPU time (s) 943.11
Current children cumulated vsize (KiB) 34560

[startup+1003.48 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9144
/proc/meminfo: memFree=1608248/2055920 swapFree=4142368/4192956
[pid=9140] ppid=9138 vsize=7432 CPUtime=11.14
/proc/9140/stat : 9140 (SATzilla2007_C) S 9138 9140 8150 0 -1 4194304 2960 4780 0 0 396 7 704 7 25 0 1 0 222004286 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9140/statm: 1858 1674 165 260 0 1582 0
[pid=9144] ppid=9140 vsize=27284 CPUtime=992.03
/proc/9144/stat : 9144 (minisat20) R 9140 9140 8150 0 -1 4194304 6559 0 0 0 99188 15 0 0 25 0 1 0 222005404 27938816 6553 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9144/statm: 6821 6553 58 118 0 6699 0
Current children cumulated CPU time (s) 1003.17
Current children cumulated vsize (KiB) 34716

[startup+1063.55 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9144
/proc/meminfo: memFree=1607928/2055920 swapFree=4142368/4192956
[pid=9140] ppid=9138 vsize=7432 CPUtime=11.14
/proc/9140/stat : 9140 (SATzilla2007_C) S 9138 9140 8150 0 -1 4194304 2960 4780 0 0 396 7 704 7 25 0 1 0 222004286 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9140/statm: 1858 1674 165 260 0 1582 0
[pid=9144] ppid=9140 vsize=27680 CPUtime=1052.09
/proc/9144/stat : 9144 (minisat20) R 9140 9140 8150 0 -1 4194304 6659 0 0 0 105194 15 0 0 25 0 1 0 222005404 28344320 6653 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9144/statm: 6920 6653 58 118 0 6798 0
Current children cumulated CPU time (s) 1063.23
Current children cumulated vsize (KiB) 35112

[startup+1123.63 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9144
/proc/meminfo: memFree=1606136/2055920 swapFree=4142368/4192956
[pid=9140] ppid=9138 vsize=7432 CPUtime=11.14
/proc/9140/stat : 9140 (SATzilla2007_C) S 9138 9140 8150 0 -1 4194304 2960 4780 0 0 396 7 704 7 25 0 1 0 222004286 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9140/statm: 1858 1674 165 260 0 1582 0
[pid=9144] ppid=9140 vsize=29424 CPUtime=1112.15
/proc/9144/stat : 9144 (minisat20) R 9140 9140 8150 0 -1 4194304 7091 0 0 0 111198 17 0 0 25 0 1 0 222005404 30130176 7085 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9144/statm: 7356 7085 58 118 0 7234 0
Current children cumulated CPU time (s) 1123.29
Current children cumulated vsize (KiB) 36856

[startup+1183.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9144
/proc/meminfo: memFree=1605880/2055920 swapFree=4142368/4192956
[pid=9140] ppid=9138 vsize=7432 CPUtime=11.14
/proc/9140/stat : 9140 (SATzilla2007_C) S 9138 9140 8150 0 -1 4194304 2960 4780 0 0 396 7 704 7 25 0 1 0 222004286 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9140/statm: 1858 1674 165 260 0 1582 0
[pid=9144] ppid=9140 vsize=29556 CPUtime=1172.2
/proc/9144/stat : 9144 (minisat20) R 9140 9140 8150 0 -1 4194304 7143 0 0 0 117202 18 0 0 25 0 1 0 222005404 30265344 7137 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525767 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9144/statm: 7389 7137 58 118 0 7267 0
Current children cumulated CPU time (s) 1183.34
Current children cumulated vsize (KiB) 36988

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

[startup+1187.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9144
/proc/meminfo: memFree=1605816/2055920 swapFree=4142368/4192956
[pid=9140] ppid=9138 vsize=7432 CPUtime=11.14
/proc/9140/stat : 9140 (SATzilla2007_C) S 9138 9140 8150 0 -1 4194304 2960 4780 0 0 396 7 704 7 25 0 1 0 222004286 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9140/statm: 1858 1674 165 260 0 1582 0
[pid=9144] ppid=9140 vsize=29756 CPUtime=1176
/proc/9144/stat : 9144 (minisat20) R 9140 9140 8150 0 -1 4194304 7157 0 0 0 117582 18 0 0 25 0 1 0 222005404 30470144 7151 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9144/statm: 7439 7151 58 118 0 7317 0
Current children cumulated CPU time (s) 1187.14
Current children cumulated vsize (KiB) 37188

[startup+1194.05 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9144
/proc/meminfo: memFree=1605816/2055920 swapFree=4142368/4192956
[pid=9140] ppid=9138 vsize=7432 CPUtime=11.14
/proc/9140/stat : 9140 (SATzilla2007_C) S 9138 9140 8150 0 -1 4194304 2960 4780 0 0 396 7 704 7 25 0 1 0 222004286 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9140/statm: 1858 1674 165 260 0 1582 0
[pid=9144] ppid=9140 vsize=29756 CPUtime=1182.55
/proc/9144/stat : 9144 (minisat20) R 9140 9140 8150 0 -1 4194304 7159 0 0 0 118237 18 0 0 25 0 1 0 222005404 30470144 7153 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9144/statm: 7439 7153 58 118 0 7317 0
Current children cumulated CPU time (s) 1193.69
Current children cumulated vsize (KiB) 37188

[startup+1197.33 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9144
/proc/meminfo: memFree=1605816/2055920 swapFree=4142368/4192956
[pid=9140] ppid=9138 vsize=7432 CPUtime=11.14
/proc/9140/stat : 9140 (SATzilla2007_C) S 9138 9140 8150 0 -1 4194304 2960 4780 0 0 396 7 704 7 25 0 1 0 222004286 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9140/statm: 1858 1674 165 260 0 1582 0
[pid=9144] ppid=9140 vsize=29756 CPUtime=1185.83
/proc/9144/stat : 9144 (minisat20) R 9140 9140 8150 0 -1 4194304 7159 0 0 0 118565 18 0 0 25 0 1 0 222005404 30470144 7153 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9144/statm: 7439 7153 58 118 0 7317 0
Current children cumulated CPU time (s) 1196.97
Current children cumulated vsize (KiB) 37188

[startup+1198.15 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9144
/proc/meminfo: memFree=1605816/2055920 swapFree=4142368/4192956
[pid=9140] ppid=9138 vsize=7432 CPUtime=11.14
/proc/9140/stat : 9140 (SATzilla2007_C) S 9138 9140 8150 0 -1 4194304 2960 4780 0 0 396 7 704 7 25 0 1 0 222004286 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9140/statm: 1858 1674 165 260 0 1582 0
[pid=9144] ppid=9140 vsize=29756 CPUtime=1186.65
/proc/9144/stat : 9144 (minisat20) R 9140 9140 8150 0 -1 4194304 7159 0 0 0 118647 18 0 0 25 0 1 0 222005404 30470144 7153 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9144/statm: 7439 7153 58 118 0 7317 0
Current children cumulated CPU time (s) 1197.79
Current children cumulated vsize (KiB) 37188

[startup+1198.97 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9144
/proc/meminfo: memFree=1605816/2055920 swapFree=4142368/4192956
[pid=9140] ppid=9138 vsize=7432 CPUtime=11.14
/proc/9140/stat : 9140 (SATzilla2007_C) S 9138 9140 8150 0 -1 4194304 2960 4780 0 0 396 7 704 7 25 0 1 0 222004286 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9140/statm: 1858 1674 165 260 0 1582 0
[pid=9144] ppid=9140 vsize=29756 CPUtime=1187.47
/proc/9144/stat : 9144 (minisat20) R 9140 9140 8150 0 -1 4194304 7159 0 0 0 118729 18 0 0 25 0 1 0 222005404 30470144 7153 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525536 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9144/statm: 7439 7153 58 118 0 7317 0
Current children cumulated CPU time (s) 1198.61
Current children cumulated vsize (KiB) 37188

[startup+1199.18 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9144
/proc/meminfo: memFree=1605816/2055920 swapFree=4142368/4192956
[pid=9140] ppid=9138 vsize=7432 CPUtime=11.14
/proc/9140/stat : 9140 (SATzilla2007_C) S 9138 9140 8150 0 -1 4194304 2960 4780 0 0 396 7 704 7 25 0 1 0 222004286 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9140/statm: 1858 1674 165 260 0 1582 0
[pid=9144] ppid=9140 vsize=29756 CPUtime=1187.68
/proc/9144/stat : 9144 (minisat20) R 9140 9140 8150 0 -1 4194304 7159 0 0 0 118750 18 0 0 25 0 1 0 222005404 30470144 7153 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9144/statm: 7439 7153 58 118 0 7317 0
Current children cumulated CPU time (s) 1198.82
Current children cumulated vsize (KiB) 37188

[startup+1199.28 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9144
/proc/meminfo: memFree=1605816/2055920 swapFree=4142368/4192956
[pid=9140] ppid=9138 vsize=7432 CPUtime=11.14
/proc/9140/stat : 9140 (SATzilla2007_C) S 9138 9140 8150 0 -1 4194304 2960 4780 0 0 396 7 704 7 25 0 1 0 222004286 7610368 1674 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9140/statm: 1858 1674 165 260 0 1582 0
[pid=9144] ppid=9140 vsize=29756 CPUtime=1187.78
/proc/9144/stat : 9144 (minisat20) R 9140 9140 8150 0 -1 4194304 7159 0 0 0 118760 18 0 0 25 0 1 0 222005404 30470144 7153 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9144/statm: 7439 7153 58 118 0 7317 0
Current children cumulated CPU time (s) 1198.92
Current children cumulated vsize (KiB) 37188

Child status: 17
Real time (s): 1199.32
CPU time (s): 1199
CPU user time (s): 1198.65
CPU system time (s): 0.350946
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 37188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.65
system time used= 0.350946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14912
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27
involuntary context switches= 24071

runsolver used 1.20282 second user time and 3.05854 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Wed Feb 21 01:14:56 UTC 2007

IDJOB= 302815
IDBENCH= 20092
IDSOLVER= 135
FILE ID= node7/302815-1172020495

PBS_JOBID= 3849148

Free space on /tmp= 66538 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v240/unif-k7-r85-v240-c20400-S1407716880-15.cnf
COMMAND LINE= /tmp/evaluation/302815-1172020495/SATzilla2007_C /tmp/evaluation/302815-1172020495/instance-302815-1172020495.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-302815-1172020495 -o ROOT/results/node7/solver-302815-1172020495 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/302815-1172020495/SATzilla2007_C /tmp/evaluation/302815-1172020495/instance-302815-1172020495.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  c56c168c4f165e1bc8c9ee2192c07c5e

RANDOM SEED= 466242147

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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.232
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.232
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:       1641824 kB
Buffers:         54124 kB
Cached:         260164 kB
SwapCached:      16056 kB
Active:         239244 kB
Inactive:       105296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1641824 kB
SwapTotal:     4192956 kB
SwapFree:      4142368 kB
Dirty:            8984 kB
Writeback:           0 kB
Mapped:          29900 kB
Slab:            55060 kB
Committed_AS:   827732 kB
PageTables:       1764 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= 66538 MiB

End job on node7 on Wed Feb 21 01:34:55 UTC 2007