Trace number 1883726

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? (TO) 1800.15 1800.54

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-25-20.opb
MD5SUMa69e1395b1a03cfd48605e1acc7227e4
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.025995
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables500
Total number of constraints45
Number of constraints which are clauses25
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint25
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
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

0.34/0.31	------------------------
0.34/0.31	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
0.34/0.31	Size : 0, 12500, 0, 0, 0
0.34/0.31	Count : 0, 45, 0, 0, 0
0.34/0.31	
0.34/0.31	Command line : minisat tmp.dimacs %var 
0.34/0.31	
0.34/0.31	------------------------
0.34/0.32	This is MiniSat 2.0 beta
0.34/0.32	WARNING: for repeatability, setting FPU to use double precision
0.34/0.32	============================[ Problem Statistics ]=============================
0.34/0.32	|                                                                             |
0.34/0.32	|  Number of variables:  500                                                  |
0.34/0.32	|  Number of clauses:    6025                                                 |
0.34/0.32	|  Parsing time:         0.00         s                                       |
0.34/0.35	============================[ Search Statistics ]==============================
0.34/0.35	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.34/0.35	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.34/0.35	===============================================================================
0.34/0.35	|         0 |     475     6000    22800 |     2000        0    nan |  0.000 % |
0.34/0.36	|       104 |     475     6000    22800 |     2200      104     80 |  0.000 % |
0.34/0.36	|       254 |     475     6000    22800 |     2420      254    101 |  0.000 % |
0.34/0.37	|       486 |     475     6000    22800 |     2662      486    104 |  0.000 % |
0.34/0.39	|       827 |     475     6000    22800 |     2928      827    121 |  0.000 % |
0.36/0.42	|      1333 |     475     6000    22800 |     3221     1333    116 |  0.000 % |
0.36/0.47	|      2092 |     475     6000    22800 |     3543     2092    114 |  0.000 % |
0.36/0.57	|      3232 |     475     6000    22800 |     3897     3232    118 |  0.000 % |
0.36/0.72	|      4940 |     475     6000    22800 |     4287     2789    125 |  0.000 % |
0.36/0.97	|      7502 |     475     6000    22800 |     4715     3014    121 |  0.000 % |
1.43/1.45	|     11346 |     475     6000    22800 |     5187     4317    177 |  0.000 % |
2.53/2.56	|     17112 |     475     6000    22800 |     5706     4613    198 |  0.000 % |
3.43/3.41	|     25763 |     475     6000    22800 |     6276     4244    185 |  0.000 % |
5.33/5.37	|     38739 |     475     6000    22800 |     6904     4087    191 |  0.000 % |
8.83/8.83	|     58203 |     475     6000    22800 |     7594     5521    213 |  0.000 % |
16.44/16.48	|     87401 |     475     6000    22800 |     8354     7267    201 |  0.000 % |
29.12/29.11	|    131191 |     475     6000    22800 |     9189     8254    198 |  0.000 % |
47.52/47.51	|    196878 |     475     6000    22800 |    10108     8138    205 |  0.000 % |
78.81/78.87	|    295407 |     475     6000    22800 |    11119     8507    204 |  0.000 % |
122.60/122.64	|    443196 |     475     6000    22800 |    12231     8832    202 |  0.000 % |
188.59/188.67	|    664879 |     475     6000    22800 |    13454    10782    201 |  0.000 % |
288.86/289.00	|    997408 |     475     6000    22800 |    14800    12265    207 |  0.000 % |
418.33/418.47	|   1496201 |     475     6000    22800 |    16280    12425    195 |  0.000 % |
653.17/653.35	|   2244384 |     475     6000    22800 |    17908    14324    221 |  0.000 % |
1047.08/1047.34	|   3366658 |     475     6000    22800 |    19699    16298    190 |  0.000 % |
1614.23/1614.64	|   5050069 |     475     6000    22800 |    21669    19136    187 |  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-1883726-1245195348/watcher-1883726-1245195348 -o /tmp/evaluation-result-1883726-1245195348/solver-1883726-1245195348 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883726-1245195348.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.13 1.04 1.01 3/64 7614
/proc/meminfo: memFree=1869024/2055920 swapFree=4181748/4192956
[pid=7614] ppid=7612 vsize=152 CPUtime=0
/proc/7614/stat : 7614 (java) R 7612 7614 6883 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 187135230 155648 26 1992294400 134512640 134550932 4294956192 18446744073709551615 4678436 0 0 4096 0 0 0 0 17 1 0 0
/proc/7614/statm: 38 26 19 9 0 4 0

