Trace number 338975

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.74 1200.17

General information on the benchmark

Namecrafted/Difficult/contest05/others/
linvrinv5.sat05-564.reshuffled-07.cnf
MD5SUM7b1cebbdf060989ddb5c4faf02370afb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark823.068
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1426
Sum of the clauses size3800
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2500
Number of clauses of size 3925
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data (download as text)

10.86/10.92	c run March_dl for 5 seconds ... 
10.86/10.92	c Bin: Executing march_dl
10.86/10.92	c child exit by a signal
10.86/10.92	c march_dl returned code 137.
10.86/10.92	c run saps (UBCSAT implementation) for 2 seconds ... 
10.86/10.92	c Bin: Executing ubcsat2006
10.86/10.92	c child exited successfully
10.86/10.92	c ubcsat2006 returned code 0.
10.86/10.92	c satzilla computing base features
10.86/10.92	c satzilla doing unit-prop probe
10.86/10.92	c satzilla doing local search probe
10.86/10.92	c satzilla doing lobjois search-space size estimate
10.86/10.92	c satzilla's ranking:
10.86/10.92	c 1) minisat20: 0.307177
10.86/10.92	c 2) minisat20+P: 1.568067
10.86/10.92	c 3) vallst+P: 3.090754
10.86/10.92	c 4) zchaff_rand+P: 3.282695
10.86/10.92	c 5) march_dl: 3.588059
10.86/10.92	c 6) march_dl+P: 3.762599
10.86/10.92	c 7) kcnfs+P: 999.000000
10.86/10.92	c 8) kcnfs: 999.000000
10.86/10.92	c 9) vallst: 999.000000
10.86/10.92	c 10) zchaff_rand: 999.000000
10.86/10.92	c satzilla running minisat20 ... 
10.86/10.92	This is MiniSat 2.0 beta
10.86/10.92	WARNING: for repeatability, setting FPU to use double precision
10.86/10.92	============================[ Problem Statistics ]=============================
10.86/10.92	|                                                                             |
10.86/10.92	|  Number of variables:  450                                                  |
10.86/10.92	|  Number of clauses:    1426                                                 |
10.86/10.93	|  Parsing time:         0.00         s                                       |
10.86/10.93	============================[ Search Statistics ]==============================
10.86/10.93	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.86/10.93	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.86/10.93	===============================================================================
10.86/10.93	|         0 |     450     1426     3800 |      475        0    nan |  0.000 % |
10.86/10.93	|       101 |     450     1426     3800 |      522      101     20 |  0.000 % |
10.86/10.94	|       251 |     450     1426     3800 |      575      251     29 |  0.000 % |
10.86/10.95	|       476 |     450     1426     3800 |      632      476     31 |  0.000 % |
10.86/10.96	|       814 |     450     1426     3800 |      695      411     25 |  0.005 % |
10.86/10.99	|      1320 |     450     1426     3800 |      765      485     24 |  0.001 % |
10.89/11.03	|      2079 |     450     1426     3800 |      842      789     28 |  0.000 % |
10.89/11.08	|      3218 |     450     1426     3800 |      926      496     14 |  0.005 % |
10.89/11.17	|      4927 |     450     1426     3800 |     1018      581     20 |  0.000 % |
10.89/11.32	|      7491 |     450     1426     3800 |     1120      813     26 |  0.000 % |
10.89/11.54	|     11337 |     450     1426     3800 |     1232     1033     22 |  0.000 % |
10.89/11.91	|     17103 |     450     1426     3800 |     1356      741     20 |  0.000 % |
12.45/12.52	|     25752 |     450     1426     3800 |     1491     1398     29 |  0.000 % |
13.35/13.42	|     38726 |     450     1426     3800 |     1640     1596     30 |  0.000 % |
14.65/14.79	|     58189 |     450     1426     3800 |     1805     1595     27 |  0.000 % |
16.45/16.57	|     87381 |     450     1426     3800 |     1985     1540     20 |  0.000 % |
19.45/19.53	|    131170 |     450     1426     3800 |     2184     1744     33 |  0.000 % |
24.55/24.62	|    196854 |     450     1426     3800 |     2402     2279     32 |  0.000 % |
32.24/32.33	|    295382 |     450     1426     3800 |     2642     2325     33 |  0.000 % |
44.64/44.78	|    443173 |     450     1426     3800 |     2907     2205     30 |  0.000 % |
63.63/63.80	|    664856 |     450     1426     3800 |     3197     2902     35 |  0.000 % |
93.32/93.40	|    997381 |     450     1426     3800 |     3517     3295     29 |  0.000 % |
127.91/128.05	|   1496169 |     450     1426     3800 |     3869     2979     18 |  0.000 % |
201.98/202.16	|   2244352 |     450     1426     3800 |     4256     3643     34 |  0.000 % |
320.14/320.34	|   3366628 |     450     1426     3800 |     4681     3801     40 |  0.000 % |
497.48/497.78	|   5050041 |     450     1426     3800 |     5150     3646     30 |  0.005 % |
791.98/792.39	|   7575157 |     450     1426     3800 |     5665     4388     35 |  0.000 % |
1199.64/1200.16	c Bin: Executing minisat20
1199.64/1200.16	c child exit by a signal
1199.64/1200.16	c minisat20 returned code 137.
1199.64/1200.16	c minisat20 returned code 137.
1199.64/1200.16	c satzilla running minisat20 with preprocessing ... 
1199.64/1200.16	c Preprocessing...
1199.64/1200.16	c Inital problem has 450 variables, 926 nary clauses (500 binary clauses).
1199.64/1200.16	c Num non-binary clauses 926, Average non-binary clause length 3.024
1199.64/1200.16	c Theory has no gaps
1199.64/1200.16	c Preprocessor runtime was 0.000 seconds.
1199.64/1200.16	c 
1199.64/1200.16	c Satisfiability of theory still undetermined.
1199.64/1200.16	c See file /tmp/6K9FYo for simplified theory.
1199.64/1200.16	c Bin: Executing minisat20
1199.64/1200.16	c minisat20 returned code 1.
1199.64/1200.16	c minisat20 returned code 1.
1199.64/1200.16	c satzilla running vallst with preprocessing ... 
1199.64/1200.16	c Bin: Executing vallst
1199.64/1200.16	c vallst returned code 1.
1199.64/1200.16	c vallst returned code 1.
1199.64/1200.16	c satzilla running zchaff_rand with preprocessing ... 
1199.64/1200.16	c Bin: Executing zchaff_rand
1199.64/1200.16	c zchaff_rand returned code 1.
1199.64/1200.16	c zchaff_rand returned code 1.
1199.64/1200.16	c satzilla running march_dl ... 
1199.64/1200.16	c Bin: Executing march_dl
1199.64/1200.16	c march_dl returned code 1.
1199.64/1200.16	c march_dl returned code 1.
1199.64/1200.16	c satzilla running march_dl with preprocessing ... 
1199.64/1200.16	c Bin: Executing march_dl
1199.64/1200.16	c march_dl returned code 1.
1199.64/1200.16	c march_dl returned code 1.
1199.64/1200.16	c satzilla running kcnfs with preprocessing ... 
1199.64/1200.16	c Bin: Executing kcnfs
1199.64/1200.16	c kcnfs returned code 1.
1199.64/1200.16	c kcnfs returned code 1.
1199.64/1200.16	c satzilla running kcnfs ... 
1199.64/1200.16	c Bin: Executing kcnfs
1199.64/1200.16	c kcnfs returned code 1.
1199.64/1200.16	c kcnfs returned code 1.
1199.64/1200.16	c satzilla running vallst ... 
1199.64/1200.16	c Bin: Executing vallst
1199.64/1200.16	c vallst returned code 1.
1199.64/1200.16	c vallst returned code 1.
1199.64/1200.16	c satzilla running zchaff_rand ... 
1199.64/1200.16	c Bin: Executing zchaff_rand
1199.64/1200.16	c zchaff_rand returned code 1.
1199.64/1200.16	c zchaff_rand returned code 1.
1199.64/1200.16	c ERROR: All Failed! 
1199.64/1200.16	c SATZILLA_TIME=1199.890000

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/node42/watcher-338975-1173696037 -o ROOT/results/node42/solver-338975-1173696037 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/338975-1173696037/SATzilla2007_C /tmp/evaluation/338975-1173696037/instance-338975-1173696037.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.77 0.92 0.97 3/64 12107
/proc/meminfo: memFree=1783816/2055920 swapFree=4182364/4192956
[pid=12107] ppid=12105 vsize=1440 CPUtime=0
/proc/12107/stat : 12107 (SATzilla2007_C) S 12105 12107 12030 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 95557153 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12107/statm: 360 110 95 260 0 84 0
[pid=12108] ppid=12107 vsize=772 CPUtime=0
/proc/12108/stat : 12108 (march_dl) R 12107 12107 12030 0 -1 4194304 106 0 0 0 0 0 0 0 19 0 1 0 95557153 790528 98 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12108/statm: 193 100 55 118 0 72 0

