Trace number 1856402

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 CP 2.1.1? (TO) 1800.35 1777.81

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-a1c1s1.opb
MD5SUMdaeaeaee67028e931b0f5195f178e9b3
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables107520
Total number of constraints3312
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3312
Minimum length of a constraint50
Maximum length of a constraint820
Number of terms in the objective function 41280
Biggest coefficient in the objective function 1342177280000000
Number of bits for the biggest coefficient in the objective function 51
Sum of the numbers in the objective function 260295726093315792
Number of bits of the sum of numbers in the objective function 58
Biggest number in a constraint 1342177280000000
Number of bits of the biggest number in a constraint 51
Biggest sum of numbers in a constraint 260295726093315792
Number of bits of the biggest sum of numbers58
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.1.v20090612
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1342000320
0.09/0.15	c Max memory 1344274432
0.09/0.15	c Total memory 1344274432
0.09/0.15	c Number of processors 2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
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.PBMaxClauseCardConstrDataStructure@ecd7e
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 No 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-1856402-1244910144.opb
0.22/0.22	c reading problem ... 
3.68/3.10	c ... done. Wall clock time 2.88s.
3.68/3.10	c #vars     107520
3.68/3.10	c #constraints  23869
3.68/3.10	c constraints type 
3.78/3.10	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4560
1800.08/1777.62	c starts		: 12
1800.08/1777.62	c conflicts		: 18927
1800.08/1777.62	c decisions		: 848432
1800.08/1777.62	c propagations		: 3162844
1800.08/1777.62	c inspects		: 281127502
1800.08/1777.62	c learnt literals	: 0
1800.08/1777.62	c learnt binary clauses	: 0
1800.08/1777.62	c learnt ternary clauses	: 0
1800.08/1777.62	c learnt clauses	: 18927
1800.08/1777.62	c ignored clauses	: 0
1800.08/1777.62	c root simplifications	: 0
1800.08/1777.62	c removed literals (reason simplification)	: 0
1800.08/1777.62	c reason swapping (by a shorter reason)	: 0
1800.08/1777.62	c Calls to reduceDB	: 0
1800.08/1777.62	c speed (assignments/second)	: 1782.3689488463622
1800.08/1777.62	c non guided choices	0
1800.08/1777.67	c learnt constraints type 
1800.08/1777.68	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 24
1800.08/1777.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18903
1800.08/1777.68	c constraints type 
1800.08/1777.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4560
1800.08/1777.68	s UNKNOWN
1800.08/1777.68	c Total wall clock time (in seconds): 1777.458

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-1856402-1244910144/watcher-1856402-1244910144 -o /tmp/evaluation-result-1856402-1244910144/solver-1856402-1244910144 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856402-1244910144.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: 0.92 0.98 0.99 3/64 8851
/proc/meminfo: memFree=1309032/2055920 swapFree=4191896/4192956
[pid=8851] ppid=8849 vsize=152 CPUtime=0
/proc/8851/stat : 8851 (java6) R 8849 8851 8630 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 158615435 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 10535716 0 0 4096 0 0 0 0 17 1 0 0
/proc/8851/statm: 38 26 19 9 0 4 0

