Trace number 3742435

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.18 905.382

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K181.opb
MD5SUM786bb841dd145412a2aec0a596e79174
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 variables21539
Total number of constraints21903
Number of constraints which are clauses21722
Number of constraints which are cardinality constraints (but not clauses)181
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint181
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 182
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.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.1.v20110525
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		9996466904
0.08/0.10	c Max memory 		10048897024
0.08/0.10	c Total memory 		10048897024
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3742435-1338767226.opb
0.08/0.12	c reading problem ... 
1.17/0.64	c ... done. Wall clock time 0.517s.
1.17/0.64	c #vars     21539
1.17/0.64	c #constraints  21903
1.17/0.64	c constraints type 
1.17/0.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19380
1.17/0.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 181
1.17/0.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2340
1.17/0.64	c constraints type 
1.17/0.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2340
1.17/0.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19380
1.17/0.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 181
9.15/3.91	c cleaning 2482 clauses out of 4995 with flag 5000/5000
16.44/7.50	c cleaning 4210 clauses out of 8504 with flag 11000/11000
23.99/11.40	c cleaning 5570 clauses out of 11292 with flag 18000/18000
33.05/15.85	c cleaning 6656 clauses out of 13722 with flag 26001/26001
43.64/21.16	c cleaning 7700 clauses out of 16062 with flag 35002/35002
55.16/26.92	c cleaning 8846 clauses out of 18352 with flag 45000/45000
67.69/33.22	c cleaning 10054 clauses out of 20506 with flag 56002/56002
83.02/40.94	c cleaning 10954 clauses out of 22445 with flag 68000/68000
98.13/48.59	c cleaning 11824 clauses out of 24490 with flag 81001/81001
113.45/56.24	c cleaning 12819 clauses out of 26669 with flag 95006/95006
131.17/65.17	c cleaning 14101 clauses out of 28841 with flag 110000/110000
149.69/74.46	c cleaning 15002 clauses out of 30741 with flag 126003/126003
170.00/84.60	c cleaning 15754 clauses out of 32731 with flag 143000/143000
191.93/95.62	c cleaning 16974 clauses out of 34968 with flag 161001/161001
215.43/107.44	c cleaning 17955 clauses out of 36993 with flag 180000/180000
241.13/120.30	c cleaning 18889 clauses out of 39036 with flag 200001/200001
275.03/137.37	c cleaning 20155 clauses out of 41143 with flag 221000/221000
308.22/153.98	c cleaning 21342 clauses out of 42989 with flag 243001/243001
336.96/168.35	c cleaning 21423 clauses out of 43643 with flag 265000/265000
365.25/182.52	c cleaning 21540 clauses out of 44220 with flag 287002/287002
394.65/197.33	c cleaning 21297 clauses out of 44676 with flag 309000/309000
438.17/219.14	c cleaning 21071 clauses out of 45379 with flag 331000/331000
466.46/233.34	c cleaning 20290 clauses out of 46307 with flag 353000/353000
497.03/248.69	c cleaning 20595 clauses out of 48013 with flag 375000/375000
524.90/262.66	c cleaning 19970 clauses out of 49417 with flag 397002/397002
552.97/276.77	c cleaning 20525 clauses out of 51444 with flag 419000/419000
587.06/293.85	c cleaning 20619 clauses out of 52915 with flag 441000/441000
616.55/308.60	c cleaning 20859 clauses out of 54298 with flag 463003/463003
645.31/323.17	c cleaning 20349 clauses out of 55437 with flag 485001/485001
674.13/337.66	c cleaning 20560 clauses out of 57087 with flag 507000/507000
723.65/362.48	c cleaning 20773 clauses out of 58528 with flag 529001/529001
751.12/376.24	c cleaning 20835 clauses out of 59754 with flag 551000/551000
778.39/390.01	c cleaning 20528 clauses out of 60913 with flag 573001/573001
804.56/403.21	c cleaning 20563 clauses out of 62384 with flag 595000/595000
839.65/420.81	c cleaning 0 clauses out of 5000 with flag 0/5000
873.27/437.66	c cleaning 20780 clauses out of 63821 with flag 617000/617000
906.05/454.16	c cleaning 20480 clauses out of 65041 with flag 639000/639000
943.41/473.00	c cleaning 20570 clauses out of 66563 with flag 661002/661002
977.20/489.96	c cleaning 20419 clauses out of 67992 with flag 683001/683001
1011.61/507.24	c cleaning 20854 clauses out of 69572 with flag 705000/705000
1127.06/565.10	c cleaning 21254 clauses out of 70719 with flag 727001/727001
1214.76/609.06	c cleaning 21406 clauses out of 71464 with flag 749001/749001
1245.76/624.69	c cleaning 20033 clauses out of 72057 with flag 771000/771000
1280.73/642.21	c cleaning 20776 clauses out of 74024 with flag 793000/793000
1309.68/656.93	c cleaning 20819 clauses out of 75247 with flag 815000/815000
1345.59/675.01	c cleaning 21022 clauses out of 76431 with flag 837003/837003
1373.91/689.32	c cleaning 20107 clauses out of 77411 with flag 859005/859005
1400.69/702.82	c cleaning 20763 clauses out of 79299 with flag 881000/881000
1425.92/715.76	c cleaning 20594 clauses out of 80538 with flag 903003/903003
1465.46/735.67	c cleaning 20890 clauses out of 81941 with flag 925000/925000
1490.98/748.60	c cleaning 20496 clauses out of 83053 with flag 947002/947002
1517.28/761.87	c cleaning 20680 clauses out of 84555 with flag 969000/969000
1545.99/776.47	c cleaning 20494 clauses out of 85875 with flag 991000/991000
1574.50/790.87	c cleaning 20486 clauses out of 87380 with flag 1013000/1013000
1601.95/804.75	c cleaning 20988 clauses out of 88897 with flag 1035003/1035003
1630.23/819.01	c cleaning 20547 clauses out of 89906 with flag 1057000/1057000
1656.27/832.38	c cleaning 20526 clauses out of 91359 with flag 1079000/1079000
1706.98/857.88	c cleaning 21197 clauses out of 92833 with flag 1101000/1101000
1730.78/869.93	c cleaning 20760 clauses out of 93637 with flag 1123001/1123001
1755.77/882.65	c cleaning 21063 clauses out of 94877 with flag 1145001/1145001
1784.56/897.37	c cleaning 20644 clauses out of 95816 with flag 1167003/1167003
1800.18/905.32	c starts		: 181
1800.18/905.32	c conflicts		: 1178391
1800.18/905.32	c decisions		: 52475371
1800.18/905.32	c propagations		: 976261406
1800.18/905.32	c inspects		: 1742684766
1800.18/905.32	c shortcuts		: 0
1800.18/905.32	c learnt literals	: 99
1800.18/905.32	c learnt binary clauses	: 66499
1800.18/905.32	c learnt ternary clauses	: 68179
1800.18/905.32	c learnt constraints	: 1178291
1800.18/905.32	c ignored constraints	: 0
1800.18/905.32	c root simplifications	: 0
1800.18/905.32	c removed literals (reason simplification)	: 8926212
1800.18/905.32	c reason swapping (by a shorter reason)	: 0
1800.18/905.32	c Calls to reduceDB	: 60
1800.18/905.32	c number of reductions to clauses (during analyze)	: 0
1800.18/905.32	c number of learned constraints concerned by reduction	: 0
1800.18/905.32	c number of learning phase by resolution	: 0
1800.18/905.32	c number of learning phase by cutting planes	: 0
1800.18/905.32	c speed (assignments/second)	: 1079129.4177467048
1800.18/905.32	c non guided choices	72381
1800.18/905.35	c learnt constraints type 
1800.18/905.35	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 66499
1800.18/905.35	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 20099
1800.18/905.35	c constraints type 
1800.18/905.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19380
1800.18/905.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 181
1800.18/905.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2340
1800.18/905.35	c constraints type 
1800.18/905.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2340
1800.18/905.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19380
1800.18/905.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 181
1800.18/905.35	s UNKNOWN
1800.18/905.35	c Total wall clock time (in seconds): 905.227

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-3742435-1338767226/watcher-3742435-1338767226 -o /tmp/evaluation-result-3742435-1338767226/solver-3742435-1338767226 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742435-1338767226.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.94 3.99 3.91 4/197 24651
/proc/meminfo: memFree=24425280/32873844 swapFree=7632/7632
[pid=24651] ppid=24649 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24651/stat : 24651 (java) D 24649 24651 24098 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 342846972 9515008 182 33554432000 1073741824 1073778376 140735884094864 140735884085896 209883840181 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/24651/statm: 2323 182 140 9 0 71 0

