Trace number 1856379

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 NameAnswerobjCPU timeWall clock time
SAT4J Pseudo Resolution 2.1.1? (TO) 1800.52 1797.29

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib/normalized-mps-v2-20-10-rgn.opb
MD5SUM077c926419792cafad737b20a04bb1ea
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 525312
Optimality of the best value was proved NO
Number of variables1260
Total number of constraints104
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint12
Maximum length of a constraint127
Number of terms in the objective function 1160
Biggest coefficient in the objective function 196608
Number of bits for the biggest coefficient in the objective function 18
Sum of the numbers in the objective function 15892320
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 25600000000
Number of bits of the biggest number in a constraint 35
Biggest sum of numbers in a constraint 232836875088
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1856379-1244909591.opb
0.22/0.22	c reading problem ... 
0.73/0.58	c ... done. Wall clock time 0.363s.
0.73/0.58	c #vars     1260
0.73/0.58	c #constraints  124
0.73/0.58	c constraints type 
0.73/0.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 4
0.73/0.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 120
1800.08/1797.01	c starts		: 21
1800.08/1797.01	c conflicts		: 936100
1800.08/1797.01	c decisions		: 942262
1800.08/1797.01	c propagations		: 7135038
1800.08/1797.01	c inspects		: 1375390151
1800.08/1797.01	c learnt literals	: 0
1800.08/1797.01	c learnt binary clauses	: 0
1800.08/1797.01	c learnt ternary clauses	: 0
1800.08/1797.01	c learnt clauses	: 936100
1800.08/1797.01	c ignored clauses	: 0
1800.08/1797.01	c root simplifications	: 0
1800.08/1797.01	c removed literals (reason simplification)	: 30951780
1800.08/1797.01	c reason swapping (by a shorter reason)	: 0
1800.08/1797.01	c Calls to reduceDB	: 0
1800.08/1797.01	c speed (assignments/second)	: 3971.7873783002956
1800.08/1797.01	c non guided choices	2642
1800.28/1797.17	c learnt constraints type 
1800.28/1797.17	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 936117
1800.28/1797.17	c constraints type 
1800.28/1797.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 4
1800.28/1797.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 120
1800.28/1797.17	s UNKNOWN
1800.28/1797.17	c Total wall clock time (in seconds): 1796.951

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-1856379-1244909591/watcher-1856379-1244909591 -o /tmp/evaluation-result-1856379-1244909591/solver-1856379-1244909591 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856379-1244909591.opb 

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.08 1.04 1.00 3/64 15095
/proc/meminfo: memFree=1323448/2055920 swapFree=4180792/4192956
[pid=15095] ppid=15093 vsize=152 CPUtime=0
/proc/15095/stat : 15095 (java6) R 15093 15095 14874 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 158559052 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 1172260 0 0 4096 0 0 0 0 17 1 0 0
/proc/15095/statm: 38 26 19 9 0 4 0

[startup+0.054903 s]
/proc/loadavg: 1.08 1.04 1.00 3/64 15095
/proc/meminfo: memFree=1323448/2055920 swapFree=4180792/4192956
[pid=15095] ppid=15093 vsize=1470088 CPUtime=0.03
/proc/15095/stat : 15095 (java) S 15093 15095 14874 0 -1 0 3221 0 1 0 2 1 0 0 18 0 7 0 158559052 1505370112 2966 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/15095/statm: 367522 2966 1007 9 0 364873 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1470088

[startup+0.101912 s]
/proc/loadavg: 1.08 1.04 1.00 3/64 15095
/proc/meminfo: memFree=1323448/2055920 swapFree=4180792/4192956
[pid=15095] ppid=15093 vsize=1472584 CPUtime=0.08
/proc/15095/stat : 15095 (java) S 15093 15095 14874 0 -1 0 3612 0 1 0 6 2 0 0 18 0 12 0 158559052 1507926016 3355 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15095/statm: 368146 3355 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301943 s]
/proc/loadavg: 1.08 1.04 1.00 3/64 15095
/proc/meminfo: memFree=1323448/2055920 swapFree=4180792/4192956
[pid=15095] ppid=15093 vsize=1475212 CPUtime=0.35
/proc/15095/stat : 15095 (java) S 15093 15095 14874 0 -1 0 5007 0 1 0 32 3 0 0 18 0 12 0 158559052 1510617088 4744 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15095/statm: 368803 4744 1353 9 0 366146 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1475212

[startup+0.702011 s]
/proc/loadavg: 1.08 1.04 1.00 3/64 15095
/proc/meminfo: memFree=1323448/2055920 swapFree=4180792/4192956
[pid=15095] ppid=15093 vsize=1484692 CPUtime=1.12
/proc/15095/stat : 15095 (java) S 15093 15095 14874 0 -1 0 9049 0 1 0 107 5 0 0 18 0 13 0 158559052 1520324608 7906 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15095/statm: 371173 7906 1409 9 0 368516 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1484692

