Trace number 304456

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) 1199.79 1200.22

General information on the benchmark

Namerandom/LargeSize/7SAT/v160/
unif-k7-r85-v160-c13600-S679764311-04.cnf
MD5SUM16242b6f859b81dbfcf1afca06363c42
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark336.557
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses13600
Sum of the clauses size95200
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 513600

Solver Data (download as text)

10.84/10.89	c run March_dl for 5 seconds ... 
10.84/10.89	c Bin: Executing march_dl
10.84/10.89	c child exit by a signal
10.84/10.89	c march_dl returned code 137.
10.84/10.89	c run saps for 2 seconds ... 
10.84/10.89	c Bin: Executing ubcsat2006
10.84/10.89	c child exited successfully
10.84/10.89	c ubcsat2006 returned code 0.
10.84/10.89	c satzilla computing base features
10.84/10.89	c satzilla doing unit-prop probe
10.84/10.89	c satzilla doing local search probe
10.84/10.89	c satzilla doing lobjois search-space size estimate
10.84/10.89	c satzilla's ranking:
10.84/10.89	c 1) minisat20: 3.388232
10.84/10.89	c 2) kcnfs: 3.558491
10.84/10.89	c 3) march_dl: 3.986206
10.84/10.89	c 4) eureka: 4.278266
10.84/10.89	c 5) vallst: 4.796855
10.84/10.89	c 6) zchaff_rand: 5.515795
10.84/10.89	c 7) kcnfs+P: 999.000000
10.84/10.89	c 8) march_dl+P: 999.000000
10.84/10.89	c 9) vallst+P: 999.000000
10.84/10.89	c 10) zchaff_rand+P: 999.000000
10.84/10.89	c 11) rsat+P: 999.000000
10.84/10.89	c 12) eureka+P: 999.000000
10.84/10.89	c 13) minisat20+P: 999.000000
10.84/10.89	c 14) rsat: 999.000000
10.84/10.89	c satzilla running minisat20 ... 
10.84/10.90	This is MiniSat 2.0 beta
10.84/10.90	WARNING: for repeatability, setting FPU to use double precision
10.84/10.90	============================[ Problem Statistics ]=============================
10.84/10.90	|                                                                             |
10.84/10.90	|  Number of variables:  160                                                  |
10.84/10.90	|  Number of clauses:    13600                                                |
10.84/10.91	|  Parsing time:         0.01         s                                       |
10.84/10.91	============================[ Search Statistics ]==============================
10.84/10.91	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.84/10.91	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.84/10.91	===============================================================================
10.84/10.91	|         0 |     160    13600    95200 |     4533        0    nan |  0.000 % |
10.84/10.92	|       101 |     160    13600    95200 |     4986      101     46 |  0.004 % |
10.84/10.93	|       251 |     160    13600    95200 |     5485      251     47 |  0.004 % |
10.84/10.95	|       476 |     160    13600    95200 |     6033      476     48 |  0.004 % |
10.87/10.97	|       814 |     160    13600    95200 |     6637      814     48 |  0.004 % |
10.87/11.01	|      1320 |     160    13600    95200 |     7300     1320     48 |  0.004 % |
10.87/11.07	|      2080 |     160    13600    95200 |     8031     2080     48 |  0.004 % |
10.87/11.16	|      3219 |     160    13600    95200 |     8834     3219     48 |  0.004 % |
11.24/11.30	|      4929 |     160    13600    95200 |     9717     4929     48 |  0.004 % |
11.44/11.57	|      7491 |     160    13600    95200 |    10689     7491     48 |  0.004 % |
11.95/12.05	|     11338 |     160    13600    95200 |    11758     5964     48 |  0.004 % |
12.77/12.81	|     17104 |     160    13600    95200 |    12934    11730     48 |  0.004 % |
14.01/14.05	|     25753 |     160    13600    95200 |    14227     7367     49 |  0.004 % |
15.96/16.00	|     38728 |     160    13600    95200 |    15650    13190     50 |  0.004 % |
19.23/19.30	|     58191 |     160    13600    95200 |    17215     9061     48 |  0.004 % |
24.77/24.91	|     87383 |     160    13600    95200 |    18936    12318     48 |  0.004 % |
33.26/33.41	|    131172 |     160    13600    95200 |    20830    18094     49 |  0.004 % |
48.32/48.47	|    196856 |     160    13600    95200 |    22913    10611     49 |  0.004 % |
72.30/72.42	|    295382 |     160    13600    95200 |    25204    16863     48 |  0.004 % |
111.03/111.12	|    443171 |     160    13600    95200 |    27725    19267     49 |  0.004 % |
172.20/172.38	|    664855 |     160    13600    95200 |    30497    23913     48 |  0.004 % |
267.16/267.32	|    997380 |     160    13600    95200 |    33547    29493     48 |  0.004 % |
427.17/427.50	|   1496169 |     160    13600    95200 |    36902    32317     49 |  0.004 % |
682.50/682.85	|   2244351 |     160    13600    95200 |    40592    36629     48 |  0.004 % |
1103.72/1104.22	|   3366626 |     160    13600    95200 |    44652    31579     48 |  0.004 % |
1199.62/1200.14	c Bin: Executing minisat20
1199.62/1200.14	c child exit by a signal
1199.62/1200.14	c minisat20 returned code 137.
1199.62/1200.14	c minisat20 returned code 137.
1199.62/1200.14	c satzilla running kcnfs ... 
1199.62/1200.14	c Bin: Executing kcnfs
1199.62/1200.14	c kcnfs returned code 1.
1199.62/1200.14	c kcnfs returned code 1.
1199.62/1200.14	c satzilla running march_dl ... 
1199.62/1200.14	c Bin: Executing march_dl
1199.62/1200.14	c march_dl returned code 1.
1199.62/1200.14	c march_dl returned code 1.
1199.62/1200.14	c satzilla running eureka ... 
1199.62/1200.14	c Bin: Executing eureka
1199.62/1200.14	c eureka returned code 1.
1199.62/1200.14	c eureka returned code 1.
1199.62/1200.14	c satzilla running vallst ... 
1199.62/1200.14	c Bin: Executing vallst
1199.62/1200.14	c vallst returned code 1.
1199.62/1200.14	c vallst returned code 1.
1199.62/1200.14	c satzilla running zchaff_rand ... 
1199.62/1200.14	c Bin: Executing zchaff_rand
1199.62/1200.14	c zchaff_rand returned code 1.
1199.62/1200.14	c zchaff_rand returned code 1.
1199.62/1200.14	c satzilla running kcnfs with preprocessing ... 
1199.74/1200.21	c Preprocessing...
1199.74/1200.21	c Inital problem has 160 variables, 13600 nary clauses (0 binary clauses).
1199.74/1200.21	c Num non-binary clauses 13600, Average non-binary clause length 7.000
1199.74/1200.21	c Theory has no gaps
1199.74/1200.21	c Preprocessor runtime was 0.030 seconds.
1199.74/1200.21	c 
1199.74/1200.21	c Satisfiability of theory still undetermined.
1199.74/1200.21	c See file /tmp/Im3HBQ for simplified theory.
1199.74/1200.21	c Bin: Executing kcnfs
1199.74/1200.21	c kcnfs returned code 1.
1199.74/1200.21	c kcnfs returned code 1.
1199.74/1200.21	c satzilla running march_dl with preprocessing ... 
1199.74/1200.21	c Bin: Executing march_dl
1199.74/1200.21	c march_dl returned code 1.
1199.74/1200.21	c march_dl returned code 1.
1199.74/1200.21	c satzilla running vallst with preprocessing ... 
1199.74/1200.21	c Bin: Executing vallst
1199.74/1200.21	c vallst returned code 1.
1199.74/1200.21	c vallst returned code 1.
1199.74/1200.21	c satzilla running zchaff_rand with preprocessing ... 
1199.74/1200.21	c Bin: Executing zchaff_rand
1199.74/1200.21	c zchaff_rand returned code 1.
1199.74/1200.21	c zchaff_rand returned code 1.
1199.74/1200.21	c satzilla running rsat with preprocessing ... 
1199.74/1200.21	c Bin: Executing rsat
1199.74/1200.21	c rsat returned code 1.
1199.74/1200.21	c rsat returned code 1.
1199.74/1200.21	c satzilla running eureka with preprocessing ... 
1199.74/1200.21	c Bin: Executing eureka
1199.74/1200.21	c eureka returned code 1.
1199.74/1200.21	c eureka returned code 1.
1199.74/1200.21	c satzilla running minisat20 with preprocessing ... 
1199.74/1200.21	c Bin: Executing minisat20
1199.74/1200.21	c minisat20 returned code 1.
1199.74/1200.21	c minisat20 returned code 1.
1199.74/1200.21	c satzilla running rsat ... 
1199.74/1200.21	c Bin: Executing rsat
1199.74/1200.21	c rsat returned code 1.
1199.74/1200.21	c rsat returned code 1.
1199.74/1200.21	c ERROR: All Failed! 
1199.74/1200.21	c SATZILLA_TIME=1199.950000

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/node63/watcher-304456-1172058999 -o ROOT/results/node63/solver-304456-1172058999 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/304456-1172058999/SATzilla2007_F /tmp/evaluation/304456-1172058999/instance-304456-1172058999.cnf 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 10082
/proc/meminfo: memFree=1582312/2055920 swapFree=4177356/4192956
[pid=10082] ppid=10080 vsize=1512 CPUtime=0
/proc/10082/stat : 10082 (SATzilla2007_F) S 10080 10082 9628 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 225857290 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10082/statm: 378 125 110 260 0 84 0
[pid=10083] ppid=10082 vsize=768 CPUtime=0
/proc/10083/stat : 10083 (march_dl) R 10082 10082 9628 0 -1 4194304 91 0 0 0 0 0 0 0 19 0 1 0 225857290 786432 85 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10083/statm: 192 86 50 118 0 71 0

