Trace number 3730768

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.09 901.743

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-cache-ibm-q-full.all.ucl.opb
MD5SUM14c93c93dc53353f81a889ada18ba601
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark112.93
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables81558
Total number of constraints240469
Number of constraints which are clauses235865
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4604
Minimum length of a constraint1
Maximum length of a constraint13
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 68
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 257
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.1.v20110525
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		9996466904
0.01/0.09	c Max memory 		10048897024
0.01/0.09	c Total memory 		10048897024
0.01/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3730768-1338679595.opb
0.10/0.12	c reading problem ... 
2.22/1.66	c ... done. Wall clock time 1.542s.
2.22/1.66	c #vars     81558
2.22/1.66	c #constraints  240469
2.22/1.66	c constraints type 
2.22/1.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 78130
2.22/1.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 157734
2.22/1.66	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4604
2.22/1.66	c constraints type 
2.22/1.66	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 157734
2.22/1.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 78130
2.22/1.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4604
40.67/20.15	c cleaning 2494 clauses out of 5000 with flag 5000/5000
83.86/41.70	c cleaning 4246 clauses out of 8508 with flag 11002/11002
118.70/59.11	c cleaning 0 clauses out of 5000 with flag 0/5001
138.70/69.12	c cleaning 5625 clauses out of 11261 with flag 18001/18001
191.59/95.63	c cleaning 6807 clauses out of 13637 with flag 26003/26003
251.42/125.69	c cleaning 7905 clauses out of 15828 with flag 35002/35002
319.07/159.56	c cleaning 8951 clauses out of 17923 with flag 45002/45002
392.11/196.13	c cleaning 9980 clauses out of 19971 with flag 56001/56001
412.14/206.38	c cleaning 0 clauses out of 10999 with flag 0/11000
487.37/244.01	c cleaning 10983 clauses out of 21990 with flag 68000/68000
590.19/295.57	c cleaning 12002 clauses out of 24007 with flag 81000/81000
729.54/365.27	c cleaning 12988 clauses out of 26005 with flag 95000/95000
843.08/422.12	c cleaning 14002 clauses out of 28017 with flag 110000/110000
957.25/479.39	c cleaning 14973 clauses out of 30015 with flag 126000/126000
1089.64/545.65	c cleaning 15990 clauses out of 32045 with flag 143003/143003
1203.48/602.69	c cleaning 0 clauses out of 18002 with flag 0/18003
1222.81/612.56	c cleaning 17002 clauses out of 34054 with flag 161002/161002
1333.69/668.08	c cleaning 18022 clauses out of 36049 with flag 180000/180000
1484.34/743.47	c cleaning 18979 clauses out of 38027 with flag 200000/200000
1633.36/818.06	c cleaning 20017 clauses out of 40048 with flag 221000/221000
1776.64/889.85	c cleaning 20993 clauses out of 42031 with flag 243000/243000
1800.09/901.71	c starts		: 120
1800.09/901.71	c conflicts		: 247940
1800.09/901.71	c decisions		: 431779
1800.09/901.71	c propagations		: 1429932934
1800.09/901.71	c inspects		: 3479302023
1800.09/901.71	c shortcuts		: 0
1800.09/901.71	c learnt literals	: 3
1800.09/901.71	c learnt binary clauses	: 141
1800.09/901.71	c learnt ternary clauses	: 304
1800.09/901.71	c learnt constraints	: 247937
1800.09/901.71	c ignored constraints	: 0
1800.09/901.71	c root simplifications	: 0
1800.09/901.71	c removed literals (reason simplification)	: 5522429
1800.09/901.71	c reason swapping (by a shorter reason)	: 0
1800.09/901.71	c Calls to reduceDB	: 18
1800.09/901.71	c number of reductions to clauses (during analyze)	: 0
1800.09/901.71	c number of learned constraints concerned by reduction	: 0
1800.09/901.71	c number of learning phase by resolution	: 0
1800.09/901.71	c number of learning phase by cutting planes	: 0
1800.09/901.71	c speed (assignments/second)	: 1588729.931070343
1800.09/901.71	c non guided choices	943
1800.09/901.72	c learnt constraints type 
1800.09/901.72	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 141
1800.09/901.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 25841
1800.09/901.72	c constraints type 
1800.09/901.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 78130
1800.09/901.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 157734
1800.09/901.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4604
1800.09/901.72	c constraints type 
1800.09/901.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 157734
1800.09/901.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 78130
1800.09/901.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4604
1800.09/901.72	s UNKNOWN
1800.09/901.72	c Total wall clock time (in seconds): 901.606

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-3730768-1338679595/watcher-3730768-1338679595 -o /tmp/evaluation-result-3730768-1338679595/solver-3730768-1338679595 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3730768-1338679595.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.28 3.58 2.56 5/197 6537
/proc/meminfo: memFree=25303824/32873844 swapFree=7632/7632
[pid=6537] ppid=6535 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/6537/stat : 6537 (java) R 6535 6537 5561 0 -1 4202496 838 0 0 0 0 0 0 0 20 0 1 0 334083868 23793664 566 33554432000 1073741824 1073778376 140737190431392 140737190420456 209874631219 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6537/statm: 5809 579 433 9 0 128 0