[startup+1.50215 s]
/proc/loadavg: 1.16 1.06 1.01 4/77 15108
/proc/meminfo: memFree=1290448/2055920 swapFree=4180792/4192956
[pid=15095] ppid=15093 vsize=1491768 CPUtime=2.71
/proc/15095/stat : 15095 (java) S 15093 15095 14874 0 -1 0 16227 0 1 0 263 8 0 0 18 0 13 0 158559052 1527570432 11130 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15095/statm: 372942 11130 1414 9 0 370285 0
[pid=15095/tid=15097] ppid=15093 vsize=1491768 CPUtime=1.28
/proc/15095/task/15097/stat : 15097 (java) R 15093 15095 14874 0 -1 64 6216 0 1 0 124 4 0 0 18 0 13 0 158559053 1527570432 11131 1992294400 134512640 134550932 4294956016 18446744073709551615 4109542315 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15095/tid=15098] ppid=15093 vsize=1491768 CPUtime=0
/proc/15095/task/15098/stat : 15098 (java) S 15093 15095 14874 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 158559054 1527570432 11131 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15099] ppid=15093 vsize=1491768 CPUtime=0
/proc/15095/task/15099/stat : 15099 (java) S 15093 15095 14874 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 158559054 1527570432 11131 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15100] ppid=15093 vsize=1491768 CPUtime=0
/proc/15095/task/15100/stat : 15100 (java) S 15093 15095 14874 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158559056 1527570432 11131 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15101] ppid=15093 vsize=1491768 CPUtime=0
/proc/15095/task/15101/stat : 15101 (java) S 15093 15095 14874 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 158559056 1527570432 11131 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15102] ppid=15093 vsize=1491768 CPUtime=0
/proc/15095/task/15102/stat : 15102 (java) S 15093 15095 14874 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 158559057 1527570432 11131 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15103] ppid=15093 vsize=1491768 CPUtime=0
/proc/15095/task/15103/stat : 15103 (java) S 15093 15095 14874 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158559061 1527570432 11131 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15104] ppid=15093 vsize=1491768 CPUtime=0.7
/proc/15095/task/15104/stat : 15104 (java) R 15093 15095 14874 0 -1 64 4931 0 0 0 69 1 0 0 21 0 13 0 158559061 1527570432 11131 1992294400 134512640 134550932 4294956016 18446744073709551615 105635536 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15105] ppid=15093 vsize=1491768 CPUtime=0.7
/proc/15095/task/15105/stat : 15105 (java) R 15093 15095 14874 0 -1 64 4332 0 0 0 69 1 0 0 19 0 13 0 158559061 1527570432 11131 1992294400 134512640 134550932 4294956016 18446744073709551615 105495949 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15095/tid=15106] ppid=15093 vsize=1491768 CPUtime=0
/proc/15095/task/15106/stat : 15106 (java) S 15093 15095 14874 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158559061 1527570432 11131 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15107] ppid=15093 vsize=1491768 CPUtime=0
/proc/15095/task/15107/stat : 15107 (java) S 15093 15095 14874 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158559061 1527570432 11131 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15095/tid=15108] ppid=15093 vsize=1491768 CPUtime=0
/proc/15095/task/15108/stat : 15108 (java) S 15093 15095 14874 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 158559118 1527570432 11131 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 1491768