[startup+0.0220009 s]
/proc/loadavg: 0.77 0.92 0.97 3/64 12107
/proc/meminfo: memFree=1783816/2055920 swapFree=4182364/4192956
[pid=12107] ppid=12105 vsize=1440 CPUtime=0
/proc/12107/stat : 12107 (SATzilla2007_C) S 12105 12107 12030 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 95557153 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12107/statm: 360 110 95 260 0 84 0
[pid=12108] ppid=12107 vsize=1024 CPUtime=0.01
/proc/12108/stat : 12108 (march_dl) R 12107 12107 12030 0 -1 4194304 213 0 0 0 1 0 0 0 19 0 1 0 95557153 1048576 205 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134655794 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12108/statm: 256 205 75 118 0 135 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2464

[startup+0.103016 s]
/proc/loadavg: 0.77 0.92 0.97 3/64 12107
/proc/meminfo: memFree=1783816/2055920 swapFree=4182364/4192956
[pid=12107] ppid=12105 vsize=1440 CPUtime=0
/proc/12107/stat : 12107 (SATzilla2007_C) S 12105 12107 12030 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 95557153 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12107/statm: 360 110 95 260 0 84 0
[pid=12108] ppid=12107 vsize=1156 CPUtime=0.1
/proc/12108/stat : 12108 (march_dl) R 12107 12107 12030 0 -1 4194304 235 0 0 0 10 0 0 0 20 0 1 0 95557153 1183744 227 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134565092 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12108/statm: 289 227 75 118 0 168 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2596