[startup+0.0231469 s]
/proc/loadavg: 3.28 3.58 2.56 5/197 6537
/proc/meminfo: memFree=25303824/32873844 swapFree=7632/7632
[pid=6537] ppid=6535 vsize=10510056 CPUtime=0.01 cores=0,2,4,6
/proc/6537/stat : 6537 (java) S 6535 6537 5561 0 -1 4202496 3216 0 1 0 0 1 0 0 20 0 2 0 334083868 10762297344 8007 33554432000 1073741824 1073778376 140737190431392 140737190422528 209887199293 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6537/statm: 2627514 8007 942 9 0 2618623 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10510056

[startup+0.100235 s]
/proc/loadavg: 3.28 3.58 2.56 5/197 6537
/proc/meminfo: memFree=25303824/32873844 swapFree=7632/7632
[pid=6537] ppid=6535 vsize=11586392 CPUtime=0.1 cores=0,2,4,6
/proc/6537/stat : 6537 (java) S 6535 6537 5561 0 -1 4202496 5265 0 1 0 8 2 0 0 20 0 18 0 334083868 11864465408 13609 33554432000 1073741824 1073778376 140737190431392 140737190422528 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6537/statm: 2896598 13609 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300219 s]
/proc/loadavg: 3.28 3.58 2.56 5/197 6537
/proc/meminfo: memFree=25303824/32873844 swapFree=7632/7632
[pid=6537] ppid=6535 vsize=11586392 CPUtime=0.47 cores=0,2,4,6
/proc/6537/stat : 6537 (java) S 6535 6537 5561 0 -1 4202496 6260 0 1 0 44 3 0 0 20 0 18 0 334083868 11864465408 16907 33554432000 1073741824 1073778376 140737190431392 140737190422528 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6537/statm: 2896598 16911 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 11586392

[startup+0.70023 s]
/proc/loadavg: 3.28 3.58 2.56 5/197 6537
/proc/meminfo: memFree=25303824/32873844 swapFree=7632/7632
[pid=6537] ppid=6535 vsize=11586392 CPUtime=1.2 cores=0,2,4,6
/proc/6537/stat : 6537 (java) S 6535 6537 5561 0 -1 4202496 10479 0 1 0 114 6 0 0 20 0 18 0 334083868 11864465408 56308 33554432000 1073741824 1073778376 140737190431392 140737190422528 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6537/statm: 2896598 56308 2237 9 0 2887285 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 11586392

[startup+1.50066 s]
/proc/loadavg: 3.28 3.58 2.56 4/215 6555
/proc/meminfo: memFree=24939336/32873844 swapFree=7632/7632
[pid=6537] ppid=6535 vsize=11586392 CPUtime=2 cores=0,2,4,6
/proc/6537/stat : 6537 (java) S 6535 6537 5561 0 -1 4202496 10678 0 1 0 187 13 0 0 20 0 18 0 334083868 11864465408 154108 33554432000 1073741824 1073778376 140737190431392 140737190422528 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6537/statm: 2896598 154108 2245 9 0 2887285 0
[pid=6537/tid=6539] ppid=6535 vsize=11586392 CPUtime=1.47 cores=0,2,4,6
/proc/6537/task/6539/stat : 6539 (java) R 6535 6537 5561 0 -1 4202560 3642 0 1 0 136 11 0 0 20 0 18 0 334083869 11864465408 154108 33554432000 1073741824 1073778376 140737190431392 140503981138096 140503832181281 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6537/tid=6540] ppid=6535 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6540/stat : 6540 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334083871 11864465408 154108 33554432000 1073741824 1073778376 140737190431392 140503818406824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6541] ppid=6535 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6541/stat : 6541 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334083871 11864465408 154108 33554432000 1073741824 1073778376 140737190431392 140503817354280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6537/tid=6542] ppid=6535 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6542/stat : 6542 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334083871 11864465408 154108 33554432000 1073741824 1073778376 140737190431392 140503748176552 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6537/tid=6543] ppid=6535 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6543/stat : 6543 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334083871 11864465408 154108 33554432000 1073741824 1073778376 140737190431392 140503747124008 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6537/tid=6544] ppid=6535 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6544/stat : 6544 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334083871 11864465408 154108 33554432000 1073741824 1073778376 140737190431392 140503746070952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6545] ppid=6535 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6545/stat : 6545 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334083871 11864465408 154108 33554432000 1073741824 1073778376 140737190431392 140503745018408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6537/tid=6546] ppid=6535 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6546/stat : 6546 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334083871 11864465408 154108 33554432000 1073741824 1073778376 140737190431392 140503743965352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6547] ppid=6535 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6547/stat : 6547 (java) S 6535 6537 5561 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 334083871 11864465408 154108 33554432000 1073741824 1073778376 140737190431392 140503742912808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6548] ppid=6535 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6548/stat : 6548 (java) S 6535 6537 5561 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 334083872 11864465408 154108 33554432000 1073741824 1073778376 140737190431392 140503730715496 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6549] ppid=6535 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6549/stat : 6549 (java) S 6535 6537 5561 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 334083873 11864465408 154108 33554432000 1073741824 1073778376 140737190431392 140503729661816 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6550] ppid=6535 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6550/stat : 6550 (java) S 6535 6537 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 334083873 11864465408 154108 33554432000 1073741824 1073778376 140737190431392 140503728608648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6551] ppid=6535 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6551/stat : 6551 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334083875 11864465408 154108 33554432000 1073741824 1073778376 140737190431392 140503727557392 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6552] ppid=6535 vsize=11586392 CPUtime=0.24 cores=0,2,4,6
/proc/6537/task/6552/stat : 6552 (java) S 6535 6537 5561 0 -1 4202560 3101 0 0 0 24 0 0 0 20 0 18 0 334083875 11864465408 154108 33554432000 1073741824 1073778376 140737190431392 140503726504248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6553] ppid=6535 vsize=11586392 CPUtime=0.24 cores=0,2,4,6
/proc/6537/task/6553/stat : 6553 (java) R 6535 6537 5561 0 -1 4202560 2751 0 0 0 24 0 0 0 20 0 18 0 334083875 11864465408 154108 33554432000 1073741824 1073778376 140737190431392 140503725451584 140503983634432 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6537/tid=6554] ppid=6535 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6554/stat : 6554 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334083875 11864465408 154108 33554432000 1073741824 1073778376 140737190431392 140503724398840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6537/tid=6555] ppid=6535 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6555/stat : 6555 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334083875 11864465408 154108 33554432000 1073741824 1073778376 140737190431392 140503723346504 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 11586392