[startup+0.0356271 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8851
/proc/meminfo: memFree=1309032/2055920 swapFree=4191896/4192956
[pid=8851] ppid=8849 vsize=1468752 CPUtime=0.02
/proc/8851/stat : 8851 (java) S 8849 8851 8630 0 -1 0 2940 0 1 0 0 2 0 0 18 0 4 0 158615435 1504002048 2687 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/8851/statm: 367188 2687 938 9 0 364539 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1468752

[startup+0.101653 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8851
/proc/meminfo: memFree=1309032/2055920 swapFree=4191896/4192956
[pid=8851] ppid=8849 vsize=1472584 CPUtime=0.09
/proc/8851/stat : 8851 (java) S 8849 8851 8630 0 -1 0 3609 0 1 0 6 3 0 0 18 0 12 0 158615435 1507926016 3352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8851/statm: 368146 3352 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.301651 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8851
/proc/meminfo: memFree=1309032/2055920 swapFree=4191896/4192956
[pid=8851] ppid=8849 vsize=1475464 CPUtime=0.36
/proc/8851/stat : 8851 (java) S 8849 8851 8630 0 -1 0 5639 0 1 0 32 4 0 0 18 0 12 0 158615435 1510875136 5376 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8851/statm: 368866 5376 1359 9 0 366209 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1475464

[startup+0.701697 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8851
/proc/meminfo: memFree=1309032/2055920 swapFree=4191896/4192956
[pid=8851] ppid=8849 vsize=1476112 CPUtime=0.93
/proc/8851/stat : 8851 (java) S 8849 8851 8630 0 -1 0 9506 0 1 0 87 6 0 0 18 0 12 0 158615435 1511538688 8977 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8851/statm: 369028 8977 1395 9 0 366371 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 1476112

[startup+1.50177 s]
/proc/loadavg: 0.92 0.98 0.99 2/76 8863
/proc/meminfo: memFree=1266056/2055920 swapFree=4191896/4192956
[pid=8851] ppid=8849 vsize=1476640 CPUtime=1.93
/proc/8851/stat : 8851 (java) S 8849 8851 8630 0 -1 0 24422 0 1 0 180 13 0 0 18 0 12 0 158615435 1512079360 23437 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8851/statm: 369160 23438 1401 9 0 366503 0
[pid=8851/tid=8853] ppid=8849 vsize=1476640 CPUtime=1.29
/proc/8851/task/8853/stat : 8853 (java) R 8849 8851 8630 0 -1 64 21889 0 1 0 118 11 0 0 22 0 12 0 158615437 1512079360 23438 1992294400 134512640 134550932 4294956000 18446744073709551615 4109557926 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8851/tid=8854] ppid=8849 vsize=1476640 CPUtime=0
/proc/8851/task/8854/stat : 8854 (java) S 8849 8851 8630 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 158615438 1512079360 23439 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8855] ppid=8849 vsize=1476640 CPUtime=0
/proc/8851/task/8855/stat : 8855 (java) S 8849 8851 8630 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 158615438 1512079360 23440 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8856] ppid=8849 vsize=1476640 CPUtime=0
/proc/8851/task/8856/stat : 8856 (java) S 8849 8851 8630 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 158615440 1512079360 23440 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8857] ppid=8849 vsize=1476640 CPUtime=0
/proc/8851/task/8857/stat : 8857 (java) S 8849 8851 8630 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 158615440 1512079360 23441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8858] ppid=8849 vsize=1476640 CPUtime=0
/proc/8851/task/8858/stat : 8858 (java) S 8849 8851 8630 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 158615440 1512079360 23442 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8859] ppid=8849 vsize=1476640 CPUtime=0
/proc/8851/task/8859/stat : 8859 (java) S 8849 8851 8630 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158615445 1512079360 23443 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8860] ppid=8849 vsize=1476640 CPUtime=0.29
/proc/8851/task/8860/stat : 8860 (java) S 8849 8851 8630 0 -1 64 474 0 0 0 29 0 0 0 16 0 12 0 158615445 1512079360 23443 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8851/tid=8861] ppid=8849 vsize=1476640 CPUtime=0.32
/proc/8851/task/8861/stat : 8861 (java) S 8849 8851 8630 0 -1 64 1321 0 0 0 32 0 0 0 16 0 12 0 158615445 1512079360 23445 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8862] ppid=8849 vsize=1476640 CPUtime=0
/proc/8851/task/8862/stat : 8862 (java) S 8849 8851 8630 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 158615445 1512079360 23447 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8863] ppid=8849 vsize=1476640 CPUtime=0
/proc/8851/task/8863/stat : 8863 (java) S 8849 8851 8630 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 158615445 1512079360 23448 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 1476640

