Trace number 302775

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 FULL? (exit code) 1198.98 1199.49

General information on the benchmark

Namerandom/LargeSize/7SAT/v240/
unif-k7-r85-v240-c20400-S998136463-10.cnf
MD5SUM3ee6423866512ae80f83a98c492ccb0b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of clauses20400
Sum of the clauses size142800
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520400

Solver Data (download as text)

10.95/11.04	c run March_dl for 5 seconds ... 
10.95/11.04	c Bin: Executing march_dl
10.95/11.04	c child exit by a signal
10.95/11.04	c march_dl returned code 137.
10.95/11.04	c run saps for 2 seconds ... 
10.95/11.04	c Bin: Executing ubcsat2006
10.95/11.04	c child exited successfully
10.95/11.04	c ubcsat2006 returned code 0.
10.95/11.04	c satzilla computing base features
10.95/11.04	c satzilla doing unit-prop probe
10.95/11.04	c satzilla doing local search probe
10.95/11.04	c satzilla doing lobjois search-space size estimate
10.95/11.04	c satzilla's ranking:
10.95/11.04	c 1) minisat20: 3.533117
10.95/11.04	c 2) kcnfs: 3.643382
10.95/11.04	c 3) march_dl: 4.125687
10.95/11.04	c 4) eureka: 4.606466
10.95/11.04	c 5) vallst: 4.917612
10.95/11.04	c 6) zchaff_rand: 6.092952
10.95/11.04	c 7) kcnfs+P: 999.000000
10.95/11.04	c 8) march_dl+P: 999.000000
10.95/11.04	c 9) vallst+P: 999.000000
10.95/11.04	c 10) zchaff_rand+P: 999.000000
10.95/11.04	c 11) rsat+P: 999.000000
10.95/11.04	c 12) eureka+P: 999.000000
10.95/11.04	c 13) minisat20+P: 999.000000
10.95/11.04	c 14) rsat: 999.000000
10.95/11.04	c satzilla running minisat20 ... 
10.95/11.05	This is MiniSat 2.0 beta
10.95/11.05	WARNING: for repeatability, setting FPU to use double precision
10.95/11.05	============================[ Problem Statistics ]=============================
10.95/11.05	|                                                                             |
10.95/11.05	|  Number of variables:  240                                                  |
10.95/11.05	|  Number of clauses:    20400                                                |
11.03/11.07	|  Parsing time:         0.02         s                                       |
11.03/11.07	============================[ Search Statistics ]==============================
11.03/11.07	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.03/11.07	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.03/11.07	===============================================================================
11.03/11.07	|         0 |     240    20400   142800 |     6800        0    nan |  0.000 % |
11.03/11.08	|       100 |     240    20400   142800 |     7480      100     67 |  0.002 % |
11.03/11.10	|       250 |     240    20400   142800 |     8228      250     64 |  0.002 % |
11.03/11.13	|       475 |     240    20400   142800 |     9050      475     63 |  0.002 % |
11.03/11.16	|       812 |     240    20400   142800 |     9955      812     65 |  0.002 % |
11.03/11.21	|      1318 |     240    20400   142800 |    10951     1318     65 |  0.002 % |
11.25/11.29	|      2078 |     240    20400   142800 |    12046     2078     64 |  0.002 % |
11.35/11.41	|      3217 |     240    20400   142800 |    13251     3217     65 |  0.002 % |
11.55/11.62	|      4925 |     240    20400   142800 |    14576     4925     65 |  0.002 % |
11.86/11.97	|      7488 |     240    20400   142800 |    16034     7488     65 |  0.002 % |
12.48/12.60	|     11333 |     240    20400   142800 |    17637    11333     66 |  0.002 % |
13.71/13.84	|     17099 |     240    20400   142800 |    19401    17099     67 |  0.002 % |
15.65/15.75	|     25751 |     240    20400   142800 |    21341    15992     68 |  0.002 % |
19.04/19.11	|     38726 |     240    20400   142800 |    23475    18238     68 |  0.002 % |
24.46/24.53	|     58187 |     240    20400   142800 |    25822    13472     70 |  0.002 % |
33.27/33.40	|     87381 |     240    20400   142800 |    28405    14189     68 |  0.002 % |
47.62/47.70	|    131171 |     240    20400   142800 |    31245    24647     68 |  0.002 % |
71.59/71.66	|    196855 |     240    20400   142800 |    34370    13417     67 |  0.002 % |
107.56/107.66	|    295383 |     240    20400   142800 |    37807    25274     68 |  0.002 % |
167.28/167.40	|    443173 |     240    20400   142800 |    41588    22140     65 |  0.002 % |
266.64/266.83	|    664856 |     240    20400   142800 |    45746    15196     67 |  0.002 % |
423.27/423.57	|    997381 |     240    20400   142800 |    50321    24841     68 |  0.002 % |
672.14/672.56	|   1496169 |     240    20400   142800 |    55353    46564     68 |  0.002 % |
1065.47/1065.98	|   2244352 |     240    20400   142800 |    60889    45424     70 |  0.002 % |
1198.75/1199.37	c Bin: Executing minisat20
1198.75/1199.37	c child exit by a signal
1198.75/1199.37	c minisat20 returned code 137.
1198.75/1199.37	c minisat20 returned code 137.
1198.75/1199.37	c satzilla running kcnfs ... 
1198.75/1199.37	c Bin: Executing kcnfs
1198.75/1199.37	c kcnfs returned code 1.
1198.75/1199.37	c kcnfs returned code 1.
1198.75/1199.37	c satzilla running march_dl ... 
1198.75/1199.37	c Bin: Executing march_dl
1198.75/1199.37	c march_dl returned code 1.
1198.75/1199.37	c march_dl returned code 1.
1198.75/1199.37	c satzilla running eureka ... 
1198.75/1199.37	c Bin: Executing eureka
1198.75/1199.37	c eureka returned code 1.
1198.75/1199.37	c eureka returned code 1.
1198.75/1199.37	c satzilla running vallst ... 
1198.75/1199.37	c Bin: Executing vallst
1198.75/1199.37	c vallst returned code 1.
1198.75/1199.37	c vallst returned code 1.
1198.75/1199.37	c satzilla running zchaff_rand ... 
1198.75/1199.37	c Bin: Executing zchaff_rand
1198.75/1199.37	c zchaff_rand returned code 1.
1198.75/1199.37	c zchaff_rand returned code 1.
1198.75/1199.37	c satzilla running kcnfs with preprocessing ... 
1198.94/1199.48	c Preprocessing...
1198.94/1199.48	c Inital problem has 240 variables, 20400 nary clauses (0 binary clauses).
1198.94/1199.48	c Num non-binary clauses 20400, Average non-binary clause length 7.000
1198.94/1199.48	c Theory has no gaps
1198.94/1199.48	c Preprocessor runtime was 0.050 seconds.
1198.94/1199.48	c 
1198.94/1199.48	c Satisfiability of theory still undetermined.
1198.94/1199.48	c See file /tmp/gTccTj for simplified theory.
1198.94/1199.48	c Bin: Executing kcnfs
1198.94/1199.48	c kcnfs returned code 1.
1198.94/1199.48	c kcnfs returned code 1.
1198.94/1199.48	c satzilla running march_dl with preprocessing ... 
1198.94/1199.48	c Bin: Executing march_dl
1198.94/1199.48	c march_dl returned code 1.
1198.94/1199.48	c march_dl returned code 1.
1198.94/1199.48	c satzilla running vallst with preprocessing ... 
1198.94/1199.48	c Bin: Executing vallst
1198.94/1199.48	c vallst returned code 1.
1198.94/1199.48	c vallst returned code 1.
1198.94/1199.48	c satzilla running zchaff_rand with preprocessing ... 
1198.94/1199.48	c Bin: Executing zchaff_rand
1198.94/1199.48	c zchaff_rand returned code 1.
1198.94/1199.48	c zchaff_rand returned code 1.
1198.94/1199.48	c satzilla running rsat with preprocessing ... 
1198.94/1199.48	c Bin: Executing rsat
1198.94/1199.48	c rsat returned code 1.
1198.94/1199.48	c rsat returned code 1.
1198.94/1199.48	c satzilla running eureka with preprocessing ... 
1198.94/1199.48	c Bin: Executing eureka
1198.94/1199.48	c eureka returned code 1.
1198.94/1199.48	c eureka returned code 1.
1198.94/1199.48	c satzilla running minisat20 with preprocessing ... 
1198.94/1199.48	c Bin: Executing minisat20
1198.94/1199.48	c minisat20 returned code 1.
1198.94/1199.48	c minisat20 returned code 1.
1198.94/1199.48	c satzilla running rsat ... 
1198.94/1199.48	c Bin: Executing rsat
1198.94/1199.48	c rsat returned code 1.
1198.94/1199.48	c rsat returned code 1.
1198.94/1199.48	c ERROR: All Failed! 
1198.94/1199.48	c SATZILLA_TIME=1199.140000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node70/watcher-302775-1172019450 -o ROOT/results/node70/solver-302775-1172019450 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/302775-1172019450/SATzilla2007_F /tmp/evaluation/302775-1172019450/instance-302775-1172019450.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 5956
/proc/meminfo: memFree=1683400/2055920 swapFree=4183148/4192956
[pid=5956] ppid=5954 vsize=1512 CPUtime=0
/proc/5956/stat : 5956 (SATzilla2007_F) R 5954 5956 5498 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 184745714 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/5956/statm: 378 125 110 260 0 84 0
[pid=5957] ppid=5956 vsize=796 CPUtime=0
/proc/5957/stat : 5957 (march_dl) R 5956 5956 5498 0 -1 4194304 99 0 0 0 0 0 0 0 18 0 1 0 184745714 815104 93 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5957/statm: 199 93 50 118 0 78 0