[startup+3.10071 s]
/proc/loadavg: 3.28 3.58 2.56 6/219 6559
/proc/meminfo: memFree=24570356/32873844 swapFree=7632/7632
[pid=6537] ppid=6535 vsize=11852648 CPUtime=6.16 cores=0,2,4,6
/proc/6537/stat : 6537 (java) S 6535 6537 5561 0 -1 4202496 15554 0 1 0 598 18 0 0 20 0 22 0 334083868 12137111552 237835 33554432000 1073741824 1073778376 140737190431392 140737190422528 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6537/statm: 2963162 237835 2261 9 0 2953849 0
[pid=6537/tid=6539] ppid=6535 vsize=11852648 CPUtime=1.63 cores=0,2,4,6
/proc/6537/task/6539/stat : 6539 (java) S 6535 6537 5561 0 -1 4202560 3670 0 1 0 151 12 0 0 20 0 22 0 334083869 12137111552 237835 33554432000 1073741824 1073778376 140737190431392 140503981147288 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6537/tid=6540] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6540/stat : 6540 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334083871 12137111552 237835 33554432000 1073741824 1073778376 140737190431392 140503818406824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6541] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6541/stat : 6541 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334083871 12137111552 237835 33554432000 1073741824 1073778376 140737190431392 140503817354280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6537/tid=6542] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6542/stat : 6542 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334083871 12137111552 237835 33554432000 1073741824 1073778376 140737190431392 140503748176552 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6537/tid=6543] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6543/stat : 6543 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334083871 12137111552 237835 33554432000 1073741824 1073778376 140737190431392 140503747124008 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6537/tid=6544] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6544/stat : 6544 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334083871 12137111552 237835 33554432000 1073741824 1073778376 140737190431392 140503746070952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6545] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6545/stat : 6545 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334083871 12137111552 237835 33554432000 1073741824 1073778376 140737190431392 140503745018408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6537/tid=6546] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6546/stat : 6546 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334083871 12137111552 237835 33554432000 1073741824 1073778376 140737190431392 140503743965352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6547] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6547/stat : 6547 (java) S 6535 6537 5561 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334083871 12137111552 237835 33554432000 1073741824 1073778376 140737190431392 140503742912808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6548] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6548/stat : 6548 (java) S 6535 6537 5561 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 334083872 12137111552 237835 33554432000 1073741824 1073778376 140737190431392 140503730715496 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6549] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6549/stat : 6549 (java) S 6535 6537 5561 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 334083873 12137111552 237835 33554432000 1073741824 1073778376 140737190431392 140503729661816 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6550] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6550/stat : 6550 (java) S 6535 6537 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334083873 12137111552 237835 33554432000 1073741824 1073778376 140737190431392 140503728608648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6551] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6551/stat : 6551 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334083875 12137111552 237835 33554432000 1073741824 1073778376 140737190431392 140503727557392 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6552] ppid=6535 vsize=11852648 CPUtime=0.7 cores=0,2,4,6
/proc/6537/task/6552/stat : 6552 (java) S 6535 6537 5561 0 -1 4202560 3156 0 0 0 70 0 0 0 20 0 22 0 334083875 12137111552 237835 33554432000 1073741824 1073778376 140737190431392 140503726504248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6553] ppid=6535 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/6537/task/6553/stat : 6553 (java) R 6535 6537 5561 0 -1 4202560 7297 0 0 0 92 0 0 0 20 0 22 0 334083875 12137111552 237835 33554432000 1073741824 1073778376 140737190431392 140503725429544 140503985264003 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6537/tid=6554] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6554/stat : 6554 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334083875 12137111552 237835 33554432000 1073741824 1073778376 140737190431392 140503724398840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6537/tid=6555] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6555/stat : 6555 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334083875 12137111552 237835 33554432000 1073741824 1073778376 140737190431392 140503723346504 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6556] ppid=6535 vsize=11852648 CPUtime=1.41 cores=0,2,4,6
/proc/6537/task/6556/stat : 6556 (java) R 6535 6537 5561 0 -1 4202560 26 0 0 0 141 0 0 0 20 0 22 0 334084035 12137111552 237835 33554432000 1073741824 1073778376 140737190431392 140503722290344 140503832862107 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6537/tid=6557] ppid=6535 vsize=11852648 CPUtime=1.41 cores=0,2,4,6
/proc/6537/task/6557/stat : 6557 (java) R 6535 6537 5561 0 -1 4202560 204 0 0 0 136 5 0 0 20 0 22 0 334084035 12137111552 237835 33554432000 1073741824 1073778376 140737190431392 140503721238712 140503833167430 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=6537/tid=6558] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6558/stat : 6558 (java) S 6535 6537 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334084039 12137111552 237835 33554432000 1073741824 1073778376 140737190431392 140503720187176 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6537/tid=6559] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6559/stat : 6559 (java) S 6535 6537 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334084039 12137111552 237835 33554432000 1073741824 1073778376 140737190431392 140503719134632 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 11852648

