Trace number 3742370

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.03 907.756

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K133.opb
MD5SUM2e2bfba9fd441b7330d2c90af940d9b0
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15827
Total number of constraints16095
Number of constraints which are clauses15962
Number of constraints which are cardinality constraints (but not clauses)133
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint133
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 134
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.1.v20110525
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		9996466904
0.07/0.10	c Max memory 		10048897024
0.07/0.10	c Total memory 		10048897024
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3742370-1338766316.opb
0.07/0.13	c reading problem ... 
0.97/0.59	c ... done. Wall clock time 0.461s.
0.97/0.59	c #vars     15827
0.97/0.59	c #constraints  16095
0.97/0.59	c constraints type 
0.97/0.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14244
0.97/0.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 133
0.97/0.59	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1716
0.97/0.59	c constraints type 
0.97/0.59	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1716
0.97/0.59	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14244
0.97/0.59	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 133
7.30/3.03	c cleaning 2487 clauses out of 4991 with flag 5000/5000
13.40/5.73	c cleaning 4233 clauses out of 8497 with flag 11000/11000
22.15/10.11	c cleaning 5594 clauses out of 11260 with flag 18000/18000
29.71/13.90	c cleaning 6716 clauses out of 13663 with flag 26001/26001
40.68/19.42	c cleaning 7819 clauses out of 15947 with flag 35001/35001
51.25/24.72	c cleaning 8833 clauses out of 18121 with flag 45002/45002
65.20/31.80	c cleaning 9966 clauses out of 20285 with flag 56002/56002
76.33/37.35	c cleaning 10901 clauses out of 22316 with flag 68003/68003
89.24/43.87	c cleaning 12010 clauses out of 24412 with flag 81000/81000
103.02/50.77	c cleaning 13024 clauses out of 26395 with flag 95000/95000
120.57/59.55	c cleaning 13946 clauses out of 28369 with flag 110001/110001
137.72/68.18	c cleaning 14917 clauses out of 30421 with flag 126001/126001
154.78/76.73	c cleaning 16016 clauses out of 32503 with flag 143000/143000
173.88/86.36	c cleaning 16441 clauses out of 33482 with flag 160001/160001
194.40/96.60	c cleaning 16927 clauses out of 34042 with flag 177003/177003
216.38/107.61	c cleaning 16977 clauses out of 34110 with flag 194001/194001
251.26/125.16	c cleaning 16796 clauses out of 34129 with flag 211000/211000
272.12/135.63	c cleaning 16926 clauses out of 34333 with flag 228000/228000
293.98/146.67	c cleaning 16903 clauses out of 34402 with flag 245000/245000
315.24/157.31	c cleaning 17026 clauses out of 34497 with flag 262000/262000
339.02/169.37	c cleaning 16917 clauses out of 34469 with flag 279000/279000
361.45/180.66	c cleaning 16115 clauses out of 34547 with flag 296000/296000
378.50/189.25	c cleaning 16026 clauses out of 35432 with flag 313000/313000
397.51/198.86	c cleaning 16416 clauses out of 36406 with flag 330000/330000
415.23/207.84	c cleaning 15894 clauses out of 36989 with flag 347001/347001
434.23/217.48	c cleaning 16178 clauses out of 38094 with flag 364000/364000
456.03/228.43	c cleaning 15888 clauses out of 38918 with flag 381002/381002
478.69/239.81	c cleaning 16020 clauses out of 40031 with flag 398003/398003
499.96/250.62	c cleaning 16013 clauses out of 41011 with flag 415004/415004
520.75/261.13	c cleaning 16328 clauses out of 41991 with flag 432000/432000
552.79/277.22	c cleaning 16295 clauses out of 42663 with flag 449000/449000
573.96/287.99	c cleaning 16153 clauses out of 43368 with flag 466000/466000
598.22/300.20	c cleaning 16193 clauses out of 44217 with flag 483002/483002
618.16/310.34	c cleaning 16446 clauses out of 45022 with flag 500000/500000
637.93/320.35	c cleaning 16147 clauses out of 45575 with flag 517000/517000
657.86/330.48	c cleaning 15937 clauses out of 46428 with flag 534000/534000
688.91/346.15	c cleaning 0 clauses out of 5001 with flag 0/5001
739.96/371.70	c cleaning 16744 clauses out of 47491 with flag 551000/551000
761.09/382.30	c cleaning 16128 clauses out of 47747 with flag 568000/568000
782.68/393.24	c cleaning 16264 clauses out of 48619 with flag 585000/585000
852.13/428.18	c cleaning 16351 clauses out of 49355 with flag 602000/602000
927.36/465.82	c cleaning 16648 clauses out of 50004 with flag 619000/619000
964.57/484.53	c cleaning 16393 clauses out of 50356 with flag 636000/636000
990.10/497.42	c cleaning 16283 clauses out of 50963 with flag 653000/653000
1027.16/516.29	c cleaning 16459 clauses out of 51680 with flag 670000/670000
1058.91/532.28	c cleaning 16663 clauses out of 52223 with flag 687002/687002
1078.58/542.30	c cleaning 15989 clauses out of 52549 with flag 704001/704001
1098.42/552.39	c cleaning 16072 clauses out of 53560 with flag 721001/721001
1116.72/561.79	c cleaning 16214 clauses out of 54488 with flag 738001/738001
1139.79/573.44	c cleaning 16244 clauses out of 55273 with flag 755000/755000
1167.25/587.35	c cleaning 16367 clauses out of 56034 with flag 772005/772005
1186.52/597.16	c cleaning 16311 clauses out of 56661 with flag 789000/789000
1209.22/608.75	c cleaning 16291 clauses out of 57350 with flag 806000/806000
1228.66/618.63	c cleaning 15878 clauses out of 58057 with flag 823000/823000
1250.51/629.80	c cleaning 16235 clauses out of 59179 with flag 840000/840000
1270.82/640.01	c cleaning 16528 clauses out of 59946 with flag 857002/857002
1302.07/655.90	c cleaning 15981 clauses out of 60418 with flag 874003/874003
1352.35/681.21	c cleaning 16341 clauses out of 61436 with flag 891002/891002
1389.03/699.78	c cleaning 16322 clauses out of 62093 with flag 908000/908000
1518.83/764.67	c cleaning 16393 clauses out of 62772 with flag 925001/925001
1555.78/783.43	c cleaning 16558 clauses out of 63381 with flag 942003/942003
1583.80/797.64	c cleaning 16500 clauses out of 63820 with flag 959000/959000
1610.81/811.32	c cleaning 16251 clauses out of 64322 with flag 976002/976002
1637.82/825.05	c cleaning 16366 clauses out of 65069 with flag 993000/993000
1680.38/846.64	c cleaning 16449 clauses out of 65704 with flag 1010001/1010001
1726.76/870.07	c cleaning 16723 clauses out of 66255 with flag 1027001/1027001
1748.90/881.38	c cleaning 16136 clauses out of 66531 with flag 1044001/1044001
1767.67/890.96	c cleaning 16282 clauses out of 67394 with flag 1061000/1061000
1793.87/904.43	c cleaning 16158 clauses out of 68112 with flag 1078000/1078000
1800.03/907.71	c starts		: 185
1800.03/907.71	c conflicts		: 1082950
1800.03/907.71	c decisions		: 20061354
1800.03/907.71	c propagations		: 823402283
1800.03/907.71	c inspects		: 1486410669
1800.03/907.71	c shortcuts		: 0
1800.03/907.71	c learnt literals	: 100
1800.03/907.71	c learnt binary clauses	: 43303
1800.03/907.71	c learnt ternary clauses	: 57092
1800.03/907.71	c learnt constraints	: 1082849
1800.03/907.71	c ignored constraints	: 0
1800.03/907.71	c root simplifications	: 0
1800.03/907.71	c removed literals (reason simplification)	: 13116461
1800.03/907.71	c reason swapping (by a shorter reason)	: 0
1800.03/907.71	c Calls to reduceDB	: 68
1800.03/907.71	c number of reductions to clauses (during analyze)	: 0
1800.03/907.71	c number of learned constraints concerned by reduction	: 0
1800.03/907.71	c number of learning phase by resolution	: 0
1800.03/907.71	c number of learning phase by cutting planes	: 0
1800.03/907.71	c speed (assignments/second)	: 907708.4405405227
1800.03/907.71	c non guided choices	16932
1800.03/907.74	c learnt constraints type 
1800.03/907.74	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 43304
1800.03/907.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13635
1800.03/907.74	c constraints type 
1800.03/907.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14244
1800.03/907.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 133
1800.03/907.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1716
1800.03/907.74	c constraints type 
1800.03/907.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1716
1800.03/907.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14244
1800.03/907.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 133
1800.03/907.74	s UNKNOWN
1800.03/907.74	c Total wall clock time (in seconds): 907.61

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.96 4.01 3.80 4/197 24521
/proc/meminfo: memFree=24569740/32873844 swapFree=7632/7632
[pid=24521] ppid=24519 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/24521/stat : 24521 (java) D 24519 24521 24098 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 342755980 2560000 46 33554432000 1073741824 1073778376 140736851379440 140736851376568 209874677031 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/24521/statm: 625 46 37 9 0 29 0