[startup+0.302053 s]
/proc/loadavg: 0.77 0.92 0.97 3/64 12107
/proc/meminfo: memFree=1783816/2055920 swapFree=4182364/4192956
[pid=12107] ppid=12105 vsize=1440 CPUtime=0
/proc/12107/stat : 12107 (SATzilla2007_C) S 12105 12107 12030 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 95557153 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12107/statm: 360 110 95 260 0 84 0
[pid=12108] ppid=12107 vsize=1156 CPUtime=0.29
/proc/12108/stat : 12108 (march_dl) R 12107 12107 12030 0 -1 4194304 241 0 0 0 29 0 0 0 21 0 1 0 95557153 1183744 233 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134533018 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12108/statm: 289 233 75 118 0 168 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2596

[startup+0.702139 s]
/proc/loadavg: 0.77 0.92 0.97 3/64 12107
/proc/meminfo: memFree=1783816/2055920 swapFree=4182364/4192956
[pid=12107] ppid=12105 vsize=1440 CPUtime=0
/proc/12107/stat : 12107 (SATzilla2007_C) S 12105 12107 12030 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 95557153 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12107/statm: 360 110 95 260 0 84 0
[pid=12108] ppid=12107 vsize=1156 CPUtime=0.69
/proc/12108/stat : 12108 (march_dl) R 12107 12107 12030 0 -1 4194304 248 0 0 0 69 0 0 0 25 0 1 0 95557153 1183744 240 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134566538 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12108/statm: 289 240 75 118 0 168 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2596

[startup+1.50128 s]
/proc/loadavg: 0.77 0.92 0.97 2/66 12109
/proc/meminfo: memFree=1783032/2055920 swapFree=4182364/4192956
[pid=12107] ppid=12105 vsize=1440 CPUtime=0
/proc/12107/stat : 12107 (SATzilla2007_C) S 12105 12107 12030 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 95557153 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12107/statm: 360 110 95 260 0 84 0
[pid=12108] ppid=12107 vsize=1288 CPUtime=1.49
/proc/12108/stat : 12108 (march_dl) R 12107 12107 12030 0 -1 4194304 253 0 0 0 149 0 0 0 25 0 1 0 95557153 1318912 245 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528181 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12108/statm: 322 245 75 118 0 201 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2728

