Trace number 3744603

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
PB09: SAT4J Pseudo Resolution 2.1.1? (TO) 1800.81 1773.15

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat50_6_9_5_ic.opb
MD5SUMb21934a70a1a4d281831f1d388e1f253
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20693353
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables125200
Total number of constraints250157
Number of constraints which are clauses120150
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints130000
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 7400
Biggest coefficient in the objective function 160989184
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 45888664096
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 160989184
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 45888664096
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.1.1.v20090612
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version	1.6.0_24
0.00/0.08	c os.name	Linux
0.00/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch	amd64
0.00/0.08	c Free memory 1299577560
0.00/0.08	c Max memory 1306394624
0.00/0.08	c Total memory 1306394624
0.00/0.08	c Number of processors 8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c MiniSAT restarts strategy
0.10/0.10	c Memory based learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3744603-1338812672.opb
0.10/0.10	c reading problem ... 
3.62/2.21	c ... done. Wall clock time 2.103s.
3.62/2.21	c #vars     125200
3.62/2.21	c #constraints  257658
3.62/2.21	c constraints type 
3.62/2.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
3.62/2.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 14750
3.62/2.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 121425
3.62/2.21	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 121326
977.87/961.39	c cleaning 154492 clauses out of 309001
1342.87/1321.50	c cleaning 160247 clauses out of 320509
1787.46/1760.62	c cleaning 164617 clauses out of 329262
1800.09/1773.11	c starts		: 20
1800.09/1773.11	c conflicts		: 648733
1800.09/1773.11	c decisions		: 723893
1800.09/1773.11	c propagations		: 619467891
1800.09/1773.11	c inspects		: 4606574112
1800.09/1773.11	c learnt literals	: 0
1800.09/1773.11	c learnt binary clauses	: 0
1800.09/1773.11	c learnt ternary clauses	: 1
1800.09/1773.11	c learnt clauses	: 648732
1800.09/1773.11	c ignored clauses	: 0
1800.09/1773.11	c root simplifications	: 0
1800.09/1773.11	c removed literals (reason simplification)	: 87149466
1800.09/1773.11	c reason swapping (by a shorter reason)	: 0
1800.09/1773.11	c Calls to reduceDB	: 3
1800.09/1773.11	c speed (assignments/second)	: 349802.8077153728
1800.09/1773.11	c non guided choices	0
1800.09/1773.14	c learnt constraints type 
1800.09/1773.14	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 169387
1800.09/1773.14	c constraints type 
1800.09/1773.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.09/1773.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 14750
1800.09/1773.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 121425
1800.09/1773.14	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 121326
1800.09/1773.14	s UNKNOWN
1800.09/1773.14	c Total wall clock time (in seconds): 1773.039

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-3744603-1338812672/watcher-3744603-1338812672 -o /tmp/evaluation-result-3744603-1338812672/solver-3744603-1338812672 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744603-1338812672.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.10 1.66 1.83 7/194 4574
/proc/meminfo: memFree=31297160/32873648 swapFree=6860/6860
[pid=4574] ppid=4572 vsize=91880 CPUtime=0 cores=0,2,4,6
/proc/4574/stat : 4574 (java) S 4572 4574 3993 0 -1 4202496 1184 0 0 0 0 0 0 0 20 0 2 0 347393998 94085120 902 33554432000 1073741824 1073778376 140734858841456 140734858832592 271790932029 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4574/statm: 22970 906 687 9 0 16769 0
[pid=4574/tid=4575] ppid=4572 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4575/stat : 4575 (java) R 4572 4574 3993 0 -1 4202560 55 0 0 0 0 0 0 0 20 0 2 0 347393999 94019584 913 33554432000 1073741824 1073778376 140734858841456 140734858830520 271787573077 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.0202411 s]
/proc/loadavg: 1.10 1.66 1.83 7/194 4574
/proc/meminfo: memFree=31297160/32873648 swapFree=6860/6860
[pid=4574] ppid=4572 vsize=2106772 CPUtime=0 cores=0,2,4,6
/proc/4574/stat : 4574 (java) S 4572 4574 3993 0 -1 4202496 3433 0 1 0 0 0 0 0 20 0 10 0 347393998 2157334528 4131 33554432000 1073741824 1073778376 140734858841456 140734858832592 271790932029 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4574/statm: 526693 4131 1537 9 0 517394 0
[pid=4574/tid=4575] ppid=4572 vsize=2106772 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4575/stat : 4575 (java) R 4572 4574 3993 0 -1 4202560 2275 0 1 0 0 0 0 0 20 0 10 0 347393999 2157334528 4131 33554432000 1073741824 1073778376 140734858841456 139996594340544 271790957837 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2106772

[startup+0.10031 s]
/proc/loadavg: 1.10 1.66 1.83 7/194 4574
/proc/meminfo: memFree=31297160/32873648 swapFree=6860/6860
[pid=4574] ppid=4572 vsize=2648568 CPUtime=0.1 cores=0,2,4,6
/proc/4574/stat : 4574 (java) S 4572 4574 3993 0 -1 4202496 4665 0 1 0 9 1 0 0 20 0 18 0 347393998 2712133632 6382 33554432000 1073741824 1073778376 140734858841456 140734858832592 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4574/statm: 662142 6382 2109 9 0 652835 0
[pid=4574/tid=4575] ppid=4572 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/4574/task/4575/stat : 4575 (java) R 4572 4574 3993 0 -1 4202560 2734 0 1 0 6 1 0 0 20 0 18 0 347393999 2712133632 6382 33554432000 1073741824 1073778376 140734858841456 139996594331976 18446744073699066235 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2648568