[startup+0.0636979 s]
/proc/loadavg: 1.13 1.04 1.01 3/64 7614
/proc/meminfo: memFree=1869024/2055920 swapFree=4181748/4192956
[pid=7614] ppid=7612 vsize=1685288 CPUtime=0.04
/proc/7614/stat : 7614 (java) S 7612 7614 6883 0 -1 0 2628 0 1 0 3 1 0 0 18 0 9 0 187135230 1725734912 2123 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7614/statm: 421322 2123 1174 9 0 416233 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1685288

[startup+0.105989 s]
/proc/loadavg: 1.13 1.04 1.01 3/64 7614
/proc/meminfo: memFree=1869024/2055920 swapFree=4181748/4192956
[pid=7614] ppid=7612 vsize=1685288 CPUtime=0.11
/proc/7614/stat : 7614 (java) S 7612 7614 6883 0 -1 0 2968 0 1 0 9 2 0 0 18 0 9 0 187135230 1725734912 2458 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7614/statm: 421322 2458 1241 9 0 416233 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1685288

[startup+0.30271 s]
/proc/loadavg: 1.13 1.04 1.01 3/64 7614
/proc/meminfo: memFree=1869024/2055920 swapFree=4181748/4192956
[pid=7614] ppid=7612 vsize=1685440 CPUtime=0.34
/proc/7614/stat : 7614 (java) S 7612 7614 6883 0 -1 0 3584 0 1 0 32 2 0 0 18 0 9 0 187135230 1725890560 3046 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7614/statm: 421360 3046 1254 9 0 416271 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1685440

[startup+0.70173 s]
/proc/loadavg: 1.13 1.04 1.01 3/64 7614
/proc/meminfo: memFree=1869024/2055920 swapFree=4181748/4192956
[pid=7614] ppid=7612 vsize=1686412 CPUtime=0.36
/proc/7614/stat : 7614 (java) S 7612 7614 6883 0 -1 0 3962 0 1 0 34 2 0 0 18 0 12 0 187135230 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7614/statm: 421603 3113 1269 9 0 416514 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1686412

[startup+1.50178 s]
/proc/loadavg: 1.13 1.04 1.01 2/77 7627
/proc/meminfo: memFree=1858104/2055920 swapFree=4181748/4192956
[pid=7614] ppid=7612 vsize=1686412 CPUtime=0.36
/proc/7614/stat : 7614 (java) S 7612 7614 6883 0 -1 0 3983 0 1 0 34 2 0 0 18 0 12 0 187135230 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7614/statm: 421603 3113 1269 9 0 416514 0
[pid=7625] ppid=7614 vsize=6140 CPUtime=1.17
/proc/7625/stat : 7625 (minisat) R 7614 7614 6883 0 -1 4194304 1212 0 0 0 116 1 0 0 25 0 1 0 187135261 6287360 1192 1992294400 134512640 135156773 4294956080 18446744073709551615 134553704 0 4 0 3 0 0 0 17 1 0 0
/proc/7625/statm: 1535 1192 75 157 0 1375 0
[pid=7614/tid=7616] ppid=7612 vsize=1686412 CPUtime=0.26
/proc/7614/task/7616/stat : 7616 (java) S 7612 7614 6883 0 -1 64 2127 0 1 0 25 1 0 0 17 0 12 0 187135231 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7614/tid=7617] ppid=7612 vsize=1686412 CPUtime=0.01
/proc/7614/task/7617/stat : 7617 (java) S 7612 7614 6883 0 -1 64 594 0 0 0 1 0 0 0 16 0 12 0 187135232 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7618] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7618/stat : 7618 (java) S 7612 7614 6883 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 187135232 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7619] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7619/stat : 7619 (java) S 7612 7614 6883 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 187135232 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7620] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7620/stat : 7620 (java) S 7612 7614 6883 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 187135234 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7621] ppid=7612 vsize=1686412 CPUtime=0.07
/proc/7614/task/7621/stat : 7621 (java) S 7612 7614 6883 0 -1 64 409 0 0 0 7 0 0 0 16 0 12 0 187135234 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7622] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7622/stat : 7622 (java) S 7612 7614 6883 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 187135234 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7623] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7623/stat : 7623 (java) S 7612 7614 6883 0 -1 64 4 0 0 0 0 0 0 0 15 0 12 0 187135235 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7614/tid=7624] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7624/stat : 7624 (java) S 7612 7614 6883 0 -1 64 68 0 0 0 0 0 0 0 16 0 12 0 187135261 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=7614/tid=7626] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7626/stat : 7626 (java) S 7612 7614 6883 0 -1 64 47 0 0 0 0 0 0 0 15 0 12 0 187135262 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=7614/tid=7627] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7627/stat : 7627 (java) S 7612 7614 6883 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 187135262 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 1692552