[startup+3.10159 s]
/proc/loadavg: 0.77 0.92 0.97 2/66 12109
/proc/meminfo: memFree=1782840/2055920 swapFree=4182364/4192956
[pid=12107] ppid=12105 vsize=1440 CPUtime=0
/proc/12107/stat : 12107 (SATzilla2007_C) S 12105 12107 12030 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 95557153 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12107/statm: 360 110 95 260 0 84 0
[pid=12108] ppid=12107 vsize=1288 CPUtime=3.09
/proc/12108/stat : 12108 (march_dl) R 12107 12107 12030 0 -1 4194304 257 0 0 0 309 0 0 0 25 0 1 0 95557153 1318912 249 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134565293 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12108/statm: 322 249 75 118 0 201 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2728

[startup+6.3012 s]
/proc/loadavg: 0.79 0.92 0.97 2/66 12110
/proc/meminfo: memFree=1783032/2055920 swapFree=4182364/4192956
[pid=12107] ppid=12105 vsize=1440 CPUtime=4.99
/proc/12107/stat : 12107 (SATzilla2007_C) S 12105 12107 12030 0 -1 4194304 135 259 0 0 0 0 499 0 16 0 1 0 95557153 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12107/statm: 360 111 96 260 0 84 0
[pid=12110] ppid=12107 vsize=6188 CPUtime=1.29
/proc/12110/stat : 12110 (ubcsat2006) R 12107 12107 12030 0 -1 4194304 258 0 0 0 104 25 0 0 25 0 1 0 95557654 6336512 241 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12110/statm: 1547 241 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7628

[startup+12.7014 s]
/proc/loadavg: 0.81 0.92 0.97 2/66 12111
/proc/meminfo: memFree=1782592/2055920 swapFree=4182364/4192956
[pid=12107] ppid=12105 vsize=1688 CPUtime=10.89
/proc/12107/stat : 12107 (SATzilla2007_C) S 12105 12107 12030 0 -1 4194304 553 523 0 0 305 33 700 51 25 0 1 0 95557153 1728512 237 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12107/statm: 422 237 157 260 0 146 0
[pid=12111] ppid=12107 vsize=2076 CPUtime=1.76
/proc/12111/stat : 12111 (minisat20) R 12107 12107 12030 0 -1 4194304 189 0 0 0 176 0 0 0 25 0 1 0 95558246 2125824 183 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528267 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12111/statm: 519 183 58 118 0 397 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 3764

[startup+25.5029 s]
/proc/loadavg: 0.85 0.93 0.97 2/66 12111
/proc/meminfo: memFree=1782336/2055920 swapFree=4182364/4192956
[pid=12107] ppid=12105 vsize=1688 CPUtime=10.89
/proc/12107/stat : 12107 (SATzilla2007_C) S 12105 12107 12030 0 -1 4194304 553 523 0 0 305 33 700 51 25 0 1 0 95557153 1728512 237 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12107/statm: 422 237 157 260 0 146 0
[pid=12111] ppid=12107 vsize=2456 CPUtime=14.56
/proc/12111/stat : 12111 (minisat20) R 12107 12107 12030 0 -1 4194304 284 0 0 0 1456 0 0 0 25 0 1 0 95558246 2514944 278 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12111/statm: 614 278 58 118 0 492 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 4144

[startup+51.1027 s]
/proc/loadavg: 0.90 0.93 0.97 2/66 12111
/proc/meminfo: memFree=1782016/2055920 swapFree=4182364/4192956
[pid=12107] ppid=12105 vsize=1688 CPUtime=10.89
/proc/12107/stat : 12107 (SATzilla2007_C) S 12105 12107 12030 0 -1 4194304 553 523 0 0 305 33 700 51 25 0 1 0 95557153 1728512 237 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12107/statm: 422 237 157 260 0 146 0
[pid=12111] ppid=12107 vsize=2720 CPUtime=40.15
/proc/12111/stat : 12111 (minisat20) R 12107 12107 12030 0 -1 4194304 351 0 0 0 4015 0 0 0 25 0 1 0 95558246 2785280 345 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527560 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12111/statm: 680 345 58 118 0 558 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 4408