[startup+0.300263 s]
/proc/loadavg: 1.10 1.66 1.83 7/194 4574
/proc/meminfo: memFree=31297160/32873648 swapFree=6860/6860
[pid=4574] ppid=4572 vsize=2648568 CPUtime=0.54 cores=0,2,4,6
/proc/4574/stat : 4574 (java) S 4572 4574 3993 0 -1 4202496 7184 0 1 0 52 2 0 0 20 0 18 0 347393998 2712133632 12875 33554432000 1073741824 1073778376 140734858841456 140734858832592 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4574/statm: 662142 12875 2219 9 0 652835 0
[pid=4574/tid=4575] ppid=4572 vsize=2648568 CPUtime=0.28 cores=0,2,4,6
/proc/4574/task/4575/stat : 4575 (java) R 4572 4574 3993 0 -1 4202560 2755 0 1 0 26 2 0 0 20 0 18 0 347393999 2712133632 12875 33554432000 1073741824 1073778376 140734858841456 139996594335776 139996422056016 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 2648568

[startup+0.700326 s]
/proc/loadavg: 1.10 1.66 1.83 7/194 4574
/proc/meminfo: memFree=31297160/32873648 swapFree=6860/6860
[pid=4574] ppid=4572 vsize=2648568 CPUtime=1.53 cores=0,2,4,6
/proc/4574/stat : 4574 (java) S 4572 4574 3993 0 -1 4202496 14246 0 1 0 149 4 0 0 20 0 18 0 347393998 2712133632 39497 33554432000 1073741824 1073778376 140734858841456 140734858832592 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4574/statm: 662142 39497 2234 9 0 652835 0
[pid=4574/tid=4575] ppid=4572 vsize=2648568 CPUtime=0.67 cores=0,2,4,6
/proc/4574/task/4575/stat : 4575 (java) R 4572 4574 3993 0 -1 4202560 2800 0 1 0 65 2 0 0 20 0 18 0 347393999 2712133632 39497 33554432000 1073741824 1073778376 140734858841456 139996594335776 139996422355065 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 2648568

[startup+1.5007 s]
/proc/loadavg: 1.10 1.66 1.83 3/212 4592
/proc/meminfo: memFree=31019716/32873648 swapFree=6860/6860
[pid=4574] ppid=4572 vsize=2648568 CPUtime=2.64 cores=0,2,4,6
/proc/4574/stat : 4574 (java) S 4572 4574 3993 0 -1 4202496 14550 0 1 0 246 18 0 0 20 0 18 0 347393998 2712133632 113268 33554432000 1073741824 1073778376 140734858841456 140734858832592 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4574/statm: 662142 113268 2250 9 0 652835 0
[pid=4574/tid=4575] ppid=4572 vsize=2648568 CPUtime=1.37 cores=0,2,4,6
/proc/4574/task/4575/stat : 4575 (java) R 4572 4574 3993 0 -1 4202560 2912 0 1 0 130 7 0 0 20 0 18 0 347393999 2712133632 113268 33554432000 1073741824 1073778376 140734858841456 139996594343432 139996422354364 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4574/tid=4577] ppid=4572 vsize=2648568 CPUtime=0.03 cores=0,2,4,6
/proc/4574/task/4577/stat : 4577 (java) S 4572 4574 3993 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 18 0 347394000 2712133632 113268 33554432000 1073741824 1073778376 140734858841456 139996578793768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4574/tid=4578] ppid=4572 vsize=2648568 CPUtime=0.02 cores=0,2,4,6
/proc/4574/task/4578/stat : 4578 (java) S 4572 4574 3993 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 347394000 2712133632 113268 33554432000 1073741824 1073778376 140734858841456 139996577740968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4574/tid=4579] ppid=4572 vsize=2648568 CPUtime=0.02 cores=0,2,4,6
/proc/4574/task/4579/stat : 4579 (java) S 4572 4574 3993 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 347394000 2712133632 113268 33554432000 1073741824 1073778376 140734858841456 139996576688680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4580] ppid=4572 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/4574/task/4580/stat : 4580 (java) S 4572 4574 3993 0 -1 4202560 43 0 0 0 5 2 0 0 20 0 18 0 347394000 2712133632 113268 33554432000 1073741824 1073778376 140734858841456 139996575635880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4574/tid=4581] ppid=4572 vsize=2648568 CPUtime=0.01 cores=0,2,4,6
/proc/4574/task/4581/stat : 4581 (java) S 4572 4574 3993 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 347394000 2712133632 113268 33554432000 1073741824 1073778376 140734858841456 139996574583592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4574/tid=4582] ppid=4572 vsize=2648568 CPUtime=0.08 cores=0,2,4,6
/proc/4574/task/4582/stat : 4582 (java) S 4572 4574 3993 0 -1 4202560 42 0 0 0 6 2 0 0 20 0 18 0 347394000 2712133632 113268 33554432000 1073741824 1073778376 140734858841456 139996573530792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4574/tid=4583] ppid=4572 vsize=2648568 CPUtime=0.02 cores=0,2,4,6
/proc/4574/task/4583/stat : 4583 (java) S 4572 4574 3993 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 347394000 2712133632 113268 33554432000 1073741824 1073778376 140734858841456 139996572478504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4574/tid=4584] ppid=4572 vsize=2648568 CPUtime=0.04 cores=0,2,4,6
/proc/4574/task/4584/stat : 4584 (java) S 4572 4574 3993 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 18 0 347394000 2712133632 113268 33554432000 1073741824 1073778376 140734858841456 139996571425704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4585] ppid=4572 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4585/stat : 4585 (java) S 4572 4574 3993 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347394001 2712133632 113268 33554432000 1073741824 1073778376 140734858841456 139996559014120 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4586] ppid=4572 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4586/stat : 4586 (java) S 4572 4574 3993 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347394002 2712133632 113268 33554432000 1073741824 1073778376 140734858841456 139996557960184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4587] ppid=4572 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4587/stat : 4587 (java) S 4572 4574 3993 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347394002 2712133632 113268 33554432000 1073741824 1073778376 140734858841456 139996556907784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4588] ppid=4572 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4588/stat : 4588 (java) S 4572 4574 3993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347394004 2712133632 113268 33554432000 1073741824 1073778376 140734858841456 139996555856272 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4589] ppid=4572 vsize=2648568 CPUtime=0.43 cores=0,2,4,6
/proc/4574/task/4589/stat : 4589 (java) S 4572 4574 3993 0 -1 4202560 5857 0 0 0 42 1 0 0 20 0 18 0 347394004 2712133632 113268 33554432000 1073741824 1073778376 140734858841456 139996554803896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4590] ppid=4572 vsize=2648568 CPUtime=0.38 cores=0,2,4,6
/proc/4574/task/4590/stat : 4590 (java) S 4572 4574 3993 0 -1 4202560 4403 0 0 0 38 0 0 0 20 0 18 0 347394004 2712133632 113268 33554432000 1073741824 1073778376 140734858841456 139996553751096 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4574/tid=4591] ppid=4572 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4591/stat : 4591 (java) S 4572 4574 3993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347394004 2712133632 113268 33554432000 1073741824 1073778376 140734858841456 139996552699000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4574/tid=4592] ppid=4572 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4592/stat : 4592 (java) S 4572 4574 3993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347394004 2712133632 113268 33554432000 1073741824 1073778376 140734858841456 139996551646408 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 2648568