[startup+0.0350739 s]
/proc/loadavg: 3.96 4.01 3.80 4/197 24521
/proc/meminfo: memFree=24569740/32873844 swapFree=7632/7632
[pid=24521] ppid=24519 vsize=10510056 CPUtime=0 cores=1,3,5,7
/proc/24521/stat : 24521 (java) S 24519 24521 24098 0 -1 4202496 2822 0 1 0 0 0 0 0 20 0 2 0 342755980 10762297344 8634 33554432000 1073741824 1073778376 140733421040944 140733421032080 209887199293 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24521/statm: 2627514 8634 942 9 0 2618623 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10510056

[startup+0.100308 s]
/proc/loadavg: 3.96 4.01 3.80 4/197 24521
/proc/meminfo: memFree=24569740/32873844 swapFree=7632/7632
[pid=24521] ppid=24519 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/24521/stat : 24521 (java) S 24519 24521 24098 0 -1 4202496 4756 0 1 0 6 1 0 0 20 0 18 0 342755980 11864465408 12607 33554432000 1073741824 1073778376 140733421040944 140733421032080 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24521/statm: 2896598 12607 1939 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300277 s]
/proc/loadavg: 3.96 4.01 3.80 4/197 24521
/proc/meminfo: memFree=24569740/32873844 swapFree=7632/7632
[pid=24521] ppid=24519 vsize=11586392 CPUtime=0.54 cores=1,3,5,7
/proc/24521/stat : 24521 (java) S 24519 24521 24098 0 -1 4202496 8388 0 1 0 52 2 0 0 20 0 18 0 342755980 11864465408 17935 33554432000 1073741824 1073778376 140733421040944 140733421032080 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24521/statm: 2896598 17935 2224 9 0 2887285 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 11586392

