Trace number 3690214

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.71 910.351

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_6_ic.opb
MD5SUM09d230c3dd969e67e7ea084b633c9325
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 74618461
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 7915122659
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 74618461
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 7915122659
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.2.v20120418
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3690214-1337888936.opb
0.10/0.11	c reading problem ... 
1.15/0.63	c ... done. Wall clock time 0.524s.
1.15/0.63	c declared #vars     15725
1.15/0.63	c #constraints  33136
1.15/0.63	c constraints type 
1.15/0.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.15/0.63	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.15/0.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.15/0.63	c ignored satisfied constraints => 3
1.15/0.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.15/0.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.15/0.63	c 33139 constraints processed.
1.15/0.63	c constraints type 
1.15/0.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1.15/0.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1.15/0.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1.15/0.63	c ignored satisfied constraints => 3
1.15/0.63	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1.15/0.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1.15/0.63	c 33139 constraints processed.
1.15/0.63	c objective function length is 1825 literals
9.81/4.26	c cleaning 2499 clauses out of 5001 with flag 5001/5001
19.11/8.81	c cleaning 4248 clauses out of 8501 with flag 11000/11000
29.63/14.15	c cleaning 5626 clauses out of 11253 with flag 18000/18000
41.69/20.24	c cleaning 6811 clauses out of 13630 with flag 26003/26003
55.74/27.32	c cleaning 7906 clauses out of 15818 with flag 35002/35002
70.02/34.59	c cleaning 8950 clauses out of 17910 with flag 45000/45000
84.44/41.89	c cleaning 9970 clauses out of 19960 with flag 56000/56000
103.23/51.30	c cleaning 10992 clauses out of 21993 with flag 68003/68003
124.93/62.37	c cleaning 11992 clauses out of 24000 with flag 81002/81002
145.89/72.99	c cleaning 12994 clauses out of 26006 with flag 95000/95000
169.87/85.02	c cleaning 14000 clauses out of 28013 with flag 110001/110001
196.26/98.36	c cleaning 15000 clauses out of 30012 with flag 126000/126000
216.01/108.45	c cleaning 15992 clauses out of 32012 with flag 143000/143000
239.53/120.39	c cleaning 17002 clauses out of 34020 with flag 161000/161000
248.78/125.18	c cleaning 0 clauses out of 5011 with flag 0/5011
265.60/133.52	c cleaning 18005 clauses out of 36018 with flag 180000/180000
292.78/147.36	c cleaning 18999 clauses out of 38016 with flag 200003/200003
320.92/161.53	c cleaning 20004 clauses out of 40016 with flag 221002/221002
352.24/177.33	c cleaning 20997 clauses out of 42010 with flag 243000/243000
386.60/194.63	c cleaning 21998 clauses out of 44016 with flag 266003/266003
426.21/214.71	c cleaning 22990 clauses out of 46016 with flag 290001/290001
465.15/234.39	c cleaning 24011 clauses out of 48026 with flag 315001/315001
504.67/254.27	c cleaning 25003 clauses out of 50014 with flag 341000/341000
540.39/272.29	c cleaning 25996 clauses out of 52012 with flag 368001/368001
580.24/292.49	c cleaning 27000 clauses out of 54017 with flag 396002/396002
629.77/317.38	c cleaning 28003 clauses out of 56015 with flag 425000/425000
680.52/343.12	c cleaning 29000 clauses out of 58012 with flag 455000/455000
735.12/370.73	c cleaning 29993 clauses out of 60013 with flag 486001/486001
787.83/397.26	c cleaning 31003 clauses out of 62021 with flag 518002/518002
841.87/424.43	c cleaning 32000 clauses out of 64016 with flag 551000/551000
891.06/449.28	c cleaning 32993 clauses out of 66016 with flag 585000/585000
948.20/478.20	c cleaning 34002 clauses out of 68023 with flag 620000/620000
1011.57/510.19	c cleaning 35005 clauses out of 70021 with flag 656000/656000
1066.48/537.86	c cleaning 36003 clauses out of 72016 with flag 693000/693000
1112.73/561.30	c cleaning 36997 clauses out of 74014 with flag 731001/731001
1160.48/585.64	c cleaning 38003 clauses out of 76021 with flag 770005/770005
1167.97/589.79	c cleaning 0 clauses out of 11006 with flag 0/11006
1217.76/614.98	c cleaning 39001 clauses out of 78014 with flag 810001/810001
1272.63/642.62	c cleaning 40003 clauses out of 80015 with flag 851003/851003
1331.56/672.69	c cleaning 41001 clauses out of 82012 with flag 893003/893003
1400.57/707.47	c cleaning 41997 clauses out of 84008 with flag 936000/936000
1458.90/736.92	c cleaning 42998 clauses out of 86011 with flag 980000/980000
1513.40/764.53	c cleaning 43996 clauses out of 88013 with flag 1025000/1025000
1569.13/793.07	c cleaning 44999 clauses out of 90018 with flag 1071001/1071001
1625.85/821.78	c cleaning 46009 clauses out of 92018 with flag 1118000/1118000
1689.48/853.93	c cleaning 46997 clauses out of 94009 with flag 1166000/1166000
1767.42/893.22	c cleaning 47996 clauses out of 96012 with flag 1215000/1215000
1800.17/910.31	c starts		: 190
1800.17/910.31	c conflicts		: 1237905
1800.17/910.31	c decisions		: 2018328
1800.17/910.31	c propagations		: 963266801
1800.17/910.31	c inspects		: 5908414513
1800.17/910.31	c shortcuts		: 0
1800.17/910.31	c learnt literals	: 0
1800.17/910.31	c learnt binary clauses	: 1
1800.17/910.31	c learnt ternary clauses	: 1
1800.17/910.31	c learnt constraints	: 1237905
1800.17/910.31	c ignored constraints	: 0
1800.17/910.31	c root simplifications	: 0
1800.17/910.31	c removed literals (reason simplification)	: 31098900
1800.17/910.31	c reason swapping (by a shorter reason)	: 0
1800.17/910.31	c Calls to reduceDB	: 45
1800.17/910.31	c number of reductions to clauses (during analyze)	: 0
1800.17/910.31	c number of learned constraints concerned by reduction	: 0
1800.17/910.31	c number of learning phase by resolution	: 0
1800.17/910.31	c number of learning phase by cutting planes	: 0
1800.17/910.31	c speed (assignments/second)	: 1058937.1344080998
1800.17/910.31	c non guided choices	5
1800.17/910.33	c learnt constraints type 
1800.17/910.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.17/910.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 70927
1800.17/910.33	c constraints type 
1800.17/910.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.17/910.33	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.17/910.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.17/910.33	c ignored satisfied constraints => 3
1800.17/910.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.17/910.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1800.17/910.33	c 33139 constraints processed.
1800.17/910.33	c constraints type 
1800.17/910.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1800.17/910.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1800.17/910.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.17/910.33	c ignored satisfied constraints => 3
1800.17/910.33	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1800.17/910.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.17/910.33	c 33139 constraints processed.
1800.17/910.33	s UNKNOWN
1800.17/910.33	c Total wall clock time (in seconds): 910.228

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-3690214-1337888936/watcher-3690214-1337888936 -o /tmp/evaluation-result-3690214-1337888936/solver-3690214-1337888936 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3690214-1337888936.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: 2.91 3.09 3.28 5/197 30200
/proc/meminfo: memFree=27487972/32873648 swapFree=6856/6856
[pid=30200] ppid=30198 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/30200/stat : 30200 (java) R 30198 30200 24583 0 -1 4202496 633 0 0 0 0 0 0 0 20 0 1 0 255019066 23793664 361 33554432000 1073741824 1073778376 140733260731328 140733260720392 270698330675 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30200/statm: 5809 372 285 9 0 128 0

