Trace number 3744634

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.01 893.554

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_1_ic.opb
MD5SUM567c356ea9e6d819b9fda6e569f673c9
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 92345408
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 9107465937
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 92345408
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 9107465937
Number of bits of the biggest sum of numbers34
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.07/0.10	c version 2.2.0.v20100531
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		1349517296
0.07/0.10	c Max memory 		1356595200
0.07/0.10	c Total memory 		1356595200
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c Stops conflict analysis at the first Unique Implication Point
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c Stops conflict analysis at the first Unique Implication Point
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	
0.07/0.13	c solving HOME/instance-3744634-1338811528.opb
0.07/0.13	c reading problem ... 
1.66/0.72	c ... done. Wall clock time 0.591s.
1.66/0.72	c #vars     15725
1.66/0.72	c #constraints  33208
1.66/0.72	c constraints type 
1.66/0.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.66/0.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.66/0.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.66/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1.66/0.72	c constraints type 
1.66/0.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1.66/0.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1.66/0.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1.66/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
15.78/6.85	c cleaning 2500 clauses out of 5002 with flag 5002/5002
29.32/13.44	c cleaning 4244 clauses out of 8500 with flag 11000/11000
46.18/21.85	c cleaning 5626 clauses out of 11257 with flag 18001/18001
65.64/31.60	c cleaning 6812 clauses out of 13630 with flag 26000/26000
86.47/41.97	c cleaning 7905 clauses out of 15821 with flag 35003/35003
113.93/55.67	c cleaning 8951 clauses out of 17913 with flag 45000/45000
139.36/68.35	c cleaning 9975 clauses out of 19964 with flag 56002/56002
167.18/82.24	c cleaning 10982 clauses out of 21988 with flag 68001/68001
202.64/99.91	c cleaning 11984 clauses out of 24005 with flag 81000/81000
233.34/115.20	c cleaning 13000 clauses out of 26021 with flag 95000/95000
266.84/131.91	c cleaning 14008 clauses out of 28023 with flag 110002/110002
298.76/147.88	c cleaning 15003 clauses out of 30013 with flag 126000/126000
336.22/166.54	c cleaning 15996 clauses out of 32010 with flag 143000/143000
379.24/187.96	c cleaning 17000 clauses out of 34014 with flag 161000/161000
430.08/213.28	c cleaning 17995 clauses out of 36014 with flag 180000/180000
473.44/234.85	c cleaning 19006 clauses out of 38019 with flag 200000/200000
528.60/262.36	c cleaning 19985 clauses out of 40016 with flag 221003/221003
573.82/284.84	c cleaning 0 clauses out of 5004 with flag 0/5004
580.81/288.23	c cleaning 21008 clauses out of 42029 with flag 243001/243001
639.43/317.35	c cleaning 22004 clauses out of 44020 with flag 266000/266000
718.64/356.71	c cleaning 23000 clauses out of 46016 with flag 290000/290000
789.42/391.97	c cleaning 24004 clauses out of 48017 with flag 315001/315001
855.62/424.88	c cleaning 24998 clauses out of 50012 with flag 341000/341000
921.54/457.51	c cleaning 26000 clauses out of 52016 with flag 368002/368002
991.15/492.28	c cleaning 27007 clauses out of 54017 with flag 396003/396003
1050.75/521.87	c cleaning 27991 clauses out of 56007 with flag 425000/425000
1127.47/559.92	c cleaning 28994 clauses out of 58017 with flag 455001/455001
1212.03/601.95	c cleaning 29974 clauses out of 60025 with flag 486003/486003
1293.40/642.48	c cleaning 31011 clauses out of 62052 with flag 518004/518004
1365.78/678.33	c cleaning 32008 clauses out of 64038 with flag 551001/551001
1445.91/718.05	c cleaning 33001 clauses out of 66029 with flag 585000/585000
1535.55/762.36	c cleaning 33505 clauses out of 67031 with flag 619003/619003
1628.35/808.48	c cleaning 33759 clauses out of 67529 with flag 653006/653006
1709.66/848.79	c cleaning 33864 clauses out of 67765 with flag 687001/687001
1800.01/893.51	c starts		: 170
1800.01/893.51	c conflicts		: 719800
1800.01/893.51	c decisions		: 1062597
1800.01/893.51	c propagations		: 432076570
1800.01/893.51	c inspects		: 2867490218
1800.01/893.51	c learnt literals	: 0
1800.01/893.51	c learnt binary clauses	: 0
1800.01/893.51	c learnt ternary clauses	: 2
1800.01/893.51	c learnt clauses	: 719800
1800.01/893.51	c ignored clauses	: 0
1800.01/893.51	c root simplifications	: 0
1800.01/893.51	c removed literals (reason simplification)	: 27210216
1800.01/893.51	c reason swapping (by a shorter reason)	: 0
1800.01/893.51	c Calls to reduceDB	: 33
1800.01/893.51	c number of reductions to clauses (during analyze)	: 0
1800.01/893.51	c number of learned constraints concerned by reduction	: 0
1800.01/893.51	c number of learning phase by resolution	: 0
1800.01/893.51	c number of learning phase by cutting planes	: 0
1800.01/893.51	c speed (assignments/second)	: 483962.3674100292
1800.01/893.51	c non guided choices	0
1800.01/893.54	c learnt constraints type 
1800.01/893.54	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 66714
1800.01/893.54	c constraints type 
1800.01/893.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.01/893.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.01/893.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.01/893.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.01/893.54	c constraints type 
1800.01/893.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1800.01/893.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1800.01/893.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.01/893.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.01/893.54	s UNKNOWN
1800.01/893.54	c Total wall clock time (in seconds): 893.411

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-3744634-1338811528/watcher-3744634-1338811528 -o /tmp/evaluation-result-3744634-1338811528/solver-3744634-1338811528 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3744634-1338811528.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.75 3.91 3.86 4/199 30685
/proc/meminfo: memFree=27882852/32873844 swapFree=7620/7620
[pid=30685] ppid=30683 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/30685/stat : 30685 (java6) R 30683 30685 30057 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 347277571 2560000 46 33554432000 1073741824 1073778376 140735654807952 140735654805080 215115459879 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30685/statm: 625 46 37 9 0 29 0