[startup+0.700194 s]
/proc/loadavg: 3.96 4.01 3.80 4/197 24521
/proc/meminfo: memFree=24569740/32873844 swapFree=7632/7632
[pid=24521] ppid=24519 vsize=11852648 CPUtime=1.58 cores=1,3,5,7
/proc/24521/stat : 24521 (java) S 24519 24521 24098 0 -1 4202496 10367 0 1 0 153 5 0 0 20 0 22 0 342755980 12137111552 41883 33554432000 1073741824 1073778376 140733421040944 140733421032080 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24521/statm: 2963162 41883 2259 9 0 2953849 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 11852648

[startup+1.50077 s]
/proc/loadavg: 3.88 3.99 3.80 7/219 24543
/proc/meminfo: memFree=24379740/32873844 swapFree=7632/7632
[pid=24521] ppid=24519 vsize=11852648 CPUtime=4.07 cores=1,3,5,7
/proc/24521/stat : 24521 (java) S 24519 24521 24098 0 -1 4202496 18110 0 1 0 396 11 0 0 20 0 22 0 342755980 12137111552 88881 33554432000 1073741824 1073778376 140733421040944 140733421032080 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24521/statm: 2963162 88881 2265 9 0 2953849 0
[pid=24521/tid=24523] ppid=24519 vsize=11852648 CPUtime=0.55 cores=1,3,5,7
/proc/24521/task/24523/stat : 24523 (java) S 24519 24521 24098 0 -1 4202560 3480 0 1 0 51 4 0 0 20 0 22 0 342755981 12137111552 88881 33554432000 1073741824 1073778376 140733421040944 140420392858776 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24524] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24524/stat : 24524 (java) S 24519 24521 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342755983 12137111552 88881 33554432000 1073741824 1073778376 140733421040944 140420229655464 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24525] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24525/stat : 24525 (java) S 24519 24521 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342755983 12137111552 88881 33554432000 1073741824 1073778376 140733421040944 140420228602920 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24521/tid=24526] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24526/stat : 24526 (java) S 24519 24521 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342755983 12137111552 88881 33554432000 1073741824 1073778376 140733421040944 140420227549864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24521/tid=24527] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24527/stat : 24527 (java) S 24519 24521 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342755983 12137111552 88881 33554432000 1073741824 1073778376 140733421040944 140420226497320 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24528] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24528/stat : 24528 (java) S 24519 24521 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342755983 12137111552 88881 33554432000 1073741824 1073778376 140733421040944 140420225444264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24529] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24529/stat : 24529 (java) S 24519 24521 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342755983 12137111552 88881 33554432000 1073741824 1073778376 140733421040944 140420224391720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24530] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24530/stat : 24530 (java) S 24519 24521 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342755983 12137111552 88881 33554432000 1073741824 1073778376 140733421040944 140420223338664 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24531] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24531/stat : 24531 (java) S 24519 24521 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342755983 12137111552 88881 33554432000 1073741824 1073778376 140733421040944 140420222286120 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24532] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24532/stat : 24532 (java) S 24519 24521 24098 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342755985 12137111552 88881 33554432000 1073741824 1073778376 140733421040944 140420210088808 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24533] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24533/stat : 24533 (java) S 24519 24521 24098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342755985 12137111552 88881 33554432000 1073741824 1073778376 140733421040944 140420209035128 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24534] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24534/stat : 24534 (java) S 24519 24521 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342755985 12137111552 88881 33554432000 1073741824 1073778376 140733421040944 140420207981960 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24535] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24535/stat : 24535 (java) S 24519 24521 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342755987 12137111552 88881 33554432000 1073741824 1073778376 140733421040944 140420206930704 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24536] ppid=24519 vsize=11852648 CPUtime=0.85 cores=1,3,5,7
/proc/24521/task/24536/stat : 24536 (java) S 24519 24521 24098 0 -1 4202560 7412 0 0 0 83 2 0 0 20 0 22 0 342755987 12137111552 88881 33554432000 1073741824 1073778376 140733421040944 140420205877560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24537] ppid=24519 vsize=11852648 CPUtime=0.84 cores=1,3,5,7
/proc/24521/task/24537/stat : 24537 (java) S 24519 24521 24098 0 -1 4202560 5830 0 0 0 82 2 0 0 20 0 22 0 342755987 12137111552 88881 33554432000 1073741824 1073778376 140733421040944 140420204825016 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24521/tid=24538] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24538/stat : 24538 (java) S 24519 24521 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342755987 12137111552 88881 33554432000 1073741824 1073778376 140733421040944 140420203772152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24521/tid=24539] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24539/stat : 24539 (java) S 24519 24521 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342755987 12137111552 88881 33554432000 1073741824 1073778376 140733421040944 140420202719816 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24540] ppid=24519 vsize=11852648 CPUtime=0.88 cores=1,3,5,7
/proc/24521/task/24540/stat : 24540 (java) R 24519 24521 24098 0 -1 4202560 26 0 0 0 88 0 0 0 20 0 22 0 342756039 12137111552 88881 33554432000 1073741824 1073778376 140733421040944 140420201665704 140420333558438 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24521/tid=24541] ppid=24519 vsize=11852648 CPUtime=0.88 cores=1,3,5,7
/proc/24521/task/24541/stat : 24541 (java) R 24519 24521 24098 0 -1 4202560 156 0 0 0 84 4 0 0 20 0 22 0 342756039 12137111552 88881 33554432000 1073741824 1073778376 140733421040944 140420200610464 140420333623100 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24542] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24542/stat : 24542 (java) S 24519 24521 24098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342756041 12137111552 88881 33554432000 1073741824 1073778376 140733421040944 140420199560488 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24543] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24543/stat : 24543 (java) S 24519 24521 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342756041 12137111552 88881 33554432000 1073741824 1073778376 140733421040944 140418922571176 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 11852648