[startup+3.10294 s]
/proc/loadavg: 0.92 0.98 0.99 2/76 8863
/proc/meminfo: memFree=1156040/2055920 swapFree=4191896/4192956
[pid=8851] ppid=8849 vsize=1476640 CPUtime=3.78
/proc/8851/stat : 8851 (java) S 8849 8851 8630 0 -1 0 41606 0 1 0 357 21 0 0 18 0 12 0 158615435 1512079360 39521 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8851/statm: 369160 39521 1422 9 0 366503 0
[pid=8851/tid=8853] ppid=8849 vsize=1476640 CPUtime=2.73
/proc/8851/task/8853/stat : 8853 (java) R 8849 8851 8630 0 -1 64 30953 0 1 0 257 16 0 0 25 0 12 0 158615437 1512079360 39521 1992294400 134512640 134550932 4294956000 18446744073709551615 106578368 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8854] ppid=8849 vsize=1476640 CPUtime=0.12
/proc/8851/task/8854/stat : 8854 (java) S 8849 8851 8630 0 -1 64 4495 0 0 0 11 1 0 0 16 0 12 0 158615438 1512079360 39521 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8855] ppid=8849 vsize=1476640 CPUtime=0.13
/proc/8851/task/8855/stat : 8855 (java) S 8849 8851 8630 0 -1 64 3237 0 0 0 12 1 0 0 17 0 12 0 158615438 1512079360 39521 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8851/tid=8856] ppid=8849 vsize=1476640 CPUtime=0
/proc/8851/task/8856/stat : 8856 (java) S 8849 8851 8630 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 158615440 1512079360 39521 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8857] ppid=8849 vsize=1476640 CPUtime=0
/proc/8851/task/8857/stat : 8857 (java) S 8849 8851 8630 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 158615440 1512079360 39521 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8858] ppid=8849 vsize=1476640 CPUtime=0
/proc/8851/task/8858/stat : 8858 (java) S 8849 8851 8630 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 158615440 1512079360 39521 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8859] ppid=8849 vsize=1476640 CPUtime=0
/proc/8851/task/8859/stat : 8859 (java) S 8849 8851 8630 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158615445 1512079360 39521 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8860] ppid=8849 vsize=1476640 CPUtime=0.37
/proc/8851/task/8860/stat : 8860 (java) S 8849 8851 8630 0 -1 64 846 0 0 0 37 0 0 0 17 0 12 0 158615445 1512079360 39521 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8851/tid=8861] ppid=8849 vsize=1476640 CPUtime=0.38
/proc/8851/task/8861/stat : 8861 (java) S 8849 8851 8630 0 -1 64 1325 0 0 0 38 0 0 0 16 0 12 0 158615445 1512079360 39521 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8862] ppid=8849 vsize=1476640 CPUtime=0
/proc/8851/task/8862/stat : 8862 (java) S 8849 8851 8630 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 158615445 1512079360 39521 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8863] ppid=8849 vsize=1476640 CPUtime=0
/proc/8851/task/8863/stat : 8863 (java) S 8849 8851 8630 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 158615445 1512079360 39521 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 1476640

[startup+6.30226 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 8864
/proc/meminfo: memFree=1107200/2055920 swapFree=4191896/4192956
[pid=8851] ppid=8849 vsize=1479316 CPUtime=8.25
/proc/8851/stat : 8851 (java) S 8849 8851 8630 0 -1 0 56765 0 1 0 797 28 0 0 18 0 13 0 158615435 1514819584 51580 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8851/statm: 369829 51580 1434 9 0 367172 0
[pid=8851/tid=8853] ppid=8849 vsize=1479316 CPUtime=5.32
/proc/8851/task/8853/stat : 8853 (java) R 8849 8851 8630 0 -1 64 30986 0 1 0 516 16 0 0 24 0 13 0 158615437 1514819584 51580 1992294400 134512640 134550932 4294956000 18446744073709551615 4109557820 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8851/tid=8854] ppid=8849 vsize=1479316 CPUtime=0.38
/proc/8851/task/8854/stat : 8854 (java) S 8849 8851 8630 0 -1 64 11760 0 0 0 33 5 0 0 16 0 13 0 158615438 1514819584 51580 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8855] ppid=8849 vsize=1479316 CPUtime=0.38
/proc/8851/task/8855/stat : 8855 (java) S 8849 8851 8630 0 -1 64 8490 0 0 0 35 3 0 0 17 0 13 0 158615438 1514819584 51580 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8851/tid=8856] ppid=8849 vsize=1479316 CPUtime=0
/proc/8851/task/8856/stat : 8856 (java) S 8849 8851 8630 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158615440 1514819584 51580 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8851/tid=8857] ppid=8849 vsize=1479316 CPUtime=0
/proc/8851/task/8857/stat : 8857 (java) S 8849 8851 8630 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158615440 1514819584 51580 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8858] ppid=8849 vsize=1479316 CPUtime=0
/proc/8851/task/8858/stat : 8858 (java) S 8849 8851 8630 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158615440 1514819584 51580 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8859] ppid=8849 vsize=1479316 CPUtime=0
/proc/8851/task/8859/stat : 8859 (java) S 8849 8851 8630 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158615445 1514819584 51580 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8860] ppid=8849 vsize=1479316 CPUtime=0.98
/proc/8851/task/8860/stat : 8860 (java) S 8849 8851 8630 0 -1 64 1547 0 0 0 98 0 0 0 16 0 13 0 158615445 1514819584 51580 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8861] ppid=8849 vsize=1479316 CPUtime=1.14
/proc/8851/task/8861/stat : 8861 (java) S 8849 8851 8630 0 -1 64 3228 0 0 0 113 1 0 0 17 0 13 0 158615445 1514819584 51580 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8862] ppid=8849 vsize=1479316 CPUtime=0
/proc/8851/task/8862/stat : 8862 (java) S 8849 8851 8630 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158615445 1514819584 51580 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8863] ppid=8849 vsize=1479316 CPUtime=0
/proc/8851/task/8863/stat : 8863 (java) S 8849 8851 8630 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158615445 1514819584 51580 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8851/tid=8864] ppid=8849 vsize=1479316 CPUtime=0
/proc/8851/task/8864/stat : 8864 (java) S 8849 8851 8630 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 158615826 1514819584 51580 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.25
Current children cumulated vsize (KiB) 1479316

