Trace number 1885560

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
BoolVar 2009-04-26? (MO) 1495.14 1495.71

General information on the benchmark

Name/PURE-SAT/SAT09/APPLICATIONS/
satComp09_BioInstances/rbcl_xits_14_SAT.opb
MD5SUM9f96eca13e5b536433559f56d71097bf
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2.6406
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2220
Total number of constraints148488
Number of constraints which are clauses148488
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

13.96/13.96	------------------------
13.96/13.96	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
13.96/13.96	Size : 0, 442317, 0, 0, 0
13.96/13.96	Count : 0, 148488, 0, 0, 0
13.96/13.96	
13.96/13.96	Command line : minisat tmp.dimacs %var 
13.96/13.96	
13.96/13.96	------------------------
13.96/13.99	This is MiniSat 2.0 beta
13.96/13.99	WARNING: for repeatability, setting FPU to use double precision
13.96/13.99	============================[ Problem Statistics ]=============================
13.96/13.99	|                                                                             |
13.96/13.99	|  Number of variables:  2220                                                 |
13.96/13.99	|  Number of clauses:    148488                                               |
14.04/14.10	|  Parsing time:         0.09         s                                       |
16.95/16.94	============================[ Search Statistics ]==============================
16.95/16.94	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.95/16.94	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.95/16.94	===============================================================================
16.95/16.94	|         0 |    1488   143993   615877 |    47997        0    nan |  0.000 % |
16.95/16.97	|       100 |    1488   143993   615877 |    52797      100     94 |  0.000 % |
17.06/17.00	|       250 |    1488   143993   615877 |    58077      250     96 |  0.000 % |
17.06/17.04	|       475 |    1488   143993   615877 |    63884      475     87 |  0.000 % |
17.06/17.09	|       814 |    1488   143993   615877 |    70273      814     88 |  0.000 % |
17.26/17.23	|      1322 |    1488   143993   615877 |    77300     1322     95 |  0.000 % |
17.36/17.39	|      2083 |    1488   143993   615877 |    85030     2083    110 |  0.000 % |
17.76/17.74	|      3222 |    1488   143993   615877 |    93533     3222    113 |  0.000 % |
18.06/18.08	|      4932 |    1488   143993   615877 |   102887     4932    105 |  0.000 % |
18.56/18.54	|      7494 |    1488   143993   615877 |   113175     7494    109 |  0.000 % |
19.87/19.85	|     11339 |    1488   143993   615877 |   124493    11339    112 |  0.000 % |
22.16/22.16	|     17105 |    1488   143993   615877 |   136942    17105    119 |  0.000 % |
26.76/26.76	|     25756 |    1488   143993   615877 |   150637    25756    122 |  0.000 % |
37.86/37.80	|     38732 |    1488   143993   615877 |   165700    38732    125 |  0.000 % |
56.65/56.66	|     58195 |    1488   143993   615877 |   182271    58195    128 |  0.000 % |
92.04/92.02	|     87388 |    1488   143993   615877 |   200498    87388    127 |  0.000 % |
177.31/177.32	|    131178 |    1488   143993   615877 |   220547   131178    128 |  0.000 % |
359.33/359.45	|    196865 |    1488   143993   615877 |   242602   196865    130 |  0.000 % |
604.83/605.07	|    295393 |    1488   143993   615877 |   266863    69021    125 |  0.000 % |
1167.28/1167.75	|    443183 |    1488   143993   615877 |   293549   216811    126 |  0.000 % |

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1885560-1245267325/watcher-1885560-1245267325 -o /tmp/evaluation-result-1885560-1245267325/solver-1885560-1245267325 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1885560-1245267325.opb minisat %dimacs %var 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.02 1.01 0.94 3/64 13562
/proc/meminfo: memFree=1830552/2055920 swapFree=4181884/4192956
[pid=13562] ppid=13560 vsize=152 CPUtime=0
/proc/13562/stat : 13562 (java) R 13560 13562 11599 0 -1 0 41 0 0 0 0 0 0 0 19 0 1 0 194329339 155648 26 1992294400 134512640 134550932 4294956192 18446744073709551615 12407588 0 0 4096 0 0 0 0 17 1 0 0
/proc/13562/statm: 38 26 19 9 0 4 0