[startup+0.059543 s]
/proc/loadavg: 2.91 3.09 3.28 5/197 30200
/proc/meminfo: memFree=27487972/32873648 swapFree=6856/6856
[pid=30200] ppid=30198 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/30200/stat : 30200 (java) S 30198 30200 24583 0 -1 4202496 3207 0 1 0 3 0 0 0 20 0 18 0 255019066 9787813888 4416 33554432000 1073741824 1073778376 140733260731328 140733260722464 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30200/statm: 2389603 4416 1758 9 0 2380296 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9558412

[startup+0.100199 s]
/proc/loadavg: 2.91 3.09 3.28 5/197 30200
/proc/meminfo: memFree=27487972/32873648 swapFree=6856/6856
[pid=30200] ppid=30198 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/30200/stat : 30200 (java) S 30198 30200 24583 0 -1 4202496 4425 0 1 0 9 1 0 0 20 0 18 0 255019066 9787813888 6112 33554432000 1073741824 1073778376 140733260731328 140733260722464 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30200/statm: 2389603 6112 2124 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300159 s]
/proc/loadavg: 2.91 3.09 3.28 5/197 30200
/proc/meminfo: memFree=27487972/32873648 swapFree=6856/6856
[pid=30200] ppid=30198 vsize=9558412 CPUtime=0.53 cores=1,3,5,7
/proc/30200/stat : 30200 (java) S 30198 30200 24583 0 -1 4202496 5464 0 1 0 51 2 0 0 20 0 18 0 255019066 9787813888 9763 33554432000 1073741824 1073778376 140733260731328 140733260722464 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30200/statm: 2389603 9763 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558412

[startup+0.700169 s]
/proc/loadavg: 2.91 3.09 3.28 5/197 30200
/proc/meminfo: memFree=27487972/32873648 swapFree=6856/6856
[pid=30200] ppid=30198 vsize=9824668 CPUtime=1.45 cores=1,3,5,7
/proc/30200/stat : 30200 (java) S 30198 30200 24583 0 -1 4202496 7695 0 1 0 141 4 0 0 20 0 22 0 255019066 10060460032 39334 33554432000 1073741824 1073778376 140733260731328 140733260722464 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30200/statm: 2456167 39334 2246 9 0 2446860 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 9824668