[startup+12.7029 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 8864
/proc/meminfo: memFree=1082496/2055920 swapFree=4191896/4192956
[pid=8851] ppid=8849 vsize=1482408 CPUtime=15.55
/proc/8851/stat : 8851 (java) S 8849 8851 8630 0 -1 0 65873 0 1 0 1522 33 0 0 18 0 13 0 158615435 1517985792 58357 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8851/statm: 370602 58357 1434 9 0 367945 0
[pid=8851/tid=8853] ppid=8849 vsize=1482408 CPUtime=11.22
/proc/8851/task/8853/stat : 8853 (java) R 8849 8851 8630 0 -1 64 30999 0 1 0 1106 16 0 0 23 0 13 0 158615437 1517985792 58357 1992294400 134512640 134550932 4294956000 18446744073709551615 4109558015 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8851/tid=8854] ppid=8849 vsize=1482408 CPUtime=0.79
/proc/8851/task/8854/stat : 8854 (java) S 8849 8851 8630 0 -1 64 15063 0 0 0 72 7 0 0 16 0 13 0 158615438 1517985792 58357 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8851/tid=8855] ppid=8849 vsize=1482408 CPUtime=0.78
/proc/8851/task/8855/stat : 8855 (java) S 8849 8851 8630 0 -1 64 12293 0 0 0 73 5 0 0 16 0 13 0 158615438 1517985792 58357 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8856] ppid=8849 vsize=1482408 CPUtime=0
/proc/8851/task/8856/stat : 8856 (java) S 8849 8851 8630 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 158615440 1517985792 58357 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8851/tid=8857] ppid=8849 vsize=1482408 CPUtime=0
/proc/8851/task/8857/stat : 8857 (java) S 8849 8851 8630 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158615440 1517985792 58357 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8858] ppid=8849 vsize=1482408 CPUtime=0
/proc/8851/task/8858/stat : 8858 (java) S 8849 8851 8630 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158615440 1517985792 58357 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8859] ppid=8849 vsize=1482408 CPUtime=0
/proc/8851/task/8859/stat : 8859 (java) S 8849 8851 8630 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158615445 1517985792 58357 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8860] ppid=8849 vsize=1482408 CPUtime=1.28
/proc/8851/task/8860/stat : 8860 (java) S 8849 8851 8630 0 -1 64 3508 0 0 0 127 1 0 0 16 0 13 0 158615445 1517985792 58357 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8851/tid=8861] ppid=8849 vsize=1482408 CPUtime=1.43
/proc/8851/task/8861/stat : 8861 (java) S 8849 8851 8630 0 -1 64 3256 0 0 0 142 1 0 0 15 0 13 0 158615445 1517985792 58357 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8862] ppid=8849 vsize=1482408 CPUtime=0
/proc/8851/task/8862/stat : 8862 (java) S 8849 8851 8630 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158615445 1517985792 58357 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8863] ppid=8849 vsize=1482408 CPUtime=0
/proc/8851/task/8863/stat : 8863 (java) S 8849 8851 8630 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158615445 1517985792 58357 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8851/tid=8864] ppid=8849 vsize=1482408 CPUtime=0
/proc/8851/task/8864/stat : 8864 (java) S 8849 8851 8630 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 158615826 1517985792 58357 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.55
Current children cumulated vsize (KiB) 1482408

