Trace number 3730673

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.99 894.743

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.unbounded.all.ucl.opb
MD5SUM1785d65de493315a1e7654bb7aab8248
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark33.6839
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables84836
Total number of constraints245062
Number of constraints which are clauses233598
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11464
Minimum length of a constraint1
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100531
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		1349517296
0.00/0.07	c Max memory 		1356595200
0.00/0.07	c Total memory 		1356595200
0.00/0.07	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	
0.10/0.10	c solving HOME/instance-3730673-1338730823.opb
0.10/0.10	c reading problem ... 
2.86/1.89	c ... done. Wall clock time 1.784s.
2.86/1.89	c #vars     84836
2.86/1.89	c #constraints  245062
2.86/1.89	c constraints type 
2.86/1.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 77399
2.86/1.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 156198
2.86/1.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11464
2.86/1.89	c constraints type 
2.86/1.89	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 156198
2.86/1.89	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 77399
2.86/1.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11464
25.61/12.08	c cleaning 2493 clauses out of 4997 with flag 5000/5000
35.26/16.86	c cleaning 0 clauses out of 4998 with flag 0/5000
48.68/23.54	c cleaning 4228 clauses out of 8502 with flag 11000/11000
69.24/33.76	c cleaning 5624 clauses out of 11274 with flag 18001/18001
89.60/43.96	c cleaning 6806 clauses out of 13650 with flag 26001/26001
117.66/57.83	c cleaning 7915 clauses out of 15845 with flag 35002/35002
131.54/64.84	c cleaning 0 clauses out of 10986 with flag 0/11000
143.32/70.89	c cleaning 8957 clauses out of 17927 with flag 45000/45000
175.61/87.07	c cleaning 9985 clauses out of 19975 with flag 56005/56005
225.30/111.86	c cleaning 10988 clauses out of 21985 with flag 68000/68000
264.97/131.60	c cleaning 11982 clauses out of 23997 with flag 81000/81000
318.04/158.16	c cleaning 12993 clauses out of 26013 with flag 95000/95000
411.39/204.60	c cleaning 13988 clauses out of 28021 with flag 110003/110003
473.91/235.62	c cleaning 15001 clauses out of 30030 with flag 126001/126001
547.06/272.00	c cleaning 16002 clauses out of 32027 with flag 143000/143000
602.19/299.41	c cleaning 16984 clauses out of 34025 with flag 161002/161002
615.90/306.47	c cleaning 0 clauses out of 17985 with flag 0/18000
666.00/331.36	c cleaning 18008 clauses out of 36038 with flag 180000/180000
746.28/371.18	c cleaning 19002 clauses out of 38030 with flag 200001/200001
840.22/417.79	c cleaning 19995 clauses out of 40031 with flag 221005/221005
953.34/473.92	c cleaning 20980 clauses out of 42033 with flag 243004/243004
1095.50/544.36	c cleaning 22020 clauses out of 44049 with flag 266001/266001
1250.33/621.10	c cleaning 23008 clauses out of 46022 with flag 290000/290000
1349.00/670.11	c cleaning 23982 clauses out of 48014 with flag 315000/315000
1460.87/725.82	c cleaning 0 clauses out of 25984 with flag 0/26000
1473.79/732.45	c cleaning 25004 clauses out of 50033 with flag 341002/341002
1629.59/809.88	c cleaning 26009 clauses out of 52027 with flag 368000/368000
1764.05/876.69	c cleaning 27005 clauses out of 54017 with flag 396001/396001
1800.02/894.71	c starts		: 134
1800.02/894.71	c conflicts		: 403342
1800.02/894.71	c decisions		: 1005697
1800.02/894.71	c propagations		: 1633909997
1800.02/894.71	c inspects		: 4078763647
1800.02/894.71	c learnt literals	: 30
1800.02/894.71	c learnt binary clauses	: 328
1800.02/894.71	c learnt ternary clauses	: 710
1800.02/894.71	c learnt clauses	: 403312
1800.02/894.71	c ignored clauses	: 0
1800.02/894.71	c root simplifications	: 0
1800.02/894.71	c removed literals (reason simplification)	: 11506479
1800.02/894.71	c reason swapping (by a shorter reason)	: 0
1800.02/894.71	c Calls to reduceDB	: 24
1800.02/894.71	c number of reductions to clauses (during analyze)	: 0
1800.02/894.71	c number of learned constraints concerned by reduction	: 0
1800.02/894.71	c number of learning phase by resolution	: 0
1800.02/894.71	c number of learning phase by cutting planes	: 0
1800.02/894.71	c speed (assignments/second)	: 1830281.7622744227
1800.02/894.71	c non guided choices	10839
1800.02/894.73	c learnt constraints type 
1800.02/894.73	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 34028
1800.02/894.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 328
1800.02/894.73	c constraints type 
1800.02/894.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 77399
1800.02/894.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 156198
1800.02/894.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11464
1800.02/894.73	c constraints type 
1800.02/894.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 156198
1800.02/894.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 77399
1800.02/894.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11464
1800.02/894.73	s UNKNOWN
1800.02/894.73	c Total wall clock time (in seconds): 894.625

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3730673-1338730823/watcher-3730673-1338730823 -o /tmp/evaluation-result-3730673-1338730823/solver-3730673-1338730823 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3730673-1338730823.opb 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.79 3.86 3.73 3/198 7441
/proc/meminfo: memFree=26363212/32873648 swapFree=7120/7120
[pid=7441] ppid=7439 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/7441/stat : 7441 (java) S 7439 7441 27000 0 -1 4202496 1163 0 0 0 0 0 0 0 20 0 2 0 339209717 91889664 883 33554432000 1073741824 1073778376 140735669839488 140735669830624 219517321277 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7441/statm: 22435 886 670 9 0 16770 0
[pid=7441/tid=7442] ppid=7439 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7442/stat : 7442 (java) R 7439 7441 27000 0 -1 4202560 55 0 0 0 0 0 0 0 20 0 2 0 339209718 94019584 913 33554432000 1073741824 1073778376 140735669839488 140735669828552 219513962325 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.085771 s]
/proc/loadavg: 3.79 3.86 3.73 3/198 7441
/proc/meminfo: memFree=26363212/32873648 swapFree=7120/7120
[pid=7441] ppid=7439 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/7441/stat : 7441 (java) S 7439 7441 27000 0 -1 4202496 4658 0 1 0 7 1 0 0 20 0 18 0 339209717 2764726272 5855 33554432000 1073741824 1073778376 140735669839488 140735669830624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7441/statm: 674982 5861 2070 9 0 665676 0
[pid=7441/tid=7442] ppid=7439 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/7441/task/7442/stat : 7442 (java) R 7439 7441 27000 0 -1 4202560 2773 0 1 0 6 0 0 0 20 0 18 0 339209718 2764726272 5866 33554432000 1073741824 1073778376 140735669839488 140598303568504 219513963904 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.100278 s]
/proc/loadavg: 3.79 3.86 3.73 3/198 7441
/proc/meminfo: memFree=26363212/32873648 swapFree=7120/7120
[pid=7441] ppid=7439 vsize=2699928 CPUtime=0.1 cores=0,2,4,6
/proc/7441/stat : 7441 (java) S 7439 7441 27000 0 -1 4202496 4804 0 1 0 9 1 0 0 20 0 18 0 339209717 2764726272 5988 33554432000 1073741824 1073778376 140735669839488 140735669830624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7441/statm: 674982 5988 2121 9 0 665676 0
[pid=7441/tid=7442] ppid=7439 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/7441/task/7442/stat : 7442 (java) R 7439 7441 27000 0 -1 4202560 2822 0 1 0 7 0 0 0 20 0 18 0 339209718 2764726272 5988 33554432000 1073741824 1073778376 140735669839488 140598303568504 140598311008732 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.300257 s]
/proc/loadavg: 3.79 3.86 3.73 3/198 7441
/proc/meminfo: memFree=26363212/32873648 swapFree=7120/7120
[pid=7441] ppid=7439 vsize=2699928 CPUtime=0.48 cores=0,2,4,6
/proc/7441/stat : 7441 (java) S 7439 7441 27000 0 -1 4202496 6060 0 1 0 47 1 0 0 20 0 18 0 339209717 2764726272 9890 33554432000 1073741824 1073778376 140735669839488 140735669830624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7441/statm: 674982 9890 2217 9 0 665676 0
[pid=7441/tid=7442] ppid=7439 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/7441/task/7442/stat : 7442 (java) R 7439 7441 27000 0 -1 4202560 2838 0 1 0 26 1 0 0 20 0 18 0 339209718 2764726272 9890 33554432000 1073741824 1073778376 140735669839488 140598303568504 140598243684368 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 2699928