[startup+6.30079 s]
/proc/loadavg: 3.34 3.58 2.56 5/219 6559
/proc/meminfo: memFree=23836492/32873844 swapFree=7632/7632
[pid=6537] ppid=6535 vsize=11852648 CPUtime=12.82 cores=0,2,4,6
/proc/6537/stat : 6537 (java) S 6535 6537 5561 0 -1 4202496 18597 0 1 0 1248 34 0 0 20 0 22 0 334083868 12137111552 443489 33554432000 1073741824 1073778376 140737190431392 140737190422528 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6537/statm: 2963162 443489 2266 9 0 2953849 0
[pid=6537/tid=6539] ppid=6535 vsize=11852648 CPUtime=1.63 cores=0,2,4,6
/proc/6537/task/6539/stat : 6539 (java) S 6535 6537 5561 0 -1 4202560 3670 0 1 0 151 12 0 0 20 0 22 0 334083869 12137111552 443489 33554432000 1073741824 1073778376 140737190431392 140503981147288 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6537/tid=6540] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6540/stat : 6540 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334083871 12137111552 443489 33554432000 1073741824 1073778376 140737190431392 140503818406824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6541] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6541/stat : 6541 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334083871 12137111552 443489 33554432000 1073741824 1073778376 140737190431392 140503817354280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6537/tid=6542] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6542/stat : 6542 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334083871 12137111552 443489 33554432000 1073741824 1073778376 140737190431392 140503748176552 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6537/tid=6543] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6543/stat : 6543 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334083871 12137111552 443489 33554432000 1073741824 1073778376 140737190431392 140503747124008 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6537/tid=6544] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6544/stat : 6544 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334083871 12137111552 443489 33554432000 1073741824 1073778376 140737190431392 140503746070952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6545] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6545/stat : 6545 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334083871 12137111552 443489 33554432000 1073741824 1073778376 140737190431392 140503745018408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6537/tid=6546] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6546/stat : 6546 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334083871 12137111552 443489 33554432000 1073741824 1073778376 140737190431392 140503743965352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6547] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6547/stat : 6547 (java) S 6535 6537 5561 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334083871 12137111552 443489 33554432000 1073741824 1073778376 140737190431392 140503742912808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6548] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6548/stat : 6548 (java) S 6535 6537 5561 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 334083872 12137111552 443489 33554432000 1073741824 1073778376 140737190431392 140503730715496 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6549] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6549/stat : 6549 (java) S 6535 6537 5561 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 334083873 12137111552 443489 33554432000 1073741824 1073778376 140737190431392 140503729661816 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6550] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6550/stat : 6550 (java) S 6535 6537 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334083873 12137111552 443489 33554432000 1073741824 1073778376 140737190431392 140503728608648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6551] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6551/stat : 6551 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334083875 12137111552 443489 33554432000 1073741824 1073778376 140737190431392 140503727557392 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6552] ppid=6535 vsize=11852648 CPUtime=0.86 cores=0,2,4,6
/proc/6537/task/6552/stat : 6552 (java) S 6535 6537 5561 0 -1 4202560 5567 0 0 0 85 1 0 0 20 0 22 0 334083875 12137111552 443489 33554432000 1073741824 1073778376 140737190431392 140503726504248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6553] ppid=6535 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/6537/task/6553/stat : 6553 (java) S 6535 6537 5561 0 -1 4202560 7527 0 0 0 105 0 0 0 20 0 22 0 334083875 12137111552 443489 33554432000 1073741824 1073778376 140737190431392 140503725451704 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6537/tid=6554] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6554/stat : 6554 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334083875 12137111552 443489 33554432000 1073741824 1073778376 140737190431392 140503724398840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6537/tid=6555] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6555/stat : 6555 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334083875 12137111552 443489 33554432000 1073741824 1073778376 140737190431392 140503723346504 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6537/tid=6556] ppid=6535 vsize=11852648 CPUtime=4.6 cores=0,2,4,6
/proc/6537/task/6556/stat : 6556 (java) R 6535 6537 5561 0 -1 4202560 26 0 0 0 460 0 0 0 20 0 22 0 334084035 12137111552 443489 33554432000 1073741824 1073778376 140737190431392 140503722290128 140503832858525 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0

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