[startup+3.1014 s]
/proc/loadavg: 1.16 1.06 1.01 2/77 15108
/proc/meminfo: memFree=1268304/2055920 swapFree=4180792/4192956
[pid=15095] ppid=15093 vsize=1489964 CPUtime=4.72
/proc/15095/stat : 15095 (java) S 15093 15095 14874 0 -1 0 29145 0 1 0 457 15 0 0 18 0 13 0 158559052 1525723136 23628 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15095/statm: 372491 23628 1418 9 0 369834 0
[pid=15095/tid=15097] ppid=15093 vsize=1489964 CPUtime=2.79
/proc/15095/task/15097/stat : 15097 (java) R 15093 15095 14874 0 -1 64 18785 0 1 0 269 10 0 0 17 0 13 0 158559053 1525723136 23629 1992294400 134512640 134550932 4294956016 18446744073709551615 4109542345 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15095/tid=15098] ppid=15093 vsize=1489964 CPUtime=0
/proc/15095/task/15098/stat : 15098 (java) S 15093 15095 14874 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 158559054 1525723136 23629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15099] ppid=15093 vsize=1489964 CPUtime=0
/proc/15095/task/15099/stat : 15099 (java) S 15093 15095 14874 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 158559054 1525723136 23629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15100] ppid=15093 vsize=1489964 CPUtime=0
/proc/15095/task/15100/stat : 15100 (java) S 15093 15095 14874 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158559056 1525723136 23629 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15101] ppid=15093 vsize=1489964 CPUtime=0
/proc/15095/task/15101/stat : 15101 (java) S 15093 15095 14874 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 158559056 1525723136 23630 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15102] ppid=15093 vsize=1489964 CPUtime=0
/proc/15095/task/15102/stat : 15102 (java) S 15093 15095 14874 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 158559057 1525723136 23630 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15103] ppid=15093 vsize=1489964 CPUtime=0
/proc/15095/task/15103/stat : 15103 (java) S 15093 15095 14874 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158559061 1525723136 23630 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15104] ppid=15093 vsize=1489964 CPUtime=0.91
/proc/15095/task/15104/stat : 15104 (java) S 15093 15095 14874 0 -1 64 5049 0 0 0 90 1 0 0 16 0 13 0 158559061 1525723136 23631 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15105] ppid=15093 vsize=1489964 CPUtime=0.97
/proc/15095/task/15105/stat : 15105 (java) S 15093 15095 14874 0 -1 64 4563 0 0 0 96 1 0 0 16 0 13 0 158559061 1525723136 23631 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15106] ppid=15093 vsize=1489964 CPUtime=0
/proc/15095/task/15106/stat : 15106 (java) S 15093 15095 14874 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158559061 1525723136 23631 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15107] ppid=15093 vsize=1489964 CPUtime=0
/proc/15095/task/15107/stat : 15107 (java) S 15093 15095 14874 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158559061 1525723136 23632 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15095/tid=15108] ppid=15093 vsize=1489964 CPUtime=0
/proc/15095/task/15108/stat : 15108 (java) S 15093 15095 14874 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 158559118 1525723136 23632 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 1489964

[startup+6.30293 s]
/proc/loadavg: 1.16 1.06 1.01 2/77 15108
/proc/meminfo: memFree=1180624/2055920 swapFree=4180792/4192956
[pid=15095] ppid=15093 vsize=1488112 CPUtime=7.94
/proc/15095/stat : 15095 (java) S 15093 15095 14874 0 -1 0 42839 0 1 0 771 23 0 0 18 0 13 0 158559052 1523826688 36849 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15095/statm: 372028 36849 1427 9 0 369371 0
[pid=15095/tid=15097] ppid=15093 vsize=1488112 CPUtime=5.97
/proc/15095/task/15097/stat : 15097 (java) R 15093 15095 14874 0 -1 64 30968 0 1 0 580 17 0 0 25 0 13 0 158559053 1523826688 36849 1992294400 134512640 134550932 4294956016 18446744073709551615 4109631876 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15095/tid=15098] ppid=15093 vsize=1488112 CPUtime=0.01
/proc/15095/task/15098/stat : 15098 (java) S 15093 15095 14874 0 -1 64 719 0 0 0 1 0 0 0 16 0 13 0 158559054 1523826688 36849 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15099] ppid=15093 vsize=1488112 CPUtime=0.01
/proc/15095/task/15099/stat : 15099 (java) S 15093 15095 14874 0 -1 64 784 0 0 0 1 0 0 0 16 0 13 0 158559054 1523826688 36849 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15095/tid=15100] ppid=15093 vsize=1488112 CPUtime=0
/proc/15095/task/15100/stat : 15100 (java) S 15093 15095 14874 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158559056 1523826688 36849 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15101] ppid=15093 vsize=1488112 CPUtime=0
/proc/15095/task/15101/stat : 15101 (java) S 15093 15095 14874 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158559056 1523826688 36849 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15102] ppid=15093 vsize=1488112 CPUtime=0
/proc/15095/task/15102/stat : 15102 (java) S 15093 15095 14874 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158559057 1523826688 36849 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15103] ppid=15093 vsize=1488112 CPUtime=0
/proc/15095/task/15103/stat : 15103 (java) S 15093 15095 14874 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158559061 1523826688 36849 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15104] ppid=15093 vsize=1488112 CPUtime=0.91
/proc/15095/task/15104/stat : 15104 (java) S 15093 15095 14874 0 -1 64 5049 0 0 0 90 1 0 0 16 0 13 0 158559061 1523826688 36849 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15105] ppid=15093 vsize=1488112 CPUtime=0.97
/proc/15095/task/15105/stat : 15105 (java) S 15093 15095 14874 0 -1 64 4563 0 0 0 96 1 0 0 16 0 13 0 158559061 1523826688 36849 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15106] ppid=15093 vsize=1488112 CPUtime=0
/proc/15095/task/15106/stat : 15106 (java) S 15093 15095 14874 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158559061 1523826688 36849 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15107] ppid=15093 vsize=1488112 CPUtime=0
/proc/15095/task/15107/stat : 15107 (java) S 15093 15095 14874 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158559061 1523826688 36849 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15095/tid=15108] ppid=15093 vsize=1488112 CPUtime=0
/proc/15095/task/15108/stat : 15108 (java) S 15093 15095 14874 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 158559118 1523826688 36849 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.94
Current children cumulated vsize (KiB) 1488112