[startup+0.031345 s]
/proc/loadavg: 3.75 3.91 3.86 4/199 30685
/proc/meminfo: memFree=27882852/32873844 swapFree=7620/7620
[pid=30685] ppid=30683 vsize=1623620 CPUtime=0 cores=1,3,5,7
/proc/30685/stat : 30685 (java) S 30683 30685 30057 0 -1 4202496 2246 0 1 0 0 0 0 0 20 0 2 0 347277571 1662586880 2438 33554432000 1073741824 1073778376 140735834524592 140735834515728 215127982141 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30685/statm: 405905 2456 942 9 0 397014 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1623620

[startup+0.100253 s]
/proc/loadavg: 3.75 3.91 3.86 4/199 30685
/proc/meminfo: memFree=27882852/32873844 swapFree=7620/7620
[pid=30685] ppid=30683 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/30685/stat : 30685 (java) S 30683 30685 30057 0 -1 4202496 3897 0 1 0 6 1 0 0 20 0 18 0 347277571 2764726272 5616 33554432000 1073741824 1073778376 140735834524592 140735834515728 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30685/statm: 674982 5616 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.300192 s]
/proc/loadavg: 3.75 3.91 3.86 4/199 30685
/proc/meminfo: memFree=27882852/32873844 swapFree=7620/7620
[pid=30685] ppid=30683 vsize=2699928 CPUtime=0.48 cores=1,3,5,7
/proc/30685/stat : 30685 (java) S 30683 30685 30057 0 -1 4202496 5797 0 1 0 47 1 0 0 20 0 18 0 347277571 2764726272 9077 33554432000 1073741824 1073778376 140735834524592 140735834515728 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30685/statm: 674982 9077 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 2699928

[startup+0.700202 s]
/proc/loadavg: 3.75 3.91 3.86 4/199 30685
/proc/meminfo: memFree=27882852/32873844 swapFree=7620/7620
[pid=30685] ppid=30683 vsize=2699928 CPUtime=1.66 cores=1,3,5,7
/proc/30685/stat : 30685 (java) S 30683 30685 30057 0 -1 4202496 16333 0 1 0 160 6 0 0 20 0 18 0 347277571 2764726272 39960 33554432000 1073741824 1073778376 140735834524592 140735834515728 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30685/statm: 674982 39960 2231 9 0 665676 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 2699928

[startup+1.50082 s]
/proc/loadavg: 3.75 3.91 3.86 7/221 30707
/proc/meminfo: memFree=27698072/32873844 swapFree=7620/7620
[pid=30685] ppid=30683 vsize=2966184 CPUtime=4.19 cores=1,3,5,7
/proc/30685/stat : 30685 (java) S 30683 30685 30057 0 -1 4202496 16695 0 1 0 408 11 0 0 20 0 22 0 347277571 3037372416 91303 33554432000 1073741824 1073778376 140735834524592 140735834515728 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30685/statm: 741546 91303 2262 9 0 732240 0
[pid=30685/tid=30687] ppid=30683 vsize=2966184 CPUtime=0.68 cores=1,3,5,7
/proc/30685/task/30687/stat : 30687 (java) S 30683 30685 30057 0 -1 4202560 2859 0 1 0 64 4 0 0 20 0 22 0 347277573 3037372416 91303 33554432000 1073741824 1073778376 140735834524592 140649536095384 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30685/tid=30688] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30688/stat : 30688 (java) S 30683 30685 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347277574 3037372416 91303 33554432000 1073741824 1073778376 140735834524592 140649520376232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30689] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30689/stat : 30689 (java) S 30683 30685 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347277574 3037372416 91303 33554432000 1073741824 1073778376 140735834524592 140649519323688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30685/tid=30690] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30690/stat : 30690 (java) S 30683 30685 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347277574 3037372416 91303 33554432000 1073741824 1073778376 140735834524592 140649518270632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30685/tid=30691] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30691/stat : 30691 (java) S 30683 30685 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347277574 3037372416 91303 33554432000 1073741824 1073778376 140735834524592 140649517218088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30685/tid=30692] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30692/stat : 30692 (java) S 30683 30685 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347277574 3037372416 91303 33554432000 1073741824 1073778376 140735834524592 140649516166056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30693] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30693/stat : 30693 (java) S 30683 30685 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347277574 3037372416 91303 33554432000 1073741824 1073778376 140735834524592 140649515113512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30685/tid=30694] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30694/stat : 30694 (java) S 30683 30685 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347277574 3037372416 91303 33554432000 1073741824 1073778376 140735834524592 140649514060456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30695] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30695/stat : 30695 (java) S 30683 30685 30057 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 347277574 3037372416 91303 33554432000 1073741824 1073778376 140735834524592 140649513007912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30696] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30696/stat : 30696 (java) S 30683 30685 30057 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 347277576 3037372416 91303 33554432000 1073741824 1073778376 140735834524592 140649382766952 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30697] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30697/stat : 30697 (java) S 30683 30685 30057 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 347277576 3037372416 91303 33554432000 1073741824 1073778376 140735834524592 140649381713272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30698] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30698/stat : 30698 (java) S 30683 30685 30057 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347277576 3037372416 91303 33554432000 1073741824 1073778376 140735834524592 140649380660104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30699] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30699/stat : 30699 (java) S 30683 30685 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347277579 3037372416 91303 33554432000 1073741824 1073778376 140735834524592 140649379608848 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30700] ppid=30683 vsize=2966184 CPUtime=0.97 cores=1,3,5,7
/proc/30685/task/30700/stat : 30700 (java) S 30683 30685 30057 0 -1 4202560 6077 0 0 0 96 1 0 0 20 0 22 0 347277579 3037372416 91303 33554432000 1073741824 1073778376 140735834524592 140649378556728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30701] ppid=30683 vsize=2966184 CPUtime=0.96 cores=1,3,5,7
/proc/30685/task/30701/stat : 30701 (java) S 30683 30685 30057 0 -1 4202560 6362 0 0 0 96 0 0 0 20 0 22 0 347277579 3037372416 91303 33554432000 1073741824 1073778376 140735834524592 140649377504184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30685/tid=30702] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30702/stat : 30702 (java) S 30683 30685 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347277579 3037372416 91303 33554432000 1073741824 1073778376 140735834524592 140649376451320 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30685/tid=30703] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30703/stat : 30703 (java) S 30683 30685 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347277579 3037372416 91303 33554432000 1073741824 1073778376 140735834524592 140648367778888 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30704] ppid=30683 vsize=2966184 CPUtime=0.75 cores=1,3,5,7
/proc/30685/task/30704/stat : 30704 (java) R 30683 30685 30057 0 -1 4202560 71 0 0 0 73 2 0 0 20 0 22 0 347277644 3037372416 91303 33554432000 1073741824 1073778376 140735834524592 140648366723128 140649391668318 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30685/tid=30705] ppid=30683 vsize=2966184 CPUtime=0.74 cores=1,3,5,7
/proc/30685/task/30705/stat : 30705 (java) R 30683 30685 30057 0 -1 4202560 125 0 0 0 72 2 0 0 20 0 22 0 347277644 3037372416 91303 33554432000 1073741824 1073778376 140735834524592 140648365670552 140649391668594 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=30685/tid=30706] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30706/stat : 30706 (java) S 30683 30685 30057 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347277651 3037372416 91303 33554432000 1073741824 1073778376 140735834524592 140648364618536 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30685/tid=30707] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30707/stat : 30707 (java) S 30683 30685 30057 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347277652 3037372416 91303 33554432000 1073741824 1073778376 140735834524592 140648363565992 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 2966184