[startup+0.060476 s]
/proc/loadavg: 3.94 3.99 3.91 4/197 24651
/proc/meminfo: memFree=24425280/32873844 swapFree=7632/7632
[pid=24651] ppid=24649 vsize=11253516 CPUtime=0.03 cores=1,3,5,7
/proc/24651/stat : 24651 (java) S 24649 24651 24098 0 -1 4202496 4286 0 1 0 2 1 0 0 20 0 13 0 342846972 11523600384 12138 33554432000 1073741824 1073778376 140734983202352 140734983193488 209887199293 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24651/statm: 2813379 12138 1697 9 0 2804080 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11253516

[startup+0.100339 s]
/proc/loadavg: 3.94 3.99 3.91 4/197 24651
/proc/meminfo: memFree=24425280/32873844 swapFree=7632/7632
[pid=24651] ppid=24649 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/24651/stat : 24651 (java) S 24649 24651 24098 0 -1 4202496 4781 0 1 0 6 2 0 0 20 0 18 0 342846972 11864465408 13144 33554432000 1073741824 1073778376 140734983202352 140734983193488 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24651/statm: 2896598 13157 1991 9 0 2887285 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.3003 s]
/proc/loadavg: 3.94 3.99 3.91 4/197 24651
/proc/meminfo: memFree=24425280/32873844 swapFree=7632/7632
[pid=24651] ppid=24649 vsize=11586392 CPUtime=0.56 cores=1,3,5,7
/proc/24651/stat : 24651 (java) S 24649 24651 24098 0 -1 4202496 8089 0 1 0 53 3 0 0 20 0 18 0 342846972 11864465408 18906 33554432000 1073741824 1073778376 140734983202352 140734983193488 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24651/statm: 2896598 18906 2226 9 0 2887285 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 11586392

[startup+0.700216 s]
/proc/loadavg: 3.94 3.99 3.91 4/197 24651
/proc/meminfo: memFree=24425280/32873844 swapFree=7632/7632
[pid=24651] ppid=24649 vsize=11852648 CPUtime=1.41 cores=1,3,5,7
/proc/24651/stat : 24651 (java) S 24649 24651 24098 0 -1 4202496 9501 0 1 0 136 5 0 0 20 0 22 0 342846972 12137111552 52985 33554432000 1073741824 1073778376 140734983202352 140734983193488 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24651/statm: 2963162 52985 2255 9 0 2953849 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 11852648

