Trace number 3743628

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 NameAnswerobjective functionCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.08 900.345

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_50null10mast_rapportOE2.0_TMAX60_K67_cod1.opb
MD5SUMb63a917d588fe2910953571155dfae07
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-35450
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 16038
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 45248874
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 45248874
Number of bits of the biggest sum of numbers26
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3743628-1338784258.opb
0.09/0.12	c reading problem ... 
1.61/0.94	c ... done. Wall clock time 0.822s.
1.61/0.94	c #vars     40451
1.61/0.94	c #constraints  41073
1.61/0.94	c constraints type 
1.61/0.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36498
1.61/0.94	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1.61/0.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 552
1.61/0.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3896
1.61/0.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.61/0.94	c constraints type 
1.61/0.94	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3896
1.61/0.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 36498
1.61/0.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 552
1.61/0.94	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
1.61/0.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
32.61/15.90	c cleaning 2494 clauses out of 4992 with flag 5001/5001
70.43/34.64	c cleaning 4248 clauses out of 8498 with flag 11001/11001
111.54/55.22	c cleaning 5620 clauses out of 11251 with flag 18002/18002
162.90/81.00	c cleaning 6808 clauses out of 13630 with flag 26001/26001
231.40/115.24	c cleaning 7906 clauses out of 15822 with flag 35001/35001
315.32/157.25	c cleaning 8953 clauses out of 17916 with flag 45001/45001
395.42/197.37	c cleaning 9974 clauses out of 19962 with flag 56000/56000
472.70/236.08	c cleaning 10987 clauses out of 21989 with flag 68001/68001
549.96/274.74	c cleaning 11993 clauses out of 24001 with flag 81000/81000
669.48/334.55	c cleaning 13002 clauses out of 26008 with flag 95000/95000
818.98/409.35	c cleaning 13997 clauses out of 28008 with flag 110002/110002
946.03/472.91	c cleaning 15001 clauses out of 30012 with flag 126003/126003
1086.77/543.38	c cleaning 15997 clauses out of 32008 with flag 143000/143000
1254.88/627.45	c cleaning 16993 clauses out of 34011 with flag 161000/161000
1446.79/723.46	c cleaning 18001 clauses out of 36018 with flag 180000/180000
1639.63/819.90	c cleaning 18999 clauses out of 38017 with flag 200000/200000
1784.83/892.63	c cleaning 20001 clauses out of 40021 with flag 221003/221003
1800.08/900.31	c starts		: 119
1800.08/900.31	c conflicts		: 224363
1800.08/900.31	c decisions		: 688393
1800.08/900.31	c propagations		: 809164672
1800.08/900.31	c inspects		: 810166659
1800.08/900.31	c shortcuts		: 0
1800.08/900.31	c learnt literals	: 9
1800.08/900.31	c learnt binary clauses	: 276
1800.08/900.31	c learnt ternary clauses	: 181
1800.08/900.31	c learnt constraints	: 224353
1800.08/900.31	c ignored constraints	: 0
1800.08/900.31	c root simplifications	: 0
1800.08/900.31	c removed literals (reason simplification)	: 9395059
1800.08/900.31	c reason swapping (by a shorter reason)	: 0
1800.08/900.31	c Calls to reduceDB	: 17
1800.08/900.31	c number of reductions to clauses (during analyze)	: 0
1800.08/900.31	c number of learned constraints concerned by reduction	: 0
1800.08/900.31	c number of learning phase by resolution	: 0
1800.08/900.31	c number of learning phase by cutting planes	: 0
1800.08/900.31	c speed (assignments/second)	: 899701.6489320302
1800.08/900.31	c non guided choices	0
1800.08/900.33	c learnt constraints type 
1800.08/900.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 276
1800.08/900.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 23106
1800.08/900.33	c constraints type 
1800.08/900.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36498
1800.08/900.33	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1800.08/900.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 552
1800.08/900.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3896
1800.08/900.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.08/900.33	c constraints type 
1800.08/900.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3896
1800.08/900.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 36498
1800.08/900.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 552
1800.08/900.33	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
1800.08/900.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.08/900.33	s UNKNOWN
1800.08/900.33	c Total wall clock time (in seconds): 900.209

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-3743628-1338784258/watcher-3743628-1338784258 -o /tmp/evaluation-result-3743628-1338784258/solver-3743628-1338784258 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3743628-1338784258.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.82 3.94 3.91 4/198 4459
/proc/meminfo: memFree=26520596/32873648 swapFree=6860/6860
[pid=4459] ppid=4457 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/4459/stat : 4459 (java) D 4457 4459 3411 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 344551676 9515008 182 33554432000 1073741824 1073778376 140736040224928 140736040215960 259112386229 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/4459/statm: 2323 182 140 9 0 71 0