[startup+0.700279 s]
/proc/loadavg: 3.79 3.86 3.73 3/198 7441
/proc/meminfo: memFree=26363212/32873648 swapFree=7120/7120
[pid=7441] ppid=7439 vsize=2699928 CPUtime=1.38 cores=0,2,4,6
/proc/7441/stat : 7441 (java) S 7439 7441 27000 0 -1 4202496 14032 0 1 0 134 4 0 0 20 0 18 0 339209717 2764726272 45291 33554432000 1073741824 1073778376 140735669839488 140735669830624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7441/statm: 674982 45291 2233 9 0 665676 0
[pid=7441/tid=7442] ppid=7439 vsize=2699928 CPUtime=0.67 cores=0,2,4,6
/proc/7441/task/7442/stat : 7442 (java) R 7439 7441 27000 0 -1 4202560 2897 0 1 0 65 2 0 0 20 0 18 0 339209718 2764726272 45291 33554432000 1073741824 1073778376 140735669839488 140598303571808 140598243721891 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 2699928

[startup+1.50069 s]
/proc/loadavg: 3.79 3.86 3.73 4/216 7459
/proc/meminfo: memFree=26041092/32873648 swapFree=7120/7120
[pid=7441] ppid=7439 vsize=2699928 CPUtime=2.35 cores=0,2,4,6
/proc/7441/stat : 7441 (java) S 7439 7441 27000 0 -1 4202496 14239 0 1 0 224 11 0 0 20 0 18 0 339209717 2764726272 107778 33554432000 1073741824 1073778376 140735669839488 140735669830624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7441/statm: 674982 107778 2249 9 0 665676 0
[pid=7441/tid=7442] ppid=7439 vsize=2699928 CPUtime=1.41 cores=0,2,4,6
/proc/7441/task/7442/stat : 7442 (java) R 7439 7441 27000 0 -1 4202560 3005 0 1 0 135 6 0 0 20 0 18 0 339209718 2764726272 107778 33554432000 1073741824 1073778376 140735669839488 140598303579528 140598243689494 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7441/tid=7444] ppid=7439 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/7441/task/7444/stat : 7444 (java) S 7439 7441 27000 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 339209719 2764726272 107778 33554432000 1073741824 1073778376 140735669839488 140598170348456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7445] ppid=7439 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/7441/task/7445/stat : 7445 (java) S 7439 7441 27000 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 339209719 2764726272 107778 33554432000 1073741824 1073778376 140735669839488 140598169295912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7446] ppid=7439 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/7441/task/7446/stat : 7446 (java) S 7439 7441 27000 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 339209719 2764726272 107778 33554432000 1073741824 1073778376 140735669839488 140598168242856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7441/tid=7447] ppid=7439 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/7441/task/7447/stat : 7447 (java) S 7439 7441 27000 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 18 0 339209719 2764726272 107778 33554432000 1073741824 1073778376 140735669839488 140598167190312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7441/tid=7448] ppid=7439 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/7441/task/7448/stat : 7448 (java) S 7439 7441 27000 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 18 0 339209719 2764726272 107778 33554432000 1073741824 1073778376 140735669839488 140598166137256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7441/tid=7449] ppid=7439 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/7441/task/7449/stat : 7449 (java) S 7439 7441 27000 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 339209719 2764726272 107778 33554432000 1073741824 1073778376 140735669839488 140598165084712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7441/tid=7450] ppid=7439 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7450/stat : 7450 (java) S 7439 7441 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 339209719 2764726272 107778 33554432000 1073741824 1073778376 140735669839488 140598164031656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7451] ppid=7439 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7451/stat : 7451 (java) S 7439 7441 27000 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 339209719 2764726272 107778 33554432000 1073741824 1073778376 140735669839488 140598162979112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7441/tid=7452] ppid=7439 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7452/stat : 7452 (java) S 7439 7441 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 339209720 2764726272 107778 33554432000 1073741824 1073778376 140735669839488 140598150568808 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7453] ppid=7439 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7453/stat : 7453 (java) S 7439 7441 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 339209721 2764726272 107778 33554432000 1073741824 1073778376 140735669839488 140598149515128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7454] ppid=7439 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7454/stat : 7454 (java) S 7439 7441 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 339209721 2764726272 107778 33554432000 1073741824 1073778376 140735669839488 140598148461960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7455] ppid=7439 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7455/stat : 7455 (java) S 7439 7441 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339209723 2764726272 107778 33554432000 1073741824 1073778376 140735669839488 140598147410704 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7456] ppid=7439 vsize=2699928 CPUtime=0.33 cores=0,2,4,6
/proc/7441/task/7456/stat : 7456 (java) S 7439 7441 27000 0 -1 4202560 4366 0 0 0 33 0 0 0 20 0 18 0 339209723 2764726272 107778 33554432000 1073741824 1073778376 140735669839488 140598146357560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7457] ppid=7439 vsize=2699928 CPUtime=0.34 cores=0,2,4,6
/proc/7441/task/7457/stat : 7457 (java) S 7439 7441 27000 0 -1 4202560 5584 0 0 0 34 0 0 0 20 0 18 0 339209723 2764726272 107778 33554432000 1073741824 1073778376 140735669839488 140598145305016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7441/tid=7458] ppid=7439 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7458/stat : 7458 (java) S 7439 7441 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339209723 2764726272 107778 33554432000 1073741824 1073778376 140735669839488 140598144252152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7441/tid=7459] ppid=7439 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7459/stat : 7459 (java) S 7439 7441 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339209723 2764726272 107778 33554432000 1073741824 1073778376 140735669839488 140598143199816 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 2699928