[startup+3.10069 s]
/proc/loadavg: 1.10 1.66 1.83 10/212 4592
/proc/meminfo: memFree=30818400/32873648 swapFree=6860/6860
[pid=4574] ppid=4572 vsize=2715132 CPUtime=4.94 cores=0,2,4,6
/proc/4574/stat : 4574 (java) S 4572 4574 3993 0 -1 4202496 14976 0 1 0 469 25 0 0 20 0 19 0 347393998 2780295168 131252 33554432000 1073741824 1073778376 140734858841456 140734858832592 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4574/statm: 678783 131252 2271 9 0 669476 0
[pid=4574/tid=4575] ppid=4572 vsize=2715132 CPUtime=2.87 cores=0,2,4,6
/proc/4574/task/4575/stat : 4575 (java) R 4572 4574 3993 0 -1 4202560 2924 0 1 0 280 7 0 0 20 0 19 0 347393999 2780295168 131252 33554432000 1073741824 1073778376 140734858841456 139996594343976 139996422831808 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4574/tid=4577] ppid=4572 vsize=2715132 CPUtime=0.06 cores=0,2,4,6
/proc/4574/task/4577/stat : 4577 (java) S 4572 4574 3993 0 -1 4202560 37 0 0 0 4 2 0 0 20 0 19 0 347394000 2780295168 131252 33554432000 1073741824 1073778376 140734858841456 139996578793768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4574/tid=4578] ppid=4572 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/4574/task/4578/stat : 4578 (java) S 4572 4574 3993 0 -1 4202560 28 0 0 0 4 0 0 0 20 0 19 0 347394000 2780295168 131252 33554432000 1073741824 1073778376 140734858841456 139996577740968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4574/tid=4579] ppid=4572 vsize=2715132 CPUtime=0.05 cores=0,2,4,6
/proc/4574/task/4579/stat : 4579 (java) S 4572 4574 3993 0 -1 4202560 30 0 0 0 4 1 0 0 20 0 19 0 347394000 2780295168 131252 33554432000 1073741824 1073778376 140734858841456 139996576688680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4580] ppid=4572 vsize=2715132 CPUtime=0.17 cores=0,2,4,6
/proc/4574/task/4580/stat : 4580 (java) S 4572 4574 3993 0 -1 4202560 81 0 0 0 13 4 0 0 20 0 19 0 347394000 2780295168 131252 33554432000 1073741824 1073778376 140734858841456 139996575635880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4581] ppid=4572 vsize=2715132 CPUtime=0.05 cores=0,2,4,6
/proc/4574/task/4581/stat : 4581 (java) S 4572 4574 3993 0 -1 4202560 28 0 0 0 3 2 0 0 20 0 19 0 347394000 2780295168 131252 33554432000 1073741824 1073778376 140734858841456 139996574583592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4582] ppid=4572 vsize=2715132 CPUtime=0.18 cores=0,2,4,6
/proc/4574/task/4582/stat : 4582 (java) S 4572 4574 3993 0 -1 4202560 81 0 0 0 14 4 0 0 20 0 19 0 347394000 2780295168 131252 33554432000 1073741824 1073778376 140734858841456 139996573530792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4574/tid=4583] ppid=4572 vsize=2715132 CPUtime=0.06 cores=0,2,4,6
/proc/4574/task/4583/stat : 4583 (java) S 4572 4574 3993 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 19 0 347394000 2780295168 131252 33554432000 1073741824 1073778376 140734858841456 139996572478504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4574/tid=4584] ppid=4572 vsize=2715132 CPUtime=0.08 cores=0,2,4,6
/proc/4574/task/4584/stat : 4584 (java) S 4572 4574 3993 0 -1 4202560 42 0 0 0 6 2 0 0 20 0 19 0 347394000 2780295168 131252 33554432000 1073741824 1073778376 140734858841456 139996571425704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4585] ppid=4572 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4585/stat : 4585 (java) S 4572 4574 3993 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347394001 2780295168 131252 33554432000 1073741824 1073778376 140734858841456 139996559014120 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4586] ppid=4572 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4586/stat : 4586 (java) S 4572 4574 3993 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347394002 2780295168 131252 33554432000 1073741824 1073778376 140734858841456 139996557960184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4587] ppid=4572 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4587/stat : 4587 (java) S 4572 4574 3993 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347394002 2780295168 131252 33554432000 1073741824 1073778376 140734858841456 139996556907784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4588] ppid=4572 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4588/stat : 4588 (java) S 4572 4574 3993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347394004 2780295168 131252 33554432000 1073741824 1073778376 140734858841456 139996555856272 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4589] ppid=4572 vsize=2715132 CPUtime=0.61 cores=0,2,4,6
/proc/4574/task/4589/stat : 4589 (java) S 4572 4574 3993 0 -1 4202560 5864 0 0 0 59 2 0 0 20 0 19 0 347394004 2780295168 131252 33554432000 1073741824 1073778376 140734858841456 139996554803896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4590] ppid=4572 vsize=2715132 CPUtime=0.63 cores=0,2,4,6
/proc/4574/task/4590/stat : 4590 (java) S 4572 4574 3993 0 -1 4202560 4631 0 0 0 63 0 0 0 20 0 19 0 347394004 2780295168 131252 33554432000 1073741824 1073778376 140734858841456 139996553751096 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4574/tid=4591] ppid=4572 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4591/stat : 4591 (java) S 4572 4574 3993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347394004 2780295168 131252 33554432000 1073741824 1073778376 140734858841456 139996552699000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4574/tid=4592] ppid=4572 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4592/stat : 4592 (java) S 4572 4574 3993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347394004 2780295168 131252 33554432000 1073741824 1073778376 140734858841456 139996551646408 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.94
Current children cumulated vsize (KiB) 2715132