[startup+0.0152049 s]
/proc/loadavg: 3.82 3.94 3.91 4/198 4459
/proc/meminfo: memFree=26520596/32873648 swapFree=6860/6860
[pid=4459] ppid=4457 vsize=96268 CPUtime=0 cores=0,2,4,6
/proc/4459/stat : 4459 (java) S 4457 4459 3411 0 -1 4202496 1289 0 0 0 0 0 0 0 20 0 2 0 344551676 98578432 990 33554432000 1073741824 1073778376 140733986358608 140733986349744 259115745341 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4459/statm: 24334 991 756 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96268

[startup+0.100217 s]
/proc/loadavg: 3.82 3.94 3.91 4/198 4459
/proc/meminfo: memFree=26520596/32873648 swapFree=6860/6860
[pid=4459] ppid=4457 vsize=11586392 CPUtime=0.09 cores=0,2,4,6
/proc/4459/stat : 4459 (java) S 4457 4459 3411 0 -1 4202496 5249 0 1 0 8 1 0 0 20 0 18 0 344551676 11864465408 13601 33554432000 1073741824 1073778376 140733986358608 140733986349744 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4459/statm: 2896598 13601 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11586392

[startup+0.300177 s]
/proc/loadavg: 3.82 3.94 3.91 4/198 4459
/proc/meminfo: memFree=26520596/32873648 swapFree=6860/6860
[pid=4459] ppid=4457 vsize=11586392 CPUtime=0.5 cores=0,2,4,6
/proc/4459/stat : 4459 (java) S 4457 4459 3411 0 -1 4202496 6875 0 1 0 48 2 0 0 20 0 18 0 344551676 11864465408 18035 33554432000 1073741824 1073778376 140733986358608 140733986349744 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4459/statm: 2896598 18035 2223 9 0 2887285 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 11586392

[startup+0.700239 s]
/proc/loadavg: 3.82 3.94 3.91 4/198 4459
/proc/meminfo: memFree=26520596/32873648 swapFree=6860/6860
[pid=4459] ppid=4457 vsize=11586392 CPUtime=1.36 cores=0,2,4,6
/proc/4459/stat : 4459 (java) S 4457 4459 3411 0 -1 4202496 11861 0 1 0 129 7 0 0 20 0 18 0 344551676 11864465408 93144 33554432000 1073741824 1073778376 140733986358608 140733986349744 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4459/statm: 2896598 93144 2250 9 0 2887285 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 11586392

