Trace number 3742526

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.11 907.36

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K143.opb
MD5SUM8f58618b79e9d2a9b56b6a791eca5768
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 variables17017
Total number of constraints17305
Number of constraints which are clauses17162
Number of constraints which are cardinality constraints (but not clauses)143
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint143
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 144
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.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.1.v20110525
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		9996466904
0.04/0.08	c Max memory 		10048897024
0.04/0.08	c Total memory 		10048897024
0.04/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3742526-1338769956.opb
0.10/0.10	c reading problem ... 
1.03/0.57	c ... done. Wall clock time 0.468s.
1.03/0.57	c #vars     17017
1.03/0.57	c #constraints  17305
1.03/0.57	c constraints type 
1.03/0.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15314
1.03/0.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 143
1.03/0.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1846
1.03/0.57	c constraints type 
1.03/0.57	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1846
1.03/0.57	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15314
1.03/0.57	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 143
8.51/3.56	c cleaning 2489 clauses out of 4993 with flag 5000/5000
15.48/6.96	c cleaning 4200 clauses out of 8500 with flag 11002/11002
24.04/11.30	c cleaning 5620 clauses out of 11295 with flag 18001/18001
33.09/15.70	c cleaning 6686 clauses out of 13671 with flag 26000/26000
43.24/20.82	c cleaning 7831 clauses out of 15980 with flag 35000/35000
53.97/26.27	c cleaning 8867 clauses out of 18147 with flag 45000/45000
67.12/32.84	c cleaning 9935 clauses out of 20280 with flag 56000/56000
80.28/39.44	c cleaning 10975 clauses out of 22346 with flag 68003/68003
95.35/47.09	c cleaning 11916 clauses out of 24367 with flag 81000/81000
109.66/54.23	c cleaning 12940 clauses out of 26454 with flag 95004/95004
125.16/62.07	c cleaning 14075 clauses out of 28510 with flag 110001/110001
143.73/71.37	c cleaning 14967 clauses out of 30432 with flag 126001/126001
170.02/84.60	c cleaning 16062 clauses out of 32470 with flag 143007/143007
192.92/96.02	c cleaning 16968 clauses out of 34398 with flag 161003/161003
219.22/109.21	c cleaning 17447 clauses out of 35425 with flag 179000/179000
248.80/124.03	c cleaning 17759 clauses out of 35980 with flag 197003/197003
273.79/136.67	c cleaning 17781 clauses out of 36217 with flag 215000/215000
294.46/147.01	c cleaning 17872 clauses out of 36436 with flag 233000/233000
318.91/159.31	c cleaning 17881 clauses out of 36567 with flag 251003/251003
342.17/171.06	c cleaning 17970 clauses out of 36683 with flag 269002/269002
377.95/189.08	c cleaning 18004 clauses out of 36711 with flag 287000/287000
400.63/200.42	c cleaning 16924 clauses out of 36708 with flag 305002/305002
423.11/211.73	c cleaning 16954 clauses out of 37781 with flag 323000/323000
453.76/227.12	c cleaning 17231 clauses out of 38827 with flag 341000/341000
477.12/238.95	c cleaning 16919 clauses out of 39596 with flag 359000/359000
505.52/253.24	c cleaning 17004 clauses out of 40677 with flag 377001/377001
539.40/270.29	c cleaning 17313 clauses out of 41673 with flag 395001/395001
563.02/282.18	c cleaning 16977 clauses out of 42358 with flag 413000/413000
587.98/294.74	c cleaning 17199 clauses out of 43380 with flag 431000/431000
613.45/307.58	c cleaning 17081 clauses out of 44184 with flag 449003/449003
644.28/323.08	c cleaning 17219 clauses out of 45100 with flag 467001/467001
665.71/333.80	c cleaning 16773 clauses out of 45880 with flag 485000/485000
701.22/351.71	c cleaning 16759 clauses out of 47108 with flag 503001/503001
754.91/378.67	c cleaning 17109 clauses out of 48349 with flag 521001/521001
777.88/390.28	c cleaning 17437 clauses out of 49229 with flag 539001/539001
803.24/403.05	c cleaning 17167 clauses out of 49793 with flag 557002/557002
825.82/414.53	c cleaning 16808 clauses out of 50614 with flag 575001/575001
877.86/440.61	c cleaning 17101 clauses out of 51804 with flag 593000/593000
901.20/452.48	c cleaning 16930 clauses out of 52708 with flag 611005/611005
925.30/464.67	c cleaning 17164 clauses out of 53772 with flag 629000/629000
948.60/476.52	c cleaning 17096 clauses out of 54610 with flag 647002/647002
969.47/487.10	c cleaning 17063 clauses out of 55512 with flag 665000/665000
988.50/496.86	c cleaning 17178 clauses out of 56447 with flag 683000/683000
1043.88/524.67	c cleaning 17312 clauses out of 57273 with flag 701004/701004
1056.10/531.03	c cleaning 0 clauses out of 5007 with flag 0/5007
1083.04/544.54	c cleaning 17352 clauses out of 57959 with flag 719002/719002
1123.05/564.74	c cleaning 17285 clauses out of 58605 with flag 737000/737000
1183.92/595.34	c cleaning 17317 clauses out of 59322 with flag 755002/755002
1234.00/620.62	c cleaning 17400 clauses out of 60008 with flag 773005/773005
1261.02/634.39	c cleaning 17284 clauses out of 60604 with flag 791002/791002
1297.86/652.92	c cleaning 17186 clauses out of 61321 with flag 809004/809004
1330.48/669.49	c cleaning 17324 clauses out of 62131 with flag 827000/827000
1378.05/693.53	c cleaning 17142 clauses out of 62808 with flag 845001/845001
1403.07/706.22	c cleaning 17089 clauses out of 63665 with flag 863000/863000
1427.66/718.78	c cleaning 17324 clauses out of 64577 with flag 881001/881001
1481.94/746.06	c cleaning 17415 clauses out of 65254 with flag 899002/899002
1521.15/765.90	c cleaning 17286 clauses out of 65837 with flag 917000/917000
1542.94/777.05	c cleaning 16977 clauses out of 66552 with flag 935001/935001
1564.67/788.17	c cleaning 16977 clauses out of 67575 with flag 953001/953001
1587.23/799.64	c cleaning 17430 clauses out of 68597 with flag 971000/971000
1616.56/814.69	c cleaning 17368 clauses out of 69168 with flag 989001/989001
1668.78/840.92	c cleaning 17393 clauses out of 69799 with flag 1007000/1007000
1768.99/891.14	c cleaning 17412 clauses out of 70408 with flag 1025002/1025002
1795.55/904.69	c cleaning 17002 clauses out of 70994 with flag 1043000/1043000
1800.11/907.31	c starts		: 171
1800.11/907.31	c conflicts		: 1045884
1800.11/907.31	c decisions		: 22493618
1800.11/907.31	c propagations		: 787750998
1800.11/907.31	c inspects		: 1448012520
1800.11/907.31	c shortcuts		: 0
1800.11/907.31	c learnt literals	: 82
1800.11/907.31	c learnt binary clauses	: 45258
1800.11/907.31	c learnt ternary clauses	: 55574
1800.11/907.31	c learnt constraints	: 1045801
1800.11/907.31	c ignored constraints	: 0
1800.11/907.31	c root simplifications	: 0
1800.11/907.31	c removed literals (reason simplification)	: 12591998
1800.11/907.31	c reason swapping (by a shorter reason)	: 0
1800.11/907.31	c Calls to reduceDB	: 63
1800.11/907.31	c number of reductions to clauses (during analyze)	: 0
1800.11/907.31	c number of learned constraints concerned by reduction	: 0
1800.11/907.31	c number of learning phase by resolution	: 0
1800.11/907.31	c number of learning phase by cutting planes	: 0
1800.11/907.31	c speed (assignments/second)	: 868777.5347813859
1800.11/907.31	c non guided choices	20260
1800.11/907.34	c learnt constraints type 
1800.11/907.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 45258
1800.11/907.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11638
1800.11/907.34	c constraints type 
1800.11/907.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15314
1800.11/907.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 143
1800.11/907.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1846
1800.11/907.34	c constraints type 
1800.11/907.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1846
1800.11/907.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15314
1800.11/907.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 143
1800.11/907.34	s UNKNOWN
1800.11/907.34	c Total wall clock time (in seconds): 907.234

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

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

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