[startup+1.50078 s]
/proc/loadavg: 4.11 4.02 3.92 7/219 24673
/proc/meminfo: memFree=24169896/32873844 swapFree=7632/7632
[pid=24651] ppid=24649 vsize=11852648 CPUtime=4.05 cores=1,3,5,7
/proc/24651/stat : 24651 (java) S 24649 24651 24098 0 -1 4202496 17120 0 1 0 394 11 0 0 20 0 22 0 342846972 12137111552 112718 33554432000 1073741824 1073778376 140734983202352 140734983193488 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24651/statm: 2963162 112718 2265 9 0 2953849 0
[pid=24651/tid=24653] ppid=24649 vsize=11852648 CPUtime=0.61 cores=1,3,5,7
/proc/24651/task/24653/stat : 24653 (java) S 24649 24651 24098 0 -1 4202560 3442 0 1 0 57 4 0 0 20 0 22 0 342846973 12137111552 112718 33554432000 1073741824 1073778376 140734983202352 140286471185560 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24651/tid=24654] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24654/stat : 24654 (java) S 24649 24651 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342846976 12137111552 112718 33554432000 1073741824 1073778376 140734983202352 140286460246696 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24655] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24655/stat : 24655 (java) S 24649 24651 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342846976 12137111552 112718 33554432000 1073741824 1073778376 140734983202352 140286459194152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24651/tid=24656] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24656/stat : 24656 (java) S 24649 24651 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342846976 12137111552 112718 33554432000 1073741824 1073778376 140734983202352 140286458141608 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24651/tid=24657] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24657/stat : 24657 (java) S 24649 24651 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342846976 12137111552 112718 33554432000 1073741824 1073778376 140734983202352 140286457089064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24651/tid=24658] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24658/stat : 24658 (java) S 24649 24651 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342846976 12137111552 112718 33554432000 1073741824 1073778376 140734983202352 140286456035496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24659] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24659/stat : 24659 (java) S 24649 24651 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342846976 12137111552 112718 33554432000 1073741824 1073778376 140734983202352 140286454982952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24651/tid=24660] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24660/stat : 24660 (java) S 24649 24651 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342846976 12137111552 112718 33554432000 1073741824 1073778376 140734983202352 140286453930408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24661] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24661/stat : 24661 (java) S 24649 24651 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342846976 12137111552 112718 33554432000 1073741824 1073778376 140734983202352 140286452877864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24662] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24662/stat : 24662 (java) S 24649 24651 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342846977 12137111552 112718 33554432000 1073741824 1073778376 140734983202352 140286288452200 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24663] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24663/stat : 24663 (java) S 24649 24651 24098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342846977 12137111552 112718 33554432000 1073741824 1073778376 140734983202352 140286287398520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24664] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24664/stat : 24664 (java) S 24649 24651 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342846977 12137111552 112718 33554432000 1073741824 1073778376 140734983202352 140286286345864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24665] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24665/stat : 24665 (java) S 24649 24651 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342846980 12137111552 112718 33554432000 1073741824 1073778376 140734983202352 140286285294608 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24666] ppid=24649 vsize=11852648 CPUtime=0.87 cores=1,3,5,7
/proc/24651/task/24666/stat : 24666 (java) S 24649 24651 24098 0 -1 4202560 6565 0 0 0 85 2 0 0 20 0 22 0 342846980 12137111552 112718 33554432000 1073741824 1073778376 140734983202352 140286284240952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24667] ppid=24649 vsize=11852648 CPUtime=0.85 cores=1,3,5,7
/proc/24651/task/24667/stat : 24667 (java) S 24649 24651 24098 0 -1 4202560 5701 0 0 0 85 0 0 0 20 0 22 0 342846980 12137111552 112718 33554432000 1073741824 1073778376 140734983202352 140286283188408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24651/tid=24668] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24668/stat : 24668 (java) S 24649 24651 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342846980 12137111552 112718 33554432000 1073741824 1073778376 140734983202352 140286282136056 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24651/tid=24669] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24669/stat : 24669 (java) S 24649 24651 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342846980 12137111552 112718 33554432000 1073741824 1073778376 140734983202352 140286281083720 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24670] ppid=24649 vsize=11852648 CPUtime=0.82 cores=1,3,5,7
/proc/24651/task/24670/stat : 24670 (java) R 24649 24651 24098 0 -1 4202560 28 0 0 0 82 0 0 0 20 0 22 0 342847037 12137111552 112718 33554432000 1073741824 1073778376 140734983202352 140286280028888 140286333027883 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24651/tid=24671] ppid=24649 vsize=11852648 CPUtime=0.82 cores=1,3,5,7
/proc/24651/task/24671/stat : 24671 (java) R 24649 24651 24098 0 -1 4202560 178 0 0 0 78 4 0 0 20 0 22 0 342847037 12137111552 112718 33554432000 1073741824 1073778376 140734983202352 140286278973992 140286333212040 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24651/tid=24672] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24672/stat : 24672 (java) S 24649 24651 24098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342847039 12137111552 112718 33554432000 1073741824 1073778376 140734983202352 140286277924392 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24673] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24673/stat : 24673 (java) S 24649 24651 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342847039 12137111552 112718 33554432000 1073741824 1073778376 140734983202352 140286276871848 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 11852648