[startup+3.10084 s]
/proc/loadavg: 3.73 3.85 3.72 7/220 7463
/proc/meminfo: memFree=25855756/32873648 swapFree=7120/7120
[pid=7441] ppid=7439 vsize=2966184 CPUtime=6.54 cores=0,2,4,6
/proc/7441/stat : 7441 (java) S 7439 7441 27000 0 -1 4202496 14786 0 1 0 630 24 0 0 20 0 22 0 339209717 3037372416 135250 33554432000 1073741824 1073778376 140735669839488 140735669830624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7441/statm: 741546 135250 2270 9 0 732240 0
[pid=7441/tid=7442] ppid=7439 vsize=2966184 CPUtime=1.81 cores=0,2,4,6
/proc/7441/task/7442/stat : 7442 (java) S 7439 7441 27000 0 -1 4202560 3017 0 1 0 174 7 0 0 20 0 22 0 339209718 3037372416 135250 33554432000 1073741824 1073778376 140735669839488 140598303581336 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7441/tid=7444] ppid=7439 vsize=2966184 CPUtime=0.08 cores=0,2,4,6
/proc/7441/task/7444/stat : 7444 (java) S 7439 7441 27000 0 -1 4202560 43 0 0 0 6 2 0 0 20 0 22 0 339209719 3037372416 135250 33554432000 1073741824 1073778376 140735669839488 140598170348456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7441/tid=7445] ppid=7439 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/7441/task/7445/stat : 7445 (java) S 7439 7441 27000 0 -1 4202560 32 0 0 0 9 1 0 0 20 0 22 0 339209719 3037372416 135250 33554432000 1073741824 1073778376 140735669839488 140598169295912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7446] ppid=7439 vsize=2966184 CPUtime=0.14 cores=0,2,4,6
/proc/7441/task/7446/stat : 7446 (java) S 7439 7441 27000 0 -1 4202560 64 0 0 0 11 3 0 0 20 0 22 0 339209719 3037372416 135250 33554432000 1073741824 1073778376 140735669839488 140598168242856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7441/tid=7447] ppid=7439 vsize=2966184 CPUtime=0.18 cores=0,2,4,6
/proc/7441/task/7447/stat : 7447 (java) S 7439 7441 27000 0 -1 4202560 75 0 0 0 15 3 0 0 20 0 22 0 339209719 3037372416 135250 33554432000 1073741824 1073778376 140735669839488 140598167190312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7448] ppid=7439 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/7441/task/7448/stat : 7448 (java) S 7439 7441 27000 0 -1 4202560 40 0 0 0 7 2 0 0 20 0 22 0 339209719 3037372416 135250 33554432000 1073741824 1073778376 140735669839488 140598166137256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7441/tid=7449] ppid=7439 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/7441/task/7449/stat : 7449 (java) S 7439 7441 27000 0 -1 4202560 31 0 0 0 5 1 0 0 20 0 22 0 339209719 3037372416 135250 33554432000 1073741824 1073778376 140735669839488 140598165084712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7441/tid=7450] ppid=7439 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/7441/task/7450/stat : 7450 (java) S 7439 7441 27000 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 22 0 339209719 3037372416 135250 33554432000 1073741824 1073778376 140735669839488 140598164031656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7451] ppid=7439 vsize=2966184 CPUtime=0.08 cores=0,2,4,6
/proc/7441/task/7451/stat : 7451 (java) S 7439 7441 27000 0 -1 4202560 42 0 0 0 6 2 0 0 20 0 22 0 339209719 3037372416 135250 33554432000 1073741824 1073778376 140735669839488 140598162979112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7452] ppid=7439 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7452/stat : 7452 (java) S 7439 7441 27000 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339209720 3037372416 135250 33554432000 1073741824 1073778376 140735669839488 140598150568808 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7441/tid=7453] ppid=7439 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7453/stat : 7453 (java) S 7439 7441 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339209721 3037372416 135250 33554432000 1073741824 1073778376 140735669839488 140598149515128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7454] ppid=7439 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7454/stat : 7454 (java) S 7439 7441 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339209721 3037372416 135250 33554432000 1073741824 1073778376 140735669839488 140598148461960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7455] ppid=7439 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7455/stat : 7455 (java) S 7439 7441 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339209723 3037372416 135250 33554432000 1073741824 1073778376 140735669839488 140598147410704 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7456] ppid=7439 vsize=2966184 CPUtime=0.96 cores=0,2,4,6
/proc/7441/task/7456/stat : 7456 (java) S 7439 7441 27000 0 -1 4202560 4434 0 0 0 96 0 0 0 20 0 22 0 339209723 3037372416 135250 33554432000 1073741824 1073778376 140735669839488 140598146357560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7441/tid=7457] ppid=7439 vsize=2966184 CPUtime=0.77 cores=0,2,4,6
/proc/7441/task/7457/stat : 7457 (java) S 7439 7441 27000 0 -1 4202560 5689 0 0 0 77 0 0 0 20 0 22 0 339209723 3037372416 135250 33554432000 1073741824 1073778376 140735669839488 140598145305016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7458] ppid=7439 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7458/stat : 7458 (java) S 7439 7441 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339209723 3037372416 135250 33554432000 1073741824 1073778376 140735669839488 140598144252152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7441/tid=7459] ppid=7439 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7459/stat : 7459 (java) S 7439 7441 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339209723 3037372416 135250 33554432000 1073741824 1073778376 140735669839488 140598143199816 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7460] ppid=7439 vsize=2966184 CPUtime=1.02 cores=0,2,4,6
/proc/7441/task/7460/stat : 7460 (java) R 7439 7441 27000 0 -1 4202560 24 0 0 0 102 0 0 0 20 0 22 0 339209907 3037372416 135250 33554432000 1073741824 1073778376 140735669839488 140598142145608 140598244230356 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7441/tid=7461] ppid=7439 vsize=2966184 CPUtime=1.02 cores=0,2,4,6
/proc/7441/task/7461/stat : 7461 (java) R 7439 7441 27000 0 -1 4202560 66 0 0 0 102 0 0 0 20 0 22 0 339209907 3037372416 135250 33554432000 1073741824 1073778376 140735669839488 140598141091416 140598244195867 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7441/tid=7462] ppid=7439 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7462/stat : 7462 (java) S 7439 7441 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339209922 3037372416 135250 33554432000 1073741824 1073778376 140735669839488 140598140040488 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7463] ppid=7439 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7463/stat : 7463 (java) S 7439 7441 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339209922 3037372416 135250 33554432000 1073741824 1073778376 140735669839488 140598138987944 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.54
Current children cumulated vsize (KiB) 2966184