[startup+6.30079 s]
/proc/loadavg: 1.17 1.67 1.83 3/213 4593
/proc/meminfo: memFree=30718380/32873648 swapFree=6860/6860
[pid=4574] ppid=4572 vsize=2715132 CPUtime=8.59 cores=0,2,4,6
/proc/4574/stat : 4574 (java) S 4572 4574 3993 0 -1 4202496 15044 0 1 0 833 26 0 0 20 0 19 0 347393998 2780295168 134150 33554432000 1073741824 1073778376 140734858841456 140734858832592 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4574/statm: 678783 134150 2272 9 0 669476 0
[pid=4574/tid=4575] ppid=4572 vsize=2715132 CPUtime=5.93 cores=0,2,4,6
/proc/4574/task/4575/stat : 4575 (java) R 4572 4574 3993 0 -1 4202560 2928 0 1 0 586 7 0 0 20 0 19 0 347393999 2780295168 134150 33554432000 1073741824 1073778376 140734858841456 139996594343232 139996422791926 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4577] ppid=4572 vsize=2715132 CPUtime=0.11 cores=0,2,4,6
/proc/4574/task/4577/stat : 4577 (java) S 4572 4574 3993 0 -1 4202560 46 0 0 0 9 2 0 0 20 0 19 0 347394000 2780295168 134150 33554432000 1073741824 1073778376 140734858841456 139996578793768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4574/tid=4578] ppid=4572 vsize=2715132 CPUtime=0.16 cores=0,2,4,6
/proc/4574/task/4578/stat : 4578 (java) S 4572 4574 3993 0 -1 4202560 36 0 0 0 14 2 0 0 20 0 19 0 347394000 2780295168 134150 33554432000 1073741824 1073778376 140734858841456 139996577740968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4574/tid=4579] ppid=4572 vsize=2715132 CPUtime=0.14 cores=0,2,4,6
/proc/4574/task/4579/stat : 4579 (java) S 4572 4574 3993 0 -1 4202560 43 0 0 0 12 2 0 0 20 0 19 0 347394000 2780295168 134150 33554432000 1073741824 1073778376 140734858841456 139996576688680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4574/tid=4580] ppid=4572 vsize=2715132 CPUtime=0.22 cores=0,2,4,6
/proc/4574/task/4580/stat : 4580 (java) S 4572 4574 3993 0 -1 4202560 86 0 0 0 18 4 0 0 20 0 19 0 347394000 2780295168 134150 33554432000 1073741824 1073778376 140734858841456 139996575635880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4581] ppid=4572 vsize=2715132 CPUtime=0.09 cores=0,2,4,6
/proc/4574/task/4581/stat : 4581 (java) S 4572 4574 3993 0 -1 4202560 38 0 0 0 7 2 0 0 20 0 19 0 347394000 2780295168 134150 33554432000 1073741824 1073778376 140734858841456 139996574583592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4574/tid=4582] ppid=4572 vsize=2715132 CPUtime=0.23 cores=0,2,4,6
/proc/4574/task/4582/stat : 4582 (java) S 4572 4574 3993 0 -1 4202560 89 0 0 0 19 4 0 0 20 0 19 0 347394000 2780295168 134150 33554432000 1073741824 1073778376 140734858841456 139996573530792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4574/tid=4583] ppid=4572 vsize=2715132 CPUtime=0.1 cores=0,2,4,6
/proc/4574/task/4583/stat : 4583 (java) S 4572 4574 3993 0 -1 4202560 38 0 0 0 8 2 0 0 20 0 19 0 347394000 2780295168 134150 33554432000 1073741824 1073778376 140734858841456 139996572478504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4574/tid=4584] ppid=4572 vsize=2715132 CPUtime=0.13 cores=0,2,4,6
/proc/4574/task/4584/stat : 4584 (java) S 4572 4574 3993 0 -1 4202560 47 0 0 0 11 2 0 0 20 0 19 0 347394000 2780295168 134150 33554432000 1073741824 1073778376 140734858841456 139996571425704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4585] ppid=4572 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4585/stat : 4585 (java) S 4572 4574 3993 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 347394001 2780295168 134150 33554432000 1073741824 1073778376 140734858841456 139996559014120 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4586] ppid=4572 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4586/stat : 4586 (java) S 4572 4574 3993 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347394002 2780295168 134150 33554432000 1073741824 1073778376 140734858841456 139996557960184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4587] ppid=4572 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4587/stat : 4587 (java) S 4572 4574 3993 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347394002 2780295168 134150 33554432000 1073741824 1073778376 140734858841456 139996556907784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4588] ppid=4572 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4588/stat : 4588 (java) S 4572 4574 3993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347394004 2780295168 134150 33554432000 1073741824 1073778376 140734858841456 139996555856272 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4589] ppid=4572 vsize=2715132 CPUtime=0.69 cores=0,2,4,6
/proc/4574/task/4589/stat : 4589 (java) S 4572 4574 3993 0 -1 4202560 5865 0 0 0 67 2 0 0 20 0 19 0 347394004 2780295168 134150 33554432000 1073741824 1073778376 140734858841456 139996554803896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4590] ppid=4572 vsize=2715132 CPUtime=0.66 cores=0,2,4,6
/proc/4574/task/4590/stat : 4590 (java) S 4572 4574 3993 0 -1 4202560 4631 0 0 0 66 0 0 0 20 0 19 0 347394004 2780295168 134150 33554432000 1073741824 1073778376 140734858841456 139996553751096 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4574/tid=4591] ppid=4572 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4591/stat : 4591 (java) S 4572 4574 3993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347394004 2780295168 134150 33554432000 1073741824 1073778376 140734858841456 139996552699000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4574/tid=4592] ppid=4572 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4592/stat : 4592 (java) S 4572 4574 3993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347394004 2780295168 134150 33554432000 1073741824 1073778376 140734858841456 139996551646408 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=4574/tid=4582] ppid=4572 vsize=2715132 CPUtime=4.31 cores=0,2,4,6
/proc/4574/task/4582/stat : 4582 (java) S 4572 4574 3993 0 -1 4202560 437 0 0 0 418 13 0 0 20 0 19 0 347394000 2780295168 321004 33554432000 1073741824 1073778376 140734858841456 139996573530792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4574/tid=4583] ppid=4572 vsize=2715132 CPUtime=4.07 cores=0,2,4,6
/proc/4574/task/4583/stat : 4583 (java) S 4572 4574 3993 0 -1 4202560 390 0 0 0 396 11 0 0 20 0 19 0 347394000 2780295168 321004 33554432000 1073741824 1073778376 140734858841456 139996572478504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4574/tid=4584] ppid=4572 vsize=2715132 CPUtime=4.2 cores=0,2,4,6
/proc/4574/task/4584/stat : 4584 (java) S 4572 4574 3993 0 -1 4202560 416 0 0 0 408 12 0 0 20 0 19 0 347394000 2780295168 321004 33554432000 1073741824 1073778376 140734858841456 139996571425704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4585] ppid=4572 vsize=2715132 CPUtime=1.23 cores=0,2,4,6
/proc/4574/task/4585/stat : 4585 (java) S 4572 4574 3993 0 -1 4202560 6693 0 0 0 118 5 0 0 20 0 19 0 347394001 2780295168 321004 33554432000 1073741824 1073778376 140734858841456 139996559014120 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4586] ppid=4572 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4586/stat : 4586 (java) S 4572 4574 3993 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347394002 2780295168 321004 33554432000 1073741824 1073778376 140734858841456 139996557960184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4587] ppid=4572 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4587/stat : 4587 (java) S 4572 4574 3993 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347394002 2780295168 321004 33554432000 1073741824 1073778376 140734858841456 139996556907784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4588] ppid=4572 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4588/stat : 4588 (java) S 4572 4574 3993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347394004 2780295168 321004 33554432000 1073741824 1073778376 140734858841456 139996555856272 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4589] ppid=4572 vsize=2715132 CPUtime=0.75 cores=0,2,4,6
/proc/4574/task/4589/stat : 4589 (java) S 4572 4574 3993 0 -1 4202560 5871 0 0 0 73 2 0 0 20 0 19 0 347394004 2780295168 321004 33554432000 1073741824 1073778376 140734858841456 139996554803896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4590] ppid=4572 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/4574/task/4590/stat : 4590 (java) S 4572 4574 3993 0 -1 4202560 4640 0 0 0 74 0 0 0 20 0 19 0 347394004 2780295168 321004 33554432000 1073741824 1073778376 140734858841456 139996553751096 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4574/tid=4591] ppid=4572 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4591/stat : 4591 (java) S 4572 4574 3993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347394004 2780295168 321004 33554432000 1073741824 1073778376 140734858841456 139996552699000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4574/tid=4592] ppid=4572 vsize=2715132 CPUtime=0.67 cores=0,2,4,6
/proc/4574/task/4592/stat : 4592 (java) S 4572 4574 3993 0 -1 4202560 95 0 0 0 41 26 0 0 20 0 19 0 347394004 2780295168 321004 33554432000 1073741824 1073778376 140734858841456 139996551646408 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4574/tid=4593] ppid=4572 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4593/stat : 4593 (java) S 4572 4574 3993 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347394234 2780295168 321004 33554432000 1073741824 1073778376 140734858841456 139996550591400 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1687.87
Current children cumulated vsize (KiB) 2715132