/proc/6537/statm: 2963162 919739 2290 9 0 2953849 0
[pid=6537/tid=6539] ppid=6535 vsize=11852648 CPUtime=1.67 cores=0,2,4,6
/proc/6537/task/6539/stat : 6539 (java) S 6535 6537 5561 0 -1 4202560 3680 0 1 0 153 14 0 0 20 0 22 0 334083869 12137111552 919739 33554432000 1073741824 1073778376 140737190431392 140503981147288 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6540] ppid=6535 vsize=11852648 CPUtime=0.84 cores=0,2,4,6
/proc/6537/task/6540/stat : 6540 (java) S 6535 6537 5561 0 -1 4202560 117 0 0 0 81 3 0 0 20 0 22 0 334083871 12137111552 919739 33554432000 1073741824 1073778376 140737190431392 140503818406824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6537/tid=6541] ppid=6535 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/6537/task/6541/stat : 6541 (java) S 6535 6537 5561 0 -1 4202560 136 0 0 0 85 5 0 0 20 0 22 0 334083871 12137111552 919739 33554432000 1073741824 1073778376 140737190431392 140503817354280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6537/tid=6542] ppid=6535 vsize=11852648 CPUtime=0.85 cores=0,2,4,6
/proc/6537/task/6542/stat : 6542 (java) S 6535 6537 5561 0 -1 4202560 123 0 0 0 81 4 0 0 20 0 22 0 334083871 12137111552 919739 33554432000 1073741824 1073778376 140737190431392 140503748176552 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6537/tid=6543] ppid=6535 vsize=11852648 CPUtime=0.97 cores=0,2,4,6
/proc/6537/task/6543/stat : 6543 (java) S 6535 6537 5561 0 -1 4202560 167 0 0 0 90 7 0 0 20 0 22 0 334083871 12137111552 919739 33554432000 1073741824 1073778376 140737190431392 140503747124008 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6537/tid=6544] ppid=6535 vsize=11852648 CPUtime=0.83 cores=0,2,4,6
/proc/6537/task/6544/stat : 6544 (java) S 6535 6537 5561 0 -1 4202560 132 0 0 0 79 4 0 0 20 0 22 0 334083871 12137111552 919739 33554432000 1073741824 1073778376 140737190431392 140503746070952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6537/tid=6545] ppid=6535 vsize=11852648 CPUtime=0.98 cores=0,2,4,6
/proc/6537/task/6545/stat : 6545 (java) S 6535 6537 5561 0 -1 4202560 133 0 0 0 94 4 0 0 20 0 22 0 334083871 12137111552 919739 33554432000 1073741824 1073778376 140737190431392 140503745018408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6537/tid=6546] ppid=6535 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/6537/task/6546/stat : 6546 (java) S 6535 6537 5561 0 -1 4202560 135 0 0 0 87 4 0 0 20 0 22 0 334083871 12137111552 919739 33554432000 1073741824 1073778376 140737190431392 140503743965352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6537/tid=6547] ppid=6535 vsize=11852648 CPUtime=0.98 cores=0,2,4,6
/proc/6537/task/6547/stat : 6547 (java) S 6535 6537 5561 0 -1 4202560 149 0 0 0 93 5 0 0 20 0 22 0 334083871 12137111552 919739 33554432000 1073741824 1073778376 140737190431392 140503742912808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6537/tid=6548] ppid=6535 vsize=11852648 CPUtime=7.01 cores=0,2,4,6
/proc/6537/task/6548/stat : 6548 (java) S 6535 6537 5561 0 -1 4202560 11144 0 0 0 693 8 0 0 20 0 22 0 334083872 12137111552 919739 33554432000 1073741824 1073778376 140737190431392 140503730715496 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6537/tid=6549] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6549/stat : 6549 (java) S 6535 6537 5561 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 334083873 12137111552 919739 33554432000 1073741824 1073778376 140737190431392 140503729661816 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6537/tid=6550] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6550/stat : 6550 (java) S 6535 6537 5561 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334083873 12137111552 919739 33554432000 1073741824 1073778376 140737190431392 140503728608648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6537/tid=6551] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6551/stat : 6551 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334083875 12137111552 919739 33554432000 1073741824 1073778376 140737190431392 140503727557392 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6552] ppid=6535 vsize=11852648 CPUtime=1.39 cores=0,2,4,6
/proc/6537/task/6552/stat : 6552 (java) S 6535 6537 5561 0 -1 4202560 7129 0 0 0 137 2 0 0 20 0 22 0 334083875 12137111552 919739 33554432000 1073741824 1073778376 140737190431392 140503726504248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6537/tid=6553] ppid=6535 vsize=11852648 CPUtime=1.34 cores=0,2,4,6
/proc/6537/task/6553/stat : 6553 (java) S 6535 6537 5561 0 -1 4202560 8548 0 0 0 133 1 0 0 20 0 22 0 334083875 12137111552 919739 33554432000 1073741824 1073778376 140737190431392 140503725451704 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6537/tid=6554] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6554/stat : 6554 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334083875 12137111552 919739 33554432000 1073741824 1073778376 140737190431392 140503724398840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6537/tid=6555] ppid=6535 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/6537/task/6555/stat : 6555 (java) S 6535 6537 5561 0 -1 4202560 51 0 0 0 12 17 0 0 20 0 22 0 334083875 12137111552 919739 33554432000 1073741824 1073778376 140737190431392 140503723346504 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6556] ppid=6535 vsize=11852648 CPUtime=869.14 cores=0,2,4,6
/proc/6537/task/6556/stat : 6556 (java) R 6535 6537 5561 0 -1 4202560 56 0 0 0 86900 14 0 0 20 0 22 0 334084035 12137111552 919739 33554432000 1073741824 1073778376 140737190431392 140503722291104 140503832862107 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6557] ppid=6535 vsize=11852648 CPUtime=869.21 cores=0,2,4,6
/proc/6537/task/6557/stat : 6557 (java) R 6535 6537 5561 0 -1 4202560 1325 0 0 0 86862 59 0 0 20 0 22 0 334084035 12137111552 919739 33554432000 1073741824 1073778376 140737190431392 140503721237600 140503832862107 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6537/tid=6558] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6558/stat : 6558 (java) S 6535 6537 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334084039 12137111552 919739 33554432000 1073741824 1073778376 140737190431392 140503720187176 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6537/tid=6559] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6559/stat : 6559 (java) S 6535 6537 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334084039 12137111552 919739 33554432000 1073741824 1073778376 140737190431392 140503719134632 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1761.63
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.701 s]
/proc/loadavg: 4.07 4.00 3.43 5/219 6645
/proc/meminfo: memFree=22940952/32873844 swapFree=7632/7632
[pid=6537] ppid=6535 vsize=11852648 CPUtime=1800.09 cores=0,2,4,6
/proc/6537/stat : 6537 (java) S 6535 6537 5561 0 -1 4202496 36432 0 1 0 179888 121 0 0 20 0 22 0 334083868 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140737190422528 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6537/statm: 2963162 919758 2290 9 0 2953849 0
[pid=6537/tid=6539] ppid=6535 vsize=11852648 CPUtime=1.67 cores=0,2,4,6
/proc/6537/task/6539/stat : 6539 (java) S 6535 6537 5561 0 -1 4202560 3681 0 1 0 153 14 0 0 20 0 22 0 334083869 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503981147288 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6540] ppid=6535 vsize=11852648 CPUtime=0.85 cores=0,2,4,6
/proc/6537/task/6540/stat : 6540 (java) S 6535 6537 5561 0 -1 4202560 123 0 0 0 82 3 0 0 20 0 22 0 334083871 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503818406824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6537/tid=6541] ppid=6535 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/6537/task/6541/stat : 6541 (java) S 6535 6537 5561 0 -1 4202560 136 0 0 0 88 5 0 0 20 0 22 0 334083871 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503817354280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6542] ppid=6535 vsize=11852648 CPUtime=0.86 cores=0,2,4,6
/proc/6537/task/6542/stat : 6542 (java) S 6535 6537 5561 0 -1 4202560 128 0 0 0 82 4 0 0 20 0 22 0 334083871 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503748176552 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6543] ppid=6535 vsize=11852648 CPUtime=1 cores=0,2,4,6
/proc/6537/task/6543/stat : 6543 (java) S 6535 6537 5561 0 -1 4202560 171 0 0 0 93 7 0 0 20 0 22 0 334083871 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503747124008 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6537/tid=6544] ppid=6535 vsize=11852648 CPUtime=0.84 cores=0,2,4,6
/proc/6537/task/6544/stat : 6544 (java) S 6535 6537 5561 0 -1 4202560 132 0 0 0 80 4 0 0 20 0 22 0 334083871 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503746070952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6537/tid=6545] ppid=6535 vsize=11852648 CPUtime=0.99 cores=0,2,4,6
/proc/6537/task/6545/stat : 6545 (java) S 6535 6537 5561 0 -1 4202560 138 0 0 0 95 4 0 0 20 0 22 0 334083871 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503745018408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6546] ppid=6535 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/6537/task/6546/stat : 6546 (java) S 6535 6537 5561 0 -1 4202560 135 0 0 0 89 4 0 0 20 0 22 0 334083871 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503743965352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6537/tid=6547] ppid=6535 vsize=11852648 CPUtime=0.99 cores=0,2,4,6
/proc/6537/task/6547/stat : 6547 (java) S 6535 6537 5561 0 -1 4202560 149 0 0 0 94 5 0 0 20 0 22 0 334083871 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503742912808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6537/tid=6548] ppid=6535 vsize=11852648 CPUtime=7.42 cores=0,2,4,6
/proc/6537/task/6548/stat : 6548 (java) S 6535 6537 5561 0 -1 4202560 13340 0 0 0 733 9 0 0 20 0 22 0 334083872 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503730715496 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6537/tid=6549] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6549/stat : 6549 (java) S 6535 6537 5561 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 334083873 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503729661816 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6537/tid=6550] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6550/stat : 6550 (java) S 6535 6537 5561 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334083873 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503728608648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6537/tid=6551] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6551/stat : 6551 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334083875 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503727557392 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6552] ppid=6535 vsize=11852648 CPUtime=1.39 cores=0,2,4,6
/proc/6537/task/6552/stat : 6552 (java) S 6535 6537 5561 0 -1 4202560 7129 0 0 0 137 2 0 0 20 0 22 0 334083875 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503726504248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6537/tid=6553] ppid=6535 vsize=11852648 CPUtime=1.34 cores=0,2,4,6
/proc/6537/task/6553/stat : 6553 (java) S 6535 6537 5561 0 -1 4202560 8548 0 0 0 133 1 0 0 20 0 22 0 334083875 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503725451704 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6537/tid=6554] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6554/stat : 6554 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334083875 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503724398840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6537/tid=6555] ppid=6535 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/6537/task/6555/stat : 6555 (java) S 6535 6537 5561 0 -1 4202560 53 0 0 0 13 17 0 0 20 0 22 0 334083875 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503723346504 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6537/tid=6556] ppid=6535 vsize=11852648 CPUtime=888.06 cores=0,2,4,6
/proc/6537/task/6556/stat : 6556 (java) R 6535 6537 5561 0 -1 4202560 56 0 0 0 88791 15 0 0 20 0 22 0 334084035 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503722292048 140503832948711 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6557] ppid=6535 vsize=11852648 CPUtime=888.13 cores=0,2,4,6
/proc/6537/task/6557/stat : 6557 (java) R 6535 6537 5561 0 -1 4202560 1325 0 0 0 88754 59 0 0 20 0 22 0 334084035 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503721237600 140503832941719 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6537/tid=6558] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6558/stat : 6558 (java) S 6535 6537 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334084039 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503720187176 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6537/tid=6559] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6559/stat : 6559 (java) S 6535 6537 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334084039 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503719134632 209887213481 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) 11852648

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

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