[startup+1.50071 s]
/proc/loadavg: 3.82 3.94 3.91 6/218 4479
/proc/meminfo: memFree=26071712/32873648 swapFree=6860/6860
[pid=4459] ppid=4457 vsize=11852648 CPUtime=3.6 cores=0,2,4,6
/proc/4459/stat : 4459 (java) S 4457 4459 3411 0 -1 4202496 12630 0 1 0 351 9 0 0 20 0 22 0 344551676 12137111552 122433 33554432000 1073741824 1073778376 140733986358608 140733986349744 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4459/statm: 2963162 122433 2262 9 0 2953849 0
[pid=4459/tid=4461] ppid=4457 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/4459/task/4461/stat : 4461 (java) S 4457 4459 3411 0 -1 4202560 3563 0 1 0 84 7 0 0 20 0 22 0 344551677 12137111552 122433 33554432000 1073741824 1073778376 140733986358608 140331661788312 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4459/tid=4462] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4462/stat : 4462 (java) S 4457 4459 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344551679 12137111552 122433 33554432000 1073741824 1073778376 140733986358608 140331616541352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4463] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4463/stat : 4463 (java) S 4457 4459 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344551679 12137111552 122433 33554432000 1073741824 1073778376 140733986358608 140331615488808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4459/tid=4464] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4464/stat : 4464 (java) S 4457 4459 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344551679 12137111552 122433 33554432000 1073741824 1073778376 140733986358608 140331496500136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4459/tid=4465] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4465/stat : 4465 (java) S 4457 4459 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344551679 12137111552 122433 33554432000 1073741824 1073778376 140733986358608 140331495447592 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4459/tid=4466] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4466/stat : 4466 (java) S 4457 4459 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344551679 12137111552 122433 33554432000 1073741824 1073778376 140733986358608 140331494394024 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4467] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4467/stat : 4467 (java) S 4457 4459 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344551679 12137111552 122433 33554432000 1073741824 1073778376 140733986358608 140331493341480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4459/tid=4468] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4468/stat : 4468 (java) S 4457 4459 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344551679 12137111552 122433 33554432000 1073741824 1073778376 140733986358608 140331492288936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4469] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4469/stat : 4469 (java) S 4457 4459 3411 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344551679 12137111552 122433 33554432000 1073741824 1073778376 140733986358608 140331491236392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4470] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4470/stat : 4470 (java) S 4457 4459 3411 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344551680 12137111552 122433 33554432000 1073741824 1073778376 140733986358608 140331008907880 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4471] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4471/stat : 4471 (java) S 4457 4459 3411 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344551681 12137111552 122433 33554432000 1073741824 1073778376 140733986358608 140331007854200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4472] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4472/stat : 4472 (java) S 4457 4459 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344551681 12137111552 122433 33554432000 1073741824 1073778376 140733986358608 140331006801544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4473] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4473/stat : 4473 (java) S 4457 4459 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344551683 12137111552 122433 33554432000 1073741824 1073778376 140733986358608 140331005750288 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4474] ppid=4457 vsize=11852648 CPUtime=0.76 cores=0,2,4,6
/proc/4459/task/4474/stat : 4474 (java) S 4457 4459 3411 0 -1 4202560 4659 0 0 0 76 0 0 0 20 0 22 0 344551683 12137111552 122433 33554432000 1073741824 1073778376 140733986358608 140331004696632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4459/tid=4475] ppid=4457 vsize=11852648 CPUtime=0.79 cores=0,2,4,6
/proc/4459/task/4475/stat : 4475 (java) S 4457 4459 3411 0 -1 4202560 3096 0 0 0 79 0 0 0 20 0 22 0 344551683 12137111552 122433 33554432000 1073741824 1073778376 140733986358608 140331003644088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4459/tid=4476] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4476/stat : 4476 (java) S 4457 4459 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344551683 12137111552 122433 33554432000 1073741824 1073778376 140733986358608 140331002591736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4459/tid=4477] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4477/stat : 4477 (java) S 4457 4459 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344551683 12137111552 122433 33554432000 1073741824 1073778376 140733986358608 140331001539400 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4459/tid=4478] ppid=4457 vsize=11852648 CPUtime=0.53 cores=0,2,4,6
/proc/4459/task/4478/stat : 4478 (java) R 4457 4459 3411 0 -1 4202560 23 0 0 0 53 0 0 0 20 0 22 0 344551771 12137111552 122433 33554432000 1073741824 1073778376 140733986358608 140331000482656 140331497388809 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4459/tid=4479] ppid=4457 vsize=11852648 CPUtime=0.52 cores=0,2,4,6
/proc/4459/task/4479/stat : 4479 (java) R 4457 4459 3411 0 -1 4202560 88 0 0 0 52 0 0 0 20 0 22 0 344551771 12137111552 122433 33554432000 1073741824 1073778376 140733986358608 140330999431864 140331497559197 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4480] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4480/stat : 4480 (java) S 4457 4459 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344551776 12137111552 122433 33554432000 1073741824 1073778376 140733986358608 140330998380072 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4459/tid=4481] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4481/stat : 4481 (java) S 4457 4459 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344551776 12137111552 122433 33554432000 1073741824 1073778376 140733986358608 140330997327528 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 11852648