[startup+1.50077 s]
/proc/loadavg: 2.91 3.09 3.28 8/219 30222
/proc/meminfo: memFree=27198532/32873648 swapFree=6856/6856
[pid=30200] ppid=30198 vsize=9824668 CPUtime=3.9 cores=1,3,5,7
/proc/30200/stat : 30200 (java) S 30198 30200 24583 0 -1 4202496 11124 0 1 0 380 10 0 0 20 0 22 0 255019066 10060460032 52394 33554432000 1073741824 1073778376 140733260731328 140733260722464 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30200/statm: 2456167 52394 2270 9 0 2446860 0
[pid=30200/tid=30202] ppid=30198 vsize=9824668 CPUtime=0.61 cores=1,3,5,7
/proc/30200/task/30202/stat : 30202 (java) S 30198 30200 24583 0 -1 4202560 2511 0 1 0 58 3 0 0 20 0 22 0 255019066 10060460032 52394 33554432000 1073741824 1073778376 140733260731328 139922148459512 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30200/tid=30203] ppid=30198 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/30200/task/30203/stat : 30203 (java) S 30198 30200 24583 0 -1 4202560 109 0 0 0 2 2 0 0 20 0 22 0 255019067 10060460032 52394 33554432000 1073741824 1073778376 140733260731328 139922120911912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30204] ppid=30198 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/30200/task/30204/stat : 30204 (java) S 30198 30200 24583 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 22 0 255019067 10060460032 52394 33554432000 1073741824 1073778376 140733260731328 139922119859112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30200/tid=30205] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30205/stat : 30205 (java) S 30198 30200 24583 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 255019067 10060460032 52394 33554432000 1073741824 1073778376 140733260731328 139922118806312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30200/tid=30206] ppid=30198 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/30200/task/30206/stat : 30206 (java) S 30198 30200 24583 0 -1 4202560 111 0 0 0 3 0 0 0 20 0 22 0 255019067 10060460032 52394 33554432000 1073741824 1073778376 140733260731328 139922117753512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30200/tid=30207] ppid=30198 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/30200/task/30207/stat : 30207 (java) S 30198 30200 24583 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 255019067 10060460032 52394 33554432000 1073741824 1073778376 140733260731328 139921987250728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30200/tid=30208] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30208/stat : 30208 (java) S 30198 30200 24583 0 -1 4202560 96 0 0 0 0 0 0 0 20 0 22 0 255019067 10060460032 52394 33554432000 1073741824 1073778376 140733260731328 139921986197928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30200/tid=30209] ppid=30198 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/30200/task/30209/stat : 30209 (java) S 30198 30200 24583 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 255019067 10060460032 52394 33554432000 1073741824 1073778376 140733260731328 139921985145128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30200/tid=30210] ppid=30198 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/30200/task/30210/stat : 30210 (java) S 30198 30200 24583 0 -1 4202560 85 0 0 0 1 0 0 0 20 0 22 0 255019067 10060460032 52394 33554432000 1073741824 1073778376 140733260731328 139921984092328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30200/tid=30211] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30211/stat : 30211 (java) S 30198 30200 24583 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 255019068 10060460032 52394 33554432000 1073741824 1073778376 140733260731328 139921501580264 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30212] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30212/stat : 30212 (java) S 30198 30200 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255019069 10060460032 52394 33554432000 1073741824 1073778376 140733260731328 139921500526328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30213] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30213/stat : 30213 (java) S 30198 30200 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255019069 10060460032 52394 33554432000 1073741824 1073778376 140733260731328 139921499473416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30214] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30214/stat : 30214 (java) S 30198 30200 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255019071 10060460032 52394 33554432000 1073741824 1073778376 140733260731328 139921498421904 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30215] ppid=30198 vsize=9824668 CPUtime=0.72 cores=1,3,5,7
/proc/30200/task/30215/stat : 30215 (java) S 30198 30200 24583 0 -1 4202560 4565 0 0 0 72 0 0 0 20 0 22 0 255019071 10060460032 52394 33554432000 1073741824 1073778376 140733260731328 139921497369016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30216] ppid=30198 vsize=9824668 CPUtime=0.68 cores=1,3,5,7
/proc/30200/task/30216/stat : 30216 (java) S 30198 30200 24583 0 -1 4202560 2230 0 0 0 68 0 0 0 20 0 22 0 255019071 10060460032 52394 33554432000 1073741824 1073778376 140733260731328 139921496316216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30200/tid=30217] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30217/stat : 30217 (java) S 30198 30200 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255019071 10060460032 52394 33554432000 1073741824 1073778376 140733260731328 139921495263608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30200/tid=30218] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30218/stat : 30218 (java) S 30198 30200 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255019071 10060460032 52394 33554432000 1073741824 1073778376 140733260731328 139921494211016 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30200/tid=30219] ppid=30198 vsize=9824668 CPUtime=0.78 cores=1,3,5,7
/proc/30200/task/30219/stat : 30219 (java) R 30198 30200 24583 0 -1 4202560 21 0 0 0 78 0 0 0 20 0 22 0 255019129 10060460032 52394 33554432000 1073741824 1073778376 140733260731328 139921493157112 139921998984473 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30200/tid=30220] ppid=30198 vsize=9824668 CPUtime=0.78 cores=1,3,5,7
/proc/30200/task/30220/stat : 30220 (java) R 30198 30200 24583 0 -1 4202560 81 0 0 0 78 0 0 0 20 0 22 0 255019129 10060460032 52394 33554432000 1073741824 1073778376 140733260731328 139921492104024 139921999204721 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30200/tid=30221] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30221/stat : 30221 (java) S 30198 30200 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255019132 10060460032 52394 33554432000 1073741824 1073778376 140733260731328 139921491051944 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30200/tid=30222] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30222/stat : 30222 (java) S 30198 30200 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255019132 10060460032 52394 33554432000 1073741824 1073778376 140733260731328 139921489999144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 9824668