[startup+12.702 s]
/proc/loadavg: 1.13 1.06 1.01 2/77 15108
/proc/meminfo: memFree=1168784/2055920 swapFree=4180792/4192956
[pid=15095] ppid=15093 vsize=1488112 CPUtime=14.39
/proc/15095/stat : 15095 (java) S 15093 15095 14874 0 -1 0 45818 0 1 0 1415 24 0 0 18 0 13 0 158559052 1523826688 39799 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15095/statm: 372028 39799 1427 9 0 369371 0
[pid=15095/tid=15097] ppid=15093 vsize=1488112 CPUtime=12.33
/proc/15095/task/15097/stat : 15097 (java) R 15093 15095 14874 0 -1 64 30969 0 1 0 1216 17 0 0 25 0 13 0 158559053 1523826688 39799 1992294400 134512640 134550932 4294956016 18446744073709551615 4109631944 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15095/tid=15098] ppid=15093 vsize=1488112 CPUtime=0.04
/proc/15095/task/15098/stat : 15098 (java) S 15093 15095 14874 0 -1 64 2244 0 0 0 4 0 0 0 16 0 13 0 158559054 1523826688 39799 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15099] ppid=15093 vsize=1488112 CPUtime=0.05
/proc/15095/task/15099/stat : 15099 (java) S 15093 15095 14874 0 -1 64 2235 0 0 0 4 1 0 0 17 0 13 0 158559054 1523826688 39799 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15095/tid=15100] ppid=15093 vsize=1488112 CPUtime=0
/proc/15095/task/15100/stat : 15100 (java) S 15093 15095 14874 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158559056 1523826688 39799 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15101] ppid=15093 vsize=1488112 CPUtime=0
/proc/15095/task/15101/stat : 15101 (java) S 15093 15095 14874 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158559056 1523826688 39799 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15102] ppid=15093 vsize=1488112 CPUtime=0
/proc/15095/task/15102/stat : 15102 (java) S 15093 15095 14874 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158559057 1523826688 39799 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15103] ppid=15093 vsize=1488112 CPUtime=0
/proc/15095/task/15103/stat : 15103 (java) S 15093 15095 14874 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158559061 1523826688 39799 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15104] ppid=15093 vsize=1488112 CPUtime=0.93
/proc/15095/task/15104/stat : 15104 (java) S 15093 15095 14874 0 -1 64 5049 0 0 0 92 1 0 0 16 0 13 0 158559061 1523826688 39799 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15105] ppid=15093 vsize=1488112 CPUtime=0.97
/proc/15095/task/15105/stat : 15105 (java) S 15093 15095 14874 0 -1 64 4563 0 0 0 96 1 0 0 16 0 13 0 158559061 1523826688 39799 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15106] ppid=15093 vsize=1488112 CPUtime=0
/proc/15095/task/15106/stat : 15106 (java) S 15093 15095 14874 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158559061 1523826688 39799 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15107] ppid=15093 vsize=1488112 CPUtime=0
/proc/15095/task/15107/stat : 15107 (java) S 15093 15095 14874 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158559061 1523826688 39799 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15095/tid=15108] ppid=15093 vsize=1488112 CPUtime=0
/proc/15095/task/15108/stat : 15108 (java) S 15093 15095 14874 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 158559118 1523826688 39799 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.39
Current children cumulated vsize (KiB) 1488112