[startup+3.10088 s]
/proc/loadavg: 3.88 3.99 3.80 5/219 24543
/proc/meminfo: memFree=24045424/32873844 swapFree=7632/7632
[pid=24521] ppid=24519 vsize=11852648 CPUtime=7.53 cores=1,3,5,7
/proc/24521/stat : 24521 (java) S 24519 24521 24098 0 -1 4202496 19781 0 1 0 731 22 0 0 20 0 22 0 342755980 12137111552 213353 33554432000 1073741824 1073778376 140733421040944 140733421032080 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24521/statm: 2963162 213353 2286 9 0 2953849 0
[pid=24521/tid=24523] ppid=24519 vsize=11852648 CPUtime=0.55 cores=1,3,5,7
/proc/24521/task/24523/stat : 24523 (java) S 24519 24521 24098 0 -1 4202560 3480 0 1 0 51 4 0 0 20 0 22 0 342755981 12137111552 213353 33554432000 1073741824 1073778376 140733421040944 140420392858488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24524] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24524/stat : 24524 (java) S 24519 24521 24098 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342755983 12137111552 213353 33554432000 1073741824 1073778376 140733421040944 140420229655464 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24521/tid=24525] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24525/stat : 24525 (java) S 24519 24521 24098 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342755983 12137111552 213353 33554432000 1073741824 1073778376 140733421040944 140420228602920 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24521/tid=24526] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24526/stat : 24526 (java) S 24519 24521 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342755983 12137111552 213353 33554432000 1073741824 1073778376 140733421040944 140420227549864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24521/tid=24527] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24527/stat : 24527 (java) S 24519 24521 24098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342755983 12137111552 213353 33554432000 1073741824 1073778376 140733421040944 140420226497320 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24528] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24528/stat : 24528 (java) S 24519 24521 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342755983 12137111552 213353 33554432000 1073741824 1073778376 140733421040944 140420225444264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24521/tid=24529] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24529/stat : 24529 (java) S 24519 24521 24098 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 342755983 12137111552 213353 33554432000 1073741824 1073778376 140733421040944 140420224391720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24530] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24530/stat : 24530 (java) S 24519 24521 24098 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342755983 12137111552 213353 33554432000 1073741824 1073778376 140733421040944 140420223338664 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24521/tid=24531] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24531/stat : 24531 (java) S 24519 24521 24098 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 342755983 12137111552 213353 33554432000 1073741824 1073778376 140733421040944 140420222286120 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24532] ppid=24519 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/24521/task/24532/stat : 24532 (java) R 24519 24521 24098 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 22 0 342755985 12137111552 213353 33554432000 1073741824 1073778376 140733421040944 140420210087664 140420399366275 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24533] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24533/stat : 24533 (java) S 24519 24521 24098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342755985 12137111552 213353 33554432000 1073741824 1073778376 140733421040944 140420209035128 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24534] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24534/stat : 24534 (java) S 24519 24521 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342755985 12137111552 213353 33554432000 1073741824 1073778376 140733421040944 140420207981960 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24535] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24535/stat : 24535 (java) S 24519 24521 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342755987 12137111552 213353 33554432000 1073741824 1073778376 140733421040944 140420206930704 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24536] ppid=24519 vsize=11852648 CPUtime=0.9 cores=1,3,5,7
/proc/24521/task/24536/stat : 24536 (java) S 24519 24521 24098 0 -1 4202560 7418 0 0 0 88 2 0 0 20 0 22 0 342755987 12137111552 213353 33554432000 1073741824 1073778376 140733421040944 140420205877560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24521/tid=24537] ppid=24519 vsize=11852648 CPUtime=1.06 cores=1,3,5,7
/proc/24521/task/24537/stat : 24537 (java) S 24519 24521 24098 0 -1 4202560 7185 0 0 0 104 2 0 0 20 0 22 0 342755987 12137111552 213353 33554432000 1073741824 1073778376 140733421040944 140420204814152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24521/tid=24538] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24538/stat : 24538 (java) S 24519 24521 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342755987 12137111552 213353 33554432000 1073741824 1073778376 140733421040944 140420203772152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24521/tid=24539] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24539/stat : 24539 (java) S 24519 24521 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342755987 12137111552 213353 33554432000 1073741824 1073778376 140733421040944 140420202719816 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24540] ppid=24519 vsize=11852648 CPUtime=2.4 cores=1,3,5,7
/proc/24521/task/24540/stat : 24540 (java) S 24519 24521 24098 0 -1 4202560 29 0 0 0 240 0 0 0 20 0 22 0 342756039 12137111552 213353 33554432000 1073741824 1073778376 140733421040944 140420201665144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24521/tid=24541] ppid=24519 vsize=11852648 CPUtime=2.41 cores=1,3,5,7
/proc/24521/task/24541/stat : 24541 (java) S 24519 24521 24098 0 -1 4202560 390 0 0 0 230 11 0 0 20 0 22 0 342756039 12137111552 213353 33554432000 1073741824 1073778376 140733421040944 140420200610728 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24542] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24542/stat : 24542 (java) S 24519 24521 24098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342756041 12137111552 213353 33554432000 1073741824 1073778376 140733421040944 140420199560488 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24543] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24543/stat : 24543 (java) S 24519 24521 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342756041 12137111552 213354 33554432000 1073741824 1073778376 140733421040944 140418922571176 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.53
Current children cumulated vsize (KiB) 11852648