[startup+3.10168 s]
/proc/loadavg: 3.82 3.94 3.91 5/220 4481
/proc/meminfo: memFree=26038160/32873648 swapFree=6860/6860
[pid=4459] ppid=4457 vsize=11852648 CPUtime=6.97 cores=0,2,4,6
/proc/4459/stat : 4459 (java) S 4457 4459 3411 0 -1 4202496 12634 0 1 0 688 9 0 0 20 0 22 0 344551676 12137111552 122435 33554432000 1073741824 1073778376 140733986358608 140733986349744 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4459/statm: 2963162 122435 2263 9 0 2953849 0
[pid=4459/tid=4461] ppid=4457 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/4459/task/4461/stat : 4461 (java) S 4457 4459 3411 0 -1 4202560 3563 0 1 0 84 7 0 0 20 0 22 0 344551677 12137111552 122435 33554432000 1073741824 1073778376 140733986358608 140331661788312 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4459/tid=4462] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4462/stat : 4462 (java) S 4457 4459 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344551679 12137111552 122435 33554432000 1073741824 1073778376 140733986358608 140331616541352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4463] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4463/stat : 4463 (java) S 4457 4459 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344551679 12137111552 122435 33554432000 1073741824 1073778376 140733986358608 140331615488808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4459/tid=4464] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4464/stat : 4464 (java) S 4457 4459 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344551679 12137111552 122435 33554432000 1073741824 1073778376 140733986358608 140331496500136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4459/tid=4465] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4465/stat : 4465 (java) S 4457 4459 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344551679 12137111552 122435 33554432000 1073741824 1073778376 140733986358608 140331495447592 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4459/tid=4466] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4466/stat : 4466 (java) S 4457 4459 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344551679 12137111552 122435 33554432000 1073741824 1073778376 140733986358608 140331494394024 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4467] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4467/stat : 4467 (java) S 4457 4459 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344551679 12137111552 122435 33554432000 1073741824 1073778376 140733986358608 140331493341480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4459/tid=4468] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4468/stat : 4468 (java) S 4457 4459 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344551679 12137111552 122435 33554432000 1073741824 1073778376 140733986358608 140331492288936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4469] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4469/stat : 4469 (java) S 4457 4459 3411 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344551679 12137111552 122435 33554432000 1073741824 1073778376 140733986358608 140331491236392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4470] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4470/stat : 4470 (java) S 4457 4459 3411 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344551680 12137111552 122435 33554432000 1073741824 1073778376 140733986358608 140331008907880 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4459/tid=4471] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4471/stat : 4471 (java) S 4457 4459 3411 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344551681 12137111552 122435 33554432000 1073741824 1073778376 140733986358608 140331007854200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4472] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4472/stat : 4472 (java) S 4457 4459 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344551681 12137111552 122435 33554432000 1073741824 1073778376 140733986358608 140331006801544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4473] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4473/stat : 4473 (java) S 4457 4459 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344551683 12137111552 122435 33554432000 1073741824 1073778376 140733986358608 140331005750288 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4474] ppid=4457 vsize=11852648 CPUtime=0.81 cores=0,2,4,6
/proc/4459/task/4474/stat : 4474 (java) S 4457 4459 3411 0 -1 4202560 4659 0 0 0 81 0 0 0 20 0 22 0 344551683 12137111552 122435 33554432000 1073741824 1073778376 140733986358608 140331004696632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4475] ppid=4457 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/4459/task/4475/stat : 4475 (java) S 4457 4459 3411 0 -1 4202560 3097 0 0 0 92 0 0 0 20 0 22 0 344551683 12137111552 122435 33554432000 1073741824 1073778376 140733986358608 140331003644088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4459/tid=4476] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4476/stat : 4476 (java) S 4457 4459 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344551683 12137111552 122435 33554432000 1073741824 1073778376 140733986358608 140331002591736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4459/tid=4477] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4477/stat : 4477 (java) S 4457 4459 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344551683 12137111552 122435 33554432000 1073741824 1073778376 140733986358608 140331001539400 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4459/tid=4478] ppid=4457 vsize=11852648 CPUtime=2.13 cores=0,2,4,6
/proc/4459/task/4478/stat : 4478 (java) R 4457 4459 3411 0 -1 4202560 26 0 0 0 213 0 0 0 20 0 22 0 344551771 12137111552 122435 33554432000 1073741824 1073778376 140733986358608 140331000482672 140331497570202 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4459/tid=4479] ppid=4457 vsize=11852648 CPUtime=2.12 cores=0,2,4,6
/proc/4459/task/4479/stat : 4479 (java) R 4457 4459 3411 0 -1 4202560 88 0 0 0 212 0 0 0 20 0 22 0 344551771 12137111552 122435 33554432000 1073741824 1073778376 140733986358608 140330999430056 140331497558983 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4459/tid=4480] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4480/stat : 4480 (java) S 4457 4459 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344551776 12137111552 122435 33554432000 1073741824 1073778376 140733986358608 140330998380072 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4459/tid=4481] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4481/stat : 4481 (java) S 4457 4459 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344551776 12137111552 122435 33554432000 1073741824 1073778376 140733986358608 140330997327528 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.97
Current children cumulated vsize (KiB) 11852648