[startup+25.5021 s]
/proc/loadavg: 1.11 1.05 1.01 2/77 15108
/proc/meminfo: memFree=1145360/2055920 swapFree=4180792/4192956
[pid=15095] ppid=15093 vsize=1488112 CPUtime=27.29
/proc/15095/stat : 15095 (java) S 15093 15095 14874 0 -1 0 51886 0 1 0 2703 26 0 0 18 0 13 0 158559052 1523826688 45661 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15095/statm: 372028 45661 1427 9 0 369371 0
[pid=15095/tid=15097] ppid=15093 vsize=1488112 CPUtime=25.02
/proc/15095/task/15097/stat : 15097 (java) R 15093 15095 14874 0 -1 64 30971 0 1 0 2485 17 0 0 25 0 13 0 158559053 1523826688 45661 1992294400 134512640 134550932 4294956016 18446744073709551615 4109526476 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15095/tid=15098] ppid=15093 vsize=1488112 CPUtime=0.15
/proc/15095/task/15098/stat : 15098 (java) S 15093 15095 14874 0 -1 64 5455 0 0 0 13 2 0 0 16 0 13 0 158559054 1523826688 45661 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15099] ppid=15093 vsize=1488112 CPUtime=0.15
/proc/15095/task/15099/stat : 15099 (java) S 15093 15095 14874 0 -1 64 5085 0 0 0 14 1 0 0 16 0 13 0 158559054 1523826688 45661 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15095/tid=15100] ppid=15093 vsize=1488112 CPUtime=0

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