[startup+3.10087 s]
/proc/loadavg: 3.75 3.91 3.86 5/221 30707
/proc/meminfo: memFree=27443252/32873844 swapFree=7620/7620
[pid=30685] ppid=30683 vsize=2966184 CPUtime=7.85 cores=1,3,5,7
/proc/30685/stat : 30685 (java) S 30683 30685 30057 0 -1 4202496 16851 0 1 0 764 21 0 0 20 0 22 0 347277571 3037372416 111821 33554432000 1073741824 1073778376 140735834524592 140735834515728 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30685/statm: 741546 111821 2274 9 0 732240 0
[pid=30685/tid=30687] ppid=30683 vsize=2966184 CPUtime=0.68 cores=1,3,5,7
/proc/30685/task/30687/stat : 30687 (java) S 30683 30685 30057 0 -1 4202560 2859 0 1 0 64 4 0 0 20 0 22 0 347277573 3037372416 111821 33554432000 1073741824 1073778376 140735834524592 140649536095384 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30685/tid=30688] ppid=30683 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/30685/task/30688/stat : 30688 (java) S 30683 30685 30057 0 -1 4202560 18 0 0 0 6 0 0 0 20 0 22 0 347277574 3037372416 111821 33554432000 1073741824 1073778376 140735834524592 140649520376232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30685/tid=30689] ppid=30683 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/30685/task/30689/stat : 30689 (java) S 30683 30685 30057 0 -1 4202560 19 0 0 0 6 1 0 0 20 0 22 0 347277574 3037372416 111821 33554432000 1073741824 1073778376 140735834524592 140649519323688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30685/tid=30690] ppid=30683 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/30685/task/30690/stat : 30690 (java) S 30683 30685 30057 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 22 0 347277574 3037372416 111821 33554432000 1073741824 1073778376 140735834524592 140649518270632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30691] ppid=30683 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/30685/task/30691/stat : 30691 (java) S 30683 30685 30057 0 -1 4202560 19 0 0 0 6 2 0 0 20 0 22 0 347277574 3037372416 111821 33554432000 1073741824 1073778376 140735834524592 140649517218088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30692] ppid=30683 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/30685/task/30692/stat : 30692 (java) S 30683 30685 30057 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 22 0 347277574 3037372416 111821 33554432000 1073741824 1073778376 140735834524592 140649516166056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30693] ppid=30683 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/30685/task/30693/stat : 30693 (java) S 30683 30685 30057 0 -1 4202560 23 0 0 0 4 2 0 0 20 0 22 0 347277574 3037372416 111821 33554432000 1073741824 1073778376 140735834524592 140649515113512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30694] ppid=30683 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/30685/task/30694/stat : 30694 (java) S 30683 30685 30057 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 347277574 3037372416 111821 33554432000 1073741824 1073778376 140735834524592 140649514060456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30685/tid=30695] ppid=30683 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/30685/task/30695/stat : 30695 (java) S 30683 30685 30057 0 -1 4202560 19 0 0 0 5 2 0 0 20 0 22 0 347277574 3037372416 111821 33554432000 1073741824 1073778376 140735834524592 140649513007912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30696] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30696/stat : 30696 (java) S 30683 30685 30057 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 347277576 3037372416 111821 33554432000 1073741824 1073778376 140735834524592 140649382766952 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30685/tid=30697] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30697/stat : 30697 (java) S 30683 30685 30057 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347277576 3037372416 111821 33554432000 1073741824 1073778376 140735834524592 140649381713272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30685/tid=30698] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30698/stat : 30698 (java) S 30683 30685 30057 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 347277576 3037372416 111821 33554432000 1073741824 1073778376 140735834524592 140649380660104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30685/tid=30699] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30699/stat : 30699 (java) S 30683 30685 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347277579 3037372416 111821 33554432000 1073741824 1073778376 140735834524592 140649379608848 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30700] ppid=30683 vsize=2966184 CPUtime=1.07 cores=1,3,5,7
/proc/30685/task/30700/stat : 30700 (java) S 30683 30685 30057 0 -1 4202560 6078 0 0 0 106 1 0 0 20 0 22 0 347277579 3037372416 111821 33554432000 1073741824 1073778376 140735834524592 140649378556728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30701] ppid=30683 vsize=2966184 CPUtime=1.07 cores=1,3,5,7
/proc/30685/task/30701/stat : 30701 (java) S 30683 30685 30057 0 -1 4202560 6362 0 0 0 107 0 0 0 20 0 22 0 347277579 3037372416 111821 33554432000 1073741824 1073778376 140735834524592 140649377504184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30685/tid=30702] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30702/stat : 30702 (java) S 30683 30685 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347277579 3037372416 111821 33554432000 1073741824 1073778376 140735834524592 140649376451320 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30685/tid=30703] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30703/stat : 30703 (java) S 30683 30685 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347277579 3037372416 111821 33554432000 1073741824 1073778376 140735834524592 140648367778888 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30704] ppid=30683 vsize=2966184 CPUtime=2.2 cores=1,3,5,7
/proc/30685/task/30704/stat : 30704 (java) R 30683 30685 30057 0 -1 4202560 75 0 0 0 217 3 0 0 20 0 22 0 347277644 3037372416 111821 33554432000 1073741824 1073778376 140735834524592 140648366723848 140649392270171 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30685/tid=30705] ppid=30683 vsize=2966184 CPUtime=2.18 cores=1,3,5,7
/proc/30685/task/30705/stat : 30705 (java) R 30683 30685 30057 0 -1 4202560 140 0 0 0 215 3 0 0 20 0 22 0 347277644 3037372416 111821 33554432000 1073741824 1073778376 140735834524592 140648365668576 140649392051664 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30706] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30706/stat : 30706 (java) S 30683 30685 30057 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347277651 3037372416 111821 33554432000 1073741824 1073778376 140735834524592 140648364618536 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30685/tid=30707] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30707/stat : 30707 (java) S 30683 30685 30057 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347277652 3037372416 111821 33554432000 1073741824 1073778376 140735834524592 140648363565992 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.85
Current children cumulated vsize (KiB) 2966184