[startup+6.30087 s]
/proc/loadavg: 3.88 3.99 3.80 6/215 24601
/proc/meminfo: memFree=27088536/32873844 swapFree=7632/7632
[pid=24521] ppid=24519 vsize=11852648 CPUtime=14.55 cores=1,3,5,7
/proc/24521/stat : 24521 (java) S 24519 24521 24098 0 -1 4202496 24812 0 1 0 1424 31 0 0 20 0 22 0 342755980 12137111552 321156 33554432000 1073741824 1073778376 140733421040944 140733421032080 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24521/statm: 2963162 321156 2290 9 0 2953849 0
[pid=24521/tid=24523] ppid=24519 vsize=11852648 CPUtime=0.55 cores=1,3,5,7
/proc/24521/task/24523/stat : 24523 (java) S 24519 24521 24098 0 -1 4202560 3480 0 1 0 51 4 0 0 20 0 22 0 342755981 12137111552 321156 33554432000 1073741824 1073778376 140733421040944 140420392858776 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24524] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24524/stat : 24524 (java) S 24519 24521 24098 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342755983 12137111552 321156 33554432000 1073741824 1073778376 140733421040944 140420229655464 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24521/tid=24525] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24525/stat : 24525 (java) S 24519 24521 24098 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342755983 12137111552 321156 33554432000 1073741824 1073778376 140733421040944 140420228602920 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24521/tid=24526] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24526/stat : 24526 (java) S 24519 24521 24098 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 342755983 12137111552 321156 33554432000 1073741824 1073778376 140733421040944 140420227549864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24521/tid=24527] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24527/stat : 24527 (java) S 24519 24521 24098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342755983 12137111552 321156 33554432000 1073741824 1073778376 140733421040944 140420226497320 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24528] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24528/stat : 24528 (java) S 24519 24521 24098 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342755983 12137111552 321156 33554432000 1073741824 1073778376 140733421040944 140420225444264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24521/tid=24529] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24529/stat : 24529 (java) S 24519 24521 24098 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 342755983 12137111552 321156 33554432000 1073741824 1073778376 140733421040944 140420224391720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24530] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24530/stat : 24530 (java) S 24519 24521 24098 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342755983 12137111552 321156 33554432000 1073741824 1073778376 140733421040944 140420223338664 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24521/tid=24531] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24531/stat : 24531 (java) S 24519 24521 24098 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 342755983 12137111552 321156 33554432000 1073741824 1073778376 140733421040944 140420222286120 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24532] ppid=24519 vsize=11852648 CPUtime=0.1 cores=1,3,5,7
/proc/24521/task/24532/stat : 24532 (java) S 24519 24521 24098 0 -1 4202560 39 0 0 0 10 0 0 0 20 0 22 0 342755985 12137111552 321156 33554432000 1073741824 1073778376 140733421040944 140420210088808 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24521/tid=24533] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24533/stat : 24533 (java) S 24519 24521 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342755985 12137111552 321156 33554432000 1073741824 1073778376 140733421040944 140420209035128 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24534] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24534/stat : 24534 (java) S 24519 24521 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342755985 12137111552 321156 33554432000 1073741824 1073778376 140733421040944 140420207981960 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24535] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24535/stat : 24535 (java) S 24519 24521 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342755987 12137111552 321156 33554432000 1073741824 1073778376 140733421040944 140420206930704 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24536] ppid=24519 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/24521/task/24536/stat : 24536 (java) S 24519 24521 24098 0 -1 4202560 7418 0 0 0 100 2 0 0 20 0 22 0 342755987 12137111552 321156 33554432000 1073741824 1073778376 140733421040944 140420205877560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/24521/statm: 2963162 979765 2291 9 0 2953849 0
[pid=24521/tid=24523] ppid=24519 vsize=11852648 CPUtime=0.6 cores=1,3,5,7
/proc/24521/task/24523/stat : 24523 (java) S 24519 24521 24098 0 -1 4202560 3506 0 1 0 54 6 0 0 20 0 22 0 342755981 12137111552 979765 33554432000 1073741824 1073778376 140733421040944 140420392858776 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24524] ppid=24519 vsize=11852648 CPUtime=1.29 cores=1,3,5,7
/proc/24521/task/24524/stat : 24524 (java) S 24519 24521 24098 0 -1 4202560 159 0 0 0 123 6 0 0 20 0 22 0 342755983 12137111552 979765 33554432000 1073741824 1073778376 140733421040944 140420229655464 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24525] ppid=24519 vsize=11852648 CPUtime=1.25 cores=1,3,5,7
/proc/24521/task/24525/stat : 24525 (java) S 24519 24521 24098 0 -1 4202560 153 0 0 0 118 7 0 0 20 0 22 0 342755983 12137111552 979765 33554432000 1073741824 1073778376 140733421040944 140420228602920 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24526] ppid=24519 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/24521/task/24526/stat : 24526 (java) S 24519 24521 24098 0 -1 4202560 172 0 0 0 109 6 0 0 20 0 22 0 342755983 12137111552 979765 33554432000 1073741824 1073778376 140733421040944 140420227549864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24521/tid=24527] ppid=24519 vsize=11852648 CPUtime=1.18 cores=1,3,5,7
/proc/24521/task/24527/stat : 24527 (java) S 24519 24521 24098 0 -1 4202560 159 0 0 0 113 5 0 0 20 0 22 0 342755983 12137111552 979765 33554432000 1073741824 1073778376 140733421040944 140420226497320 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24528] ppid=24519 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/24521/task/24528/stat : 24528 (java) S 24519 24521 24098 0 -1 4202560 142 0 0 0 110 6 0 0 20 0 22 0 342755983 12137111552 979765 33554432000 1073741824 1073778376 140733421040944 140420225444264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24521/tid=24529] ppid=24519 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/24521/task/24529/stat : 24529 (java) S 24519 24521 24098 0 -1 4202560 154 0 0 0 120 7 0 0 20 0 22 0 342755983 12137111552 979765 33554432000 1073741824 1073778376 140733421040944 140420224391720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24521/tid=24530] ppid=24519 vsize=11852648 CPUtime=1.23 cores=1,3,5,7
/proc/24521/task/24530/stat : 24530 (java) S 24519 24521 24098 0 -1 4202560 145 0 0 0 117 6 0 0 20 0 22 0 342755983 12137111552 979765 33554432000 1073741824 1073778376 140733421040944 140420223338664 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24531] ppid=24519 vsize=11852648 CPUtime=1.25 cores=1,3,5,7
/proc/24521/task/24531/stat : 24531 (java) S 24519 24521 24098 0 -1 4202560 122 0 0 0 119 6 0 0 20 0 22 0 342755983 12137111552 979765 33554432000 1073741824 1073778376 140733421040944 140420222286120 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24521/tid=24532] ppid=24519 vsize=11852648 CPUtime=20.92 cores=1,3,5,7
/proc/24521/task/24532/stat : 24532 (java) S 24519 24521 24098 0 -1 4202560 172 0 0 0 2083 9 0 0 20 0 22 0 342755985 12137111552 979765 33554432000 1073741824 1073778376 140733421040944 140420210088808 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24533] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24533/stat : 24533 (java) S 24519 24521 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342755985 12137111552 979765 33554432000 1073741824 1073778376 140733421040944 140420209035128 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24534] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24534/stat : 24534 (java) S 24519 24521 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342755985 12137111552 979765 33554432000 1073741824 1073778376 140733421040944 140420207981960 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24535] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24535/stat : 24535 (java) S 24519 24521 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342755987 12137111552 979765 33554432000 1073741824 1073778376 140733421040944 140420206930704 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24536] ppid=24519 vsize=11852648 CPUtime=1.44 cores=1,3,5,7
/proc/24521/task/24536/stat : 24536 (java) S 24519 24521 24098 0 -1 4202560 9798 0 0 0 142 2 0 0 20 0 22 0 342755987 12137111552 979765 33554432000 1073741824 1073778376 140733421040944 140420205877560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24537] ppid=24519 vsize=11852648 CPUtime=1.73 cores=1,3,5,7
/proc/24521/task/24537/stat : 24537 (java) S 24519 24521 24098 0 -1 4202560 11996 0 0 0 170 3 0 0 20 0 22 0 342755987 12137111552 979765 33554432000 1073741824 1073778376 140733421040944 140420204825016 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24538] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24538/stat : 24538 (java) S 24519 24521 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342755987 12137111552 979765 33554432000 1073741824 1073778376 140733421040944 140420203772152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24521/tid=24539] ppid=24519 vsize=11852648 CPUtime=0.41 cores=1,3,5,7
/proc/24521/task/24539/stat : 24539 (java) S 24519 24521 24098 0 -1 4202560 51 0 0 0 19 22 0 0 20 0 22 0 342755987 12137111552 979765 33554432000 1073741824 1073778376 140733421040944 140420202719816 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24540] ppid=24519 vsize=11852648 CPUtime=855.5 cores=1,3,5,7
/proc/24521/task/24540/stat : 24540 (java) R 24519 24521 24098 0 -1 4202560 82 0 0 0 85535 15 0 0 20 0 22 0 342756039 12137111552 979765 33554432000 1073741824 1073778376 140733421040944 140420201665344 140420333400242 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24521/tid=24541] ppid=24519 vsize=11852648 CPUtime=855.57 cores=1,3,5,7
/proc/24521/task/24541/stat : 24541 (java) R 24519 24521 24098 0 -1 4202560 1669 0 0 0 85492 65 0 0 20 0 22 0 342756039 12137111552 979765 33554432000 1073741824 1073778376 140733421040944 140420200610896 140420333266682 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24542] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24542/stat : 24542 (java) S 24519 24521 24098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342756041 12137111552 979765 33554432000 1073741824 1073778376 140733421040944 140420199560488 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24543] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24543/stat : 24543 (java) S 24519 24521 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342756041 12137111552 979765 33554432000 1073741824 1073778376 140733421040944 140418922571176 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1750.45
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+907.701 s]
/proc/loadavg: 3.94 3.99 3.91 5/219 24611
/proc/meminfo: memFree=20506884/32873844 swapFree=7632/7632
[pid=24521] ppid=24519 vsize=11852648 CPUtime=1800.03 cores=1,3,5,7
/proc/24521/stat : 24521 (java) S 24519 24521 24098 0 -1 4202496 29700 0 1 0 179858 145 0 0 20 0 22 0 342755980 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140733421032080 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24521/statm: 2963162 979786 2291 9 0 2953849 0
[pid=24521/tid=24523] ppid=24519 vsize=11852648 CPUtime=0.6 cores=1,3,5,7
/proc/24521/task/24523/stat : 24523 (java) S 24519 24521 24098 0 -1 4202560 3508 0 1 0 54 6 0 0 20 0 22 0 342755981 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420392858776 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24524] ppid=24519 vsize=11852648 CPUtime=1.31 cores=1,3,5,7
/proc/24521/task/24524/stat : 24524 (java) S 24519 24521 24098 0 -1 4202560 164 0 0 0 125 6 0 0 20 0 22 0 342755983 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420229655464 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24525] ppid=24519 vsize=11852648 CPUtime=1.29 cores=1,3,5,7
/proc/24521/task/24525/stat : 24525 (java) S 24519 24521 24098 0 -1 4202560 157 0 0 0 122 7 0 0 20 0 22 0 342755983 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420228602920 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24521/tid=24526] ppid=24519 vsize=11852648 CPUtime=1.18 cores=1,3,5,7
/proc/24521/task/24526/stat : 24526 (java) S 24519 24521 24098 0 -1 4202560 174 0 0 0 112 6 0 0 20 0 22 0 342755983 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420227549864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24521/tid=24527] ppid=24519 vsize=11852648 CPUtime=1.23 cores=1,3,5,7
/proc/24521/task/24527/stat : 24527 (java) S 24519 24521 24098 0 -1 4202560 163 0 0 0 118 5 0 0 20 0 22 0 342755983 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420226497320 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24528] ppid=24519 vsize=11852648 CPUtime=1.18 cores=1,3,5,7
/proc/24521/task/24528/stat : 24528 (java) S 24519 24521 24098 0 -1 4202560 142 0 0 0 112 6 0 0 20 0 22 0 342755983 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420225444264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24529] ppid=24519 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/24521/task/24529/stat : 24529 (java) S 24519 24521 24098 0 -1 4202560 156 0 0 0 123 7 0 0 20 0 22 0 342755983 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420224391720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24521/tid=24530] ppid=24519 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/24521/task/24530/stat : 24530 (java) S 24519 24521 24098 0 -1 4202560 148 0 0 0 121 6 0 0 20 0 22 0 342755983 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420223338664 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24531] ppid=24519 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/24521/task/24531/stat : 24531 (java) S 24519 24521 24098 0 -1 4202560 123 0 0 0 121 6 0 0 20 0 22 0 342755983 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420222286120 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24532] ppid=24519 vsize=11852648 CPUtime=22.25 cores=1,3,5,7
/proc/24521/task/24532/stat : 24532 (java) S 24519 24521 24098 0 -1 4202560 174 0 0 0 2216 9 0 0 20 0 22 0 342755985 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420210088808 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24533] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24533/stat : 24533 (java) S 24519 24521 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342755985 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420209035128 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24534] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24534/stat : 24534 (java) S 24519 24521 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342755985 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420207981960 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24535] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24535/stat : 24535 (java) S 24519 24521 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342755987 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420206930704 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24536] ppid=24519 vsize=11852648 CPUtime=1.44 cores=1,3,5,7
/proc/24521/task/24536/stat : 24536 (java) S 24519 24521 24098 0 -1 4202560 9798 0 0 0 142 2 0 0 20 0 22 0 342755987 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420205877560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24537] ppid=24519 vsize=11852648 CPUtime=1.73 cores=1,3,5,7
/proc/24521/task/24537/stat : 24537 (java) S 24519 24521 24098 0 -1 4202560 11996 0 0 0 170 3 0 0 20 0 22 0 342755987 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420204825016 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24538] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24538/stat : 24538 (java) S 24519 24521 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342755987 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420203772152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24521/tid=24539] ppid=24519 vsize=11852648 CPUtime=0.42 cores=1,3,5,7
/proc/24521/task/24539/stat : 24539 (java) S 24519 24521 24098 0 -1 4202560 53 0 0 0 19 23 0 0 20 0 22 0 342755987 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420202719816 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24540] ppid=24519 vsize=11852648 CPUtime=879.45 cores=1,3,5,7
/proc/24521/task/24540/stat : 24540 (java) R 24519 24521 24098 0 -1 4202560 82 0 0 0 87930 15 0 0 20 0 22 0 342756039 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420201665344 140420333443712 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24521/tid=24541] ppid=24519 vsize=11852648 CPUtime=879.51 cores=1,3,5,7
/proc/24521/task/24541/stat : 24541 (java) R 24519 24521 24098 0 -1 4202560 1669 0 0 0 87885 66 0 0 20 0 22 0 342756039 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420200610896 140420333498377 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24542] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24542/stat : 24542 (java) S 24519 24521 24098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342756041 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420199560488 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24543] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24543/stat : 24543 (java) S 24519 24521 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342756041 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140418922571176 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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+907.701 s]
/proc/loadavg: 3.94 3.99 3.91 5/219 24611
/proc/meminfo: memFree=20506884/32873844 swapFree=7632/7632
[pid=24521] ppid=24519 vsize=11852648 CPUtime=1800.03 cores=1,3,5,7
/proc/24521/stat : 24521 (java) S 24519 24521 24098 0 -1 4202496 29700 0 1 0 179858 145 0 0 20 0 22 0 342755980 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140733421032080 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24521/statm: 2963162 979786 2291 9 0 2953849 0
[pid=24521/tid=24523] ppid=24519 vsize=11852648 CPUtime=0.6 cores=1,3,5,7
/proc/24521/task/24523/stat : 24523 (java) S 24519 24521 24098 0 -1 4202560 3508 0 1 0 54 6 0 0 20 0 22 0 342755981 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420392858776 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24524] ppid=24519 vsize=11852648 CPUtime=1.31 cores=1,3,5,7
/proc/24521/task/24524/stat : 24524 (java) S 24519 24521 24098 0 -1 4202560 164 0 0 0 125 6 0 0 20 0 22 0 342755983 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420229655464 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24525] ppid=24519 vsize=11852648 CPUtime=1.29 cores=1,3,5,7
/proc/24521/task/24525/stat : 24525 (java) S 24519 24521 24098 0 -1 4202560 157 0 0 0 122 7 0 0 20 0 22 0 342755983 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420228602920 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24521/tid=24526] ppid=24519 vsize=11852648 CPUtime=1.18 cores=1,3,5,7
/proc/24521/task/24526/stat : 24526 (java) S 24519 24521 24098 0 -1 4202560 174 0 0 0 112 6 0 0 20 0 22 0 342755983 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420227549864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24521/tid=24527] ppid=24519 vsize=11852648 CPUtime=1.23 cores=1,3,5,7
/proc/24521/task/24527/stat : 24527 (java) S 24519 24521 24098 0 -1 4202560 163 0 0 0 118 5 0 0 20 0 22 0 342755983 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420226497320 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24528] ppid=24519 vsize=11852648 CPUtime=1.18 cores=1,3,5,7
/proc/24521/task/24528/stat : 24528 (java) S 24519 24521 24098 0 -1 4202560 142 0 0 0 112 6 0 0 20 0 22 0 342755983 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420225444264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24529] ppid=24519 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/24521/task/24529/stat : 24529 (java) S 24519 24521 24098 0 -1 4202560 156 0 0 0 123 7 0 0 20 0 22 0 342755983 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420224391720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24521/tid=24530] ppid=24519 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/24521/task/24530/stat : 24530 (java) S 24519 24521 24098 0 -1 4202560 148 0 0 0 121 6 0 0 20 0 22 0 342755983 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420223338664 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24531] ppid=24519 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/24521/task/24531/stat : 24531 (java) S 24519 24521 24098 0 -1 4202560 123 0 0 0 121 6 0 0 20 0 22 0 342755983 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420222286120 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24532] ppid=24519 vsize=11852648 CPUtime=22.25 cores=1,3,5,7
/proc/24521/task/24532/stat : 24532 (java) S 24519 24521 24098 0 -1 4202560 174 0 0 0 2216 9 0 0 20 0 22 0 342755985 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420210088808 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24533] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24533/stat : 24533 (java) S 24519 24521 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342755985 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420209035128 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24534] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24534/stat : 24534 (java) S 24519 24521 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342755985 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420207981960 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24535] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24535/stat : 24535 (java) S 24519 24521 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342755987 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420206930704 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24536] ppid=24519 vsize=11852648 CPUtime=1.44 cores=1,3,5,7
/proc/24521/task/24536/stat : 24536 (java) S 24519 24521 24098 0 -1 4202560 9798 0 0 0 142 2 0 0 20 0 22 0 342755987 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420205877560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24537] ppid=24519 vsize=11852648 CPUtime=1.73 cores=1,3,5,7
/proc/24521/task/24537/stat : 24537 (java) S 24519 24521 24098 0 -1 4202560 11996 0 0 0 170 3 0 0 20 0 22 0 342755987 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420204825016 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24538] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24538/stat : 24538 (java) S 24519 24521 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342755987 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420203772152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24521/tid=24539] ppid=24519 vsize=11852648 CPUtime=0.42 cores=1,3,5,7
/proc/24521/task/24539/stat : 24539 (java) S 24519 24521 24098 0 -1 4202560 53 0 0 0 19 23 0 0 20 0 22 0 342755987 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420202719816 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24540] ppid=24519 vsize=11852648 CPUtime=879.45 cores=1,3,5,7
/proc/24521/task/24540/stat : 24540 (java) R 24519 24521 24098 0 -1 4202560 82 0 0 0 87930 15 0 0 20 0 22 0 342756039 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420201665344 140420333443712 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24521/tid=24541] ppid=24519 vsize=11852648 CPUtime=879.51 cores=1,3,5,7
/proc/24521/task/24541/stat : 24541 (java) R 24519 24521 24098 0 -1 4202560 1669 0 0 0 87885 66 0 0 20 0 22 0 342756039 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420200610896 140420333498377 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24521/tid=24542] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24542/stat : 24542 (java) S 24519 24521 24098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342756041 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140420199560488 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24521/tid=24543] ppid=24519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24521/task/24543/stat : 24543 (java) S 24519 24521 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342756041 12137111552 979786 33554432000 1073741824 1073778376 140733421040944 140418922571176 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 11852648

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24521 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=948278
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=911709
# CPU time returned by wait4() is 1795.86
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 907.756
CPU time (s): 1800.03
CPU user time (s): 1798.58
CPU system time (s): 1.45
CPU usage (%): 198.294
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.95
system time used= 1.91171
maximum resident set size= 3921316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29734
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24712
involuntary context switches= 31725