[startup+3.10188 s]
/proc/loadavg: 1.13 1.04 1.01 2/77 7627
/proc/meminfo: memFree=1855928/2055920 swapFree=4181748/4192956
[pid=7614] ppid=7612 vsize=1686412 CPUtime=0.36
/proc/7614/stat : 7614 (java) S 7612 7614 6883 0 -1 0 3983 0 1 0 34 2 0 0 18 0 12 0 187135230 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7614/statm: 421603 3113 1269 9 0 416514 0
[pid=7625] ppid=7614 vsize=7460 CPUtime=2.77
/proc/7625/stat : 7625 (minisat) R 7614 7614 6883 0 -1 4194304 1549 0 0 0 276 1 0 0 25 0 1 0 187135261 7639040 1529 1992294400 134512640 135156773 4294956080 18446744073709551615 134556380 0 4 0 3 0 0 0 17 1 0 0
/proc/7625/statm: 1865 1529 75 157 0 1705 0
[pid=7614/tid=7616] ppid=7612 vsize=1686412 CPUtime=0.26
/proc/7614/task/7616/stat : 7616 (java) S 7612 7614 6883 0 -1 64 2127 0 1 0 25 1 0 0 17 0 12 0 187135231 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7614/tid=7617] ppid=7612 vsize=1686412 CPUtime=0.01
/proc/7614/task/7617/stat : 7617 (java) S 7612 7614 6883 0 -1 64 594 0 0 0 1 0 0 0 16 0 12 0 187135232 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7618] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7618/stat : 7618 (java) S 7612 7614 6883 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 187135232 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7619] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7619/stat : 7619 (java) S 7612 7614 6883 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 187135232 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7620] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7620/stat : 7620 (java) S 7612 7614 6883 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 187135234 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7621] ppid=7612 vsize=1686412 CPUtime=0.07
/proc/7614/task/7621/stat : 7621 (java) S 7612 7614 6883 0 -1 64 409 0 0 0 7 0 0 0 16 0 12 0 187135234 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7622] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7622/stat : 7622 (java) S 7612 7614 6883 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 187135234 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7623] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7623/stat : 7623 (java) S 7612 7614 6883 0 -1 64 4 0 0 0 0 0 0 0 15 0 12 0 187135235 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7614/tid=7624] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7624/stat : 7624 (java) S 7612 7614 6883 0 -1 64 68 0 0 0 0 0 0 0 16 0 12 0 187135261 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=7614/tid=7626] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7626/stat : 7626 (java) S 7612 7614 6883 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 187135262 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=7614/tid=7627] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7627/stat : 7627 (java) S 7612 7614 6883 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 187135262 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 1693872