[startup+3.1008 s]
/proc/loadavg: 4.11 4.02 3.92 3/196 24676
/proc/meminfo: memFree=27671576/32873844 swapFree=7632/7632
[pid=24651] ppid=24649 vsize=11852648 CPUtime=7.54 cores=1,3,5,7
/proc/24651/stat : 24651 (java) S 24649 24651 24098 0 -1 4202496 17329 0 1 0 738 16 0 0 20 0 22 0 342846972 12137111552 204905 33554432000 1073741824 1073778376 140734983202352 140734983193488 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24651/statm: 2963162 204905 2265 9 0 2953849 0
[pid=24651/tid=24653] ppid=24649 vsize=11852648 CPUtime=0.61 cores=1,3,5,7
/proc/24651/task/24653/stat : 24653 (java) S 24649 24651 24098 0 -1 4202560 3442 0 1 0 57 4 0 0 20 0 22 0 342846973 12137111552 204905 33554432000 1073741824 1073778376 140734983202352 140286471185560 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24651/tid=24654] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24654/stat : 24654 (java) S 24649 24651 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342846976 12137111552 204905 33554432000 1073741824 1073778376 140734983202352 140286460246696 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24655] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24655/stat : 24655 (java) S 24649 24651 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342846976 12137111552 204905 33554432000 1073741824 1073778376 140734983202352 140286459194152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24651/tid=24656] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24656/stat : 24656 (java) S 24649 24651 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342846976 12137111552 204905 33554432000 1073741824 1073778376 140734983202352 140286458141608 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24651/tid=24657] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24657/stat : 24657 (java) S 24649 24651 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342846976 12137111552 204905 33554432000 1073741824 1073778376 140734983202352 140286457089064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24651/tid=24658] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24658/stat : 24658 (java) S 24649 24651 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342846976 12137111552 204905 33554432000 1073741824 1073778376 140734983202352 140286456035496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24659] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24659/stat : 24659 (java) S 24649 24651 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342846976 12137111552 204905 33554432000 1073741824 1073778376 140734983202352 140286454982952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24651/tid=24660] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24660/stat : 24660 (java) S 24649 24651 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342846976 12137111552 204905 33554432000 1073741824 1073778376 140734983202352 140286453930408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24661] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24661/stat : 24661 (java) S 24649 24651 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342846976 12137111552 204905 33554432000 1073741824 1073778376 140734983202352 140286452877864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24662] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24662/stat : 24662 (java) S 24649 24651 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342846977 12137111552 204905 33554432000 1073741824 1073778376 140734983202352 140286288452200 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24663] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24663/stat : 24663 (java) S 24649 24651 24098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342846977 12137111552 204905 33554432000 1073741824 1073778376 140734983202352 140286287398520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24664] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24664/stat : 24664 (java) S 24649 24651 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342846977 12137111552 204905 33554432000 1073741824 1073778376 140734983202352 140286286345864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24665] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24665/stat : 24665 (java) S 24649 24651 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342846980 12137111552 204905 33554432000 1073741824 1073778376 140734983202352 140286285294608 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24666] ppid=24649 vsize=11852648 CPUtime=0.92 cores=1,3,5,7
/proc/24651/task/24666/stat : 24666 (java) S 24649 24651 24098 0 -1 4202560 6565 0 0 0 90 2 0 0 20 0 22 0 342846980 12137111552 204905 33554432000 1073741824 1073778376 140734983202352 140286284240952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24667] ppid=24649 vsize=11852648 CPUtime=1.11 cores=1,3,5,7
/proc/24651/task/24667/stat : 24667 (java) S 24649 24651 24098 0 -1 4202560 5729 0 0 0 111 0 0 0 20 0 22 0 342846980 12137111552 204905 33554432000 1073741824 1073778376 140734983202352 140286283188408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24651/tid=24668] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24668/stat : 24668 (java) S 24649 24651 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342846980 12137111552 204905 33554432000 1073741824 1073778376 140734983202352 140286282136056 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24651/tid=24669] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24669/stat : 24669 (java) S 24649 24651 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342846980 12137111552 204905 33554432000 1073741824 1073778376 140734983202352 140286281083720 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24670] ppid=24649 vsize=11852648 CPUtime=2.41 cores=1,3,5,7
/proc/24651/task/24670/stat : 24670 (java) R 24649 24651 24098 0 -1 4202560 30 0 0 0 241 0 0 0 20 0 22 0 342847037 12137111552 204905 33554432000 1073741824 1073778376 140734983202352 140286280027192 140286332942760 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24651/tid=24671] ppid=24649 vsize=11852648 CPUtime=2.42 cores=1,3,5,7
/proc/24651/task/24671/stat : 24671 (java) R 24649 24651 24098 0 -1 4202560 357 0 0 0 233 9 0 0 20 0 22 0 342847037 12137111552 204905 33554432000 1073741824 1073778376 140734983202352 140286278974384 140286333027883 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24651/tid=24672] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24672/stat : 24672 (java) S 24649 24651 24098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342847039 12137111552 204905 33554432000 1073741824 1073778376 140734983202352 140286277924392 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24673] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24673/stat : 24673 (java) S 24649 24651 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342847039 12137111552 204905 33554432000 1073741824 1073778376 140734983202352 140286276871848 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.54
Current children cumulated vsize (KiB) 11852648

