Trace number 3730556

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.3 889.75

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
MD5SUM3764cf8f4e2d3654f46ab0ec56ea8581
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 benchmark369.578
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables168111
Total number of constraints487525
Number of constraints which are clauses468727
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints18798
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	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.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-3730556-1338730808.opb
0.11/0.10	c reading problem ... 
4.55/3.11	c ... done. Wall clock time 3.016s.
5.61/3.44	c #vars     168111
5.61/3.44	c #constraints  487525
5.61/3.44	c constraints type 
5.61/3.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155142
5.61/3.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 313584
5.61/3.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18798
5.61/3.44	c constraints type 
5.61/3.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 313584
5.61/3.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155142
5.61/3.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18798
31.30/14.89	c cleaning 2467 clauses out of 4998 with flag 5001/5001
48.68/23.42	c cleaning 0 clauses out of 5000 with flag 0/5002
54.02/26.14	c cleaning 4229 clauses out of 8531 with flag 11001/11001
75.49/36.81	c cleaning 5593 clauses out of 11301 with flag 18000/18000
103.89/50.94	c cleaning 6822 clauses out of 13707 with flag 26001/26001
115.10/56.69	c cleaning 0 clauses out of 10999 with flag 0/11001
128.00/63.25	c cleaning 7907 clauses out of 15885 with flag 35001/35001
153.44/75.91	c cleaning 8979 clauses out of 17977 with flag 45000/45000
193.12/95.62	c cleaning 9992 clauses out of 19999 with flag 56001/56001
246.36/122.08	c cleaning 10969 clauses out of 22006 with flag 68000/68000
258.05/128.03	c cleaning 0 clauses out of 17999 with flag 0/18001
280.64/139.34	c cleaning 11975 clauses out of 24037 with flag 81002/81002
326.36/162.17	c cleaning 12981 clauses out of 26060 with flag 95001/95001
365.26/181.44	c cleaning 14017 clauses out of 28081 with flag 110003/110003
458.96/227.65	c cleaning 14998 clauses out of 30061 with flag 126000/126000
512.11/253.99	c cleaning 15995 clauses out of 32063 with flag 143000/143000
585.22/290.16	c cleaning 17015 clauses out of 34070 with flag 161002/161002
624.42/309.68	c cleaning 0 clauses out of 25998 with flag 0/26001
632.98/314.17	c cleaning 18008 clauses out of 36053 with flag 180001/180001
690.77/342.73	c cleaning 18988 clauses out of 38044 with flag 200000/200000
779.97/387.01	c cleaning 19981 clauses out of 40056 with flag 221000/221000
881.50/437.18	c cleaning 21007 clauses out of 42074 with flag 243000/243000
1038.30/514.32	c cleaning 22019 clauses out of 44067 with flag 266000/266000
1188.90/588.35	c cleaning 22972 clauses out of 46047 with flag 290000/290000
1245.12/616.38	c cleaning 0 clauses out of 34994 with flag 0/35000
1288.34/637.88	c cleaning 24021 clauses out of 48076 with flag 315001/315001
1462.33/723.52	c cleaning 24991 clauses out of 50054 with flag 341000/341000
1628.02/804.82	c cleaning 26014 clauses out of 52063 with flag 368000/368000
1800.21/889.71	c starts		: 135
1800.21/889.71	c conflicts		: 393540
1800.21/889.71	c decisions		: 1261616
1800.21/889.71	c propagations		: 1543883582
1800.21/889.71	c inspects		: 3690489958
1800.21/889.71	c learnt literals	: 11
1800.21/889.71	c learnt binary clauses	: 300
1800.21/889.71	c learnt ternary clauses	: 724
1800.21/889.71	c learnt clauses	: 393529
1800.21/889.71	c ignored clauses	: 0
1800.21/889.71	c root simplifications	: 0
1800.21/889.71	c removed literals (reason simplification)	: 5115871
1800.21/889.71	c reason swapping (by a shorter reason)	: 0
1800.21/889.71	c Calls to reduceDB	: 23
1800.21/889.71	c number of reductions to clauses (during analyze)	: 0
1800.21/889.71	c number of learned constraints concerned by reduction	: 0
1800.21/889.71	c number of learning phase by resolution	: 0
1800.21/889.71	c number of learning phase by cutting planes	: 0
1800.21/889.71	c speed (assignments/second)	: 1741361.491592563
1800.21/889.71	c non guided choices	53994
1800.21/889.73	c learnt constraints type 
1800.21/889.73	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 51295
1800.21/889.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 300
1800.21/889.73	c constraints type 
1800.21/889.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155142
1800.21/889.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 313584
1800.21/889.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18798
1800.21/889.73	c constraints type 
1800.21/889.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 313584
1800.21/889.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155142
1800.21/889.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18798
1800.21/889.73	s UNKNOWN
1800.21/889.73	c Total wall clock time (in seconds): 889.635

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-3730556-1338730808/watcher-3730556-1338730808 -o /tmp/evaluation-result-3730556-1338730808/solver-3730556-1338730808 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3730556-1338730808.opb 