[startup+3.10081 s]
/proc/loadavg: 2.91 3.09 3.28 5/219 30222
/proc/meminfo: memFree=27108236/32873648 swapFree=6856/6856
[pid=30200] ppid=30198 vsize=9824668 CPUtime=7.52 cores=1,3,5,7
/proc/30200/stat : 30200 (java) S 30198 30200 24583 0 -1 4202496 13509 0 1 0 738 14 0 0 20 0 22 0 255019066 10060460032 85335 33554432000 1073741824 1073778376 140733260731328 140733260722464 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30200/statm: 2456167 85335 2273 9 0 2446860 0
[pid=30200/tid=30202] ppid=30198 vsize=9824668 CPUtime=0.61 cores=1,3,5,7
/proc/30200/task/30202/stat : 30202 (java) S 30198 30200 24583 0 -1 4202560 2511 0 1 0 58 3 0 0 20 0 22 0 255019066 10060460032 85335 33554432000 1073741824 1073778376 140733260731328 139922148459512 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30200/tid=30203] ppid=30198 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/30200/task/30203/stat : 30203 (java) S 30198 30200 24583 0 -1 4202560 115 0 0 0 4 2 0 0 20 0 22 0 255019067 10060460032 85335 33554432000 1073741824 1073778376 140733260731328 139922120911912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30204] ppid=30198 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/30200/task/30204/stat : 30204 (java) S 30198 30200 24583 0 -1 4202560 30 0 0 0 3 1 0 0 20 0 22 0 255019067 10060460032 85335 33554432000 1073741824 1073778376 140733260731328 139922119859112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30200/tid=30205] ppid=30198 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/30200/task/30205/stat : 30205 (java) S 30198 30200 24583 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 255019067 10060460032 85335 33554432000 1073741824 1073778376 140733260731328 139922118806312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30200/tid=30206] ppid=30198 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/30200/task/30206/stat : 30206 (java) S 30198 30200 24583 0 -1 4202560 117 0 0 0 3 1 0 0 20 0 22 0 255019067 10060460032 85335 33554432000 1073741824 1073778376 140733260731328 139922117753512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30200/tid=30207] ppid=30198 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/30200/task/30207/stat : 30207 (java) S 30198 30200 24583 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 22 0 255019067 10060460032 85335 33554432000 1073741824 1073778376 140733260731328 139921987250728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30200/tid=30208] ppid=30198 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/30200/task/30208/stat : 30208 (java) S 30198 30200 24583 0 -1 4202560 103 0 0 0 2 0 0 0 20 0 22 0 255019067 10060460032 85335 33554432000 1073741824 1073778376 140733260731328 139921986197928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30200/tid=30209] ppid=30198 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/30200/task/30209/stat : 30209 (java) S 30198 30200 24583 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 255019067 10060460032 85335 33554432000 1073741824 1073778376 140733260731328 139921985145128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30210] ppid=30198 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/30200/task/30210/stat : 30210 (java) S 30198 30200 24583 0 -1 4202560 93 0 0 0 3 0 0 0 20 0 22 0 255019067 10060460032 85335 33554432000 1073741824 1073778376 140733260731328 139921984092328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30211] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30211/stat : 30211 (java) S 30198 30200 24583 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 255019068 10060460032 85335 33554432000 1073741824 1073778376 140733260731328 139921501580264 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30212] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30212/stat : 30212 (java) S 30198 30200 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255019069 10060460032 85335 33554432000 1073741824 1073778376 140733260731328 139921500526328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30213] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30213/stat : 30213 (java) S 30198 30200 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255019069 10060460032 85335 33554432000 1073741824 1073778376 140733260731328 139921499473416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30214] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30214/stat : 30214 (java) S 30198 30200 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255019071 10060460032 85335 33554432000 1073741824 1073778376 140733260731328 139921498421904 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30215] ppid=30198 vsize=9824668 CPUtime=0.94 cores=1,3,5,7
/proc/30200/task/30215/stat : 30215 (java) S 30198 30200 24583 0 -1 4202560 5293 0 0 0 94 0 0 0 20 0 22 0 255019071 10060460032 85335 33554432000 1073741824 1073778376 140733260731328 139921497369016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30216] ppid=30198 vsize=9824668 CPUtime=0.84 cores=1,3,5,7
/proc/30200/task/30216/stat : 30216 (java) S 30198 30200 24583 0 -1 4202560 3645 0 0 0 84 0 0 0 20 0 22 0 255019071 10060460032 85335 33554432000 1073741824 1073778376 140733260731328 139921496316216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30200/tid=30217] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30217/stat : 30217 (java) S 30198 30200 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255019071 10060460032 85335 33554432000 1073741824 1073778376 140733260731328 139921495263608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30200/tid=30218] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30218/stat : 30218 (java) S 30198 30200 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255019071 10060460032 85335 33554432000 1073741824 1073778376 140733260731328 139921494211016 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30200/tid=30219] ppid=30198 vsize=9824668 CPUtime=2.35 cores=1,3,5,7
/proc/30200/task/30219/stat : 30219 (java) R 30198 30200 24583 0 -1 4202560 22 0 0 0 235 0 0 0 20 0 22 0 255019129 10060460032 85335 33554432000 1073741824 1073778376 140733260731328 139921493157192 139921998984718 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30200/tid=30220] ppid=30198 vsize=9824668 CPUtime=2.35 cores=1,3,5,7
/proc/30200/task/30220/stat : 30220 (java) R 30198 30200 24583 0 -1 4202560 134 0 0 0 233 2 0 0 20 0 22 0 255019129 10060460032 85335 33554432000 1073741824 1073778376 140733260731328 139921492104232 139921999148568 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30200/tid=30221] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30221/stat : 30221 (java) S 30198 30200 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255019132 10060460032 85335 33554432000 1073741824 1073778376 140733260731328 139921491051944 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30200/tid=30222] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30222/stat : 30222 (java) S 30198 30200 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255019132 10060460032 85335 33554432000 1073741824 1073778376 140733260731328 139921489999144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.52
Current children cumulated vsize (KiB) 9824668