[startup+6.30209 s]
/proc/loadavg: 1.12 1.04 1.01 2/77 7627
/proc/meminfo: memFree=1853752/2055920 swapFree=4181748/4192956
[pid=7614] ppid=7612 vsize=1686412 CPUtime=0.36
/proc/7614/stat : 7614 (java) S 7612 7614 6883 0 -1 0 4122 0 1 0 34 2 0 0 18 0 12 0 187135230 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7614/statm: 421603 3113 1269 9 0 416514 0
[pid=7625] ppid=7614 vsize=9180 CPUtime=5.97
/proc/7625/stat : 7625 (minisat) R 7614 7614 6883 0 -1 4194304 1977 0 0 0 596 1 0 0 25 0 1 0 187135261 9400320 1957 1992294400 134512640 135156773 4294956080 18446744073709551615 134556398 0 4 0 3 0 0 0 17 1 0 0
/proc/7625/statm: 2295 1957 75 157 0 2135 0
[pid=7614/tid=7616] ppid=7612 vsize=1686412 CPUtime=0.26
/proc/7614/task/7616/stat : 7616 (java) S 7612 7614 6883 0 -1 64 2127 0 1 0 25 1 0 0 17 0 12 0 187135231 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7614/tid=7617] ppid=7612 vsize=1686412 CPUtime=0.01
/proc/7614/task/7617/stat : 7617 (java) S 7612 7614 6883 0 -1 64 724 0 0 0 1 0 0 0 16 0 12 0 187135232 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7618] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7618/stat : 7618 (java) S 7612 7614 6883 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 187135232 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7619] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7619/stat : 7619 (java) S 7612 7614 6883 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 187135232 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7620] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7620/stat : 7620 (java) S 7612 7614 6883 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 187135234 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7621] ppid=7612 vsize=1686412 CPUtime=0.07
/proc/7614/task/7621/stat : 7621 (java) S 7612 7614 6883 0 -1 64 409 0 0 0 7 0 0 0 16 0 12 0 187135234 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7622] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7622/stat : 7622 (java) S 7612 7614 6883 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 187135234 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7623] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7623/stat : 7623 (java) S 7612 7614 6883 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 187135235 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7614/tid=7624] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7624/stat : 7624 (java) S 7612 7614 6883 0 -1 64 68 0 0 0 0 0 0 0 16 0 12 0 187135261 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=7614/tid=7626] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7626/stat : 7626 (java) S 7612 7614 6883 0 -1 64 48 0 0 0 0 0 0 0 16 0 12 0 187135262 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=7614/tid=7627] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7627/stat : 7627 (java) S 7612 7614 6883 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 187135262 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 1695592

[startup+12.7025 s]
/proc/loadavg: 1.11 1.04 1.01 2/77 7627
/proc/meminfo: memFree=1851576/2055920 swapFree=4181748/4192956
[pid=7614] ppid=7612 vsize=1686412 CPUtime=0.36
/proc/7614/stat : 7614 (java) S 7612 7614 6883 0 -1 0 4122 0 1 0 34 2 0 0 18 0 12 0 187135230 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7614/statm: 421603 3113 1269 9 0 416514 0
[pid=7625] ppid=7614 vsize=10904 CPUtime=12.37
/proc/7625/stat : 7625 (minisat) R 7614 7614 6883 0 -1 4194304 2396 0 0 0 1236 1 0 0 25 0 1 0 187135261 11165696 2376 1992294400 134512640 135156773 4294956080 18446744073709551615 134553683 0 4 0 3 0 0 0 17 1 0 0
/proc/7625/statm: 2726 2376 75 157 0 2566 0
[pid=7614/tid=7616] ppid=7612 vsize=1686412 CPUtime=0.26
/proc/7614/task/7616/stat : 7616 (java) S 7612 7614 6883 0 -1 64 2127 0 1 0 25 1 0 0 17 0 12 0 187135231 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7614/tid=7617] ppid=7612 vsize=1686412 CPUtime=0.01
/proc/7614/task/7617/stat : 7617 (java) S 7612 7614 6883 0 -1 64 724 0 0 0 1 0 0 0 16 0 12 0 187135232 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7618] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7618/stat : 7618 (java) S 7612 7614 6883 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 187135232 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7619] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7619/stat : 7619 (java) S 7612 7614 6883 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 187135232 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7620] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7620/stat : 7620 (java) S 7612 7614 6883 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 187135234 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7621] ppid=7612 vsize=1686412 CPUtime=0.07
/proc/7614/task/7621/stat : 7621 (java) S 7612 7614 6883 0 -1 64 409 0 0 0 7 0 0 0 16 0 12 0 187135234 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7622] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7622/stat : 7622 (java) S 7612 7614 6883 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 187135234 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7623] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7623/stat : 7623 (java) S 7612 7614 6883 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 187135235 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7614/tid=7624] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7624/stat : 7624 (java) S 7612 7614 6883 0 -1 64 68 0 0 0 0 0 0 0 16 0 12 0 187135261 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=7614/tid=7626] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7626/stat : 7626 (java) S 7612 7614 6883 0 -1 64 48 0 0 0 0 0 0 0 16 0 12 0 187135262 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=7614/tid=7627] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7627/stat : 7627 (java) S 7612 7614 6883 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 187135262 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 1697316