[startup+25.5022 s]
/proc/loadavg: 0.95 0.98 0.99 2/77 8864
/proc/meminfo: memFree=1072640/2055920 swapFree=4191896/4192956
[pid=8851] ppid=8849 vsize=1482408 CPUtime=28.75
/proc/8851/stat : 8851 (java) S 8849 8851 8630 0 -1 0 67902 0 1 0 2839 36 0 0 18 0 13 0 158615435 1517985792 60291 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8851/statm: 370602 60291 1434 9 0 367945 0
[pid=8851/tid=8853] ppid=8849 vsize=1482408 CPUtime=23.69
/proc/8851/task/8853/stat : 8853 (java) R 8849 8851 8630 0 -1 64 31034 0 1 0 2353 16 0 0 25 0 13 0 158615437 1517985792 60291 1992294400 134512640 134550932 4294956000 18446744073709551615 4109849344 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8851/tid=8854] ppid=8849 vsize=1482408 CPUtime=1.09
/proc/8851/task/8854/stat : 8854 (java) S 8849 8851 8630 0 -1 64 15608 0 0 0 101 8 0 0 16 0 13 0 158615438 1517985792 60291 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8851/tid=8855] ppid=8849 vsize=1482408 CPUtime=1.08
/proc/8851/task/8855/stat : 8855 (java) S 8849 8851 8630 0 -1 64 13742 0 0 0 102 6 0 0 15 0 13 0 158615438 1517985792 60291 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8856] ppid=8849 vsize=1482408 CPUtime=0.01
/proc/8851/task/8856/stat : 8856 (java) S 8849 8851 8630 0 -1 64 11 0 0 0 1 0 0 0 16 0 13 0 158615440 1517985792 60291 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8851/tid=8857] ppid=8849 vsize=1482408 CPUtime=0
/proc/8851/task/8857/stat : 8857 (java) S 8849 8851 8630 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158615440 1517985792 60291 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8858] ppid=8849 vsize=1482408 CPUtime=0

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

[pid=8851/tid=8856] ppid=8849 vsize=1485508 CPUtime=0.19
/proc/8851/task/8856/stat : 8856 (java) S 8849 8851 8630 0 -1 64 11 0 0 0 14 5 0 0 16 0 13 0 158615440 1521160192 141012 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8857] ppid=8849 vsize=1485508 CPUtime=0
/proc/8851/task/8857/stat : 8857 (java) S 8849 8851 8630 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158615440 1521160192 141012 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8858] ppid=8849 vsize=1485508 CPUtime=0
/proc/8851/task/8858/stat : 8858 (java) S 8849 8851 8630 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158615440 1521160192 141012 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8859] ppid=8849 vsize=1485508 CPUtime=0
/proc/8851/task/8859/stat : 8859 (java) S 8849 8851 8630 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158615445 1521160192 141012 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8860] ppid=8849 vsize=1485508 CPUtime=1.97
/proc/8851/task/8860/stat : 8860 (java) S 8849 8851 8630 0 -1 64 5166 0 0 0 195 2 0 0 16 0 13 0 158615445 1521160192 141012 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8851/tid=8861] ppid=8849 vsize=1485508 CPUtime=1.86
/proc/8851/task/8861/stat : 8861 (java) S 8849 8851 8630 0 -1 64 3313 0 0 0 185 1 0 0 16 0 13 0 158615445 1521160192 141012 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8862] ppid=8849 vsize=1485508 CPUtime=0
/proc/8851/task/8862/stat : 8862 (java) S 8849 8851 8630 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158615445 1521160192 141012 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8863] ppid=8849 vsize=1485508 CPUtime=0
/proc/8851/task/8863/stat : 8863 (java) S 8849 8851 8630 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158615445 1521160192 141012 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8851/tid=8864] ppid=8849 vsize=1485508 CPUtime=0
/proc/8851/task/8864/stat : 8864 (java) S 8849 8851 8630 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 158615826 1521160192 141012 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1561.47
Current children cumulated vsize (KiB) 1485508