[startup+6.30084 s]
/proc/loadavg: 3.73 3.85 3.72 5/220 7463
/proc/meminfo: memFree=25828124/32873648 swapFree=7120/7120
[pid=7441] ppid=7439 vsize=2966184 CPUtime=13.91 cores=0,2,4,6
/proc/7441/stat : 7441 (java) S 7439 7441 27000 0 -1 4202496 17757 0 1 0 1359 32 0 0 20 0 22 0 339209717 3037372416 149268 33554432000 1073741824 1073778376 140735669839488 140735669830624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7441/statm: 741546 149268 2271 9 0 732240 0
[pid=7441/tid=7442] ppid=7439 vsize=2966184 CPUtime=1.81 cores=0,2,4,6
/proc/7441/task/7442/stat : 7442 (java) S 7439 7441 27000 0 -1 4202560 3017 0 1 0 174 7 0 0 20 0 22 0 339209718 3037372416 149268 33554432000 1073741824 1073778376 140735669839488 140598303581336 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7441/tid=7444] ppid=7439 vsize=2966184 CPUtime=0.2 cores=0,2,4,6
/proc/7441/task/7444/stat : 7444 (java) S 7439 7441 27000 0 -1 4202560 58 0 0 0 18 2 0 0 20 0 22 0 339209719 3037372416 149268 33554432000 1073741824 1073778376 140735669839488 140598170348456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7441/tid=7445] ppid=7439 vsize=2966184 CPUtime=0.22 cores=0,2,4,6
/proc/7441/task/7445/stat : 7445 (java) S 7439 7441 27000 0 -1 4202560 58 0 0 0 20 2 0 0 20 0 22 0 339209719 3037372416 149268 33554432000 1073741824 1073778376 140735669839488 140598169295912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7441/tid=7446] ppid=7439 vsize=2966184 CPUtime=0.3 cores=0,2,4,6
/proc/7441/task/7446/stat : 7446 (java) S 7439 7441 27000 0 -1 4202560 102 0 0 0 25 5 0 0 20 0 22 0 339209719 3037372416 149268 33554432000 1073741824 1073778376 140735669839488 140598168242856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7441/tid=7447] ppid=7439 vsize=2966184 CPUtime=0.31 cores=0,2,4,6
/proc/7441/task/7447/stat : 7447 (java) S 7439 7441 27000 0 -1 4202560 96 0 0 0 27 4 0 0 20 0 22 0 339209719 3037372416 149268 33554432000 1073741824 1073778376 140735669839488 140598167190312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7441/tid=7448] ppid=7439 vsize=2966184 CPUtime=0.19 cores=0,2,4,6
/proc/7441/task/7448/stat : 7448 (java) S 7439 7441 27000 0 -1 4202560 52 0 0 0 16 3 0 0 20 0 22 0 339209719 3037372416 149268 33554432000 1073741824 1073778376 140735669839488 140598166137256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7441/tid=7449] ppid=7439 vsize=2966184 CPUtime=0.21 cores=0,2,4,6
/proc/7441/task/7449/stat : 7449 (java) S 7439 7441 27000 0 -1 4202560 66 0 0 0 18 3 0 0 20 0 22 0 339209719 3037372416 149268 33554432000 1073741824 1073778376 140735669839488 140598165084712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7441/tid=7450] ppid=7439 vsize=2966184 CPUtime=0.13 cores=0,2,4,6
/proc/7441/task/7450/stat : 7450 (java) S 7439 7441 27000 0 -1 4202560 39 0 0 0 11 2 0 0 20 0 22 0 339209719 3037372416 149268 33554432000 1073741824 1073778376 140735669839488 140598164031656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7441/tid=7451] ppid=7439 vsize=2966184 CPUtime=0.22 cores=0,2,4,6
/proc/7441/task/7451/stat : 7451 (java) S 7439 7441 27000 0 -1 4202560 57 0 0 0 19 3 0 0 20 0 22 0 339209719 3037372416 149268 33554432000 1073741824 1073778376 140735669839488 140598162979112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7452] ppid=7439 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7452/stat : 7452 (java) S 7439 7441 27000 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339209720 3037372416 149268 33554432000 1073741824 1073778376 140735669839488 140598150568808 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7441/tid=7453] ppid=7439 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7453/stat : 7453 (java) S 7439 7441 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339209721 3037372416 149268 33554432000 1073741824 1073778376 140735669839488 140598149515128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7454] ppid=7439 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7454/stat : 7454 (java) S 7439 7441 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339209721 3037372416 149268 33554432000 1073741824 1073778376 140735669839488 140598148461960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7455] ppid=7439 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7455/stat : 7455 (java) S 7439 7441 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339209723 3037372416 149268 33554432000 1073741824 1073778376 140735669839488 140598147410704 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=7441/tid=7461] ppid=7439 vsize=2966184 CPUtime=796.8 cores=0,2,4,6
/proc/7441/task/7461/stat : 7461 (java) R 7439 7441 27000 0 -1 4202560 437 0 0 0 79664 16 0 0 20 0 22 0 339209907 3037372416 194500 33554432000 1073741824 1073778376 140735669839488 140598141090944 140598243861915 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7441/tid=7462] ppid=7439 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7462/stat : 7462 (java) S 7439 7441 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339209922 3037372416 194500 33554432000 1073741824 1073778376 140735669839488 140598140040488 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7463] ppid=7439 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7463/stat : 7463 (java) S 7439 7441 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339209922 3037372416 194500 33554432000 1073741824 1073778376 140735669839488 140598138987944 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1654.45
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.82 3.87 3.81 5/219 7651
/proc/meminfo: memFree=25696080/32873648 swapFree=7120/7120
[pid=7441] ppid=7439 vsize=2966184 CPUtime=1774.91 cores=0,2,4,6
/proc/7441/stat : 7441 (java) S 7439 7441 27000 0 -1 4202496 125084 0 1 0 177355 136 0 0 20 0 22 0 339209717 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140735669830624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7441/statm: 741546 194501 2283 9 0 732240 0
[pid=7441/tid=7442] ppid=7439 vsize=2966184 CPUtime=1.83 cores=0,2,4,6
/proc/7441/task/7442/stat : 7442 (java) S 7439 7441 27000 0 -1 4202560 3033 0 1 0 175 8 0 0 20 0 22 0 339209718 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598303581336 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7441/tid=7444] ppid=7439 vsize=2966184 CPUtime=5.96 cores=0,2,4,6
/proc/7441/task/7444/stat : 7444 (java) S 7439 7441 27000 0 -1 4202560 324 0 0 0 589 7 0 0 20 0 22 0 339209719 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598170348456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7441/tid=7445] ppid=7439 vsize=2966184 CPUtime=5.91 cores=0,2,4,6
/proc/7441/task/7445/stat : 7445 (java) S 7439 7441 27000 0 -1 4202560 323 0 0 0 586 5 0 0 20 0 22 0 339209719 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598169295912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7441/tid=7446] ppid=7439 vsize=2966184 CPUtime=6.31 cores=0,2,4,6
/proc/7441/task/7446/stat : 7446 (java) S 7439 7441 27000 0 -1 4202560 359 0 0 0 623 8 0 0 20 0 22 0 339209719 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598168242856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7441/tid=7447] ppid=7439 vsize=2966184 CPUtime=6.26 cores=0,2,4,6
/proc/7441/task/7447/stat : 7447 (java) S 7439 7441 27000 0 -1 4202560 356 0 0 0 617 9 0 0 20 0 22 0 339209719 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598167190312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7441/tid=7448] ppid=7439 vsize=2966184 CPUtime=5.91 cores=0,2,4,6
/proc/7441/task/7448/stat : 7448 (java) S 7439 7441 27000 0 -1 4202560 322 0 0 0 584 7 0 0 20 0 22 0 339209719 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598166137256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7441/tid=7449] ppid=7439 vsize=2966184 CPUtime=5.75 cores=0,2,4,6
/proc/7441/task/7449/stat : 7449 (java) S 7439 7441 27000 0 -1 4202560 322 0 0 0 569 6 0 0 20 0 22 0 339209719 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598165084712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7441/tid=7450] ppid=7439 vsize=2966184 CPUtime=5.96 cores=0,2,4,6
/proc/7441/task/7450/stat : 7450 (java) S 7439 7441 27000 0 -1 4202560 312 0 0 0 589 7 0 0 20 0 22 0 339209719 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598164031656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7441/tid=7451] ppid=7439 vsize=2966184 CPUtime=6.2 cores=0,2,4,6
/proc/7441/task/7451/stat : 7451 (java) S 7439 7441 27000 0 -1 4202560 322 0 0 0 614 6 0 0 20 0 22 0 339209719 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598162979112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7441/tid=7452] ppid=7439 vsize=2966184 CPUtime=11.44 cores=0,2,4,6
/proc/7441/task/7452/stat : 7452 (java) S 7439 7441 27000 0 -1 4202560 103485 0 0 0 1089 55 0 0 20 0 22 0 339209720 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598150568808 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7441/tid=7453] ppid=7439 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7453/stat : 7453 (java) S 7439 7441 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339209721 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598149515128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7454] ppid=7439 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7454/stat : 7454 (java) S 7439 7441 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339209721 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598148461960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7455] ppid=7439 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7455/stat : 7455 (java) S 7439 7441 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339209723 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598147410704 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7456] ppid=7439 vsize=2966184 CPUtime=1.21 cores=0,2,4,6
/proc/7441/task/7456/stat : 7456 (java) S 7439 7441 27000 0 -1 4202560 4488 0 0 0 121 0 0 0 20 0 22 0 339209723 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598146357560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7457] ppid=7439 vsize=2966184 CPUtime=1.68 cores=0,2,4,6
/proc/7441/task/7457/stat : 7457 (java) S 7439 7441 27000 0 -1 4202560 9489 0 0 0 166 2 0 0 20 0 22 0 339209723 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598145305016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7441/tid=7458] ppid=7439 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7458/stat : 7458 (java) S 7439 7441 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339209723 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598144252152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7441/tid=7459] ppid=7439 vsize=2966184 CPUtime=0.34 cores=0,2,4,6
/proc/7441/task/7459/stat : 7459 (java) S 7439 7441 27000 0 -1 4202560 50 0 0 0 17 17 0 0 20 0 22 0 339209723 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598143199816 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7441/tid=7460] ppid=7439 vsize=2966184 CPUtime=855.35 cores=0,2,4,6
/proc/7441/task/7460/stat : 7460 (java) R 7439 7441 27000 0 -1 4202560 248 0 0 0 85518 17 0 0 20 0 22 0 339209907 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598142143616 140598244209835 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7461] ppid=7439 vsize=2966184 CPUtime=855.4 cores=0,2,4,6
/proc/7441/task/7461/stat : 7461 (java) R 7439 7441 27000 0 -1 4202560 463 0 0 0 85523 17 0 0 20 0 22 0 339209907 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598141091824 140598244095753 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7441/tid=7462] ppid=7439 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7462/stat : 7462 (java) S 7439 7441 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339209922 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598140040488 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7463] ppid=7439 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7463/stat : 7463 (java) S 7439 7441 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339209922 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598138987944 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1774.91
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.701 s]
/proc/loadavg: 3.70 3.85 3.81 5/219 7651
/proc/meminfo: memFree=25691740/32873648 swapFree=7120/7120
[pid=7441] ppid=7439 vsize=2966184 CPUtime=1800.02 cores=0,2,4,6
/proc/7441/stat : 7441 (java) S 7439 7441 27000 0 -1 4202496 125091 0 1 0 179865 137 0 0 20 0 22 0 339209717 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140735669830624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7441/statm: 741546 194501 2283 9 0 732240 0
[pid=7441/tid=7442] ppid=7439 vsize=2966184 CPUtime=1.83 cores=0,2,4,6
/proc/7441/task/7442/stat : 7442 (java) S 7439 7441 27000 0 -1 4202560 3034 0 1 0 175 8 0 0 20 0 22 0 339209718 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598303581336 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7441/tid=7444] ppid=7439 vsize=2966184 CPUtime=6.03 cores=0,2,4,6
/proc/7441/task/7444/stat : 7444 (java) S 7439 7441 27000 0 -1 4202560 324 0 0 0 596 7 0 0 20 0 22 0 339209719 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598170348456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7441/tid=7445] ppid=7439 vsize=2966184 CPUtime=5.98 cores=0,2,4,6
/proc/7441/task/7445/stat : 7445 (java) S 7439 7441 27000 0 -1 4202560 323 0 0 0 593 5 0 0 20 0 22 0 339209719 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598169295912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7441/tid=7446] ppid=7439 vsize=2966184 CPUtime=6.39 cores=0,2,4,6
/proc/7441/task/7446/stat : 7446 (java) S 7439 7441 27000 0 -1 4202560 359 0 0 0 631 8 0 0 20 0 22 0 339209719 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598168242856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7441/tid=7447] ppid=7439 vsize=2966184 CPUtime=6.33 cores=0,2,4,6
/proc/7441/task/7447/stat : 7447 (java) S 7439 7441 27000 0 -1 4202560 356 0 0 0 624 9 0 0 20 0 22 0 339209719 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598167190312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7448] ppid=7439 vsize=2966184 CPUtime=6 cores=0,2,4,6
/proc/7441/task/7448/stat : 7448 (java) S 7439 7441 27000 0 -1 4202560 322 0 0 0 593 7 0 0 20 0 22 0 339209719 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598166137256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7449] ppid=7439 vsize=2966184 CPUtime=5.85 cores=0,2,4,6
/proc/7441/task/7449/stat : 7449 (java) S 7439 7441 27000 0 -1 4202560 322 0 0 0 579 6 0 0 20 0 22 0 339209719 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598165084712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7450] ppid=7439 vsize=2966184 CPUtime=6.06 cores=0,2,4,6
/proc/7441/task/7450/stat : 7450 (java) S 7439 7441 27000 0 -1 4202560 312 0 0 0 599 7 0 0 20 0 22 0 339209719 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598164031656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7451] ppid=7439 vsize=2966184 CPUtime=6.28 cores=0,2,4,6
/proc/7441/task/7451/stat : 7451 (java) S 7439 7441 27000 0 -1 4202560 322 0 0 0 622 6 0 0 20 0 22 0 339209719 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598162979112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7452] ppid=7439 vsize=2966184 CPUtime=11.45 cores=0,2,4,6
/proc/7441/task/7452/stat : 7452 (java) S 7439 7441 27000 0 -1 4202560 103485 0 0 0 1090 55 0 0 20 0 22 0 339209720 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598150568808 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7441/tid=7453] ppid=7439 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7453/stat : 7453 (java) S 7439 7441 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339209721 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598149515128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7454] ppid=7439 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7454/stat : 7454 (java) S 7439 7441 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339209721 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598148461960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7455] ppid=7439 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7455/stat : 7455 (java) S 7439 7441 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339209723 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598147410704 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7456] ppid=7439 vsize=2966184 CPUtime=1.21 cores=0,2,4,6
/proc/7441/task/7456/stat : 7456 (java) S 7439 7441 27000 0 -1 4202560 4488 0 0 0 121 0 0 0 20 0 22 0 339209723 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598146357560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7457] ppid=7439 vsize=2966184 CPUtime=1.68 cores=0,2,4,6
/proc/7441/task/7457/stat : 7457 (java) S 7439 7441 27000 0 -1 4202560 9489 0 0 0 166 2 0 0 20 0 22 0 339209723 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598145305016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7441/tid=7458] ppid=7439 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7458/stat : 7458 (java) S 7439 7441 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339209723 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598144252152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7441/tid=7459] ppid=7439 vsize=2966184 CPUtime=0.34 cores=0,2,4,6
/proc/7441/task/7459/stat : 7459 (java) S 7439 7441 27000 0 -1 4202560 50 0 0 0 17 17 0 0 20 0 22 0 339209723 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598143199816 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7441/tid=7460] ppid=7439 vsize=2966184 CPUtime=867.56 cores=0,2,4,6
/proc/7441/task/7460/stat : 7460 (java) R 7439 7441 27000 0 -1 4202560 251 0 0 0 86739 17 0 0 20 0 22 0 339209907 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598142143552 140598244226299 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7441/tid=7461] ppid=7439 vsize=2966184 CPUtime=867.62 cores=0,2,4,6
/proc/7441/task/7461/stat : 7461 (java) R 7439 7441 27000 0 -1 4202560 466 0 0 0 86745 17 0 0 20 0 22 0 339209907 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598141091840 140598243861814 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7441/tid=7462] ppid=7439 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7462/stat : 7462 (java) S 7439 7441 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339209922 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598140040488 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7463] ppid=7439 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7463/stat : 7463 (java) S 7439 7441 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339209922 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598138987944 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2966184

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

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