[startup+0 s]
/proc/loadavg: 3.76 3.88 3.89 3/197 25132
/proc/meminfo: memFree=27425328/32873844 swapFree=7632/7632
[pid=25132] ppid=25130 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/25132/stat : 25132 (java) S 25130 25132 24098 0 -1 4202496 1148 0 0 0 0 0 0 0 20 0 2 0 343119931 91889664 871 33554432000 1073741824 1073778376 140736028706448 140736028697584 209887199293 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25132/statm: 22435 886 670 9 0 16770 0
[pid=25132/tid=25133] ppid=25130 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25133/stat : 25133 (java) R 25130 25132 24098 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 2 0 343119932 91889664 894 33554432000 1073741824 1073778376 140736028706448 140520090681328 209874677031 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.052315 s]
/proc/loadavg: 3.76 3.88 3.89 3/197 25132
/proc/meminfo: memFree=27425328/32873844 swapFree=7632/7632
[pid=25132] ppid=25130 vsize=11253516 CPUtime=0.04 cores=0,2,4,6
/proc/25132/stat : 25132 (java) S 25130 25132 24098 0 -1 4202496 3799 0 1 0 3 1 0 0 20 0 13 0 343119931 11523600384 12163 33554432000 1073741824 1073778376 140736028706448 140736028697584 209887199293 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25132/statm: 2813379 12164 1709 9 0 2804080 0
[pid=25132/tid=25133] ppid=25130 vsize=11253516 CPUtime=0.03 cores=0,2,4,6
/proc/25132/task/25133/stat : 25133 (java) R 25130 25132 24098 0 -1 4202560 2620 0 1 0 1 2 0 0 20 0 13 0 343119932 11523600384 12164 33554432000 1073741824 1073778376 140736028706448 140520090674920 209883467668 0 4 0 16800971 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11253516

[startup+0.100328 s]
/proc/loadavg: 3.76 3.88 3.89 3/197 25132
/proc/meminfo: memFree=27425328/32873844 swapFree=7632/7632
[pid=25132] ppid=25130 vsize=11586392 CPUtime=0.1 cores=0,2,4,6
/proc/25132/stat : 25132 (java) S 25130 25132 24098 0 -1 4202496 4788 0 1 0 8 2 0 0 20 0 18 0 343119931 11864465408 13651 33554432000 1073741824 1073778376 140736028706448 140736028697584 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25132/statm: 2896598 13651 2116 9 0 2887285 0
[pid=25132/tid=25133] ppid=25130 vsize=11586392 CPUtime=0.08 cores=0,2,4,6
/proc/25132/task/25133/stat : 25133 (java) R 25130 25132 24098 0 -1 4202560 2844 0 1 0 6 2 0 0 20 0 18 0 343119932 11864465408 13651 33554432000 1073741824 1073778376 140736028706448 140520090676144 209887225101 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300293 s]
/proc/loadavg: 3.76 3.88 3.89 3/197 25132
/proc/meminfo: memFree=27425328/32873844 swapFree=7632/7632
[pid=25132] ppid=25130 vsize=11586392 CPUtime=0.56 cores=0,2,4,6
/proc/25132/stat : 25132 (java) S 25130 25132 24098 0 -1 4202496 7584 0 1 0 54 2 0 0 20 0 18 0 343119931 11864465408 20380 33554432000 1073741824 1073778376 140736028706448 140736028697584 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25132/statm: 2896598 20380 2225 9 0 2887285 0
[pid=25132/tid=25133] ppid=25130 vsize=11586392 CPUtime=0.27 cores=0,2,4,6
/proc/25132/task/25133/stat : 25133 (java) R 25130 25132 24098 0 -1 4202560 2864 0 1 0 25 2 0 0 20 0 18 0 343119932 11864465408 20380 33554432000 1073741824 1073778376 140736028706448 140520090676144 140519938307829 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 11586392