[startup+6.3007 s]
/proc/loadavg: 3.40 3.19 3.31 5/219 30222
/proc/meminfo: memFree=26930148/32873648 swapFree=6856/6856
[pid=30200] ppid=30198 vsize=9824668 CPUtime=14.01 cores=1,3,5,7
/proc/30200/stat : 30200 (java) S 30198 30200 24583 0 -1 4202496 14290 0 1 0 1375 26 0 0 20 0 22 0 255019066 10060460032 158079 33554432000 1073741824 1073778376 140733260731328 140733260722464 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30200/statm: 2456167 158079 2285 9 0 2446860 0
[pid=30200/tid=30202] ppid=30198 vsize=9824668 CPUtime=0.61 cores=1,3,5,7
/proc/30200/task/30202/stat : 30202 (java) S 30198 30200 24583 0 -1 4202560 2511 0 1 0 58 3 0 0 20 0 22 0 255019066 10060460032 158079 33554432000 1073741824 1073778376 140733260731328 139922148459512 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30200/tid=30203] ppid=30198 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/30200/task/30203/stat : 30203 (java) S 30198 30200 24583 0 -1 4202560 142 0 0 0 7 2 0 0 20 0 22 0 255019067 10060460032 158079 33554432000 1073741824 1073778376 140733260731328 139922120911912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30200/tid=30204] ppid=30198 vsize=9824668 CPUtime=0.14 cores=1,3,5,7
/proc/30200/task/30204/stat : 30204 (java) S 30198 30200 24583 0 -1 4202560 72 0 0 0 10 4 0 0 20 0 22 0 255019067 10060460032 158079 33554432000 1073741824 1073778376 140733260731328 139922119859112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30205] ppid=30198 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/30200/task/30205/stat : 30205 (java) S 30198 30200 24583 0 -1 4202560 43 0 0 0 4 2 0 0 20 0 22 0 255019067 10060460032 158079 33554432000 1073741824 1073778376 140733260731328 139922118806312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30206] ppid=30198 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/30200/task/30206/stat : 30206 (java) S 30198 30200 24583 0 -1 4202560 142 0 0 0 7 3 0 0 20 0 22 0 255019067 10060460032 158079 33554432000 1073741824 1073778376 140733260731328 139922117753512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30207] ppid=30198 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/30200/task/30207/stat : 30207 (java) S 30198 30200 24583 0 -1 4202560 60 0 0 0 5 2 0 0 20 0 22 0 255019067 10060460032 158079 33554432000 1073741824 1073778376 140733260731328 139921987250728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30208] ppid=30198 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/30200/task/30208/stat : 30208 (java) S 30198 30200 24583 0 -1 4202560 124 0 0 0 5 2 0 0 20 0 22 0 255019067 10060460032 158079 33554432000 1073741824 1073778376 140733260731328 139921986197928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30209] ppid=30198 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/30200/task/30209/stat : 30209 (java) S 30198 30200 24583 0 -1 4202560 35 0 0 0 4 1 0 0 20 0 22 0 255019067 10060460032 158079 33554432000 1073741824 1073778376 140733260731328 139921985145128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30210] ppid=30198 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/30200/task/30210/stat : 30210 (java) S 30198 30200 24583 0 -1 4202560 98 0 0 0 5 2 0 0 20 0 22 0 255019067 10060460032 158079 33554432000 1073741824 1073778376 140733260731328 139921984092328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30200/tid=30211] ppid=30198 vsize=9824668 CPUtime=0.13 cores=1,3,5,7
/proc/30200/task/30211/stat : 30211 (java) S 30198 30200 24583 0 -1 4202560 489 0 0 0 13 0 0 0 20 0 22 0 255019068 10060460032 158079 33554432000 1073741824 1073778376 140733260731328 139921501580264 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30200/tid=30212] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30212/stat : 30212 (java) S 30198 30200 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255019069 10060460032 158079 33554432000 1073741824 1073778376 140733260731328 139921500526328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30213] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30213/stat : 30213 (java) S 30198 30200 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255019069 10060460032 158079 33554432000 1073741824 1073778376 140733260731328 139921499473416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30214] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30214/stat : 30214 (java) S 30198 30200 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255019071 10060460032 158079 33554432000 1073741824 1073778376 140733260731328 139921498421904 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30215] ppid=30198 vsize=9824668 CPUtime=0.95 cores=1,3,5,7
/proc/30200/task/30215/stat : 30215 (java) S 30198 30200 24583 0 -1 4202560 5294 0 0 0 95 0 0 0 20 0 22 0 255019071 10060460032 158079 33554432000 1073741824 1073778376 140733260731328 139921497369016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