[pid=15095] ppid=15093 vsize=1487088 CPUtime=1665.35
/proc/15095/stat : 15095 (java) S 15093 15095 14874 0 -1 0 152232 0 1 0 166455 80 0 0 18 0 13 0 158559052 1522778112 130052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15095/statm: 371772 130052 1427 9 0 369115 0
[pid=15095/tid=15097] ppid=15093 vsize=1487088 CPUtime=1659.34
/proc/15095/task/15097/stat : 15097 (java) R 15093 15095 14874 0 -1 64 31001 0 1 0 165911 23 0 0 25 0 13 0 158559053 1522778112 130052 1992294400 134512640 134550932 4294956016 18446744073709551615 4109812159 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15095/tid=15098] ppid=15093 vsize=1487088 CPUtime=2.02
/proc/15095/task/15098/stat : 15098 (java) S 15093 15095 14874 0 -1 64 57632 0 0 0 176 26 0 0 16 0 13 0 158559054 1522778112 130052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15099] ppid=15093 vsize=1487088 CPUtime=2.01
/proc/15095/task/15099/stat : 15099 (java) S 15093 15095 14874 0 -1 64 53224 0 0 0 176 25 0 0 16 0 13 0 158559054 1522778112 130052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15095/tid=15100] ppid=15093 vsize=1487088 CPUtime=0
/proc/15095/task/15100/stat : 15100 (java) S 15093 15095 14874 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 158559056 1522778112 130052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15095/tid=15101] ppid=15093 vsize=1487088 CPUtime=0
/proc/15095/task/15101/stat : 15101 (java) S 15093 15095 14874 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158559056 1522778112 130052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15102] ppid=15093 vsize=1487088 CPUtime=0
/proc/15095/task/15102/stat : 15102 (java) S 15093 15095 14874 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158559057 1522778112 130052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15103] ppid=15093 vsize=1487088 CPUtime=0
/proc/15095/task/15103/stat : 15103 (java) S 15093 15095 14874 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158559061 1522778112 130052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15104] ppid=15093 vsize=1487088 CPUtime=0.93
/proc/15095/task/15104/stat : 15104 (java) S 15093 15095 14874 0 -1 64 5049 0 0 0 92 1 0 0 16 0 13 0 158559061 1522778112 130052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15105] ppid=15093 vsize=1487088 CPUtime=0.97
/proc/15095/task/15105/stat : 15105 (java) S 15093 15095 14874 0 -1 64 4563 0 0 0 96 1 0 0 16 0 13 0 158559061 1522778112 130052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15106] ppid=15093 vsize=1487088 CPUtime=0
/proc/15095/task/15106/stat : 15106 (java) S 15093 15095 14874 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158559061 1522778112 130052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15107] ppid=15093 vsize=1487088 CPUtime=0
/proc/15095/task/15107/stat : 15107 (java) S 15093 15095 14874 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158559061 1522778112 130052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15095/tid=15108] ppid=15093 vsize=1487088 CPUtime=0
/proc/15095/task/15108/stat : 15108 (java) S 15093 15095 14874 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 158559118 1522778112 130052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1665.35
Current children cumulated vsize (KiB) 1487088

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15108
/proc/meminfo: memFree=806416/2055920 swapFree=4180792/4192956
[pid=15095] ppid=15093 vsize=1487088 CPUtime=1725.32
/proc/15095/stat : 15095 (java) S 15093 15095 14874 0 -1 0 152232 0 1 0 172452 80 0 0 18 0 13 0 158559052 1522778112 130052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15095/statm: 371772 130052 1427 9 0 369115 0
[pid=15095/tid=15097] ppid=15093 vsize=1487088 CPUtime=1719.32
/proc/15095/task/15097/stat : 15097 (java) R 15093 15095 14874 0 -1 64 31001 0 1 0 171909 23 0 0 25 0 13 0 158559053 1522778112 130052 1992294400 134512640 134550932 4294956016 18446744073709551615 4109812159 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15095/tid=15098] ppid=15093 vsize=1487088 CPUtime=2.02
/proc/15095/task/15098/stat : 15098 (java) S 15093 15095 14874 0 -1 64 57632 0 0 0 176 26 0 0 16 0 13 0 158559054 1522778112 130052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15099] ppid=15093 vsize=1487088 CPUtime=2.01
/proc/15095/task/15099/stat : 15099 (java) S 15093 15095 14874 0 -1 64 53224 0 0 0 176 25 0 0 16 0 13 0 158559054 1522778112 130052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15095/tid=15100] ppid=15093 vsize=1487088 CPUtime=0
/proc/15095/task/15100/stat : 15100 (java) S 15093 15095 14874 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 158559056 1522778112 130052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15095/tid=15101] ppid=15093 vsize=1487088 CPUtime=0
/proc/15095/task/15101/stat : 15101 (java) S 15093 15095 14874 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158559056 1522778112 130052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15102] ppid=15093 vsize=1487088 CPUtime=0
/proc/15095/task/15102/stat : 15102 (java) S 15093 15095 14874 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158559057 1522778112 130052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15103] ppid=15093 vsize=1487088 CPUtime=0
/proc/15095/task/15103/stat : 15103 (java) S 15093 15095 14874 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158559061 1522778112 130052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15104] ppid=15093 vsize=1487088 CPUtime=0.93
/proc/15095/task/15104/stat : 15104 (java) S 15093 15095 14874 0 -1 64 5049 0 0 0 92 1 0 0 16 0 13 0 158559061 1522778112 130052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15105] ppid=15093 vsize=1487088 CPUtime=0.97
/proc/15095/task/15105/stat : 15105 (java) S 15093 15095 14874 0 -1 64 4563 0 0 0 96 1 0 0 16 0 13 0 158559061 1522778112 130052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15106] ppid=15093 vsize=1487088 CPUtime=0
/proc/15095/task/15106/stat : 15106 (java) S 15093 15095 14874 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158559061 1522778112 130052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15107] ppid=15093 vsize=1487088 CPUtime=0
/proc/15095/task/15107/stat : 15107 (java) S 15093 15095 14874 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158559061 1522778112 130052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15095/tid=15108] ppid=15093 vsize=1487088 CPUtime=0
/proc/15095/task/15108/stat : 15108 (java) S 15093 15095 14874 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 158559118 1522778112 130052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1725.32
Current children cumulated vsize (KiB) 1487088

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15108
/proc/meminfo: memFree=793552/2055920 swapFree=4180792/4192956
[pid=15095] ppid=15093 vsize=1487088 CPUtime=1785.38
/proc/15095/stat : 15095 (java) S 15093 15095 14874 0 -1 0 155697 0 1 0 178455 83 0 0 18 0 13 0 158559052 1522778112 133263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15095/statm: 371772 133263 1427 9 0 369115 0
[pid=15095/tid=15097] ppid=15093 vsize=1487088 CPUtime=1779.22
/proc/15095/task/15097/stat : 15097 (java) R 15093 15095 14874 0 -1 64 31002 0 1 0 177899 23 0 0 25 0 13 0 158559053 1522778112 133263 1992294400 134512640 134550932 4294956016 18446744073709551615 4109812159 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15095/tid=15098] ppid=15093 vsize=1487088 CPUtime=2.09
/proc/15095/task/15098/stat : 15098 (java) S 15093 15095 14874 0 -1 64 59558 0 0 0 182 27 0 0 17 0 13 0 158559054 1522778112 133263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15099] ppid=15093 vsize=1487088 CPUtime=2.09
/proc/15095/task/15099/stat : 15099 (java) S 15093 15095 14874 0 -1 64 54762 0 0 0 182 27 0 0 16 0 13 0 158559054 1522778112 133263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15095/tid=15100] ppid=15093 vsize=1487088 CPUtime=0
/proc/15095/task/15100/stat : 15100 (java) S 15093 15095 14874 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 158559056 1522778112 133263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15095/tid=15101] ppid=15093 vsize=1487088 CPUtime=0
/proc/15095/task/15101/stat : 15101 (java) S 15093 15095 14874 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158559056 1522778112 133263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15102] ppid=15093 vsize=1487088 CPUtime=0
/proc/15095/task/15102/stat : 15102 (java) S 15093 15095 14874 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158559057 1522778112 133263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15103] ppid=15093 vsize=1487088 CPUtime=0
/proc/15095/task/15103/stat : 15103 (java) S 15093 15095 14874 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158559061 1522778112 133263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15104] ppid=15093 vsize=1487088 CPUtime=0.93
/proc/15095/task/15104/stat : 15104 (java) S 15093 15095 14874 0 -1 64 5049 0 0 0 92 1 0 0 16 0 13 0 158559061 1522778112 133263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15105] ppid=15093 vsize=1487088 CPUtime=0.97
/proc/15095/task/15105/stat : 15105 (java) S 15093 15095 14874 0 -1 64 4563 0 0 0 96 1 0 0 16 0 13 0 158559061 1522778112 133263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15106] ppid=15093 vsize=1487088 CPUtime=0
/proc/15095/task/15106/stat : 15106 (java) S 15093 15095 14874 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158559061 1522778112 133263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15107] ppid=15093 vsize=1487088 CPUtime=0
/proc/15095/task/15107/stat : 15107 (java) S 15093 15095 14874 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158559061 1522778112 133263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15095/tid=15108] ppid=15093 vsize=1487088 CPUtime=0
/proc/15095/task/15108/stat : 15108 (java) S 15093 15095 14874 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 158559118 1522778112 133263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1785.38
Current children cumulated vsize (KiB) 1487088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15108
/proc/meminfo: memFree=793552/2055920 swapFree=4180792/4192956
[pid=15095] ppid=15093 vsize=1487088 CPUtime=1800.08
/proc/15095/stat : 15095 (java) S 15093 15095 14874 0 -1 0 155697 0 1 0 179925 83 0 0 18 0 13 0 158559052 1522778112 133263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15095/statm: 371772 133263 1427 9 0 369115 0
[pid=15095/tid=15097] ppid=15093 vsize=1487088 CPUtime=1793.92
/proc/15095/task/15097/stat : 15097 (java) R 15093 15095 14874 0 -1 64 31002 0 1 0 179369 23 0 0 25 0 13 0 158559053 1522778112 133263 1992294400 134512640 134550932 4294956016 18446744073709551615 4109605567 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15095/tid=15098] ppid=15093 vsize=1487088 CPUtime=2.09
/proc/15095/task/15098/stat : 15098 (java) S 15093 15095 14874 0 -1 64 59558 0 0 0 182 27 0 0 17 0 13 0 158559054 1522778112 133263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15099] ppid=15093 vsize=1487088 CPUtime=2.09
/proc/15095/task/15099/stat : 15099 (java) S 15093 15095 14874 0 -1 64 54762 0 0 0 182 27 0 0 16 0 13 0 158559054 1522778112 133263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15095/tid=15100] ppid=15093 vsize=1487088 CPUtime=0
/proc/15095/task/15100/stat : 15100 (java) S 15093 15095 14874 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 158559056 1522778112 133263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15095/tid=15101] ppid=15093 vsize=1487088 CPUtime=0
/proc/15095/task/15101/stat : 15101 (java) S 15093 15095 14874 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158559056 1522778112 133263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15102] ppid=15093 vsize=1487088 CPUtime=0
/proc/15095/task/15102/stat : 15102 (java) S 15093 15095 14874 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158559057 1522778112 133263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15103] ppid=15093 vsize=1487088 CPUtime=0
/proc/15095/task/15103/stat : 15103 (java) S 15093 15095 14874 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158559061 1522778112 133263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15104] ppid=15093 vsize=1487088 CPUtime=0.93
/proc/15095/task/15104/stat : 15104 (java) S 15093 15095 14874 0 -1 64 5049 0 0 0 92 1 0 0 16 0 13 0 158559061 1522778112 133263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15105] ppid=15093 vsize=1487088 CPUtime=0.97
/proc/15095/task/15105/stat : 15105 (java) S 15093 15095 14874 0 -1 64 4563 0 0 0 96 1 0 0 16 0 13 0 158559061 1522778112 133263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15106] ppid=15093 vsize=1487088 CPUtime=0
/proc/15095/task/15106/stat : 15106 (java) S 15093 15095 14874 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158559061 1522778112 133263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15107] ppid=15093 vsize=1487088 CPUtime=0
/proc/15095/task/15107/stat : 15107 (java) S 15093 15095 14874 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158559061 1522778112 133263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15095/tid=15108] ppid=15093 vsize=1487088 CPUtime=0
/proc/15095/task/15108/stat : 15108 (java) S 15093 15095 14874 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 158559118 1522778112 133263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1487088

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

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