[startup+0.00760205 s]
/proc/loadavg: 1.02 1.01 0.94 3/64 13562
/proc/meminfo: memFree=1830552/2055920 swapFree=4181884/4192956
[pid=13562] ppid=13560 vsize=1616 CPUtime=0
/proc/13562/stat : 13562 (java) R 13560 13562 11599 0 -1 0 193 0 0 0 0 0 0 0 19 0 1 0 194329339 1654784 160 1992294400 134512640 134550932 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/13562/statm: 404 160 124 9 0 46 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1616

[startup+0.102358 s]
/proc/loadavg: 1.02 1.01 0.94 3/64 13562
/proc/meminfo: memFree=1830552/2055920 swapFree=4181884/4192956
[pid=13562] ppid=13560 vsize=1684400 CPUtime=0.1
/proc/13562/stat : 13562 (java) S 13560 13562 11599 0 -1 0 2836 0 1 0 9 1 0 0 18 0 9 0 194329339 1724825600 2331 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13562/statm: 421100 2332 1215 9 0 416011 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1684400

[startup+0.30183 s]
/proc/loadavg: 1.02 1.01 0.94 3/64 13562
/proc/meminfo: memFree=1830552/2055920 swapFree=4181884/4192956
[pid=13562] ppid=13560 vsize=1684556 CPUtime=0.32
/proc/13562/stat : 13562 (java) S 13560 13562 11599 0 -1 0 3952 0 1 0 30 2 0 0 18 0 9 0 194329339 1724985344 3426 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13562/statm: 421139 3429 1222 9 0 416050 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1684556

[startup+0.701873 s]
/proc/loadavg: 1.02 1.01 0.94 3/64 13562
/proc/meminfo: memFree=1830552/2055920 swapFree=4181884/4192956
[pid=13562] ppid=13560 vsize=1684568 CPUtime=0.73
/proc/13562/stat : 13562 (java) S 13560 13562 11599 0 -1 0 7246 0 1 0 70 3 0 0 18 0 9 0 194329339 1724997632 6219 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13562/statm: 421142 6219 2154 9 0 416053 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 1684568

[startup+1.50297 s]
/proc/loadavg: 1.02 1.01 0.94 2/73 13571
/proc/meminfo: memFree=1808144/2055920 swapFree=4181884/4192956
[pid=13562] ppid=13560 vsize=1684568 CPUtime=1.53
/proc/13562/stat : 13562 (java) S 13560 13562 11599 0 -1 0 11517 0 1 0 148 5 0 0 18 0 9 0 194329339 1724997632 9774 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13562/statm: 421142 9774 2154 9 0 416053 0
[pid=13562/tid=13564] ppid=13560 vsize=1684568 CPUtime=0.99
/proc/13562/task/13564/stat : 13564 (java) R 13560 13562 11599 0 -1 64 2251 0 1 0 98 1 0 0 16 0 9 0 194329340 1724997632 9774 1992294400 134512640 134550932 4294956032 18446744073709551615 4126362275 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13562/tid=13565] ppid=13560 vsize=1684568 CPUtime=0.47
/proc/13562/task/13565/stat : 13565 (java) S 13560 13562 11599 0 -1 64 8244 0 0 0 45 2 0 0 16 0 9 0 194329342 1724997632 9774 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13566] ppid=13560 vsize=1684568 CPUtime=0
/proc/13562/task/13566/stat : 13566 (java) S 13560 13562 11599 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 194329342 1724997632 9774 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13567] ppid=13560 vsize=1684568 CPUtime=0
/proc/13562/task/13567/stat : 13567 (java) S 13560 13562 11599 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 194329342 1724997632 9774 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13568] ppid=13560 vsize=1684568 CPUtime=0
/proc/13562/task/13568/stat : 13568 (java) S 13560 13562 11599 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 194329344 1724997632 9774 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13569] ppid=13560 vsize=1684568 CPUtime=0.04
/proc/13562/task/13569/stat : 13569 (java) S 13560 13562 11599 0 -1 64 289 0 0 0 4 0 0 0 16 0 9 0 194329344 1724997632 9774 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13570] ppid=13560 vsize=1684568 CPUtime=0
/proc/13562/task/13570/stat : 13570 (java) S 13560 13562 11599 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 194329344 1724997632 9774 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13571] ppid=13560 vsize=1684568 CPUtime=0
/proc/13562/task/13571/stat : 13571 (java) S 13560 13562 11599 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 194329344 1724997632 9774 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 1684568

