Trace number 422630

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 RANDOM? (exit code) 4999.05 5001.01

General information on the benchmark

Namerandom/LargeSize/5SAT/v1000/
unif-k5-r20-v1000-c20000-S1342589780-15.cnf
MD5SUM57a2305d7d7f523edc884f3a978bec63
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark84.1032
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
Maximum clause length5
Minimum clause length5
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 520000
Number of clauses of size over 50

Solver Data (download as text)

10.66/10.72	c run March_dl for 5 seconds ... 
10.66/10.72	c Bin: Executing march_dl
10.66/10.72	c child exit by a signal
10.66/10.72	c march_dl returned code 137.
10.66/10.72	c run saps (UBCSAT implementation) for 2 seconds ... 
10.66/10.72	c Bin: Executing ubcsat2006
10.66/10.72	c child exited successfully
10.66/10.72	c ubcsat2006 returned code 0.
10.66/10.72	c satzilla computing base features
10.66/10.72	c satzilla doing unit-prop probe
10.66/10.72	c satzilla doing local search probe
10.66/10.72	c satzilla doing lobjois search-space size estimate
10.66/10.72	c satzilla's ranking:
10.66/10.72	c 1) minisat20+P: 9.405376
10.66/10.72	c 2) march_dl: 10.732997
10.66/10.72	c 3) kcnfs: 13.096034
10.66/10.72	c 4) kcnfs+P: 999.000000
10.66/10.72	c 5) march_dl+P: 999.000000
10.66/10.72	c 6) vallst+P: 999.000000
10.66/10.72	c 7) zchaff_rand+P: 999.000000
10.66/10.72	c 8) vallst: 999.000000
10.66/10.72	c 9) zchaff_rand: 999.000000
10.66/10.72	c 10) minisat20: 999.000000
10.66/10.72	c satzilla running minisat20 with preprocessing ... 
10.76/10.81	This is MiniSat 2.0 beta
10.76/10.81	WARNING: for repeatability, setting FPU to use double precision
10.76/10.81	============================[ Problem Statistics ]=============================
10.76/10.81	|                                                                             |
10.76/10.81	|  Number of variables:  1000                                                 |
10.76/10.81	|  Number of clauses:    20000                                                |
10.76/10.83	|  Parsing time:         0.01         s                                       |
10.76/10.83	============================[ Search Statistics ]==============================
10.76/10.83	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.76/10.83	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.76/10.83	===============================================================================
10.76/10.83	|         0 |    1000    20000   100000 |     6666        0    nan |  0.000 % |
10.76/10.84	|       100 |    1000    20000   100000 |     7333      100    125 |  0.000 % |
10.76/10.86	|       250 |    1000    20000   100000 |     8066      250    123 |  0.000 % |
10.76/10.88	|       475 |    1000    20000   100000 |     8873      475    121 |  0.000 % |
10.86/10.92	|       812 |    1000    20000   100000 |     9760      812    125 |  0.000 % |
10.86/10.98	|      1318 |    1000    20000   100000 |    10736     1318    122 |  0.000 % |
10.96/11.07	|      2078 |    1000    20000   100000 |    11810     2078    125 |  0.000 % |
11.15/11.22	|      3217 |    1000    20000   100000 |    12991     3217    129 |  0.000 % |
11.35/11.46	|      4926 |    1000    20000   100000 |    14290     4926    133 |  0.000 % |
11.75/11.86	|      7488 |    1000    20000   100000 |    15719     7488    133 |  0.000 % |
12.45/12.55	|     11334 |    1000    20000   100000 |    17291    11334    132 |  0.000 % |
13.65/13.80	|     17100 |    1000    20000   100000 |    19020    17100    134 |  0.000 % |
15.75/15.86	|     25749 |    1000    20000   100000 |    20922    16072    137 |  0.000 % |
19.15/19.22	|     38723 |    1000    20000   100000 |    23015    18408    136 |  0.000 % |
25.15/25.21	|     58185 |    1000    20000   100000 |    25316    13953    135 |  0.000 % |
37.34/37.48	|     87377 |    1000    20000   100000 |    27848    15051    142 |  0.000 % |
56.44/56.54	|    131167 |    1000    20000   100000 |    30633    26106    148 |  0.000 % |
87.62/87.71	|    196852 |    1000    20000   100000 |    33696    18833    137 |  0.000 % |
134.31/134.45	|    295379 |    1000    20000   100000 |    37066    30759    140 |  0.000 % |
217.78/217.95	|    443170 |    1000    20000   100000 |    40772    33695    144 |  0.000 % |
341.63/341.88	|    664854 |    1000    20000   100000 |    44849    35821    152 |  0.000 % |
546.06/546.36	|    997379 |    1000    20000   100000 |    49334    23563    141 |  0.000 % |
877.93/878.37	|   1496170 |    1000    20000   100000 |    54268    31405    147 |  0.000 % |
1424.43/1425.07	|   2244352 |    1000    20000   100000 |    59695    18581    140 |  0.000 % |
2271.92/2272.86	|   3366627 |    1000    20000   100000 |    65664    54640    148 |  0.000 % |
3689.70/3691.21	|   5050039 |    1000    20000   100000 |    72231    56046    153 |  0.000 % |
4999.02/5001.00	c Preprocessing...
4999.02/5001.00	c Inital problem has 1000 variables, 20000 nary clauses (0 binary clauses).
4999.02/5001.00	c Num non-binary clauses 20000, Average non-binary clause length 5.000
4999.02/5001.00	c Theory has no gaps
4999.02/5001.00	c Preprocessor runtime was 0.050 seconds.
4999.02/5001.00	c 
4999.02/5001.00	c Satisfiability of theory still undetermined.
4999.02/5001.00	c See file /tmp/0gCWaA for simplified theory.
4999.02/5001.00	c Bin: Executing minisat20
4999.02/5001.00	c child exit by a signal
4999.02/5001.00	c minisat20 returned code 137.
4999.02/5001.00	c minisat20 returned code 137.
4999.02/5001.00	c satzilla running march_dl ... 
4999.02/5001.00	c Bin: Executing march_dl
4999.02/5001.00	c march_dl returned code 1.
4999.02/5001.00	c march_dl returned code 1.
4999.02/5001.00	c satzilla running kcnfs ... 
4999.02/5001.00	c Bin: Executing kcnfs
4999.02/5001.00	c kcnfs returned code 1.
4999.02/5001.00	c kcnfs returned code 1.
4999.02/5001.00	c satzilla running kcnfs with preprocessing ... 
4999.02/5001.00	c Bin: Executing kcnfs
4999.02/5001.00	c kcnfs returned code 1.
4999.02/5001.00	c kcnfs returned code 1.
4999.02/5001.00	c satzilla running march_dl with preprocessing ... 
4999.02/5001.00	c Bin: Executing march_dl
4999.02/5001.00	c march_dl returned code 1.
4999.02/5001.00	c march_dl returned code 1.
4999.02/5001.00	c satzilla running vallst with preprocessing ... 
4999.02/5001.00	c Bin: Executing vallst
4999.02/5001.00	c vallst returned code 1.
4999.02/5001.00	c vallst returned code 1.
4999.02/5001.00	c satzilla running zchaff_rand with preprocessing ... 
4999.02/5001.00	c Bin: Executing zchaff_rand
4999.02/5001.00	c zchaff_rand returned code 1.
4999.02/5001.00	c zchaff_rand returned code 1.
4999.02/5001.00	c satzilla running vallst ... 
4999.02/5001.00	c Bin: Executing vallst
4999.02/5001.00	c vallst returned code 1.
4999.02/5001.00	c vallst returned code 1.
4999.02/5001.00	c satzilla running zchaff_rand ... 
4999.02/5001.00	c Bin: Executing zchaff_rand
4999.02/5001.00	c zchaff_rand returned code 1.
4999.02/5001.00	c zchaff_rand returned code 1.
4999.02/5001.00	c satzilla running minisat20 ... 
4999.02/5001.00	c Bin: Executing minisat20
4999.02/5001.00	c minisat20 returned code 1.
4999.02/5001.00	c minisat20 returned code 1.
4999.02/5001.00	c ERROR: All Failed! 
4999.02/5001.00	c SATZILLA_TIME=4999.800000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node46/watcher-422630-1177574516 -o ROOT/results/node46/solver-422630-1177574516 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/422630-1177574516/SATzilla2007_R /tmp/evaluation/422630-1177574516/instance-422630-1177574516.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.92 0.98 0.96 3/78 14073
/proc/meminfo: memFree=1616552/2055920 swapFree=4159780/4192956
[pid=14073] ppid=14071 vsize=1440 CPUtime=0
/proc/14073/stat : 14073 (SATzilla2007_R) R 14071 14073 13582 0 -1 4194304 125 0 0 0 0 0 0 0 18 0 1 0 112134623 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/14073/statm: 360 110 95 260 0 84 0
[pid=14074] ppid=14073 vsize=796 CPUtime=0
/proc/14074/stat : 14074 (march_dl) R 14073 14073 13582 0 -1 4194304 110 0 0 0 0 0 0 0 18 0 1 0 112134623 815104 105 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14074/statm: 199 105 50 118 0 78 0