[startup+894.701 s]
/proc/loadavg: 3.70 3.85 3.81 5/219 7651
/proc/meminfo: memFree=25691740/32873648 swapFree=7120/7120
[pid=7441] ppid=7439 vsize=2966184 CPUtime=1800.02 cores=0,2,4,6
/proc/7441/stat : 7441 (java) S 7439 7441 27000 0 -1 4202496 125091 0 1 0 179865 137 0 0 20 0 22 0 339209717 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140735669830624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7441/statm: 741546 194501 2283 9 0 732240 0
[pid=7441/tid=7442] ppid=7439 vsize=2966184 CPUtime=1.83 cores=0,2,4,6
/proc/7441/task/7442/stat : 7442 (java) S 7439 7441 27000 0 -1 4202560 3034 0 1 0 175 8 0 0 20 0 22 0 339209718 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598303581336 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7441/tid=7444] ppid=7439 vsize=2966184 CPUtime=6.03 cores=0,2,4,6
/proc/7441/task/7444/stat : 7444 (java) S 7439 7441 27000 0 -1 4202560 324 0 0 0 596 7 0 0 20 0 22 0 339209719 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598170348456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7441/tid=7445] ppid=7439 vsize=2966184 CPUtime=5.98 cores=0,2,4,6
/proc/7441/task/7445/stat : 7445 (java) S 7439 7441 27000 0 -1 4202560 323 0 0 0 593 5 0 0 20 0 22 0 339209719 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598169295912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7441/tid=7446] ppid=7439 vsize=2966184 CPUtime=6.39 cores=0,2,4,6
/proc/7441/task/7446/stat : 7446 (java) S 7439 7441 27000 0 -1 4202560 359 0 0 0 631 8 0 0 20 0 22 0 339209719 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598168242856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7441/tid=7447] ppid=7439 vsize=2966184 CPUtime=6.33 cores=0,2,4,6
/proc/7441/task/7447/stat : 7447 (java) S 7439 7441 27000 0 -1 4202560 356 0 0 0 624 9 0 0 20 0 22 0 339209719 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598167190312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7448] ppid=7439 vsize=2966184 CPUtime=6 cores=0,2,4,6
/proc/7441/task/7448/stat : 7448 (java) S 7439 7441 27000 0 -1 4202560 322 0 0 0 593 7 0 0 20 0 22 0 339209719 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598166137256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7449] ppid=7439 vsize=2966184 CPUtime=5.85 cores=0,2,4,6
/proc/7441/task/7449/stat : 7449 (java) S 7439 7441 27000 0 -1 4202560 322 0 0 0 579 6 0 0 20 0 22 0 339209719 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598165084712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7450] ppid=7439 vsize=2966184 CPUtime=6.06 cores=0,2,4,6
/proc/7441/task/7450/stat : 7450 (java) S 7439 7441 27000 0 -1 4202560 312 0 0 0 599 7 0 0 20 0 22 0 339209719 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598164031656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7451] ppid=7439 vsize=2966184 CPUtime=6.28 cores=0,2,4,6
/proc/7441/task/7451/stat : 7451 (java) S 7439 7441 27000 0 -1 4202560 322 0 0 0 622 6 0 0 20 0 22 0 339209719 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598162979112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7452] ppid=7439 vsize=2966184 CPUtime=11.45 cores=0,2,4,6
/proc/7441/task/7452/stat : 7452 (java) S 7439 7441 27000 0 -1 4202560 103485 0 0 0 1090 55 0 0 20 0 22 0 339209720 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598150568808 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7441/tid=7453] ppid=7439 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7453/stat : 7453 (java) S 7439 7441 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339209721 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598149515128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7454] ppid=7439 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7454/stat : 7454 (java) S 7439 7441 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339209721 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598148461960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7455] ppid=7439 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7455/stat : 7455 (java) S 7439 7441 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339209723 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598147410704 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7456] ppid=7439 vsize=2966184 CPUtime=1.21 cores=0,2,4,6
/proc/7441/task/7456/stat : 7456 (java) S 7439 7441 27000 0 -1 4202560 4488 0 0 0 121 0 0 0 20 0 22 0 339209723 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598146357560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7457] ppid=7439 vsize=2966184 CPUtime=1.68 cores=0,2,4,6
/proc/7441/task/7457/stat : 7457 (java) S 7439 7441 27000 0 -1 4202560 9489 0 0 0 166 2 0 0 20 0 22 0 339209723 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598145305016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7441/tid=7458] ppid=7439 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7458/stat : 7458 (java) S 7439 7441 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339209723 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598144252152 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7441/tid=7459] ppid=7439 vsize=2966184 CPUtime=0.34 cores=0,2,4,6
/proc/7441/task/7459/stat : 7459 (java) S 7439 7441 27000 0 -1 4202560 50 0 0 0 17 17 0 0 20 0 22 0 339209723 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598143199816 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7441/tid=7460] ppid=7439 vsize=2966184 CPUtime=867.56 cores=0,2,4,6
/proc/7441/task/7460/stat : 7460 (java) R 7439 7441 27000 0 -1 4202560 251 0 0 0 86739 17 0 0 20 0 22 0 339209907 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598142143552 140598244226299 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7441/tid=7461] ppid=7439 vsize=2966184 CPUtime=867.62 cores=0,2,4,6
/proc/7441/task/7461/stat : 7461 (java) R 7439 7441 27000 0 -1 4202560 466 0 0 0 86745 17 0 0 20 0 22 0 339209907 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598141091840 140598243861814 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7441/tid=7462] ppid=7439 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7462/stat : 7462 (java) S 7439 7441 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339209922 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598140040488 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7441/tid=7463] ppid=7439 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/7441/task/7463/stat : 7463 (java) S 7439 7441 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339209922 3037372416 194501 33554432000 1073741824 1073778376 140735669839488 140598138987944 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2966184

