Trace number 368746

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) 4998.52 5000.18

General information on the benchmark

Namecrafted/spence/
hard/s109-100.cnf
MD5SUM11c209576d94e395a78f5a6b8d2ce9b6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1634.04
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of clauses228
Sum of the clauses size684
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3228
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

11.21/11.43	c run March_dl for 5 seconds ... 
11.21/11.43	c Bin: Executing march_dl
11.21/11.43	c child exit by a signal
11.21/11.43	c march_dl returned code 137.
11.21/11.43	c run saps (UBCSAT implementation) for 2 seconds ... 
11.21/11.43	c Bin: Executing ubcsat2006
11.21/11.43	c child exited successfully
11.21/11.43	c ubcsat2006 returned code 0.
11.21/11.43	c satzilla computing base features
11.21/11.43	c satzilla doing unit-prop probe
11.21/11.43	c satzilla doing local search probe
11.21/11.43	c satzilla doing lobjois search-space size estimate
11.21/11.43	c satzilla's ranking:
11.21/11.43	c 1) minisat20: -5.560812
11.21/11.43	c 2) vallst+P: -5.168098
11.21/11.43	c 3) minisat20+P: -3.122511
11.21/11.43	c 4) zchaff_rand+P: 2.080543
11.21/11.43	c 5) march_dl+P: 3.016331
11.21/11.43	c 6) march_dl: 3.105737
11.21/11.43	c 7) kcnfs+P: 999.000000
11.21/11.43	c 8) kcnfs: 999.000000
11.21/11.43	c 9) vallst: 999.000000
11.21/11.43	c 10) zchaff_rand: 999.000000
11.21/11.43	c satzilla running minisat20 ... 
11.21/11.43	This is MiniSat 2.0 beta
11.21/11.43	WARNING: for repeatability, setting FPU to use double precision
11.21/11.43	============================[ Problem Statistics ]=============================
11.21/11.43	|                                                                             |
11.21/11.43	|  Number of variables:  109                                                  |
11.21/11.43	|  Number of clauses:    228                                                  |
11.21/11.43	|  Parsing time:         0.00         s                                       |
11.21/11.43	============================[ Search Statistics ]==============================
11.21/11.43	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.21/11.43	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.21/11.43	===============================================================================
11.21/11.43	|         0 |     109      228      684 |       76        0    nan |  0.000 % |
11.21/11.43	|       100 |     109      228      684 |       83      100     16 |  0.008 % |
11.21/11.44	|       251 |     109      228      684 |       91      138     15 |  0.008 % |
11.21/11.44	|       478 |     109      228      684 |      101       94     12 |  0.008 % |
11.21/11.44	|       817 |     109      228      684 |      111       97     12 |  0.008 % |
11.21/11.45	|      1323 |     109      228      684 |      122      141     13 |  0.008 % |
11.21/11.46	|      2084 |     109      228      684 |      134      162     13 |  0.008 % |
11.21/11.48	|      3223 |     109      228      684 |      148      101      9 |  0.008 % |
11.25/11.50	|      4932 |     109      228      684 |      162      147     11 |  0.008 % |
11.25/11.53	|      7494 |     109      228      684 |      179      186     14 |  0.008 % |
11.25/11.59	|     11338 |     109      228      684 |      197      146     12 |  0.008 % |
11.25/11.67	|     17105 |     109      228      684 |      216      186     12 |  0.008 % |
11.25/11.80	|     25756 |     109      228      684 |      238      265     16 |  0.008 % |
11.25/11.99	|     38732 |     109      228      684 |      262      176     11 |  0.008 % |
12.01/12.29	|     58193 |     109      228      684 |      288      199     11 |  0.008 % |
12.51/12.76	|     87387 |     109      228      684 |      317      309     14 |  0.008 % |
13.21/13.47	|    131177 |     109      228      684 |      349      302     13 |  0.008 % |
14.31/14.55	|    196861 |     109      228      684 |      384      220     12 |  0.008 % |
16.00/16.24	|    295387 |     109      228      684 |      422      320     12 |  0.008 % |
18.60/18.85	|    443177 |     109      228      684 |      464      368     14 |  0.008 % |
22.60/22.82	|    664860 |     109      228      684 |      511      468     14 |  0.008 % |
28.20/28.44	|    997385 |     109      228      684 |      562      512     14 |  0.008 % |
37.69/37.98	|   1496174 |     109      228      684 |      618      448     15 |  0.008 % |
52.08/52.36	|   2244356 |     109      228      684 |      680      643     16 |  0.008 % |
73.68/73.95	|   3366630 |     109      228      684 |      748      573     15 |  0.008 % |
108.47/108.73	|   5050042 |     109      228      684 |      823      787     15 |  0.008 % |
160.26/160.57	|   7575159 |     109      228      684 |      905      785     14 |  0.008 % |
243.24/243.53	|  11362835 |     109      228      684 |      996      547     12 |  0.008 % |
372.61/372.97	|  17044347 |     109      228      684 |     1095      994     15 |  0.008 % |
568.35/568.76	|  25566617 |     109      228      684 |     1205      788     13 |  0.008 % |
872.16/872.63	|  38350020 |     109      228      684 |     1326     1127     16 |  0.008 % |
1374.56/1375.21	|  57525126 |     109      228      684 |     1458     1314     17 |  0.008 % |
2144.15/2145.01	|  86287784 |     109      228      684 |     1604      992     14 |  0.008 % |
3346.53/3347.73	| 129431773 |     109      228      684 |     1765     1424     14 |  0.008 % |
4998.41/5000.18	c Bin: Executing minisat20
4998.41/5000.18	c child exit by a signal
4998.41/5000.18	c minisat20 returned code 137.
4998.41/5000.18	c minisat20 returned code 137.
4998.41/5000.18	c satzilla running vallst with preprocessing ... 
4998.41/5000.18	c Preprocessing...
4998.41/5000.18	c Inital problem has 109 variables, 228 nary clauses (0 binary clauses).
4998.41/5000.18	c Num non-binary clauses 228, Average non-binary clause length 3.000
4998.41/5000.18	c Theory has no gaps
4998.41/5000.18	c Preprocessor runtime was 0.010 seconds.
4998.41/5000.18	c 
4998.41/5000.18	c Satisfiability of theory still undetermined.
4998.41/5000.18	c See file /tmp/aCrujd for simplified theory.
4998.41/5000.18	c Bin: Executing vallst
4998.41/5000.18	c vallst returned code 1.
4998.41/5000.18	c vallst returned code 1.
4998.41/5000.18	c satzilla running minisat20 with preprocessing ... 
4998.41/5000.18	c Bin: Executing minisat20
4998.41/5000.18	c minisat20 returned code 1.
4998.41/5000.18	c minisat20 returned code 1.
4998.41/5000.18	c satzilla running zchaff_rand with preprocessing ... 
4998.41/5000.18	c Bin: Executing zchaff_rand
4998.41/5000.18	c zchaff_rand returned code 1.
4998.41/5000.18	c zchaff_rand returned code 1.
4998.41/5000.18	c satzilla running march_dl with preprocessing ... 
4998.41/5000.18	c Bin: Executing march_dl
4998.41/5000.18	c march_dl returned code 1.
4998.41/5000.18	c march_dl returned code 1.
4998.41/5000.18	c satzilla running march_dl ... 
4998.41/5000.18	c Bin: Executing march_dl
4998.41/5000.18	c march_dl returned code 1.
4998.41/5000.18	c march_dl returned code 1.
4998.41/5000.18	c satzilla running kcnfs with preprocessing ... 
4998.41/5000.18	c Bin: Executing kcnfs
4998.41/5000.18	c kcnfs returned code 1.
4998.41/5000.18	c kcnfs returned code 1.
4998.41/5000.18	c satzilla running kcnfs ... 
4998.41/5000.18	c Bin: Executing kcnfs
4998.41/5000.18	c kcnfs returned code 1.
4998.41/5000.18	c kcnfs returned code 1.
4998.41/5000.18	c satzilla running vallst ... 
4998.41/5000.18	c Bin: Executing vallst
4998.41/5000.18	c vallst returned code 1.
4998.41/5000.18	c vallst returned code 1.
4998.41/5000.18	c satzilla running zchaff_rand ... 
4998.41/5000.18	c Bin: Executing zchaff_rand
4998.41/5000.18	c zchaff_rand returned code 1.
4998.41/5000.18	c zchaff_rand returned code 1.
4998.41/5000.18	c ERROR: All Failed! 
4998.41/5000.18	c SATZILLA_TIME=4999.260000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node41/watcher-368746-1177231369 -o ROOT/results/node41/solver-368746-1177231369 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/368746-1177231369/SATzilla2007_C /tmp/evaluation/368746-1177231369/instance-368746-1177231369.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 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.85 0.97 0.99 3/77 15217
/proc/meminfo: memFree=1585912/2055920 swapFree=4169688/4192956
[pid=15217] ppid=15215 vsize=1440 CPUtime=0
/proc/15217/stat : 15217 (SATzilla2007_C) R 15215 15217 15161 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 171048783 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/15217/statm: 360 110 95 260 0 84 0
[pid=15218] ppid=15217 vsize=632 CPUtime=0
/proc/15218/stat : 15218 (march_dl) R 15217 15217 15161 0 -1 4194304 113 0 0 0 0 0 0 0 18 0 1 0 171048783 647168 107 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134551312 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15218/statm: 158 107 73 118 0 37 0