[startup+0.041333 s]
/proc/loadavg: 0.92 0.98 0.96 3/78 14073
/proc/meminfo: memFree=1616552/2055920 swapFree=4159780/4192956
[pid=14073] ppid=14071 vsize=1440 CPUtime=0
/proc/14073/stat : 14073 (SATzilla2007_R) S 14071 14073 13582 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 112134623 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/14073/statm: 360 110 95 260 0 84 0
[pid=14074] ppid=14073 vsize=1632 CPUtime=0.03
/proc/14074/stat : 14074 (march_dl) R 14073 14073 13582 0 -1 4194304 270 0 0 0 3 0 0 0 19 0 1 0 112134623 1671168 264 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134544208 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14074/statm: 408 264 52 118 0 287 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3072

[startup+0.101343 s]
/proc/loadavg: 0.92 0.98 0.96 3/78 14073
/proc/meminfo: memFree=1616552/2055920 swapFree=4159780/4192956
[pid=14073] ppid=14071 vsize=1440 CPUtime=0
/proc/14073/stat : 14073 (SATzilla2007_R) S 14071 14073 13582 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 112134623 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/14073/statm: 360 110 95 260 0 84 0
[pid=14074] ppid=14073 vsize=2548 CPUtime=0.09
/proc/14074/stat : 14074 (march_dl) R 14073 14073 13582 0 -1 4194304 1620 0 0 0 9 0 0 0 19 0 1 0 112134623 2609152 480 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14074/statm: 637 488 61 118 0 516 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3988