runsolver used 3.3215 second user time and 8.87265 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-04 01:31:57
IDJOB=3742370
IDBENCH=90164
IDSOLVER=2328
FILE ID=node141/3742370-1338766316
RUNJOBID= node141-1338763554-24115
PBS_JOBID= 14636812
Free space on /tmp= 70720 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K133.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742370-1338766316/watcher-3742370-1338766316 -o /tmp/evaluation-result-3742370-1338766316/solver-3742370-1338766316 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742370-1338766316.opb

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

MD5SUM BENCH= 2e2bfba9fd441b7330d2c90af940d9b0
RANDOM SEED=1336434806

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:        24570384 kB
Buffers:          434096 kB
Cached:          3265248 kB
SwapCached:          216 kB
Active:          4988936 kB
Inactive:        2423368 kB
Active(anon):    3703792 kB
Inactive(anon):    11288 kB
Active(file):    1285144 kB
Inactive(file):  2412080 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:              1588 kB
Writeback:             0 kB
AnonPages:       3720072 kB
Mapped:            18940 kB
Shmem:               172 kB
Slab:             742172 kB
SReclaimable:     184132 kB
SUnreclaim:       558040 kB
KernelStack:        1624 kB
PageTables:        11444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3676160 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= 70720 MiB
End job on node141 at 2012-06-04 01:47:06