Child status: 143
Real time (s): 894.743
CPU time (s): 1800.99
CPU user time (s): 1799.1
CPU system time (s): 1.89171
CPU usage (%): 201.286
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 1.89171
maximum resident set size= 795176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125124
page faults= 1
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39690
involuntary context switches= 84067

runsolver used 3.78043 second user time and 7.71483 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-03 15:40:24
IDJOB=3730673
IDBENCH=1465
IDSOLVER=2324
FILE ID=node114/3730673-1338730823
RUNJOBID= node114-1338725802-3592
PBS_JOBID= 14636748
Free space on /tmp= 70112 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.unbounded.all.ucl.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3730673-1338730823/watcher-3730673-1338730823 -o /tmp/evaluation-result-3730673-1338730823/solver-3730673-1338730823 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3730673-1338730823.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 1785d65de493315a1e7654bb7aab8248
RANDOM SEED=317881160

node114.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5451.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26363484 kB
Buffers:         1053644 kB
Cached:          3649524 kB
SwapCached:         2244 kB
Active:          3723824 kB
Inactive:        1777960 kB
Active(anon):     784464 kB
Inactive(anon):     9112 kB
Active(file):    2939360 kB
Inactive(file):  1768848 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67103576 kB
Dirty:              9328 kB
Writeback:             0 kB
AnonPages:        824840 kB
Mapped:            19144 kB
Shmem:               100 kB
Slab:             866312 kB
SReclaimable:     308920 kB
SUnreclaim:       557392 kB
KernelStack:        1792 kB
PageTables:         5784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1571984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    774144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70128 MiB
End job on node114 at 2012-06-03 15:55:20