[startup+0.301381 s]
/proc/loadavg: 0.92 0.98 0.96 3/78 14073
/proc/meminfo: memFree=1616552/2055920 swapFree=4159780/4192956
[pid=14073] ppid=14071 vsize=1440 CPUtime=0
/proc/14073/stat : 14073 (SATzilla2007_R) S 14071 14073 13582 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 112134623 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/14073/statm: 360 110 95 260 0 84 0
[pid=14074] ppid=14073 vsize=4108 CPUtime=0.29
/proc/14074/stat : 14074 (march_dl) R 14073 14073 13582 0 -1 4194304 2857 0 0 0 28 1 0 0 21 0 1 0 112134623 4206592 664 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134583495 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14074/statm: 1027 664 67 118 0 906 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5548

[startup+0.701455 s]
/proc/loadavg: 0.92 0.98 0.96 3/78 14073
/proc/meminfo: memFree=1616552/2055920 swapFree=4159780/4192956
[pid=14073] ppid=14071 vsize=1440 CPUtime=0
/proc/14073/stat : 14073 (SATzilla2007_R) S 14071 14073 13582 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 112134623 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/14073/statm: 360 110 95 260 0 84 0
[pid=14074] ppid=14073 vsize=4108 CPUtime=0.69
/proc/14074/stat : 14074 (march_dl) R 14073 14073 13582 0 -1 4194304 2861 0 0 0 68 1 0 0 25 0 1 0 112134623 4206592 668 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134583416 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14074/statm: 1027 668 67 118 0 906 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5548

[startup+1.5016 s]
/proc/loadavg: 0.93 0.98 0.96 2/80 14075
/proc/meminfo: memFree=1613976/2055920 swapFree=4159780/4192956
[pid=14073] ppid=14071 vsize=1440 CPUtime=0
/proc/14073/stat : 14073 (SATzilla2007_R) S 14071 14073 13582 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 112134623 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/14073/statm: 360 110 95 260 0 84 0
[pid=14074] ppid=14073 vsize=4240 CPUtime=1.49
/proc/14074/stat : 14074 (march_dl) R 14073 14073 13582 0 -1 4194304 2884 0 0 0 148 1 0 0 25 0 1 0 112134623 4341760 691 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134583356 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14074/statm: 1060 691 67 118 0 939 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5680

