Trace number 334314

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.34 1199.64

General information on the benchmark

Namecrafted/Hard/contest04/others/
ramsey.sat05-511.reshuffled-07.cnf
MD5SUMf938eb83302d03b3e1c7efeabdee60a6
Bench CategoryCRAFTED (crafted 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 variables153
Number of clauses6120
Sum of the clauses size36720
Maximum clause length6
Minimum clause length6
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 56120

Solver Data (download as text)

10.37/10.49	c run March_dl for 5 seconds ... 
10.37/10.49	c Bin: Executing march_dl
10.37/10.49	c child exit by a signal
10.37/10.49	c march_dl returned code 137.
10.37/10.49	c run saps for 2 seconds ... 
10.37/10.49	c Bin: Executing ubcsat2006
10.37/10.49	c child exited successfully
10.37/10.49	c ubcsat2006 returned code 0.
10.37/10.49	c satzilla computing base features
10.37/10.49	c satzilla doing unit-prop probe
10.37/10.49	c satzilla doing local search probe
10.37/10.49	c satzilla doing lobjois search-space size estimate
10.37/10.49	c satzilla's ranking:
10.37/10.49	c 1) minisat20: 2.521429
10.37/10.49	c 2) kcnfs: 3.070376
10.37/10.49	c 3) march_dl: 3.805729
10.37/10.49	c 4) zchaff_rand: 4.356955
10.37/10.49	c 5) vallst: 4.815325
10.37/10.49	c 6) eureka: 4.985982
10.37/10.49	c 7) kcnfs+P: 999.000000
10.37/10.49	c 8) march_dl+P: 999.000000
10.37/10.49	c 9) vallst+P: 999.000000
10.37/10.49	c 10) zchaff_rand+P: 999.000000
10.37/10.49	c 11) rsat+P: 999.000000
10.37/10.49	c 12) eureka+P: 999.000000
10.37/10.49	c 13) minisat20+P: 999.000000
10.37/10.49	c 14) rsat: 999.000000
10.37/10.49	c satzilla running minisat20 ... 
10.37/10.49	This is MiniSat 2.0 beta
10.37/10.49	WARNING: for repeatability, setting FPU to use double precision
10.37/10.49	============================[ Problem Statistics ]=============================
10.37/10.49	|                                                                             |
10.37/10.49	|  Number of variables:  153                                                  |
10.37/10.49	|  Number of clauses:    6120                                                 |
10.47/10.50	|  Parsing time:         0.00         s                                       |
10.47/10.50	============================[ Search Statistics ]==============================
10.47/10.50	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.47/10.50	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.47/10.50	===============================================================================
10.47/10.50	|         0 |     153     6120    36720 |     2040        0    nan |  0.000 % |
10.47/10.50	|       101 |     153     6120    36720 |     2244      101     31 |  0.004 % |
10.47/10.51	|       252 |     153     6120    36720 |     2468      252     32 |  0.004 % |
10.47/10.51	|       477 |     153     6120    36720 |     2715      477     30 |  0.004 % |
10.47/10.52	|       815 |     153     6120    36720 |     2986      815     30 |  0.004 % |
10.47/10.53	|      1321 |     153     6120    36720 |     3285     1321     29 |  0.004 % |
10.47/10.55	|      2080 |     153     6120    36720 |     3613     2080     29 |  0.004 % |
10.47/10.59	|      3219 |     153     6120    36720 |     3975     3219     32 |  0.004 % |
10.47/10.66	|      4927 |     153     6120    36720 |     4372     2908     33 |  0.004 % |
10.47/10.76	|      7491 |     153     6120    36720 |     4810     3252     32 |  0.004 % |
10.87/10.91	|     11335 |     153     6120    36720 |     5291     4657     32 |  0.004 % |
11.16/11.22	|     17101 |     153     6120    36720 |     5820     5069     35 |  0.004 % |
11.56/11.67	|     25750 |     153     6120    36720 |     6402     4896     34 |  0.004 % |
12.26/12.38	|     38724 |     153     6120    36720 |     7042     4961     32 |  0.004 % |
13.46/13.58	|     58185 |     153     6120    36720 |     7746     6668     34 |  0.004 % |
15.27/15.39	|     87378 |     153     6120    36720 |     8521     4630     33 |  0.004 % |
18.46/18.57	|    131168 |     153     6120    36720 |     9373     5494     33 |  0.004 % |
23.46/23.57	|    196855 |     153     6120    36720 |    10311     5160     34 |  0.004 % |
31.06/31.12	|    295382 |     153     6120    36720 |    11342    10351     35 |  0.004 % |
44.75/44.86	|    443173 |     153     6120    36720 |    12476     9934     34 |  0.004 % |
66.35/66.46	|    664856 |     153     6120    36720 |    13724    12258     34 |  0.004 % |
101.34/101.44	|    997382 |     153     6120    36720 |    15096     7065     33 |  0.004 % |
158.02/158.12	|   1496170 |     153     6120    36720 |    16606    13432     33 |  0.004 % |
253.31/253.43	|   2244352 |     153     6120    36720 |    18266    11625     37 |  0.004 % |
418.56/418.73	|   3366630 |     153     6120    36720 |    20093    16140     35 |  0.004 % |
659.81/660.02	|   5050042 |     153     6120    36720 |    22102    16967     37 |  0.004 % |
1062.50/1062.82	|   7575159 |     153     6120    36720 |    24313    15870     36 |  0.004 % |
1199.27/1199.61	c Bin: Executing minisat20
1199.27/1199.61	c child exit by a signal
1199.27/1199.61	c minisat20 returned code 137.
1199.27/1199.61	c minisat20 returned code 137.
1199.27/1199.61	c satzilla running kcnfs ... 
1199.27/1199.61	c Bin: Executing kcnfs
1199.27/1199.61	c kcnfs returned code 1.
1199.27/1199.61	c kcnfs returned code 1.
1199.27/1199.61	c satzilla running march_dl ... 
1199.27/1199.61	c Bin: Executing march_dl
1199.27/1199.61	c march_dl returned code 1.
1199.27/1199.61	c march_dl returned code 1.
1199.27/1199.61	c satzilla running zchaff_rand ... 
1199.27/1199.61	c Bin: Executing zchaff_rand
1199.27/1199.61	c zchaff_rand returned code 1.
1199.27/1199.61	c zchaff_rand returned code 1.
1199.27/1199.61	c satzilla running vallst ... 
1199.27/1199.61	c Bin: Executing vallst
1199.27/1199.61	c vallst returned code 1.
1199.27/1199.61	c vallst returned code 1.
1199.27/1199.61	c satzilla running eureka ... 
1199.27/1199.61	c Bin: Executing eureka
1199.27/1199.61	c eureka returned code 1.
1199.27/1199.61	c eureka returned code 1.
1199.27/1199.61	c satzilla running kcnfs with preprocessing ... 
1199.27/1199.64	c Preprocessing...
1199.27/1199.64	c Inital problem has 153 variables, 6120 nary clauses (0 binary clauses).
1199.27/1199.64	c Num non-binary clauses 6120, Average non-binary clause length 6.000
1199.27/1199.64	c Theory has no gaps
1199.27/1199.64	c Preprocessor runtime was 0.010 seconds.
1199.27/1199.64	c 
1199.27/1199.64	c Satisfiability of theory still undetermined.
1199.27/1199.64	c See file /tmp/5F61Ye for simplified theory.
1199.27/1199.64	c Bin: Executing kcnfs
1199.27/1199.64	c kcnfs returned code 1.
1199.27/1199.64	c kcnfs returned code 1.
1199.27/1199.64	c satzilla running march_dl with preprocessing ... 
1199.27/1199.64	c Bin: Executing march_dl
1199.27/1199.64	c march_dl returned code 1.
1199.27/1199.64	c march_dl returned code 1.
1199.27/1199.64	c satzilla running vallst with preprocessing ... 
1199.27/1199.64	c Bin: Executing vallst
1199.27/1199.64	c vallst returned code 1.
1199.27/1199.64	c vallst returned code 1.
1199.27/1199.64	c satzilla running zchaff_rand with preprocessing ... 
1199.27/1199.64	c Bin: Executing zchaff_rand
1199.27/1199.64	c zchaff_rand returned code 1.
1199.27/1199.64	c zchaff_rand returned code 1.
1199.27/1199.64	c satzilla running rsat with preprocessing ... 
1199.27/1199.64	c Bin: Executing rsat
1199.27/1199.64	c rsat returned code 1.
1199.27/1199.64	c rsat returned code 1.
1199.27/1199.64	c satzilla running eureka with preprocessing ... 
1199.27/1199.64	c Bin: Executing eureka
1199.27/1199.64	c eureka returned code 1.
1199.27/1199.64	c eureka returned code 1.
1199.27/1199.64	c satzilla running minisat20 with preprocessing ... 
1199.27/1199.64	c Bin: Executing minisat20
1199.27/1199.64	c minisat20 returned code 1.
1199.27/1199.64	c minisat20 returned code 1.
1199.27/1199.64	c satzilla running rsat ... 
1199.27/1199.64	c Bin: Executing rsat
1199.27/1199.64	c rsat returned code 1.
1199.27/1199.64	c rsat returned code 1.
1199.27/1199.64	c ERROR: All Failed! 
1199.27/1199.64	c SATZILLA_TIME=1199.490000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node4/watcher-334314-1173564578 -o ROOT/results/node4/solver-334314-1173564578 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334314-1173564578/SATzilla2007_F /tmp/evaluation/334314-1173564578/instance-334314-1173564578.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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.97 0.99 3/77 25223
/proc/meminfo: memFree=1537256/2055920 swapFree=4153224/4192956
[pid=25223] ppid=25221 vsize=1512 CPUtime=0
/proc/25223/stat : 25223 (SATzilla2007_F) S 25221 25223 24554 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 376412662 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 378 125 110 260 0 84 0
[pid=25224] ppid=25223 vsize=636 CPUtime=0
/proc/25224/stat : 25224 (march_dl) R 25223 25223 24554 0 -1 4194304 87 0 0 0 0 0 0 0 19 0 1 0 376412662 651264 81 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134549887 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25224/statm: 159 82 50 118 0 38 0