[startup+6.30086 s]
/proc/loadavg: 4.11 4.02 3.92 5/219 24735
/proc/meminfo: memFree=26938756/32873844 swapFree=7632/7632
[pid=24651] ppid=24649 vsize=11852648 CPUtime=14 cores=1,3,5,7
/proc/24651/stat : 24651 (java) S 24649 24651 24098 0 -1 4202496 17536 0 1 0 1377 23 0 0 20 0 22 0 342846972 12137111552 267989 33554432000 1073741824 1073778376 140734983202352 140734983193488 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24651/statm: 2963162 267989 2290 9 0 2953849 0
[pid=24651/tid=24653] ppid=24649 vsize=11852648 CPUtime=0.61 cores=1,3,5,7
/proc/24651/task/24653/stat : 24653 (java) S 24649 24651 24098 0 -1 4202560 3442 0 1 0 57 4 0 0 20 0 22 0 342846973 12137111552 267989 33554432000 1073741824 1073778376 140734983202352 140286471185560 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24651/tid=24654] ppid=24649 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/24651/task/24654/stat : 24654 (java) S 24649 24651 24098 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 342846976 12137111552 267989 33554432000 1073741824 1073778376 140734983202352 140286460246696 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24655] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24655/stat : 24655 (java) S 24649 24651 24098 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342846976 12137111552 267989 33554432000 1073741824 1073778376 140734983202352 140286459194152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24651/tid=24656] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24656/stat : 24656 (java) S 24649 24651 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342846976 12137111552 267989 33554432000 1073741824 1073778376 140734983202352 140286458141608 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24651/tid=24657] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24657/stat : 24657 (java) S 24649 24651 24098 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342846976 12137111552 267989 33554432000 1073741824 1073778376 140734983202352 140286457089064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24651/tid=24658] ppid=24649 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/24651/task/24658/stat : 24658 (java) S 24649 24651 24098 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 342846976 12137111552 267989 33554432000 1073741824 1073778376 140734983202352 140286456035496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24651/tid=24659] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24659/stat : 24659 (java) S 24649 24651 24098 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342846976 12137111552 267989 33554432000 1073741824 1073778376 140734983202352 140286454982952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24651/tid=24660] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24660/stat : 24660 (java) S 24649 24651 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342846976 12137111552 267989 33554432000 1073741824 1073778376 140734983202352 140286453930408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24651/tid=24661] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24661/stat : 24661 (java) S 24649 24651 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342846976 12137111552 267989 33554432000 1073741824 1073778376 140734983202352 140286452877864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24662] ppid=24649 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/24651/task/24662/stat : 24662 (java) S 24649 24651 24098 0 -1 4202560 40 0 0 0 6 0 0 0 20 0 22 0 342846977 12137111552 267989 33554432000 1073741824 1073778376 140734983202352 140286288452200 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24663] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24663/stat : 24663 (java) S 24649 24651 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342846977 12137111552 267989 33554432000 1073741824 1073778376 140734983202352 140286287398520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24664] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24664/stat : 24664 (java) S 24649 24651 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342846977 12137111552 267989 33554432000 1073741824 1073778376 140734983202352 140286286345864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24665] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24665/stat : 24665 (java) S 24649 24651 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342846980 12137111552 267989 33554432000 1073741824 1073778376 140734983202352 140286285294608 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24666] ppid=24649 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/24651/task/24666/stat : 24666 (java) S 24649 24651 24098 0 -1 4202560 6570 0 0 0 95 2 0 0 20 0 22 0 342846980 12137111552 267989 33554432000 1073741824 1073778376 140734983202352 140286284240952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/24651/statm: 2963162 961771 2291 9 0 2953849 0
[pid=24651/tid=24653] ppid=24649 vsize=11852648 CPUtime=0.65 cores=1,3,5,7
/proc/24651/task/24653/stat : 24653 (java) S 24649 24651 24098 0 -1 4202560 3468 0 1 0 59 6 0 0 20 0 22 0 342846973 12137111552 961771 33554432000 1073741824 1073778376 140734983202352 140286471185560 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24651/tid=24654] ppid=24649 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/24651/task/24654/stat : 24654 (java) S 24649 24651 24098 0 -1 4202560 151 0 0 0 100 5 0 0 20 0 22 0 342846976 12137111552 961771 33554432000 1073741824 1073778376 140734983202352 140286460246696 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24655] ppid=24649 vsize=11852648 CPUtime=1.13 cores=1,3,5,7
/proc/24651/task/24655/stat : 24655 (java) S 24649 24651 24098 0 -1 4202560 162 0 0 0 107 6 0 0 20 0 22 0 342846976 12137111552 961771 33554432000 1073741824 1073778376 140734983202352 140286459194152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24651/tid=24656] ppid=24649 vsize=11852648 CPUtime=1.1 cores=1,3,5,7
/proc/24651/task/24656/stat : 24656 (java) S 24649 24651 24098 0 -1 4202560 147 0 0 0 105 5 0 0 20 0 22 0 342846976 12137111552 961771 33554432000 1073741824 1073778376 140734983202352 140286458141608 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24651/tid=24657] ppid=24649 vsize=11852648 CPUtime=1.21 cores=1,3,5,7
/proc/24651/task/24657/stat : 24657 (java) S 24649 24651 24098 0 -1 4202560 136 0 0 0 116 5 0 0 20 0 22 0 342846976 12137111552 961771 33554432000 1073741824 1073778376 140734983202352 140286457089064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24651/tid=24658] ppid=24649 vsize=11852648 CPUtime=1.25 cores=1,3,5,7
/proc/24651/task/24658/stat : 24658 (java) S 24649 24651 24098 0 -1 4202560 145 0 0 0 119 6 0 0 20 0 22 0 342846976 12137111552 961771 33554432000 1073741824 1073778376 140734983202352 140286456035496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24651/tid=24659] ppid=24649 vsize=11852648 CPUtime=1.14 cores=1,3,5,7
/proc/24651/task/24659/stat : 24659 (java) S 24649 24651 24098 0 -1 4202560 121 0 0 0 111 3 0 0 20 0 22 0 342846976 12137111552 961771 33554432000 1073741824 1073778376 140734983202352 140286454982952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24651/tid=24660] ppid=24649 vsize=11852648 CPUtime=1.18 cores=1,3,5,7
/proc/24651/task/24660/stat : 24660 (java) S 24649 24651 24098 0 -1 4202560 142 0 0 0 112 6 0 0 20 0 22 0 342846976 12137111552 961771 33554432000 1073741824 1073778376 140734983202352 140286453930408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24651/tid=24661] ppid=24649 vsize=11852648 CPUtime=1.29 cores=1,3,5,7
/proc/24651/task/24661/stat : 24661 (java) S 24649 24651 24098 0 -1 4202560 133 0 0 0 123 6 0 0 20 0 22 0 342846976 12137111552 961771 33554432000 1073741824 1073778376 140734983202352 140286452877864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24662] ppid=24649 vsize=11852648 CPUtime=15.91 cores=1,3,5,7
/proc/24651/task/24662/stat : 24662 (java) S 24649 24651 24098 0 -1 4202560 155 0 0 0 1584 7 0 0 20 0 22 0 342846977 12137111552 961771 33554432000 1073741824 1073778376 140734983202352 140286288452200 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24663] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24663/stat : 24663 (java) S 24649 24651 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342846977 12137111552 961771 33554432000 1073741824 1073778376 140734983202352 140286287398520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24664] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24664/stat : 24664 (java) S 24649 24651 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342846977 12137111552 961771 33554432000 1073741824 1073778376 140734983202352 140286286345864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24665] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24665/stat : 24665 (java) S 24649 24651 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342846980 12137111552 961771 33554432000 1073741824 1073778376 140734983202352 140286285294608 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24666] ppid=24649 vsize=11852648 CPUtime=1.74 cores=1,3,5,7
/proc/24651/task/24666/stat : 24666 (java) S 24649 24651 24098 0 -1 4202560 11533 0 0 0 171 3 0 0 20 0 22 0 342846980 12137111552 961771 33554432000 1073741824 1073778376 140734983202352 140286284240952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24651/tid=24667] ppid=24649 vsize=11852648 CPUtime=1.25 cores=1,3,5,7
/proc/24651/task/24667/stat : 24667 (java) S 24649 24651 24098 0 -1 4202560 5738 0 0 0 125 0 0 0 20 0 22 0 342846980 12137111552 961771 33554432000 1073741824 1073778376 140734983202352 140286283188408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24651/tid=24668] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24668/stat : 24668 (java) S 24649 24651 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342846980 12137111552 961771 33554432000 1073741824 1073778376 140734983202352 140286282136056 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24651/tid=24669] ppid=24649 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/24651/task/24669/stat : 24669 (java) S 24649 24651 24098 0 -1 4202560 51 0 0 0 19 20 0 0 20 0 22 0 342846980 12137111552 961771 33554432000 1073741824 1073778376 140734983202352 140286281083720 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24651/tid=24670] ppid=24649 vsize=11852648 CPUtime=860.7 cores=1,3,5,7
/proc/24651/task/24670/stat : 24670 (java) R 24649 24651 24098 0 -1 4202560 89 0 0 0 86056 14 0 0 20 0 22 0 342847037 12137111552 961771 33554432000 1073741824 1073778376 140734983202352 140286280028752 140286333060857 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24651/tid=24671] ppid=24649 vsize=11852648 CPUtime=860.62 cores=1,3,5,7
/proc/24651/task/24671/stat : 24671 (java) R 24649 24651 24098 0 -1 4202560 1633 0 0 0 85999 63 0 0 20 0 22 0 342847037 12137111552 961771 33554432000 1073741824 1073778376 140734983202352 140286278973968 140286333006837 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24651/tid=24672] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24672/stat : 24672 (java) S 24649 24651 24098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342847039 12137111552 961771 33554432000 1073741824 1073778376 140734983202352 140286277924392 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24673] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24673/stat : 24673 (java) S 24649 24651 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342847039 12137111552 961771 33554432000 1073741824 1073778376 140734983202352 140286276871848 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1755.17
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+905.308 s]
/proc/loadavg: 4.04 3.99 3.93 5/219 24767
/proc/meminfo: memFree=20618876/32873844 swapFree=7632/7632
[pid=24651] ppid=24649 vsize=11852648 CPUtime=1800.18 cores=1,3,5,7
/proc/24651/stat : 24651 (java) S 24649 24651 24098 0 -1 4202496 25011 0 1 0 179883 135 0 0 20 0 22 0 342846972 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140734983193488 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24651/statm: 2963162 961781 2291 9 0 2953849 0
[pid=24651/tid=24653] ppid=24649 vsize=11852648 CPUtime=0.66 cores=1,3,5,7
/proc/24651/task/24653/stat : 24653 (java) S 24649 24651 24098 0 -1 4202560 3470 0 1 0 59 7 0 0 20 0 22 0 342846973 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286471185560 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24651/tid=24654] ppid=24649 vsize=11852648 CPUtime=1.1 cores=1,3,5,7
/proc/24651/task/24654/stat : 24654 (java) S 24649 24651 24098 0 -1 4202560 156 0 0 0 105 5 0 0 20 0 22 0 342846976 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286460246696 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24651/tid=24655] ppid=24649 vsize=11852648 CPUtime=1.17 cores=1,3,5,7
/proc/24651/task/24655/stat : 24655 (java) S 24649 24651 24098 0 -1 4202560 162 0 0 0 111 6 0 0 20 0 22 0 342846976 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286459194152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24656] ppid=24649 vsize=11852648 CPUtime=1.14 cores=1,3,5,7
/proc/24651/task/24656/stat : 24656 (java) S 24649 24651 24098 0 -1 4202560 147 0 0 0 109 5 0 0 20 0 22 0 342846976 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286458141608 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24657] ppid=24649 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/24651/task/24657/stat : 24657 (java) S 24649 24651 24098 0 -1 4202560 137 0 0 0 121 5 0 0 20 0 22 0 342846976 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286457089064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24651/tid=24658] ppid=24649 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/24651/task/24658/stat : 24658 (java) S 24649 24651 24098 0 -1 4202560 146 0 0 0 124 6 0 0 20 0 22 0 342846976 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286456035496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24651/tid=24659] ppid=24649 vsize=11852648 CPUtime=1.18 cores=1,3,5,7
/proc/24651/task/24659/stat : 24659 (java) S 24649 24651 24098 0 -1 4202560 123 0 0 0 115 3 0 0 20 0 22 0 342846976 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286454982952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24660] ppid=24649 vsize=11852648 CPUtime=1.23 cores=1,3,5,7
/proc/24651/task/24660/stat : 24660 (java) S 24649 24651 24098 0 -1 4202560 142 0 0 0 117 6 0 0 20 0 22 0 342846976 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286453930408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24651/tid=24661] ppid=24649 vsize=11852648 CPUtime=1.33 cores=1,3,5,7
/proc/24651/task/24661/stat : 24661 (java) S 24649 24651 24098 0 -1 4202560 134 0 0 0 127 6 0 0 20 0 22 0 342846976 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286452877864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24662] ppid=24649 vsize=11852648 CPUtime=17.08 cores=1,3,5,7
/proc/24651/task/24662/stat : 24662 (java) S 24649 24651 24098 0 -1 4202560 155 0 0 0 1701 7 0 0 20 0 22 0 342846977 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286288452200 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24663] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24663/stat : 24663 (java) S 24649 24651 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342846977 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286287398520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24664] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24664/stat : 24664 (java) S 24649 24651 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342846977 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286286345864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24665] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24665/stat : 24665 (java) S 24649 24651 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342846980 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286285294608 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24666] ppid=24649 vsize=11852648 CPUtime=1.74 cores=1,3,5,7
/proc/24651/task/24666/stat : 24666 (java) S 24649 24651 24098 0 -1 4202560 11533 0 0 0 171 3 0 0 20 0 22 0 342846980 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286284240952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24651/tid=24667] ppid=24649 vsize=11852648 CPUtime=1.25 cores=1,3,5,7
/proc/24651/task/24667/stat : 24667 (java) S 24649 24651 24098 0 -1 4202560 5738 0 0 0 125 0 0 0 20 0 22 0 342846980 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286283188408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24651/tid=24668] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24668/stat : 24668 (java) S 24649 24651 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342846980 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286282136056 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24651/tid=24669] ppid=24649 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/24651/task/24669/stat : 24669 (java) S 24649 24651 24098 0 -1 4202560 53 0 0 0 19 21 0 0 20 0 22 0 342846980 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286281083720 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24651/tid=24670] ppid=24649 vsize=11852648 CPUtime=882.39 cores=1,3,5,7
/proc/24651/task/24670/stat : 24670 (java) R 24649 24651 24098 0 -1 4202560 89 0 0 0 88225 14 0 0 20 0 22 0 342847037 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286280028752 140286333027883 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24651/tid=24671] ppid=24649 vsize=11852648 CPUtime=882.3 cores=1,3,5,7
/proc/24651/task/24671/stat : 24671 (java) R 24649 24651 24098 0 -1 4202560 1634 0 0 0 88167 63 0 0 20 0 22 0 342847037 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286278974288 140286333257068 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24651/tid=24672] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24672/stat : 24672 (java) S 24649 24651 24098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342847039 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286277924392 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24673] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24673/stat : 24673 (java) S 24649 24651 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342847039 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286276871848 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
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+905.308 s]
/proc/loadavg: 4.04 3.99 3.93 5/219 24767
/proc/meminfo: memFree=20618876/32873844 swapFree=7632/7632
[pid=24651] ppid=24649 vsize=11852648 CPUtime=1800.18 cores=1,3,5,7
/proc/24651/stat : 24651 (java) S 24649 24651 24098 0 -1 4202496 25011 0 1 0 179883 135 0 0 20 0 22 0 342846972 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140734983193488 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24651/statm: 2963162 961781 2291 9 0 2953849 0
[pid=24651/tid=24653] ppid=24649 vsize=11852648 CPUtime=0.66 cores=1,3,5,7
/proc/24651/task/24653/stat : 24653 (java) S 24649 24651 24098 0 -1 4202560 3470 0 1 0 59 7 0 0 20 0 22 0 342846973 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286471185560 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24651/tid=24654] ppid=24649 vsize=11852648 CPUtime=1.1 cores=1,3,5,7
/proc/24651/task/24654/stat : 24654 (java) S 24649 24651 24098 0 -1 4202560 156 0 0 0 105 5 0 0 20 0 22 0 342846976 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286460246696 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24651/tid=24655] ppid=24649 vsize=11852648 CPUtime=1.17 cores=1,3,5,7
/proc/24651/task/24655/stat : 24655 (java) S 24649 24651 24098 0 -1 4202560 162 0 0 0 111 6 0 0 20 0 22 0 342846976 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286459194152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24656] ppid=24649 vsize=11852648 CPUtime=1.14 cores=1,3,5,7
/proc/24651/task/24656/stat : 24656 (java) S 24649 24651 24098 0 -1 4202560 147 0 0 0 109 5 0 0 20 0 22 0 342846976 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286458141608 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24657] ppid=24649 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/24651/task/24657/stat : 24657 (java) S 24649 24651 24098 0 -1 4202560 137 0 0 0 121 5 0 0 20 0 22 0 342846976 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286457089064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24651/tid=24658] ppid=24649 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/24651/task/24658/stat : 24658 (java) S 24649 24651 24098 0 -1 4202560 146 0 0 0 124 6 0 0 20 0 22 0 342846976 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286456035496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24651/tid=24659] ppid=24649 vsize=11852648 CPUtime=1.18 cores=1,3,5,7
/proc/24651/task/24659/stat : 24659 (java) S 24649 24651 24098 0 -1 4202560 123 0 0 0 115 3 0 0 20 0 22 0 342846976 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286454982952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24660] ppid=24649 vsize=11852648 CPUtime=1.23 cores=1,3,5,7
/proc/24651/task/24660/stat : 24660 (java) S 24649 24651 24098 0 -1 4202560 142 0 0 0 117 6 0 0 20 0 22 0 342846976 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286453930408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24651/tid=24661] ppid=24649 vsize=11852648 CPUtime=1.33 cores=1,3,5,7
/proc/24651/task/24661/stat : 24661 (java) S 24649 24651 24098 0 -1 4202560 134 0 0 0 127 6 0 0 20 0 22 0 342846976 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286452877864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24662] ppid=24649 vsize=11852648 CPUtime=17.08 cores=1,3,5,7
/proc/24651/task/24662/stat : 24662 (java) S 24649 24651 24098 0 -1 4202560 155 0 0 0 1701 7 0 0 20 0 22 0 342846977 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286288452200 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24663] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24663/stat : 24663 (java) S 24649 24651 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342846977 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286287398520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24664] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24664/stat : 24664 (java) S 24649 24651 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342846977 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286286345864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24665] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24665/stat : 24665 (java) S 24649 24651 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342846980 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286285294608 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24666] ppid=24649 vsize=11852648 CPUtime=1.74 cores=1,3,5,7
/proc/24651/task/24666/stat : 24666 (java) S 24649 24651 24098 0 -1 4202560 11533 0 0 0 171 3 0 0 20 0 22 0 342846980 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286284240952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24651/tid=24667] ppid=24649 vsize=11852648 CPUtime=1.25 cores=1,3,5,7
/proc/24651/task/24667/stat : 24667 (java) S 24649 24651 24098 0 -1 4202560 5738 0 0 0 125 0 0 0 20 0 22 0 342846980 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286283188408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24651/tid=24668] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24668/stat : 24668 (java) S 24649 24651 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342846980 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286282136056 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24651/tid=24669] ppid=24649 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/24651/task/24669/stat : 24669 (java) S 24649 24651 24098 0 -1 4202560 53 0 0 0 19 21 0 0 20 0 22 0 342846980 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286281083720 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24651/tid=24670] ppid=24649 vsize=11852648 CPUtime=882.39 cores=1,3,5,7
/proc/24651/task/24670/stat : 24670 (java) R 24649 24651 24098 0 -1 4202560 89 0 0 0 88225 14 0 0 20 0 22 0 342847037 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286280028752 140286333027883 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24651/tid=24671] ppid=24649 vsize=11852648 CPUtime=882.3 cores=1,3,5,7
/proc/24651/task/24671/stat : 24671 (java) R 24649 24651 24098 0 -1 4202560 1634 0 0 0 88167 63 0 0 20 0 22 0 342847037 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286278974288 140286333257068 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24651/tid=24672] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24672/stat : 24672 (java) S 24649 24651 24098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342847039 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286277924392 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24651/tid=24673] ppid=24649 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24651/task/24673/stat : 24673 (java) S 24649 24651 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342847039 12137111552 961781 33554432000 1073741824 1073778376 140734983202352 140286276871848 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 11852648