[startup+1797.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15108
/proc/meminfo: memFree=793552/2055920 swapFree=4180792/4192956
[pid=15095] ppid=15093 vsize=1487736 CPUtime=1800.43
/proc/15095/stat : 15095 (java) S 15093 15095 14874 0 -1 0 155722 0 1 0 179960 83 0 0 16 0 14 0 158559052 1523441664 133288 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15095/statm: 371934 133288 1430 9 0 369277 0
[pid=15095/tid=15097] ppid=15093 vsize=1487736 CPUtime=1794.12
/proc/15095/task/15097/stat : 15097 (java) R 15093 15095 14874 0 -1 64 31002 0 1 0 179389 23 0 0 25 0 14 0 158559053 1523441664 133288 1992294400 134512640 134550932 4294956016 18446744073709551615 4109812159 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15095/tid=15098] ppid=15093 vsize=1487736 CPUtime=2.09
/proc/15095/task/15098/stat : 15098 (java) S 15093 15095 14874 0 -1 64 59558 0 0 0 182 27 0 0 17 0 14 0 158559054 1523441664 133288 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15099] ppid=15093 vsize=1487736 CPUtime=2.09
/proc/15095/task/15099/stat : 15099 (java) S 15093 15095 14874 0 -1 64 54762 0 0 0 182 27 0 0 16 0 14 0 158559054 1523441664 133288 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15095/tid=15100] ppid=15093 vsize=1487736 CPUtime=0
/proc/15095/task/15100/stat : 15100 (java) S 15093 15095 14874 0 -1 64 16 0 0 0 0 0 0 0 16 0 14 0 158559056 1523441664 133288 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15095/tid=15101] ppid=15093 vsize=1487736 CPUtime=0
/proc/15095/task/15101/stat : 15101 (java) S 15093 15095 14874 0 -1 64 11 0 0 0 0 0 0 0 16 0 14 0 158559056 1523441664 133288 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15102] ppid=15093 vsize=1487736 CPUtime=0
/proc/15095/task/15102/stat : 15102 (java) S 15093 15095 14874 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 158559057 1523441664 133288 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15103] ppid=15093 vsize=1487736 CPUtime=0
/proc/15095/task/15103/stat : 15103 (java) S 15093 15095 14874 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 158559061 1523441664 133288 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15104] ppid=15093 vsize=1487736 CPUtime=0.97
/proc/15095/task/15104/stat : 15104 (java) S 15093 15095 14874 0 -1 64 5051 0 0 0 96 1 0 0 17 0 14 0 158559061 1523441664 133288 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15105] ppid=15093 vsize=1487736 CPUtime=0.97
/proc/15095/task/15105/stat : 15105 (java) S 15093 15095 14874 0 -1 64 4563 0 0 0 96 1 0 0 16 0 14 0 158559061 1523441664 133288 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15106] ppid=15093 vsize=1487736 CPUtime=0
/proc/15095/task/15106/stat : 15106 (java) S 15093 15095 14874 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 158559061 1523441664 133288 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15095/tid=15107] ppid=15093 vsize=1487736 CPUtime=0
/proc/15095/task/15107/stat : 15107 (java) S 15093 15095 14874 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 158559061 1523441664 133288 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15095/tid=15108] ppid=15093 vsize=1487736 CPUtime=0
/proc/15095/task/15108/stat : 15108 (java) S 15093 15095 14874 0 -1 64 5 0 0 0 0 0 0 0 19 0 14 0 158559118 1523441664 133288 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.43
Current children cumulated vsize (KiB) 1487736