[startup+25.5023 s]
/proc/loadavg: 1.09 1.04 1.01 2/77 7627
/proc/meminfo: memFree=1850296/2055920 swapFree=4181748/4192956
[pid=7614] ppid=7612 vsize=1686412 CPUtime=0.36
/proc/7614/stat : 7614 (java) S 7612 7614 6883 0 -1 0 4122 0 1 0 34 2 0 0 18 0 12 0 187135230 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7614/statm: 421603 3113 1269 9 0 416514 0
[pid=7625] ppid=7614 vsize=12112 CPUtime=25.17
/proc/7625/stat : 7625 (minisat) R 7614 7614 6883 0 -1 4194304 2719 0 0 0 2515 2 0 0 25 0 1 0 187135261 12402688 2699 1992294400 134512640 135156773 4294956080 18446744073709551615 134556400 0 4 0 3 0 0 0 17 1 0 0
/proc/7625/statm: 3028 2699 75 157 0 2868 0

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

/proc/7625/statm: 10778 10367 75 157 0 10618 0
[pid=7614/tid=7616] ppid=7612 vsize=1686412 CPUtime=0.26
/proc/7614/task/7616/stat : 7616 (java) S 7612 7614 6883 0 -1 64 2127 0 1 0 25 1 0 0 17 0 12 0 187135231 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7614/tid=7617] ppid=7612 vsize=1686412 CPUtime=0.01
/proc/7614/task/7617/stat : 7617 (java) S 7612 7614 6883 0 -1 64 724 0 0 0 1 0 0 0 16 0 12 0 187135232 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7618] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7618/stat : 7618 (java) S 7612 7614 6883 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 187135232 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7619] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7619/stat : 7619 (java) S 7612 7614 6883 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 187135232 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7620] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7620/stat : 7620 (java) S 7612 7614 6883 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 187135234 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7621] ppid=7612 vsize=1686412 CPUtime=0.07
/proc/7614/task/7621/stat : 7621 (java) S 7612 7614 6883 0 -1 64 409 0 0 0 7 0 0 0 16 0 12 0 187135234 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7622] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7622/stat : 7622 (java) S 7612 7614 6883 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 187135234 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7623] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7623/stat : 7623 (java) S 7612 7614 6883 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 187135235 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7614/tid=7624] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7624/stat : 7624 (java) S 7612 7614 6883 0 -1 64 68 0 0 0 0 0 0 0 16 0 12 0 187135261 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=7614/tid=7626] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7626/stat : 7626 (java) S 7612 7614 6883 0 -1 64 50 0 0 0 0 0 0 0 16 0 12 0 187135262 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=7614/tid=7627] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7627/stat : 7627 (java) S 7612 7614 6883 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 187135262 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 1729524

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7635
/proc/meminfo: memFree=1818680/2055920 swapFree=4181748/4192956
[pid=7614] ppid=7612 vsize=1686412 CPUtime=0.36
/proc/7614/stat : 7614 (java) S 7612 7614 6883 0 -1 0 4124 0 1 0 34 2 0 0 18 0 12 0 187135230 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7614/statm: 421603 3113 1269 9 0 416514 0
[pid=7625] ppid=7614 vsize=43044 CPUtime=1721.55
/proc/7625/stat : 7625 (minisat) R 7614 7614 6883 0 -1 4194304 10445 0 0 0 172143 12 0 0 25 0 1 0 187135261 44077056 10369 1992294400 134512640 135156773 4294956080 18446744073709551615 134556400 0 4 0 3 0 0 0 17 1 0 0
/proc/7625/statm: 10761 10369 75 157 0 10601 0
[pid=7614/tid=7616] ppid=7612 vsize=1686412 CPUtime=0.26
/proc/7614/task/7616/stat : 7616 (java) S 7612 7614 6883 0 -1 64 2127 0 1 0 25 1 0 0 17 0 12 0 187135231 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7614/tid=7617] ppid=7612 vsize=1686412 CPUtime=0.01
/proc/7614/task/7617/stat : 7617 (java) S 7612 7614 6883 0 -1 64 724 0 0 0 1 0 0 0 16 0 12 0 187135232 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7618] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7618/stat : 7618 (java) S 7612 7614 6883 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 187135232 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7619] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7619/stat : 7619 (java) S 7612 7614 6883 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 187135232 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7620] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7620/stat : 7620 (java) S 7612 7614 6883 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 187135234 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7621] ppid=7612 vsize=1686412 CPUtime=0.07
/proc/7614/task/7621/stat : 7621 (java) S 7612 7614 6883 0 -1 64 409 0 0 0 7 0 0 0 16 0 12 0 187135234 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7622] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7622/stat : 7622 (java) S 7612 7614 6883 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 187135234 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7623] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7623/stat : 7623 (java) S 7612 7614 6883 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 187135235 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7614/tid=7624] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7624/stat : 7624 (java) S 7612 7614 6883 0 -1 64 68 0 0 0 0 0 0 0 16 0 12 0 187135261 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=7614/tid=7626] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7626/stat : 7626 (java) S 7612 7614 6883 0 -1 64 50 0 0 0 0 0 0 0 16 0 12 0 187135262 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=7614/tid=7627] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7627/stat : 7627 (java) S 7612 7614 6883 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 187135262 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 1729456

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7635
/proc/meminfo: memFree=1818616/2055920 swapFree=4181748/4192956
[pid=7614] ppid=7612 vsize=1686412 CPUtime=0.36
/proc/7614/stat : 7614 (java) S 7612 7614 6883 0 -1 0 4124 0 1 0 34 2 0 0 18 0 12 0 187135230 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7614/statm: 421603 3113 1269 9 0 416514 0
[pid=7625] ppid=7614 vsize=43040 CPUtime=1781.53
/proc/7625/stat : 7625 (minisat) R 7614 7614 6883 0 -1 4194304 10447 0 0 0 178141 12 0 0 25 0 1 0 187135261 44072960 10371 1992294400 134512640 135156773 4294956080 18446744073709551615 134556384 0 4 0 3 0 0 0 17 1 0 0
/proc/7625/statm: 10760 10371 75 157 0 10600 0
[pid=7614/tid=7616] ppid=7612 vsize=1686412 CPUtime=0.26
/proc/7614/task/7616/stat : 7616 (java) S 7612 7614 6883 0 -1 64 2127 0 1 0 25 1 0 0 17 0 12 0 187135231 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7614/tid=7617] ppid=7612 vsize=1686412 CPUtime=0.01
/proc/7614/task/7617/stat : 7617 (java) S 7612 7614 6883 0 -1 64 724 0 0 0 1 0 0 0 16 0 12 0 187135232 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7618] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7618/stat : 7618 (java) S 7612 7614 6883 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 187135232 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7619] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7619/stat : 7619 (java) S 7612 7614 6883 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 187135232 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7620] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7620/stat : 7620 (java) S 7612 7614 6883 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 187135234 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7621] ppid=7612 vsize=1686412 CPUtime=0.07
/proc/7614/task/7621/stat : 7621 (java) S 7612 7614 6883 0 -1 64 409 0 0 0 7 0 0 0 16 0 12 0 187135234 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7622] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7622/stat : 7622 (java) S 7612 7614 6883 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 187135234 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7623] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7623/stat : 7623 (java) S 7612 7614 6883 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 187135235 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7614/tid=7624] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7624/stat : 7624 (java) S 7612 7614 6883 0 -1 64 68 0 0 0 0 0 0 0 16 0 12 0 187135261 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=7614/tid=7626] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7626/stat : 7626 (java) S 7612 7614 6883 0 -1 64 50 0 0 0 0 0 0 0 16 0 12 0 187135262 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=7614/tid=7627] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7627/stat : 7627 (java) S 7612 7614 6883 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 187135262 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 1729452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7635
/proc/meminfo: memFree=1818616/2055920 swapFree=4181748/4192956
[pid=7614] ppid=7612 vsize=1686412 CPUtime=0.36
/proc/7614/stat : 7614 (java) S 7612 7614 6883 0 -1 0 4124 0 1 0 34 2 0 0 18 0 12 0 187135230 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7614/statm: 421603 3113 1269 9 0 416514 0
[pid=7625] ppid=7614 vsize=43040 CPUtime=1799.73
/proc/7625/stat : 7625 (minisat) R 7614 7614 6883 0 -1 4194304 10449 0 0 0 179961 12 0 0 25 0 1 0 187135261 44072960 10373 1992294400 134512640 135156773 4294956080 18446744073709551615 134556384 0 4 0 3 0 0 0 17 1 0 0
/proc/7625/statm: 10760 10373 75 157 0 10600 0
[pid=7614/tid=7616] ppid=7612 vsize=1686412 CPUtime=0.26
/proc/7614/task/7616/stat : 7616 (java) S 7612 7614 6883 0 -1 64 2127 0 1 0 25 1 0 0 17 0 12 0 187135231 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7614/tid=7617] ppid=7612 vsize=1686412 CPUtime=0.01
/proc/7614/task/7617/stat : 7617 (java) S 7612 7614 6883 0 -1 64 724 0 0 0 1 0 0 0 16 0 12 0 187135232 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7618] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7618/stat : 7618 (java) S 7612 7614 6883 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 187135232 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7619] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7619/stat : 7619 (java) S 7612 7614 6883 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 187135232 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7620] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7620/stat : 7620 (java) S 7612 7614 6883 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 187135234 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7621] ppid=7612 vsize=1686412 CPUtime=0.07
/proc/7614/task/7621/stat : 7621 (java) S 7612 7614 6883 0 -1 64 409 0 0 0 7 0 0 0 16 0 12 0 187135234 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7622] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7622/stat : 7622 (java) S 7612 7614 6883 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 187135234 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7623] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7623/stat : 7623 (java) S 7612 7614 6883 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 187135235 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7614/tid=7624] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7624/stat : 7624 (java) S 7612 7614 6883 0 -1 64 68 0 0 0 0 0 0 0 16 0 12 0 187135261 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=7614/tid=7626] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7626/stat : 7626 (java) S 7612 7614 6883 0 -1 64 50 0 0 0 0 0 0 0 16 0 12 0 187135262 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=7614/tid=7627] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7627/stat : 7627 (java) S 7612 7614 6883 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 187135262 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1729452

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

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

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7635
/proc/meminfo: memFree=1818616/2055920 swapFree=4181748/4192956
[pid=7614] ppid=7612 vsize=1686412 CPUtime=0.36
/proc/7614/stat : 7614 (java) S 7612 7614 6883 0 -1 0 4124 0 1 0 34 2 0 0 18 0 12 0 187135230 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7614/statm: 421603 3113 1269 9 0 416514 0
[pid=7625] ppid=7614 vsize=43040 CPUtime=1799.73
/proc/7625/stat : 7625 (minisat) R 7614 7614 6883 0 -1 4194304 10449 0 0 0 179961 12 0 0 25 0 1 0 187135261 44072960 10373 1992294400 134512640 135156773 4294956080 18446744073709551615 134556384 0 4 0 3 0 0 0 17 1 0 0
/proc/7625/statm: 10760 10373 75 157 0 10600 0
[pid=7614/tid=7616] ppid=7612 vsize=1686412 CPUtime=0.26
/proc/7614/task/7616/stat : 7616 (java) S 7612 7614 6883 0 -1 64 2127 0 1 0 25 1 0 0 17 0 12 0 187135231 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7614/tid=7617] ppid=7612 vsize=1686412 CPUtime=0.01
/proc/7614/task/7617/stat : 7617 (java) S 7612 7614 6883 0 -1 64 724 0 0 0 1 0 0 0 16 0 12 0 187135232 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7618] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7618/stat : 7618 (java) S 7612 7614 6883 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 187135232 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7619] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7619/stat : 7619 (java) S 7612 7614 6883 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 187135232 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7620] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7620/stat : 7620 (java) S 7612 7614 6883 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 187135234 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7621] ppid=7612 vsize=1686412 CPUtime=0.07
/proc/7614/task/7621/stat : 7621 (java) S 7612 7614 6883 0 -1 64 409 0 0 0 7 0 0 0 16 0 12 0 187135234 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7622] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7622/stat : 7622 (java) S 7612 7614 6883 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 187135234 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7614/tid=7623] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7623/stat : 7623 (java) S 7612 7614 6883 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 187135235 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7614/tid=7624] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7624/stat : 7624 (java) S 7612 7614 6883 0 -1 64 68 0 0 0 0 0 0 0 16 0 12 0 187135261 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=7614/tid=7626] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7626/stat : 7626 (java) S 7612 7614 6883 0 -1 64 50 0 0 0 0 0 0 0 16 0 12 0 187135262 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=7614/tid=7627] ppid=7612 vsize=1686412 CPUtime=0
/proc/7614/task/7627/stat : 7627 (java) S 7612 7614 6883 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 187135262 1726885888 3113 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1729452