[startup+6.30123 s]
/proc/loadavg: 3.83 3.94 3.91 5/219 4481
/proc/meminfo: memFree=26037796/32873648 swapFree=6860/6860
[pid=4459] ppid=4457 vsize=11852648 CPUtime=13.39 cores=0,2,4,6
/proc/4459/stat : 4459 (java) S 4457 4459 3411 0 -1 4202496 12637 0 1 0 1330 9 0 0 20 0 22 0 344551676 12137111552 122301 33554432000 1073741824 1073778376 140733986358608 140733986349744 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4459/statm: 2963162 122301 2264 9 0 2953849 0
[pid=4459/tid=4461] ppid=4457 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/4459/task/4461/stat : 4461 (java) S 4457 4459 3411 0 -1 4202560 3563 0 1 0 84 7 0 0 20 0 22 0 344551677 12137111552 122301 33554432000 1073741824 1073778376 140733986358608 140331661788312 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4459/tid=4462] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4462/stat : 4462 (java) S 4457 4459 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344551679 12137111552 122301 33554432000 1073741824 1073778376 140733986358608 140331616541352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4463] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4463/stat : 4463 (java) S 4457 4459 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344551679 12137111552 122301 33554432000 1073741824 1073778376 140733986358608 140331615488808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4459/tid=4464] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4464/stat : 4464 (java) S 4457 4459 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344551679 12137111552 122301 33554432000 1073741824 1073778376 140733986358608 140331496500136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4459/tid=4465] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4465/stat : 4465 (java) S 4457 4459 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344551679 12137111552 122301 33554432000 1073741824 1073778376 140733986358608 140331495447592 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4459/tid=4466] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4466/stat : 4466 (java) S 4457 4459 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344551679 12137111552 122301 33554432000 1073741824 1073778376 140733986358608 140331494394024 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4467] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4467/stat : 4467 (java) S 4457 4459 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344551679 12137111552 122301 33554432000 1073741824 1073778376 140733986358608 140331493341480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4459/tid=4468] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4468/stat : 4468 (java) S 4457 4459 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344551679 12137111552 122301 33554432000 1073741824 1073778376 140733986358608 140331492288936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4469] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4469/stat : 4469 (java) S 4457 4459 3411 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344551679 12137111552 122301 33554432000 1073741824 1073778376 140733986358608 140331491236392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4470] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4470/stat : 4470 (java) S 4457 4459 3411 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344551680 12137111552 122301 33554432000 1073741824 1073778376 140733986358608 140331008907880 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4459/tid=4471] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4471/stat : 4471 (java) S 4457 4459 3411 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344551681 12137111552 122301 33554432000 1073741824 1073778376 140733986358608 140331007854200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4472] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4472/stat : 4472 (java) S 4457 4459 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344551681 12137111552 122301 33554432000 1073741824 1073778376 140733986358608 140331006801544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4473] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4473/stat : 4473 (java) S 4457 4459 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344551683 12137111552 122301 33554432000 1073741824 1073778376 140733986358608 140331005750288 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4474] ppid=4457 vsize=11852648 CPUtime=0.81 cores=0,2,4,6
/proc/4459/task/4474/stat : 4474 (java) S 4457 4459 3411 0 -1 4202560 4659 0 0 0 81 0 0 0 20 0 22 0 344551683 12137111552 122301 33554432000 1073741824 1073778376 140733986358608 140331004696632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/4459/statm: 2963162 902618 2290 9 0 2953849 0
[pid=4459/tid=4461] ppid=4457 vsize=11852648 CPUtime=0.94 cores=0,2,4,6
/proc/4459/task/4461/stat : 4461 (java) S 4457 4459 3411 0 -1 4202560 3571 0 1 0 86 8 0 0 20 0 22 0 344551677 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331661788312 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4459/tid=4462] ppid=4457 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/4459/task/4462/stat : 4462 (java) S 4457 4459 3411 0 -1 4202560 51 0 0 0 28 2 0 0 20 0 22 0 344551679 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331616541352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4463] ppid=4457 vsize=11852648 CPUtime=0.28 cores=0,2,4,6
/proc/4459/task/4463/stat : 4463 (java) S 4457 4459 3411 0 -1 4202560 106 0 0 0 26 2 0 0 20 0 22 0 344551679 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331615488808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4464] ppid=4457 vsize=11852648 CPUtime=0.28 cores=0,2,4,6
/proc/4459/task/4464/stat : 4464 (java) S 4457 4459 3411 0 -1 4202560 50 0 0 0 26 2 0 0 20 0 22 0 344551679 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331496500136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4459/tid=4465] ppid=4457 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/4459/task/4465/stat : 4465 (java) S 4457 4459 3411 0 -1 4202560 53 0 0 0 27 3 0 0 20 0 22 0 344551679 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331495447592 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4466] ppid=4457 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/4459/task/4466/stat : 4466 (java) S 4457 4459 3411 0 -1 4202560 45 0 0 0 28 3 0 0 20 0 22 0 344551679 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331494394024 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4459/tid=4467] ppid=4457 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/4459/task/4467/stat : 4467 (java) S 4457 4459 3411 0 -1 4202560 90 0 0 0 27 2 0 0 20 0 22 0 344551679 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331493341480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4459/tid=4468] ppid=4457 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/4459/task/4468/stat : 4468 (java) S 4457 4459 3411 0 -1 4202560 43 0 0 0 28 2 0 0 20 0 22 0 344551679 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331492288936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4459/tid=4469] ppid=4457 vsize=11852648 CPUtime=0.25 cores=0,2,4,6
/proc/4459/task/4469/stat : 4469 (java) S 4457 4459 3411 0 -1 4202560 33 0 0 0 23 2 0 0 20 0 22 0 344551679 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331491236392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4459/tid=4470] ppid=4457 vsize=11852648 CPUtime=2.55 cores=0,2,4,6
/proc/4459/task/4470/stat : 4470 (java) S 4457 4459 3411 0 -1 4202560 7667 0 0 0 242 13 0 0 20 0 22 0 344551680 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331008907880 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4459/tid=4471] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4471/stat : 4471 (java) S 4457 4459 3411 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 344551681 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331007854200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4459/tid=4472] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4472/stat : 4472 (java) S 4457 4459 3411 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 344551681 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331006801544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4459/tid=4473] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4473/stat : 4473 (java) S 4457 4459 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344551683 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331005750288 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4474] ppid=4457 vsize=11852648 CPUtime=1.48 cores=0,2,4,6
/proc/4459/task/4474/stat : 4474 (java) S 4457 4459 3411 0 -1 4202560 11801 0 0 0 146 2 0 0 20 0 22 0 344551683 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331004696632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4459/tid=4475] ppid=4457 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/4459/task/4475/stat : 4475 (java) S 4457 4459 3411 0 -1 4202560 3106 0 0 0 103 0 0 0 20 0 22 0 344551683 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331003644088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4459/tid=4476] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4476/stat : 4476 (java) S 4457 4459 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344551683 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331002591736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4459/tid=4477] ppid=4457 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/4459/task/4477/stat : 4477 (java) S 4457 4459 3411 0 -1 4202560 51 0 0 0 13 17 0 0 20 0 22 0 344551683 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331001539400 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4459/tid=4478] ppid=4457 vsize=11852648 CPUtime=875.5 cores=0,2,4,6
/proc/4459/task/4478/stat : 4478 (java) R 4457 4459 3411 0 -1 4202560 135 0 0 0 87536 14 0 0 20 0 22 0 344551771 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331000483472 140331497388809 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4459/tid=4479] ppid=4457 vsize=11852648 CPUtime=875.57 cores=0,2,4,6
/proc/4459/task/4479/stat : 4479 (java) R 4457 4459 3411 0 -1 4202560 1552 0 0 0 87495 62 0 0 20 0 22 0 344551771 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140330999429696 140331497478838 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4459/tid=4480] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4480/stat : 4480 (java) S 4457 4459 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344551776 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140330998380072 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4459/tid=4481] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4481/stat : 4481 (java) S 4457 4459 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344551776 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140330997327528 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1764.23
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.301 s]
/proc/loadavg: 4.01 4.03 3.95 5/219 4552
/proc/meminfo: memFree=22879780/32873648 swapFree=6860/6860
[pid=4459] ppid=4457 vsize=11852648 CPUtime=1800.08 cores=0,2,4,6
/proc/4459/stat : 4459 (java) S 4457 4459 3411 0 -1 4202496 31083 0 1 0 179905 103 0 0 20 0 22 0 344551676 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140733986349744 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4459/statm: 2963162 902618 2290 9 0 2953849 0
[pid=4459/tid=4461] ppid=4457 vsize=11852648 CPUtime=0.94 cores=0,2,4,6
/proc/4459/task/4461/stat : 4461 (java) S 4457 4459 3411 0 -1 4202560 3571 0 1 0 86 8 0 0 20 0 22 0 344551677 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331661788312 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4459/tid=4462] ppid=4457 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/4459/task/4462/stat : 4462 (java) S 4457 4459 3411 0 -1 4202560 51 0 0 0 28 2 0 0 20 0 22 0 344551679 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331616541352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4463] ppid=4457 vsize=11852648 CPUtime=0.28 cores=0,2,4,6
/proc/4459/task/4463/stat : 4463 (java) S 4457 4459 3411 0 -1 4202560 106 0 0 0 26 2 0 0 20 0 22 0 344551679 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331615488808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4464] ppid=4457 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/4459/task/4464/stat : 4464 (java) S 4457 4459 3411 0 -1 4202560 50 0 0 0 27 2 0 0 20 0 22 0 344551679 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331496500136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4459/tid=4465] ppid=4457 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/4459/task/4465/stat : 4465 (java) S 4457 4459 3411 0 -1 4202560 53 0 0 0 27 3 0 0 20 0 22 0 344551679 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331495447592 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4466] ppid=4457 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/4459/task/4466/stat : 4466 (java) S 4457 4459 3411 0 -1 4202560 45 0 0 0 28 3 0 0 20 0 22 0 344551679 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331494394024 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4459/tid=4467] ppid=4457 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/4459/task/4467/stat : 4467 (java) S 4457 4459 3411 0 -1 4202560 90 0 0 0 28 2 0 0 20 0 22 0 344551679 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331493341480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4459/tid=4468] ppid=4457 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/4459/task/4468/stat : 4468 (java) S 4457 4459 3411 0 -1 4202560 43 0 0 0 28 2 0 0 20 0 22 0 344551679 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331492288936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4459/tid=4469] ppid=4457 vsize=11852648 CPUtime=0.25 cores=0,2,4,6
/proc/4459/task/4469/stat : 4469 (java) S 4457 4459 3411 0 -1 4202560 33 0 0 0 23 2 0 0 20 0 22 0 344551679 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331491236392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4459/tid=4470] ppid=4457 vsize=11852648 CPUtime=2.72 cores=0,2,4,6
/proc/4459/task/4470/stat : 4470 (java) S 4457 4459 3411 0 -1 4202560 9202 0 0 0 258 14 0 0 20 0 22 0 344551680 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331008907880 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4459/tid=4471] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4471/stat : 4471 (java) S 4457 4459 3411 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 344551681 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331007854200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4459/tid=4472] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4472/stat : 4472 (java) S 4457 4459 3411 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 344551681 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331006801544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4459/tid=4473] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4473/stat : 4473 (java) S 4457 4459 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344551683 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331005750288 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4474] ppid=4457 vsize=11852648 CPUtime=1.48 cores=0,2,4,6
/proc/4459/task/4474/stat : 4474 (java) S 4457 4459 3411 0 -1 4202560 11801 0 0 0 146 2 0 0 20 0 22 0 344551683 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331004696632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4459/tid=4475] ppid=4457 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/4459/task/4475/stat : 4475 (java) S 4457 4459 3411 0 -1 4202560 3107 0 0 0 104 0 0 0 20 0 22 0 344551683 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331003644088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4459/tid=4476] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4476/stat : 4476 (java) S 4457 4459 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344551683 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331002591736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4459/tid=4477] ppid=4457 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/4459/task/4477/stat : 4477 (java) S 4457 4459 3411 0 -1 4202560 51 0 0 0 13 17 0 0 20 0 22 0 344551683 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331001539400 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4459/tid=4478] ppid=4457 vsize=11852648 CPUtime=893.28 cores=0,2,4,6
/proc/4459/task/4478/stat : 4478 (java) R 4457 4459 3411 0 -1 4202560 137 0 0 0 89314 14 0 0 20 0 22 0 344551771 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331000484432 140331497368970 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4459/tid=4479] ppid=4457 vsize=11852648 CPUtime=893.35 cores=0,2,4,6
/proc/4459/task/4479/stat : 4479 (java) R 4457 4459 3411 0 -1 4202560 1552 0 0 0 89273 62 0 0 20 0 22 0 344551771 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140330999431512 140331497558864 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4459/tid=4480] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4480/stat : 4480 (java) S 4457 4459 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344551776 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140330998380072 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4459/tid=4481] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4481/stat : 4481 (java) S 4457 4459 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344551776 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140330997327528 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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+900.301 s]
/proc/loadavg: 4.01 4.03 3.95 5/219 4552
/proc/meminfo: memFree=22879780/32873648 swapFree=6860/6860
[pid=4459] ppid=4457 vsize=11852648 CPUtime=1800.08 cores=0,2,4,6
/proc/4459/stat : 4459 (java) S 4457 4459 3411 0 -1 4202496 31083 0 1 0 179905 103 0 0 20 0 22 0 344551676 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140733986349744 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4459/statm: 2963162 902618 2290 9 0 2953849 0
[pid=4459/tid=4461] ppid=4457 vsize=11852648 CPUtime=0.94 cores=0,2,4,6
/proc/4459/task/4461/stat : 4461 (java) S 4457 4459 3411 0 -1 4202560 3571 0 1 0 86 8 0 0 20 0 22 0 344551677 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331661788312 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4459/tid=4462] ppid=4457 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/4459/task/4462/stat : 4462 (java) S 4457 4459 3411 0 -1 4202560 51 0 0 0 28 2 0 0 20 0 22 0 344551679 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331616541352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4463] ppid=4457 vsize=11852648 CPUtime=0.28 cores=0,2,4,6
/proc/4459/task/4463/stat : 4463 (java) S 4457 4459 3411 0 -1 4202560 106 0 0 0 26 2 0 0 20 0 22 0 344551679 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331615488808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4464] ppid=4457 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/4459/task/4464/stat : 4464 (java) S 4457 4459 3411 0 -1 4202560 50 0 0 0 27 2 0 0 20 0 22 0 344551679 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331496500136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4459/tid=4465] ppid=4457 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/4459/task/4465/stat : 4465 (java) S 4457 4459 3411 0 -1 4202560 53 0 0 0 27 3 0 0 20 0 22 0 344551679 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331495447592 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4466] ppid=4457 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/4459/task/4466/stat : 4466 (java) S 4457 4459 3411 0 -1 4202560 45 0 0 0 28 3 0 0 20 0 22 0 344551679 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331494394024 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4459/tid=4467] ppid=4457 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/4459/task/4467/stat : 4467 (java) S 4457 4459 3411 0 -1 4202560 90 0 0 0 28 2 0 0 20 0 22 0 344551679 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331493341480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4459/tid=4468] ppid=4457 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/4459/task/4468/stat : 4468 (java) S 4457 4459 3411 0 -1 4202560 43 0 0 0 28 2 0 0 20 0 22 0 344551679 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331492288936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4459/tid=4469] ppid=4457 vsize=11852648 CPUtime=0.25 cores=0,2,4,6
/proc/4459/task/4469/stat : 4469 (java) S 4457 4459 3411 0 -1 4202560 33 0 0 0 23 2 0 0 20 0 22 0 344551679 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331491236392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4459/tid=4470] ppid=4457 vsize=11852648 CPUtime=2.72 cores=0,2,4,6
/proc/4459/task/4470/stat : 4470 (java) S 4457 4459 3411 0 -1 4202560 9202 0 0 0 258 14 0 0 20 0 22 0 344551680 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331008907880 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4459/tid=4471] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4471/stat : 4471 (java) S 4457 4459 3411 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 344551681 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331007854200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4459/tid=4472] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4472/stat : 4472 (java) S 4457 4459 3411 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 344551681 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331006801544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4459/tid=4473] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4473/stat : 4473 (java) S 4457 4459 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344551683 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331005750288 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4459/tid=4474] ppid=4457 vsize=11852648 CPUtime=1.48 cores=0,2,4,6
/proc/4459/task/4474/stat : 4474 (java) S 4457 4459 3411 0 -1 4202560 11801 0 0 0 146 2 0 0 20 0 22 0 344551683 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331004696632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4459/tid=4475] ppid=4457 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/4459/task/4475/stat : 4475 (java) S 4457 4459 3411 0 -1 4202560 3107 0 0 0 104 0 0 0 20 0 22 0 344551683 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331003644088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4459/tid=4476] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4476/stat : 4476 (java) S 4457 4459 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344551683 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331002591736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4459/tid=4477] ppid=4457 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/4459/task/4477/stat : 4477 (java) S 4457 4459 3411 0 -1 4202560 51 0 0 0 13 17 0 0 20 0 22 0 344551683 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331001539400 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4459/tid=4478] ppid=4457 vsize=11852648 CPUtime=893.28 cores=0,2,4,6
/proc/4459/task/4478/stat : 4478 (java) R 4457 4459 3411 0 -1 4202560 137 0 0 0 89314 14 0 0 20 0 22 0 344551771 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140331000484432 140331497368970 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4459/tid=4479] ppid=4457 vsize=11852648 CPUtime=893.35 cores=0,2,4,6
/proc/4459/task/4479/stat : 4479 (java) R 4457 4459 3411 0 -1 4202560 1552 0 0 0 89273 62 0 0 20 0 22 0 344551771 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140330999431512 140331497558864 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4459/tid=4480] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4480/stat : 4480 (java) S 4457 4459 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344551776 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140330998380072 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4459/tid=4481] ppid=4457 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4459/task/4481/stat : 4481 (java) S 4457 4459 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344551776 12137111552 902618 33554432000 1073741824 1073778376 140733986358608 140330997327528 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 11852648