[startup+0.700205 s]
/proc/loadavg: 3.76 3.88 3.89 3/197 25132
/proc/meminfo: memFree=27425328/32873844 swapFree=7632/7632
[pid=25132] ppid=25130 vsize=11852648 CPUtime=1.6 cores=0,2,4,6
/proc/25132/stat : 25132 (java) S 25130 25132 24098 0 -1 4202496 9854 0 1 0 156 4 0 0 20 0 22 0 343119931 12137111552 44919 33554432000 1073741824 1073778376 140736028706448 140736028697584 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25132/statm: 2963162 44919 2260 9 0 2953849 0
[pid=25132/tid=25133] ppid=25130 vsize=11852648 CPUtime=0.55 cores=0,2,4,6
/proc/25132/task/25133/stat : 25133 (java) S 25130 25132 24098 0 -1 4202560 2918 0 1 0 52 3 0 0 20 0 22 0 343119932 12137111552 44919 33554432000 1073741824 1073778376 140736028706448 140520090678424 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 11852648

[startup+1.50077 s]
/proc/loadavg: 3.76 3.88 3.89 8/219 25154
/proc/meminfo: memFree=26928296/32873844 swapFree=7632/7632
[pid=25132] ppid=25130 vsize=11852648 CPUtime=4.39 cores=0,2,4,6
/proc/25132/stat : 25132 (java) S 25130 25132 24098 0 -1 4202496 23053 0 1 0 431 8 0 0 20 0 22 0 343119931 12137111552 79120 33554432000 1073741824 1073778376 140736028706448 140736028697584 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25132/statm: 2963162 79120 2265 9 0 2953849 0
[pid=25132/tid=25133] ppid=25130 vsize=11852648 CPUtime=0.55 cores=0,2,4,6
/proc/25132/task/25133/stat : 25133 (java) S 25130 25132 24098 0 -1 4202560 2918 0 1 0 52 3 0 0 20 0 22 0 343119932 12137111552 79120 33554432000 1073741824 1073778376 140736028706448 140520090678424 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25135] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25135/stat : 25135 (java) S 25130 25132 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119933 12137111552 79120 33554432000 1073741824 1073778376 140736028706448 140520059087400 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25136] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25136/stat : 25136 (java) S 25130 25132 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119933 12137111552 79120 33554432000 1073741824 1073778376 140736028706448 140520058034600 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25137] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25137/stat : 25137 (java) S 25130 25132 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119933 12137111552 79120 33554432000 1073741824 1073778376 140736028706448 140520056981800 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25132/tid=25138] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25138/stat : 25138 (java) S 25130 25132 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119933 12137111552 79120 33554432000 1073741824 1073778376 140736028706448 140519924533416 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25139] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25139/stat : 25139 (java) S 25130 25132 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119933 12137111552 79120 33554432000 1073741824 1073778376 140736028706448 140519923481640 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25140] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25140/stat : 25140 (java) S 25130 25132 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119933 12137111552 79120 33554432000 1073741824 1073778376 140736028706448 140519585868712 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25141] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25141/stat : 25141 (java) S 25130 25132 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119933 12137111552 79120 33554432000 1073741824 1073778376 140736028706448 140519584815912 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25142] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25142/stat : 25142 (java) S 25130 25132 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 343119933 12137111552 79120 33554432000 1073741824 1073778376 140736028706448 140519583763112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25143] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25143/stat : 25143 (java) S 25130 25132 24098 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 343119934 12137111552 79120 33554432000 1073741824 1073778376 140736028706448 140519571565032 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25144] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25144/stat : 25144 (java) S 25130 25132 24098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 343119935 12137111552 79120 33554432000 1073741824 1073778376 140736028706448 140519570511096 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25145] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25145/stat : 25145 (java) S 25130 25132 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343119935 12137111552 79120 33554432000 1073741824 1073778376 140736028706448 140519569458184 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25146] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25146/stat : 25146 (java) S 25130 25132 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119937 12137111552 79120 33554432000 1073741824 1073778376 140736028706448 140519568406672 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25147] ppid=25130 vsize=11852648 CPUtime=1 cores=0,2,4,6
/proc/25132/task/25147/stat : 25147 (java) S 25130 25132 24098 0 -1 4202560 8629 0 0 0 99 1 0 0 20 0 22 0 343119937 12137111552 79120 33554432000 1073741824 1073778376 140736028706448 140519567354808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25148] ppid=25130 vsize=11852648 CPUtime=0.98 cores=0,2,4,6
/proc/25132/task/25148/stat : 25148 (java) S 25130 25132 24098 0 -1 4202560 10152 0 0 0 96 2 0 0 20 0 22 0 343119937 12137111552 79120 33554432000 1073741824 1073778376 140736028706448 140519566302008 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25132/tid=25149] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25149/stat : 25149 (java) S 25130 25132 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119937 12137111552 79120 33554432000 1073741824 1073778376 140736028706448 140519565249400 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25132/tid=25150] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25150/stat : 25150 (java) S 25130 25132 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119937 12137111552 79120 33554432000 1073741824 1073778376 140736028706448 140519564196808 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25151] ppid=25130 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/25132/task/25151/stat : 25151 (java) R 25130 25132 24098 0 -1 4202560 26 0 0 0 90 0 0 0 20 0 22 0 343119989 12137111552 79120 33554432000 1073741824 1073778376 140736028706448 140519563083520 140519939004150 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25152] ppid=25130 vsize=11852648 CPUtime=0.88 cores=0,2,4,6
/proc/25132/task/25152/stat : 25152 (java) R 25130 25132 24098 0 -1 4202560 124 0 0 0 87 1 0 0 20 0 22 0 343119989 12137111552 79120 33554432000 1073741824 1073778376 140736028706448 140519562031544 140519939109636 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25153] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25153/stat : 25153 (java) S 25130 25132 24098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 343119992 12137111552 79120 33554432000 1073741824 1073778376 140736028706448 140519560979368 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25154] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25154/stat : 25154 (java) S 25130 25132 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343119992 12137111552 79120 33554432000 1073741824 1073778376 140736028706448 140519559926568 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 11852648