running on 4 cores: 1,3,5,7

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.61 3.91 3.81 3/196 14621
/proc/meminfo: memFree=31517680/32873648 swapFree=7628/7628
[pid=14621] ppid=14619 vsize=89740 CPUtime=0 cores=1,3,5,7
/proc/14621/stat : 14621 (java) S 14619 14621 3958 0 -1 4202496 1173 0 0 0 0 0 0 0 20 0 2 0 339206843 91893760 892 33554432000 1073741824 1073778376 140733973181568 140733973172704 217413877821 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14621/statm: 22434 894 678 9 0 16769 0
[pid=14621/tid=14622] ppid=14619 vsize=91880 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14622/stat : 14622 (java) R 14619 14621 3958 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 2 0 339206843 94085120 902 33554432000 1073741824 1073778376 140733973181568 140733973170632 217401356167 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0765301 s]
/proc/loadavg: 3.61 3.91 3.81 3/196 14621
/proc/meminfo: memFree=31517680/32873648 swapFree=7628/7628
[pid=14621] ppid=14619 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/14621/stat : 14621 (java) S 14619 14621 3958 0 -1 4202496 4145 0 1 0 6 1 0 0 20 0 18 0 339206843 2764726272 5864 33554432000 1073741824 1073778376 140733973181568 140733973172704 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14621/statm: 674982 5864 1933 9 0 665676 0
[pid=14621/tid=14622] ppid=14619 vsize=2699928 CPUtime=0.05 cores=1,3,5,7
/proc/14621/task/14622/stat : 14622 (java) R 14619 14621 3958 0 -1 4202560 2714 0 1 0 4 1 0 0 20 0 18 0 339206843 2764726272 5864 33554432000 1073741824 1073778376 140733973181568 140459330825136 217413902773 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.100216 s]
/proc/loadavg: 3.61 3.91 3.81 3/196 14621
/proc/meminfo: memFree=31517680/32873648 swapFree=7628/7628
[pid=14621] ppid=14619 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/14621/stat : 14621 (java) S 14619 14621 3958 0 -1 4202496 4846 0 1 0 10 1 0 0 20 0 18 0 339206843 2764726272 6519 33554432000 1073741824 1073778376 140733973181568 140733973172704 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14621/statm: 674982 6519 2153 9 0 665676 0
[pid=14621/tid=14622] ppid=14619 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/14621/task/14622/stat : 14622 (java) R 14619 14621 3958 0 -1 4202560 2792 0 1 0 6 2 0 0 20 0 18 0 339206843 2764726272 6519 33554432000 1073741824 1073778376 140733973181568 140459330822984 140459338626800 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.300212 s]
/proc/loadavg: 3.61 3.91 3.81 3/196 14621
/proc/meminfo: memFree=31517680/32873648 swapFree=7628/7628
[pid=14621] ppid=14619 vsize=2699928 CPUtime=0.52 cores=1,3,5,7
/proc/14621/stat : 14621 (java) S 14619 14621 3958 0 -1 4202496 6132 0 1 0 50 2 0 0 20 0 18 0 339206843 2764726272 11232 33554432000 1073741824 1073778376 140733973181568 140733973172704 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14621/statm: 674982 11232 2218 9 0 665676 0
[pid=14621/tid=14622] ppid=14619 vsize=2699928 CPUtime=0.28 cores=1,3,5,7
/proc/14621/task/14622/stat : 14622 (java) R 14619 14621 3958 0 -1 4202560 2807 0 1 0 26 2 0 0 20 0 18 0 339206843 2764726272 11232 33554432000 1073741824 1073778376 140733973181568 140459330826600 140459202798634 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 2699928

[startup+0.700225 s]
/proc/loadavg: 3.61 3.91 3.81 3/196 14621
/proc/meminfo: memFree=31517680/32873648 swapFree=7628/7628
[pid=14621] ppid=14619 vsize=2699928 CPUtime=1.25 cores=1,3,5,7
/proc/14621/stat : 14621 (java) S 14619 14621 3958 0 -1 4202496 11595 0 1 0 120 5 0 0 20 0 18 0 339206843 2764726272 55724 33554432000 1073741824 1073778376 140733973181568 140733973172704 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14621/statm: 674982 55724 2230 9 0 665676 0
[pid=14621/tid=14622] ppid=14619 vsize=2699928 CPUtime=0.68 cores=1,3,5,7
/proc/14621/task/14622/stat : 14622 (java) R 14619 14621 3958 0 -1 4202560 2887 0 1 0 64 4 0 0 20 0 18 0 339206843 2764726272 55724 33554432000 1073741824 1073778376 140733973181568 140459330826600 217413903629 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 2699928