[startup+0.0996561 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 25223
/proc/meminfo: memFree=1537256/2055920 swapFree=4153224/4192956
[pid=25223] ppid=25221 vsize=1512 CPUtime=0
/proc/25223/stat : 25223 (SATzilla2007_F) S 25221 25223 24554 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 376412662 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 378 125 110 260 0 84 0
[pid=25224] ppid=25223 vsize=1916 CPUtime=0.09
/proc/25224/stat : 25224 (march_dl) R 25223 25223 24554 0 -1 4194304 765 0 0 0 9 0 0 0 19 0 1 0 376412662 1961984 293 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134584244 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25224/statm: 479 293 67 118 0 358 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3428

[startup+0.101654 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 25223
/proc/meminfo: memFree=1537256/2055920 swapFree=4153224/4192956
[pid=25223] ppid=25221 vsize=1512 CPUtime=0
/proc/25223/stat : 25223 (SATzilla2007_F) S 25221 25223 24554 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 376412662 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 378 125 110 260 0 84 0
[pid=25224] ppid=25223 vsize=1916 CPUtime=0.09
/proc/25224/stat : 25224 (march_dl) R 25223 25223 24554 0 -1 4194304 766 0 0 0 9 0 0 0 19 0 1 0 376412662 1961984 294 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25224/statm: 479 294 67 118 0 358 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3428

[startup+0.301673 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 25223
/proc/meminfo: memFree=1537256/2055920 swapFree=4153224/4192956
[pid=25223] ppid=25221 vsize=1512 CPUtime=0
/proc/25223/stat : 25223 (SATzilla2007_F) S 25221 25223 24554 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 376412662 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 378 125 110 260 0 84 0
[pid=25224] ppid=25223 vsize=3068 CPUtime=0.29
/proc/25224/stat : 25224 (march_dl) R 25223 25223 24554 0 -1 4194304 1235 0 0 0 29 0 0 0 21 0 1 0 376412662 3141632 675 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533634 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25224/statm: 767 675 72 118 0 646 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4580

[startup+0.701711 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 25223
/proc/meminfo: memFree=1537256/2055920 swapFree=4153224/4192956
[pid=25223] ppid=25221 vsize=1512 CPUtime=0
/proc/25223/stat : 25223 (SATzilla2007_F) S 25221 25223 24554 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 376412662 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 378 125 110 260 0 84 0
[pid=25224] ppid=25223 vsize=3352 CPUtime=0.69
/proc/25224/stat : 25224 (march_dl) R 25223 25223 24554 0 -1 4194304 1510 0 0 0 69 0 0 0 25 0 1 0 376412662 3432448 707 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134514084 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25224/statm: 838 707 74 118 0 717 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4864

[startup+1.50179 s]
/proc/loadavg: 0.91 0.97 0.99 2/79 25225
/proc/meminfo: memFree=1534552/2055920 swapFree=4153224/4192956
[pid=25223] ppid=25221 vsize=1512 CPUtime=0
/proc/25223/stat : 25223 (SATzilla2007_F) S 25221 25223 24554 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 376412662 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 378 125 110 260 0 84 0
[pid=25224] ppid=25223 vsize=3640 CPUtime=1.49
/proc/25224/stat : 25224 (march_dl) R 25223 25223 24554 0 -1 4194304 1579 0 0 0 149 0 0 0 25 0 1 0 376412662 3727360 776 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25224/statm: 910 776 74 118 0 789 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5152

[startup+3.10194 s]
/proc/loadavg: 0.91 0.97 0.99 2/79 25225
/proc/meminfo: memFree=1533720/2055920 swapFree=4153224/4192956
[pid=25223] ppid=25221 vsize=1512 CPUtime=0
/proc/25223/stat : 25223 (SATzilla2007_F) S 25221 25223 24554 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 376412662 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 378 125 110 260 0 84 0
[pid=25224] ppid=25223 vsize=4300 CPUtime=3.09
/proc/25224/stat : 25224 (march_dl) R 25223 25223 24554 0 -1 4194304 1750 0 0 0 309 0 0 0 25 0 1 0 376412662 4403200 947 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25224/statm: 1075 947 74 118 0 954 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5812

[startup+6.30225 s]
/proc/loadavg: 0.92 0.97 0.99 2/79 25226
/proc/meminfo: memFree=1536152/2055920 swapFree=4153224/4192956
[pid=25223] ppid=25221 vsize=1512 CPUtime=4.99
/proc/25223/stat : 25223 (SATzilla2007_F) S 25221 25223 24554 0 -1 4194304 149 1804 0 0 0 0 498 1 16 0 1 0 376412662 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25223/statm: 378 125 110 260 0 84 0
[pid=25226] ppid=25223 vsize=6188 CPUtime=1.29
/proc/25226/stat : 25226 (ubcsat2006) R 25223 25223 24554 0 -1 4194304 352 0 0 0 123 6 0 0 25 0 1 0 376413162 6336512 334 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25226/statm: 1547 334 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7700

[startup+12.7019 s]
/proc/loadavg: 0.93 0.97 0.99 2/79 25227
/proc/meminfo: memFree=1534360/2055920 swapFree=4153224/4192956
[pid=25223] ppid=25221 vsize=2172 CPUtime=10.47
/proc/25223/stat : 25223 (SATzilla2007_F) S 25221 25223 24554 0 -1 4194304 858 2162 0 0 322 13 700 12 25 0 1 0 376412662 2224128 364 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 543 364 169 260 0 249 0
[pid=25227] ppid=25223 vsize=3396 CPUtime=2.19
/proc/25227/stat : 25227 (minisat20) R 25223 25223 24554 0 -1 4194304 559 0 0 0 219 0 0 0 25 0 1 0 376413711 3477504 552 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25227/statm: 849 552 58 118 0 727 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 5568

[startup+25.5011 s]
/proc/loadavg: 0.94 0.97 0.99 2/79 25227
/proc/meminfo: memFree=1533016/2055920 swapFree=4153224/4192956
[pid=25223] ppid=25221 vsize=2172 CPUtime=10.47
/proc/25223/stat : 25223 (SATzilla2007_F) S 25221 25223 24554 0 -1 4194304 858 2162 0 0 322 13 700 12 25 0 1 0 376412662 2224128 364 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 543 364 169 260 0 249 0
[pid=25227] ppid=25223 vsize=4584 CPUtime=14.99
/proc/25227/stat : 25227 (minisat20) R 25223 25223 24554 0 -1 4194304 850 0 0 0 1499 0 0 0 25 0 1 0 376413711 4694016 843 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25227/statm: 1146 843 58 118 0 1024 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 6756

[startup+51.1015 s]
/proc/loadavg: 0.96 0.97 0.99 2/79 25227
/proc/meminfo: memFree=1532056/2055920 swapFree=4153224/4192956
[pid=25223] ppid=25221 vsize=2172 CPUtime=10.47
/proc/25223/stat : 25223 (SATzilla2007_F) S 25221 25223 24554 0 -1 4194304 858 2162 0 0 322 13 700 12 25 0 1 0 376412662 2224128 364 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 543 364 169 260 0 249 0
[pid=25227] ppid=25223 vsize=5528 CPUtime=40.59
/proc/25227/stat : 25227 (minisat20) R 25223 25223 24554 0 -1 4194304 1091 0 0 0 4058 1 0 0 25 0 1 0 376413711 5660672 1084 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525440 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25227/statm: 1382 1084 58 118 0 1260 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 7700

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/79 25227
/proc/meminfo: memFree=1531032/2055920 swapFree=4153224/4192956
[pid=25223] ppid=25221 vsize=2172 CPUtime=10.47
/proc/25223/stat : 25223 (SATzilla2007_F) S 25221 25223 24554 0 -1 4194304 858 2162 0 0 322 13 700 12 25 0 1 0 376412662 2224128 364 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 543 364 169 260 0 249 0
[pid=25227] ppid=25223 vsize=6772 CPUtime=91.77
/proc/25227/stat : 25227 (minisat20) R 25223 25223 24554 0 -1 4194304 1376 0 0 0 9176 1 0 0 25 0 1 0 376413711 6934528 1369 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25227/statm: 1693 1369 58 118 0 1571 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 8944

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 25227
/proc/meminfo: memFree=1530136/2055920 swapFree=4153224/4192956
[pid=25223] ppid=25221 vsize=2172 CPUtime=10.47
/proc/25223/stat : 25223 (SATzilla2007_F) S 25221 25223 24554 0 -1 4194304 858 2162 0 0 322 13 700 12 25 0 1 0 376412662 2224128 364 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 543 364 169 260 0 249 0
[pid=25227] ppid=25223 vsize=7584 CPUtime=151.76
/proc/25227/stat : 25227 (minisat20) R 25223 25223 24554 0 -1 4194304 1594 0 0 0 15174 2 0 0 25 0 1 0 376413711 7766016 1587 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525554 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25227/statm: 1896 1587 58 118 0 1774 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 9756

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 25227
/proc/meminfo: memFree=1529560/2055920 swapFree=4153224/4192956
[pid=25223] ppid=25221 vsize=2172 CPUtime=10.47
/proc/25223/stat : 25223 (SATzilla2007_F) S 25221 25223 24554 0 -1 4194304 858 2162 0 0 322 13 700 12 25 0 1 0 376412662 2224128 364 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 543 364 169 260 0 249 0
[pid=25227] ppid=25223 vsize=8160 CPUtime=211.74
/proc/25227/stat : 25227 (minisat20) R 25223 25223 24554 0 -1 4194304 1739 0 0 0 21172 2 0 0 25 0 1 0 376413711 8355840 1732 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25227/statm: 2040 1732 58 118 0 1918 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 10332

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 25227
/proc/meminfo: memFree=1529048/2055920 swapFree=4153224/4192956
[pid=25223] ppid=25221 vsize=2172 CPUtime=10.47
/proc/25223/stat : 25223 (SATzilla2007_F) S 25221 25223 24554 0 -1 4194304 858 2162 0 0 322 13 700 12 25 0 1 0 376412662 2224128 364 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 543 364 169 260 0 249 0
[pid=25227] ppid=25223 vsize=8812 CPUtime=271.73
/proc/25227/stat : 25227 (minisat20) R 25223 25223 24554 0 -1 4194304 1856 0 0 0 27170 3 0 0 25 0 1 0 376413711 9023488 1849 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525776 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25227/statm: 2203 1849 58 118 0 2081 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 10984

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 25227
/proc/meminfo: memFree=1528728/2055920 swapFree=4153224/4192956
[pid=25223] ppid=25221 vsize=2172 CPUtime=10.47
/proc/25223/stat : 25223 (SATzilla2007_F) S 25221 25223 24554 0 -1 4194304 858 2162 0 0 322 13 700 12 25 0 1 0 376412662 2224128 364 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 543 364 169 260 0 249 0
[pid=25227] ppid=25223 vsize=9112 CPUtime=331.71
/proc/25227/stat : 25227 (minisat20) R 25223 25223 24554 0 -1 4194304 1942 0 0 0 33167 4 0 0 25 0 1 0 376413711 9330688 1935 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134519341 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25227/statm: 2278 1935 58 118 0 2156 0

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


[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 25227
/proc/meminfo: memFree=1526872/2055920 swapFree=4153224/4192956
[pid=25223] ppid=25221 vsize=2172 CPUtime=10.47
/proc/25223/stat : 25223 (SATzilla2007_F) S 25221 25223 24554 0 -1 4194304 858 2162 0 0 322 13 700 12 25 0 1 0 376412662 2224128 364 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 543 364 169 260 0 249 0
[pid=25227] ppid=25223 vsize=11036 CPUtime=811.6
/proc/25227/stat : 25227 (minisat20) R 25223 25223 24554 0 -1 4194304 2421 0 0 0 81152 8 0 0 25 0 1 0 376413711 11300864 2414 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25227/statm: 2759 2414 58 118 0 2637 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 13208

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 25227
/proc/meminfo: memFree=1526616/2055920 swapFree=4153224/4192956
[pid=25223] ppid=25221 vsize=2172 CPUtime=10.47
/proc/25223/stat : 25223 (SATzilla2007_F) S 25221 25223 24554 0 -1 4194304 858 2162 0 0 322 13 700 12 25 0 1 0 376412662 2224128 364 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 543 364 169 260 0 249 0
[pid=25227] ppid=25223 vsize=11352 CPUtime=871.58
/proc/25227/stat : 25227 (minisat20) R 25223 25223 24554 0 -1 4194304 2484 0 0 0 87150 8 0 0 25 0 1 0 376413711 11624448 2477 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25227/statm: 2838 2477 58 118 0 2716 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 13524

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 25227
/proc/meminfo: memFree=1526616/2055920 swapFree=4153224/4192956
[pid=25223] ppid=25221 vsize=2172 CPUtime=10.47
/proc/25223/stat : 25223 (SATzilla2007_F) S 25221 25223 24554 0 -1 4194304 858 2162 0 0 322 13 700 12 25 0 1 0 376412662 2224128 364 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 543 364 169 260 0 249 0
[pid=25227] ppid=25223 vsize=11496 CPUtime=931.56
/proc/25227/stat : 25227 (minisat20) R 25223 25223 24554 0 -1 4194304 2502 0 0 0 93148 8 0 0 25 0 1 0 376413711 11771904 2495 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528317 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25227/statm: 2874 2495 58 118 0 2752 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 13668

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 25227
/proc/meminfo: memFree=1526552/2055920 swapFree=4153224/4192956
[pid=25223] ppid=25221 vsize=2172 CPUtime=10.47
/proc/25223/stat : 25223 (SATzilla2007_F) S 25221 25223 24554 0 -1 4194304 858 2162 0 0 322 13 700 12 25 0 1 0 376412662 2224128 364 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 543 364 169 260 0 249 0
[pid=25227] ppid=25223 vsize=11496 CPUtime=991.55
/proc/25227/stat : 25227 (minisat20) R 25223 25223 24554 0 -1 4194304 2502 0 0 0 99146 9 0 0 25 0 1 0 376413711 11771904 2495 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25227/statm: 2874 2495 58 118 0 2752 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 13668

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 25227
/proc/meminfo: memFree=1526488/2055920 swapFree=4153224/4192956
[pid=25223] ppid=25221 vsize=2172 CPUtime=10.47
/proc/25223/stat : 25223 (SATzilla2007_F) S 25221 25223 24554 0 -1 4194304 858 2162 0 0 322 13 700 12 25 0 1 0 376412662 2224128 364 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 543 364 169 260 0 249 0
[pid=25227] ppid=25223 vsize=11636 CPUtime=1051.53
/proc/25227/stat : 25227 (minisat20) R 25223 25223 24554 0 -1 4194304 2527 0 0 0 105144 9 0 0 25 0 1 0 376413711 11915264 2520 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525794 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25227/statm: 2909 2520 58 118 0 2787 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 13808

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 25227
/proc/meminfo: memFree=1525976/2055920 swapFree=4153224/4192956
[pid=25223] ppid=25221 vsize=2172 CPUtime=10.47
/proc/25223/stat : 25223 (SATzilla2007_F) S 25221 25223 24554 0 -1 4194304 858 2162 0 0 322 13 700 12 25 0 1 0 376412662 2224128 364 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 543 364 169 260 0 249 0
[pid=25227] ppid=25223 vsize=12064 CPUtime=1111.52
/proc/25227/stat : 25227 (minisat20) R 25223 25223 24554 0 -1 4194304 2648 0 0 0 111142 10 0 0 25 0 1 0 376413711 12353536 2641 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25227/statm: 3016 2641 58 118 0 2894 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 14236

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 25227
/proc/meminfo: memFree=1525848/2055920 swapFree=4153224/4192956
[pid=25223] ppid=25221 vsize=2172 CPUtime=10.47
/proc/25223/stat : 25223 (SATzilla2007_F) S 25221 25223 24554 0 -1 4194304 858 2162 0 0 322 13 700 12 25 0 1 0 376412662 2224128 364 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 543 364 169 260 0 249 0
[pid=25227] ppid=25223 vsize=12200 CPUtime=1171.51
/proc/25227/stat : 25227 (minisat20) R 25223 25223 24554 0 -1 4194304 2680 0 0 0 117140 11 0 0 25 0 1 0 376413711 12492800 2673 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525504 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25227/statm: 3050 2673 58 118 0 2928 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 14372

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 25227
/proc/meminfo: memFree=1525720/2055920 swapFree=4153224/4192956
[pid=25223] ppid=25221 vsize=2172 CPUtime=10.47
/proc/25223/stat : 25223 (SATzilla2007_F) S 25221 25223 24554 0 -1 4194304 858 2162 0 0 322 13 700 12 25 0 1 0 376412662 2224128 364 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 543 364 169 260 0 249 0
[pid=25227] ppid=25223 vsize=12344 CPUtime=1179.5
/proc/25227/stat : 25227 (minisat20) R 25223 25223 24554 0 -1 4194304 2699 0 0 0 117939 11 0 0 25 0 1 0 376413711 12640256 2692 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25227/statm: 3086 2692 58 118 0 2964 0
Current children cumulated CPU time (s) 1189.97
Current children cumulated vsize (KiB) 14516

[startup+1193.51 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 25227
/proc/meminfo: memFree=1525720/2055920 swapFree=4153224/4192956
[pid=25223] ppid=25221 vsize=2172 CPUtime=10.47
/proc/25223/stat : 25223 (SATzilla2007_F) S 25221 25223 24554 0 -1 4194304 858 2162 0 0 322 13 700 12 25 0 1 0 376412662 2224128 364 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 543 364 169 260 0 249 0
[pid=25227] ppid=25223 vsize=12344 CPUtime=1182.71
/proc/25227/stat : 25227 (minisat20) R 25223 25223 24554 0 -1 4194304 2708 0 0 0 118260 11 0 0 25 0 1 0 376413711 12640256 2701 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25227/statm: 3086 2701 58 118 0 2964 0
Current children cumulated CPU time (s) 1193.18
Current children cumulated vsize (KiB) 14516

[startup+1196.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 25227
/proc/meminfo: memFree=1525720/2055920 swapFree=4153224/4192956
[pid=25223] ppid=25221 vsize=2172 CPUtime=10.47
/proc/25223/stat : 25223 (SATzilla2007_F) S 25221 25223 24554 0 -1 4194304 858 2162 0 0 322 13 700 12 25 0 1 0 376412662 2224128 364 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 543 364 169 260 0 249 0
[pid=25227] ppid=25223 vsize=12344 CPUtime=1185.9
/proc/25227/stat : 25227 (minisat20) R 25223 25223 24554 0 -1 4194304 2709 0 0 0 118579 11 0 0 25 0 1 0 376413711 12640256 2702 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25227/statm: 3086 2702 58 118 0 2964 0
Current children cumulated CPU time (s) 1196.37
Current children cumulated vsize (KiB) 14516

[startup+1198.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 25227
/proc/meminfo: memFree=1525720/2055920 swapFree=4153224/4192956
[pid=25223] ppid=25221 vsize=2172 CPUtime=10.47
/proc/25223/stat : 25223 (SATzilla2007_F) S 25221 25223 24554 0 -1 4194304 858 2162 0 0 322 13 700 12 25 0 1 0 376412662 2224128 364 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 543 364 169 260 0 249 0
[pid=25227] ppid=25223 vsize=12344 CPUtime=1187.5
/proc/25227/stat : 25227 (minisat20) R 25223 25223 24554 0 -1 4194304 2709 0 0 0 118739 11 0 0 25 0 1 0 376413711 12640256 2702 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25227/statm: 3086 2702 58 118 0 2964 0
Current children cumulated CPU time (s) 1197.97
Current children cumulated vsize (KiB) 14516

[startup+1199.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 25227
/proc/meminfo: memFree=1525720/2055920 swapFree=4153224/4192956
[pid=25223] ppid=25221 vsize=2172 CPUtime=10.47
/proc/25223/stat : 25223 (SATzilla2007_F) S 25221 25223 24554 0 -1 4194304 858 2162 0 0 322 13 700 12 25 0 1 0 376412662 2224128 364 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 543 364 169 260 0 249 0
[pid=25227] ppid=25223 vsize=12344 CPUtime=1188.3
/proc/25227/stat : 25227 (minisat20) R 25223 25223 24554 0 -1 4194304 2709 0 0 0 118819 11 0 0 25 0 1 0 376413711 12640256 2702 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25227/statm: 3086 2702 58 118 0 2964 0
Current children cumulated CPU time (s) 1198.77
Current children cumulated vsize (KiB) 14516

[startup+1199.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 25227
/proc/meminfo: memFree=1525720/2055920 swapFree=4153224/4192956
[pid=25223] ppid=25221 vsize=2172 CPUtime=10.47
/proc/25223/stat : 25223 (SATzilla2007_F) S 25221 25223 24554 0 -1 4194304 858 2162 0 0 322 13 700 12 25 0 1 0 376412662 2224128 364 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 543 364 169 260 0 249 0
[pid=25227] ppid=25223 vsize=12344 CPUtime=1188.7
/proc/25227/stat : 25227 (minisat20) R 25223 25223 24554 0 -1 4194304 2709 0 0 0 118859 11 0 0 25 0 1 0 376413711 12640256 2702 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25227/statm: 3086 2702 58 118 0 2964 0
Current children cumulated CPU time (s) 1199.17
Current children cumulated vsize (KiB) 14516

[startup+1199.6 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 25227
/proc/meminfo: memFree=1525720/2055920 swapFree=4153224/4192956
[pid=25223] ppid=25221 vsize=2172 CPUtime=10.47
/proc/25223/stat : 25223 (SATzilla2007_F) S 25221 25223 24554 0 -1 4194304 858 2162 0 0 322 13 700 12 25 0 1 0 376412662 2224128 364 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25223/statm: 543 364 169 260 0 249 0
[pid=25227] ppid=25223 vsize=12344 CPUtime=1188.8
/proc/25227/stat : 25227 (minisat20) R 25223 25223 24554 0 -1 4194304 2709 0 0 0 118869 11 0 0 25 0 1 0 376413711 12640256 2702 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25227/statm: 3086 2702 58 118 0 2964 0
Current children cumulated CPU time (s) 1199.27
Current children cumulated vsize (KiB) 14516

Child status: 17
Real time (s): 1199.64
CPU time (s): 1199.34
CPU user time (s): 1198.96
CPU system time (s): 0.375942
CPU usage (%): 99.9744
Max. virtual memory (cumulated for all children) (KiB): 14516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.96
system time used= 0.375942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6042
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= 26
involuntary context switches= 23985

runsolver used 1.24481 second user time and 3.12453 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Sat Mar 10 22:09:38 UTC 2007

IDJOB= 334314
IDBENCH= 24624
IDSOLVER= 136
FILE ID= node4/334314-1173564578

PBS_JOBID= 4101196

Free space on /tmp= 66530 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest04/others/ramsey.sat05-511.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334314-1173564578/SATzilla2007_F /tmp/evaluation/334314-1173564578/instance-334314-1173564578.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-334314-1173564578 -o ROOT/results/node4/solver-334314-1173564578 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334314-1173564578/SATzilla2007_F /tmp/evaluation/334314-1173564578/instance-334314-1173564578.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  f938eb83302d03b3e1c7efeabdee60a6

RANDOM SEED= 846276321

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:       1537728 kB
Buffers:         46672 kB
Cached:         394448 kB
SwapCached:       2920 kB
Active:         274848 kB
Inactive:       190120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1537728 kB
SwapTotal:     4192956 kB
SwapFree:      4153224 kB
Dirty:           10352 kB
Writeback:           0 kB
Mapped:          30304 kB
Slab:            38792 kB
Committed_AS:  1304020 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= 66530 MiB

End job on node4 on Sat Mar 10 22:29:38 UTC 2007