[startup+1602.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/77 8864
/proc/meminfo: memFree=735872/2055920 swapFree=4191896/4192956
[pid=8851] ppid=8849 vsize=1485508 CPUtime=1622.36
/proc/8851/stat : 8851 (java) S 8849 8851 8630 0 -1 0 158533 0 1 0 162129 107 0 0 18 0 13 0 158615435 1521160192 144128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8851/statm: 371377 144128 1438 9 0 368720 0
[pid=8851/tid=8853] ppid=8849 vsize=1485508 CPUtime=1582.92
/proc/8851/task/8853/stat : 8853 (java) R 8849 8851 8630 0 -1 64 31827 0 1 0 158271 21 0 0 24 0 13 0 158615437 1521160192 144128 1992294400 134512640 134550932 4294956000 18446744073709551615 4109732378 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8851/tid=8854] ppid=8849 vsize=1485508 CPUtime=17.71
/proc/8851/task/8854/stat : 8854 (java) S 8849 8851 8630 0 -1 64 61103 0 0 0 1733 38 0 0 17 0 13 0 158615438 1521160192 144128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8851/tid=8855] ppid=8849 vsize=1485508 CPUtime=17.64
/proc/8851/task/8855/stat : 8855 (java) S 8849 8851 8630 0 -1 64 56370 0 0 0 1728 36 0 0 16 0 13 0 158615438 1521160192 144128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8856] ppid=8849 vsize=1485508 CPUtime=0.19
/proc/8851/task/8856/stat : 8856 (java) S 8849 8851 8630 0 -1 64 11 0 0 0 14 5 0 0 16 0 13 0 158615440 1521160192 144128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8857] ppid=8849 vsize=1485508 CPUtime=0
/proc/8851/task/8857/stat : 8857 (java) S 8849 8851 8630 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158615440 1521160192 144128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8858] ppid=8849 vsize=1485508 CPUtime=0
/proc/8851/task/8858/stat : 8858 (java) S 8849 8851 8630 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158615440 1521160192 144128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8859] ppid=8849 vsize=1485508 CPUtime=0
/proc/8851/task/8859/stat : 8859 (java) S 8849 8851 8630 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158615445 1521160192 144128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8860] ppid=8849 vsize=1485508 CPUtime=1.97
/proc/8851/task/8860/stat : 8860 (java) S 8849 8851 8630 0 -1 64 5166 0 0 0 195 2 0 0 16 0 13 0 158615445 1521160192 144128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8851/tid=8861] ppid=8849 vsize=1485508 CPUtime=1.86
/proc/8851/task/8861/stat : 8861 (java) S 8849 8851 8630 0 -1 64 3313 0 0 0 185 1 0 0 16 0 13 0 158615445 1521160192 144128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8862] ppid=8849 vsize=1485508 CPUtime=0
/proc/8851/task/8862/stat : 8862 (java) S 8849 8851 8630 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158615445 1521160192 144128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8863] ppid=8849 vsize=1485508 CPUtime=0
/proc/8851/task/8863/stat : 8863 (java) S 8849 8851 8630 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158615445 1521160192 144128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8851/tid=8864] ppid=8849 vsize=1485508 CPUtime=0
/proc/8851/task/8864/stat : 8864 (java) S 8849 8851 8630 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 158615826 1521160192 144128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1622.36
Current children cumulated vsize (KiB) 1485508

[startup+1662.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/77 8864
/proc/meminfo: memFree=726528/2055920 swapFree=4191896/4192956
[pid=8851] ppid=8849 vsize=1485508 CPUtime=1683.17
/proc/8851/stat : 8851 (java) S 8849 8851 8630 0 -1 0 160907 0 1 0 168207 110 0 0 18 0 13 0 158615435 1521160192 146474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8851/statm: 371377 146474 1438 9 0 368720 0
[pid=8851/tid=8853] ppid=8849 vsize=1485508 CPUtime=1642.05
/proc/8851/task/8853/stat : 8853 (java) R 8849 8851 8630 0 -1 64 31849 0 1 0 164184 21 0 0 25 0 13 0 158615437 1521160192 146474 1992294400 134512640 134550932 4294956000 18446744073709551615 4109733377 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8851/tid=8854] ppid=8849 vsize=1485508 CPUtime=18.55
/proc/8851/task/8854/stat : 8854 (java) S 8849 8851 8630 0 -1 64 61767 0 0 0 1816 39 0 0 16 0 13 0 158615438 1521160192 146474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8851/tid=8855] ppid=8849 vsize=1485508 CPUtime=18.48
/proc/8851/task/8855/stat : 8855 (java) S 8849 8851 8630 0 -1 64 58058 0 0 0 1810 38 0 0 17 0 13 0 158615438 1521160192 146474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8856] ppid=8849 vsize=1485508 CPUtime=0.2
/proc/8851/task/8856/stat : 8856 (java) S 8849 8851 8630 0 -1 64 11 0 0 0 14 6 0 0 16 0 13 0 158615440 1521160192 146474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8857] ppid=8849 vsize=1485508 CPUtime=0
/proc/8851/task/8857/stat : 8857 (java) S 8849 8851 8630 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158615440 1521160192 146474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8858] ppid=8849 vsize=1485508 CPUtime=0
/proc/8851/task/8858/stat : 8858 (java) S 8849 8851 8630 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158615440 1521160192 146474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8859] ppid=8849 vsize=1485508 CPUtime=0
/proc/8851/task/8859/stat : 8859 (java) S 8849 8851 8630 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158615445 1521160192 146474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8860] ppid=8849 vsize=1485508 CPUtime=1.97
/proc/8851/task/8860/stat : 8860 (java) S 8849 8851 8630 0 -1 64 5166 0 0 0 195 2 0 0 16 0 13 0 158615445 1521160192 146474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8851/tid=8861] ppid=8849 vsize=1485508 CPUtime=1.86
/proc/8851/task/8861/stat : 8861 (java) S 8849 8851 8630 0 -1 64 3313 0 0 0 185 1 0 0 16 0 13 0 158615445 1521160192 146474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8862] ppid=8849 vsize=1485508 CPUtime=0
/proc/8851/task/8862/stat : 8862 (java) S 8849 8851 8630 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158615445 1521160192 146474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8863] ppid=8849 vsize=1485508 CPUtime=0
/proc/8851/task/8863/stat : 8863 (java) S 8849 8851 8630 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158615445 1521160192 146474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8851/tid=8864] ppid=8849 vsize=1485508 CPUtime=0
/proc/8851/task/8864/stat : 8864 (java) S 8849 8851 8630 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 158615826 1521160192 146474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1683.17
Current children cumulated vsize (KiB) 1485508