[startup+102.304 s]
/proc/loadavg: 0.96 0.94 0.97 2/66 12111
/proc/meminfo: memFree=1781952/2055920 swapFree=4182364/4192956
[pid=12107] ppid=12105 vsize=1688 CPUtime=10.89
/proc/12107/stat : 12107 (SATzilla2007_C) S 12105 12107 12030 0 -1 4194304 553 523 0 0 305 33 700 51 25 0 1 0 95557153 1728512 237 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12107/statm: 422 237 157 260 0 146 0
[pid=12111] ppid=12107 vsize=2844 CPUtime=91.33
/proc/12111/stat : 12111 (minisat20) R 12107 12107 12030 0 -1 4194304 394 0 0 0 9133 0 0 0 25 0 1 0 95558246 2912256 388 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527624 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12111/statm: 711 388 58 118 0 589 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 4532

[startup+162.302 s]
/proc/loadavg: 0.98 0.95 0.97 2/66 12111
/proc/meminfo: memFree=1781376/2055920 swapFree=4182364/4192956
[pid=12107] ppid=12105 vsize=1688 CPUtime=10.89
/proc/12107/stat : 12107 (SATzilla2007_C) S 12105 12107 12030 0 -1 4194304 553 523 0 0 305 33 700 51 25 0 1 0 95557153 1728512 237 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12107/statm: 422 237 157 260 0 146 0
[pid=12111] ppid=12107 vsize=3372 CPUtime=151.31
/proc/12111/stat : 12111 (minisat20) R 12107 12107 12030 0 -1 4194304 525 0 0 0 15131 0 0 0 25 0 1 0 95558246 3452928 519 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12111/statm: 843 519 58 118 0 721 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 5060

[startup+222.301 s]
/proc/loadavg: 0.99 0.95 0.97 2/66 12111
/proc/meminfo: memFree=1781056/2055920 swapFree=4182364/4192956
[pid=12107] ppid=12105 vsize=1688 CPUtime=10.89
/proc/12107/stat : 12107 (SATzilla2007_C) S 12105 12107 12030 0 -1 4194304 553 523 0 0 305 33 700 51 25 0 1 0 95557153 1728512 237 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12107/statm: 422 237 157 260 0 146 0
[pid=12111] ppid=12107 vsize=3620 CPUtime=211.28
/proc/12111/stat : 12111 (minisat20) R 12107 12107 12030 0 -1 4194304 588 0 0 0 21128 0 0 0 25 0 1 0 95558246 3706880 582 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525674 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12111/statm: 905 582 58 118 0 783 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 5308

[startup+282.302 s]
/proc/loadavg: 0.99 0.96 0.97 2/66 12111
/proc/meminfo: memFree=1780928/2055920 swapFree=4182364/4192956
[pid=12107] ppid=12105 vsize=1688 CPUtime=10.89
/proc/12107/stat : 12107 (SATzilla2007_C) S 12105 12107 12030 0 -1 4194304 553 523 0 0 305 33 700 51 25 0 1 0 95557153 1728512 237 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12107/statm: 422 237 157 260 0 146 0
[pid=12111] ppid=12107 vsize=3744 CPUtime=271.26
/proc/12111/stat : 12111 (minisat20) R 12107 12107 12030 0 -1 4194304 606 0 0 0 27126 0 0 0 25 0 1 0 95558246 3833856 600 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525473 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12111/statm: 936 600 58 118 0 814 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 5432

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 12111
/proc/meminfo: memFree=1780672/2055920 swapFree=4182364/4192956
[pid=12107] ppid=12105 vsize=1688 CPUtime=10.89
/proc/12107/stat : 12107 (SATzilla2007_C) S 12105 12107 12030 0 -1 4194304 553 523 0 0 305 33 700 51 25 0 1 0 95557153 1728512 237 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12107/statm: 422 237 157 260 0 146 0
[pid=12111] ppid=12107 vsize=3964 CPUtime=331.24
/proc/12111/stat : 12111 (minisat20) R 12107 12107 12030 0 -1 4194304 677 0 0 0 33124 0 0 0 25 0 1 0 95558246 4059136 671 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12111/statm: 991 671 58 118 0 869 0

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


