Trace number 303267

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.8 1200.11

General information on the benchmark

Namerandom/LargeSize/7SAT/v180/
unif-k7-r85-v180-c15300-S94225360-10.cnf
MD5SUM38fa9b18ee6b5e5fc7f4a67047d30823
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 variables180
Number of clauses15300
Sum of the clauses size107100
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 515300

Solver Data (download as text)

10.83/10.90	c run March_dl for 5 seconds ... 
10.83/10.90	c Bin: Executing march_dl
10.83/10.90	c child exit by a signal
10.83/10.90	c march_dl returned code 137.
10.83/10.90	c run saps for 2 seconds ... 
10.83/10.90	c Bin: Executing ubcsat2006
10.83/10.90	c child exited successfully
10.83/10.90	c ubcsat2006 returned code 0.
10.83/10.90	c satzilla computing base features
10.83/10.90	c satzilla doing unit-prop probe
10.83/10.90	c satzilla doing local search probe
10.83/10.90	c satzilla doing lobjois search-space size estimate
10.83/10.90	c satzilla's ranking:
10.83/10.90	c 1) minisat20: 3.349410
10.83/10.90	c 2) kcnfs: 3.580842
10.83/10.90	c 3) march_dl: 4.079695
10.83/10.90	c 4) eureka: 4.387965
10.83/10.90	c 5) vallst: 4.808849
10.83/10.90	c 6) zchaff_rand: 5.642134
10.83/10.90	c 7) kcnfs+P: 999.000000
10.83/10.90	c 8) march_dl+P: 999.000000
10.83/10.90	c 9) vallst+P: 999.000000
10.83/10.90	c 10) zchaff_rand+P: 999.000000
10.83/10.90	c 11) rsat+P: 999.000000
10.83/10.90	c 12) eureka+P: 999.000000
10.83/10.90	c 13) minisat20+P: 999.000000
10.83/10.90	c 14) rsat: 999.000000
10.83/10.90	c satzilla running minisat20 ... 
10.83/10.90	This is MiniSat 2.0 beta
10.83/10.90	WARNING: for repeatability, setting FPU to use double precision
10.83/10.90	============================[ Problem Statistics ]=============================
10.83/10.90	|                                                                             |
10.83/10.90	|  Number of variables:  180                                                  |
10.83/10.90	|  Number of clauses:    15300                                                |
10.83/10.91	|  Parsing time:         0.01         s                                       |
10.83/10.91	============================[ Search Statistics ]==============================
10.83/10.91	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.83/10.91	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.83/10.91	===============================================================================
10.83/10.91	|         0 |     180    15300   107100 |     5100        0    nan |  0.000 % |
10.83/10.93	|       100 |     180    15300   107100 |     5610      100     59 |  0.003 % |
10.83/10.94	|       250 |     180    15300   107100 |     6171      250     54 |  0.003 % |
10.83/10.96	|       476 |     180    15300   107100 |     6788      476     53 |  0.003 % |
10.87/10.99	|       815 |     180    15300   107100 |     7466      815     53 |  0.003 % |
10.87/11.02	|      1323 |     180    15300   107100 |     8213     1323     52 |  0.003 % |
10.87/11.09	|      2083 |     180    15300   107100 |     9034     2083     52 |  0.003 % |
10.87/11.19	|      3222 |     180    15300   107100 |     9938     3222     52 |  0.003 % |
11.24/11.35	|      4930 |     180    15300   107100 |    10932     4930     52 |  0.003 % |
11.54/11.66	|      7492 |     180    15300   107100 |    12025     7492     52 |  0.003 % |
12.16/12.20	|     11336 |     180    15300   107100 |    13228    11336     52 |  0.003 % |
12.98/13.11	|     17104 |     180    15300   107100 |    14550    10452     53 |  0.003 % |
14.42/14.48	|     25754 |     180    15300   107100 |    16005    11783     53 |  0.003 % |
16.87/16.96	|     38728 |     180    15300   107100 |    17606     8670     53 |  0.003 % |
20.67/20.71	|     58189 |     180    15300   107100 |    19367    10444     53 |  0.003 % |
27.22/27.32	|     87384 |     180    15300   107100 |    21303    10464     53 |  0.003 % |
37.67/37.79	|    131173 |     180    15300   107100 |    23434    11484     54 |  0.003 % |
54.89/54.98	|    196857 |     180    15300   107100 |    25777    17853     51 |  0.003 % |
83.79/83.89	|    295383 |     180    15300   107100 |    28355    18802     52 |  0.003 % |
126.63/126.80	|    443174 |     180    15300   107100 |    31191    20843     53 |  0.003 % |
196.01/196.17	|    664857 |     180    15300   107100 |    34310    17918     52 |  0.003 % |
309.46/309.65	|    997384 |     180    15300   107100 |    37741    25214     53 |  0.003 % |
491.17/491.35	|   1496173 |     180    15300   107100 |    41515    26144     55 |  0.003 % |
785.60/785.90	|   2244356 |     180    15300   107100 |    45666    35491     55 |  0.003 % |
1199.63/1200.03	c Bin: Executing minisat20
1199.63/1200.03	c child exit by a signal
1199.63/1200.03	c minisat20 returned code 137.
1199.63/1200.03	c minisat20 returned code 137.
1199.63/1200.03	c satzilla running kcnfs ... 
1199.63/1200.03	c Bin: Executing kcnfs
1199.63/1200.03	c kcnfs returned code 1.
1199.63/1200.03	c kcnfs returned code 1.
1199.63/1200.03	c satzilla running march_dl ... 
1199.63/1200.03	c Bin: Executing march_dl
1199.63/1200.03	c march_dl returned code 1.
1199.63/1200.03	c march_dl returned code 1.
1199.63/1200.03	c satzilla running eureka ... 
1199.63/1200.03	c Bin: Executing eureka
1199.63/1200.03	c eureka returned code 1.
1199.63/1200.03	c eureka returned code 1.
1199.63/1200.03	c satzilla running vallst ... 
1199.63/1200.03	c Bin: Executing vallst
1199.63/1200.03	c vallst returned code 1.
1199.63/1200.03	c vallst returned code 1.
1199.63/1200.03	c satzilla running zchaff_rand ... 
1199.63/1200.03	c Bin: Executing zchaff_rand
1199.63/1200.03	c zchaff_rand returned code 1.
1199.63/1200.03	c zchaff_rand returned code 1.
1199.63/1200.03	c satzilla running kcnfs with preprocessing ... 
1199.73/1200.10	c Preprocessing...
1199.73/1200.10	c Inital problem has 180 variables, 15300 nary clauses (0 binary clauses).
1199.73/1200.10	c Num non-binary clauses 15300, Average non-binary clause length 7.000
1199.73/1200.10	c Theory has no gaps
1199.73/1200.10	c Preprocessor runtime was 0.040 seconds.
1199.73/1200.10	c 
1199.73/1200.10	c Satisfiability of theory still undetermined.
1199.73/1200.10	c See file /tmp/QphLmm for simplified theory.
1199.73/1200.10	c Bin: Executing kcnfs
1199.73/1200.10	c kcnfs returned code 1.
1199.73/1200.10	c kcnfs returned code 1.
1199.73/1200.10	c satzilla running march_dl with preprocessing ... 
1199.73/1200.10	c Bin: Executing march_dl
1199.73/1200.10	c march_dl returned code 1.
1199.73/1200.10	c march_dl returned code 1.
1199.73/1200.10	c satzilla running vallst with preprocessing ... 
1199.73/1200.10	c Bin: Executing vallst
1199.73/1200.10	c vallst returned code 1.
1199.73/1200.10	c vallst returned code 1.
1199.73/1200.10	c satzilla running zchaff_rand with preprocessing ... 
1199.73/1200.10	c Bin: Executing zchaff_rand
1199.73/1200.10	c zchaff_rand returned code 1.
1199.73/1200.10	c zchaff_rand returned code 1.
1199.73/1200.10	c satzilla running rsat with preprocessing ... 
1199.73/1200.10	c Bin: Executing rsat
1199.73/1200.10	c rsat returned code 1.
1199.73/1200.10	c rsat returned code 1.
1199.73/1200.10	c satzilla running eureka with preprocessing ... 
1199.73/1200.10	c Bin: Executing eureka
1199.73/1200.10	c eureka returned code 1.
1199.73/1200.10	c eureka returned code 1.
1199.73/1200.10	c satzilla running minisat20 with preprocessing ... 
1199.73/1200.10	c Bin: Executing minisat20
1199.73/1200.10	c minisat20 returned code 1.
1199.73/1200.10	c minisat20 returned code 1.
1199.73/1200.10	c satzilla running rsat ... 
1199.73/1200.11	c Bin: Executing rsat
1199.73/1200.11	c rsat returned code 1.
1199.73/1200.11	c rsat returned code 1.
1199.73/1200.11	c ERROR: All Failed! 
1199.73/1200.11	c SATZILLA_TIME=1199.960000

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/node4/watcher-303267-1172031291 -o ROOT/results/node4/solver-303267-1172031291 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/303267-1172031291/SATzilla2007_F /tmp/evaluation/303267-1172031291/instance-303267-1172031291.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.92 0.98 0.99 3/77 13485
/proc/meminfo: memFree=1469288/2055920 swapFree=4192812/4192956
[pid=13485] ppid=13483 vsize=1512 CPUtime=0
/proc/13485/stat : 13485 (SATzilla2007_F) S 13483 13485 12358 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 223083939 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13485/statm: 378 125 110 260 0 84 0
[pid=13486] ppid=13485 vsize=768 CPUtime=0
/proc/13486/stat : 13486 (march_dl) R 13485 13485 12358 0 -1 4194304 93 0 0 0 0 0 0 0 19 0 1 0 223083939 786432 87 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13486/statm: 192 87 50 118 0 71 0