[startup+1.5007 s]
/proc/loadavg: 3.61 3.91 3.81 3/212 14695
/proc/meminfo: memFree=31185624/32873648 swapFree=7628/7628
[pid=14621] ppid=14619 vsize=2699928 CPUtime=2.21 cores=1,3,5,7
/proc/14621/stat : 14621 (java) S 14619 14621 3958 0 -1 4202496 11783 0 1 0 210 11 0 0 20 0 18 0 339206843 2764726272 107462 33554432000 1073741824 1073778376 140733973181568 140733973172704 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14621/statm: 674982 107462 2246 9 0 665676 0
[pid=14621/tid=14622] ppid=14619 vsize=2699928 CPUtime=1.42 cores=1,3,5,7
/proc/14621/task/14622/stat : 14622 (java) R 14619 14621 3958 0 -1 4202560 2971 0 1 0 135 7 0 0 20 0 18 0 339206843 2764726272 107462 33554432000 1073741824 1073778376 140733973181568 140459330817984 140459202938996 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14621/tid=14624] ppid=14619 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14624/stat : 14624 (java) S 14619 14621 3958 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 339206844 2764726272 107462 33554432000 1073741824 1073778376 140733973181568 140459197577640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14621/tid=14625] ppid=14619 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/14621/task/14625/stat : 14625 (java) S 14619 14621 3958 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 339206844 2764726272 107462 33554432000 1073741824 1073778376 140733973181568 140459196525096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14621/tid=14626] ppid=14619 vsize=2699928 CPUtime=0.04 cores=1,3,5,7
/proc/14621/task/14626/stat : 14626 (java) S 14619 14621 3958 0 -1 4202560 28 0 0 0 4 0 0 0 20 0 18 0 339206844 2764726272 107462 33554432000 1073741824 1073778376 140733973181568 140459195472040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14621/tid=14627] ppid=14619 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/14621/task/14627/stat : 14627 (java) S 14619 14621 3958 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 339206844 2764726272 107462 33554432000 1073741824 1073778376 140733973181568 140459194419496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14621/tid=14628] ppid=14619 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/14621/task/14628/stat : 14628 (java) S 14619 14621 3958 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 339206844 2764726272 107462 33554432000 1073741824 1073778376 140733973181568 140459193367464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14621/tid=14629] ppid=14619 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/14621/task/14629/stat : 14629 (java) S 14619 14621 3958 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 339206844 2764726272 107462 33554432000 1073741824 1073778376 140733973181568 140459192314920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14621/tid=14630] ppid=14619 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14630/stat : 14630 (java) S 14619 14621 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 339206844 2764726272 107462 33554432000 1073741824 1073778376 140733973181568 140459191261864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14621/tid=14631] ppid=14619 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14631/stat : 14631 (java) S 14619 14621 3958 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 339206844 2764726272 107462 33554432000 1073741824 1073778376 140733973181568 140459190209320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14621/tid=14632] ppid=14619 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14632/stat : 14632 (java) S 14619 14621 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 339206845 2764726272 107462 33554432000 1073741824 1073778376 140733973181568 140458708035944 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14621/tid=14633] ppid=14619 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14633/stat : 14633 (java) S 14619 14621 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 339206845 2764726272 107462 33554432000 1073741824 1073778376 140733973181568 140458706982264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14621/tid=14634] ppid=14619 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14634/stat : 14634 (java) S 14619 14621 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 339206845 2764726272 107462 33554432000 1073741824 1073778376 140733973181568 140458705929096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14621/tid=14635] ppid=14619 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14635/stat : 14635 (java) S 14619 14621 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339206847 2764726272 107462 33554432000 1073741824 1073778376 140733973181568 140458704877840 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14621/tid=14636] ppid=14619 vsize=2699928 CPUtime=0.28 cores=1,3,5,7
/proc/14621/task/14636/stat : 14636 (java) S 14619 14621 3958 0 -1 4202560 3871 0 0 0 28 0 0 0 20 0 18 0 339206847 2764726272 107462 33554432000 1073741824 1073778376 140733973181568 140458703825720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14621/tid=14637] ppid=14619 vsize=2699928 CPUtime=0.26 cores=1,3,5,7
/proc/14621/task/14637/stat : 14637 (java) S 14619 14621 3958 0 -1 4202560 3652 0 0 0 26 0 0 0 20 0 18 0 339206847 2764726272 107462 33554432000 1073741824 1073778376 140733973181568 140458702773176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14621/tid=14638] ppid=14619 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14638/stat : 14638 (java) S 14619 14621 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339206847 2764726272 107462 33554432000 1073741824 1073778376 140733973181568 140458701720312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14621/tid=14639] ppid=14619 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14639/stat : 14639 (java) S 14619 14621 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339206848 2764726272 107462 33554432000 1073741824 1073778376 140733973181568 140458700667976 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 2699928

[startup+3.10063 s]
/proc/loadavg: 3.61 3.91 3.81 4/216 14699
/proc/meminfo: memFree=30828744/32873648 swapFree=7628/7628
[pid=14621] ppid=14619 vsize=2699928 CPUtime=4.55 cores=1,3,5,7
/proc/14621/stat : 14621 (java) S 14619 14621 3958 0 -1 4202496 12106 0 1 0 432 23 0 0 20 0 18 0 339206843 2764726272 139826 33554432000 1073741824 1073778376 140733973181568 140733973172704 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14621/statm: 674982 139826 2256 9 0 665676 0
[pid=14621/tid=14622] ppid=14619 vsize=2699928 CPUtime=2.79 cores=1,3,5,7
/proc/14621/task/14622/stat : 14622 (java) R 14619 14621 3958 0 -1 4202560 2981 0 1 0 272 7 0 0 20 0 18 0 339206843 2764726272 139826 33554432000 1073741824 1073778376 140733973181568 140459330817984 140459202981183 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14621/tid=14624] ppid=14619 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/14621/task/14624/stat : 14624 (java) S 14619 14621 3958 0 -1 4202560 41 0 0 0 7 2 0 0 20 0 18 0 339206844 2764726272 139826 33554432000 1073741824 1073778376 140733973181568 140459197577640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14621/tid=14625] ppid=14619 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/14621/task/14625/stat : 14625 (java) S 14619 14621 3958 0 -1 4202560 50 0 0 0 9 2 0 0 20 0 18 0 339206844 2764726272 139826 33554432000 1073741824 1073778376 140733973181568 140459196525096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14621/tid=14626] ppid=14619 vsize=2699928 CPUtime=0.14 cores=1,3,5,7
/proc/14621/task/14626/stat : 14626 (java) S 14619 14621 3958 0 -1 4202560 61 0 0 0 11 3 0 0 20 0 18 0 339206844 2764726272 139826 33554432000 1073741824 1073778376 140733973181568 140459195472040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14621/tid=14627] ppid=14619 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/14621/task/14627/stat : 14627 (java) S 14619 14621 3958 0 -1 4202560 48 0 0 0 9 1 0 0 20 0 18 0 339206844 2764726272 139826 33554432000 1073741824 1073778376 140733973181568 140459194419496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14621/tid=14628] ppid=14619 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/14621/task/14628/stat : 14628 (java) S 14619 14621 3958 0 -1 4202560 39 0 0 0 7 2 0 0 20 0 18 0 339206844 2764726272 139826 33554432000 1073741824 1073778376 140733973181568 140459193367464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14621/tid=14629] ppid=14619 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/14621/task/14629/stat : 14629 (java) S 14619 14621 3958 0 -1 4202560 41 0 0 0 8 2 0 0 20 0 18 0 339206844 2764726272 139826 33554432000 1073741824 1073778376 140733973181568 140459192314920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14621/tid=14630] ppid=14619 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/14621/task/14630/stat : 14630 (java) S 14619 14621 3958 0 -1 4202560 33 0 0 0 8 0 0 0 20 0 18 0 339206844 2764726272 139826 33554432000 1073741824 1073778376 140733973181568 140459191261864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14621/tid=14631] ppid=14619 vsize=2699928 CPUtime=0.17 cores=1,3,5,7
/proc/14621/task/14631/stat : 14631 (java) S 14619 14621 3958 0 -1 4202560 74 0 0 0 14 3 0 0 20 0 18 0 339206844 2764726272 139826 33554432000 1073741824 1073778376 140733973181568 140459190209320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14621/tid=14632] ppid=14619 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14632/stat : 14632 (java) S 14619 14621 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 339206845 2764726272 139826 33554432000 1073741824 1073778376 140733973181568 140458708035944 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14621/tid=14633] ppid=14619 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14633/stat : 14633 (java) S 14619 14621 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 339206845 2764726272 139826 33554432000 1073741824 1073778376 140733973181568 140458706982264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14621/tid=14634] ppid=14619 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14634/stat : 14634 (java) S 14619 14621 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 339206845 2764726272 139826 33554432000 1073741824 1073778376 140733973181568 140458705929096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14621/tid=14635] ppid=14619 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14635/stat : 14635 (java) S 14619 14621 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339206847 2764726272 139826 33554432000 1073741824 1073778376 140733973181568 140458704877840 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14621/tid=14636] ppid=14619 vsize=2699928 CPUtime=0.4 cores=1,3,5,7
/proc/14621/task/14636/stat : 14636 (java) S 14619 14621 3958 0 -1 4202560 3889 0 0 0 40 0 0 0 20 0 18 0 339206847 2764726272 139826 33554432000 1073741824 1073778376 140733973181568 140458703825720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14621/tid=14637] ppid=14619 vsize=2699928 CPUtime=0.32 cores=1,3,5,7
/proc/14621/task/14637/stat : 14637 (java) S 14619 14621 3958 0 -1 4202560 3666 0 0 0 32 0 0 0 20 0 18 0 339206847 2764726272 139826 33554432000 1073741824 1073778376 140733973181568 140458702773176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14621/tid=14638] ppid=14619 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14638/stat : 14638 (java) S 14619 14621 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339206847 2764726272 139826 33554432000 1073741824 1073778376 140733973181568 140458701720312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14621/tid=14639] ppid=14619 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14639/stat : 14639 (java) S 14619 14621 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339206848 2764726272 139826 33554432000 1073741824 1073778376 140733973181568 140458700667976 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 2699928