Child status: 143

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

Real time (s): 905.382
CPU time (s): 1800.18
CPU user time (s): 1798.83
CPU system time (s): 1.35
CPU usage (%): 198.831
Max. virtual memory (cumulated for all children) (KiB): 11854168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.25
system time used= 1.74173
maximum resident set size= 3849300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25048
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= 24474
involuntary context switches= 32858

runsolver used 3.52146 second user time and 8.90465 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-04 01:47:06
IDJOB=3742435
IDBENCH=90184
IDSOLVER=2328
FILE ID=node141/3742435-1338767226
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_K181.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742435-1338767226/watcher-3742435-1338767226 -o /tmp/evaluation-result-3742435-1338767226/solver-3742435-1338767226 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742435-1338767226.opb

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

MD5SUM BENCH= 786bb841dd145412a2aec0a596e79174
RANDOM SEED=125831372

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:        24425536 kB
Buffers:          434468 kB
Cached:          3266384 kB
SwapCached:          216 kB
Active:          5125532 kB
Inactive:        2423236 kB
Active(anon):    3839068 kB
Inactive(anon):    11288 kB
Active(file):    1286464 kB
Inactive(file):  2411948 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:              1968 kB
Writeback:             0 kB
AnonPages:       3863776 kB
Mapped:            19000 kB
Shmem:               172 kB
Slab:             742152 kB
SReclaimable:     184160 kB
SUnreclaim:       557992 kB
KernelStack:        1616 kB
PageTables:        11740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3796992 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= 70716 MiB
End job on node141 at 2012-06-04 02:02:14