[startup+1722.3 s]
/proc/loadavg: 2.04 1.99 1.93 3/213 4609
/proc/meminfo: memFree=29268284/32873648 swapFree=6860/6860
[pid=4574] ppid=4572 vsize=2715132 CPUtime=1748.68 cores=0,2,4,6
/proc/4574/stat : 4574 (java) S 4572 4574 3993 0 -1 4202496 25463 0 1 0 174740 128 0 0 20 0 19 0 347393998 2780295168 321004 33554432000 1073741824 1073778376 140734858841456 140734858832592 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4574/statm: 678783 321004 2285 9 0 669476 0
[pid=4574/tid=4575] ppid=4572 vsize=2715132 CPUtime=1710.45 cores=0,2,4,6
/proc/4574/task/4575/stat : 4575 (java) R 4572 4574 3993 0 -1 4202560 3653 0 1 0 171009 36 0 0 20 0 19 0 347393999 2780295168 321004 33554432000 1073741824 1073778376 140734858841456 139996594343232 139996422816235 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4574/tid=4577] ppid=4572 vsize=2715132 CPUtime=4.4 cores=0,2,4,6
/proc/4574/task/4577/stat : 4577 (java) S 4572 4574 3993 0 -1 4202560 399 0 0 0 430 10 0 0 20 0 19 0 347394000 2780295168 321004 33554432000 1073741824 1073778376 140734858841456 139996578793768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4578] ppid=4572 vsize=2715132 CPUtime=4.16 cores=0,2,4,6
/proc/4574/task/4578/stat : 4578 (java) S 4572 4574 3993 0 -1 4202560 402 0 0 0 406 10 0 0 20 0 19 0 347394000 2780295168 321004 33554432000 1073741824 1073778376 140734858841456 139996577740968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4574/tid=4579] ppid=4572 vsize=2715132 CPUtime=4.51 cores=0,2,4,6
/proc/4574/task/4579/stat : 4579 (java) S 4572 4574 3993 0 -1 4202560 413 0 0 0 440 11 0 0 20 0 19 0 347394000 2780295168 321004 33554432000 1073741824 1073778376 140734858841456 139996576688680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4574/tid=4580] ppid=4572 vsize=2715132 CPUtime=4.59 cores=0,2,4,6
/proc/4574/task/4580/stat : 4580 (java) S 4572 4574 3993 0 -1 4202560 455 0 0 0 445 14 0 0 20 0 19 0 347394000 2780295168 321004 33554432000 1073741824 1073778376 140734858841456 139996575635880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4574/tid=4581] ppid=4572 vsize=2715132 CPUtime=4.51 cores=0,2,4,6
/proc/4574/task/4581/stat : 4581 (java) S 4572 4574 3993 0 -1 4202560 404 0 0 0 441 10 0 0 20 0 19 0 347394000 2780295168 321004 33554432000 1073741824 1073778376 140734858841456 139996574583592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4574/tid=4582] ppid=4572 vsize=2715132 CPUtime=4.43 cores=0,2,4,6
/proc/4574/task/4582/stat : 4582 (java) S 4572 4574 3993 0 -1 4202560 437 0 0 0 430 13 0 0 20 0 19 0 347394000 2780295168 321004 33554432000 1073741824 1073778376 140734858841456 139996573530792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4574/tid=4583] ppid=4572 vsize=2715132 CPUtime=4.2 cores=0,2,4,6
/proc/4574/task/4583/stat : 4583 (java) S 4572 4574 3993 0 -1 4202560 390 0 0 0 409 11 0 0 20 0 19 0 347394000 2780295168 321004 33554432000 1073741824 1073778376 140734858841456 139996572478504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4574/tid=4584] ppid=4572 vsize=2715132 CPUtime=4.36 cores=0,2,4,6
/proc/4574/task/4584/stat : 4584 (java) S 4572 4574 3993 0 -1 4202560 416 0 0 0 424 12 0 0 20 0 19 0 347394000 2780295168 321004 33554432000 1073741824 1073778376 140734858841456 139996571425704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4585] ppid=4572 vsize=2715132 CPUtime=1.24 cores=0,2,4,6
/proc/4574/task/4585/stat : 4585 (java) S 4572 4574 3993 0 -1 4202560 6697 0 0 0 119 5 0 0 20 0 19 0 347394001 2780295168 321004 33554432000 1073741824 1073778376 140734858841456 139996559014120 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4574/tid=4586] ppid=4572 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4586/stat : 4586 (java) S 4572 4574 3993 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347394002 2780295168 321004 33554432000 1073741824 1073778376 140734858841456 139996557960184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4587] ppid=4572 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4587/stat : 4587 (java) S 4572 4574 3993 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347394002 2780295168 321004 33554432000 1073741824 1073778376 140734858841456 139996556907784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4588] ppid=4572 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4588/stat : 4588 (java) S 4572 4574 3993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347394004 2780295168 321004 33554432000 1073741824 1073778376 140734858841456 139996555856272 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4589] ppid=4572 vsize=2715132 CPUtime=0.75 cores=0,2,4,6
/proc/4574/task/4589/stat : 4589 (java) S 4572 4574 3993 0 -1 4202560 5871 0 0 0 73 2 0 0 20 0 19 0 347394004 2780295168 321004 33554432000 1073741824 1073778376 140734858841456 139996554803896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4590] ppid=4572 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/4574/task/4590/stat : 4590 (java) S 4572 4574 3993 0 -1 4202560 4640 0 0 0 74 0 0 0 20 0 19 0 347394004 2780295168 321004 33554432000 1073741824 1073778376 140734858841456 139996553751096 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4574/tid=4591] ppid=4572 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4591/stat : 4591 (java) S 4572 4574 3993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347394004 2780295168 321004 33554432000 1073741824 1073778376 140734858841456 139996552699000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4574/tid=4592] ppid=4572 vsize=2715132 CPUtime=0.7 cores=0,2,4,6
/proc/4574/task/4592/stat : 4592 (java) S 4572 4574 3993 0 -1 4202560 99 0 0 0 43 27 0 0 20 0 19 0 347394004 2780295168 321004 33554432000 1073741824 1073778376 140734858841456 139996551646408 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4574/tid=4593] ppid=4572 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4593/stat : 4593 (java) S 4572 4574 3993 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347394234 2780295168 321004 33554432000 1073741824 1073778376 140734858841456 139996550591400 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1748.68
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1773.1 s]
/proc/loadavg: 2.02 1.99 1.93 2/189 4636
/proc/meminfo: memFree=30552188/32873648 swapFree=6860/6860
[pid=4574] ppid=4572 vsize=2715132 CPUtime=1800.09 cores=0,2,4,6
/proc/4574/stat : 4574 (java) S 4572 4574 3993 0 -1 4202496 28812 0 1 0 179879 130 0 0 20 0 19 0 347393998 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 140734858832592 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4574/statm: 678783 322186 2285 9 0 669476 0
[pid=4574/tid=4575] ppid=4572 vsize=2715132 CPUtime=1760.45 cores=0,2,4,6
/proc/4574/task/4575/stat : 4575 (java) R 4572 4574 3993 0 -1 4202560 3671 0 1 0 176008 37 0 0 20 0 19 0 347393999 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996594343232 139996422899056 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4574/tid=4577] ppid=4572 vsize=2715132 CPUtime=4.52 cores=0,2,4,6
/proc/4574/task/4577/stat : 4577 (java) S 4572 4574 3993 0 -1 4202560 399 0 0 0 442 10 0 0 20 0 19 0 347394000 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996578793768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4574/tid=4578] ppid=4572 vsize=2715132 CPUtime=4.26 cores=0,2,4,6
/proc/4574/task/4578/stat : 4578 (java) S 4572 4574 3993 0 -1 4202560 402 0 0 0 416 10 0 0 20 0 19 0 347394000 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996577740968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4574/tid=4579] ppid=4572 vsize=2715132 CPUtime=4.62 cores=0,2,4,6
/proc/4574/task/4579/stat : 4579 (java) S 4572 4574 3993 0 -1 4202560 414 0 0 0 451 11 0 0 20 0 19 0 347394000 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996576688680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4574/tid=4580] ppid=4572 vsize=2715132 CPUtime=4.69 cores=0,2,4,6
/proc/4574/task/4580/stat : 4580 (java) S 4572 4574 3993 0 -1 4202560 455 0 0 0 455 14 0 0 20 0 19 0 347394000 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996575635880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4574/tid=4581] ppid=4572 vsize=2715132 CPUtime=4.61 cores=0,2,4,6
/proc/4574/task/4581/stat : 4581 (java) S 4572 4574 3993 0 -1 4202560 404 0 0 0 451 10 0 0 20 0 19 0 347394000 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996574583592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4574/tid=4582] ppid=4572 vsize=2715132 CPUtime=4.54 cores=0,2,4,6
/proc/4574/task/4582/stat : 4582 (java) S 4572 4574 3993 0 -1 4202560 437 0 0 0 441 13 0 0 20 0 19 0 347394000 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996573530792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4583] ppid=4572 vsize=2715132 CPUtime=4.32 cores=0,2,4,6
/proc/4574/task/4583/stat : 4583 (java) S 4572 4574 3993 0 -1 4202560 390 0 0 0 421 11 0 0 20 0 19 0 347394000 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996572478504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4574/tid=4584] ppid=4572 vsize=2715132 CPUtime=4.45 cores=0,2,4,6
/proc/4574/task/4584/stat : 4584 (java) S 4572 4574 3993 0 -1 4202560 416 0 0 0 433 12 0 0 20 0 19 0 347394000 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996571425704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4574/tid=4585] ppid=4572 vsize=2715132 CPUtime=1.79 cores=0,2,4,6
/proc/4574/task/4585/stat : 4585 (java) S 4572 4574 3993 0 -1 4202560 10023 0 0 0 173 6 0 0 20 0 19 0 347394001 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996559014120 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4574/tid=4586] ppid=4572 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4586/stat : 4586 (java) S 4572 4574 3993 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347394002 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996557960184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4587] ppid=4572 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4587/stat : 4587 (java) S 4572 4574 3993 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347394002 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996556907784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4588] ppid=4572 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4588/stat : 4588 (java) S 4572 4574 3993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347394004 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996555856272 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4589] ppid=4572 vsize=2715132 CPUtime=0.75 cores=0,2,4,6
/proc/4574/task/4589/stat : 4589 (java) S 4572 4574 3993 0 -1 4202560 5871 0 0 0 73 2 0 0 20 0 19 0 347394004 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996554803896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4590] ppid=4572 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/4574/task/4590/stat : 4590 (java) S 4572 4574 3993 0 -1 4202560 4640 0 0 0 74 0 0 0 20 0 19 0 347394004 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996553751096 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4574/tid=4591] ppid=4572 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4591/stat : 4591 (java) S 4572 4574 3993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347394004 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996552699000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4574/tid=4592] ppid=4572 vsize=2715132 CPUtime=0.72 cores=0,2,4,6
/proc/4574/task/4592/stat : 4592 (java) S 4572 4574 3993 0 -1 4202560 103 0 0 0 44 28 0 0 20 0 19 0 347394004 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996551646408 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4574/tid=4593] ppid=4572 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4593/stat : 4593 (java) S 4572 4574 3993 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347394234 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996550591400 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 2715132

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

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