[pid=30200/tid=30220] ppid=30198 vsize=9824668 CPUtime=787.86 cores=1,3,5,7
/proc/30200/task/30220/stat : 30220 (java) S 30198 30200 24583 0 -1 4202560 3642 0 0 0 78731 55 0 0 20 0 22 0 255019129 10060460032 742709 33554432000 1073741824 1073778376 140733260731328 139921492104280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30221] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30221/stat : 30221 (java) S 30198 30200 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255019132 10060460032 742709 33554432000 1073741824 1073778376 140733260731328 139921491051944 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30200/tid=30222] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30222/stat : 30222 (java) S 30198 30200 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255019132 10060460032 742709 33554432000 1073741824 1073778376 140733260731328 139921489999144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1626.65
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.91 3.90 3.68 5/219 30254
/proc/meminfo: memFree=23502888/32873648 swapFree=6856/6856
[pid=30200] ppid=30198 vsize=9824668 CPUtime=1745.52 cores=1,3,5,7
/proc/30200/stat : 30200 (java) S 30198 30200 24583 0 -1 4202496 33165 0 1 0 174365 187 0 0 20 0 22 0 255019066 10060460032 769982 33554432000 1073741824 1073778376 140733260731328 140733260722464 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30200/statm: 2456167 769982 2285 9 0 2446860 0
[pid=30200/tid=30202] ppid=30198 vsize=9824668 CPUtime=0.65 cores=1,3,5,7
/proc/30200/task/30202/stat : 30202 (java) S 30198 30200 24583 0 -1 4202560 2520 0 1 0 60 5 0 0 20 0 22 0 255019066 10060460032 769982 33554432000 1073741824 1073778376 140733260731328 139922148459512 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30200/tid=30203] ppid=30198 vsize=9824668 CPUtime=2.59 cores=1,3,5,7
/proc/30200/task/30203/stat : 30203 (java) S 30198 30200 24583 0 -1 4202560 872 0 0 0 246 13 0 0 20 0 22 0 255019067 10060460032 769982 33554432000 1073741824 1073778376 140733260731328 139922120911912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30200/tid=30204] ppid=30198 vsize=9824668 CPUtime=2.62 cores=1,3,5,7
/proc/30200/task/30204/stat : 30204 (java) S 30198 30200 24583 0 -1 4202560 492 0 0 0 248 14 0 0 20 0 22 0 255019067 10060460032 769982 33554432000 1073741824 1073778376 140733260731328 139922119859112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30200/tid=30205] ppid=30198 vsize=9824668 CPUtime=2.39 cores=1,3,5,7
/proc/30200/task/30205/stat : 30205 (java) S 30198 30200 24583 0 -1 4202560 677 0 0 0 227 12 0 0 20 0 22 0 255019067 10060460032 769982 33554432000 1073741824 1073778376 140733260731328 139922118806312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30200/tid=30206] ppid=30198 vsize=9824668 CPUtime=2.37 cores=1,3,5,7
/proc/30200/task/30206/stat : 30206 (java) S 30198 30200 24583 0 -1 4202560 577 0 0 0 224 13 0 0 20 0 22 0 255019067 10060460032 769982 33554432000 1073741824 1073778376 140733260731328 139922117753512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30200/tid=30207] ppid=30198 vsize=9824668 CPUtime=2.47 cores=1,3,5,7
/proc/30200/task/30207/stat : 30207 (java) S 30198 30200 24583 0 -1 4202560 500 0 0 0 234 13 0 0 20 0 22 0 255019067 10060460032 769982 33554432000 1073741824 1073778376 140733260731328 139921987250728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30200/tid=30208] ppid=30198 vsize=9824668 CPUtime=2.68 cores=1,3,5,7
/proc/30200/task/30208/stat : 30208 (java) S 30198 30200 24583 0 -1 4202560 662 0 0 0 253 15 0 0 20 0 22 0 255019067 10060460032 769982 33554432000 1073741824 1073778376 140733260731328 139921986197928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30200/tid=30209] ppid=30198 vsize=9824668 CPUtime=2.4 cores=1,3,5,7
/proc/30200/task/30209/stat : 30209 (java) S 30198 30200 24583 0 -1 4202560 514 0 0 0 229 11 0 0 20 0 22 0 255019067 10060460032 769982 33554432000 1073741824 1073778376 140733260731328 139921985145128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30200/tid=30210] ppid=30198 vsize=9824668 CPUtime=2.37 cores=1,3,5,7
/proc/30200/task/30210/stat : 30210 (java) S 30198 30200 24583 0 -1 4202560 1372 0 0 0 224 13 0 0 20 0 22 0 255019067 10060460032 769982 33554432000 1073741824 1073778376 140733260731328 139921984092328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30200/tid=30211] ppid=30198 vsize=9824668 CPUtime=29.92 cores=1,3,5,7
/proc/30200/task/30211/stat : 30211 (java) S 30198 30200 24583 0 -1 4202560 4284 0 0 0 2974 18 0 0 20 0 22 0 255019068 10060460032 769982 33554432000 1073741824 1073778376 140733260731328 139921501580264 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30200/tid=30212] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30212/stat : 30212 (java) S 30198 30200 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255019069 10060460032 769982 33554432000 1073741824 1073778376 140733260731328 139921500526328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30213] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30213/stat : 30213 (java) S 30198 30200 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255019069 10060460032 769982 33554432000 1073741824 1073778376 140733260731328 139921499473416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30214] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30214/stat : 30214 (java) S 30198 30200 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255019071 10060460032 769982 33554432000 1073741824 1073778376 140733260731328 139921498421904 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30215] ppid=30198 vsize=9824668 CPUtime=1.44 cores=1,3,5,7
/proc/30200/task/30215/stat : 30215 (java) S 30198 30200 24583 0 -1 4202560 10908 0 0 0 141 3 0 0 20 0 22 0 255019071 10060460032 769982 33554432000 1073741824 1073778376 140733260731328 139921497369016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30216] ppid=30198 vsize=9824668 CPUtime=1.01 cores=1,3,5,7
/proc/30200/task/30216/stat : 30216 (java) S 30198 30200 24583 0 -1 4202560 4801 0 0 0 101 0 0 0 20 0 22 0 255019071 10060460032 769982 33554432000 1073741824 1073778376 140733260731328 139921496316216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30200/tid=30217] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30217/stat : 30217 (java) S 30198 30200 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255019071 10060460032 769982 33554432000 1073741824 1073778376 140733260731328 139921495263608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30200/tid=30218] ppid=30198 vsize=9824668 CPUtime=0.35 cores=1,3,5,7
/proc/30200/task/30218/stat : 30218 (java) S 30198 30200 24583 0 -1 4202560 51 0 0 0 13 22 0 0 20 0 22 0 255019071 10060460032 769982 33554432000 1073741824 1073778376 140733260731328 139921494211016 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30200/tid=30219] ppid=30198 vsize=9824668 CPUtime=846.2 cores=1,3,5,7
/proc/30200/task/30219/stat : 30219 (java) R 30198 30200 24583 0 -1 4202560 81 0 0 0 84606 14 0 0 20 0 22 0 255019129 10060460032 769982 33554432000 1073741824 1073778376 140733260731328 139921493155040 139921998992629 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30220] ppid=30198 vsize=9824668 CPUtime=846.19 cores=1,3,5,7
/proc/30200/task/30220/stat : 30220 (java) R 30198 30200 24583 0 -1 4202560 3667 0 0 0 84562 57 0 0 20 0 22 0 255019129 10060460032 769982 33554432000 1073741824 1073778376 140733260731328 139921492103072 139921999149353 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30200/tid=30221] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30221/stat : 30221 (java) S 30198 30200 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255019132 10060460032 769982 33554432000 1073741824 1073778376 140733260731328 139921491051944 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30200/tid=30222] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30222/stat : 30222 (java) S 30198 30200 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255019132 10060460032 769982 33554432000 1073741824 1073778376 140733260731328 139921489999144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1745.52
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+910.301 s]
/proc/loadavg: 3.31 3.76 3.64 3/193 30284
/proc/meminfo: memFree=26522984/32873648 swapFree=6856/6856
[pid=30200] ppid=30198 vsize=9824668 CPUtime=1800.17 cores=1,3,5,7
/proc/30200/stat : 30200 (java) S 30198 30200 24583 0 -1 4202496 33841 0 1 0 179824 193 0 0 20 0 22 0 255019066 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 140733260722464 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30200/statm: 2456167 780826 2285 9 0 2446860 0
[pid=30200/tid=30202] ppid=30198 vsize=9824668 CPUtime=0.65 cores=1,3,5,7
/proc/30200/task/30202/stat : 30202 (java) S 30198 30200 24583 0 -1 4202560 2521 0 1 0 60 5 0 0 20 0 22 0 255019066 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139922148459512 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30200/tid=30203] ppid=30198 vsize=9824668 CPUtime=2.67 cores=1,3,5,7
/proc/30200/task/30203/stat : 30203 (java) S 30198 30200 24583 0 -1 4202560 910 0 0 0 254 13 0 0 20 0 22 0 255019067 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139922120911912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30200/tid=30204] ppid=30198 vsize=9824668 CPUtime=2.66 cores=1,3,5,7
/proc/30200/task/30204/stat : 30204 (java) S 30198 30200 24583 0 -1 4202560 502 0 0 0 252 14 0 0 20 0 22 0 255019067 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139922119859112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30200/tid=30205] ppid=30198 vsize=9824668 CPUtime=2.45 cores=1,3,5,7
/proc/30200/task/30205/stat : 30205 (java) S 30198 30200 24583 0 -1 4202560 702 0 0 0 233 12 0 0 20 0 22 0 255019067 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139922118806312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30200/tid=30206] ppid=30198 vsize=9824668 CPUtime=2.44 cores=1,3,5,7
/proc/30200/task/30206/stat : 30206 (java) S 30198 30200 24583 0 -1 4202560 586 0 0 0 231 13 0 0 20 0 22 0 255019067 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139922117753512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30207] ppid=30198 vsize=9824668 CPUtime=2.52 cores=1,3,5,7
/proc/30200/task/30207/stat : 30207 (java) S 30198 30200 24583 0 -1 4202560 506 0 0 0 238 14 0 0 20 0 22 0 255019067 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139921987250728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30200/tid=30208] ppid=30198 vsize=9824668 CPUtime=2.71 cores=1,3,5,7
/proc/30200/task/30208/stat : 30208 (java) S 30198 30200 24583 0 -1 4202560 666 0 0 0 256 15 0 0 20 0 22 0 255019067 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139921986197928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30200/tid=30209] ppid=30198 vsize=9824668 CPUtime=2.44 cores=1,3,5,7
/proc/30200/task/30209/stat : 30209 (java) S 30198 30200 24583 0 -1 4202560 541 0 0 0 233 11 0 0 20 0 22 0 255019067 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139921985145128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30200/tid=30210] ppid=30198 vsize=9824668 CPUtime=2.41 cores=1,3,5,7
/proc/30200/task/30210/stat : 30210 (java) S 30198 30200 24583 0 -1 4202560 1383 0 0 0 228 13 0 0 20 0 22 0 255019067 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139921984092328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30200/tid=30211] ppid=30198 vsize=9824668 CPUtime=31.48 cores=1,3,5,7
/proc/30200/task/30211/stat : 30211 (java) S 30198 30200 24583 0 -1 4202560 4309 0 0 0 3129 19 0 0 20 0 22 0 255019068 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139921501580264 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30200/tid=30212] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30212/stat : 30212 (java) S 30198 30200 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255019069 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139921500526328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30213] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30213/stat : 30213 (java) S 30198 30200 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255019069 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139921499473416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30214] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30214/stat : 30214 (java) S 30198 30200 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255019071 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139921498421904 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30215] ppid=30198 vsize=9824668 CPUtime=1.44 cores=1,3,5,7
/proc/30200/task/30215/stat : 30215 (java) S 30198 30200 24583 0 -1 4202560 10908 0 0 0 141 3 0 0 20 0 22 0 255019071 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139921497369016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30216] ppid=30198 vsize=9824668 CPUtime=1.01 cores=1,3,5,7
/proc/30200/task/30216/stat : 30216 (java) S 30198 30200 24583 0 -1 4202560 4801 0 0 0 101 0 0 0 20 0 22 0 255019071 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139921496316216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30200/tid=30217] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30217/stat : 30217 (java) S 30198 30200 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255019071 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139921495263608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30200/tid=30218] ppid=30198 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/30200/task/30218/stat : 30218 (java) S 30198 30200 24583 0 -1 4202560 53 0 0 0 14 23 0 0 20 0 22 0 255019071 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139921494211016 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30200/tid=30219] ppid=30198 vsize=9824668 CPUtime=872.54 cores=1,3,5,7
/proc/30200/task/30219/stat : 30219 (java) R 30198 30200 24583 0 -1 4202560 82 0 0 0 87239 15 0 0 20 0 22 0 255019129 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139921493155888 139921998971647 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30220] ppid=30198 vsize=9824668 CPUtime=872.52 cores=1,3,5,7
/proc/30200/task/30220/stat : 30220 (java) R 30198 30200 24583 0 -1 4202560 4184 0 0 0 87194 58 0 0 20 0 22 0 255019129 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139921492104224 139921999050617 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30200/tid=30221] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30221/stat : 30221 (java) S 30198 30200 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255019132 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139921491051944 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30200/tid=30222] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30222/stat : 30222 (java) S 30198 30200 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255019132 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139921489999144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 9824668

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

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