Child status: 143

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

Real time (s): 900.345
CPU time (s): 1800.08
CPU user time (s): 1799.05
CPU system time (s): 1.03
CPU usage (%): 199.932
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.3
system time used= 1.52077
maximum resident set size= 3616612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31114
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25923
involuntary context switches= 21054

runsolver used 3.98239 second user time and 7.27289 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-04 06:30:58
IDJOB=3743628
IDBENCH=91942
IDSOLVER=2328
FILE ID=node124/3743628-1338784258
RUNJOBID= node124-1338777895-3427
PBS_JOBID= 14636829
Free space on /tmp= 70704 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_fibo_50null10mast_rapportOE2.0_TMAX60_K67_cod1.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743628-1338784258/watcher-3743628-1338784258 -o /tmp/evaluation-result-3743628-1338784258/solver-3743628-1338784258 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3743628-1338784258.opb

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

MD5SUM BENCH= b63a917d588fe2910953571155dfae07
RANDOM SEED=99263776

node124.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		: 2667.325
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	: 5334.65
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5357.53
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26520728 kB
Buffers:          247796 kB
Cached:          1701528 kB
SwapCached:         8264 kB
Active:          4083732 kB
Inactive:        1465736 kB
Active(anon):    3594116 kB
Inactive(anon):     8240 kB
Active(file):     489616 kB
Inactive(file):  1457496 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091600 kB
Dirty:              2836 kB
Writeback:            24 kB
AnonPages:       3613688 kB
Mapped:            17236 kB
Shmem:                 0 kB
Slab:             646960 kB
SReclaimable:      91044 kB
SUnreclaim:       555916 kB
KernelStack:        1624 kB
PageTables:        11148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10460320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3577856 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= 70704 MiB
End job on node124 at 2012-06-04 06:46:00