[startup+0.106854 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 13485
/proc/meminfo: memFree=1469288/2055920 swapFree=4192812/4192956
[pid=13485] ppid=13483 vsize=1512 CPUtime=0
/proc/13485/stat : 13485 (SATzilla2007_F) S 13483 13485 12358 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 223083939 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13485/statm: 378 125 110 260 0 84 0
[pid=13486] ppid=13485 vsize=2480 CPUtime=0.09
/proc/13486/stat : 13486 (march_dl) R 13485 13485 12358 0 -1 4194304 2020 0 0 0 9 0 0 0 20 0 1 0 223083939 2539520 505 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134559448 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13486/statm: 620 505 65 118 0 499 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3992

[startup+0.514893 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 13485
/proc/meminfo: memFree=1469288/2055920 swapFree=4192812/4192956
[pid=13485] ppid=13483 vsize=1512 CPUtime=0
/proc/13485/stat : 13485 (SATzilla2007_F) S 13483 13485 12358 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 223083939 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13485/statm: 378 125 110 260 0 84 0
[pid=13486] ppid=13485 vsize=4660 CPUtime=0.51
/proc/13486/stat : 13486 (march_dl) R 13485 13485 12358 0 -1 4194304 2924 0 0 0 50 1 0 0 24 0 1 0 223083939 4771840 672 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583023 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13486/statm: 1165 672 67 118 0 1044 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 6172

[startup+1.33497 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 13487
/proc/meminfo: memFree=1466648/2055920 swapFree=4192812/4192956
[pid=13485] ppid=13483 vsize=1512 CPUtime=0
/proc/13485/stat : 13485 (SATzilla2007_F) S 13483 13485 12358 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 223083939 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13485/statm: 378 125 110 260 0 84 0
[pid=13486] ppid=13485 vsize=4660 CPUtime=1.32
/proc/13486/stat : 13486 (march_dl) R 13485 13485 12358 0 -1 4194304 2948 0 0 0 131 1 0 0 25 0 1 0 223083939 4771840 696 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583583 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13486/statm: 1165 696 67 118 0 1044 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 6172

[startup+2.97113 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 13487
/proc/meminfo: memFree=1466328/2055920 swapFree=4192812/4192956
[pid=13485] ppid=13483 vsize=1512 CPUtime=0
/proc/13485/stat : 13485 (SATzilla2007_F) S 13483 13485 12358 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 223083939 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13485/statm: 378 125 110 260 0 84 0
[pid=13486] ppid=13485 vsize=4924 CPUtime=2.96
/proc/13486/stat : 13486 (march_dl) R 13485 13485 12358 0 -1 4194304 3016 0 0 0 295 1 0 0 25 0 1 0 223083939 5042176 764 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583368 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13486/statm: 1231 764 67 118 0 1110 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 6436

[startup+6.25944 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 13488
/proc/meminfo: memFree=1467352/2055920 swapFree=4192812/4192956
[pid=13485] ppid=13483 vsize=1512 CPUtime=4.99
/proc/13485/stat : 13485 (SATzilla2007_F) S 13483 13485 12358 0 -1 4194304 149 3085 0 0 0 0 498 1 18 0 1 0 223083939 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13485/statm: 378 125 110 260 0 84 0
[pid=13488] ppid=13485 vsize=6188 CPUtime=1.25
/proc/13488/stat : 13488 (ubcsat2006) R 13485 13485 12358 0 -1 4194304 551 0 0 0 121 4 0 0 25 0 1 0 223084439 6336512 533 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13488/statm: 1547 533 156 64 0 1128 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7700

[startup+12.7181 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 13489
/proc/meminfo: memFree=1462680/2055920 swapFree=4192812/4192956
[pid=13485] ppid=13483 vsize=3244 CPUtime=10.87
/proc/13485/stat : 13485 (SATzilla2007_F) S 13483 13485 12358 0 -1 4194304 1638 3642 0 0 370 7 703 7 25 0 1 0 223083939 3321856 633 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13485/statm: 811 633 169 260 0 517 0
[pid=13489] ppid=13485 vsize=5788 CPUtime=1.81
/proc/13489/stat : 13489 (minisat20) R 13485 13485 12358 0 -1 4194304 1229 0 0 0 181 0 0 0 25 0 1 0 223085029 5926912 1222 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13489/statm: 1447 1222 58 118 0 1325 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9032

[startup+25.5273 s]
/proc/loadavg: 0.95 0.98 0.99 2/79 13489
/proc/meminfo: memFree=1460248/2055920 swapFree=4192812/4192956
[pid=13485] ppid=13483 vsize=3244 CPUtime=10.87
/proc/13485/stat : 13485 (SATzilla2007_F) S 13483 13485 12358 0 -1 4194304 1638 3642 0 0 370 7 703 7 25 0 1 0 223083939 3321856 633 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13485/statm: 811 633 169 260 0 517 0
[pid=13489] ppid=13485 vsize=7984 CPUtime=14.61
/proc/13489/stat : 13489 (minisat20) R 13485 13485 12358 0 -1 4194304 1776 0 0 0 1460 1 0 0 25 0 1 0 223085029 8175616 1769 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13489/statm: 1996 1769 58 118 0 1874 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11228

[startup+51.1557 s]
/proc/loadavg: 0.96 0.98 0.99 2/79 13489
/proc/meminfo: memFree=1458712/2055920 swapFree=4192812/4192956
[pid=13485] ppid=13483 vsize=3244 CPUtime=10.87
/proc/13485/stat : 13485 (SATzilla2007_F) S 13483 13485 12358 0 -1 4194304 1638 3642 0 0 370 7 703 7 25 0 1 0 223083939 3321856 633 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13485/statm: 811 633 169 260 0 517 0
[pid=13489] ppid=13485 vsize=9492 CPUtime=40.23
/proc/13489/stat : 13489 (minisat20) R 13485 13485 12358 0 -1 4194304 2146 0 0 0 4021 2 0 0 25 0 1 0 223085029 9719808 2139 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13489/statm: 2373 2139 58 118 0 2251 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 12736

[startup+102.409 s]
/proc/loadavg: 0.98 0.98 0.99 2/79 13489
/proc/meminfo: memFree=1456664/2055920 swapFree=4192812/4192956
[pid=13485] ppid=13483 vsize=3244 CPUtime=10.87
/proc/13485/stat : 13485 (SATzilla2007_F) S 13483 13485 12358 0 -1 4194304 1638 3642 0 0 370 7 703 7 25 0 1 0 223083939 3321856 633 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13485/statm: 811 633 169 260 0 517 0
[pid=13489] ppid=13485 vsize=11684 CPUtime=91.46
/proc/13489/stat : 13489 (minisat20) R 13485 13485 12358 0 -1 4194304 2668 0 0 0 9144 2 0 0 25 0 1 0 223085029 11964416 2661 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13489/statm: 2921 2661 58 118 0 2799 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 14928

[startup+162.486 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 13489
/proc/meminfo: memFree=1455064/2055920 swapFree=4192812/4192956
[pid=13485] ppid=13483 vsize=3244 CPUtime=10.87
/proc/13485/stat : 13485 (SATzilla2007_F) S 13483 13485 12358 0 -1 4194304 1638 3642 0 0 370 7 703 7 25 0 1 0 223083939 3321856 633 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13485/statm: 811 633 169 260 0 517 0
[pid=13489] ppid=13485 vsize=13320 CPUtime=151.53
/proc/13489/stat : 13489 (minisat20) R 13485 13485 12358 0 -1 4194304 3061 0 0 0 15150 3 0 0 25 0 1 0 223085029 13639680 3054 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13489/statm: 3330 3054 58 118 0 3208 0
Current children cumulated CPU time (s) 162.4
Current children cumulated vsize (KiB) 16564

[startup+222.556 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 13489
/proc/meminfo: memFree=1453848/2055920 swapFree=4192812/4192956
[pid=13485] ppid=13483 vsize=3244 CPUtime=10.87
/proc/13485/stat : 13485 (SATzilla2007_F) S 13483 13485 12358 0 -1 4194304 1638 3642 0 0 370 7 703 7 25 0 1 0 223083939 3321856 633 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13485/statm: 811 633 169 260 0 517 0
[pid=13489] ppid=13485 vsize=14460 CPUtime=211.58
/proc/13489/stat : 13489 (minisat20) R 13485 13485 12358 0 -1 4194304 3355 0 0 0 21154 4 0 0 25 0 1 0 223085029 14807040 3348 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13489/statm: 3615 3348 58 118 0 3493 0
Current children cumulated CPU time (s) 222.45
Current children cumulated vsize (KiB) 17704

[startup+282.625 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 13489
/proc/meminfo: memFree=1453528/2055920 swapFree=4192812/4192956
[pid=13485] ppid=13483 vsize=3244 CPUtime=10.87
/proc/13485/stat : 13485 (SATzilla2007_F) S 13483 13485 12358 0 -1 4194304 1638 3642 0 0 370 7 703 7 25 0 1 0 223083939 3321856 633 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13485/statm: 811 633 169 260 0 517 0
[pid=13489] ppid=13485 vsize=14860 CPUtime=271.63
/proc/13489/stat : 13489 (minisat20) R 13485 13485 12358 0 -1 4194304 3445 0 0 0 27159 4 0 0 25 0 1 0 223085029 15216640 3438 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13489/statm: 3715 3438 58 118 0 3593 0
Current children cumulated CPU time (s) 282.5
Current children cumulated vsize (KiB) 18104

[startup+342.694 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 13489
/proc/meminfo: memFree=1452248/2055920 swapFree=4192812/4192956
[pid=13485] ppid=13483 vsize=3244 CPUtime=10.87
/proc/13485/stat : 13485 (SATzilla2007_F) S 13483 13485 12358 0 -1 4194304 1638 3642 0 0 370 7 703 7 25 0 1 0 223083939 3321856 633 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13485/statm: 811 633 169 260 0 517 0
[pid=13489] ppid=13485 vsize=16236 CPUtime=331.69
/proc/13489/stat : 13489 (minisat20) R 13485 13485 12358 0 -1 4194304 3756 0 0 0 33164 5 0 0 25 0 1 0 223085029 16625664 3749 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13489/statm: 4059 3749 58 118 0 3937 0
Current children cumulated CPU time (s) 342.56
Current children cumulated vsize (KiB) 19480

[startup+402.769 s]
/proc/loadavg: 0.99 0.98 0.99 3/79 13489
/proc/meminfo: memFree=1451864/2055920 swapFree=4192812/4192956
[pid=13485] ppid=13483 vsize=3244 CPUtime=10.87
/proc/13485/stat : 13485 (SATzilla2007_F) S 13483 13485 12358 0 -1 4194304 1638 3642 0 0 370 7 703 7 25 0 1 0 223083939 3321856 633 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13485/statm: 811 633 169 260 0 517 0
[pid=13489] ppid=13485 vsize=16556 CPUtime=391.75
/proc/13489/stat : 13489 (minisat20) R 13485 13485 12358 0 -1 4194304 3856 0 0 0 39170 5 0 0 25 0 1 0 223085029 16953344 3849 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525562 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13489/statm: 4139 3849 58 118 0 4017 0
Current children cumulated CPU time (s) 402.62
Current children cumulated vsize (KiB) 19800

[startup+462.839 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 13489
/proc/meminfo: memFree=1451480/2055920 swapFree=4192812/4192956
[pid=13485] ppid=13483 vsize=3244 CPUtime=10.87
/proc/13485/stat : 13485 (SATzilla2007_F) S 13483 13485 12358 0 -1 4194304 1638 3642 0 0 370 7 703 7 25 0 1 0 223083939 3321856 633 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13485/statm: 811 633 169 260 0 517 0
[pid=13489] ppid=13485 vsize=17016 CPUtime=451.81
/proc/13489/stat : 13489 (minisat20) R 13485 13485 12358 0 -1 4194304 3943 0 0 0 45175 6 0 0 25 0 1 0 223085029 17424384 3936 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525807 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13489/statm: 4254 3936 58 118 0 4132 0
Current children cumulated CPU time (s) 462.68

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

/proc/13489/statm: 4838 4467 58 118 0 4716 0
Current children cumulated CPU time (s) 762.95
Current children cumulated vsize (KiB) 22596

[startup+823.26 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 13489
/proc/meminfo: memFree=1448472/2055920 swapFree=4192812/4192956
[pid=13485] ppid=13483 vsize=3244 CPUtime=10.87
/proc/13485/stat : 13485 (SATzilla2007_F) S 13483 13485 12358 0 -1 4194304 1638 3642 0 0 370 7 703 7 25 0 1 0 223083939 3321856 633 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13485/statm: 811 633 169 260 0 517 0
[pid=13489] ppid=13485 vsize=20320 CPUtime=812.13
/proc/13489/stat : 13489 (minisat20) R 13485 13485 12358 0 -1 4194304 4713 0 0 0 81204 9 0 0 25 0 1 0 223085029 20807680 4706 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13489/statm: 5080 4706 58 118 0 4958 0
Current children cumulated CPU time (s) 823
Current children cumulated vsize (KiB) 23564

[startup+883.329 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 13489
/proc/meminfo: memFree=1448280/2055920 swapFree=4192812/4192956
[pid=13485] ppid=13483 vsize=3244 CPUtime=10.87
/proc/13485/stat : 13485 (SATzilla2007_F) S 13483 13485 12358 0 -1 4194304 1638 3642 0 0 370 7 703 7 25 0 1 0 223083939 3321856 633 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13485/statm: 811 633 169 260 0 517 0
[pid=13489] ppid=13485 vsize=20320 CPUtime=872.19
/proc/13489/stat : 13489 (minisat20) R 13485 13485 12358 0 -1 4194304 4744 0 0 0 87209 10 0 0 25 0 1 0 223085029 20807680 4737 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525628 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13489/statm: 5080 4737 58 118 0 4958 0
Current children cumulated CPU time (s) 883.06
Current children cumulated vsize (KiB) 23564

[startup+943.397 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 13489
/proc/meminfo: memFree=1448024/2055920 swapFree=4192812/4192956
[pid=13485] ppid=13483 vsize=3244 CPUtime=10.87
/proc/13485/stat : 13485 (SATzilla2007_F) S 13483 13485 12358 0 -1 4194304 1638 3642 0 0 370 7 703 7 25 0 1 0 223083939 3321856 633 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13485/statm: 811 633 169 260 0 517 0
[pid=13489] ppid=13485 vsize=20624 CPUtime=932.24
/proc/13489/stat : 13489 (minisat20) R 13485 13485 12358 0 -1 4194304 4817 0 0 0 93214 10 0 0 25 0 1 0 223085029 21118976 4810 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525746 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13489/statm: 5156 4810 58 118 0 5034 0
Current children cumulated CPU time (s) 943.11
Current children cumulated vsize (KiB) 23868

[startup+1003.47 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 13489
/proc/meminfo: memFree=1447896/2055920 swapFree=4192812/4192956
[pid=13485] ppid=13483 vsize=3244 CPUtime=10.87
/proc/13485/stat : 13485 (SATzilla2007_F) S 13483 13485 12358 0 -1 4194304 1638 3642 0 0 370 7 703 7 25 0 1 0 223083939 3321856 633 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13485/statm: 811 633 169 260 0 517 0
[pid=13489] ppid=13485 vsize=20812 CPUtime=992.3
/proc/13489/stat : 13489 (minisat20) R 13485 13485 12358 0 -1 4194304 4838 0 0 0 99219 11 0 0 25 0 1 0 223085029 21311488 4831 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525554 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13489/statm: 5203 4831 58 118 0 5081 0
Current children cumulated CPU time (s) 1003.17
Current children cumulated vsize (KiB) 24056

[startup+1063.54 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 13489
/proc/meminfo: memFree=1447832/2055920 swapFree=4192812/4192956
[pid=13485] ppid=13483 vsize=3244 CPUtime=10.87
/proc/13485/stat : 13485 (SATzilla2007_F) S 13483 13485 12358 0 -1 4194304 1638 3642 0 0 370 7 703 7 25 0 1 0 223083939 3321856 633 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13485/statm: 811 633 169 260 0 517 0
[pid=13489] ppid=13485 vsize=20812 CPUtime=1052.36
/proc/13489/stat : 13489 (minisat20) R 13485 13485 12358 0 -1 4194304 4865 0 0 0 105225 11 0 0 25 0 1 0 223085029 21311488 4858 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13489/statm: 5203 4858 58 118 0 5081 0
Current children cumulated CPU time (s) 1063.23
Current children cumulated vsize (KiB) 24056

[startup+1123.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 13489
/proc/meminfo: memFree=1447704/2055920 swapFree=4192812/4192956
[pid=13485] ppid=13483 vsize=3244 CPUtime=10.87
/proc/13485/stat : 13485 (SATzilla2007_F) S 13483 13485 12358 0 -1 4194304 1638 3642 0 0 370 7 703 7 25 0 1 0 223083939 3321856 633 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13485/statm: 811 633 169 260 0 517 0
[pid=13489] ppid=13485 vsize=21080 CPUtime=1112.41
/proc/13489/stat : 13489 (minisat20) R 13485 13485 12358 0 -1 4194304 4905 0 0 0 111229 12 0 0 25 0 1 0 223085029 21585920 4898 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13489/statm: 5270 4898 58 118 0 5148 0
Current children cumulated CPU time (s) 1123.28
Current children cumulated vsize (KiB) 24324

[startup+1183.67 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 13489
/proc/meminfo: memFree=1447448/2055920 swapFree=4192812/4192956
[pid=13485] ppid=13483 vsize=3244 CPUtime=10.87
/proc/13485/stat : 13485 (SATzilla2007_F) S 13483 13485 12358 0 -1 4194304 1638 3642 0 0 370 7 703 7 25 0 1 0 223083939 3321856 633 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13485/statm: 811 633 169 260 0 517 0
[pid=13489] ppid=13485 vsize=21352 CPUtime=1172.46
/proc/13489/stat : 13489 (minisat20) R 13485 13485 12358 0 -1 4194304 4964 0 0 0 117234 12 0 0 25 0 1 0 223085029 21864448 4957 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13489/statm: 5338 4957 58 118 0 5216 0
Current children cumulated CPU time (s) 1183.33
Current children cumulated vsize (KiB) 24596

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

[startup+1187.47 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 13489
/proc/meminfo: memFree=1447448/2055920 swapFree=4192812/4192956
[pid=13485] ppid=13483 vsize=3244 CPUtime=10.87
/proc/13485/stat : 13485 (SATzilla2007_F) S 13483 13485 12358 0 -1 4194304 1638 3642 0 0 370 7 703 7 25 0 1 0 223083939 3321856 633 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13485/statm: 811 633 169 260 0 517 0
[pid=13489] ppid=13485 vsize=21352 CPUtime=1176.26
/proc/13489/stat : 13489 (minisat20) R 13485 13485 12358 0 -1 4194304 4965 0 0 0 117614 12 0 0 25 0 1 0 223085029 21864448 4958 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13489/statm: 5338 4958 58 118 0 5216 0
Current children cumulated CPU time (s) 1187.13
Current children cumulated vsize (KiB) 24596

[startup+1194.03 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 13489
/proc/meminfo: memFree=1447448/2055920 swapFree=4192812/4192956
[pid=13485] ppid=13483 vsize=3244 CPUtime=10.87
/proc/13485/stat : 13485 (SATzilla2007_F) S 13483 13485 12358 0 -1 4194304 1638 3642 0 0 370 7 703 7 25 0 1 0 223083939 3321856 633 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13485/statm: 811 633 169 260 0 517 0
[pid=13489] ppid=13485 vsize=21352 CPUtime=1182.82
/proc/13489/stat : 13489 (minisat20) R 13485 13485 12358 0 -1 4194304 4965 0 0 0 118270 12 0 0 25 0 1 0 223085029 21864448 4958 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13489/statm: 5338 4958 58 118 0 5216 0
Current children cumulated CPU time (s) 1193.69
Current children cumulated vsize (KiB) 24596

[startup+1197.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 13489
/proc/meminfo: memFree=1447448/2055920 swapFree=4192812/4192956
[pid=13485] ppid=13483 vsize=3244 CPUtime=10.87
/proc/13485/stat : 13485 (SATzilla2007_F) S 13483 13485 12358 0 -1 4194304 1638 3642 0 0 370 7 703 7 25 0 1 0 223083939 3321856 633 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13485/statm: 811 633 169 260 0 517 0
[pid=13489] ppid=13485 vsize=21352 CPUtime=1186.09
/proc/13489/stat : 13489 (minisat20) R 13485 13485 12358 0 -1 4194304 4965 0 0 0 118597 12 0 0 25 0 1 0 223085029 21864448 4958 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13489/statm: 5338 4958 58 118 0 5216 0
Current children cumulated CPU time (s) 1196.96
Current children cumulated vsize (KiB) 24596

[startup+1198.95 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 13489
/proc/meminfo: memFree=1447448/2055920 swapFree=4192812/4192956
[pid=13485] ppid=13483 vsize=3244 CPUtime=10.87
/proc/13485/stat : 13485 (SATzilla2007_F) S 13483 13485 12358 0 -1 4194304 1638 3642 0 0 370 7 703 7 25 0 1 0 223083939 3321856 633 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13485/statm: 811 633 169 260 0 517 0
[pid=13489] ppid=13485 vsize=21352 CPUtime=1187.73
/proc/13489/stat : 13489 (minisat20) R 13485 13485 12358 0 -1 4194304 4965 0 0 0 118761 12 0 0 25 0 1 0 223085029 21864448 4958 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525776 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13489/statm: 5338 4958 58 118 0 5216 0
Current children cumulated CPU time (s) 1198.6
Current children cumulated vsize (KiB) 24596

[startup+1199.76 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 13489
/proc/meminfo: memFree=1447448/2055920 swapFree=4192812/4192956
[pid=13485] ppid=13483 vsize=3244 CPUtime=10.87
/proc/13485/stat : 13485 (SATzilla2007_F) S 13483 13485 12358 0 -1 4194304 1638 3642 0 0 370 7 703 7 25 0 1 0 223083939 3321856 633 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13485/statm: 811 633 169 260 0 517 0
[pid=13489] ppid=13485 vsize=21352 CPUtime=1188.55
/proc/13489/stat : 13489 (minisat20) R 13485 13485 12358 0 -1 4194304 4965 0 0 0 118843 12 0 0 25 0 1 0 223085029 21864448 4958 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13489/statm: 5338 4958 58 118 0 5216 0
Current children cumulated CPU time (s) 1199.42
Current children cumulated vsize (KiB) 24596

[startup+1199.97 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 13489
/proc/meminfo: memFree=1447448/2055920 swapFree=4192812/4192956
[pid=13485] ppid=13483 vsize=3244 CPUtime=10.87
/proc/13485/stat : 13485 (SATzilla2007_F) S 13483 13485 12358 0 -1 4194304 1638 3642 0 0 370 7 703 7 25 0 1 0 223083939 3321856 633 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13485/statm: 811 633 169 260 0 517 0
[pid=13489] ppid=13485 vsize=21352 CPUtime=1188.76
/proc/13489/stat : 13489 (minisat20) R 13485 13485 12358 0 -1 4194304 4965 0 0 0 118864 12 0 0 25 0 1 0 223085029 21864448 4958 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134528317 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13489/statm: 5338 4958 58 118 0 5216 0
Current children cumulated CPU time (s) 1199.63
Current children cumulated vsize (KiB) 24596

[startup+1200.07 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 13489
/proc/meminfo: memFree=1447448/2055920 swapFree=4192812/4192956
[pid=13485] ppid=13483 vsize=6032 CPUtime=1199.73
/proc/13485/stat : 13485 (SATzilla2007_F) R 13483 13485 12358 0 -1 4194304 2487 8607 0 0 374 7 119572 20 18 0 1 0 223083939 6176768 1309 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 134591308 0 0 4096 0 0 0 0 17 0 0 0
/proc/13485/statm: 1508 1309 176 260 0 1214 0
Current children cumulated CPU time (s) 1199.73
Current children cumulated vsize (KiB) 6032

Child status: 17
Real time (s): 1200.11
CPU time (s): 1199.8
CPU user time (s): 1199.51
CPU system time (s): 0.291955
CPU usage (%): 99.9739
Max. virtual memory (cumulated for all children) (KiB): 24596

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

runsolver used 1.13983 second user time and 3.12552 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Wed Feb 21 04:14:51 UTC 2007

IDJOB= 303267
IDBENCH= 20103
IDSOLVER= 136
FILE ID= node4/303267-1172031291

PBS_JOBID= 3849186

Free space on /tmp= 66539 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v180/unif-k7-r85-v180-c15300-S94225360-10.cnf
COMMAND LINE= /tmp/evaluation/303267-1172031291/SATzilla2007_F /tmp/evaluation/303267-1172031291/instance-303267-1172031291.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-303267-1172031291 -o ROOT/results/node4/solver-303267-1172031291 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/303267-1172031291/SATzilla2007_F /tmp/evaluation/303267-1172031291/instance-303267-1172031291.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  38fa9b18ee6b5e5fc7f4a67047d30823

RANDOM SEED= 313194454

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node4.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.231
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.231
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:       1469696 kB
Buffers:         55000 kB
Cached:         394480 kB
SwapCached:          0 kB
Active:         203320 kB
Inactive:       305844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1469696 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10552 kB
Writeback:           0 kB
Mapped:          78544 kB
Slab:            62632 kB
Committed_AS:   992984 kB
PageTables:       1768 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= 66539 MiB

End job on node4 on Wed Feb 21 04:34:51 UTC 2007