[startup+1722.3 s]
/proc/loadavg: 1.12 1.03 1.01 2/77 8864
/proc/meminfo: memFree=714560/2055920 swapFree=4191896/4192956
[pid=8851] ppid=8849 vsize=1485508 CPUtime=1744.01
/proc/8851/stat : 8851 (java) S 8849 8851 8630 0 -1 0 163905 0 1 0 174288 113 0 0 18 0 13 0 158615435 1521160192 149439 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8851/statm: 371377 149439 1438 9 0 368720 0
[pid=8851/tid=8853] ppid=8849 vsize=1485508 CPUtime=1701.16
/proc/8851/task/8853/stat : 8853 (java) R 8849 8851 8630 0 -1 64 31871 0 1 0 170095 21 0 0 25 0 13 0 158615437 1521160192 149439 1992294400 134512640 134550932 4294956000 18446744073709551615 4109733377 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8851/tid=8854] ppid=8849 vsize=1485508 CPUtime=19.4
/proc/8851/task/8854/stat : 8854 (java) S 8849 8851 8630 0 -1 64 63154 0 0 0 1900 40 0 0 16 0 13 0 158615438 1521160192 149439 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8855] ppid=8849 vsize=1485508 CPUtime=19.33
/proc/8851/task/8855/stat : 8855 (java) S 8849 8851 8630 0 -1 64 59647 0 0 0 1894 39 0 0 17 0 13 0 158615438 1521160192 149439 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8851/tid=8856] ppid=8849 vsize=1485508 CPUtime=0.21
/proc/8851/task/8856/stat : 8856 (java) S 8849 8851 8630 0 -1 64 11 0 0 0 15 6 0 0 16 0 13 0 158615440 1521160192 149439 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8857] ppid=8849 vsize=1485508 CPUtime=0
/proc/8851/task/8857/stat : 8857 (java) S 8849 8851 8630 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158615440 1521160192 149439 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8858] ppid=8849 vsize=1485508 CPUtime=0
/proc/8851/task/8858/stat : 8858 (java) S 8849 8851 8630 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158615440 1521160192 149439 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8859] ppid=8849 vsize=1485508 CPUtime=0
/proc/8851/task/8859/stat : 8859 (java) S 8849 8851 8630 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158615445 1521160192 149439 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8860] ppid=8849 vsize=1485508 CPUtime=1.97
/proc/8851/task/8860/stat : 8860 (java) S 8849 8851 8630 0 -1 64 5166 0 0 0 195 2 0 0 16 0 13 0 158615445 1521160192 149439 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8851/tid=8861] ppid=8849 vsize=1485508 CPUtime=1.86
/proc/8851/task/8861/stat : 8861 (java) S 8849 8851 8630 0 -1 64 3313 0 0 0 185 1 0 0 16 0 13 0 158615445 1521160192 149439 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8862] ppid=8849 vsize=1485508 CPUtime=0
/proc/8851/task/8862/stat : 8862 (java) S 8849 8851 8630 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158615445 1521160192 149439 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8863] ppid=8849 vsize=1485508 CPUtime=0
/proc/8851/task/8863/stat : 8863 (java) S 8849 8851 8630 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158615445 1521160192 149439 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8851/tid=8864] ppid=8849 vsize=1485508 CPUtime=0
/proc/8851/task/8864/stat : 8864 (java) S 8849 8851 8630 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 158615826 1521160192 149439 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1744.01
Current children cumulated vsize (KiB) 1485508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1777.61 s]
/proc/loadavg: 1.04 1.03 1.00 2/77 8866
/proc/meminfo: memFree=703936/2055920 swapFree=4191896/4192956
[pid=8851] ppid=8849 vsize=1485508 CPUtime=1800.08
/proc/8851/stat : 8851 (java) S 8849 8851 8630 0 -1 0 166597 0 1 0 179893 115 0 0 18 0 13 0 158615435 1521160192 152098 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8851/statm: 371377 152098 1438 9 0 368720 0
[pid=8851/tid=8853] ppid=8849 vsize=1485508 CPUtime=1755.65
/proc/8851/task/8853/stat : 8853 (java) R 8849 8851 8630 0 -1 64 31891 0 1 0 175544 21 0 0 25 0 13 0 158615437 1521160192 152098 1992294400 134512640 134550932 4294956000 18446744073709551615 4109734181 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8851/tid=8854] ppid=8849 vsize=1485508 CPUtime=20.2
/proc/8851/task/8854/stat : 8854 (java) S 8849 8851 8630 0 -1 64 64358 0 0 0 1979 41 0 0 16 0 13 0 158615438 1521160192 152098 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8851/tid=8855] ppid=8849 vsize=1485508 CPUtime=20.12
/proc/8851/task/8855/stat : 8855 (java) S 8849 8851 8630 0 -1 64 61115 0 0 0 1971 41 0 0 16 0 13 0 158615438 1521160192 152098 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8856] ppid=8849 vsize=1485508 CPUtime=0.21
/proc/8851/task/8856/stat : 8856 (java) S 8849 8851 8630 0 -1 64 11 0 0 0 15 6 0 0 16 0 13 0 158615440 1521160192 152098 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8857] ppid=8849 vsize=1485508 CPUtime=0
/proc/8851/task/8857/stat : 8857 (java) S 8849 8851 8630 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158615440 1521160192 152098 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8858] ppid=8849 vsize=1485508 CPUtime=0
/proc/8851/task/8858/stat : 8858 (java) S 8849 8851 8630 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158615440 1521160192 152098 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8859] ppid=8849 vsize=1485508 CPUtime=0
/proc/8851/task/8859/stat : 8859 (java) S 8849 8851 8630 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158615445 1521160192 152098 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8860] ppid=8849 vsize=1485508 CPUtime=1.97
/proc/8851/task/8860/stat : 8860 (java) S 8849 8851 8630 0 -1 64 5166 0 0 0 195 2 0 0 16 0 13 0 158615445 1521160192 152098 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8851/tid=8861] ppid=8849 vsize=1485508 CPUtime=1.86
/proc/8851/task/8861/stat : 8861 (java) S 8849 8851 8630 0 -1 64 3313 0 0 0 185 1 0 0 16 0 13 0 158615445 1521160192 152098 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8862] ppid=8849 vsize=1485508 CPUtime=0
/proc/8851/task/8862/stat : 8862 (java) S 8849 8851 8630 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158615445 1521160192 152098 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8851/tid=8863] ppid=8849 vsize=1485508 CPUtime=0
/proc/8851/task/8863/stat : 8863 (java) S 8849 8851 8630 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158615445 1521160192 152098 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8851/tid=8864] ppid=8849 vsize=1485508 CPUtime=0
/proc/8851/task/8864/stat : 8864 (java) S 8849 8851 8630 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 158615826 1521160192 152098 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1485508

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

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