Child status: 0
Real time (s): 1800.54
CPU time (s): 1800.15
CPU user time (s): 1799.97
CPU system time (s): 0.176973
CPU usage (%): 99.978
Max. virtual memory (cumulated for all children) (KiB): 1729536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.97
system time used= 0.176973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15065
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36748
involuntary context switches= 36616

runsolver used 2.03969 second user time and 4.52531 second system time

The end

Launcher Data

Begin job on node22 at 2009-06-17 01:35:48
IDJOB=1883726
IDBENCH=2569
IDSOLVER=688
FILE ID=node22/1883726-1245195348
PBS_JOBID= 9368290
Free space on /tmp= 66156 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-25-20.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-1883726-1245195348/watcher-1883726-1245195348 -o /tmp/evaluation-result-1883726-1245195348/solver-1883726-1245195348 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883726-1245195348.opb minisat %dimacs %var

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

MD5SUM BENCH= a69e1395b1a03cfd48605e1acc7227e4
RANDOM SEED=1074444907

node22.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.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:       1869568 kB
Buffers:         44884 kB
Cached:          92276 kB
SwapCached:       5504 kB
Active:          74200 kB
Inactive:        70848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1869568 kB
SwapTotal:     4192956 kB
SwapFree:      4181748 kB
Dirty:             852 kB
Writeback:           0 kB
Mapped:          12960 kB
Slab:            27452 kB
Committed_AS:   170996 kB
PageTables:       1372 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-1883726-1245195348.opb

Free space on /tmp at the end= 66156 MiB
End job on node22 at 2009-06-17 02:05:51