[startup+3.1019 s]
/proc/loadavg: 0.93 0.98 0.96 2/80 14075
/proc/meminfo: memFree=1592920/2055920 swapFree=4159780/4192956
[pid=14073] ppid=14071 vsize=1440 CPUtime=0
/proc/14073/stat : 14073 (SATzilla2007_R) S 14071 14073 13582 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 112134623 1474560 110 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/14073/statm: 360 110 95 260 0 84 0
[pid=14074] ppid=14073 vsize=27384 CPUtime=3.09
/proc/14074/stat : 14074 (march_dl) R 14073 14073 13582 0 -1 4194304 9105 0 0 0 273 36 0 0 25 0 1 0 112134623 28041216 6507 18446744073709551615 134512640 134996440 4294956608 18446744073709551615 134559723 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14074/statm: 6846 6507 72 118 0 6725 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28824

[startup+6.30149 s]
/proc/loadavg: 0.93 0.98 0.96 2/80 14076
/proc/meminfo: memFree=1614488/2055920 swapFree=4159780/4192956
[pid=14073] ppid=14071 vsize=1440 CPUtime=4.99
/proc/14073/stat : 14073 (SATzilla2007_R) S 14071 14073 13582 0 -1 4194304 133 10719 0 0 0 0 461 38 16 0 1 0 112134623 1474560 111 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/14073/statm: 360 111 96 260 0 84 0
[pid=14076] ppid=14073 vsize=6188 CPUtime=1.27
/proc/14076/stat : 14076 (ubcsat2006) R 14073 14073 13582 0 -1 4194304 582 0 0 0 121 6 0 0 25 0 1 0 112135125 6336512 565 18446744073709551615 134512640 134777720 4294956464 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14076/statm: 1547 565 156 64 0 1128 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 7628

[startup+12.7017 s]
/proc/loadavg: 0.94 0.98 0.96 2/80 14077
/proc/meminfo: memFree=1604576/2055920 swapFree=4159780/4192956
[pid=14073] ppid=14071 vsize=6200 CPUtime=10.78
/proc/14073/stat : 14073 (SATzilla2007_R) S 14071 14073 13582 0 -1 4194304 2407 11307 0 0 345 17 666 50 25 0 1 0 112134623 6348800 1367 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14073/statm: 1550 1367 164 260 0 1274 0
[pid=14077] ppid=14073 vsize=9648 CPUtime=1.87
/proc/14077/stat : 14077 (minisat20) R 14073 14073 13582 0 -1 4194304 2184 0 0 0 186 1 0 0 25 0 1 0 112135705 9879552 2178 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134649756 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14077/statm: 2412 2178 59 118 0 2290 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 15848

[startup+25.501 s]
/proc/loadavg: 0.95 0.98 0.96 2/80 14077
/proc/meminfo: memFree=1595360/2055920 swapFree=4159780/4192956
[pid=14073] ppid=14071 vsize=6200 CPUtime=10.78
/proc/14073/stat : 14073 (SATzilla2007_R) S 14071 14073 13582 0 -1 4194304 2407 11307 0 0 345 17 666 50 25 0 1 0 112134623 6348800 1367 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14073/statm: 1550 1367 164 260 0 1274 0
[pid=14077] ppid=14073 vsize=16692 CPUtime=14.67
/proc/14077/stat : 14077 (minisat20) R 14073 14073 13582 0 -1 4194304 3961 0 0 0 1464 3 0 0 25 0 1 0 112135705 17092608 3955 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14077/statm: 4173 3955 59 118 0 4051 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 22892