[startup+910.301 s]
/proc/loadavg: 3.31 3.76 3.64 3/193 30284
/proc/meminfo: memFree=26522984/32873648 swapFree=6856/6856
[pid=30200] ppid=30198 vsize=9824668 CPUtime=1800.17 cores=1,3,5,7
/proc/30200/stat : 30200 (java) S 30198 30200 24583 0 -1 4202496 33841 0 1 0 179824 193 0 0 20 0 22 0 255019066 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 140733260722464 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30200/statm: 2456167 780826 2285 9 0 2446860 0
[pid=30200/tid=30202] ppid=30198 vsize=9824668 CPUtime=0.65 cores=1,3,5,7
/proc/30200/task/30202/stat : 30202 (java) S 30198 30200 24583 0 -1 4202560 2521 0 1 0 60 5 0 0 20 0 22 0 255019066 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139922148459512 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30200/tid=30203] ppid=30198 vsize=9824668 CPUtime=2.67 cores=1,3,5,7
/proc/30200/task/30203/stat : 30203 (java) S 30198 30200 24583 0 -1 4202560 910 0 0 0 254 13 0 0 20 0 22 0 255019067 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139922120911912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30200/tid=30204] ppid=30198 vsize=9824668 CPUtime=2.66 cores=1,3,5,7
/proc/30200/task/30204/stat : 30204 (java) S 30198 30200 24583 0 -1 4202560 502 0 0 0 252 14 0 0 20 0 22 0 255019067 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139922119859112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30200/tid=30205] ppid=30198 vsize=9824668 CPUtime=2.45 cores=1,3,5,7
/proc/30200/task/30205/stat : 30205 (java) S 30198 30200 24583 0 -1 4202560 702 0 0 0 233 12 0 0 20 0 22 0 255019067 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139922118806312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30200/tid=30206] ppid=30198 vsize=9824668 CPUtime=2.44 cores=1,3,5,7
/proc/30200/task/30206/stat : 30206 (java) S 30198 30200 24583 0 -1 4202560 586 0 0 0 231 13 0 0 20 0 22 0 255019067 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139922117753512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30207] ppid=30198 vsize=9824668 CPUtime=2.52 cores=1,3,5,7
/proc/30200/task/30207/stat : 30207 (java) S 30198 30200 24583 0 -1 4202560 506 0 0 0 238 14 0 0 20 0 22 0 255019067 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139921987250728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30200/tid=30208] ppid=30198 vsize=9824668 CPUtime=2.71 cores=1,3,5,7
/proc/30200/task/30208/stat : 30208 (java) S 30198 30200 24583 0 -1 4202560 666 0 0 0 256 15 0 0 20 0 22 0 255019067 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139921986197928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30200/tid=30209] ppid=30198 vsize=9824668 CPUtime=2.44 cores=1,3,5,7
/proc/30200/task/30209/stat : 30209 (java) S 30198 30200 24583 0 -1 4202560 541 0 0 0 233 11 0 0 20 0 22 0 255019067 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139921985145128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30200/tid=30210] ppid=30198 vsize=9824668 CPUtime=2.41 cores=1,3,5,7
/proc/30200/task/30210/stat : 30210 (java) S 30198 30200 24583 0 -1 4202560 1383 0 0 0 228 13 0 0 20 0 22 0 255019067 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139921984092328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30200/tid=30211] ppid=30198 vsize=9824668 CPUtime=31.48 cores=1,3,5,7
/proc/30200/task/30211/stat : 30211 (java) S 30198 30200 24583 0 -1 4202560 4309 0 0 0 3129 19 0 0 20 0 22 0 255019068 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139921501580264 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30200/tid=30212] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30212/stat : 30212 (java) S 30198 30200 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255019069 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139921500526328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30213] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30213/stat : 30213 (java) S 30198 30200 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255019069 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139921499473416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30214] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30214/stat : 30214 (java) S 30198 30200 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255019071 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139921498421904 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30215] ppid=30198 vsize=9824668 CPUtime=1.44 cores=1,3,5,7
/proc/30200/task/30215/stat : 30215 (java) S 30198 30200 24583 0 -1 4202560 10908 0 0 0 141 3 0 0 20 0 22 0 255019071 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139921497369016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30216] ppid=30198 vsize=9824668 CPUtime=1.01 cores=1,3,5,7
/proc/30200/task/30216/stat : 30216 (java) S 30198 30200 24583 0 -1 4202560 4801 0 0 0 101 0 0 0 20 0 22 0 255019071 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139921496316216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30200/tid=30217] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30217/stat : 30217 (java) S 30198 30200 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255019071 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139921495263608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30200/tid=30218] ppid=30198 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/30200/task/30218/stat : 30218 (java) S 30198 30200 24583 0 -1 4202560 53 0 0 0 14 23 0 0 20 0 22 0 255019071 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139921494211016 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30200/tid=30219] ppid=30198 vsize=9824668 CPUtime=872.54 cores=1,3,5,7
/proc/30200/task/30219/stat : 30219 (java) R 30198 30200 24583 0 -1 4202560 82 0 0 0 87239 15 0 0 20 0 22 0 255019129 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139921493155888 139921998971647 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30200/tid=30220] ppid=30198 vsize=9824668 CPUtime=872.52 cores=1,3,5,7
/proc/30200/task/30220/stat : 30220 (java) R 30198 30200 24583 0 -1 4202560 4184 0 0 0 87194 58 0 0 20 0 22 0 255019129 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139921492104224 139921999050617 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30200/tid=30221] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30221/stat : 30221 (java) S 30198 30200 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255019132 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139921491051944 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30200/tid=30222] ppid=30198 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30200/task/30222/stat : 30222 (java) S 30198 30200 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255019132 10060460032 780826 33554432000 1073741824 1073778376 140733260731328 139921489999144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 910.351
CPU time (s): 1800.71
CPU user time (s): 1798.26
CPU system time (s): 2.45163
CPU usage (%): 197.804
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.26
system time used= 2.45163
maximum resident set size= 3123428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33874
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27035
involuntary context switches= 45718