[startup+3.10115 s]
/proc/loadavg: 1.02 1.01 0.94 2/73 13571
/proc/meminfo: memFree=1786256/2055920 swapFree=4181884/4192956
[pid=13562] ppid=13560 vsize=1684568 CPUtime=3.18
/proc/13562/stat : 13562 (java) S 13560 13562 11599 0 -1 0 20020 0 1 0 309 9 0 0 18 0 9 0 194329339 1724997632 17262 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13562/statm: 421142 17262 2164 9 0 416053 0
[pid=13562/tid=13564] ppid=13560 vsize=1684568 CPUtime=2.09
/proc/13562/task/13564/stat : 13564 (java) R 13560 13562 11599 0 -1 64 2572 0 1 0 208 1 0 0 16 0 9 0 194329340 1724997632 17262 1992294400 134512640 134550932 4294956032 18446744073709551615 4126660265 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13562/tid=13565] ppid=13560 vsize=1684568 CPUtime=0.97
/proc/13562/task/13565/stat : 13565 (java) S 13560 13562 11599 0 -1 64 16371 0 0 0 91 6 0 0 15 0 9 0 194329342 1724997632 17262 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13566] ppid=13560 vsize=1684568 CPUtime=0
/proc/13562/task/13566/stat : 13566 (java) S 13560 13562 11599 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 194329342 1724997632 17262 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13567] ppid=13560 vsize=1684568 CPUtime=0
/proc/13562/task/13567/stat : 13567 (java) S 13560 13562 11599 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 194329342 1724997632 17262 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13568] ppid=13560 vsize=1684568 CPUtime=0
/proc/13562/task/13568/stat : 13568 (java) S 13560 13562 11599 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 194329344 1724997632 17262 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13569] ppid=13560 vsize=1684568 CPUtime=0.1
/proc/13562/task/13569/stat : 13569 (java) S 13560 13562 11599 0 -1 64 344 0 0 0 10 0 0 0 16 0 9 0 194329344 1724997632 17262 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13570] ppid=13560 vsize=1684568 CPUtime=0
/proc/13562/task/13570/stat : 13570 (java) S 13560 13562 11599 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 194329344 1724997632 17262 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13571] ppid=13560 vsize=1684568 CPUtime=0
/proc/13562/task/13571/stat : 13571 (java) S 13560 13562 11599 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 194329344 1724997632 17262 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 1684568

[startup+6.30249 s]
/proc/loadavg: 1.02 1.01 0.94 2/73 13571
/proc/meminfo: memFree=1711568/2055920 swapFree=4181884/4192956
[pid=13562] ppid=13560 vsize=1684680 CPUtime=6.38
/proc/13562/stat : 13562 (java) S 13560 13562 11599 0 -1 0 47773 0 1 0 617 21 0 0 18 0 9 0 194329339 1725112320 31892 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13562/statm: 421170 31892 2162 9 0 416081 0
[pid=13562/tid=13564] ppid=13560 vsize=1684680 CPUtime=3.54
/proc/13562/task/13564/stat : 13564 (java) R 13560 13562 11599 0 -1 64 3707 0 1 0 352 2 0 0 17 0 9 0 194329340 1725112320 31892 1992294400 134512640 134550932 4294956032 18446744073709551615 103298135 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13562/tid=13565] ppid=13560 vsize=1684680 CPUtime=2.7
/proc/13562/task/13565/stat : 13565 (java) S 13560 13562 11599 0 -1 64 42988 0 0 0 253 17 0 0 16 0 9 0 194329342 1725112320 31892 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13566] ppid=13560 vsize=1684680 CPUtime=0
/proc/13562/task/13566/stat : 13566 (java) S 13560 13562 11599 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 194329342 1725112320 31892 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13567] ppid=13560 vsize=1684680 CPUtime=0
/proc/13562/task/13567/stat : 13567 (java) S 13560 13562 11599 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 194329342 1725112320 31892 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13568] ppid=13560 vsize=1684680 CPUtime=0
/proc/13562/task/13568/stat : 13568 (java) S 13560 13562 11599 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 194329344 1725112320 31892 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13569] ppid=13560 vsize=1684680 CPUtime=0.1
/proc/13562/task/13569/stat : 13569 (java) S 13560 13562 11599 0 -1 64 345 0 0 0 10 0 0 0 16 0 9 0 194329344 1725112320 31892 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13570] ppid=13560 vsize=1684680 CPUtime=0
/proc/13562/task/13570/stat : 13570 (java) S 13560 13562 11599 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 194329344 1725112320 31892 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13571] ppid=13560 vsize=1684680 CPUtime=0
/proc/13562/task/13571/stat : 13571 (java) S 13560 13562 11599 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 194329344 1725112320 31892 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.38
Current children cumulated vsize (KiB) 1684680