[startup+6.3009 s]
/proc/loadavg: 3.77 3.91 3.86 5/221 30707
/proc/meminfo: memFree=27354692/32873844 swapFree=7620/7620
[pid=30685] ppid=30683 vsize=2966184 CPUtime=14.78 cores=1,3,5,7
/proc/30685/stat : 30685 (java) S 30683 30685 30057 0 -1 4202496 17002 0 1 0 1447 31 0 0 20 0 22 0 347277571 3037372416 133254 33554432000 1073741824 1073778376 140735834524592 140735834515728 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30685/statm: 741546 133254 2275 9 0 732240 0
[pid=30685/tid=30687] ppid=30683 vsize=2966184 CPUtime=0.68 cores=1,3,5,7
/proc/30685/task/30687/stat : 30687 (java) S 30683 30685 30057 0 -1 4202560 2859 0 1 0 64 4 0 0 20 0 22 0 347277573 3037372416 133254 33554432000 1073741824 1073778376 140735834524592 140649536095384 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30685/tid=30688] ppid=30683 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/30685/task/30688/stat : 30688 (java) S 30683 30685 30057 0 -1 4202560 28 0 0 0 10 2 0 0 20 0 22 0 347277574 3037372416 133254 33554432000 1073741824 1073778376 140735834524592 140649520376232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30685/tid=30689] ppid=30683 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/30685/task/30689/stat : 30689 (java) S 30683 30685 30057 0 -1 4202560 26 0 0 0 9 2 0 0 20 0 22 0 347277574 3037372416 133254 33554432000 1073741824 1073778376 140735834524592 140649519323688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30685/tid=30690] ppid=30683 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/30685/task/30690/stat : 30690 (java) S 30683 30685 30057 0 -1 4202560 33 0 0 0 9 3 0 0 20 0 22 0 347277574 3037372416 133254 33554432000 1073741824 1073778376 140735834524592 140649518270632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30685/tid=30691] ppid=30683 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/30685/task/30691/stat : 30691 (java) S 30683 30685 30057 0 -1 4202560 30 0 0 0 11 2 0 0 20 0 22 0 347277574 3037372416 133254 33554432000 1073741824 1073778376 140735834524592 140649517218088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30685/tid=30692] ppid=30683 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/30685/task/30692/stat : 30692 (java) S 30683 30685 30057 0 -1 4202560 33 0 0 0 9 2 0 0 20 0 22 0 347277574 3037372416 133254 33554432000 1073741824 1073778376 140735834524592 140649516166056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30685/tid=30693] ppid=30683 vsize=2966184 CPUtime=0.17 cores=1,3,5,7
/proc/30685/task/30693/stat : 30693 (java) S 30683 30685 30057 0 -1 4202560 45 0 0 0 14 3 0 0 20 0 22 0 347277574 3037372416 133254 33554432000 1073741824 1073778376 140735834524592 140649515113512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30694] ppid=30683 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/30685/task/30694/stat : 30694 (java) S 30683 30685 30057 0 -1 4202560 33 0 0 0 8 2 0 0 20 0 22 0 347277574 3037372416 133254 33554432000 1073741824 1073778376 140735834524592 140649514060456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30685/tid=30695] ppid=30683 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/30685/task/30695/stat : 30695 (java) S 30683 30685 30057 0 -1 4202560 37 0 0 0 11 3 0 0 20 0 22 0 347277574 3037372416 133254 33554432000 1073741824 1073778376 140735834524592 140649513007912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30685/tid=30696] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30696/stat : 30696 (java) S 30683 30685 30057 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 347277576 3037372416 133254 33554432000 1073741824 1073778376 140735834524592 140649382766952 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30685/tid=30697] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30697/stat : 30697 (java) S 30683 30685 30057 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347277576 3037372416 133254 33554432000 1073741824 1073778376 140735834524592 140649381713272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30685/tid=30698] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30698/stat : 30698 (java) S 30683 30685 30057 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 347277576 3037372416 133254 33554432000 1073741824 1073778376 140735834524592 140649380660104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30685/tid=30699] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30699/stat : 30699 (java) S 30683 30685 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347277579 3037372416 133254 33554432000 1073741824 1073778376 140735834524592 140649379608848 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30700] ppid=30683 vsize=2966184 CPUtime=1.29 cores=1,3,5,7
/proc/30685/task/30700/stat : 30700 (java) S 30683 30685 30057 0 -1 4202560 6078 0 0 0 127 2 0 0 20 0 22 0 347277579 3037372416 133254 33554432000 1073741824 1073778376 140735834524592 140649378556728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/30685/statm: 741546 188086 2287 9 0 732240 0
[pid=30685/tid=30687] ppid=30683 vsize=2966184 CPUtime=0.72 cores=1,3,5,7
/proc/30685/task/30687/stat : 30687 (java) S 30683 30685 30057 0 -1 4202560 2875 0 1 0 67 5 0 0 20 0 22 0 347277573 3037372416 188086 33554432000 1073741824 1073778376 140735834524592 140649536095384 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30685/tid=30688] ppid=30683 vsize=2966184 CPUtime=5.48 cores=1,3,5,7
/proc/30685/task/30688/stat : 30688 (java) S 30683 30685 30057 0 -1 4202560 315 0 0 0 541 7 0 0 20 0 22 0 347277574 3037372416 188086 33554432000 1073741824 1073778376 140735834524592 140649520376232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30685/tid=30689] ppid=30683 vsize=2966184 CPUtime=5.8 cores=1,3,5,7
/proc/30685/task/30689/stat : 30689 (java) S 30683 30685 30057 0 -1 4202560 318 0 0 0 573 7 0 0 20 0 22 0 347277574 3037372416 188086 33554432000 1073741824 1073778376 140735834524592 140649519323688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30685/tid=30690] ppid=30683 vsize=2966184 CPUtime=5.97 cores=1,3,5,7
/proc/30685/task/30690/stat : 30690 (java) S 30683 30685 30057 0 -1 4202560 320 0 0 0 589 8 0 0 20 0 22 0 347277574 3037372416 188086 33554432000 1073741824 1073778376 140735834524592 140649518270632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30691] ppid=30683 vsize=2966184 CPUtime=5.37 cores=1,3,5,7
/proc/30685/task/30691/stat : 30691 (java) S 30683 30685 30057 0 -1 4202560 315 0 0 0 529 8 0 0 20 0 22 0 347277574 3037372416 188086 33554432000 1073741824 1073778376 140735834524592 140649517218088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30685/tid=30692] ppid=30683 vsize=2966184 CPUtime=5.66 cores=1,3,5,7
/proc/30685/task/30692/stat : 30692 (java) S 30683 30685 30057 0 -1 4202560 316 0 0 0 558 8 0 0 20 0 22 0 347277574 3037372416 188086 33554432000 1073741824 1073778376 140735834524592 140649516166056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30685/tid=30693] ppid=30683 vsize=2966184 CPUtime=5.84 cores=1,3,5,7
/proc/30685/task/30693/stat : 30693 (java) S 30683 30685 30057 0 -1 4202560 340 0 0 0 575 9 0 0 20 0 22 0 347277574 3037372416 188086 33554432000 1073741824 1073778376 140735834524592 140649515113512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30685/tid=30694] ppid=30683 vsize=2966184 CPUtime=5.64 cores=1,3,5,7
/proc/30685/task/30694/stat : 30694 (java) S 30683 30685 30057 0 -1 4202560 318 0 0 0 556 8 0 0 20 0 22 0 347277574 3037372416 188086 33554432000 1073741824 1073778376 140735834524592 140649514060456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30685/tid=30695] ppid=30683 vsize=2966184 CPUtime=5.73 cores=1,3,5,7
/proc/30685/task/30695/stat : 30695 (java) S 30683 30685 30057 0 -1 4202560 332 0 0 0 564 9 0 0 20 0 22 0 347277574 3037372416 188086 33554432000 1073741824 1073778376 140735834524592 140649513007912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30685/tid=30696] ppid=30683 vsize=2966184 CPUtime=9.22 cores=1,3,5,7
/proc/30685/task/30696/stat : 30696 (java) S 30683 30685 30057 0 -1 4202560 4666 0 0 0 879 43 0 0 20 0 22 0 347277576 3037372416 188086 33554432000 1073741824 1073778376 140735834524592 140649382766952 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30685/tid=30697] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30697/stat : 30697 (java) S 30683 30685 30057 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347277576 3037372416 188086 33554432000 1073741824 1073778376 140735834524592 140649381713272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30685/tid=30698] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30698/stat : 30698 (java) S 30683 30685 30057 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 347277576 3037372416 188086 33554432000 1073741824 1073778376 140735834524592 140649380660104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30685/tid=30699] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30699/stat : 30699 (java) S 30683 30685 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347277579 3037372416 188086 33554432000 1073741824 1073778376 140735834524592 140649379608848 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30700] ppid=30683 vsize=2966184 CPUtime=1.85 cores=1,3,5,7
/proc/30685/task/30700/stat : 30700 (java) S 30683 30685 30057 0 -1 4202560 7149 0 0 0 183 2 0 0 20 0 22 0 347277579 3037372416 188086 33554432000 1073741824 1073778376 140735834524592 140649378556728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30701] ppid=30683 vsize=2966184 CPUtime=1.51 cores=1,3,5,7
/proc/30685/task/30701/stat : 30701 (java) S 30683 30685 30057 0 -1 4202560 9386 0 0 0 149 2 0 0 20 0 22 0 347277579 3037372416 188086 33554432000 1073741824 1073778376 140735834524592 140649377504184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30685/tid=30702] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30702/stat : 30702 (java) S 30683 30685 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347277579 3037372416 188086 33554432000 1073741824 1073778376 140735834524592 140649376451320 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30685/tid=30703] ppid=30683 vsize=2966184 CPUtime=0.48 cores=1,3,5,7
/proc/30685/task/30703/stat : 30703 (java) S 30683 30685 30057 0 -1 4202560 51 0 0 0 23 25 0 0 20 0 22 0 347277579 3037372416 188086 33554432000 1073741824 1073778376 140735834524592 140648367778888 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30685/tid=30704] ppid=30683 vsize=2966184 CPUtime=857.06 cores=1,3,5,7
/proc/30685/task/30704/stat : 30704 (java) R 30683 30685 30057 0 -1 4202560 453 0 0 0 85687 19 0 0 20 0 22 0 347277644 3037372416 188086 33554432000 1073741824 1073778376 140735834524592 140648366722384 140649392500392 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30705] ppid=30683 vsize=2966184 CPUtime=856.94 cores=1,3,5,7
/proc/30685/task/30705/stat : 30705 (java) R 30683 30685 30057 0 -1 4202560 471 0 0 0 85676 18 0 0 20 0 22 0 347277644 3037372416 188086 33554432000 1073741824 1073778376 140735834524592 140648365669024 140649392501496 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30685/tid=30706] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30706/stat : 30706 (java) S 30683 30685 30057 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347277651 3037372416 188086 33554432000 1073741824 1073778376 140735834524592 140648364618536 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30685/tid=30707] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30707/stat : 30707 (java) S 30683 30685 30057 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347277652 3037372416 188086 33554432000 1073741824 1073778376 140735834524592 140648363565992 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1777.3
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+893.501 s]
/proc/loadavg: 4.00 4.00 3.95 5/222 30848
/proc/meminfo: memFree=27103800/32873844 swapFree=7620/7620
[pid=30685] ppid=30683 vsize=2966184 CPUtime=1800.01 cores=1,3,5,7
/proc/30685/stat : 30685 (java) S 30683 30685 30057 0 -1 4202496 28829 0 1 0 179854 147 0 0 20 0 22 0 347277571 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140735834515728 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30685/statm: 741546 189622 2287 9 0 732240 0
[pid=30685/tid=30687] ppid=30683 vsize=2966184 CPUtime=0.72 cores=1,3,5,7
/proc/30685/task/30687/stat : 30687 (java) S 30683 30685 30057 0 -1 4202560 2875 0 1 0 67 5 0 0 20 0 22 0 347277573 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140649536095384 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30685/tid=30688] ppid=30683 vsize=2966184 CPUtime=5.57 cores=1,3,5,7
/proc/30685/task/30688/stat : 30688 (java) S 30683 30685 30057 0 -1 4202560 316 0 0 0 550 7 0 0 20 0 22 0 347277574 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140649520376232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30685/tid=30689] ppid=30683 vsize=2966184 CPUtime=5.9 cores=1,3,5,7
/proc/30685/task/30689/stat : 30689 (java) S 30683 30685 30057 0 -1 4202560 318 0 0 0 583 7 0 0 20 0 22 0 347277574 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140649519323688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30690] ppid=30683 vsize=2966184 CPUtime=6.05 cores=1,3,5,7
/proc/30685/task/30690/stat : 30690 (java) S 30683 30685 30057 0 -1 4202560 320 0 0 0 596 9 0 0 20 0 22 0 347277574 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140649518270632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30691] ppid=30683 vsize=2966184 CPUtime=5.45 cores=1,3,5,7
/proc/30685/task/30691/stat : 30691 (java) S 30683 30685 30057 0 -1 4202560 317 0 0 0 536 9 0 0 20 0 22 0 347277574 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140649517218088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30692] ppid=30683 vsize=2966184 CPUtime=5.75 cores=1,3,5,7
/proc/30685/task/30692/stat : 30692 (java) S 30683 30685 30057 0 -1 4202560 317 0 0 0 567 8 0 0 20 0 22 0 347277574 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140649516166056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30685/tid=30693] ppid=30683 vsize=2966184 CPUtime=5.9 cores=1,3,5,7
/proc/30685/task/30693/stat : 30693 (java) S 30683 30685 30057 0 -1 4202560 340 0 0 0 581 9 0 0 20 0 22 0 347277574 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140649515113512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30694] ppid=30683 vsize=2966184 CPUtime=5.74 cores=1,3,5,7
/proc/30685/task/30694/stat : 30694 (java) S 30683 30685 30057 0 -1 4202560 320 0 0 0 566 8 0 0 20 0 22 0 347277574 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140649514060456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30685/tid=30695] ppid=30683 vsize=2966184 CPUtime=5.79 cores=1,3,5,7
/proc/30685/task/30695/stat : 30695 (java) S 30683 30685 30057 0 -1 4202560 334 0 0 0 570 9 0 0 20 0 22 0 347277574 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140649513007912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30685/tid=30696] ppid=30683 vsize=2966184 CPUtime=9.23 cores=1,3,5,7
/proc/30685/task/30696/stat : 30696 (java) S 30683 30685 30057 0 -1 4202560 4666 0 0 0 879 44 0 0 20 0 22 0 347277576 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140649382766952 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30685/tid=30697] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30697/stat : 30697 (java) S 30683 30685 30057 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347277576 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140649381713272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30685/tid=30698] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30698/stat : 30698 (java) S 30683 30685 30057 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 347277576 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140649380660104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30685/tid=30699] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30699/stat : 30699 (java) S 30683 30685 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347277579 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140649379608848 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30700] ppid=30683 vsize=2966184 CPUtime=1.85 cores=1,3,5,7
/proc/30685/task/30700/stat : 30700 (java) S 30683 30685 30057 0 -1 4202560 7149 0 0 0 183 2 0 0 20 0 22 0 347277579 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140649378556728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30701] ppid=30683 vsize=2966184 CPUtime=1.51 cores=1,3,5,7
/proc/30685/task/30701/stat : 30701 (java) S 30683 30685 30057 0 -1 4202560 9386 0 0 0 149 2 0 0 20 0 22 0 347277579 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140649377504184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30685/tid=30702] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30702/stat : 30702 (java) S 30683 30685 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347277579 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140649376451320 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30685/tid=30703] ppid=30683 vsize=2966184 CPUtime=0.49 cores=1,3,5,7
/proc/30685/task/30703/stat : 30703 (java) S 30683 30685 30057 0 -1 4202560 51 0 0 0 24 25 0 0 20 0 22 0 347277579 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140648367778888 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30685/tid=30704] ppid=30683 vsize=2966184 CPUtime=868.05 cores=1,3,5,7
/proc/30685/task/30704/stat : 30704 (java) R 30683 30685 30057 0 -1 4202560 454 0 0 0 86786 19 0 0 20 0 22 0 347277644 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140648366721568 140649392260012 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30705] ppid=30683 vsize=2966184 CPUtime=867.94 cores=1,3,5,7
/proc/30685/task/30705/stat : 30705 (java) R 30683 30685 30057 0 -1 4202560 477 0 0 0 86776 18 0 0 20 0 22 0 347277644 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140648365669840 140649392260179 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30685/tid=30706] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30706/stat : 30706 (java) S 30683 30685 30057 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347277651 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140648364618536 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30685/tid=30707] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30707/stat : 30707 (java) S 30683 30685 30057 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347277652 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140648363565992 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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+893.501 s]
/proc/loadavg: 4.00 4.00 3.95 5/222 30848
/proc/meminfo: memFree=27103800/32873844 swapFree=7620/7620
[pid=30685] ppid=30683 vsize=2966184 CPUtime=1800.01 cores=1,3,5,7
/proc/30685/stat : 30685 (java) S 30683 30685 30057 0 -1 4202496 28829 0 1 0 179854 147 0 0 20 0 22 0 347277571 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140735834515728 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30685/statm: 741546 189622 2287 9 0 732240 0
[pid=30685/tid=30687] ppid=30683 vsize=2966184 CPUtime=0.72 cores=1,3,5,7
/proc/30685/task/30687/stat : 30687 (java) S 30683 30685 30057 0 -1 4202560 2875 0 1 0 67 5 0 0 20 0 22 0 347277573 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140649536095384 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30685/tid=30688] ppid=30683 vsize=2966184 CPUtime=5.57 cores=1,3,5,7
/proc/30685/task/30688/stat : 30688 (java) S 30683 30685 30057 0 -1 4202560 316 0 0 0 550 7 0 0 20 0 22 0 347277574 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140649520376232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30685/tid=30689] ppid=30683 vsize=2966184 CPUtime=5.9 cores=1,3,5,7
/proc/30685/task/30689/stat : 30689 (java) S 30683 30685 30057 0 -1 4202560 318 0 0 0 583 7 0 0 20 0 22 0 347277574 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140649519323688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30690] ppid=30683 vsize=2966184 CPUtime=6.05 cores=1,3,5,7
/proc/30685/task/30690/stat : 30690 (java) S 30683 30685 30057 0 -1 4202560 320 0 0 0 596 9 0 0 20 0 22 0 347277574 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140649518270632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30691] ppid=30683 vsize=2966184 CPUtime=5.45 cores=1,3,5,7
/proc/30685/task/30691/stat : 30691 (java) S 30683 30685 30057 0 -1 4202560 317 0 0 0 536 9 0 0 20 0 22 0 347277574 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140649517218088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30692] ppid=30683 vsize=2966184 CPUtime=5.75 cores=1,3,5,7
/proc/30685/task/30692/stat : 30692 (java) S 30683 30685 30057 0 -1 4202560 317 0 0 0 567 8 0 0 20 0 22 0 347277574 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140649516166056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30685/tid=30693] ppid=30683 vsize=2966184 CPUtime=5.9 cores=1,3,5,7
/proc/30685/task/30693/stat : 30693 (java) S 30683 30685 30057 0 -1 4202560 340 0 0 0 581 9 0 0 20 0 22 0 347277574 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140649515113512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30694] ppid=30683 vsize=2966184 CPUtime=5.74 cores=1,3,5,7
/proc/30685/task/30694/stat : 30694 (java) S 30683 30685 30057 0 -1 4202560 320 0 0 0 566 8 0 0 20 0 22 0 347277574 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140649514060456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30685/tid=30695] ppid=30683 vsize=2966184 CPUtime=5.79 cores=1,3,5,7
/proc/30685/task/30695/stat : 30695 (java) S 30683 30685 30057 0 -1 4202560 334 0 0 0 570 9 0 0 20 0 22 0 347277574 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140649513007912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30685/tid=30696] ppid=30683 vsize=2966184 CPUtime=9.23 cores=1,3,5,7
/proc/30685/task/30696/stat : 30696 (java) S 30683 30685 30057 0 -1 4202560 4666 0 0 0 879 44 0 0 20 0 22 0 347277576 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140649382766952 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30685/tid=30697] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30697/stat : 30697 (java) S 30683 30685 30057 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347277576 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140649381713272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30685/tid=30698] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30698/stat : 30698 (java) S 30683 30685 30057 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 347277576 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140649380660104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30685/tid=30699] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30699/stat : 30699 (java) S 30683 30685 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347277579 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140649379608848 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30700] ppid=30683 vsize=2966184 CPUtime=1.85 cores=1,3,5,7
/proc/30685/task/30700/stat : 30700 (java) S 30683 30685 30057 0 -1 4202560 7149 0 0 0 183 2 0 0 20 0 22 0 347277579 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140649378556728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30701] ppid=30683 vsize=2966184 CPUtime=1.51 cores=1,3,5,7
/proc/30685/task/30701/stat : 30701 (java) S 30683 30685 30057 0 -1 4202560 9386 0 0 0 149 2 0 0 20 0 22 0 347277579 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140649377504184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30685/tid=30702] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30702/stat : 30702 (java) S 30683 30685 30057 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347277579 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140649376451320 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30685/tid=30703] ppid=30683 vsize=2966184 CPUtime=0.49 cores=1,3,5,7
/proc/30685/task/30703/stat : 30703 (java) S 30683 30685 30057 0 -1 4202560 51 0 0 0 24 25 0 0 20 0 22 0 347277579 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140648367778888 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30685/tid=30704] ppid=30683 vsize=2966184 CPUtime=868.05 cores=1,3,5,7
/proc/30685/task/30704/stat : 30704 (java) R 30683 30685 30057 0 -1 4202560 454 0 0 0 86786 19 0 0 20 0 22 0 347277644 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140648366721568 140649392260012 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30685/tid=30705] ppid=30683 vsize=2966184 CPUtime=867.94 cores=1,3,5,7
/proc/30685/task/30705/stat : 30705 (java) R 30683 30685 30057 0 -1 4202560 477 0 0 0 86776 18 0 0 20 0 22 0 347277644 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140648365669840 140649392260179 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30685/tid=30706] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30706/stat : 30706 (java) S 30683 30685 30057 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347277651 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140648364618536 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30685/tid=30707] ppid=30683 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30685/task/30707/stat : 30707 (java) S 30683 30685 30057 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347277652 3037372416 189622 33554432000 1073741824 1073778376 140735834524592 140648363565992 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2966184

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30685 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=390211
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=972700
# CPU time returned by wait4() is 1796.36
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 893.554
CPU time (s): 1800.01
CPU user time (s): 1798.54
CPU system time (s): 1.47
CPU usage (%): 201.444
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.39
system time used= 1.9727
maximum resident set size= 760656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28861
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= 41362
involuntary context switches= 80135