[startup+1773.1 s]
/proc/loadavg: 2.02 1.99 1.93 2/189 4636
/proc/meminfo: memFree=30552188/32873648 swapFree=6860/6860
[pid=4574] ppid=4572 vsize=2715132 CPUtime=1800.09 cores=0,2,4,6
/proc/4574/stat : 4574 (java) S 4572 4574 3993 0 -1 4202496 28812 0 1 0 179879 130 0 0 20 0 19 0 347393998 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 140734858832592 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4574/statm: 678783 322186 2285 9 0 669476 0
[pid=4574/tid=4575] ppid=4572 vsize=2715132 CPUtime=1760.45 cores=0,2,4,6
/proc/4574/task/4575/stat : 4575 (java) R 4572 4574 3993 0 -1 4202560 3671 0 1 0 176008 37 0 0 20 0 19 0 347393999 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996594343232 139996422899056 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4574/tid=4577] ppid=4572 vsize=2715132 CPUtime=4.52 cores=0,2,4,6
/proc/4574/task/4577/stat : 4577 (java) S 4572 4574 3993 0 -1 4202560 399 0 0 0 442 10 0 0 20 0 19 0 347394000 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996578793768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4574/tid=4578] ppid=4572 vsize=2715132 CPUtime=4.26 cores=0,2,4,6
/proc/4574/task/4578/stat : 4578 (java) S 4572 4574 3993 0 -1 4202560 402 0 0 0 416 10 0 0 20 0 19 0 347394000 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996577740968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4574/tid=4579] ppid=4572 vsize=2715132 CPUtime=4.62 cores=0,2,4,6
/proc/4574/task/4579/stat : 4579 (java) S 4572 4574 3993 0 -1 4202560 414 0 0 0 451 11 0 0 20 0 19 0 347394000 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996576688680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4574/tid=4580] ppid=4572 vsize=2715132 CPUtime=4.69 cores=0,2,4,6
/proc/4574/task/4580/stat : 4580 (java) S 4572 4574 3993 0 -1 4202560 455 0 0 0 455 14 0 0 20 0 19 0 347394000 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996575635880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4574/tid=4581] ppid=4572 vsize=2715132 CPUtime=4.61 cores=0,2,4,6
/proc/4574/task/4581/stat : 4581 (java) S 4572 4574 3993 0 -1 4202560 404 0 0 0 451 10 0 0 20 0 19 0 347394000 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996574583592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4574/tid=4582] ppid=4572 vsize=2715132 CPUtime=4.54 cores=0,2,4,6
/proc/4574/task/4582/stat : 4582 (java) S 4572 4574 3993 0 -1 4202560 437 0 0 0 441 13 0 0 20 0 19 0 347394000 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996573530792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4583] ppid=4572 vsize=2715132 CPUtime=4.32 cores=0,2,4,6
/proc/4574/task/4583/stat : 4583 (java) S 4572 4574 3993 0 -1 4202560 390 0 0 0 421 11 0 0 20 0 19 0 347394000 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996572478504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4574/tid=4584] ppid=4572 vsize=2715132 CPUtime=4.45 cores=0,2,4,6
/proc/4574/task/4584/stat : 4584 (java) S 4572 4574 3993 0 -1 4202560 416 0 0 0 433 12 0 0 20 0 19 0 347394000 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996571425704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4574/tid=4585] ppid=4572 vsize=2715132 CPUtime=1.79 cores=0,2,4,6
/proc/4574/task/4585/stat : 4585 (java) S 4572 4574 3993 0 -1 4202560 10023 0 0 0 173 6 0 0 20 0 19 0 347394001 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996559014120 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4574/tid=4586] ppid=4572 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4586/stat : 4586 (java) S 4572 4574 3993 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347394002 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996557960184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4587] ppid=4572 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4587/stat : 4587 (java) S 4572 4574 3993 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347394002 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996556907784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4588] ppid=4572 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4588/stat : 4588 (java) S 4572 4574 3993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347394004 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996555856272 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4589] ppid=4572 vsize=2715132 CPUtime=0.75 cores=0,2,4,6
/proc/4574/task/4589/stat : 4589 (java) S 4572 4574 3993 0 -1 4202560 5871 0 0 0 73 2 0 0 20 0 19 0 347394004 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996554803896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4574/tid=4590] ppid=4572 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/4574/task/4590/stat : 4590 (java) S 4572 4574 3993 0 -1 4202560 4640 0 0 0 74 0 0 0 20 0 19 0 347394004 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996553751096 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4574/tid=4591] ppid=4572 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4591/stat : 4591 (java) S 4572 4574 3993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347394004 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996552699000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4574/tid=4592] ppid=4572 vsize=2715132 CPUtime=0.72 cores=0,2,4,6
/proc/4574/task/4592/stat : 4592 (java) S 4572 4574 3993 0 -1 4202560 103 0 0 0 44 28 0 0 20 0 19 0 347394004 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996551646408 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4574/tid=4593] ppid=4572 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4574/task/4593/stat : 4593 (java) S 4572 4574 3993 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347394234 2780295168 322186 33554432000 1073741824 1073778376 140734858841456 139996550591400 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 2715132