[startup+51.1018 s]
/proc/loadavg: 0.96 0.98 0.96 2/80 14077
/proc/meminfo: memFree=1590816/2055920 swapFree=4159780/4192956
[pid=14073] ppid=14071 vsize=6200 CPUtime=10.78
/proc/14073/stat : 14073 (SATzilla2007_R) S 14071 14073 13582 0 -1 4194304 2407 11307 0 0 345 17 666 50 25 0 1 0 112134623 6348800 1367 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14073/statm: 1550 1367 164 260 0 1274 0
[pid=14077] ppid=14073 vsize=21348 CPUtime=40.26
/proc/14077/stat : 14077 (minisat20) R 14073 14073 13582 0 -1 4194304 5116 0 0 0 4022 4 0 0 25 0 1 0 112135705 21860352 5110 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14077/statm: 5337 5110 59 118 0 5215 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 27548

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.96 2/80 14077
/proc/meminfo: memFree=1587680/2055920 swapFree=4159780/4192956
[pid=14073] ppid=14071 vsize=6200 CPUtime=10.78
/proc/14073/stat : 14073 (SATzilla2007_R) S 14071 14073 13582 0 -1 4194304 2407 11307 0 0 345 17 666 50 25 0 1 0 112134623 6348800 1367 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14073/statm: 1550 1367 164 260 0 1274 0
[pid=14077] ppid=14073 vsize=24516 CPUtime=91.44
/proc/14077/stat : 14077 (minisat20) R 14073 14073 13582 0 -1 4194304 5898 0 0 0 9140 4 0 0 25 0 1 0 112135705 25104384 5892 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14077/statm: 6129 5892 59 118 0 6007 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 30716

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.96 2/80 14077
/proc/meminfo: memFree=1584096/2055920 swapFree=4159780/4192956
[pid=14073] ppid=14071 vsize=6200 CPUtime=10.78
/proc/14073/stat : 14073 (SATzilla2007_R) S 14071 14073 13582 0 -1 4194304 2407 11307 0 0 345 17 666 50 25 0 1 0 112134623 6348800 1367 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14073/statm: 1550 1367 164 260 0 1274 0
[pid=14077] ppid=14073 vsize=27960 CPUtime=151.41
/proc/14077/stat : 14077 (minisat20) R 14073 14073 13582 0 -1 4194304 6777 0 0 0 15136 5 0 0 25 0 1 0 112135705 28631040 6771 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14077/statm: 6990 6771 59 118 0 6868 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 34160

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/80 14077
/proc/meminfo: memFree=1580896/2055920 swapFree=4159780/4192956
[pid=14073] ppid=14071 vsize=6200 CPUtime=10.78
/proc/14073/stat : 14073 (SATzilla2007_R) S 14071 14073 13582 0 -1 4194304 2407 11307 0 0 345 17 666 50 25 0 1 0 112134623 6348800 1367 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14073/statm: 1550 1367 164 260 0 1274 0
[pid=14077] ppid=14073 vsize=31208 CPUtime=211.39
/proc/14077/stat : 14077 (minisat20) R 14073 14073 13582 0 -1 4194304 7566 0 0 0 21133 6 0 0 25 0 1 0 112135705 31956992 7560 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14077/statm: 7802 7560 59 118 0 7680 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 37408

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/80 14077
/proc/meminfo: memFree=1578912/2055920 swapFree=4159780/4192956
[pid=14073] ppid=14071 vsize=6200 CPUtime=10.78
/proc/14073/stat : 14073 (SATzilla2007_R) S 14071 14073 13582 0 -1 4194304 2407 11307 0 0 345 17 666 50 25 0 1 0 112134623 6348800 1367 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14073/statm: 1550 1367 164 260 0 1274 0
[pid=14077] ppid=14073 vsize=33204 CPUtime=271.37
/proc/14077/stat : 14077 (minisat20) R 14073 14073 13582 0 -1 4194304 8058 0 0 0 27130 7 0 0 25 0 1 0 112135705 34000896 8052 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14077/statm: 8301 8052 59 118 0 8179 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 39404

[startup+342.303 s]
/proc/loadavg: 0.99 0.98 0.96 2/80 14077
/proc/meminfo: memFree=1578208/2055920 swapFree=4159780/4192956
[pid=14073] ppid=14071 vsize=6200 CPUtime=10.78
/proc/14073/stat : 14073 (SATzilla2007_R) S 14071 14073 13582 0 -1 4194304 2407 11307 0 0 345 17 666 50 25 0 1 0 112134623 6348800 1367 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14073/statm: 1550 1367 164 260 0 1274 0
[pid=14077] ppid=14073 vsize=33864 CPUtime=331.35
/proc/14077/stat : 14077 (minisat20) R 14073 14073 13582 0 -1 4194304 8236 0 0 0 33128 7 0 0 25 0 1 0 112135705 34676736 8230 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14077/statm: 8466 8230 59 118 0 8344 0

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