[startup+0.106674 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 5956
/proc/meminfo: memFree=1683400/2055920 swapFree=4183148/4192956
[pid=5956] ppid=5954 vsize=1512 CPUtime=0
/proc/5956/stat : 5956 (SATzilla2007_F) S 5954 5956 5498 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 184745714 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5956/statm: 378 125 110 260 0 84 0
[pid=5957] ppid=5956 vsize=2516 CPUtime=0.09
/proc/5957/stat : 5957 (march_dl) R 5956 5956 5498 0 -1 4194304 1352 0 0 0 9 0 0 0 19 0 1 0 184745714 2576384 481 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5957/statm: 662 492 57 118 0 541 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4028

[startup+0.514746 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 5956
/proc/meminfo: memFree=1683400/2055920 swapFree=4183148/4192956
[pid=5956] ppid=5954 vsize=1512 CPUtime=0
/proc/5956/stat : 5956 (SATzilla2007_F) S 5954 5956 5498 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 184745714 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5956/statm: 378 125 110 260 0 84 0
[pid=5957] ppid=5956 vsize=5884 CPUtime=0.5
/proc/5957/stat : 5957 (march_dl) R 5956 5956 5498 0 -1 4194304 4005 0 0 0 49 1 0 0 23 0 1 0 184745714 6025216 857 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583416 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5957/statm: 1471 857 67 118 0 1350 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 7396

[startup+1.33589 s]
/proc/loadavg: 0.91 0.95 0.98 2/66 5958
/proc/meminfo: memFree=1680056/2055920 swapFree=4183148/4192956
[pid=5956] ppid=5954 vsize=1512 CPUtime=0
/proc/5956/stat : 5956 (SATzilla2007_F) S 5954 5956 5498 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 184745714 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5956/statm: 378 125 110 260 0 84 0
[pid=5957] ppid=5956 vsize=5884 CPUtime=1.32
/proc/5957/stat : 5957 (march_dl) R 5956 5956 5498 0 -1 4194304 4011 0 0 0 131 1 0 0 25 0 1 0 184745714 6025216 863 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583499 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5957/statm: 1471 863 67 118 0 1350 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 7396

[startup+2.97719 s]
/proc/loadavg: 0.92 0.95 0.98 2/66 5958
/proc/meminfo: memFree=1679864/2055920 swapFree=4183148/4192956
[pid=5956] ppid=5954 vsize=1512 CPUtime=0
/proc/5956/stat : 5956 (SATzilla2007_F) S 5954 5956 5498 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 184745714 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5956/statm: 378 125 110 260 0 84 0
[pid=5957] ppid=5956 vsize=6016 CPUtime=2.96
/proc/5957/stat : 5957 (march_dl) R 5956 5956 5498 0 -1 4194304 4057 0 0 0 295 1 0 0 25 0 1 0 184745714 6160384 909 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583400 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5957/statm: 1504 909 67 118 0 1383 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 7528

[startup+6.25378 s]
/proc/loadavg: 0.92 0.95 0.98 2/66 5959
/proc/meminfo: memFree=1681080/2055920 swapFree=4183148/4192956
[pid=5956] ppid=5954 vsize=1512 CPUtime=4.99
/proc/5956/stat : 5956 (SATzilla2007_F) S 5954 5956 5498 0 -1 4194304 149 4109 0 0 0 0 498 1 16 0 1 0 184745714 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5956/statm: 378 125 110 260 0 84 0
[pid=5959] ppid=5956 vsize=6188 CPUtime=1.24
/proc/5959/stat : 5959 (ubcsat2006) R 5956 5956 5498 0 -1 4194304 657 0 0 0 120 4 0 0 25 0 1 0 184746214 6336512 639 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5959/statm: 1547 639 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7700

[startup+12.7179 s]
/proc/loadavg: 0.93 0.96 0.98 2/66 5960
/proc/meminfo: memFree=1675832/2055920 swapFree=4183148/4192956
[pid=5956] ppid=5954 vsize=3780 CPUtime=11.03
/proc/5956/stat : 5956 (SATzilla2007_F) S 5954 5956 5498 0 -1 4194304 2050 4772 0 0 383 8 704 8 25 0 1 0 184745714 3870720 767 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5956/statm: 945 767 169 260 0 651 0
[pid=5960] ppid=5956 vsize=6504 CPUtime=1.65
/proc/5960/stat : 5960 (minisat20) R 5956 5956 5498 0 -1 4194304 1427 0 0 0 165 0 0 0 25 0 1 0 184746819 6660096 1420 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5960/statm: 1626 1420 58 118 0 1504 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 10284

[startup+25.5253 s]
/proc/loadavg: 0.94 0.96 0.98 2/66 5960
/proc/meminfo: memFree=1671224/2055920 swapFree=4183148/4192956
[pid=5956] ppid=5954 vsize=3780 CPUtime=11.03
/proc/5956/stat : 5956 (SATzilla2007_F) S 5954 5956 5498 0 -1 4194304 2050 4772 0 0 383 8 704 8 25 0 1 0 184745714 3870720 767 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5956/statm: 945 767 169 260 0 651 0
[pid=5960] ppid=5956 vsize=10632 CPUtime=14.46
/proc/5960/stat : 5960 (minisat20) R 5956 5956 5498 0 -1 4194304 2458 0 0 0 1444 2 0 0 25 0 1 0 184746819 10887168 2451 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5960/statm: 2658 2451 58 118 0 2536 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 14412

[startup+51.1499 s]
/proc/loadavg: 0.96 0.96 0.98 2/66 5960
/proc/meminfo: memFree=1668408/2055920 swapFree=4183148/4192956
[pid=5956] ppid=5954 vsize=3780 CPUtime=11.03
/proc/5956/stat : 5956 (SATzilla2007_F) S 5954 5956 5498 0 -1 4194304 2050 4772 0 0 383 8 704 8 25 0 1 0 184745714 3870720 767 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5956/statm: 945 767 169 260 0 651 0
[pid=5960] ppid=5956 vsize=13436 CPUtime=40.07
/proc/5960/stat : 5960 (minisat20) R 5956 5956 5498 0 -1 4194304 3173 0 0 0 4004 3 0 0 25 0 1 0 184746819 13758464 3166 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5960/statm: 3359 3166 58 118 0 3237 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 17216

[startup+102.396 s]
/proc/loadavg: 0.98 0.96 0.98 2/66 5960
/proc/meminfo: memFree=1666488/2055920 swapFree=4183148/4192956
[pid=5956] ppid=5954 vsize=3780 CPUtime=11.03
/proc/5956/stat : 5956 (SATzilla2007_F) S 5954 5956 5498 0 -1 4194304 2050 4772 0 0 383 8 704 8 25 0 1 0 184745714 3870720 767 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5956/statm: 945 767 169 260 0 651 0
[pid=5960] ppid=5956 vsize=15420 CPUtime=91.3
/proc/5960/stat : 5960 (minisat20) R 5956 5956 5498 0 -1 4194304 3669 0 0 0 9126 4 0 0 25 0 1 0 184746819 15790080 3662 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5960/statm: 3855 3662 58 118 0 3733 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 19200

[startup+162.458 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 5960
/proc/meminfo: memFree=1664952/2055920 swapFree=4183148/4192956
[pid=5956] ppid=5954 vsize=3780 CPUtime=11.03
/proc/5956/stat : 5956 (SATzilla2007_F) S 5954 5956 5498 0 -1 4194304 2050 4772 0 0 383 8 704 8 25 0 1 0 184745714 3870720 767 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5956/statm: 945 767 169 260 0 651 0
[pid=5960] ppid=5956 vsize=17004 CPUtime=151.34
/proc/5960/stat : 5960 (minisat20) R 5956 5956 5498 0 -1 4194304 4041 0 0 0 15130 4 0 0 25 0 1 0 184746819 17412096 4034 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5960/statm: 4251 4034 58 118 0 4129 0
Current children cumulated CPU time (s) 162.37
Current children cumulated vsize (KiB) 20784

[startup+222.521 s]
/proc/loadavg: 0.99 0.97 0.98 2/72 6032
/proc/meminfo: memFree=1661320/2055920 swapFree=4183148/4192956
[pid=5956] ppid=5954 vsize=3780 CPUtime=11.03
/proc/5956/stat : 5956 (SATzilla2007_F) S 5954 5956 5498 0 -1 4194304 2050 4772 0 0 383 8 704 8 25 0 1 0 184745714 3870720 767 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5956/statm: 945 767 169 260 0 651 0
[pid=5960] ppid=5956 vsize=19472 CPUtime=211.35
/proc/5960/stat : 5960 (minisat20) R 5956 5956 5498 0 -1 4194304 4656 0 0 0 21130 5 0 0 25 0 1 0 184746819 19939328 4649 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5960/statm: 4868 4649 58 118 0 4746 0
Current children cumulated CPU time (s) 222.38
Current children cumulated vsize (KiB) 23252

[startup+282.611 s]
/proc/loadavg: 1.04 0.99 0.99 2/72 6124
/proc/meminfo: memFree=1659784/2055920 swapFree=4183148/4192956
[pid=5956] ppid=5954 vsize=3780 CPUtime=11.03
/proc/5956/stat : 5956 (SATzilla2007_F) S 5954 5956 5498 0 -1 4194304 2050 4772 0 0 383 8 704 8 25 0 1 0 184745714 3870720 767 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5956/statm: 945 767 169 260 0 651 0
[pid=5960] ppid=5956 vsize=20932 CPUtime=271.38
/proc/5960/stat : 5960 (minisat20) R 5956 5956 5498 0 -1 4194304 5006 0 0 0 27132 6 0 0 25 0 1 0 184746819 21434368 4999 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5960/statm: 5233 4999 58 118 0 5111 0
Current children cumulated CPU time (s) 282.41
Current children cumulated vsize (KiB) 24712

[startup+342.678 s]
/proc/loadavg: 1.01 0.99 0.99 2/66 6158
/proc/meminfo: memFree=1660408/2055920 swapFree=4183148/4192956
[pid=5956] ppid=5954 vsize=3780 CPUtime=11.03
/proc/5956/stat : 5956 (SATzilla2007_F) S 5954 5956 5498 0 -1 4194304 2050 4772 0 0 383 8 704 8 25 0 1 0 184745714 3870720 767 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5956/statm: 945 767 169 260 0 651 0
[pid=5960] ppid=5956 vsize=21344 CPUtime=331.4
/proc/5960/stat : 5960 (minisat20) R 5956 5956 5498 0 -1 4194304 5125 0 0 0 33134 6 0 0 25 0 1 0 184746819 21856256 5118 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5960/statm: 5336 5118 58 118 0 5214 0
Current children cumulated CPU time (s) 342.43
Current children cumulated vsize (KiB) 25124

[startup+402.737 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 6158
/proc/meminfo: memFree=1659896/2055920 swapFree=4183148/4192956
[pid=5956] ppid=5954 vsize=3780 CPUtime=11.03
/proc/5956/stat : 5956 (SATzilla2007_F) S 5954 5956 5498 0 -1 4194304 2050 4772 0 0 383 8 704 8 25 0 1 0 184745714 3870720 767 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5956/statm: 945 767 169 260 0 651 0
[pid=5960] ppid=5956 vsize=21928 CPUtime=391.44
/proc/5960/stat : 5960 (minisat20) R 5956 5956 5498 0 -1 4194304 5248 0 0 0 39138 6 0 0 25 0 1 0 184746819 22454272 5241 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5960/statm: 5482 5241 58 118 0 5360 0
Current children cumulated CPU time (s) 402.47
Current children cumulated vsize (KiB) 25708

[startup+462.796 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 6158
/proc/meminfo: memFree=1658424/2055920 swapFree=4183148/4192956
[pid=5956] ppid=5954 vsize=3780 CPUtime=11.03
/proc/5956/stat : 5956 (SATzilla2007_F) S 5954 5956 5498 0 -1 4194304 2050 4772 0 0 383 8 704 8 25 0 1 0 184745714 3870720 767 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5956/statm: 945 767 169 260 0 651 0
[pid=5960] ppid=5956 vsize=23392 CPUtime=451.48
/proc/5960/stat : 5960 (minisat20) R 5956 5956 5498 0 -1 4194304 5622 0 0 0 45141 7 0 0 25 0 1 0 184746819 23953408 5615 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525763 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5960/statm: 5848 5615 58 118 0 5726 0
Current children cumulated CPU time (s) 462.51

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

/proc/5956/statm: 945 767 169 260 0 651 0
[pid=5960] ppid=5956 vsize=26476 CPUtime=751.67
/proc/5960/stat : 5960 (minisat20) R 5956 5956 5498 0 -1 4194304 6397 0 0 0 75159 8 0 0 25 0 1 0 184746819 27111424 6390 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525633 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5960/statm: 6619 6390 58 118 0 6497 0
Current children cumulated CPU time (s) 762.7
Current children cumulated vsize (KiB) 30256

[startup+823.149 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 6158
/proc/meminfo: memFree=1655032/2055920 swapFree=4183148/4192956
[pid=5956] ppid=5954 vsize=3780 CPUtime=11.03
/proc/5956/stat : 5956 (SATzilla2007_F) S 5954 5956 5498 0 -1 4194304 2050 4772 0 0 383 8 704 8 25 0 1 0 184745714 3870720 767 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5956/statm: 945 767 169 260 0 651 0
[pid=5960] ppid=5956 vsize=26792 CPUtime=811.72
/proc/5960/stat : 5960 (minisat20) R 5956 5956 5498 0 -1 4194304 6454 0 0 0 81164 8 0 0 25 0 1 0 184746819 27435008 6447 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525767 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5960/statm: 6698 6447 58 118 0 6576 0
Current children cumulated CPU time (s) 822.75
Current children cumulated vsize (KiB) 30572

[startup+883.206 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 6158
/proc/meminfo: memFree=1654712/2055920 swapFree=4183148/4192956
[pid=5956] ppid=5954 vsize=3780 CPUtime=11.03
/proc/5956/stat : 5956 (SATzilla2007_F) S 5954 5956 5498 0 -1 4194304 2050 4772 0 0 383 8 704 8 25 0 1 0 184745714 3870720 767 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5956/statm: 945 767 169 260 0 651 0
[pid=5960] ppid=5956 vsize=27244 CPUtime=871.75
/proc/5960/stat : 5960 (minisat20) R 5956 5956 5498 0 -1 4194304 6539 0 0 0 87167 8 0 0 25 0 1 0 184746819 27897856 6532 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5960/statm: 6811 6532 58 118 0 6689 0
Current children cumulated CPU time (s) 882.78
Current children cumulated vsize (KiB) 31024

[startup+943.264 s]
/proc/loadavg: 1.07 1.00 0.99 2/66 6158
/proc/meminfo: memFree=1654264/2055920 swapFree=4183148/4192956
[pid=5956] ppid=5954 vsize=3780 CPUtime=11.03
/proc/5956/stat : 5956 (SATzilla2007_F) S 5954 5956 5498 0 -1 4194304 2050 4772 0 0 383 8 704 8 25 0 1 0 184745714 3870720 767 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5956/statm: 945 767 169 260 0 651 0
[pid=5960] ppid=5956 vsize=27508 CPUtime=931.79
/proc/5960/stat : 5960 (minisat20) R 5956 5956 5498 0 -1 4194304 6632 0 0 0 93171 8 0 0 25 0 1 0 184746819 28168192 6625 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5960/statm: 6877 6625 58 118 0 6755 0
Current children cumulated CPU time (s) 942.82
Current children cumulated vsize (KiB) 31288

[startup+1003.33 s]
/proc/loadavg: 1.02 1.00 0.99 2/66 6158
/proc/meminfo: memFree=1654136/2055920 swapFree=4183148/4192956
[pid=5956] ppid=5954 vsize=3780 CPUtime=11.03
/proc/5956/stat : 5956 (SATzilla2007_F) S 5954 5956 5498 0 -1 4194304 2050 4772 0 0 383 8 704 8 25 0 1 0 184745714 3870720 767 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5956/statm: 945 767 169 260 0 651 0
[pid=5960] ppid=5956 vsize=27788 CPUtime=991.84
/proc/5960/stat : 5960 (minisat20) R 5956 5956 5498 0 -1 4194304 6666 0 0 0 99175 9 0 0 25 0 1 0 184746819 28454912 6659 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5960/statm: 6947 6659 58 118 0 6825 0
Current children cumulated CPU time (s) 1002.87
Current children cumulated vsize (KiB) 31568

[startup+1063.39 s]
/proc/loadavg: 1.01 1.00 0.99 2/66 6158
/proc/meminfo: memFree=1654136/2055920 swapFree=4183148/4192956
[pid=5956] ppid=5954 vsize=3780 CPUtime=11.03
/proc/5956/stat : 5956 (SATzilla2007_F) S 5954 5956 5498 0 -1 4194304 2050 4772 0 0 383 8 704 8 25 0 1 0 184745714 3870720 767 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5956/statm: 945 767 169 260 0 651 0
[pid=5960] ppid=5956 vsize=27788 CPUtime=1051.88
/proc/5960/stat : 5960 (minisat20) R 5956 5956 5498 0 -1 4194304 6666 0 0 0 105179 9 0 0 25 0 1 0 184746819 28454912 6659 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5960/statm: 6947 6659 58 118 0 6825 0
Current children cumulated CPU time (s) 1062.91
Current children cumulated vsize (KiB) 31568

[startup+1123.44 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 6158
/proc/meminfo: memFree=1652216/2055920 swapFree=4183148/4192956
[pid=5956] ppid=5954 vsize=3780 CPUtime=11.03
/proc/5956/stat : 5956 (SATzilla2007_F) S 5954 5956 5498 0 -1 4194304 2050 4772 0 0 383 8 704 8 25 0 1 0 184745714 3870720 767 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5956/statm: 945 767 169 260 0 651 0
[pid=5960] ppid=5956 vsize=29636 CPUtime=1111.9
/proc/5960/stat : 5960 (minisat20) R 5956 5956 5498 0 -1 4194304 7141 0 0 0 111181 9 0 0 25 0 1 0 184746819 30347264 7134 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5960/statm: 7409 7134 58 118 0 7287 0
Current children cumulated CPU time (s) 1122.93
Current children cumulated vsize (KiB) 33416

[startup+1183.5 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 6158
/proc/meminfo: memFree=1651768/2055920 swapFree=4183148/4192956
[pid=5956] ppid=5954 vsize=3780 CPUtime=11.03
/proc/5956/stat : 5956 (SATzilla2007_F) S 5954 5956 5498 0 -1 4194304 2050 4772 0 0 383 8 704 8 25 0 1 0 184745714 3870720 767 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5956/statm: 945 767 169 260 0 651 0
[pid=5960] ppid=5956 vsize=30088 CPUtime=1171.95
/proc/5960/stat : 5960 (minisat20) R 5956 5956 5498 0 -1 4194304 7243 0 0 0 117185 10 0 0 25 0 1 0 184746819 30810112 7236 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5960/statm: 7522 7236 58 118 0 7400 0
Current children cumulated CPU time (s) 1182.98
Current children cumulated vsize (KiB) 33868

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

[startup+1187.29 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 6158
/proc/meminfo: memFree=1651704/2055920 swapFree=4183148/4192956
[pid=5956] ppid=5954 vsize=3780 CPUtime=11.03
/proc/5956/stat : 5956 (SATzilla2007_F) S 5954 5956 5498 0 -1 4194304 2050 4772 0 0 383 8 704 8 25 0 1 0 184745714 3870720 767 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5956/statm: 945 767 169 260 0 651 0
[pid=5960] ppid=5956 vsize=30088 CPUtime=1175.74
/proc/5960/stat : 5960 (minisat20) R 5956 5956 5498 0 -1 4194304 7265 0 0 0 117564 10 0 0 25 0 1 0 184746819 30810112 7258 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5960/statm: 7522 7258 58 118 0 7400 0
Current children cumulated CPU time (s) 1186.77
Current children cumulated vsize (KiB) 33868

[startup+1193.85 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 6158
/proc/meminfo: memFree=1651704/2055920 swapFree=4183148/4192956
[pid=5956] ppid=5954 vsize=3780 CPUtime=11.03
/proc/5956/stat : 5956 (SATzilla2007_F) S 5954 5956 5498 0 -1 4194304 2050 4772 0 0 383 8 704 8 25 0 1 0 184745714 3870720 767 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5956/statm: 945 767 169 260 0 651 0
[pid=5960] ppid=5956 vsize=30088 CPUtime=1182.29
/proc/5960/stat : 5960 (minisat20) R 5956 5956 5498 0 -1 4194304 7265 0 0 0 118219 10 0 0 25 0 1 0 184746819 30810112 7258 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5960/statm: 7522 7258 58 118 0 7400 0
Current children cumulated CPU time (s) 1193.32
Current children cumulated vsize (KiB) 33868

[startup+1197.13 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 6158
/proc/meminfo: memFree=1651704/2055920 swapFree=4183148/4192956
[pid=5956] ppid=5954 vsize=3780 CPUtime=11.03
/proc/5956/stat : 5956 (SATzilla2007_F) S 5954 5956 5498 0 -1 4194304 2050 4772 0 0 383 8 704 8 25 0 1 0 184745714 3870720 767 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5956/statm: 945 767 169 260 0 651 0
[pid=5960] ppid=5956 vsize=30088 CPUtime=1185.57
/proc/5960/stat : 5960 (minisat20) R 5956 5956 5498 0 -1 4194304 7265 0 0 0 118547 10 0 0 25 0 1 0 184746819 30810112 7258 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5960/statm: 7522 7258 58 118 0 7400 0
Current children cumulated CPU time (s) 1196.6
Current children cumulated vsize (KiB) 33868

[startup+1198.77 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 6158
/proc/meminfo: memFree=1651704/2055920 swapFree=4183148/4192956
[pid=5956] ppid=5954 vsize=3780 CPUtime=11.03
/proc/5956/stat : 5956 (SATzilla2007_F) S 5954 5956 5498 0 -1 4194304 2050 4772 0 0 383 8 704 8 25 0 1 0 184745714 3870720 767 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5956/statm: 945 767 169 260 0 651 0
[pid=5960] ppid=5956 vsize=30088 CPUtime=1187.21
/proc/5960/stat : 5960 (minisat20) R 5956 5956 5498 0 -1 4194304 7265 0 0 0 118711 10 0 0 25 0 1 0 184746819 30810112 7258 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5960/statm: 7522 7258 58 118 0 7400 0
Current children cumulated CPU time (s) 1198.24
Current children cumulated vsize (KiB) 33868

[startup+1199.18 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 6158
/proc/meminfo: memFree=1651704/2055920 swapFree=4183148/4192956
[pid=5956] ppid=5954 vsize=3780 CPUtime=11.03
/proc/5956/stat : 5956 (SATzilla2007_F) S 5954 5956 5498 0 -1 4194304 2050 4772 0 0 383 8 704 8 25 0 1 0 184745714 3870720 767 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5956/statm: 945 767 169 260 0 651 0
[pid=5960] ppid=5956 vsize=30088 CPUtime=1187.62
/proc/5960/stat : 5960 (minisat20) R 5956 5956 5498 0 -1 4194304 7265 0 0 0 118752 10 0 0 25 0 1 0 184746819 30810112 7258 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5960/statm: 7522 7258 58 118 0 7400 0
Current children cumulated CPU time (s) 1198.65
Current children cumulated vsize (KiB) 33868

[startup+1199.38 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 6158
/proc/meminfo: memFree=1651704/2055920 swapFree=4183148/4192956
[pid=5956] ppid=5954 vsize=3784 CPUtime=1198.85
/proc/5956/stat : 5956 (SATzilla2007_F) R 5954 5956 5498 0 -1 4194304 2272 12037 0 0 384 8 119475 18 16 0 1 0 184745714 3874816 769 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135296215 0 0 4096 0 0 0 0 17 0 0 0
/proc/5956/statm: 946 769 170 260 0 652 0
Current children cumulated CPU time (s) 1198.85
Current children cumulated vsize (KiB) 3784

[startup+1199.48 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 6158
/proc/meminfo: memFree=1651704/2055920 swapFree=4183148/4192956
[pid=5956] ppid=5954 vsize=7512 CPUtime=1198.94
/proc/5956/stat : 5956 (SATzilla2007_F) R 5954 5956 5498 0 -1 4194304 3199 12037 0 0 393 8 119475 18 19 0 1 0 184745714 7692288 1687 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135153964 0 0 4096 0 0 0 0 17 0 0 0
/proc/5956/statm: 1878 1687 176 260 0 1584 0
Current children cumulated CPU time (s) 1198.94
Current children cumulated vsize (KiB) 7512

Child status: 17
Real time (s): 1199.49
CPU time (s): 1198.98
CPU user time (s): 1198.7
CPU system time (s): 0.280957
CPU usage (%): 99.9575
Max. virtual memory (cumulated for all children) (KiB): 33868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.7
system time used= 0.280957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15242
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= 31
involuntary context switches= 3024

runsolver used 0.838872 second user time and 2.54661 second system time

The end

Launcher Data (download as text)

Begin job on node70 on Wed Feb 21 00:57:30 UTC 2007

IDJOB= 302775
IDBENCH= 20091
IDSOLVER= 136
FILE ID= node70/302775-1172019450

PBS_JOBID= 3892687

Free space on /tmp= 66552 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v240/unif-k7-r85-v240-c20400-S998136463-10.cnf
COMMAND LINE= /tmp/evaluation/302775-1172019450/SATzilla2007_F /tmp/evaluation/302775-1172019450/instance-302775-1172019450.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node70/watcher-302775-1172019450 -o ROOT/results/node70/solver-302775-1172019450 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/302775-1172019450/SATzilla2007_F /tmp/evaluation/302775-1172019450/instance-302775-1172019450.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  3ee6423866512ae80f83a98c492ccb0b

RANDOM SEED= 864384198

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node70.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.261
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.261
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:       1683808 kB
Buffers:         29716 kB
Cached:         285416 kB
SwapCached:       4128 kB
Active:         213588 kB
Inactive:       111484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1683808 kB
SwapTotal:     4192956 kB
SwapFree:      4183148 kB
Dirty:           10728 kB
Writeback:           0 kB
Mapped:          15264 kB
Slab:            33096 kB
Committed_AS:   271572 kB
PageTables:       1396 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= 66552 MiB

End job on node70 on Wed Feb 21 01:17:30 UTC 2007