[startup+1777.8 s]
/proc/loadavg: 1.04 1.03 1.00 2/77 8866
/proc/meminfo: memFree=703936/2055920 swapFree=4191896/4192956
[pid=8851] ppid=8849 vsize=0 CPUtime=1800.33
/proc/8851/stat : 8851 (java) Z 8849 8851 8630 0 -1 1036 166622 0 1 0 179910 123 0 0 15 0 2 0 158615435 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8851/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1777.81
CPU time (s): 1800.35
CPU user time (s): 1799.11
CPU system time (s): 1.24381
CPU usage (%): 101.268
Max. virtual memory (cumulated for all children) (KiB): 1486156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.11
system time used= 1.24381
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166622
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= 45375
involuntary context switches= 26538

runsolver used 2.10868 second user time and 4.65029 second system time

The end

Launcher Data

Begin job on node2 at 2009-06-13 18:22:24
IDJOB=1856402
IDBENCH=2504
IDSOLVER=681
FILE ID=node2/1856402-1244910144
PBS_JOBID= 9354520
Free space on /tmp= 66452 MiB

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

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

MD5SUM BENCH= daeaeaee67028e931b0f5195f178e9b3
RANDOM SEED=445225737

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1309512 kB
Buffers:         67812 kB
Cached:         592280 kB
SwapCached:        528 kB
Active:         118440 kB
Inactive:       555260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1309512 kB
SwapTotal:     4192956 kB
SwapFree:      4191896 kB
Dirty:            5168 kB
Writeback:           0 kB
Mapped:          21784 kB
Slab:            58620 kB
Committed_AS:   120172 kB
PageTables:       1472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66452 MiB
End job on node2 at 2009-06-13 18:52:04