Child status: 143
Real time (s): 1773.15
CPU time (s): 1800.81
CPU user time (s): 1799.02
CPU system time (s): 1.79073
CPU usage (%): 101.56
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.02
system time used= 1.79073
maximum resident set size= 1303916
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= 1752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60587
involuntary context switches= 76951

runsolver used 5.9321 second user time and 15.5016 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-04 14:24:32
IDJOB=3744603
IDBENCH=92782
IDSOLVER=2322
FILE ID=node115/3744603-1338812672
RUNJOBID= node115-1338812667-4414
PBS_JOBID= 14636871
Free space on /tmp= 70808 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat50_6_9_5_ic.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744603-1338812672/watcher-3744603-1338812672 -o /tmp/evaluation-result-3744603-1338812672/solver-3744603-1338812672 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744603-1338812672.opb

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

MD5SUM BENCH= b21934a70a1a4d281831f1d388e1f253
RANDOM SEED=434509498

node115.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.462
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.92
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.462
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.462
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.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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.462
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:        31297160 kB
Buffers:          111292 kB
Cached:           150080 kB
SwapCached:         1016 kB
Active:           579012 kB
Inactive:         203396 kB
Active(anon):     513744 kB
Inactive(anon):     9908 kB
Active(file):      65268 kB
Inactive(file):   193488 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:             25048 kB
Writeback:             0 kB
AnonPages:        545636 kB
Mapped:            16192 kB
Shmem:                96 kB
Slab:             639796 kB
SReclaimable:      82780 kB
SUnreclaim:       557016 kB
KernelStack:        1592 kB
PageTables:         5300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1515620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    499712 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= 70816 MiB
End job on node115 at 2012-06-04 14:54:07