[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 12111
/proc/meminfo: memFree=1780096/2055920 swapFree=4182364/4192956
[pid=12107] ppid=12105 vsize=1688 CPUtime=10.89
/proc/12107/stat : 12107 (SATzilla2007_C) S 12105 12107 12030 0 -1 4194304 553 523 0 0 305 33 700 51 25 0 1 0 95557153 1728512 237 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12107/statm: 422 237 157 260 0 146 0
[pid=12111] ppid=12107 vsize=4568 CPUtime=751.11
/proc/12111/stat : 12111 (minisat20) R 12107 12107 12030 0 -1 4194304 814 0 0 0 75110 1 0 0 25 0 1 0 95558246 4677632 808 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525466 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12111/statm: 1142 808 58 118 0 1020 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 6256

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 12111
/proc/meminfo: memFree=1779968/2055920 swapFree=4182364/4192956
[pid=12107] ppid=12105 vsize=1688 CPUtime=10.89
/proc/12107/stat : 12107 (SATzilla2007_C) S 12105 12107 12030 0 -1 4194304 553 523 0 0 305 33 700 51 25 0 1 0 95557153 1728512 237 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12107/statm: 422 237 157 260 0 146 0
[pid=12111] ppid=12107 vsize=4696 CPUtime=811.08
/proc/12111/stat : 12111 (minisat20) R 12107 12107 12030 0 -1 4194304 845 0 0 0 81107 1 0 0 25 0 1 0 95558246 4808704 839 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12111/statm: 1174 839 58 118 0 1052 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 6384

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 12111
/proc/meminfo: memFree=1779904/2055920 swapFree=4182364/4192956
[pid=12107] ppid=12105 vsize=1688 CPUtime=10.89
/proc/12107/stat : 12107 (SATzilla2007_C) S 12105 12107 12030 0 -1 4194304 553 523 0 0 305 33 700 51 25 0 1 0 95557153 1728512 237 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12107/statm: 422 237 157 260 0 146 0
[pid=12111] ppid=12107 vsize=4696 CPUtime=871.06
/proc/12111/stat : 12111 (minisat20) R 12107 12107 12030 0 -1 4194304 861 0 0 0 87105 1 0 0 25 0 1 0 95558246 4808704 855 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527600 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12111/statm: 1174 855 58 118 0 1052 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 6384

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 12111
/proc/meminfo: memFree=1779776/2055920 swapFree=4182364/4192956
[pid=12107] ppid=12105 vsize=1688 CPUtime=10.89
/proc/12107/stat : 12107 (SATzilla2007_C) S 12105 12107 12030 0 -1 4194304 553 523 0 0 305 33 700 51 25 0 1 0 95557153 1728512 237 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12107/statm: 422 237 157 260 0 146 0
[pid=12111] ppid=12107 vsize=4828 CPUtime=931.04
/proc/12111/stat : 12111 (minisat20) R 12107 12107 12030 0 -1 4194304 881 0 0 0 93103 1 0 0 25 0 1 0 95558246 4943872 875 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525616 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12111/statm: 1207 875 58 118 0 1085 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 6516

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 12111
/proc/meminfo: memFree=1779840/2055920 swapFree=4182364/4192956
[pid=12107] ppid=12105 vsize=1688 CPUtime=10.89
/proc/12107/stat : 12107 (SATzilla2007_C) S 12105 12107 12030 0 -1 4194304 553 523 0 0 305 33 700 51 25 0 1 0 95557153 1728512 237 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12107/statm: 422 237 157 260 0 146 0
[pid=12111] ppid=12107 vsize=4828 CPUtime=991.02
/proc/12111/stat : 12111 (minisat20) R 12107 12107 12030 0 -1 4194304 881 0 0 0 99101 1 0 0 25 0 1 0 95558246 4943872 875 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12111/statm: 1207 875 58 118 0 1085 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 6516

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 12111
/proc/meminfo: memFree=1779776/2055920 swapFree=4182364/4192956
[pid=12107] ppid=12105 vsize=1688 CPUtime=10.89
/proc/12107/stat : 12107 (SATzilla2007_C) S 12105 12107 12030 0 -1 4194304 553 523 0 0 305 33 700 51 25 0 1 0 95557153 1728512 237 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12107/statm: 422 237 157 260 0 146 0
[pid=12111] ppid=12107 vsize=4828 CPUtime=1051
/proc/12111/stat : 12111 (minisat20) R 12107 12107 12030 0 -1 4194304 881 0 0 0 105099 1 0 0 25 0 1 0 95558246 4943872 875 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527612 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12111/statm: 1207 875 58 118 0 1085 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 6516

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 12111
/proc/meminfo: memFree=1779712/2055920 swapFree=4182364/4192956
[pid=12107] ppid=12105 vsize=1688 CPUtime=10.89
/proc/12107/stat : 12107 (SATzilla2007_C) S 12105 12107 12030 0 -1 4194304 553 523 0 0 305 33 700 51 25 0 1 0 95557153 1728512 237 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12107/statm: 422 237 157 260 0 146 0
[pid=12111] ppid=12107 vsize=4828 CPUtime=1110.98
/proc/12111/stat : 12111 (minisat20) R 12107 12107 12030 0 -1 4194304 894 0 0 0 111097 1 0 0 25 0 1 0 95558246 4943872 888 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134536361 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12111/statm: 1207 888 58 118 0 1085 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 6516

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 12111
/proc/meminfo: memFree=1779712/2055920 swapFree=4182364/4192956
[pid=12107] ppid=12105 vsize=1688 CPUtime=10.89
/proc/12107/stat : 12107 (SATzilla2007_C) S 12105 12107 12030 0 -1 4194304 553 523 0 0 305 33 700 51 25 0 1 0 95557153 1728512 237 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12107/statm: 422 237 157 260 0 146 0
[pid=12111] ppid=12107 vsize=4960 CPUtime=1170.96
/proc/12111/stat : 12111 (minisat20) R 12107 12107 12030 0 -1 4194304 901 0 0 0 117095 1 0 0 25 0 1 0 95558246 5079040 895 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527527 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12111/statm: 1240 895 58 118 0 1118 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 6648

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 12111
/proc/meminfo: memFree=1779712/2055920 swapFree=4182364/4192956
[pid=12107] ppid=12105 vsize=1688 CPUtime=10.89
/proc/12107/stat : 12107 (SATzilla2007_C) S 12105 12107 12030 0 -1 4194304 553 523 0 0 305 33 700 51 25 0 1 0 95557153 1728512 237 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12107/statm: 422 237 157 260 0 146 0
[pid=12111] ppid=12107 vsize=4960 CPUtime=1178.95
/proc/12111/stat : 12111 (minisat20) R 12107 12107 12030 0 -1 4194304 901 0 0 0 117894 1 0 0 25 0 1 0 95558246 5079040 895 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525562 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12111/statm: 1240 895 58 118 0 1118 0
Current children cumulated CPU time (s) 1189.84
Current children cumulated vsize (KiB) 6648

[startup+1196.7 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 12111
/proc/meminfo: memFree=1779712/2055920 swapFree=4182364/4192956
[pid=12107] ppid=12105 vsize=1688 CPUtime=10.89
/proc/12107/stat : 12107 (SATzilla2007_C) S 12105 12107 12030 0 -1 4194304 553 523 0 0 305 33 700 51 25 0 1 0 95557153 1728512 237 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12107/statm: 422 237 157 260 0 146 0
[pid=12111] ppid=12107 vsize=4960 CPUtime=1185.36
/proc/12111/stat : 12111 (minisat20) R 12107 12107 12030 0 -1 4194304 901 0 0 0 118535 1 0 0 25 0 1 0 95558246 5079040 895 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12111/statm: 1240 895 58 118 0 1118 0
Current children cumulated CPU time (s) 1196.25
Current children cumulated vsize (KiB) 6648

[startup+1198.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 12111
/proc/meminfo: memFree=1779712/2055920 swapFree=4182364/4192956
[pid=12107] ppid=12105 vsize=1688 CPUtime=10.89
/proc/12107/stat : 12107 (SATzilla2007_C) S 12105 12107 12030 0 -1 4194304 553 523 0 0 305 33 700 51 25 0 1 0 95557153 1728512 237 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12107/statm: 422 237 157 260 0 146 0
[pid=12111] ppid=12107 vsize=4960 CPUtime=1186.95
/proc/12111/stat : 12111 (minisat20) R 12107 12107 12030 0 -1 4194304 901 0 0 0 118694 1 0 0 25 0 1 0 95558246 5079040 895 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12111/statm: 1240 895 58 118 0 1118 0
Current children cumulated CPU time (s) 1197.84
Current children cumulated vsize (KiB) 6648

[startup+1199.1 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 12111
/proc/meminfo: memFree=1779712/2055920 swapFree=4182364/4192956
[pid=12107] ppid=12105 vsize=1688 CPUtime=10.89
/proc/12107/stat : 12107 (SATzilla2007_C) S 12105 12107 12030 0 -1 4194304 553 523 0 0 305 33 700 51 25 0 1 0 95557153 1728512 237 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12107/statm: 422 237 157 260 0 146 0
[pid=12111] ppid=12107 vsize=4960 CPUtime=1187.75
/proc/12111/stat : 12111 (minisat20) R 12107 12107 12030 0 -1 4194304 901 0 0 0 118774 1 0 0 25 0 1 0 95558246 5079040 895 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525446 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12111/statm: 1240 895 58 118 0 1118 0
Current children cumulated CPU time (s) 1198.64
Current children cumulated vsize (KiB) 6648

[startup+1199.9 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 12111
/proc/meminfo: memFree=1779712/2055920 swapFree=4182364/4192956
[pid=12107] ppid=12105 vsize=1688 CPUtime=10.89
/proc/12107/stat : 12107 (SATzilla2007_C) S 12105 12107 12030 0 -1 4194304 553 523 0 0 305 33 700 51 25 0 1 0 95557153 1728512 237 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12107/statm: 422 237 157 260 0 146 0
[pid=12111] ppid=12107 vsize=4960 CPUtime=1188.55
/proc/12111/stat : 12111 (minisat20) R 12107 12107 12030 0 -1 4194304 901 0 0 0 118854 1 0 0 25 0 1 0 95558246 5079040 895 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12111/statm: 1240 895 58 118 0 1118 0
Current children cumulated CPU time (s) 1199.44
Current children cumulated vsize (KiB) 6648

[startup+1200.11 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 12111
/proc/meminfo: memFree=1779712/2055920 swapFree=4182364/4192956
[pid=12107] ppid=12105 vsize=1688 CPUtime=10.89
/proc/12107/stat : 12107 (SATzilla2007_C) S 12105 12107 12030 0 -1 4194304 553 523 0 0 305 33 700 51 25 0 1 0 95557153 1728512 237 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12107/statm: 422 237 157 260 0 146 0
[pid=12111] ppid=12107 vsize=4960 CPUtime=1188.75
/proc/12111/stat : 12111 (minisat20) R 12107 12107 12030 0 -1 4194304 901 0 0 0 118874 1 0 0 25 0 1 0 95558246 5079040 895 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12111/statm: 1240 895 58 118 0 1118 0
Current children cumulated CPU time (s) 1199.64
Current children cumulated vsize (KiB) 6648

Child status: 17
Real time (s): 1200.17
CPU time (s): 1199.74
CPU user time (s): 1198.86
CPU system time (s): 0.873867
CPU usage (%): 99.964
Max. virtual memory (cumulated for all children) (KiB): 7628

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

runsolver used 0.765883 second user time and 2.53361 second system time

The end

Launcher Data (download as text)

Begin job on node42 on Mon Mar 12 10:40:37 UTC 2007

IDJOB= 338975
IDBENCH= 24735
IDSOLVER= 135
FILE ID= node42/338975-1173696037

PBS_JOBID= 4101764

Free space on /tmp= 66551 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/others/linvrinv5.sat05-564.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/338975-1173696037/SATzilla2007_C /tmp/evaluation/338975-1173696037/instance-338975-1173696037.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-338975-1173696037 -o ROOT/results/node42/solver-338975-1173696037 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/338975-1173696037/SATzilla2007_C /tmp/evaluation/338975-1173696037/instance-338975-1173696037.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  7b1cebbdf060989ddb5c4faf02370afb

RANDOM SEED= 621805932

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node42.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.263
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.263
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:       1784224 kB
Buffers:         33212 kB
Cached:         188952 kB
SwapCached:       4820 kB
Active:         102484 kB
Inactive:       131016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1784224 kB
SwapTotal:     4192956 kB
SwapFree:      4182364 kB
Dirty:            8548 kB
Writeback:           0 kB
Mapped:          15224 kB
Slab:            24200 kB
Committed_AS:   152856 kB
PageTables:       1408 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= 66551 MiB

End job on node42 on Mon Mar 12 11:00:38 UTC 2007