runsolver used 3.35249 second user time and 9.45356 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-04 14:05:28
IDJOB=3744634
IDBENCH=92787
IDSOLVER=2324
FILE ID=node135/3744634-1338811528
RUNJOBID= node135-1338807908-30074
PBS_JOBID= 14636875
Free space on /tmp= 70944 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_1_ic.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744634-1338811528/watcher-3744634-1338811528 -o /tmp/evaluation-result-3744634-1338811528/solver-3744634-1338811528 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3744634-1338811528.opb

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

MD5SUM BENCH= 567c356ea9e6d819b9fda6e569f673c9
RANDOM SEED=1018038046

node135.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.820
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.64
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.820
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	: 5332.57
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.820
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.55
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.820
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	: 5332.55
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.820
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	: 5332.54
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.820
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	: 5332.55
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.820
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	: 5238.35
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.820
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27883140 kB
Buffers:          393640 kB
Cached:          2790272 kB
SwapCached:         1672 kB
Active:          2209932 kB
Inactive:        1923492 kB
Active(anon):     939804 kB
Inactive(anon):    12036 kB
Active(file):    1270128 kB
Inactive(file):  1911456 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67105800 kB
Dirty:              1228 kB
Writeback:             0 kB
AnonPages:        959844 kB
Mapped:            18672 kB
Shmem:               132 kB
Slab:             710224 kB
SReclaimable:     151936 kB
SUnreclaim:       558288 kB
KernelStack:        1640 kB
PageTables:         5988 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1571880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    905216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70944 MiB
End job on node135 at 2012-06-04 14:20:23