[startup+3.10079 s]
/proc/loadavg: 3.78 3.88 3.89 5/219 25154
/proc/meminfo: memFree=26652616/32873844 swapFree=7632/7632
[pid=25132] ppid=25130 vsize=11852648 CPUtime=7.71 cores=0,2,4,6
/proc/25132/stat : 25132 (java) S 25130 25132 24098 0 -1 4202496 23398 0 1 0 754 17 0 0 20 0 22 0 343119931 12137111552 198930 33554432000 1073741824 1073778376 140736028706448 140736028697584 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25132/statm: 2963162 198930 2266 9 0 2953849 0
[pid=25132/tid=25133] ppid=25130 vsize=11852648 CPUtime=0.55 cores=0,2,4,6
/proc/25132/task/25133/stat : 25133 (java) S 25130 25132 24098 0 -1 4202560 2918 0 1 0 52 3 0 0 20 0 22 0 343119932 12137111552 198930 33554432000 1073741824 1073778376 140736028706448 140520090678424 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25135] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25135/stat : 25135 (java) S 25130 25132 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119933 12137111552 198930 33554432000 1073741824 1073778376 140736028706448 140520059087400 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25136] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25136/stat : 25136 (java) S 25130 25132 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119933 12137111552 198930 33554432000 1073741824 1073778376 140736028706448 140520058034600 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25137] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25137/stat : 25137 (java) S 25130 25132 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119933 12137111552 198930 33554432000 1073741824 1073778376 140736028706448 140520056981800 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25132/tid=25138] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25138/stat : 25138 (java) S 25130 25132 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119933 12137111552 198930 33554432000 1073741824 1073778376 140736028706448 140519924533416 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25139] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25139/stat : 25139 (java) S 25130 25132 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119933 12137111552 198930 33554432000 1073741824 1073778376 140736028706448 140519923481640 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25140] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25140/stat : 25140 (java) S 25130 25132 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119933 12137111552 198930 33554432000 1073741824 1073778376 140736028706448 140519585868712 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25141] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25141/stat : 25141 (java) S 25130 25132 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119933 12137111552 198930 33554432000 1073741824 1073778376 140736028706448 140519584815912 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25142] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25142/stat : 25142 (java) S 25130 25132 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 343119933 12137111552 198930 33554432000 1073741824 1073778376 140736028706448 140519583763112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25143] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25143/stat : 25143 (java) S 25130 25132 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 343119934 12137111552 198930 33554432000 1073741824 1073778376 140736028706448 140519571565032 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25144] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25144/stat : 25144 (java) S 25130 25132 24098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 343119935 12137111552 198930 33554432000 1073741824 1073778376 140736028706448 140519570511096 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25145] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25145/stat : 25145 (java) S 25130 25132 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343119935 12137111552 198930 33554432000 1073741824 1073778376 140736028706448 140519569458184 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25146] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25146/stat : 25146 (java) S 25130 25132 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119937 12137111552 198930 33554432000 1073741824 1073778376 140736028706448 140519568406672 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25147] ppid=25130 vsize=11852648 CPUtime=1.07 cores=0,2,4,6
/proc/25132/task/25147/stat : 25147 (java) S 25130 25132 24098 0 -1 4202560 8737 0 0 0 106 1 0 0 20 0 22 0 343119937 12137111552 198930 33554432000 1073741824 1073778376 140736028706448 140519567354808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25148] ppid=25130 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/25132/task/25148/stat : 25148 (java) S 25130 25132 24098 0 -1 4202560 10152 0 0 0 101 2 0 0 20 0 22 0 343119937 12137111552 198930 33554432000 1073741824 1073778376 140736028706448 140519566302008 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25132/tid=25149] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25149/stat : 25149 (java) S 25130 25132 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119937 12137111552 198930 33554432000 1073741824 1073778376 140736028706448 140519565249400 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25132/tid=25150] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25150/stat : 25150 (java) S 25130 25132 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119937 12137111552 198930 33554432000 1073741824 1073778376 140736028706448 140519564196808 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25151] ppid=25130 vsize=11852648 CPUtime=2.49 cores=0,2,4,6
/proc/25132/task/25151/stat : 25151 (java) R 25130 25132 24098 0 -1 4202560 29 0 0 0 249 0 0 0 20 0 22 0 343119989 12137111552 198930 33554432000 1073741824 1073778376 140736028706448 140519563084440 140519939004006 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25152] ppid=25130 vsize=11852648 CPUtime=2.48 cores=0,2,4,6
/proc/25132/task/25152/stat : 25152 (java) R 25130 25132 24098 0 -1 4202560 357 0 0 0 238 10 0 0 20 0 22 0 343119989 12137111552 198930 33554432000 1073741824 1073778376 140736028706448 140519562031384 140519938766229 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25153] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25153/stat : 25153 (java) S 25130 25132 24098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 343119992 12137111552 198930 33554432000 1073741824 1073778376 140736028706448 140519560979368 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25154] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25154/stat : 25154 (java) S 25130 25132 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343119992 12137111552 198930 33554432000 1073741824 1073778376 140736028706448 140519559926568 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.71
Current children cumulated vsize (KiB) 11852648