[startup+6.30081 s]
/proc/loadavg: 3.64 3.91 3.81 11/220 14703
/proc/meminfo: memFree=30535132/32873648 swapFree=7628/7628
[pid=14621] ppid=14619 vsize=2966184 CPUtime=12.95 cores=1,3,5,7
/proc/14621/stat : 14621 (java) S 14619 14621 3958 0 -1 4202496 14011 0 1 0 1263 32 0 0 20 0 22 0 339206843 3037372416 168156 33554432000 1073741824 1073778376 140733973181568 140733973172704 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14621/statm: 741546 168156 2271 9 0 732240 0
[pid=14621/tid=14622] ppid=14619 vsize=2966184 CPUtime=2.81 cores=1,3,5,7
/proc/14621/task/14622/stat : 14622 (java) S 14619 14621 3958 0 -1 4202560 2985 0 1 0 274 7 0 0 20 0 22 0 339206843 3037372416 168156 33554432000 1073741824 1073778376 140733973181568 140459330827416 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14621/tid=14624] ppid=14619 vsize=2966184 CPUtime=0.24 cores=1,3,5,7
/proc/14621/task/14624/stat : 14624 (java) S 14619 14621 3958 0 -1 4202560 167 0 0 0 22 2 0 0 20 0 22 0 339206844 3037372416 168156 33554432000 1073741824 1073778376 140733973181568 140459197577640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14621/tid=14625] ppid=14619 vsize=2966184 CPUtime=0.42 cores=1,3,5,7
/proc/14621/task/14625/stat : 14625 (java) S 14619 14621 3958 0 -1 4202560 123 0 0 0 37 5 0 0 20 0 22 0 339206844 3037372416 168156 33554432000 1073741824 1073778376 140733973181568 140459196525096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14621/tid=14626] ppid=14619 vsize=2966184 CPUtime=0.44 cores=1,3,5,7
/proc/14621/task/14626/stat : 14626 (java) S 14619 14621 3958 0 -1 4202560 224 0 0 0 40 4 0 0 20 0 22 0 339206844 3037372416 168156 33554432000 1073741824 1073778376 140733973181568 140459195472040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14621/tid=14627] ppid=14619 vsize=2966184 CPUtime=0.29 cores=1,3,5,7
/proc/14621/task/14627/stat : 14627 (java) S 14619 14621 3958 0 -1 4202560 276 0 0 0 26 3 0 0 20 0 22 0 339206844 3037372416 168156 33554432000 1073741824 1073778376 140733973181568 140459194419496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14621/tid=14628] ppid=14619 vsize=2966184 CPUtime=0.38 cores=1,3,5,7
/proc/14621/task/14628/stat : 14628 (java) S 14619 14621 3958 0 -1 4202560 108 0 0 0 35 3 0 0 20 0 22 0 339206844 3037372416 168156 33554432000 1073741824 1073778376 140733973181568 140459193367464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14621/tid=14629] ppid=14619 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/14621/task/14629/stat : 14629 (java) S 14619 14621 3958 0 -1 4202560 99 0 0 0 30 2 0 0 20 0 22 0 339206844 3037372416 168156 33554432000 1073741824 1073778376 140733973181568 140459192314920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14621/tid=14630] ppid=14619 vsize=2966184 CPUtime=0.31 cores=1,3,5,7
/proc/14621/task/14630/stat : 14630 (java) S 14619 14621 3958 0 -1 4202560 102 0 0 0 29 2 0 0 20 0 22 0 339206844 3037372416 168156 33554432000 1073741824 1073778376 140733973181568 140459191261864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14621/tid=14631] ppid=14619 vsize=2966184 CPUtime=0.49 cores=1,3,5,7
/proc/14621/task/14631/stat : 14631 (java) S 14619 14621 3958 0 -1 4202560 118 0 0 0 45 4 0 0 20 0 22 0 339206844 3037372416 168156 33554432000 1073741824 1073778376 140733973181568 140459190209320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14621/tid=14632] ppid=14619 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14632/stat : 14632 (java) S 14619 14621 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339206845 3037372416 168156 33554432000 1073741824 1073778376 140733973181568 140458708035944 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14621/tid=14633] ppid=14619 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14633/stat : 14633 (java) S 14619 14621 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339206845 3037372416 168156 33554432000 1073741824 1073778376 140733973181568 140458706982264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14621/tid=14634] ppid=14619 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14634/stat : 14634 (java) S 14619 14621 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339206845 3037372416 168156 33554432000 1073741824 1073778376 140733973181568 140458705929096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14621/tid=14635] ppid=14619 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14635/stat : 14635 (java) S 14619 14621 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339206847 3037372416 168156 33554432000 1073741824 1073778376 140733973181568 140458704877840 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14621/tid=14636] ppid=14619 vsize=2966184 CPUtime=0.89 cores=1,3,5,7
/proc/14621/task/14636/stat : 14636 (java) S 14619 14621 3958 0 -1 4202560 3918 0 0 0 89 0 0 0 20 0 22 0 339206847 3037372416 168156 33554432000 1073741824 1073778376 140733973181568 140458703825720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14621/tid=14637] ppid=14619 vsize=2966184 CPUtime=0.89 cores=1,3,5,7
/proc/14621/task/14637/stat : 14637 (java) S 14619 14621 3958 0 -1 4202560 4599 0 0 0 89 0 0 0 20 0 22 0 339206847 3037372416 168156 33554432000 1073741824 1073778376 140733973181568 140458702773176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14621/tid=14638] ppid=14619 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14638/stat : 14638 (java) S 14619 14621 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339206847 3037372416 168156 33554432000 1073741824 1073778376 140733973181568 140458701720312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14621/tid=14639] ppid=14619 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14639/stat : 14639 (java) S 14619 14621 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339206848 3037372416 168156 33554432000 1073741824 1073778376 140733973181568 140458700667976 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=14621/tid=14701] ppid=14619 vsize=2966184 CPUtime=778.22 cores=1,3,5,7
/proc/14621/task/14701/stat : 14701 (java) R 14619 14621 3958 0 -1 4202560 544 0 0 0 77809 13 0 0 20 0 22 0 339207154 3037372416 219818 33554432000 1073741824 1073778376 140733973181568 140458698558928 140459203438945 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=14621/tid=14702] ppid=14619 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14702/stat : 14702 (java) S 14619 14621 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339207160 3037372416 219818 33554432000 1073741824 1073778376 140733973181568 140458697507624 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14621/tid=14703] ppid=14619 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14703/stat : 14703 (java) S 14619 14621 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339207160 3037372416 219818 33554432000 1073741824 1073778376 140733973181568 140458696455080 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1662.73
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 4.31 4.09 3.94 5/219 15127
/proc/meminfo: memFree=29963736/32873648 swapFree=7628/7628
[pid=14621] ppid=14619 vsize=2966184 CPUtime=1785.12 cores=1,3,5,7
/proc/14621/stat : 14621 (java) S 14619 14621 3958 0 -1 4202496 246616 0 1 0 178325 187 0 0 20 0 22 0 339206843 3037372416 220254 33554432000 1073741824 1073778376 140733973181568 140733973172704 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14621/statm: 741546 220254 2283 9 0 732240 0
[pid=14621/tid=14622] ppid=14619 vsize=2966184 CPUtime=2.83 cores=1,3,5,7
/proc/14621/task/14622/stat : 14622 (java) S 14619 14621 3958 0 -1 4202560 3018 0 1 0 275 8 0 0 20 0 22 0 339206843 3037372416 220254 33554432000 1073741824 1073778376 140733973181568 140459330827416 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14621/tid=14624] ppid=14619 vsize=2966184 CPUtime=10.78 cores=1,3,5,7
/proc/14621/task/14624/stat : 14624 (java) S 14619 14621 3958 0 -1 4202560 330 0 0 0 1070 8 0 0 20 0 22 0 339206844 3037372416 220254 33554432000 1073741824 1073778376 140733973181568 140459197577640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14621/tid=14625] ppid=14619 vsize=2966184 CPUtime=10.81 cores=1,3,5,7
/proc/14621/task/14625/stat : 14625 (java) S 14619 14621 3958 0 -1 4202560 348 0 0 0 1070 11 0 0 20 0 22 0 339206844 3037372416 220254 33554432000 1073741824 1073778376 140733973181568 140459196525096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14621/tid=14626] ppid=14619 vsize=2966184 CPUtime=10.88 cores=1,3,5,7
/proc/14621/task/14626/stat : 14626 (java) S 14619 14621 3958 0 -1 4202560 366 0 0 0 1079 9 0 0 20 0 22 0 339206844 3037372416 220254 33554432000 1073741824 1073778376 140733973181568 140459195472040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14621/tid=14627] ppid=14619 vsize=2966184 CPUtime=10.5 cores=1,3,5,7
/proc/14621/task/14627/stat : 14627 (java) S 14619 14621 3958 0 -1 4202560 345 0 0 0 1042 8 0 0 20 0 22 0 339206844 3037372416 220254 33554432000 1073741824 1073778376 140733973181568 140459194419496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14621/tid=14628] ppid=14619 vsize=2966184 CPUtime=10.73 cores=1,3,5,7
/proc/14621/task/14628/stat : 14628 (java) S 14619 14621 3958 0 -1 4202560 342 0 0 0 1063 10 0 0 20 0 22 0 339206844 3037372416 220254 33554432000 1073741824 1073778376 140733973181568 140459193367464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14621/tid=14629] ppid=14619 vsize=2966184 CPUtime=10.4 cores=1,3,5,7
/proc/14621/task/14629/stat : 14629 (java) S 14619 14621 3958 0 -1 4202560 334 0 0 0 1031 9 0 0 20 0 22 0 339206844 3037372416 220254 33554432000 1073741824 1073778376 140733973181568 140459192314920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14621/tid=14630] ppid=14619 vsize=2966184 CPUtime=10.53 cores=1,3,5,7
/proc/14621/task/14630/stat : 14630 (java) S 14619 14621 3958 0 -1 4202560 323 0 0 0 1045 8 0 0 20 0 22 0 339206844 3037372416 220254 33554432000 1073741824 1073778376 140733973181568 140459191261864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14621/tid=14631] ppid=14619 vsize=2966184 CPUtime=11.31 cores=1,3,5,7
/proc/14621/task/14631/stat : 14631 (java) S 14619 14621 3958 0 -1 4202560 377 0 0 0 1121 10 0 0 20 0 22 0 339206844 3037372416 220254 33554432000 1073741824 1073778376 140733973181568 140459190209320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14621/tid=14632] ppid=14619 vsize=2966184 CPUtime=19.24 cores=1,3,5,7
/proc/14621/task/14632/stat : 14632 (java) S 14619 14621 3958 0 -1 4202560 221982 0 0 0 1843 81 0 0 20 0 22 0 339206845 3037372416 220254 33554432000 1073741824 1073778376 140733973181568 140458708035944 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14621/tid=14633] ppid=14619 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14633/stat : 14633 (java) S 14619 14621 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339206845 3037372416 220254 33554432000 1073741824 1073778376 140733973181568 140458706982264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14621/tid=14634] ppid=14619 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14634/stat : 14634 (java) S 14619 14621 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339206845 3037372416 220254 33554432000 1073741824 1073778376 140733973181568 140458705929096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14621/tid=14635] ppid=14619 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14635/stat : 14635 (java) S 14619 14621 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339206847 3037372416 220254 33554432000 1073741824 1073778376 140733973181568 140458704877840 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14621/tid=14636] ppid=14619 vsize=2966184 CPUtime=1.56 cores=1,3,5,7
/proc/14621/task/14636/stat : 14636 (java) S 14619 14621 3958 0 -1 4202560 8387 0 0 0 154 2 0 0 20 0 22 0 339206847 3037372416 220254 33554432000 1073741824 1073778376 140733973181568 140458703825720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14621/tid=14637] ppid=14619 vsize=2966184 CPUtime=1.17 cores=1,3,5,7
/proc/14621/task/14637/stat : 14637 (java) S 14619 14621 3958 0 -1 4202560 8292 0 0 0 115 2 0 0 20 0 22 0 339206847 3037372416 220254 33554432000 1073741824 1073778376 140733973181568 140458702773176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14621/tid=14638] ppid=14619 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14638/stat : 14638 (java) S 14619 14621 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339206847 3037372416 220254 33554432000 1073741824 1073778376 140733973181568 140458701720312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14621/tid=14639] ppid=14619 vsize=2966184 CPUtime=0.38 cores=1,3,5,7
/proc/14621/task/14639/stat : 14639 (java) S 14619 14621 3958 0 -1 4202560 50 0 0 0 13 25 0 0 20 0 22 0 339206848 3037372416 220254 33554432000 1073741824 1073778376 140733973181568 140458700667976 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14621/tid=14700] ppid=14619 vsize=2966184 CPUtime=836.88 cores=1,3,5,7
/proc/14621/task/14700/stat : 14700 (java) R 14619 14621 3958 0 -1 4202560 356 0 0 0 83674 14 0 0 20 0 22 0 339207154 3037372416 220254 33554432000 1073741824 1073778376 140733973181568 140458699610672 140459203388385 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14621/tid=14701] ppid=14619 vsize=2966184 CPUtime=836.82 cores=1,3,5,7
/proc/14621/task/14701/stat : 14701 (java) R 14619 14621 3958 0 -1 4202560 577 0 0 0 83668 14 0 0 20 0 22 0 339207154 3037372416 220254 33554432000 1073741824 1073778376 140733973181568 140458698558928 140459203402790 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14621/tid=14702] ppid=14619 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14702/stat : 14702 (java) S 14619 14621 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339207160 3037372416 220254 33554432000 1073741824 1073778376 140733973181568 140458697507624 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14621/tid=14703] ppid=14619 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14703/stat : 14703 (java) S 14619 14621 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339207160 3037372416 220254 33554432000 1073741824 1073778376 140733973181568 140458696455080 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1785.12
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+889.701 s]
/proc/loadavg: 4.29 4.08 3.94 5/219 15127
/proc/meminfo: memFree=29960940/32873648 swapFree=7628/7628
[pid=14621] ppid=14619 vsize=2966184 CPUtime=1800.21 cores=1,3,5,7
/proc/14621/stat : 14621 (java) S 14619 14621 3958 0 -1 4202496 246621 0 1 0 179834 187 0 0 20 0 22 0 339206843 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140733973172704 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14621/statm: 741546 220864 2283 9 0 732240 0
[pid=14621/tid=14622] ppid=14619 vsize=2966184 CPUtime=2.83 cores=1,3,5,7
/proc/14621/task/14622/stat : 14622 (java) S 14619 14621 3958 0 -1 4202560 3019 0 1 0 275 8 0 0 20 0 22 0 339206843 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140459330827416 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14621/tid=14624] ppid=14619 vsize=2966184 CPUtime=10.84 cores=1,3,5,7
/proc/14621/task/14624/stat : 14624 (java) S 14619 14621 3958 0 -1 4202560 330 0 0 0 1076 8 0 0 20 0 22 0 339206844 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140459197577640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14621/tid=14625] ppid=14619 vsize=2966184 CPUtime=10.94 cores=1,3,5,7
/proc/14621/task/14625/stat : 14625 (java) S 14619 14621 3958 0 -1 4202560 348 0 0 0 1083 11 0 0 20 0 22 0 339206844 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140459196525096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14621/tid=14626] ppid=14619 vsize=2966184 CPUtime=10.99 cores=1,3,5,7
/proc/14621/task/14626/stat : 14626 (java) S 14619 14621 3958 0 -1 4202560 366 0 0 0 1089 10 0 0 20 0 22 0 339206844 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140459195472040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14621/tid=14627] ppid=14619 vsize=2966184 CPUtime=10.56 cores=1,3,5,7
/proc/14621/task/14627/stat : 14627 (java) S 14619 14621 3958 0 -1 4202560 345 0 0 0 1048 8 0 0 20 0 22 0 339206844 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140459194419496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14621/tid=14628] ppid=14619 vsize=2966184 CPUtime=10.81 cores=1,3,5,7
/proc/14621/task/14628/stat : 14628 (java) S 14619 14621 3958 0 -1 4202560 342 0 0 0 1071 10 0 0 20 0 22 0 339206844 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140459193367464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14621/tid=14629] ppid=14619 vsize=2966184 CPUtime=10.48 cores=1,3,5,7
/proc/14621/task/14629/stat : 14629 (java) S 14619 14621 3958 0 -1 4202560 334 0 0 0 1039 9 0 0 20 0 22 0 339206844 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140459192314920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14621/tid=14630] ppid=14619 vsize=2966184 CPUtime=10.59 cores=1,3,5,7
/proc/14621/task/14630/stat : 14630 (java) S 14619 14621 3958 0 -1 4202560 323 0 0 0 1051 8 0 0 20 0 22 0 339206844 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140459191261864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14621/tid=14631] ppid=14619 vsize=2966184 CPUtime=11.38 cores=1,3,5,7
/proc/14621/task/14631/stat : 14631 (java) S 14619 14621 3958 0 -1 4202560 377 0 0 0 1128 10 0 0 20 0 22 0 339206844 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140459190209320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14621/tid=14632] ppid=14619 vsize=2966184 CPUtime=19.25 cores=1,3,5,7
/proc/14621/task/14632/stat : 14632 (java) S 14619 14621 3958 0 -1 4202560 221982 0 0 0 1843 82 0 0 20 0 22 0 339206845 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140458708035944 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14621/tid=14633] ppid=14619 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14633/stat : 14633 (java) S 14619 14621 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339206845 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140458706982264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14621/tid=14634] ppid=14619 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14634/stat : 14634 (java) S 14619 14621 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339206845 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140458705929096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14621/tid=14635] ppid=14619 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14635/stat : 14635 (java) S 14619 14621 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339206847 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140458704877840 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14621/tid=14636] ppid=14619 vsize=2966184 CPUtime=1.56 cores=1,3,5,7
/proc/14621/task/14636/stat : 14636 (java) S 14619 14621 3958 0 -1 4202560 8387 0 0 0 154 2 0 0 20 0 22 0 339206847 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140458703825720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14621/tid=14637] ppid=14619 vsize=2966184 CPUtime=1.17 cores=1,3,5,7
/proc/14621/task/14637/stat : 14637 (java) S 14619 14621 3958 0 -1 4202560 8292 0 0 0 115 2 0 0 20 0 22 0 339206847 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140458702773176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14621/tid=14638] ppid=14619 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14638/stat : 14638 (java) S 14619 14621 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339206847 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140458701720312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14621/tid=14639] ppid=14619 vsize=2966184 CPUtime=0.38 cores=1,3,5,7
/proc/14621/task/14639/stat : 14639 (java) S 14619 14621 3958 0 -1 4202560 50 0 0 0 13 25 0 0 20 0 22 0 339206848 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140458700667976 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14621/tid=14700] ppid=14619 vsize=2966184 CPUtime=844.1 cores=1,3,5,7
/proc/14621/task/14700/stat : 14700 (java) R 14619 14621 3958 0 -1 4202560 357 0 0 0 84396 14 0 0 20 0 22 0 339207154 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140458699611424 140459203482123 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14621/tid=14701] ppid=14619 vsize=2966184 CPUtime=844.04 cores=1,3,5,7
/proc/14621/task/14701/stat : 14701 (java) R 14619 14621 3958 0 -1 4202560 580 0 0 0 84390 14 0 0 20 0 22 0 339207154 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140458698558248 140459203482193 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14621/tid=14702] ppid=14619 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14702/stat : 14702 (java) S 14619 14621 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339207160 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140458697507624 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14621/tid=14703] ppid=14619 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14703/stat : 14703 (java) S 14619 14621 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339207160 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140458696455080 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
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+889.701 s]
/proc/loadavg: 4.29 4.08 3.94 5/219 15127
/proc/meminfo: memFree=29960940/32873648 swapFree=7628/7628
[pid=14621] ppid=14619 vsize=2966184 CPUtime=1800.21 cores=1,3,5,7
/proc/14621/stat : 14621 (java) S 14619 14621 3958 0 -1 4202496 246621 0 1 0 179834 187 0 0 20 0 22 0 339206843 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140733973172704 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14621/statm: 741546 220864 2283 9 0 732240 0
[pid=14621/tid=14622] ppid=14619 vsize=2966184 CPUtime=2.83 cores=1,3,5,7
/proc/14621/task/14622/stat : 14622 (java) S 14619 14621 3958 0 -1 4202560 3019 0 1 0 275 8 0 0 20 0 22 0 339206843 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140459330827416 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14621/tid=14624] ppid=14619 vsize=2966184 CPUtime=10.84 cores=1,3,5,7
/proc/14621/task/14624/stat : 14624 (java) S 14619 14621 3958 0 -1 4202560 330 0 0 0 1076 8 0 0 20 0 22 0 339206844 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140459197577640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14621/tid=14625] ppid=14619 vsize=2966184 CPUtime=10.94 cores=1,3,5,7
/proc/14621/task/14625/stat : 14625 (java) S 14619 14621 3958 0 -1 4202560 348 0 0 0 1083 11 0 0 20 0 22 0 339206844 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140459196525096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14621/tid=14626] ppid=14619 vsize=2966184 CPUtime=10.99 cores=1,3,5,7
/proc/14621/task/14626/stat : 14626 (java) S 14619 14621 3958 0 -1 4202560 366 0 0 0 1089 10 0 0 20 0 22 0 339206844 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140459195472040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14621/tid=14627] ppid=14619 vsize=2966184 CPUtime=10.56 cores=1,3,5,7
/proc/14621/task/14627/stat : 14627 (java) S 14619 14621 3958 0 -1 4202560 345 0 0 0 1048 8 0 0 20 0 22 0 339206844 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140459194419496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14621/tid=14628] ppid=14619 vsize=2966184 CPUtime=10.81 cores=1,3,5,7
/proc/14621/task/14628/stat : 14628 (java) S 14619 14621 3958 0 -1 4202560 342 0 0 0 1071 10 0 0 20 0 22 0 339206844 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140459193367464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14621/tid=14629] ppid=14619 vsize=2966184 CPUtime=10.48 cores=1,3,5,7
/proc/14621/task/14629/stat : 14629 (java) S 14619 14621 3958 0 -1 4202560 334 0 0 0 1039 9 0 0 20 0 22 0 339206844 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140459192314920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14621/tid=14630] ppid=14619 vsize=2966184 CPUtime=10.59 cores=1,3,5,7
/proc/14621/task/14630/stat : 14630 (java) S 14619 14621 3958 0 -1 4202560 323 0 0 0 1051 8 0 0 20 0 22 0 339206844 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140459191261864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14621/tid=14631] ppid=14619 vsize=2966184 CPUtime=11.38 cores=1,3,5,7
/proc/14621/task/14631/stat : 14631 (java) S 14619 14621 3958 0 -1 4202560 377 0 0 0 1128 10 0 0 20 0 22 0 339206844 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140459190209320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14621/tid=14632] ppid=14619 vsize=2966184 CPUtime=19.25 cores=1,3,5,7
/proc/14621/task/14632/stat : 14632 (java) S 14619 14621 3958 0 -1 4202560 221982 0 0 0 1843 82 0 0 20 0 22 0 339206845 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140458708035944 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14621/tid=14633] ppid=14619 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14633/stat : 14633 (java) S 14619 14621 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339206845 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140458706982264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14621/tid=14634] ppid=14619 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14634/stat : 14634 (java) S 14619 14621 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339206845 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140458705929096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14621/tid=14635] ppid=14619 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14635/stat : 14635 (java) S 14619 14621 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339206847 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140458704877840 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14621/tid=14636] ppid=14619 vsize=2966184 CPUtime=1.56 cores=1,3,5,7
/proc/14621/task/14636/stat : 14636 (java) S 14619 14621 3958 0 -1 4202560 8387 0 0 0 154 2 0 0 20 0 22 0 339206847 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140458703825720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14621/tid=14637] ppid=14619 vsize=2966184 CPUtime=1.17 cores=1,3,5,7
/proc/14621/task/14637/stat : 14637 (java) S 14619 14621 3958 0 -1 4202560 8292 0 0 0 115 2 0 0 20 0 22 0 339206847 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140458702773176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14621/tid=14638] ppid=14619 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14638/stat : 14638 (java) S 14619 14621 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339206847 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140458701720312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14621/tid=14639] ppid=14619 vsize=2966184 CPUtime=0.38 cores=1,3,5,7
/proc/14621/task/14639/stat : 14639 (java) S 14619 14621 3958 0 -1 4202560 50 0 0 0 13 25 0 0 20 0 22 0 339206848 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140458700667976 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14621/tid=14700] ppid=14619 vsize=2966184 CPUtime=844.1 cores=1,3,5,7
/proc/14621/task/14700/stat : 14700 (java) R 14619 14621 3958 0 -1 4202560 357 0 0 0 84396 14 0 0 20 0 22 0 339207154 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140458699611424 140459203482123 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14621/tid=14701] ppid=14619 vsize=2966184 CPUtime=844.04 cores=1,3,5,7
/proc/14621/task/14701/stat : 14701 (java) R 14619 14621 3958 0 -1 4202560 580 0 0 0 84390 14 0 0 20 0 22 0 339207154 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140458698558248 140459203482193 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14621/tid=14702] ppid=14619 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14702/stat : 14702 (java) S 14619 14621 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339207160 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140458697507624 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14621/tid=14703] ppid=14619 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14703/stat : 14703 (java) S 14619 14621 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339207160 3037372416 220864 33554432000 1073741824 1073778376 140733973181568 140458696455080 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 2966184