[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 14277
/proc/meminfo: memFree=1545440/2055920 swapFree=4159780/4192956
[pid=14073] ppid=14071 vsize=6200 CPUtime=10.78
/proc/14073/stat : 14073 (SATzilla2007_R) S 14071 14073 13582 0 -1 4194304 2407 11307 0 0 345 17 666 50 25 0 1 0 112134623 6348800 1367 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14073/statm: 1550 1367 164 260 0 1274 0
[pid=14077] ppid=14073 vsize=66588 CPUtime=4709.65
/proc/14077/stat : 14077 (minisat20) R 14073 14073 13582 0 -1 4194304 16525 0 0 0 470915 50 0 0 25 0 1 0 112135705 68186112 16409 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14077/statm: 16647 16409 59 118 0 16525 0
Current children cumulated CPU time (s) 4720.43
Current children cumulated vsize (KiB) 72788

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 14277
/proc/meminfo: memFree=1545504/2055920 swapFree=4159780/4192956
[pid=14073] ppid=14071 vsize=6200 CPUtime=10.78
/proc/14073/stat : 14073 (SATzilla2007_R) S 14071 14073 13582 0 -1 4194304 2407 11307 0 0 345 17 666 50 25 0 1 0 112134623 6348800 1367 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14073/statm: 1550 1367 164 260 0 1274 0
[pid=14077] ppid=14073 vsize=66588 CPUtime=4769.62
/proc/14077/stat : 14077 (minisat20) R 14073 14073 13582 0 -1 4194304 16525 0 0 0 476912 50 0 0 25 0 1 0 112135705 68186112 16409 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14077/statm: 16647 16409 59 118 0 16525 0
Current children cumulated CPU time (s) 4780.4
Current children cumulated vsize (KiB) 72788

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 14277
/proc/meminfo: memFree=1545440/2055920 swapFree=4159780/4192956
[pid=14073] ppid=14071 vsize=6200 CPUtime=10.78
/proc/14073/stat : 14073 (SATzilla2007_R) S 14071 14073 13582 0 -1 4194304 2407 11307 0 0 345 17 666 50 25 0 1 0 112134623 6348800 1367 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14073/statm: 1550 1367 164 260 0 1274 0
[pid=14077] ppid=14073 vsize=66588 CPUtime=4829.59
/proc/14077/stat : 14077 (minisat20) R 14073 14073 13582 0 -1 4194304 16525 0 0 0 482909 50 0 0 25 0 1 0 112135705 68186112 16409 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14077/statm: 16647 16409 59 118 0 16525 0
Current children cumulated CPU time (s) 4840.37
Current children cumulated vsize (KiB) 72788

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 14277
/proc/meminfo: memFree=1545120/2055920 swapFree=4159780/4192956
[pid=14073] ppid=14071 vsize=6200 CPUtime=10.78
/proc/14073/stat : 14073 (SATzilla2007_R) S 14071 14073 13582 0 -1 4194304 2407 11307 0 0 345 17 666 50 25 0 1 0 112134623 6348800 1367 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14073/statm: 1550 1367 164 260 0 1274 0
[pid=14077] ppid=14073 vsize=66984 CPUtime=4889.58
/proc/14077/stat : 14077 (minisat20) R 14073 14073 13582 0 -1 4194304 16618 0 0 0 488907 51 0 0 25 0 1 0 112135705 68591616 16502 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14077/statm: 16746 16502 59 118 0 16624 0
Current children cumulated CPU time (s) 4900.36
Current children cumulated vsize (KiB) 73184

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 14277
/proc/meminfo: memFree=1545056/2055920 swapFree=4159780/4192956
[pid=14073] ppid=14071 vsize=6200 CPUtime=10.78
/proc/14073/stat : 14073 (SATzilla2007_R) S 14071 14073 13582 0 -1 4194304 2407 11307 0 0 345 17 666 50 25 0 1 0 112134623 6348800 1367 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14073/statm: 1550 1367 164 260 0 1274 0
[pid=14077] ppid=14073 vsize=67160 CPUtime=4949.55
/proc/14077/stat : 14077 (minisat20) R 14073 14073 13582 0 -1 4194304 16631 0 0 0 494904 51 0 0 25 0 1 0 112135705 68771840 16515 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525540 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14077/statm: 16790 16515 59 118 0 16668 0
Current children cumulated CPU time (s) 4960.33
Current children cumulated vsize (KiB) 73360

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

[startup+4966.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 14277
/proc/meminfo: memFree=1545056/2055920 swapFree=4159780/4192956
[pid=14073] ppid=14071 vsize=6200 CPUtime=10.78
/proc/14073/stat : 14073 (SATzilla2007_R) S 14071 14073 13582 0 -1 4194304 2407 11307 0 0 345 17 666 50 25 0 1 0 112134623 6348800 1367 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14073/statm: 1550 1367 164 260 0 1274 0
[pid=14077] ppid=14073 vsize=67160 CPUtime=4953.55
/proc/14077/stat : 14077 (minisat20) R 14073 14073 13582 0 -1 4194304 16631 0 0 0 495304 51 0 0 25 0 1 0 112135705 68771840 16515 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14077/statm: 16790 16515 59 118 0 16668 0
Current children cumulated CPU time (s) 4964.33
Current children cumulated vsize (KiB) 73360

[startup+4979.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 14277
/proc/meminfo: memFree=1545056/2055920 swapFree=4159780/4192956
[pid=14073] ppid=14071 vsize=6200 CPUtime=10.78
/proc/14073/stat : 14073 (SATzilla2007_R) S 14071 14073 13582 0 -1 4194304 2407 11307 0 0 345 17 666 50 25 0 1 0 112134623 6348800 1367 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14073/statm: 1550 1367 164 260 0 1274 0
[pid=14077] ppid=14073 vsize=67160 CPUtime=4966.35
/proc/14077/stat : 14077 (minisat20) R 14073 14073 13582 0 -1 4194304 16631 0 0 0 496584 51 0 0 25 0 1 0 112135705 68771840 16515 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14077/statm: 16790 16515 59 118 0 16668 0
Current children cumulated CPU time (s) 4977.13
Current children cumulated vsize (KiB) 73360

[startup+4991.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 14277
/proc/meminfo: memFree=1545056/2055920 swapFree=4159780/4192956
[pid=14073] ppid=14071 vsize=6200 CPUtime=10.78
/proc/14073/stat : 14073 (SATzilla2007_R) S 14071 14073 13582 0 -1 4194304 2407 11307 0 0 345 17 666 50 25 0 1 0 112134623 6348800 1367 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14073/statm: 1550 1367 164 260 0 1274 0
[pid=14077] ppid=14073 vsize=67160 CPUtime=4979.14
/proc/14077/stat : 14077 (minisat20) R 14073 14073 13582 0 -1 4194304 16631 0 0 0 497863 51 0 0 25 0 1 0 112135705 68771840 16515 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14077/statm: 16790 16515 59 118 0 16668 0
Current children cumulated CPU time (s) 4989.92
Current children cumulated vsize (KiB) 73360

[startup+4995.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 14277
/proc/meminfo: memFree=1545056/2055920 swapFree=4159780/4192956
[pid=14073] ppid=14071 vsize=6200 CPUtime=10.78
/proc/14073/stat : 14073 (SATzilla2007_R) S 14071 14073 13582 0 -1 4194304 2407 11307 0 0 345 17 666 50 25 0 1 0 112134623 6348800 1367 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14073/statm: 1550 1367 164 260 0 1274 0
[pid=14077] ppid=14073 vsize=67160 CPUtime=4982.34
/proc/14077/stat : 14077 (minisat20) R 14073 14073 13582 0 -1 4194304 16631 0 0 0 498183 51 0 0 25 0 1 0 112135705 68771840 16515 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14077/statm: 16790 16515 59 118 0 16668 0
Current children cumulated CPU time (s) 4993.12
Current children cumulated vsize (KiB) 73360

[startup+4998.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 14277
/proc/meminfo: memFree=1545056/2055920 swapFree=4159780/4192956
[pid=14073] ppid=14071 vsize=6200 CPUtime=10.78
/proc/14073/stat : 14073 (SATzilla2007_R) S 14071 14073 13582 0 -1 4194304 2407 11307 0 0 345 17 666 50 25 0 1 0 112134623 6348800 1367 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14073/statm: 1550 1367 164 260 0 1274 0
[pid=14077] ppid=14073 vsize=67160 CPUtime=4985.54
/proc/14077/stat : 14077 (minisat20) R 14073 14073 13582 0 -1 4194304 16633 0 0 0 498503 51 0 0 25 0 1 0 112135705 68771840 16517 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14077/statm: 16790 16517 59 118 0 16668 0
Current children cumulated CPU time (s) 4996.32
Current children cumulated vsize (KiB) 73360

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 14277
/proc/meminfo: memFree=1544544/2055920 swapFree=4159780/4192956
[pid=14073] ppid=14071 vsize=6200 CPUtime=10.78
/proc/14073/stat : 14073 (SATzilla2007_R) S 14071 14073 13582 0 -1 4194304 2407 11307 0 0 345 17 666 50 25 0 1 0 112134623 6348800 1367 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14073/statm: 1550 1367 164 260 0 1274 0
[pid=14077] ppid=14073 vsize=67820 CPUtime=4987.13
/proc/14077/stat : 14077 (minisat20) R 14073 14073 13582 0 -1 4194304 16802 0 0 0 498662 51 0 0 25 0 1 0 112135705 69447680 16686 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134519341 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14077/statm: 16955 16686 59 118 0 16833 0
Current children cumulated CPU time (s) 4997.91
Current children cumulated vsize (KiB) 74020

[startup+5000.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 14277
/proc/meminfo: memFree=1544352/2055920 swapFree=4159780/4192956
[pid=14073] ppid=14071 vsize=6200 CPUtime=10.78
/proc/14073/stat : 14073 (SATzilla2007_R) S 14071 14073 13582 0 -1 4194304 2407 11307 0 0 345 17 666 50 25 0 1 0 112134623 6348800 1367 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14073/statm: 1550 1367 164 260 0 1274 0
[pid=14077] ppid=14073 vsize=67820 CPUtime=4987.94
/proc/14077/stat : 14077 (minisat20) R 14073 14073 13582 0 -1 4194304 16802 0 0 0 498743 51 0 0 25 0 1 0 112135705 69447680 16686 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14077/statm: 16955 16686 59 118 0 16833 0
Current children cumulated CPU time (s) 4998.72
Current children cumulated vsize (KiB) 74020

[startup+5000.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 14277
/proc/meminfo: memFree=1544352/2055920 swapFree=4159780/4192956
[pid=14073] ppid=14071 vsize=6200 CPUtime=10.78
/proc/14073/stat : 14073 (SATzilla2007_R) S 14071 14073 13582 0 -1 4194304 2407 11307 0 0 345 17 666 50 25 0 1 0 112134623 6348800 1367 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14073/statm: 1550 1367 164 260 0 1274 0
[pid=14077] ppid=14073 vsize=67820 CPUtime=4988.13
/proc/14077/stat : 14077 (minisat20) R 14073 14073 13582 0 -1 4194304 16802 0 0 0 498762 51 0 0 25 0 1 0 112135705 69447680 16686 18446744073709551615 134512640 134998072 4294956656 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14077/statm: 16955 16686 59 118 0 16833 0
Current children cumulated CPU time (s) 4998.91
Current children cumulated vsize (KiB) 74020

[startup+5001 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 14277
/proc/meminfo: memFree=1544352/2055920 swapFree=4159780/4192956
[pid=14073] ppid=14071 vsize=6200 CPUtime=10.78
/proc/14073/stat : 14073 (SATzilla2007_R) S 14071 14073 13582 0 -1 4194304 2407 11307 0 0 345 17 666 50 25 0 1 0 112134623 6348800 1367 18446744073709551615 134512640 135579813 4294956576 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14073/statm: 1550 1367 164 260 0 1274 0
[pid=14077] ppid=14073 vsize=0 CPUtime=4988.24
/proc/14077/stat : 14077 (minisat20) R 14073 14073 13582 0 -1 4195332 16802 0 0 0 498772 52 0 0 25 0 1 0 112135705 0 0 18446744073709551615 0 0 0 0 0 256 0 8392704 3 0 0 0 17 1 0 0
/proc/14077/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4999.02
Current children cumulated vsize (KiB) 6200

Child status: 17
Real time (s): 5001.01
CPU time (s): 4999.05
CPU user time (s): 4997.85
CPU system time (s): 1.20382
CPU usage (%): 99.9608
Max. virtual memory (cumulated for all children) (KiB): 74020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4997.85
system time used= 1.20382
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30529
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25
involuntary context switches= 89230

runsolver used 4.93925 second user time and 13.245 second system time

The end

Launcher Data (download as text)

Begin job on node46 on Thu Apr 26 08:01:56 UTC 2007

IDJOB= 422630
IDBENCH= 20066
IDSOLVER= 191
FILE ID= node46/422630-1177574516

PBS_JOBID= 4696895

Free space on /tmp= 66124 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v1000/unif-k5-r20-v1000-c20000-S1342589780-15.cnf
COMMAND LINE= /tmp/evaluation/422630-1177574516/SATzilla2007_R /tmp/evaluation/422630-1177574516/instance-422630-1177574516.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node46/watcher-422630-1177574516 -o ROOT/results/node46/solver-422630-1177574516 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/422630-1177574516/SATzilla2007_R /tmp/evaluation/422630-1177574516/instance-422630-1177574516.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  57a2305d7d7f523edc884f3a978bec63

RANDOM SEED= 419306316

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node46.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.268
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	: 5931.00
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.268
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:       1617024 kB
Buffers:         41068 kB
Cached:         317276 kB
SwapCached:       3348 kB
Active:         245544 kB
Inactive:       137160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1617024 kB
SwapTotal:     4192956 kB
SwapFree:      4159780 kB
Dirty:            8984 kB
Writeback:           0 kB
Mapped:          31592 kB
Slab:            41572 kB
Committed_AS:  3490788 kB
PageTables:       1992 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= 66124 MiB

End job on node46 on Thu Apr 26 09:25:18 UTC 2007