Child status: 143
Real time (s): 1797.29
CPU time (s): 1800.52
CPU user time (s): 1799.61
CPU system time (s): 0.912861
CPU usage (%): 100.18
Max. virtual memory (cumulated for all children) (KiB): 1492952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.61
system time used= 0.912861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155722
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= 37035
involuntary context switches= 38044

runsolver used 2.13967 second user time and 4.41733 second system time

The end

Launcher Data

Begin job on node31 at 2009-06-13 18:13:11
IDJOB=1856379
IDBENCH=2492
IDSOLVER=682
FILE ID=node31/1856379-1244909591
PBS_JOBID= 9354502
Free space on /tmp= 66328 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-rgn.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856379-1244909591/watcher-1856379-1244909591 -o /tmp/evaluation-result-1856379-1244909591/solver-1856379-1244909591 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856379-1244909591.opb

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

MD5SUM BENCH= 077c926419792cafad737b20a04bb1ea
RANDOM SEED=157259628

node31.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.258
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.258
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:       1323864 kB
Buffers:         56544 kB
Cached:         605820 kB
SwapCached:       5124 kB
Active:          38300 kB
Inactive:       632140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1323864 kB
SwapTotal:     4192956 kB
SwapFree:      4180792 kB
Dirty:             348 kB
Writeback:           0 kB
Mapped:          13768 kB
Slab:            47340 kB
Committed_AS:   134792 kB
PageTables:       1468 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66328 MiB
End job on node31 at 2009-06-13 18:43:10