[startup+0.0596889 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 15217
/proc/meminfo: memFree=1585912/2055920 swapFree=4169688/4192956
[pid=15217] ppid=15215 vsize=1440 CPUtime=0
/proc/15217/stat : 15217 (SATzilla2007_C) S 15215 15217 15161 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 171048783 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15217/statm: 360 110 95 260 0 84 0
[pid=15218] ppid=15217 vsize=632 CPUtime=0.05
/proc/15218/stat : 15218 (march_dl) R 15217 15217 15161 0 -1 4194304 118 0 0 0 5 0 0 0 20 0 1 0 171048783 647168 112 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134527777 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15218/statm: 158 112 73 118 0 37 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2072

[startup+0.102693 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 15217
/proc/meminfo: memFree=1585912/2055920 swapFree=4169688/4192956
[pid=15217] ppid=15215 vsize=1440 CPUtime=0
/proc/15217/stat : 15217 (SATzilla2007_C) S 15215 15217 15161 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 171048783 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15217/statm: 360 110 95 260 0 84 0
[pid=15218] ppid=15217 vsize=632 CPUtime=0.1
/proc/15218/stat : 15218 (march_dl) R 15217 15217 15161 0 -1 4194304 118 0 0 0 10 0 0 0 20 0 1 0 171048783 647168 112 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134587477 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15218/statm: 158 112 73 118 0 37 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2072

[startup+0.30171 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 15217
/proc/meminfo: memFree=1585912/2055920 swapFree=4169688/4192956
[pid=15217] ppid=15215 vsize=1440 CPUtime=0
/proc/15217/stat : 15217 (SATzilla2007_C) S 15215 15217 15161 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 171048783 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15217/statm: 360 110 95 260 0 84 0
[pid=15218] ppid=15217 vsize=764 CPUtime=0.29
/proc/15218/stat : 15218 (march_dl) R 15217 15217 15161 0 -1 4194304 119 0 0 0 29 0 0 0 21 0 1 0 171048783 782336 113 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134551489 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15218/statm: 191 113 73 118 0 70 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2204

[startup+0.702745 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 15217
/proc/meminfo: memFree=1585912/2055920 swapFree=4169688/4192956
[pid=15217] ppid=15215 vsize=1440 CPUtime=0
/proc/15217/stat : 15217 (SATzilla2007_C) S 15215 15217 15161 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 171048783 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15217/statm: 360 110 95 260 0 84 0
[pid=15218] ppid=15217 vsize=764 CPUtime=0.7
/proc/15218/stat : 15218 (march_dl) R 15217 15217 15161 0 -1 4194304 121 0 0 0 70 0 0 0 24 0 1 0 171048783 782336 115 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134571710 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15218/statm: 191 115 73 118 0 70 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2204

[startup+1.50281 s]
/proc/loadavg: 0.86 0.97 0.99 2/79 15219
/proc/meminfo: memFree=1585576/2055920 swapFree=4169688/4192956
[pid=15217] ppid=15215 vsize=1440 CPUtime=0
/proc/15217/stat : 15217 (SATzilla2007_C) S 15215 15217 15161 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 171048783 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15217/statm: 360 110 95 260 0 84 0
[pid=15218] ppid=15217 vsize=764 CPUtime=1.5
/proc/15218/stat : 15218 (march_dl) R 15217 15217 15161 0 -1 4194304 122 0 0 0 150 0 0 0 25 0 1 0 171048783 782336 116 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134527899 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15218/statm: 191 116 73 118 0 70 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 2204

[startup+3.10195 s]
/proc/loadavg: 0.86 0.97 0.99 2/79 15219
/proc/meminfo: memFree=1585448/2055920 swapFree=4169688/4192956
[pid=15217] ppid=15215 vsize=1440 CPUtime=0
/proc/15217/stat : 15217 (SATzilla2007_C) S 15215 15217 15161 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 171048783 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15217/statm: 360 110 95 260 0 84 0
[pid=15218] ppid=15217 vsize=764 CPUtime=3.09
/proc/15218/stat : 15218 (march_dl) R 15217 15217 15161 0 -1 4194304 123 0 0 0 309 0 0 0 25 0 1 0 171048783 782336 117 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134551483 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15218/statm: 191 117 73 118 0 70 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2204

[startup+6.30123 s]
/proc/loadavg: 0.86 0.97 0.99 2/79 15220
/proc/meminfo: memFree=1585000/2055920 swapFree=4169688/4192956
[pid=15217] ppid=15215 vsize=1440 CPUtime=4.99
/proc/15217/stat : 15217 (SATzilla2007_C) S 15215 15217 15161 0 -1 4194304 135 124 0 0 0 0 499 0 16 0 1 0 171048783 1474560 111 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15217/statm: 360 111 96 260 0 84 0
[pid=15220] ppid=15217 vsize=6188 CPUtime=1.13
/proc/15220/stat : 15220 (ubcsat2006) R 15217 15217 15161 0 -1 4194304 235 0 1 0 76 37 0 0 25 0 1 0 171049284 6336512 219 18446744073709551615 134512640 134777720 4294956544 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15220/statm: 1547 219 156 64 0 1128 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 7628

[startup+12.7018 s]
/proc/loadavg: 0.88 0.97 0.99 2/79 15221
/proc/meminfo: memFree=1585136/2055920 swapFree=4169688/4192956
[pid=15217] ppid=15215 vsize=1556 CPUtime=11.25
/proc/15217/stat : 15217 (SATzilla2007_C) S 15215 15217 15161 0 -1 4194304 517 365 0 1 273 58 700 94 25 0 1 0 171048783 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15217/statm: 389 224 157 260 0 113 0
[pid=15221] ppid=15217 vsize=1680 CPUtime=1.26
/proc/15221/stat : 15221 (minisat20) R 15217 15217 15161 0 -1 4194304 100 0 0 0 126 0 0 0 25 0 1 0 171049927 1720320 94 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134519986 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15221/statm: 420 94 58 118 0 298 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 3236

[startup+25.5019 s]
/proc/loadavg: 0.90 0.97 0.99 2/79 15221
/proc/meminfo: memFree=1585144/2055920 swapFree=4169688/4192956
[pid=15217] ppid=15215 vsize=1556 CPUtime=11.25
/proc/15217/stat : 15217 (SATzilla2007_C) S 15215 15217 15161 0 -1 4194304 517 365 0 1 273 58 700 94 25 0 1 0 171048783 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15217/statm: 389 224 157 260 0 113 0
[pid=15221] ppid=15217 vsize=1812 CPUtime=14.05
/proc/15221/stat : 15221 (minisat20) R 15217 15217 15161 0 -1 4194304 124 0 0 0 1405 0 0 0 25 0 1 0 171049927 1855488 118 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134529458 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15221/statm: 453 118 58 118 0 331 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 3368

[startup+51.1011 s]
/proc/loadavg: 0.93 0.97 0.99 2/79 15221
/proc/meminfo: memFree=1585144/2055920 swapFree=4169688/4192956
[pid=15217] ppid=15215 vsize=1556 CPUtime=11.25
/proc/15217/stat : 15217 (SATzilla2007_C) S 15215 15217 15161 0 -1 4194304 517 365 0 1 273 58 700 94 25 0 1 0 171048783 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15217/statm: 389 224 157 260 0 113 0
[pid=15221] ppid=15217 vsize=1944 CPUtime=39.63
/proc/15221/stat : 15221 (minisat20) R 15217 15217 15161 0 -1 4194304 140 0 0 0 3963 0 0 0 25 0 1 0 171049927 1990656 134 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134536361 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15221/statm: 486 134 58 118 0 364 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 3500

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/79 15221
/proc/meminfo: memFree=1585080/2055920 swapFree=4169688/4192956
[pid=15217] ppid=15215 vsize=1556 CPUtime=11.25
/proc/15217/stat : 15217 (SATzilla2007_C) S 15215 15217 15161 0 -1 4194304 517 365 0 1 273 58 700 94 25 0 1 0 171048783 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15217/statm: 389 224 157 260 0 113 0
[pid=15221] ppid=15217 vsize=1944 CPUtime=90.82
/proc/15221/stat : 15221 (minisat20) R 15217 15217 15161 0 -1 4194304 159 0 0 0 9082 0 0 0 25 0 1 0 171049927 1990656 153 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134528291 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15221/statm: 486 153 58 118 0 364 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 3500

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 15221
/proc/meminfo: memFree=1585016/2055920 swapFree=4169688/4192956
[pid=15217] ppid=15215 vsize=1556 CPUtime=11.25
/proc/15217/stat : 15217 (SATzilla2007_C) S 15215 15217 15161 0 -1 4194304 517 365 0 1 273 58 700 94 25 0 1 0 171048783 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15217/statm: 389 224 157 260 0 113 0
[pid=15221] ppid=15217 vsize=2076 CPUtime=150.8
/proc/15221/stat : 15221 (minisat20) R 15217 15217 15161 0 -1 4194304 173 0 0 0 15080 0 0 0 25 0 1 0 171049927 2125824 167 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134519447 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15221/statm: 519 167 58 118 0 397 0
Current children cumulated CPU time (s) 162.05
Current children cumulated vsize (KiB) 3632

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 15221
/proc/meminfo: memFree=1584888/2055920 swapFree=4169688/4192956
[pid=15217] ppid=15215 vsize=1556 CPUtime=11.25
/proc/15217/stat : 15217 (SATzilla2007_C) S 15215 15217 15161 0 -1 4194304 517 365 0 1 273 58 700 94 25 0 1 0 171048783 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15217/statm: 389 224 157 260 0 113 0
[pid=15221] ppid=15217 vsize=2076 CPUtime=210.79
/proc/15221/stat : 15221 (minisat20) R 15217 15217 15161 0 -1 4194304 181 0 0 0 21079 0 0 0 25 0 1 0 171049927 2125824 175 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134527463 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15221/statm: 519 175 58 118 0 397 0
Current children cumulated CPU time (s) 222.04
Current children cumulated vsize (KiB) 3632

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 15221
/proc/meminfo: memFree=1584888/2055920 swapFree=4169688/4192956
[pid=15217] ppid=15215 vsize=1556 CPUtime=11.25
/proc/15217/stat : 15217 (SATzilla2007_C) S 15215 15217 15161 0 -1 4194304 517 365 0 1 273 58 700 94 25 0 1 0 171048783 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15217/statm: 389 224 157 260 0 113 0
[pid=15221] ppid=15217 vsize=2076 CPUtime=270.78
/proc/15221/stat : 15221 (minisat20) R 15217 15217 15161 0 -1 4194304 195 0 0 0 27077 1 0 0 25 0 1 0 171049927 2125824 189 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15221/statm: 519 189 58 118 0 397 0
Current children cumulated CPU time (s) 282.03
Current children cumulated vsize (KiB) 3632

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 15221
/proc/meminfo: memFree=1584824/2055920 swapFree=4169688/4192956
[pid=15217] ppid=15215 vsize=1556 CPUtime=11.25
/proc/15217/stat : 15217 (SATzilla2007_C) S 15215 15217 15161 0 -1 4194304 517 365 0 1 273 58 700 94 25 0 1 0 171048783 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15217/statm: 389 224 157 260 0 113 0
[pid=15221] ppid=15217 vsize=2076 CPUtime=330.76
/proc/15221/stat : 15221 (minisat20) R 15217 15217 15161 0 -1 4194304 204 0 0 0 33075 1 0 0 25 0 1 0 171049927 2125824 198 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15221/statm: 519 198 58 118 0 397 0

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


[startup+4662.3 s]
/proc/loadavg: 1.10 1.04 1.00 2/79 15421
/proc/meminfo: memFree=1584248/2055920 swapFree=4169688/4192956
[pid=15217] ppid=15215 vsize=1556 CPUtime=11.25
/proc/15217/stat : 15217 (SATzilla2007_C) S 15215 15217 15161 0 -1 4194304 517 365 0 1 273 58 700 94 25 0 1 0 171048783 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15217/statm: 389 224 157 260 0 113 0
[pid=15221] ppid=15217 vsize=2736 CPUtime=4649.53
/proc/15221/stat : 15221 (minisat20) R 15217 15217 15161 0 -1 4194304 348 0 0 0 464944 9 0 0 25 0 1 0 171049927 2801664 342 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15221/statm: 684 342 58 118 0 562 0
Current children cumulated CPU time (s) 4660.78
Current children cumulated vsize (KiB) 4292

[startup+4722.31 s]
/proc/loadavg: 1.04 1.03 1.00 2/85 15577
/proc/meminfo: memFree=1582832/2055920 swapFree=4169688/4192956
[pid=15217] ppid=15215 vsize=1556 CPUtime=11.25
/proc/15217/stat : 15217 (SATzilla2007_C) S 15215 15217 15161 0 -1 4194304 517 365 0 1 273 58 700 94 25 0 1 0 171048783 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15217/statm: 389 224 157 260 0 113 0
[pid=15221] ppid=15217 vsize=2736 CPUtime=4709.46
/proc/15221/stat : 15221 (minisat20) R 15217 15217 15161 0 -1 4194304 348 0 0 0 470936 10 0 0 25 0 1 0 171049927 2801664 342 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15221/statm: 684 342 58 118 0 562 0
Current children cumulated CPU time (s) 4720.71
Current children cumulated vsize (KiB) 4292

[startup+4782.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/79 15619
/proc/meminfo: memFree=1584120/2055920 swapFree=4169688/4192956
[pid=15217] ppid=15215 vsize=1556 CPUtime=11.25
/proc/15217/stat : 15217 (SATzilla2007_C) S 15215 15217 15161 0 -1 4194304 517 365 0 1 273 58 700 94 25 0 1 0 171048783 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15217/statm: 389 224 157 260 0 113 0
[pid=15221] ppid=15217 vsize=2736 CPUtime=4769.41
/proc/15221/stat : 15221 (minisat20) R 15217 15217 15161 0 -1 4194304 348 0 0 0 476931 10 0 0 25 0 1 0 171049927 2801664 342 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525653 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15221/statm: 684 342 58 118 0 562 0
Current children cumulated CPU time (s) 4780.66
Current children cumulated vsize (KiB) 4292

[startup+4842.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/79 15619
/proc/meminfo: memFree=1584184/2055920 swapFree=4169688/4192956
[pid=15217] ppid=15215 vsize=1556 CPUtime=11.25
/proc/15217/stat : 15217 (SATzilla2007_C) S 15215 15217 15161 0 -1 4194304 517 365 0 1 273 58 700 94 25 0 1 0 171048783 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15217/statm: 389 224 157 260 0 113 0
[pid=15221] ppid=15217 vsize=2736 CPUtime=4829.4
/proc/15221/stat : 15221 (minisat20) R 15217 15217 15161 0 -1 4194304 348 0 0 0 482930 10 0 0 25 0 1 0 171049927 2801664 342 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15221/statm: 684 342 58 118 0 562 0
Current children cumulated CPU time (s) 4840.65
Current children cumulated vsize (KiB) 4292

[startup+4902.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 15619
/proc/meminfo: memFree=1584184/2055920 swapFree=4169688/4192956
[pid=15217] ppid=15215 vsize=1556 CPUtime=11.25
/proc/15217/stat : 15217 (SATzilla2007_C) S 15215 15217 15161 0 -1 4194304 517 365 0 1 273 58 700 94 25 0 1 0 171048783 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15217/statm: 389 224 157 260 0 113 0
[pid=15221] ppid=15217 vsize=2736 CPUtime=4889.38
/proc/15221/stat : 15221 (minisat20) R 15217 15217 15161 0 -1 4194304 348 0 0 0 488928 10 0 0 25 0 1 0 171049927 2801664 342 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134535746 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15221/statm: 684 342 58 118 0 562 0
Current children cumulated CPU time (s) 4900.63
Current children cumulated vsize (KiB) 4292

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 15619
/proc/meminfo: memFree=1584184/2055920 swapFree=4169688/4192956
[pid=15217] ppid=15215 vsize=1556 CPUtime=11.25
/proc/15217/stat : 15217 (SATzilla2007_C) S 15215 15217 15161 0 -1 4194304 517 365 0 1 273 58 700 94 25 0 1 0 171048783 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15217/statm: 389 224 157 260 0 113 0
[pid=15221] ppid=15217 vsize=2736 CPUtime=4949.37
/proc/15221/stat : 15221 (minisat20) R 15217 15217 15161 0 -1 4194304 348 0 0 0 494926 11 0 0 25 0 1 0 171049927 2801664 342 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134527603 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15221/statm: 684 342 58 118 0 562 0
Current children cumulated CPU time (s) 4960.62
Current children cumulated vsize (KiB) 4292

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

[startup+4966.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 15619
/proc/meminfo: memFree=1584184/2055920 swapFree=4169688/4192956
[pid=15217] ppid=15215 vsize=1556 CPUtime=11.25
/proc/15217/stat : 15217 (SATzilla2007_C) S 15215 15217 15161 0 -1 4194304 517 365 0 1 273 58 700 94 25 0 1 0 171048783 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15217/statm: 389 224 157 260 0 113 0
[pid=15221] ppid=15217 vsize=2736 CPUtime=4953.37
/proc/15221/stat : 15221 (minisat20) R 15217 15217 15161 0 -1 4194304 348 0 0 0 495326 11 0 0 25 0 1 0 171049927 2801664 342 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134535766 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15221/statm: 684 342 58 118 0 562 0
Current children cumulated CPU time (s) 4964.62
Current children cumulated vsize (KiB) 4292

[startup+4979.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 15619
/proc/meminfo: memFree=1584120/2055920 swapFree=4169688/4192956
[pid=15217] ppid=15215 vsize=1556 CPUtime=11.25
/proc/15217/stat : 15217 (SATzilla2007_C) S 15215 15217 15161 0 -1 4194304 517 365 0 1 273 58 700 94 25 0 1 0 171048783 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15217/statm: 389 224 157 260 0 113 0
[pid=15221] ppid=15217 vsize=2736 CPUtime=4966.17
/proc/15221/stat : 15221 (minisat20) R 15217 15217 15161 0 -1 4194304 348 0 0 0 496606 11 0 0 25 0 1 0 171049927 2801664 342 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15221/statm: 684 342 58 118 0 562 0
Current children cumulated CPU time (s) 4977.42
Current children cumulated vsize (KiB) 4292

[startup+4991.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 15619
/proc/meminfo: memFree=1584120/2055920 swapFree=4169688/4192956
[pid=15217] ppid=15215 vsize=1556 CPUtime=11.25
/proc/15217/stat : 15217 (SATzilla2007_C) S 15215 15217 15161 0 -1 4194304 517 365 0 1 273 58 700 94 25 0 1 0 171048783 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15217/statm: 389 224 157 260 0 113 0
[pid=15221] ppid=15217 vsize=2736 CPUtime=4978.96
/proc/15221/stat : 15221 (minisat20) R 15217 15217 15161 0 -1 4194304 348 0 0 0 497885 11 0 0 25 0 1 0 171049927 2801664 342 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15221/statm: 684 342 58 118 0 562 0
Current children cumulated CPU time (s) 4990.21
Current children cumulated vsize (KiB) 4292

[startup+4995.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 15619
/proc/meminfo: memFree=1584120/2055920 swapFree=4169688/4192956
[pid=15217] ppid=15215 vsize=1556 CPUtime=11.25
/proc/15217/stat : 15217 (SATzilla2007_C) S 15215 15217 15161 0 -1 4194304 517 365 0 1 273 58 700 94 25 0 1 0 171048783 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15217/statm: 389 224 157 260 0 113 0
[pid=15221] ppid=15217 vsize=2736 CPUtime=4982.16
/proc/15221/stat : 15221 (minisat20) R 15217 15217 15161 0 -1 4194304 348 0 0 0 498205 11 0 0 25 0 1 0 171049927 2801664 342 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525852 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15221/statm: 684 342 58 118 0 562 0
Current children cumulated CPU time (s) 4993.41
Current children cumulated vsize (KiB) 4292

[startup+4998.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 15619
/proc/meminfo: memFree=1584120/2055920 swapFree=4169688/4192956
[pid=15217] ppid=15215 vsize=1556 CPUtime=11.25
/proc/15217/stat : 15217 (SATzilla2007_C) S 15215 15217 15161 0 -1 4194304 517 365 0 1 273 58 700 94 25 0 1 0 171048783 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15217/statm: 389 224 157 260 0 113 0
[pid=15221] ppid=15217 vsize=2736 CPUtime=4985.37
/proc/15221/stat : 15221 (minisat20) R 15217 15217 15161 0 -1 4194304 348 0 0 0 498526 11 0 0 25 0 1 0 171049927 2801664 342 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15221/statm: 684 342 58 118 0 562 0
Current children cumulated CPU time (s) 4996.62
Current children cumulated vsize (KiB) 4292

[startup+4999.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 15619
/proc/meminfo: memFree=1584120/2055920 swapFree=4169688/4192956
[pid=15217] ppid=15215 vsize=1556 CPUtime=11.25
/proc/15217/stat : 15217 (SATzilla2007_C) S 15215 15217 15161 0 -1 4194304 517 365 0 1 273 58 700 94 25 0 1 0 171048783 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15217/statm: 389 224 157 260 0 113 0
[pid=15221] ppid=15217 vsize=2736 CPUtime=4986.16
/proc/15221/stat : 15221 (minisat20) R 15217 15217 15161 0 -1 4194304 348 0 0 0 498605 11 0 0 25 0 1 0 171049927 2801664 342 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15221/statm: 684 342 58 118 0 562 0
Current children cumulated CPU time (s) 4997.41
Current children cumulated vsize (KiB) 4292

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 15619
/proc/meminfo: memFree=1584120/2055920 swapFree=4169688/4192956
[pid=15217] ppid=15215 vsize=1556 CPUtime=11.25
/proc/15217/stat : 15217 (SATzilla2007_C) S 15215 15217 15161 0 -1 4194304 517 365 0 1 273 58 700 94 25 0 1 0 171048783 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15217/statm: 389 224 157 260 0 113 0
[pid=15221] ppid=15217 vsize=2736 CPUtime=4986.96
/proc/15221/stat : 15221 (minisat20) R 15217 15217 15161 0 -1 4194304 348 0 0 0 498685 11 0 0 25 0 1 0 171049927 2801664 342 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525674 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15221/statm: 684 342 58 118 0 562 0
Current children cumulated CPU time (s) 4998.21
Current children cumulated vsize (KiB) 4292

[startup+5000.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 15619
/proc/meminfo: memFree=1584120/2055920 swapFree=4169688/4192956
[pid=15217] ppid=15215 vsize=1556 CPUtime=11.25
/proc/15217/stat : 15217 (SATzilla2007_C) S 15215 15217 15161 0 -1 4194304 517 365 0 1 273 58 700 94 25 0 1 0 171048783 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15217/statm: 389 224 157 260 0 113 0
[pid=15221] ppid=15217 vsize=2736 CPUtime=4987.16
/proc/15221/stat : 15221 (minisat20) R 15217 15217 15161 0 -1 4194304 348 0 0 0 498705 11 0 0 25 0 1 0 171049927 2801664 342 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15221/statm: 684 342 58 118 0 562 0
Current children cumulated CPU time (s) 4998.41
Current children cumulated vsize (KiB) 4292

Child status: 17
Real time (s): 5000.18
CPU time (s): 4998.52
CPU user time (s): 4996.87
CPU system time (s): 1.64375
CPU usage (%): 99.9667
Max. virtual memory (cumulated for all children) (KiB): 7628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4996.87
system time used= 1.64375
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1273
page faults= 1
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= 8841

runsolver used 4.78727 second user time and 13.401 second system time

The end

Launcher Data (download as text)

Begin job on node41 on Sun Apr 22 08:42:49 UTC 2007

IDJOB= 368746
IDBENCH= 20444
IDSOLVER= 179
FILE ID= node41/368746-1177231369

PBS_JOBID= 4650472

Free space on /tmp= 66340 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/crafted/spence/hard/s109-100.cnf
COMMAND LINE= /tmp/evaluation/368746-1177231369/SATzilla2007_C /tmp/evaluation/368746-1177231369/instance-368746-1177231369.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-368746-1177231369 -o ROOT/results/node41/solver-368746-1177231369 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/368746-1177231369/SATzilla2007_C /tmp/evaluation/368746-1177231369/instance-368746-1177231369.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  11c209576d94e395a78f5a6b8d2ce9b6

RANDOM SEED= 186984557

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node41.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:       1586392 kB
Buffers:         62844 kB
Cached:         322876 kB
SwapCached:       2968 kB
Active:         254636 kB
Inactive:       155912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1586392 kB
SwapTotal:     4192956 kB
SwapFree:      4169688 kB
Dirty:            8596 kB
Writeback:           0 kB
Mapped:          31072 kB
Slab:            44336 kB
Committed_AS:  3399700 kB
PageTables:       2008 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= 66340 MiB

End job on node41 on Sun Apr 22 10:06:09 UTC 2007