[startup+6.30078 s]
/proc/loadavg: 3.78 3.88 3.89 5/219 25154
/proc/meminfo: memFree=26087124/32873844 swapFree=7632/7632
[pid=25132] ppid=25130 vsize=11852648 CPUtime=14.26 cores=0,2,4,6
/proc/25132/stat : 25132 (java) S 25130 25132 24098 0 -1 4202496 24978 0 1 0 1398 28 0 0 20 0 22 0 343119931 12137111552 296127 33554432000 1073741824 1073778376 140736028706448 140736028697584 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25132/statm: 2963162 296127 2290 9 0 2953849 0
[pid=25132/tid=25133] ppid=25130 vsize=11852648 CPUtime=0.55 cores=0,2,4,6
/proc/25132/task/25133/stat : 25133 (java) S 25130 25132 24098 0 -1 4202560 2919 0 1 0 52 3 0 0 20 0 22 0 343119932 12137111552 296127 33554432000 1073741824 1073778376 140736028706448 140520090678424 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25135] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25135/stat : 25135 (java) S 25130 25132 24098 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 343119933 12137111552 296127 33554432000 1073741824 1073778376 140736028706448 140520059087400 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25136] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25136/stat : 25136 (java) S 25130 25132 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 343119933 12137111552 296127 33554432000 1073741824 1073778376 140736028706448 140520058034600 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25137] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25137/stat : 25137 (java) S 25130 25132 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 343119933 12137111552 296127 33554432000 1073741824 1073778376 140736028706448 140520056981800 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25132/tid=25138] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25138/stat : 25138 (java) S 25130 25132 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343119933 12137111552 296127 33554432000 1073741824 1073778376 140736028706448 140519924533416 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25139] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25139/stat : 25139 (java) S 25130 25132 24098 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 343119933 12137111552 296127 33554432000 1073741824 1073778376 140736028706448 140519923481640 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25140] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25140/stat : 25140 (java) S 25130 25132 24098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 343119933 12137111552 296127 33554432000 1073741824 1073778376 140736028706448 140519585868712 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25141] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25141/stat : 25141 (java) S 25130 25132 24098 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 343119933 12137111552 296127 33554432000 1073741824 1073778376 140736028706448 140519584815912 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25132/tid=25142] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25142/stat : 25142 (java) S 25130 25132 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343119933 12137111552 296127 33554432000 1073741824 1073778376 140736028706448 140519583763112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/25132/statm: 2963162 978111 2291 9 0 2953849 0
[pid=25132/tid=25133] ppid=25130 vsize=11852648 CPUtime=0.59 cores=0,2,4,6
/proc/25132/task/25133/stat : 25133 (java) S 25130 25132 24098 0 -1 4202560 2944 0 1 0 54 5 0 0 20 0 22 0 343119932 12137111552 978111 33554432000 1073741824 1073778376 140736028706448 140520090678424 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25135] ppid=25130 vsize=11852648 CPUtime=1.21 cores=0,2,4,6
/proc/25132/task/25135/stat : 25135 (java) S 25130 25132 24098 0 -1 4202560 145 0 0 0 114 7 0 0 20 0 22 0 343119933 12137111552 978111 33554432000 1073741824 1073778376 140736028706448 140520059087400 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25136] ppid=25130 vsize=11852648 CPUtime=1.34 cores=0,2,4,6
/proc/25132/task/25136/stat : 25136 (java) S 25130 25132 24098 0 -1 4202560 158 0 0 0 125 9 0 0 20 0 22 0 343119933 12137111552 978111 33554432000 1073741824 1073778376 140736028706448 140520058034600 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25137] ppid=25130 vsize=11852648 CPUtime=1.27 cores=0,2,4,6
/proc/25132/task/25137/stat : 25137 (java) S 25130 25132 24098 0 -1 4202560 160 0 0 0 120 7 0 0 20 0 22 0 343119933 12137111552 978111 33554432000 1073741824 1073778376 140736028706448 140520056981800 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25132/tid=25138] ppid=25130 vsize=11852648 CPUtime=1.26 cores=0,2,4,6
/proc/25132/task/25138/stat : 25138 (java) S 25130 25132 24098 0 -1 4202560 149 0 0 0 118 8 0 0 20 0 22 0 343119933 12137111552 978111 33554432000 1073741824 1073778376 140736028706448 140519924533416 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25139] ppid=25130 vsize=11852648 CPUtime=1.14 cores=0,2,4,6
/proc/25132/task/25139/stat : 25139 (java) S 25130 25132 24098 0 -1 4202560 126 0 0 0 108 6 0 0 20 0 22 0 343119933 12137111552 978111 33554432000 1073741824 1073778376 140736028706448 140519923481640 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25140] ppid=25130 vsize=11852648 CPUtime=1.49 cores=0,2,4,6
/proc/25132/task/25140/stat : 25140 (java) S 25130 25132 24098 0 -1 4202560 169 0 0 0 140 9 0 0 20 0 22 0 343119933 12137111552 978111 33554432000 1073741824 1073778376 140736028706448 140519585868712 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25141] ppid=25130 vsize=11852648 CPUtime=1.19 cores=0,2,4,6
/proc/25132/task/25141/stat : 25141 (java) S 25130 25132 24098 0 -1 4202560 129 0 0 0 112 7 0 0 20 0 22 0 343119933 12137111552 978111 33554432000 1073741824 1073778376 140736028706448 140519584815912 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25142] ppid=25130 vsize=11852648 CPUtime=1.36 cores=0,2,4,6
/proc/25132/task/25142/stat : 25142 (java) S 25130 25132 24098 0 -1 4202560 156 0 0 0 130 6 0 0 20 0 22 0 343119933 12137111552 978111 33554432000 1073741824 1073778376 140736028706448 140519583763112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25143] ppid=25130 vsize=11852648 CPUtime=20.11 cores=0,2,4,6
/proc/25132/task/25143/stat : 25143 (java) S 25130 25132 24098 0 -1 4202560 198 0 0 0 2004 7 0 0 20 0 22 0 343119934 12137111552 978111 33554432000 1073741824 1073778376 140736028706448 140519571565032 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25144] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25144/stat : 25144 (java) S 25130 25132 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 343119935 12137111552 978111 33554432000 1073741824 1073778376 140736028706448 140519570511096 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25145] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25145/stat : 25145 (java) S 25130 25132 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343119935 12137111552 978111 33554432000 1073741824 1073778376 140736028706448 140519569458184 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25132/tid=25146] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25146/stat : 25146 (java) S 25130 25132 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119937 12137111552 978111 33554432000 1073741824 1073778376 140736028706448 140519568406672 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25147] ppid=25130 vsize=11852648 CPUtime=1.76 cores=0,2,4,6
/proc/25132/task/25147/stat : 25147 (java) S 25130 25132 24098 0 -1 4202560 13255 0 0 0 174 2 0 0 20 0 22 0 343119937 12137111552 978111 33554432000 1073741824 1073778376 140736028706448 140519567354808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25148] ppid=25130 vsize=11852648 CPUtime=1.24 cores=0,2,4,6
/proc/25132/task/25148/stat : 25148 (java) S 25130 25132 24098 0 -1 4202560 10161 0 0 0 122 2 0 0 20 0 22 0 343119937 12137111552 978111 33554432000 1073741824 1073778376 140736028706448 140519566302008 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25149] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25149/stat : 25149 (java) S 25130 25132 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119937 12137111552 978111 33554432000 1073741824 1073778376 140736028706448 140519565249400 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25132/tid=25150] ppid=25130 vsize=11852648 CPUtime=0.28 cores=0,2,4,6
/proc/25132/task/25150/stat : 25150 (java) S 25130 25132 24098 0 -1 4202560 51 0 0 0 10 18 0 0 20 0 22 0 343119937 12137111552 978111 33554432000 1073741824 1073778376 140736028706448 140519564196808 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25151] ppid=25130 vsize=11852648 CPUtime=856.41 cores=0,2,4,6
/proc/25132/task/25151/stat : 25151 (java) R 25130 25132 24098 0 -1 4202560 88 0 0 0 85627 14 0 0 20 0 22 0 343119989 12137111552 978111 33554432000 1073741824 1073778376 140736028706448 140519563082256 140519938899887 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25152] ppid=25130 vsize=11852648 CPUtime=856.32 cores=0,2,4,6
/proc/25132/task/25152/stat : 25152 (java) R 25130 25132 24098 0 -1 4202560 1635 0 0 0 85561 71 0 0 20 0 22 0 343119989 12137111552 978111 33554432000 1073741824 1073778376 140736028706448 140519562030304 140519939109923 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25153] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25153/stat : 25153 (java) S 25130 25132 24098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 343119992 12137111552 978111 33554432000 1073741824 1073778376 140736028706448 140519560979368 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25154] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25154/stat : 25154 (java) S 25130 25132 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343119992 12137111552 978111 33554432000 1073741824 1073778376 140736028706448 140519559926568 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1751.3
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+907.301 s]
/proc/loadavg: 3.94 3.95 3.91 7/219 25222
/proc/meminfo: memFree=24132348/32873844 swapFree=7632/7632
[pid=25132] ppid=25130 vsize=11852648 CPUtime=1800.11 cores=0,2,4,6
/proc/25132/stat : 25132 (java) S 25130 25132 24098 0 -1 4202496 30832 0 1 0 179848 163 0 0 20 0 22 0 343119931 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140736028697584 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25132/statm: 2963162 992459 2291 9 0 2953849 0
[pid=25132/tid=25133] ppid=25130 vsize=11852648 CPUtime=0.59 cores=0,2,4,6
/proc/25132/task/25133/stat : 25133 (java) S 25130 25132 24098 0 -1 4202560 2945 0 1 0 54 5 0 0 20 0 22 0 343119932 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140520090678424 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25135] ppid=25130 vsize=11852648 CPUtime=1.3 cores=0,2,4,6
/proc/25132/task/25135/stat : 25135 (java) S 25130 25132 24098 0 -1 4202560 166 0 0 0 121 9 0 0 20 0 22 0 343119933 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140520059087400 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25136] ppid=25130 vsize=11852648 CPUtime=1.38 cores=0,2,4,6
/proc/25132/task/25136/stat : 25136 (java) S 25130 25132 24098 0 -1 4202560 164 0 0 0 129 9 0 0 20 0 22 0 343119933 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140520058034600 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25137] ppid=25130 vsize=11852648 CPUtime=1.4 cores=0,2,4,6
/proc/25132/task/25137/stat : 25137 (java) S 25130 25132 24098 0 -1 4202560 183 0 0 0 131 9 0 0 20 0 22 0 343119933 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140520056981800 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25138] ppid=25130 vsize=11852648 CPUtime=1.3 cores=0,2,4,6
/proc/25132/task/25138/stat : 25138 (java) S 25130 25132 24098 0 -1 4202560 157 0 0 0 121 9 0 0 20 0 22 0 343119933 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140519924533416 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25132/tid=25139] ppid=25130 vsize=11852648 CPUtime=1.18 cores=0,2,4,6
/proc/25132/task/25139/stat : 25139 (java) S 25130 25132 24098 0 -1 4202560 135 0 0 0 112 6 0 0 20 0 22 0 343119933 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140519923481640 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25140] ppid=25130 vsize=11852648 CPUtime=1.62 cores=0,2,4,6
/proc/25132/task/25140/stat : 25140 (java) S 25130 25132 24098 0 -1 4202560 194 0 0 0 151 11 0 0 20 0 22 0 343119933 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140519585868712 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25141] ppid=25130 vsize=11852648 CPUtime=1.24 cores=0,2,4,6
/proc/25132/task/25141/stat : 25141 (java) S 25130 25132 24098 0 -1 4202560 139 0 0 0 116 8 0 0 20 0 22 0 343119933 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140519584815912 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25132/tid=25142] ppid=25130 vsize=11852648 CPUtime=1.43 cores=0,2,4,6
/proc/25132/task/25142/stat : 25142 (java) S 25130 25132 24098 0 -1 4202560 163 0 0 0 136 7 0 0 20 0 22 0 343119933 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140519583763112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25143] ppid=25130 vsize=11852648 CPUtime=21.58 cores=0,2,4,6
/proc/25132/task/25143/stat : 25143 (java) S 25130 25132 24098 0 -1 4202560 201 0 0 0 2150 8 0 0 20 0 22 0 343119934 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140519571565032 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25144] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25144/stat : 25144 (java) S 25130 25132 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 343119935 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140519570511096 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25145] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25145/stat : 25145 (java) S 25130 25132 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343119935 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140519569458184 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25132/tid=25146] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25146/stat : 25146 (java) S 25130 25132 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119937 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140519568406672 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25147] ppid=25130 vsize=11852648 CPUtime=1.76 cores=0,2,4,6
/proc/25132/task/25147/stat : 25147 (java) S 25130 25132 24098 0 -1 4202560 13255 0 0 0 174 2 0 0 20 0 22 0 343119937 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140519567354808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25148] ppid=25130 vsize=11852648 CPUtime=1.24 cores=0,2,4,6
/proc/25132/task/25148/stat : 25148 (java) S 25130 25132 24098 0 -1 4202560 10161 0 0 0 122 2 0 0 20 0 22 0 343119937 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140519566302008 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25149] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25149/stat : 25149 (java) S 25130 25132 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119937 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140519565249400 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25132/tid=25150] ppid=25130 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/25132/task/25150/stat : 25150 (java) S 25130 25132 24098 0 -1 4202560 53 0 0 0 10 19 0 0 20 0 22 0 343119937 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140519564196808 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25151] ppid=25130 vsize=11852648 CPUtime=879.74 cores=0,2,4,6
/proc/25132/task/25151/stat : 25151 (java) R 25130 25132 24098 0 -1 4202560 89 0 0 0 87960 14 0 0 20 0 22 0 343119989 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140519563084240 140519938899902 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25152] ppid=25130 vsize=11852648 CPUtime=879.63 cores=0,2,4,6
/proc/25132/task/25152/stat : 25152 (java) R 25130 25132 24098 0 -1 4202560 1636 0 0 0 87892 71 0 0 20 0 22 0 343119989 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140519562029200 140519939186685 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25153] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25153/stat : 25153 (java) S 25130 25132 24098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 343119992 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140519560979368 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25154] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25154/stat : 25154 (java) S 25130 25132 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343119992 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140519559926568 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
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.301 s]
/proc/loadavg: 3.94 3.95 3.91 7/219 25222
/proc/meminfo: memFree=24132348/32873844 swapFree=7632/7632
[pid=25132] ppid=25130 vsize=11852648 CPUtime=1800.11 cores=0,2,4,6
/proc/25132/stat : 25132 (java) S 25130 25132 24098 0 -1 4202496 30832 0 1 0 179848 163 0 0 20 0 22 0 343119931 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140736028697584 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25132/statm: 2963162 992459 2291 9 0 2953849 0
[pid=25132/tid=25133] ppid=25130 vsize=11852648 CPUtime=0.59 cores=0,2,4,6
/proc/25132/task/25133/stat : 25133 (java) S 25130 25132 24098 0 -1 4202560 2945 0 1 0 54 5 0 0 20 0 22 0 343119932 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140520090678424 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25135] ppid=25130 vsize=11852648 CPUtime=1.3 cores=0,2,4,6
/proc/25132/task/25135/stat : 25135 (java) S 25130 25132 24098 0 -1 4202560 166 0 0 0 121 9 0 0 20 0 22 0 343119933 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140520059087400 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25136] ppid=25130 vsize=11852648 CPUtime=1.38 cores=0,2,4,6
/proc/25132/task/25136/stat : 25136 (java) S 25130 25132 24098 0 -1 4202560 164 0 0 0 129 9 0 0 20 0 22 0 343119933 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140520058034600 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25137] ppid=25130 vsize=11852648 CPUtime=1.4 cores=0,2,4,6
/proc/25132/task/25137/stat : 25137 (java) S 25130 25132 24098 0 -1 4202560 183 0 0 0 131 9 0 0 20 0 22 0 343119933 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140520056981800 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25138] ppid=25130 vsize=11852648 CPUtime=1.3 cores=0,2,4,6
/proc/25132/task/25138/stat : 25138 (java) S 25130 25132 24098 0 -1 4202560 157 0 0 0 121 9 0 0 20 0 22 0 343119933 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140519924533416 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25132/tid=25139] ppid=25130 vsize=11852648 CPUtime=1.18 cores=0,2,4,6
/proc/25132/task/25139/stat : 25139 (java) S 25130 25132 24098 0 -1 4202560 135 0 0 0 112 6 0 0 20 0 22 0 343119933 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140519923481640 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25140] ppid=25130 vsize=11852648 CPUtime=1.62 cores=0,2,4,6
/proc/25132/task/25140/stat : 25140 (java) S 25130 25132 24098 0 -1 4202560 194 0 0 0 151 11 0 0 20 0 22 0 343119933 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140519585868712 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25141] ppid=25130 vsize=11852648 CPUtime=1.24 cores=0,2,4,6
/proc/25132/task/25141/stat : 25141 (java) S 25130 25132 24098 0 -1 4202560 139 0 0 0 116 8 0 0 20 0 22 0 343119933 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140519584815912 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25132/tid=25142] ppid=25130 vsize=11852648 CPUtime=1.43 cores=0,2,4,6
/proc/25132/task/25142/stat : 25142 (java) S 25130 25132 24098 0 -1 4202560 163 0 0 0 136 7 0 0 20 0 22 0 343119933 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140519583763112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25143] ppid=25130 vsize=11852648 CPUtime=21.58 cores=0,2,4,6
/proc/25132/task/25143/stat : 25143 (java) S 25130 25132 24098 0 -1 4202560 201 0 0 0 2150 8 0 0 20 0 22 0 343119934 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140519571565032 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25144] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25144/stat : 25144 (java) S 25130 25132 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 343119935 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140519570511096 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25145] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25145/stat : 25145 (java) S 25130 25132 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343119935 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140519569458184 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25132/tid=25146] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25146/stat : 25146 (java) S 25130 25132 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119937 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140519568406672 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25147] ppid=25130 vsize=11852648 CPUtime=1.76 cores=0,2,4,6
/proc/25132/task/25147/stat : 25147 (java) S 25130 25132 24098 0 -1 4202560 13255 0 0 0 174 2 0 0 20 0 22 0 343119937 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140519567354808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25148] ppid=25130 vsize=11852648 CPUtime=1.24 cores=0,2,4,6
/proc/25132/task/25148/stat : 25148 (java) S 25130 25132 24098 0 -1 4202560 10161 0 0 0 122 2 0 0 20 0 22 0 343119937 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140519566302008 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25149] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25149/stat : 25149 (java) S 25130 25132 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343119937 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140519565249400 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25132/tid=25150] ppid=25130 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/25132/task/25150/stat : 25150 (java) S 25130 25132 24098 0 -1 4202560 53 0 0 0 10 19 0 0 20 0 22 0 343119937 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140519564196808 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25151] ppid=25130 vsize=11852648 CPUtime=879.74 cores=0,2,4,6
/proc/25132/task/25151/stat : 25151 (java) R 25130 25132 24098 0 -1 4202560 89 0 0 0 87960 14 0 0 20 0 22 0 343119989 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140519563084240 140519938899902 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25152] ppid=25130 vsize=11852648 CPUtime=879.63 cores=0,2,4,6
/proc/25132/task/25152/stat : 25152 (java) R 25130 25132 24098 0 -1 4202560 1636 0 0 0 87892 71 0 0 20 0 22 0 343119989 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140519562029200 140519939186685 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25153] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25153/stat : 25153 (java) S 25130 25132 24098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 343119992 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140519560979368 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25154] ppid=25130 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25154/stat : 25154 (java) S 25130 25132 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343119992 12137111552 992459 33554432000 1073741824 1073778376 140736028706448 140519559926568 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 11852648

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25132 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=38264
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=62686
# CPU time returned by wait4() is 1796.1
# while last known CPU time is 1800.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 907.36
CPU time (s): 1800.11
CPU user time (s): 1798.48
CPU system time (s): 1.63
CPU usage (%): 198.39
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.04
system time used= 2.06269
maximum resident set size= 3972008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30866
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= 24319
involuntary context switches= 29049

runsolver used 3.3115 second user time and 7.8638 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-04 02:32:36
IDJOB=3742526
IDBENCH=90199
IDSOLVER=2328
FILE ID=node141/3742526-1338769956
RUNJOBID= node141-1338763554-24114
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_K143.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742526-1338769956/watcher-3742526-1338769956 -o /tmp/evaluation-result-3742526-1338769956/solver-3742526-1338769956 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742526-1338769956.opb

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

MD5SUM BENCH= 8f58618b79e9d2a9b56b6a791eca5768
RANDOM SEED=1290138373

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:        27432000 kB
Buffers:          435768 kB
Cached:          3266712 kB
SwapCached:          216 kB
Active:          2109660 kB
Inactive:        2424440 kB
Active(anon):     821820 kB
Inactive(anon):    11288 kB
Active(file):    1287840 kB
Inactive(file):  2413152 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:              3228 kB
Writeback:             0 kB
AnonPages:        888712 kB
Mapped:            18836 kB
Shmem:               172 kB
Slab:             742564 kB
SReclaimable:     184240 kB
SUnreclaim:       558324 kB
KernelStack:        1624 kB
PageTables:         5916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10457580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    823296 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 02:47:45