[startup+0.107083 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 10082
/proc/meminfo: memFree=1582312/2055920 swapFree=4177356/4192956
[pid=10082] ppid=10080 vsize=1512 CPUtime=0
/proc/10082/stat : 10082 (SATzilla2007_F) S 10080 10082 9628 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 225857290 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10082/statm: 378 125 110 260 0 84 0
[pid=10083] ppid=10082 vsize=1624 CPUtime=0.09
/proc/10083/stat : 10083 (march_dl) R 10082 10082 9628 0 -1 4194304 2100 0 0 0 9 0 0 0 20 0 1 0 225857290 1662976 303 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134544323 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10083/statm: 406 303 65 118 0 285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3136

[startup+0.515126 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 10082
/proc/meminfo: memFree=1582312/2055920 swapFree=4177356/4192956
[pid=10082] ppid=10080 vsize=1512 CPUtime=0
/proc/10082/stat : 10082 (SATzilla2007_F) S 10080 10082 9628 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 225857290 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10082/statm: 378 125 110 260 0 84 0
[pid=10083] ppid=10082 vsize=4156 CPUtime=0.5
/proc/10083/stat : 10083 (march_dl) R 10082 10082 9628 0 -1 4194304 2573 0 0 0 50 0 0 0 23 0 1 0 225857290 4255744 607 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583424 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10083/statm: 1039 607 67 118 0 918 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 5668

[startup+1.33521 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 10084
/proc/meminfo: memFree=1579864/2055920 swapFree=4177356/4192956
[pid=10082] ppid=10080 vsize=1512 CPUtime=0
/proc/10082/stat : 10082 (SATzilla2007_F) S 10080 10082 9628 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 225857290 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10082/statm: 378 125 110 260 0 84 0
[pid=10083] ppid=10082 vsize=4288 CPUtime=1.32
/proc/10083/stat : 10083 (march_dl) R 10082 10082 9628 0 -1 4194304 2611 0 0 0 132 0 0 0 25 0 1 0 225857290 4390912 645 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583045 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10083/statm: 1072 645 67 118 0 951 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 5800

[startup+2.97139 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 10084
/proc/meminfo: memFree=1579480/2055920 swapFree=4177356/4192956
[pid=10082] ppid=10080 vsize=1512 CPUtime=0
/proc/10082/stat : 10082 (SATzilla2007_F) S 10080 10082 9628 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 225857290 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10082/statm: 378 125 110 260 0 84 0
[pid=10083] ppid=10082 vsize=4552 CPUtime=2.96
/proc/10083/stat : 10083 (march_dl) R 10082 10082 9628 0 -1 4194304 2685 0 0 0 296 0 0 0 25 0 1 0 225857290 4661248 719 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583568 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10083/statm: 1138 719 67 118 0 1017 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 6064

[startup+6.25874 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 10085
/proc/meminfo: memFree=1580440/2055920 swapFree=4177356/4192956
[pid=10082] ppid=10080 vsize=1512 CPUtime=4.99
/proc/10082/stat : 10082 (SATzilla2007_F) S 10080 10082 9628 0 -1 4194304 149 2762 0 0 0 0 498 1 16 0 1 0 225857290 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10082/statm: 378 125 110 260 0 84 0
[pid=10085] ppid=10082 vsize=6188 CPUtime=1.24
/proc/10085/stat : 10085 (ubcsat2006) R 10082 10082 9628 0 -1 4194304 517 0 0 0 121 3 0 0 25 0 1 0 225857790 6336512 499 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10085/statm: 1547 499 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7700

[startup+12.7114 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 10086
/proc/meminfo: memFree=1576600/2055920 swapFree=4177356/4192956
[pid=10082] ppid=10080 vsize=3072 CPUtime=10.87
/proc/10082/stat : 10082 (SATzilla2007_F) S 10080 10082 9628 0 -1 4194304 1507 3285 0 0 372 7 701 7 25 0 1 0 225857290 3145728 591 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10082/statm: 768 591 169 260 0 474 0
[pid=10086] ppid=10082 vsize=4980 CPUtime=1.8
/proc/10086/stat : 10086 (minisat20) R 10082 10082 9628 0 -1 4194304 1019 0 0 0 180 0 0 0 25 0 1 0 225858380 5099520 1012 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525813 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10086/statm: 1245 1012 58 118 0 1123 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 8052

[startup+25.5268 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 10086
/proc/meminfo: memFree=1574424/2055920 swapFree=4177356/4192956
[pid=10082] ppid=10080 vsize=3072 CPUtime=10.87
/proc/10082/stat : 10082 (SATzilla2007_F) S 10080 10082 9628 0 -1 4194304 1507 3285 0 0 372 7 701 7 25 0 1 0 225857290 3145728 591 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10082/statm: 768 591 169 260 0 474 0
[pid=10086] ppid=10082 vsize=7168 CPUtime=14.61
/proc/10086/stat : 10086 (minisat20) R 10082 10082 9628 0 -1 4194304 1533 0 0 0 1461 0 0 0 25 0 1 0 225858380 7340032 1526 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525628 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10086/statm: 1792 1526 58 118 0 1670 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 10240

[startup+51.1535 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 10086
/proc/meminfo: memFree=1572632/2055920 swapFree=4177356/4192956
[pid=10082] ppid=10080 vsize=3072 CPUtime=10.87
/proc/10082/stat : 10082 (SATzilla2007_F) S 10080 10082 9628 0 -1 4194304 1507 3285 0 0 372 7 701 7 25 0 1 0 225857290 3145728 591 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10082/statm: 768 591 169 260 0 474 0
[pid=10086] ppid=10082 vsize=9104 CPUtime=40.22
/proc/10086/stat : 10086 (minisat20) R 10082 10082 9628 0 -1 4194304 2038 0 0 0 4022 0 0 0 25 0 1 0 225858380 9322496 2031 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10086/statm: 2276 2031 58 118 0 2154 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 12176

[startup+102.401 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 10086
/proc/meminfo: memFree=1571032/2055920 swapFree=4177356/4192956
[pid=10082] ppid=10080 vsize=3072 CPUtime=10.87
/proc/10082/stat : 10082 (SATzilla2007_F) S 10080 10082 9628 0 -1 4194304 1507 3285 0 0 372 7 701 7 25 0 1 0 225857290 3145728 591 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10082/statm: 768 591 169 260 0 474 0
[pid=10086] ppid=10082 vsize=10484 CPUtime=91.45
/proc/10086/stat : 10086 (minisat20) R 10082 10082 9628 0 -1 4194304 2368 0 0 0 9145 0 0 0 25 0 1 0 225858380 10735616 2361 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10086/statm: 2621 2361 58 118 0 2499 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 13556

[startup+162.463 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 10086
/proc/meminfo: memFree=1570008/2055920 swapFree=4177356/4192956
[pid=10082] ppid=10080 vsize=3072 CPUtime=10.87
/proc/10082/stat : 10082 (SATzilla2007_F) S 10080 10082 9628 0 -1 4194304 1507 3285 0 0 372 7 701 7 25 0 1 0 225857290 3145728 591 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10082/statm: 768 591 169 260 0 474 0
[pid=10086] ppid=10082 vsize=11500 CPUtime=151.5
/proc/10086/stat : 10086 (minisat20) R 10082 10082 9628 0 -1 4194304 2615 0 0 0 15150 0 0 0 25 0 1 0 225858380 11776000 2608 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525554 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10086/statm: 2875 2608 58 118 0 2753 0
Current children cumulated CPU time (s) 162.37
Current children cumulated vsize (KiB) 14572

[startup+222.518 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 10086
/proc/meminfo: memFree=1568920/2055920 swapFree=4177356/4192956
[pid=10082] ppid=10080 vsize=3072 CPUtime=10.87
/proc/10082/stat : 10082 (SATzilla2007_F) S 10080 10082 9628 0 -1 4194304 1507 3285 0 0 372 7 701 7 25 0 1 0 225857290 3145728 591 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10082/statm: 768 591 169 260 0 474 0
[pid=10086] ppid=10082 vsize=12596 CPUtime=211.54
/proc/10086/stat : 10086 (minisat20) R 10082 10082 9628 0 -1 4194304 2874 0 0 0 21153 1 0 0 25 0 1 0 225858380 12898304 2867 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10086/statm: 3149 2867 58 118 0 3027 0
Current children cumulated CPU time (s) 222.41
Current children cumulated vsize (KiB) 15668

[startup+282.584 s]
/proc/loadavg: 1.00 1.00 0.99 2/72 10170
/proc/meminfo: memFree=1566624/2055920 swapFree=4177356/4192956
[pid=10082] ppid=10080 vsize=3072 CPUtime=10.87
/proc/10082/stat : 10082 (SATzilla2007_F) S 10080 10082 9628 0 -1 4194304 1507 3285 0 0 372 7 701 7 25 0 1 0 225857290 3145728 591 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10082/statm: 768 591 169 260 0 474 0
[pid=10086] ppid=10082 vsize=13836 CPUtime=271.55
/proc/10086/stat : 10086 (minisat20) R 10082 10082 9628 0 -1 4194304 3172 0 0 0 27154 1 0 0 25 0 1 0 225858380 14168064 3165 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10086/statm: 3459 3165 58 118 0 3337 0
Current children cumulated CPU time (s) 282.42
Current children cumulated vsize (KiB) 16908

[startup+342.672 s]
/proc/loadavg: 1.00 1.00 0.99 2/72 10260
/proc/meminfo: memFree=1565984/2055920 swapFree=4177356/4192956
[pid=10082] ppid=10080 vsize=3072 CPUtime=10.87
/proc/10082/stat : 10082 (SATzilla2007_F) S 10080 10082 9628 0 -1 4194304 1507 3285 0 0 372 7 701 7 25 0 1 0 225857290 3145728 591 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10082/statm: 768 591 169 260 0 474 0
[pid=10086] ppid=10082 vsize=14288 CPUtime=331.57
/proc/10086/stat : 10086 (minisat20) R 10082 10082 9628 0 -1 4194304 3267 0 0 0 33156 1 0 0 25 0 1 0 225858380 14630912 3260 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10086/statm: 3572 3260 58 118 0 3450 0
Current children cumulated CPU time (s) 342.44
Current children cumulated vsize (KiB) 17360

[startup+402.738 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 10284
/proc/meminfo: memFree=1566872/2055920 swapFree=4177356/4192956
[pid=10082] ppid=10080 vsize=3072 CPUtime=10.87
/proc/10082/stat : 10082 (SATzilla2007_F) S 10080 10082 9628 0 -1 4194304 1507 3285 0 0 372 7 701 7 25 0 1 0 225857290 3145728 591 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10082/statm: 768 591 169 260 0 474 0
[pid=10086] ppid=10082 vsize=14620 CPUtime=391.61
/proc/10086/stat : 10086 (minisat20) R 10082 10082 9628 0 -1 4194304 3341 0 0 0 39159 2 0 0 25 0 1 0 225858380 14970880 3334 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10086/statm: 3655 3334 58 118 0 3533 0
Current children cumulated CPU time (s) 402.48
Current children cumulated vsize (KiB) 17692

[startup+462.793 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 10284
/proc/meminfo: memFree=1565976/2055920 swapFree=4177356/4192956
[pid=10082] ppid=10080 vsize=3072 CPUtime=10.87
/proc/10082/stat : 10082 (SATzilla2007_F) S 10080 10082 9628 0 -1 4194304 1507 3285 0 0 372 7 701 7 25 0 1 0 225857290 3145728 591 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10082/statm: 768 591 169 260 0 474 0
[pid=10086] ppid=10082 vsize=15488 CPUtime=451.65
/proc/10086/stat : 10086 (minisat20) R 10082 10082 9628 0 -1 4194304 3545 0 0 0 45162 3 0 0 25 0 1 0 225858380 15859712 3538 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10086/statm: 3872 3538 58 118 0 3750 0
Current children cumulated CPU time (s) 462.52

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

/proc/10086/statm: 4314 3967 58 118 0 4192 0
Current children cumulated CPU time (s) 702.68
Current children cumulated vsize (KiB) 20328

[startup+763.072 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 10284
/proc/meminfo: memFree=1563800/2055920 swapFree=4177356/4192956
[pid=10082] ppid=10080 vsize=3072 CPUtime=10.87
/proc/10082/stat : 10082 (SATzilla2007_F) S 10080 10082 9628 0 -1 4194304 1507 3285 0 0 372 7 701 7 25 0 1 0 225857290 3145728 591 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10082/statm: 768 591 169 260 0 474 0
[pid=10086] ppid=10082 vsize=17736 CPUtime=751.85
/proc/10086/stat : 10086 (minisat20) R 10082 10082 9628 0 -1 4194304 4080 0 0 0 75182 3 0 0 25 0 1 0 225858380 18161664 4073 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10086/statm: 4434 4073 58 118 0 4312 0
Current children cumulated CPU time (s) 762.72
Current children cumulated vsize (KiB) 20808

[startup+823.131 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 10284
/proc/meminfo: memFree=1563672/2055920 swapFree=4177356/4192956
[pid=10082] ppid=10080 vsize=3072 CPUtime=10.87
/proc/10082/stat : 10082 (SATzilla2007_F) S 10080 10082 9628 0 -1 4194304 1507 3285 0 0 372 7 701 7 25 0 1 0 225857290 3145728 591 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10082/statm: 768 591 169 260 0 474 0
[pid=10086] ppid=10082 vsize=17912 CPUtime=811.89
/proc/10086/stat : 10086 (minisat20) R 10082 10082 9628 0 -1 4194304 4133 0 0 0 81186 3 0 0 25 0 1 0 225858380 18341888 4126 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10086/statm: 4478 4126 58 118 0 4356 0
Current children cumulated CPU time (s) 822.76
Current children cumulated vsize (KiB) 20984

[startup+883.185 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 10284
/proc/meminfo: memFree=1563672/2055920 swapFree=4177356/4192956
[pid=10082] ppid=10080 vsize=3072 CPUtime=10.87
/proc/10082/stat : 10082 (SATzilla2007_F) S 10080 10082 9628 0 -1 4194304 1507 3285 0 0 372 7 701 7 25 0 1 0 225857290 3145728 591 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10082/statm: 768 591 169 260 0 474 0
[pid=10086] ppid=10082 vsize=18076 CPUtime=871.93
/proc/10086/stat : 10086 (minisat20) R 10082 10082 9628 0 -1 4194304 4159 0 0 0 87190 3 0 0 25 0 1 0 225858380 18509824 4152 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10086/statm: 4519 4152 58 118 0 4397 0
Current children cumulated CPU time (s) 882.8
Current children cumulated vsize (KiB) 21148

[startup+943.242 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 10284
/proc/meminfo: memFree=1563416/2055920 swapFree=4177356/4192956
[pid=10082] ppid=10080 vsize=3072 CPUtime=10.87
/proc/10082/stat : 10082 (SATzilla2007_F) S 10080 10082 9628 0 -1 4194304 1507 3285 0 0 372 7 701 7 25 0 1 0 225857290 3145728 591 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10082/statm: 768 591 169 260 0 474 0
[pid=10086] ppid=10082 vsize=18228 CPUtime=931.97
/proc/10086/stat : 10086 (minisat20) R 10082 10082 9628 0 -1 4194304 4215 0 0 0 93194 3 0 0 25 0 1 0 225858380 18665472 4208 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10086/statm: 4557 4208 58 118 0 4435 0
Current children cumulated CPU time (s) 942.84
Current children cumulated vsize (KiB) 21300

[startup+1003.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 10284
/proc/meminfo: memFree=1563224/2055920 swapFree=4177356/4192956
[pid=10082] ppid=10080 vsize=3072 CPUtime=10.87
/proc/10082/stat : 10082 (SATzilla2007_F) S 10080 10082 9628 0 -1 4194304 1507 3285 0 0 372 7 701 7 25 0 1 0 225857290 3145728 591 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10082/statm: 768 591 169 260 0 474 0
[pid=10086] ppid=10082 vsize=18372 CPUtime=992.01
/proc/10086/stat : 10086 (minisat20) R 10082 10082 9628 0 -1 4194304 4247 0 0 0 99198 3 0 0 25 0 1 0 225858380 18812928 4240 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10086/statm: 4593 4240 58 118 0 4471 0
Current children cumulated CPU time (s) 1002.88
Current children cumulated vsize (KiB) 21444

[startup+1063.37 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 10284
/proc/meminfo: memFree=1563224/2055920 swapFree=4177356/4192956
[pid=10082] ppid=10080 vsize=3072 CPUtime=10.87
/proc/10082/stat : 10082 (SATzilla2007_F) S 10080 10082 9628 0 -1 4194304 1507 3285 0 0 372 7 701 7 25 0 1 0 225857290 3145728 591 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10082/statm: 768 591 169 260 0 474 0
[pid=10086] ppid=10082 vsize=18536 CPUtime=1052.07
/proc/10086/stat : 10086 (minisat20) R 10082 10082 9628 0 -1 4194304 4263 0 0 0 105203 4 0 0 25 0 1 0 225858380 18980864 4256 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10086/statm: 4634 4256 58 118 0 4512 0
Current children cumulated CPU time (s) 1062.94
Current children cumulated vsize (KiB) 21608

[startup+1123.42 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 10284
/proc/meminfo: memFree=1562200/2055920 swapFree=4177356/4192956
[pid=10082] ppid=10080 vsize=3072 CPUtime=10.87
/proc/10082/stat : 10082 (SATzilla2007_F) S 10080 10082 9628 0 -1 4194304 1507 3285 0 0 372 7 701 7 25 0 1 0 225857290 3145728 591 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10082/statm: 768 591 169 260 0 474 0
[pid=10086] ppid=10082 vsize=19556 CPUtime=1112.11
/proc/10086/stat : 10086 (minisat20) R 10082 10082 9628 0 -1 4194304 4521 0 0 0 111207 4 0 0 25 0 1 0 225858380 20025344 4514 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10086/statm: 4889 4514 58 118 0 4767 0
Current children cumulated CPU time (s) 1122.98
Current children cumulated vsize (KiB) 22628

[startup+1183.48 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 10284
/proc/meminfo: memFree=1561944/2055920 swapFree=4177356/4192956
[pid=10082] ppid=10080 vsize=3072 CPUtime=10.87
/proc/10082/stat : 10082 (SATzilla2007_F) S 10080 10082 9628 0 -1 4194304 1507 3285 0 0 372 7 701 7 25 0 1 0 225857290 3145728 591 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10082/statm: 768 591 169 260 0 474 0
[pid=10086] ppid=10082 vsize=19840 CPUtime=1172.15
/proc/10086/stat : 10086 (minisat20) R 10082 10082 9628 0 -1 4194304 4576 0 0 0 117211 4 0 0 25 0 1 0 225858380 20316160 4569 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525376 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10086/statm: 4960 4569 58 118 0 4838 0
Current children cumulated CPU time (s) 1183.02
Current children cumulated vsize (KiB) 22912

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

[startup+1193.83 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 10284
/proc/meminfo: memFree=1561944/2055920 swapFree=4177356/4192956
[pid=10082] ppid=10080 vsize=3072 CPUtime=10.87
/proc/10082/stat : 10082 (SATzilla2007_F) S 10080 10082 9628 0 -1 4194304 1507 3285 0 0 372 7 701 7 25 0 1 0 225857290 3145728 591 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10082/statm: 768 591 169 260 0 474 0
[pid=10086] ppid=10082 vsize=19976 CPUtime=1182.5
/proc/10086/stat : 10086 (minisat20) R 10082 10082 9628 0 -1 4194304 4588 0 0 0 118246 4 0 0 25 0 1 0 225858380 20455424 4581 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525476 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10086/statm: 4994 4581 58 118 0 4872 0
Current children cumulated CPU time (s) 1193.37
Current children cumulated vsize (KiB) 23048

[startup+1197.12 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 10284
/proc/meminfo: memFree=1561880/2055920 swapFree=4177356/4192956
[pid=10082] ppid=10080 vsize=3072 CPUtime=10.87
/proc/10082/stat : 10082 (SATzilla2007_F) S 10080 10082 9628 0 -1 4194304 1507 3285 0 0 372 7 701 7 25 0 1 0 225857290 3145728 591 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10082/statm: 768 591 169 260 0 474 0
[pid=10086] ppid=10082 vsize=19976 CPUtime=1185.78
/proc/10086/stat : 10086 (minisat20) R 10082 10082 9628 0 -1 4194304 4588 0 0 0 118574 4 0 0 25 0 1 0 225858380 20455424 4581 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10086/statm: 4994 4581 58 118 0 4872 0
Current children cumulated CPU time (s) 1196.65
Current children cumulated vsize (KiB) 23048

[startup+1198.76 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 10284
/proc/meminfo: memFree=1561880/2055920 swapFree=4177356/4192956
[pid=10082] ppid=10080 vsize=3072 CPUtime=10.87
/proc/10082/stat : 10082 (SATzilla2007_F) S 10080 10082 9628 0 -1 4194304 1507 3285 0 0 372 7 701 7 25 0 1 0 225857290 3145728 591 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10082/statm: 768 591 169 260 0 474 0
[pid=10086] ppid=10082 vsize=19976 CPUtime=1187.42
/proc/10086/stat : 10086 (minisat20) R 10082 10082 9628 0 -1 4194304 4588 0 0 0 118738 4 0 0 25 0 1 0 225858380 20455424 4581 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10086/statm: 4994 4581 58 118 0 4872 0
Current children cumulated CPU time (s) 1198.29
Current children cumulated vsize (KiB) 23048

[startup+1199.57 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 10284
/proc/meminfo: memFree=1561880/2055920 swapFree=4177356/4192956
[pid=10082] ppid=10080 vsize=3072 CPUtime=10.87
/proc/10082/stat : 10082 (SATzilla2007_F) S 10080 10082 9628 0 -1 4194304 1507 3285 0 0 372 7 701 7 25 0 1 0 225857290 3145728 591 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10082/statm: 768 591 169 260 0 474 0
[pid=10086] ppid=10082 vsize=19976 CPUtime=1188.24
/proc/10086/stat : 10086 (minisat20) R 10082 10082 9628 0 -1 4194304 4588 0 0 0 118820 4 0 0 25 0 1 0 225858380 20455424 4581 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10086/statm: 4994 4581 58 118 0 4872 0
Current children cumulated CPU time (s) 1199.11
Current children cumulated vsize (KiB) 23048

[startup+1199.98 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 10284
/proc/meminfo: memFree=1561880/2055920 swapFree=4177356/4192956
[pid=10082] ppid=10080 vsize=3072 CPUtime=10.87
/proc/10082/stat : 10082 (SATzilla2007_F) S 10080 10082 9628 0 -1 4194304 1507 3285 0 0 372 7 701 7 25 0 1 0 225857290 3145728 591 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10082/statm: 768 591 169 260 0 474 0
[pid=10086] ppid=10082 vsize=19976 CPUtime=1188.65
/proc/10086/stat : 10086 (minisat20) R 10082 10082 9628 0 -1 4194304 4597 0 0 0 118861 4 0 0 25 0 1 0 225858380 20455424 4590 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10086/statm: 4994 4590 58 118 0 4872 0
Current children cumulated CPU time (s) 1199.52
Current children cumulated vsize (KiB) 23048

[startup+1200.19 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 10284
/proc/meminfo: memFree=1561880/2055920 swapFree=4177356/4192956
[pid=10082] ppid=10080 vsize=5548 CPUtime=1199.74
/proc/10082/stat : 10082 (SATzilla2007_F) R 10080 10082 9628 0 -1 4194304 2276 7882 0 0 377 7 119578 12 16 0 1 0 225857290 5681152 1192 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 134592193 0 0 4096 0 0 0 0 17 0 0 0
/proc/10082/statm: 1387 1192 176 260 0 1093 0
Current children cumulated CPU time (s) 1199.74
Current children cumulated vsize (KiB) 5548

Child status: 17
Real time (s): 1200.22
CPU time (s): 1199.79
CPU user time (s): 1199.59
CPU system time (s): 0.201969
CPU usage (%): 99.9641
Max. virtual memory (cumulated for all children) (KiB): 23048

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

runsolver used 0.846871 second user time and 2.48162 second system time

The end

Launcher Data (download as text)

Begin job on node63 on Wed Feb 21 11:56:39 UTC 2007

IDJOB= 304456
IDBENCH= 20132
IDSOLVER= 136
FILE ID= node63/304456-1172058999

PBS_JOBID= 3892775

Free space on /tmp= 66553 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v160/unif-k7-r85-v160-c13600-S679764311-04.cnf
COMMAND LINE= /tmp/evaluation/304456-1172058999/SATzilla2007_F /tmp/evaluation/304456-1172058999/instance-304456-1172058999.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node63/watcher-304456-1172058999 -o ROOT/results/node63/solver-304456-1172058999 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/304456-1172058999/SATzilla2007_F /tmp/evaluation/304456-1172058999/instance-304456-1172058999.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  16242b6f859b81dbfcf1afca06363c42

RANDOM SEED= 363164627

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node63.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.214
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.214
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:       1582656 kB
Buffers:         36144 kB
Cached:         376504 kB
SwapCached:      10176 kB
Active:         313508 kB
Inactive:       115200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1582656 kB
SwapTotal:     4192956 kB
SwapFree:      4177356 kB
Dirty:           10508 kB
Writeback:           0 kB
Mapped:          15444 kB
Slab:            30572 kB
Committed_AS:   586768 kB
PageTables:       1460 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= 66553 MiB

End job on node63 on Wed Feb 21 12:16:39 UTC 2007