[startup+12.7012 s]
/proc/loadavg: 1.02 1.01 0.94 2/73 13571
/proc/meminfo: memFree=1599320/2055920 swapFree=4181884/4192956
[pid=13562] ppid=13560 vsize=1684680 CPUtime=12.77
/proc/13562/stat : 13562 (java) S 13560 13562 11599 0 -1 0 92095 0 1 0 1236 41 0 0 18 0 9 0 194329339 1725112320 64065 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13562/statm: 421170 64065 2162 9 0 416081 0
[pid=13562/tid=13564] ppid=13560 vsize=1684680 CPUtime=6.95
/proc/13562/task/13564/stat : 13564 (java) R 13560 13562 11599 0 -1 64 4860 0 1 0 691 4 0 0 16 0 9 0 194329340 1725112320 64065 1992294400 134512640 134550932 4294956032 18446744073709551615 4126357223 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13562/tid=13565] ppid=13560 vsize=1684680 CPUtime=5.69
/proc/13562/task/13565/stat : 13565 (java) S 13560 13562 11599 0 -1 64 86157 0 0 0 534 35 0 0 16 0 9 0 194329342 1725112320 64065 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13566] ppid=13560 vsize=1684680 CPUtime=0
/proc/13562/task/13566/stat : 13566 (java) S 13560 13562 11599 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 194329342 1725112320 64065 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13567] ppid=13560 vsize=1684680 CPUtime=0
/proc/13562/task/13567/stat : 13567 (java) S 13560 13562 11599 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 194329342 1725112320 64065 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13568] ppid=13560 vsize=1684680 CPUtime=0
/proc/13562/task/13568/stat : 13568 (java) S 13560 13562 11599 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 194329344 1725112320 64065 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13569] ppid=13560 vsize=1684680 CPUtime=0.1
/proc/13562/task/13569/stat : 13569 (java) S 13560 13562 11599 0 -1 64 345 0 0 0 10 0 0 0 16 0 9 0 194329344 1725112320 64065 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13570] ppid=13560 vsize=1684680 CPUtime=0
/proc/13562/task/13570/stat : 13570 (java) S 13560 13562 11599 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 194329344 1725112320 64065 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13571] ppid=13560 vsize=1684680 CPUtime=0
/proc/13562/task/13571/stat : 13571 (java) S 13560 13562 11599 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 194329344 1725112320 64065 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.77
Current children cumulated vsize (KiB) 1684680

[startup+25.5026 s]
/proc/loadavg: 1.01 1.01 0.94 2/77 13575
/proc/meminfo: memFree=1528760/2055920 swapFree=4181884/4192956
[pid=13562] ppid=13560 vsize=1685652 CPUtime=14.05
/proc/13562/stat : 13562 (java) S 13560 13562 11599 0 -1 0 99733 0 1 0 1360 45 0 0 18 0 12 0 194329339 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13562/statm: 421413 71357 2165 9 0 416324 0
[pid=13573] ppid=13562 vsize=22404 CPUtime=11.51
/proc/13573/stat : 13573 (minisat) R 13562 13562 11599 0 -1 4194304 5781 0 0 0 1146 5 0 0 25 0 1 0 194330736 22941696 5457 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 0 0 0
/proc/13573/statm: 5601 5457 75 157 0 5441 0
[pid=13562/tid=13564] ppid=13560 vsize=1685652 CPUtime=7.82
/proc/13562/task/13564/stat : 13564 (java) S 13560 13562 11599 0 -1 64 5024 0 1 0 777 5 0 0 18 0 12 0 194329340 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13562/tid=13565] ppid=13560 vsize=1685652 CPUtime=6.09
/proc/13562/task/13565/stat : 13565 (java) S 13560 13562 11599 0 -1 64 93430 0 0 0 572 37 0 0 16 0 12 0 194329342 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13566] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13566/stat : 13566 (java) S 13560 13562 11599 0 -1 64 14 0 0 0 0 0 0 0 15 0 12 0 194329342 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13567] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13567/stat : 13567 (java) S 13560 13562 11599 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 194329342 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13568] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13568/stat : 13568 (java) S 13560 13562 11599 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 194329344 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13569] ppid=13560 vsize=1685652 CPUtime=0.1
/proc/13562/task/13569/stat : 13569 (java) S 13560 13562 11599 0 -1 64 414 0 0 0 10 0 0 0 16 0 12 0 194329344 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13562/tid=13570] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13570/stat : 13570 (java) S 13560 13562 11599 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 194329344 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13571] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13571/stat : 13571 (java) S 13560 13562 11599 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 194329344 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13562/tid=13572] ppid=13560 vsize=1685652 CPUtime=0.01
/proc/13562/task/13572/stat : 13572 (java) S 13560 13562 11599 0 -1 64 71 0 0 0 0 1 0 0 16 0 12 0 194330736 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=13562/tid=13574] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13574/stat : 13574 (java) S 13560 13562 11599 0 -1 64 44 0 0 0 0 0 0 0 16 0 12 0 194330739 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=13562/tid=13575] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13575/stat : 13575 (java) S 13560 13562 11599 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 194330739 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.56
Current children cumulated vsize (KiB) 1708056