[startup+901.701 s]
/proc/loadavg: 4.07 4.00 3.43 5/219 6645
/proc/meminfo: memFree=22940952/32873844 swapFree=7632/7632
[pid=6537] ppid=6535 vsize=11852648 CPUtime=1800.09 cores=0,2,4,6
/proc/6537/stat : 6537 (java) S 6535 6537 5561 0 -1 4202496 36432 0 1 0 179888 121 0 0 20 0 22 0 334083868 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140737190422528 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6537/statm: 2963162 919758 2290 9 0 2953849 0
[pid=6537/tid=6539] ppid=6535 vsize=11852648 CPUtime=1.67 cores=0,2,4,6
/proc/6537/task/6539/stat : 6539 (java) S 6535 6537 5561 0 -1 4202560 3681 0 1 0 153 14 0 0 20 0 22 0 334083869 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503981147288 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6540] ppid=6535 vsize=11852648 CPUtime=0.85 cores=0,2,4,6
/proc/6537/task/6540/stat : 6540 (java) S 6535 6537 5561 0 -1 4202560 123 0 0 0 82 3 0 0 20 0 22 0 334083871 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503818406824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6537/tid=6541] ppid=6535 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/6537/task/6541/stat : 6541 (java) S 6535 6537 5561 0 -1 4202560 136 0 0 0 88 5 0 0 20 0 22 0 334083871 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503817354280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6542] ppid=6535 vsize=11852648 CPUtime=0.86 cores=0,2,4,6
/proc/6537/task/6542/stat : 6542 (java) S 6535 6537 5561 0 -1 4202560 128 0 0 0 82 4 0 0 20 0 22 0 334083871 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503748176552 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6543] ppid=6535 vsize=11852648 CPUtime=1 cores=0,2,4,6
/proc/6537/task/6543/stat : 6543 (java) S 6535 6537 5561 0 -1 4202560 171 0 0 0 93 7 0 0 20 0 22 0 334083871 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503747124008 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6537/tid=6544] ppid=6535 vsize=11852648 CPUtime=0.84 cores=0,2,4,6
/proc/6537/task/6544/stat : 6544 (java) S 6535 6537 5561 0 -1 4202560 132 0 0 0 80 4 0 0 20 0 22 0 334083871 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503746070952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6537/tid=6545] ppid=6535 vsize=11852648 CPUtime=0.99 cores=0,2,4,6
/proc/6537/task/6545/stat : 6545 (java) S 6535 6537 5561 0 -1 4202560 138 0 0 0 95 4 0 0 20 0 22 0 334083871 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503745018408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6546] ppid=6535 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/6537/task/6546/stat : 6546 (java) S 6535 6537 5561 0 -1 4202560 135 0 0 0 89 4 0 0 20 0 22 0 334083871 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503743965352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6537/tid=6547] ppid=6535 vsize=11852648 CPUtime=0.99 cores=0,2,4,6
/proc/6537/task/6547/stat : 6547 (java) S 6535 6537 5561 0 -1 4202560 149 0 0 0 94 5 0 0 20 0 22 0 334083871 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503742912808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6537/tid=6548] ppid=6535 vsize=11852648 CPUtime=7.42 cores=0,2,4,6
/proc/6537/task/6548/stat : 6548 (java) S 6535 6537 5561 0 -1 4202560 13340 0 0 0 733 9 0 0 20 0 22 0 334083872 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503730715496 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6537/tid=6549] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6549/stat : 6549 (java) S 6535 6537 5561 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 334083873 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503729661816 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6537/tid=6550] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6550/stat : 6550 (java) S 6535 6537 5561 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334083873 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503728608648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6537/tid=6551] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6551/stat : 6551 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334083875 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503727557392 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6552] ppid=6535 vsize=11852648 CPUtime=1.39 cores=0,2,4,6
/proc/6537/task/6552/stat : 6552 (java) S 6535 6537 5561 0 -1 4202560 7129 0 0 0 137 2 0 0 20 0 22 0 334083875 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503726504248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6537/tid=6553] ppid=6535 vsize=11852648 CPUtime=1.34 cores=0,2,4,6
/proc/6537/task/6553/stat : 6553 (java) S 6535 6537 5561 0 -1 4202560 8548 0 0 0 133 1 0 0 20 0 22 0 334083875 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503725451704 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6537/tid=6554] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6554/stat : 6554 (java) S 6535 6537 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334083875 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503724398840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6537/tid=6555] ppid=6535 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/6537/task/6555/stat : 6555 (java) S 6535 6537 5561 0 -1 4202560 53 0 0 0 13 17 0 0 20 0 22 0 334083875 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503723346504 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6537/tid=6556] ppid=6535 vsize=11852648 CPUtime=888.06 cores=0,2,4,6
/proc/6537/task/6556/stat : 6556 (java) R 6535 6537 5561 0 -1 4202560 56 0 0 0 88791 15 0 0 20 0 22 0 334084035 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503722292048 140503832948711 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6537/tid=6557] ppid=6535 vsize=11852648 CPUtime=888.13 cores=0,2,4,6
/proc/6537/task/6557/stat : 6557 (java) R 6535 6537 5561 0 -1 4202560 1325 0 0 0 88754 59 0 0 20 0 22 0 334084035 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503721237600 140503832941719 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6537/tid=6558] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6558/stat : 6558 (java) S 6535 6537 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334084039 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503720187176 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6537/tid=6559] ppid=6535 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6537/task/6559/stat : 6559 (java) S 6535 6537 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334084039 12137111552 919758 33554432000 1073741824 1073778376 140737190431392 140503719134632 209887213481 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) 11852648