runsolver used 3.89141 second user time and 7.71383 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-24 21:48:56
IDJOB=3690214
IDBENCH=92769
IDSOLVER=2268
FILE ID=node125/3690214-1337888936
RUNJOBID= node125-1337871881-24600
PBS_JOBID= 14620079
Free space on /tmp= 71696 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_6_ic.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690214-1337888936/watcher-3690214-1337888936 -o /tmp/evaluation-result-3690214-1337888936/solver-3690214-1337888936 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3690214-1337888936.opb

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

MD5SUM BENCH= 09d230c3dd969e67e7ea084b633c9325
RANDOM SEED=1872779704

node125.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.373
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.74
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.373
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.373
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	: 5331.92
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.373
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.90
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.373
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.373
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.373
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.373
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:        27490036 kB
Buffers:          215524 kB
Cached:          2233976 kB
SwapCached:            0 kB
Active:          2737504 kB
Inactive:        1845072 kB
Active(anon):    2135512 kB
Inactive(anon):        0 kB
Active(file):     601992 kB
Inactive(file):  1845072 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3136 kB
Writeback:             0 kB
AnonPages:       2063724 kB
Mapped:            22548 kB
Shmem:               200 kB
Slab:             627916 kB
SReclaimable:      71836 kB
SUnreclaim:       556080 kB
KernelStack:        1624 kB
PageTables:         8280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2667936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2000896 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= 71700 MiB
End job on node125 at 2012-05-24 22:04:09