[startup+51.1024 s]
/proc/loadavg: 1.01 1.00 0.94 2/77 13575
/proc/meminfo: memFree=1512312/2055920 swapFree=4181884/4192956
[pid=13562] ppid=13560 vsize=1685652 CPUtime=14.05
/proc/13562/stat : 13562 (java) S 13560 13562 11599 0 -1 0 99734 0 1 0 1360 45 0 0 18 0 12 0 194329339 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13562/statm: 421413 71357 2165 9 0 416324 0
[pid=13573] ppid=13562 vsize=38964 CPUtime=37.1
/proc/13573/stat : 13573 (minisat) R 13562 13562 11599 0 -1 4194304 9901 0 0 0 3701 9 0 0 25 0 1 0 194330736 39899136 9577 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 0 0 0
/proc/13573/statm: 9741 9577 75 157 0 9581 0
[pid=13562/tid=13564] ppid=13560 vsize=1685652 CPUtime=7.82
/proc/13562/task/13564/stat : 13564 (java) S 13560 13562 11599 0 -1 64 5024 0 1 0 777 5 0 0 18 0 12 0 194329340 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/13573/statm: 36608 36314 75 157 0 36448 0
[pid=13562/tid=13564] ppid=13560 vsize=1685652 CPUtime=7.82
/proc/13562/task/13564/stat : 13564 (java) S 13560 13562 11599 0 -1 64 5024 0 1 0 777 5 0 0 18 0 12 0 194329340 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13562/tid=13565] ppid=13560 vsize=1685652 CPUtime=6.09
/proc/13562/task/13565/stat : 13565 (java) S 13560 13562 11599 0 -1 64 93430 0 0 0 572 37 0 0 16 0 12 0 194329342 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13566] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13566/stat : 13566 (java) S 13560 13562 11599 0 -1 64 14 0 0 0 0 0 0 0 15 0 12 0 194329342 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13567] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13567/stat : 13567 (java) S 13560 13562 11599 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 194329342 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13568] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13568/stat : 13568 (java) S 13560 13562 11599 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 194329344 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13569] ppid=13560 vsize=1685652 CPUtime=0.1
/proc/13562/task/13569/stat : 13569 (java) S 13560 13562 11599 0 -1 64 414 0 0 0 10 0 0 0 16 0 12 0 194329344 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13562/tid=13570] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13570/stat : 13570 (java) S 13560 13562 11599 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 194329344 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13571] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13571/stat : 13571 (java) S 13560 13562 11599 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 194329344 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13572] ppid=13560 vsize=1685652 CPUtime=0.01
/proc/13562/task/13572/stat : 13572 (java) S 13560 13562 11599 0 -1 64 71 0 0 0 0 1 0 0 16 0 12 0 194330736 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=13562/tid=13574] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13574/stat : 13574 (java) S 13560 13562 11599 0 -1 64 45 0 0 0 0 0 0 0 16 0 12 0 194330739 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=13562/tid=13575] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13575/stat : 13575 (java) S 13560 13562 11599 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 194330739 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1301.83
Current children cumulated vsize (KiB) 1832084

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/77 13577
/proc/meminfo: memFree=1403960/2055920 swapFree=4181884/4192956
[pid=13562] ppid=13560 vsize=1685652 CPUtime=14.05
/proc/13562/stat : 13562 (java) S 13560 13562 11599 0 -1 0 99734 0 1 0 1360 45 0 0 18 0 12 0 194329339 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13562/statm: 421413 71357 2165 9 0 416324 0
[pid=13573] ppid=13562 vsize=146648 CPUtime=1347.74
/proc/13573/stat : 13573 (minisat) R 13562 13562 11599 0 -1 4194304 36681 0 0 0 134736 38 0 0 25 0 1 0 194330736 150167552 36357 1992294400 134512640 135156773 4294956080 18446744073709551615 134556384 0 4 0 3 0 0 0 17 0 0 0
/proc/13573/statm: 36662 36357 75 157 0 36502 0
[pid=13562/tid=13564] ppid=13560 vsize=1685652 CPUtime=7.82
/proc/13562/task/13564/stat : 13564 (java) S 13560 13562 11599 0 -1 64 5024 0 1 0 777 5 0 0 18 0 12 0 194329340 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13562/tid=13565] ppid=13560 vsize=1685652 CPUtime=6.09
/proc/13562/task/13565/stat : 13565 (java) S 13560 13562 11599 0 -1 64 93430 0 0 0 572 37 0 0 16 0 12 0 194329342 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13566] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13566/stat : 13566 (java) S 13560 13562 11599 0 -1 64 14 0 0 0 0 0 0 0 15 0 12 0 194329342 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13567] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13567/stat : 13567 (java) S 13560 13562 11599 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 194329342 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13568] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13568/stat : 13568 (java) S 13560 13562 11599 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 194329344 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13569] ppid=13560 vsize=1685652 CPUtime=0.1
/proc/13562/task/13569/stat : 13569 (java) S 13560 13562 11599 0 -1 64 414 0 0 0 10 0 0 0 16 0 12 0 194329344 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13562/tid=13570] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13570/stat : 13570 (java) S 13560 13562 11599 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 194329344 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13571] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13571/stat : 13571 (java) S 13560 13562 11599 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 194329344 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13572] ppid=13560 vsize=1685652 CPUtime=0.01
/proc/13562/task/13572/stat : 13572 (java) S 13560 13562 11599 0 -1 64 71 0 0 0 0 1 0 0 16 0 12 0 194330736 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=13562/tid=13574] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13574/stat : 13574 (java) S 13560 13562 11599 0 -1 64 45 0 0 0 0 0 0 0 16 0 12 0 194330739 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=13562/tid=13575] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13575/stat : 13575 (java) S 13560 13562 11599 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 194330739 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1361.79
Current children cumulated vsize (KiB) 1832300

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.94 2/77 13577
/proc/meminfo: memFree=1399288/2055920 swapFree=4181884/4192956
[pid=13562] ppid=13560 vsize=1685652 CPUtime=14.05
/proc/13562/stat : 13562 (java) S 13560 13562 11599 0 -1 0 99734 0 1 0 1360 45 0 0 18 0 12 0 194329339 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13562/statm: 421413 71357 2165 9 0 416324 0
[pid=13573] ppid=13562 vsize=151300 CPUtime=1407.72
/proc/13573/stat : 13573 (minisat) R 13562 13562 11599 0 -1 4194304 37855 0 0 0 140733 39 0 0 25 0 1 0 194330736 154931200 37531 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 0 0 0
/proc/13573/statm: 37825 37531 75 157 0 37665 0
[pid=13562/tid=13564] ppid=13560 vsize=1685652 CPUtime=7.82
/proc/13562/task/13564/stat : 13564 (java) S 13560 13562 11599 0 -1 64 5024 0 1 0 777 5 0 0 18 0 12 0 194329340 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13562/tid=13565] ppid=13560 vsize=1685652 CPUtime=6.09
/proc/13562/task/13565/stat : 13565 (java) S 13560 13562 11599 0 -1 64 93430 0 0 0 572 37 0 0 16 0 12 0 194329342 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13566] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13566/stat : 13566 (java) S 13560 13562 11599 0 -1 64 14 0 0 0 0 0 0 0 15 0 12 0 194329342 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13567] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13567/stat : 13567 (java) S 13560 13562 11599 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 194329342 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13568] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13568/stat : 13568 (java) S 13560 13562 11599 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 194329344 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13569] ppid=13560 vsize=1685652 CPUtime=0.1
/proc/13562/task/13569/stat : 13569 (java) S 13560 13562 11599 0 -1 64 414 0 0 0 10 0 0 0 16 0 12 0 194329344 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13562/tid=13570] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13570/stat : 13570 (java) S 13560 13562 11599 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 194329344 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13571] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13571/stat : 13571 (java) S 13560 13562 11599 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 194329344 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13572] ppid=13560 vsize=1685652 CPUtime=0.01
/proc/13562/task/13572/stat : 13572 (java) S 13560 13562 11599 0 -1 64 71 0 0 0 0 1 0 0 16 0 12 0 194330736 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=13562/tid=13574] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13574/stat : 13574 (java) S 13560 13562 11599 0 -1 64 45 0 0 0 0 0 0 0 16 0 12 0 194330739 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=13562/tid=13575] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13575/stat : 13575 (java) S 13560 13562 11599 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 194330739 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1421.77
Current children cumulated vsize (KiB) 1836952

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/77 13577
/proc/meminfo: memFree=1394552/2055920 swapFree=4181884/4192956
[pid=13562] ppid=13560 vsize=1685652 CPUtime=14.05
/proc/13562/stat : 13562 (java) S 13560 13562 11599 0 -1 0 99734 0 1 0 1360 45 0 0 18 0 12 0 194329339 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13562/statm: 421413 71357 2165 9 0 416324 0
[pid=13573] ppid=13562 vsize=156192 CPUtime=1467.69
/proc/13573/stat : 13573 (minisat) R 13562 13562 11599 0 -1 4194304 39035 0 0 0 146729 40 0 0 25 0 1 0 194330736 159940608 38711 1992294400 134512640 135156773 4294956080 18446744073709551615 134556384 0 4 0 3 0 0 0 17 0 0 0
/proc/13573/statm: 39048 38711 75 157 0 38888 0
[pid=13562/tid=13564] ppid=13560 vsize=1685652 CPUtime=7.82
/proc/13562/task/13564/stat : 13564 (java) S 13560 13562 11599 0 -1 64 5024 0 1 0 777 5 0 0 18 0 12 0 194329340 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13562/tid=13565] ppid=13560 vsize=1685652 CPUtime=6.09
/proc/13562/task/13565/stat : 13565 (java) S 13560 13562 11599 0 -1 64 93430 0 0 0 572 37 0 0 16 0 12 0 194329342 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13566] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13566/stat : 13566 (java) S 13560 13562 11599 0 -1 64 14 0 0 0 0 0 0 0 15 0 12 0 194329342 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13567] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13567/stat : 13567 (java) S 13560 13562 11599 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 194329342 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13568] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13568/stat : 13568 (java) S 13560 13562 11599 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 194329344 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13569] ppid=13560 vsize=1685652 CPUtime=0.1
/proc/13562/task/13569/stat : 13569 (java) S 13560 13562 11599 0 -1 64 414 0 0 0 10 0 0 0 16 0 12 0 194329344 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13562/tid=13570] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13570/stat : 13570 (java) S 13560 13562 11599 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 194329344 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13571] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13571/stat : 13571 (java) S 13560 13562 11599 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 194329344 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13572] ppid=13560 vsize=1685652 CPUtime=0.01
/proc/13562/task/13572/stat : 13572 (java) S 13560 13562 11599 0 -1 64 71 0 0 0 0 1 0 0 16 0 12 0 194330736 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=13562/tid=13574] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13574/stat : 13574 (java) S 13560 13562 11599 0 -1 64 45 0 0 0 0 0 0 0 16 0 12 0 194330739 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=13562/tid=13575] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13575/stat : 13575 (java) S 13560 13562 11599 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 194330739 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1481.74
Current children cumulated vsize (KiB) 1841844



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1495.6 s]
/proc/loadavg: 1.00 1.00 0.94 2/77 13577
/proc/meminfo: memFree=1393208/2055920 swapFree=4181884/4192956
[pid=13562] ppid=13560 vsize=1685652 CPUtime=14.05
/proc/13562/stat : 13562 (java) S 13560 13562 11599 0 -1 0 99734 0 1 0 1360 45 0 0 18 0 12 0 194329339 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13562/statm: 421413 71357 2165 9 0 416324 0
[pid=13573] ppid=13562 vsize=157560 CPUtime=1480.99
/proc/13573/stat : 13573 (minisat) R 13562 13562 11599 0 -1 4194304 39358 0 0 0 148059 40 0 0 25 0 1 0 194330736 161341440 39034 1992294400 134512640 135156773 4294956080 18446744073709551615 134556384 0 4 0 3 0 0 0 17 0 0 0
/proc/13573/statm: 39390 39034 75 157 0 39230 0
[pid=13562/tid=13564] ppid=13560 vsize=1685652 CPUtime=7.82
/proc/13562/task/13564/stat : 13564 (java) S 13560 13562 11599 0 -1 64 5024 0 1 0 777 5 0 0 18 0 12 0 194329340 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13562/tid=13565] ppid=13560 vsize=1685652 CPUtime=6.09
/proc/13562/task/13565/stat : 13565 (java) S 13560 13562 11599 0 -1 64 93430 0 0 0 572 37 0 0 16 0 12 0 194329342 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13566] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13566/stat : 13566 (java) S 13560 13562 11599 0 -1 64 14 0 0 0 0 0 0 0 15 0 12 0 194329342 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13567] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13567/stat : 13567 (java) S 13560 13562 11599 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 194329342 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13568] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13568/stat : 13568 (java) S 13560 13562 11599 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 194329344 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13569] ppid=13560 vsize=1685652 CPUtime=0.1
/proc/13562/task/13569/stat : 13569 (java) S 13560 13562 11599 0 -1 64 414 0 0 0 10 0 0 0 16 0 12 0 194329344 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13562/tid=13570] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13570/stat : 13570 (java) S 13560 13562 11599 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 194329344 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13571] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13571/stat : 13571 (java) S 13560 13562 11599 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 194329344 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13562/tid=13572] ppid=13560 vsize=1685652 CPUtime=0.01
/proc/13562/task/13572/stat : 13572 (java) S 13560 13562 11599 0 -1 64 71 0 0 0 0 1 0 0 16 0 12 0 194330736 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=13562/tid=13574] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13574/stat : 13574 (java) S 13560 13562 11599 0 -1 64 45 0 0 0 0 0 0 0 16 0 12 0 194330739 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=13562/tid=13575] ppid=13560 vsize=1685652 CPUtime=0
/proc/13562/task/13575/stat : 13575 (java) S 13560 13562 11599 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 194330739 1726107648 71357 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1495.04
Current children cumulated vsize (KiB) 1843212

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 143
Real time (s): 1495.71
CPU time (s): 1495.14
CPU user time (s): 1494.21
CPU system time (s): 0.930858
CPU usage (%): 99.962
Max. virtual memory (cumulated for all children) (KiB): 1843212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1494.21
system time used= 0.930858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139653
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30952
involuntary context switches= 27416