Child status: 143

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

Real time (s): 901.743
CPU time (s): 1800.09
CPU user time (s): 1798.88
CPU system time (s): 1.21
CPU usage (%): 199.623
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.37
system time used= 1.70274
maximum resident set size= 3687820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36466
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23253
involuntary context switches= 26328

runsolver used 3.02054 second user time and 8.07677 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-03 01:26:35
IDJOB=3730768
IDBENCH=1475
IDSOLVER=2328
FILE ID=node141/3730768-1338679595
RUNJOBID= node141-1338678623-5580
PBS_JOBID= 14636672
Free space on /tmp= 70712 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache-ibm-q-full.all.ucl.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3730768-1338679595/watcher-3730768-1338679595 -o /tmp/evaluation-result-3730768-1338679595/solver-3730768-1338679595 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3730768-1338679595.opb

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

MD5SUM BENCH= 14c93c93dc53353f81a889ada18ba601
RANDOM SEED=791621227

node141.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.744
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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.744
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.93
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.744
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.92
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.744
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.744
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.744
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.92
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.744
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:       32873844 kB
MemFree:        25304352 kB
Buffers:          387624 kB
Cached:          3139512 kB
SwapCached:          216 kB
Active:          4335156 kB
Inactive:        2312552 kB
Active(anon):    3111512 kB
Inactive(anon):    11300 kB
Active(file):    1223644 kB
Inactive(file):  2301252 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:              7972 kB
Writeback:             0 kB
AnonPages:       3098688 kB
Mapped:            18916 kB
Shmem:               172 kB
Slab:             739560 kB
SReclaimable:     181584 kB
SUnreclaim:       557976 kB
KernelStack:        1808 kB
PageTables:        10228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10459220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3045376 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= 70712 MiB
End job on node141 at 2012-06-03 01:41:39