Child status: 143
Real time (s): 889.75
CPU time (s): 1800.3
CPU user time (s): 1797.92
CPU system time (s): 2.37964
CPU usage (%): 202.338
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.92
system time used= 2.37964
maximum resident set size= 912308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 246652
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45249
involuntary context switches= 131870

runsolver used 3.2705 second user time and 8.46471 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-03 15:40:09
IDJOB=3730556
IDBENCH=1447
IDSOLVER=2324
FILE ID=node122/3730556-1338730808
RUNJOBID= node122-1338726600-10239
PBS_JOBID= 14636732
Free space on /tmp= 71172 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.ex.mem.LsqHdStrong.ucl.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3730556-1338730808/watcher-3730556-1338730808 -o /tmp/evaluation-result-3730556-1338730808/solver-3730556-1338730808 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3730556-1338730808.opb

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

MD5SUM BENCH= 3764cf8f4e2d3654f46ab0ec56ea8581
RANDOM SEED=1541600338

node122.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.533
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	: 5333.06
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.533
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.533
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	: 5332.04
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.533
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.533
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.533
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	: 5438.54
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.533
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.533
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:        31517688 kB
Buffers:          226020 kB
Cached:           236964 kB
SwapCached:         1832 kB
Active:           435892 kB
Inactive:          94132 kB
Active(anon):      64104 kB
Inactive(anon):     5432 kB
Active(file):     371788 kB
Inactive(file):    88700 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100168 kB
Dirty:             18296 kB
Writeback:             0 kB
AnonPages:         66972 kB
Mapped:            17116 kB
Shmem:                 0 kB
Slab:             686576 kB
SReclaimable:     128800 kB
SUnreclaim:       557776 kB
KernelStack:        1592 kB
PageTables:         3796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1570880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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= 71164 MiB
End job on node122 at 2012-06-03 15:55:00