runsolver used 1.82272 second user time and 3.77043 second system time

The end

Launcher Data

Begin job on node42 at 2009-06-17 21:35:25
IDJOB=1885560
IDBENCH=72069
IDSOLVER=688
FILE ID=node42/1885560-1245267325
PBS_JOBID= 9372411
Free space on /tmp= 66144 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_14_SAT.opb
COMMAND LINE= java -Xmx1500m -jar pb2cnfsolver.jar 6 BENCHNAME minisat %dimacs %var
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1885560-1245267325/watcher-1885560-1245267325 -o /tmp/evaluation-result-1885560-1245267325/solver-1885560-1245267325 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1885560-1245267325.opb minisat %dimacs %var

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 9f96eca13e5b536433559f56d71097bf
RANDOM SEED=425791497

node42.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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:       1831032 kB
Buffers:         37948 kB
Cached:         105136 kB
SwapCached:       5156 kB
Active:          72832 kB
Inactive:        78480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1831032 kB
SwapTotal:     4192956 kB
SwapFree:      4181884 kB
Dirty:            5784 kB
Writeback:           0 kB
Mapped:          14356 kB
Slab:            59640 kB
Committed_AS:   211844 kB
PageTables:       1392 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-1885560-1245267325.opb

Free space on /tmp at the end= 66140 MiB
End job on node42 at 2009-06-17 22:00:23