Trace number 3742561

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.11 902.151

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K168.opb
MD5SUM4a002b4e44699cf4cd35a469f7223c94
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 variables19992
Total number of constraints20330
Number of constraints which are clauses20162
Number of constraints which are cardinality constraints (but not clauses)168
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint168
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 169
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.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c version 2.2.0.v20100531
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		1349517296
0.01/0.08	c Max memory 		1356595200
0.01/0.08	c Total memory 		1356595200
0.01/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3742561-1338787637.opb
0.09/0.11	c reading problem ... 
1.19/0.62	c ... done. Wall clock time 0.512s.
1.19/0.62	c #vars     19992
1.19/0.62	c #constraints  20330
1.19/0.62	c constraints type 
1.19/0.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17989
1.19/0.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 168
1.19/0.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2171
1.19/0.62	c constraints type 
1.19/0.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2171
1.19/0.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17989
1.19/0.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 168
8.87/3.70	c cleaning 2483 clauses out of 4993 with flag 5002/5002
16.87/7.42	c cleaning 4234 clauses out of 8508 with flag 11004/11004
24.06/11.03	c cleaning 5535 clauses out of 11268 with flag 18002/18002
33.04/15.54	c cleaning 6670 clauses out of 13726 with flag 26000/26000
44.34/21.14	c cleaning 7711 clauses out of 16055 with flag 35000/35000
56.53/27.29	c cleaning 8847 clauses out of 18343 with flag 45001/45001
68.96/33.49	c cleaning 10025 clauses out of 20491 with flag 56000/56000
83.96/40.95	c cleaning 10968 clauses out of 22466 with flag 68003/68003
101.48/49.72	c cleaning 11884 clauses out of 24494 with flag 81001/81001
119.27/58.62	c cleaning 12979 clauses out of 26610 with flag 95002/95002
139.93/68.98	c cleaning 14063 clauses out of 28626 with flag 110000/110000
160.98/79.41	c cleaning 14994 clauses out of 30561 with flag 126000/126000
189.09/93.54	c cleaning 16000 clauses out of 32569 with flag 143002/143002
212.73/105.38	c cleaning 16950 clauses out of 34565 with flag 161001/161001
235.95/117.00	c cleaning 17763 clauses out of 36610 with flag 180000/180000
266.21/132.04	c cleaning 18995 clauses out of 38846 with flag 200000/200000
291.71/144.83	c cleaning 20245 clauses out of 40850 with flag 221000/221000
334.62/166.20	c cleaning 20549 clauses out of 41610 with flag 242006/242006
361.18/179.53	c cleaning 20582 clauses out of 42048 with flag 263001/263001
402.83/200.30	c cleaning 21026 clauses out of 42468 with flag 284003/284003
431.18/214.59	c cleaning 20453 clauses out of 42440 with flag 305001/305001
475.38/236.68	c cleaning 19694 clauses out of 42987 with flag 326001/326001
501.99/249.91	c cleaning 19886 clauses out of 44292 with flag 347001/347001
532.80/265.36	c cleaning 19905 clauses out of 45395 with flag 368003/368003
564.92/281.44	c cleaning 19485 clauses out of 46486 with flag 389000/389000
594.20/296.05	c cleaning 20020 clauses out of 47999 with flag 410000/410000
631.39/314.67	c cleaning 19955 clauses out of 48979 with flag 431000/431000
658.02/327.95	c cleaning 19629 clauses out of 50024 with flag 452000/452000
685.78/341.98	c cleaning 19784 clauses out of 51394 with flag 473000/473000
719.82/358.92	c cleaning 19589 clauses out of 52608 with flag 494000/494000
749.24/373.61	c cleaning 19662 clauses out of 54019 with flag 515000/515000
780.02/389.07	c cleaning 20013 clauses out of 55359 with flag 536003/536003
824.36/411.30	c cleaning 19913 clauses out of 56343 with flag 557000/557000
856.86/427.55	c cleaning 19877 clauses out of 57426 with flag 578000/578000
896.27/447.24	c cleaning 19761 clauses out of 58548 with flag 599000/599000
961.82/479.95	c cleaning 0 clauses out of 5002 with flag 0/5002
967.66/482.94	c cleaning 19689 clauses out of 59788 with flag 620001/620001
1002.62/500.50	c cleaning 19564 clauses out of 61098 with flag 641000/641000
1039.08/518.74	c cleaning 19983 clauses out of 62534 with flag 662001/662001
1069.18/533.85	c cleaning 19796 clauses out of 63552 with flag 683002/683002
1097.22/548.07	c cleaning 19442 clauses out of 64757 with flag 704005/704005
1134.87/566.94	c cleaning 19563 clauses out of 66310 with flag 725000/725000
1166.45/582.82	c cleaning 19723 clauses out of 67746 with flag 746000/746000
1196.32/597.80	c cleaning 19843 clauses out of 69031 with flag 767008/767008
1230.35/615.08	c cleaning 19702 clauses out of 70180 with flag 788001/788001
1260.80/630.34	c cleaning 19944 clauses out of 71477 with flag 809000/809000
1301.87/650.95	c cleaning 19821 clauses out of 72537 with flag 830004/830004
1351.18/675.68	c cleaning 20152 clauses out of 73712 with flag 851000/851000
1380.21/690.33	c cleaning 19723 clauses out of 74561 with flag 872001/872001
1406.63/703.67	c cleaning 19711 clauses out of 75840 with flag 893003/893003
1433.91/717.34	c cleaning 19484 clauses out of 77125 with flag 914000/914000
1462.00/731.48	c cleaning 19993 clauses out of 78638 with flag 935001/935001
1489.78/745.50	c cleaning 19667 clauses out of 79641 with flag 956001/956001
1524.49/763.06	c cleaning 19559 clauses out of 80973 with flag 977000/977000
1555.01/778.47	c cleaning 19957 clauses out of 82414 with flag 998000/998000
1588.56/795.33	c cleaning 19813 clauses out of 83460 with flag 1019003/1019003
1625.80/814.23	c cleaning 20064 clauses out of 84644 with flag 1040000/1040000
1653.74/828.36	c cleaning 19729 clauses out of 85580 with flag 1061002/1061002
1699.14/851.19	c cleaning 20284 clauses out of 86849 with flag 1082000/1082000
1735.38/869.24	c cleaning 19959 clauses out of 87565 with flag 1103000/1103000
1765.33/884.47	c cleaning 19848 clauses out of 88607 with flag 1124001/1124001
1794.27/899.00	c cleaning 19644 clauses out of 89761 with flag 1145003/1145003
1800.11/902.11	c starts		: 171
1800.11/902.11	c conflicts		: 1150215
1800.11/902.11	c decisions		: 41434959
1800.11/902.11	c propagations		: 906754798
1800.11/902.11	c inspects		: 1700476454
1800.11/902.11	c learnt literals	: 100
1800.11/902.11	c learnt binary clauses	: 60741
1800.11/902.11	c learnt ternary clauses	: 66022
1800.11/902.11	c learnt clauses	: 1150115
1800.11/902.11	c ignored clauses	: 0
1800.11/902.11	c root simplifications	: 0
1800.11/902.11	c removed literals (reason simplification)	: 9509307
1800.11/902.11	c reason swapping (by a shorter reason)	: 0
1800.11/902.11	c Calls to reduceDB	: 61
1800.11/902.11	c number of reductions to clauses (during analyze)	: 0
1800.11/902.11	c number of learned constraints concerned by reduction	: 0
1800.11/902.11	c number of learning phase by resolution	: 0
1800.11/902.11	c number of learning phase by cutting planes	: 0
1800.11/902.11	c speed (assignments/second)	: 1005845.2377518896
1800.11/902.11	c non guided choices	57919
1800.11/902.14	c learnt constraints type 
1800.11/902.14	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14624
1800.11/902.14	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 60745
1800.11/902.14	c constraints type 
1800.11/902.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17989
1800.11/902.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 168
1800.11/902.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2171
1800.11/902.14	c constraints type 
1800.11/902.14	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2171
1800.11/902.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17989
1800.11/902.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 168
1800.11/902.14	s UNKNOWN
1800.11/902.14	c Total wall clock time (in seconds): 902.026

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-3742561-1338787637/watcher-3742561-1338787637 -o /tmp/evaluation-result-3742561-1338787637/solver-3742561-1338787637 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742561-1338787637.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.83 3.91 3.75 4/197 9698
/proc/meminfo: memFree=26255120/32873844 swapFree=7384/7384
[pid=9698] ppid=9696 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/9698/stat : 9698 (java6) D 9696 9698 9217 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 344889120 9515008 182 33554432000 1073741824 1073778376 140736577304704 140736577295736 239873113781 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/9698/statm: 2323 182 140 9 0 71 0

[startup+0.0416979 s]
/proc/loadavg: 3.83 3.91 3.75 4/197 9698
/proc/meminfo: memFree=26255120/32873844 swapFree=7384/7384
[pid=9698] ppid=9696 vsize=2367080 CPUtime=0.01 cores=0,2,4,6
/proc/9698/stat : 9698 (java) S 9696 9698 9217 0 -1 4202496 3674 0 1 0 1 0 0 0 20 0 13 0 344889120 2423889920 4883 33554432000 1073741824 1073778376 140735545811376 140735545802512 239876472893 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9698/statm: 591770 4886 1665 9 0 582471 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2367080

[startup+0.100198 s]
/proc/loadavg: 3.83 3.91 3.75 4/197 9698
/proc/meminfo: memFree=26255120/32873844 swapFree=7384/7384
[pid=9698] ppid=9696 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/9698/stat : 9698 (java) S 9696 9698 9217 0 -1 4202496 4702 0 1 0 8 1 0 0 20 0 18 0 344889120 2764726272 6405 33554432000 1073741824 1073778376 140735545811376 140735545802512 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9698/statm: 674982 6405 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.30025 s]
/proc/loadavg: 3.83 3.91 3.75 4/197 9698
/proc/meminfo: memFree=26255120/32873844 swapFree=7384/7384
[pid=9698] ppid=9696 vsize=2699928 CPUtime=0.56 cores=0,2,4,6
/proc/9698/stat : 9698 (java) S 9696 9698 9217 0 -1 4202496 7472 0 1 0 54 2 0 0 20 0 18 0 344889120 2764726272 13112 33554432000 1073741824 1073778376 140735545811376 140735545802512 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9698/statm: 674982 13112 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 2699928

[startup+0.70017 s]
/proc/loadavg: 3.83 3.91 3.75 4/197 9698
/proc/meminfo: memFree=26255120/32873844 swapFree=7384/7384
[pid=9698] ppid=9696 vsize=2966184 CPUtime=1.46 cores=0,2,4,6
/proc/9698/stat : 9698 (java) S 9696 9698 9217 0 -1 4202496 12119 0 1 0 142 4 0 0 20 0 22 0 344889120 3037372416 44472 33554432000 1073741824 1073778376 140735545811376 140735545802512 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9698/statm: 741546 44472 2249 9 0 732240 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 2966184

[startup+1.50078 s]
/proc/loadavg: 3.83 3.91 3.75 7/219 9720
/proc/meminfo: memFree=26049168/32873844 swapFree=7384/7384
[pid=9698] ppid=9696 vsize=2966184 CPUtime=4.19 cores=0,2,4,6
/proc/9698/stat : 9698 (java) S 9696 9698 9217 0 -1 4202496 22507 0 1 0 410 9 0 0 20 0 22 0 344889120 3037372416 86886 33554432000 1073741824 1073778376 140735545811376 140735545802512 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9698/statm: 741546 86886 2256 9 0 732240 0
[pid=9698/tid=9700] ppid=9696 vsize=2966184 CPUtime=0.59 cores=0,2,4,6
/proc/9698/task/9700/stat : 9700 (java) S 9696 9698 9217 0 -1 4202560 2861 0 1 0 57 2 0 0 20 0 22 0 344889121 3037372416 86886 33554432000 1073741824 1073778376 140735545811376 140480041436312 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9698/tid=9701] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9701/stat : 9701 (java) S 9696 9698 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344889123 3037372416 86886 33554432000 1073741824 1073778376 140735545811376 140480025717544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9702] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9702/stat : 9702 (java) S 9696 9698 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344889123 3037372416 86886 33554432000 1073741824 1073778376 140735545811376 140480024664744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9698/tid=9703] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9703/stat : 9703 (java) S 9696 9698 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344889123 3037372416 86886 33554432000 1073741824 1073778376 140735545811376 140480023612456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9698/tid=9704] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9704/stat : 9704 (java) S 9696 9698 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344889123 3037372416 86886 33554432000 1073741824 1073778376 140735545811376 140480022559656 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9698/tid=9705] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9705/stat : 9705 (java) S 9696 9698 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344889123 3037372416 86886 33554432000 1073741824 1073778376 140735545811376 140480021506344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9706] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9706/stat : 9706 (java) S 9696 9698 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344889123 3037372416 86886 33554432000 1073741824 1073778376 140735545811376 140480020453544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9698/tid=9707] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9707/stat : 9707 (java) S 9696 9698 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344889123 3037372416 86886 33554432000 1073741824 1073778376 140735545811376 140480019401256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9708] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9708/stat : 9708 (java) S 9696 9698 9217 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344889123 3037372416 86886 33554432000 1073741824 1073778376 140735545811376 140480018348456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9709] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9709/stat : 9709 (java) S 9696 9698 9217 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344889124 3037372416 86886 33554432000 1073741824 1073778376 140735545811376 140480005937896 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9710] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9710/stat : 9710 (java) S 9696 9698 9217 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344889124 3037372416 86886 33554432000 1073741824 1073778376 140735545811376 140480004883960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9711] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9711/stat : 9711 (java) S 9696 9698 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344889124 3037372416 86886 33554432000 1073741824 1073778376 140735545811376 140480003831560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9712] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9712/stat : 9712 (java) S 9696 9698 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344889127 3037372416 86886 33554432000 1073741824 1073778376 140735545811376 140480002780048 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9713] ppid=9696 vsize=2966184 CPUtime=0.94 cores=0,2,4,6
/proc/9698/task/9713/stat : 9713 (java) S 9696 9698 9217 0 -1 4202560 10058 0 0 0 92 2 0 0 20 0 22 0 344889127 3037372416 86886 33554432000 1073741824 1073778376 140735545811376 140480001726648 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9714] ppid=9696 vsize=2966184 CPUtime=0.9 cores=0,2,4,6
/proc/9698/task/9714/stat : 9714 (java) S 9696 9698 9217 0 -1 4202560 8221 0 0 0 88 2 0 0 20 0 22 0 344889127 3037372416 86886 33554432000 1073741824 1073778376 140735545811376 140480000673848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9698/tid=9715] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9715/stat : 9715 (java) S 9696 9698 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344889127 3037372416 86886 33554432000 1073741824 1073778376 140735545811376 140479999621752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9698/tid=9716] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9716/stat : 9716 (java) S 9696 9698 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344889127 3037372416 86886 33554432000 1073741824 1073778376 140735545811376 140479998569160 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9698/tid=9717] ppid=9696 vsize=2966184 CPUtime=0.84 cores=0,2,4,6
/proc/9698/task/9717/stat : 9717 (java) R 9696 9698 9217 0 -1 4202560 22 0 0 0 84 0 0 0 20 0 22 0 344889183 3037372416 86886 33554432000 1073741824 1073778376 140735545811376 140479997514680 140479875057582 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9698/tid=9718] ppid=9696 vsize=2966184 CPUtime=0.83 cores=0,2,4,6
/proc/9698/task/9718/stat : 9718 (java) R 9696 9698 9217 0 -1 4202560 139 0 0 0 81 2 0 0 20 0 22 0 344889183 3037372416 86886 33554432000 1073741824 1073778376 140735545811376 140479996461368 140479875107176 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9698/tid=9719] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9719/stat : 9719 (java) S 9696 9698 9217 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 344889185 3037372416 86886 33554432000 1073741824 1073778376 140735545811376 140479995410088 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9698/tid=9720] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9720/stat : 9720 (java) S 9696 9698 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344889186 3037372416 86886 33554432000 1073741824 1073778376 140735545811376 140479994357288 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 2966184

[startup+3.10076 s]
/proc/loadavg: 3.83 3.91 3.75 5/219 9720
/proc/meminfo: memFree=25838408/32873844 swapFree=7384/7384
[pid=9698] ppid=9696 vsize=2966184 CPUtime=7.63 cores=0,2,4,6
/proc/9698/stat : 9698 (java) S 9696 9698 9217 0 -1 4202496 22672 0 1 0 749 14 0 0 20 0 22 0 344889120 3037372416 110990 33554432000 1073741824 1073778376 140735545811376 140735545802512 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9698/statm: 741546 110990 2269 9 0 732240 0
[pid=9698/tid=9700] ppid=9696 vsize=2966184 CPUtime=0.59 cores=0,2,4,6
/proc/9698/task/9700/stat : 9700 (java) S 9696 9698 9217 0 -1 4202560 2863 0 1 0 57 2 0 0 20 0 22 0 344889121 3037372416 110990 33554432000 1073741824 1073778376 140735545811376 140480041436312 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9701] ppid=9696 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/9698/task/9701/stat : 9701 (java) S 9696 9698 9217 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 22 0 344889123 3037372416 110990 33554432000 1073741824 1073778376 140735545811376 140480025717544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9702] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9702/stat : 9702 (java) S 9696 9698 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344889123 3037372416 110990 33554432000 1073741824 1073778376 140735545811376 140480024664744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9703] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9703/stat : 9703 (java) S 9696 9698 9217 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344889123 3037372416 110990 33554432000 1073741824 1073778376 140735545811376 140480023612456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9698/tid=9704] ppid=9696 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/9698/task/9704/stat : 9704 (java) S 9696 9698 9217 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 344889123 3037372416 110990 33554432000 1073741824 1073778376 140735545811376 140480022559656 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9698/tid=9705] ppid=9696 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/9698/task/9705/stat : 9705 (java) S 9696 9698 9217 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 344889123 3037372416 110990 33554432000 1073741824 1073778376 140735545811376 140480021506344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9698/tid=9706] ppid=9696 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/9698/task/9706/stat : 9706 (java) S 9696 9698 9217 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 344889123 3037372416 110990 33554432000 1073741824 1073778376 140735545811376 140480020453544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9698/tid=9707] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9707/stat : 9707 (java) S 9696 9698 9217 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344889123 3037372416 110990 33554432000 1073741824 1073778376 140735545811376 140480019401256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9708] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9708/stat : 9708 (java) S 9696 9698 9217 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 344889123 3037372416 110990 33554432000 1073741824 1073778376 140735545811376 140480018348456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9709] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9709/stat : 9709 (java) S 9696 9698 9217 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344889124 3037372416 110990 33554432000 1073741824 1073778376 140735545811376 140480005937896 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9698/tid=9710] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9710/stat : 9710 (java) S 9696 9698 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344889124 3037372416 110990 33554432000 1073741824 1073778376 140735545811376 140480004883960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9711] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9711/stat : 9711 (java) S 9696 9698 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344889124 3037372416 110990 33554432000 1073741824 1073778376 140735545811376 140480003831560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9712] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9712/stat : 9712 (java) S 9696 9698 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344889127 3037372416 110990 33554432000 1073741824 1073778376 140735545811376 140480002780048 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9713] ppid=9696 vsize=2966184 CPUtime=0.98 cores=0,2,4,6
/proc/9698/task/9713/stat : 9713 (java) S 9696 9698 9217 0 -1 4202560 10058 0 0 0 96 2 0 0 20 0 22 0 344889127 3037372416 110990 33554432000 1073741824 1073778376 140735545811376 140480001726648 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9714] ppid=9696 vsize=2966184 CPUtime=1.03 cores=0,2,4,6
/proc/9698/task/9714/stat : 9714 (java) S 9696 9698 9217 0 -1 4202560 8260 0 0 0 101 2 0 0 20 0 22 0 344889127 3037372416 110990 33554432000 1073741824 1073778376 140735545811376 140480000673848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9698/tid=9715] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9715/stat : 9715 (java) S 9696 9698 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344889127 3037372416 110990 33554432000 1073741824 1073778376 140735545811376 140479999621752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9698/tid=9716] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9716/stat : 9716 (java) S 9696 9698 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344889127 3037372416 110990 33554432000 1073741824 1073778376 140735545811376 140479998569160 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9698/tid=9717] ppid=9696 vsize=2966184 CPUtime=2.38 cores=0,2,4,6
/proc/9698/task/9717/stat : 9717 (java) R 9696 9698 9217 0 -1 4202560 22 0 0 0 238 0 0 0 20 0 22 0 344889183 3037372416 110990 33554432000 1073741824 1073778376 140735545811376 140479997512656 140479875006384 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9698/tid=9718] ppid=9696 vsize=2966184 CPUtime=2.38 cores=0,2,4,6
/proc/9698/task/9718/stat : 9718 (java) R 9696 9698 9217 0 -1 4202560 170 0 0 0 234 4 0 0 20 0 22 0 344889183 3037372416 110990 33554432000 1073741824 1073778376 140735545811376 140479996461352 140479875220768 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9698/tid=9719] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9719/stat : 9719 (java) S 9696 9698 9217 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 344889185 3037372416 110990 33554432000 1073741824 1073778376 140735545811376 140479995410088 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9698/tid=9720] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9720/stat : 9720 (java) S 9696 9698 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344889186 3037372416 110990 33554432000 1073741824 1073778376 140735545811376 140479994357288 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.63
Current children cumulated vsize (KiB) 2966184

[startup+6.30077 s]
/proc/loadavg: 3.84 3.91 3.75 5/219 9720
/proc/meminfo: memFree=25796392/32873844 swapFree=7384/7384
[pid=9698] ppid=9696 vsize=2966184 CPUtime=14.58 cores=0,2,4,6
/proc/9698/stat : 9698 (java) S 9696 9698 9217 0 -1 4202496 26415 0 1 0 1443 15 0 0 20 0 22 0 344889120 3037372416 115661 33554432000 1073741824 1073778376 140735545811376 140735545802512 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9698/statm: 741546 115661 2283 9 0 732240 0
[pid=9698/tid=9700] ppid=9696 vsize=2966184 CPUtime=0.59 cores=0,2,4,6
/proc/9698/task/9700/stat : 9700 (java) S 9696 9698 9217 0 -1 4202560 2863 0 1 0 57 2 0 0 20 0 22 0 344889121 3037372416 115661 33554432000 1073741824 1073778376 140735545811376 140480041436312 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9701] ppid=9696 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/9698/task/9701/stat : 9701 (java) S 9696 9698 9217 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 22 0 344889123 3037372416 115661 33554432000 1073741824 1073778376 140735545811376 140480025717544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9702] ppid=9696 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/9698/task/9702/stat : 9702 (java) S 9696 9698 9217 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 344889123 3037372416 115661 33554432000 1073741824 1073778376 140735545811376 140480024664744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9703] ppid=9696 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/9698/task/9703/stat : 9703 (java) S 9696 9698 9217 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 22 0 344889123 3037372416 115661 33554432000 1073741824 1073778376 140735545811376 140480023612456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9698/tid=9704] ppid=9696 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/9698/task/9704/stat : 9704 (java) S 9696 9698 9217 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 22 0 344889123 3037372416 115661 33554432000 1073741824 1073778376 140735545811376 140480022559656 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9698/tid=9705] ppid=9696 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/9698/task/9705/stat : 9705 (java) S 9696 9698 9217 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 344889123 3037372416 115661 33554432000 1073741824 1073778376 140735545811376 140480021506344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9706] ppid=9696 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/9698/task/9706/stat : 9706 (java) S 9696 9698 9217 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 22 0 344889123 3037372416 115661 33554432000 1073741824 1073778376 140735545811376 140480020453544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9698/tid=9707] ppid=9696 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/9698/task/9707/stat : 9707 (java) S 9696 9698 9217 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 344889123 3037372416 115661 33554432000 1073741824 1073778376 140735545811376 140480019401256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9698/tid=9708] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9708/stat : 9708 (java) S 9696 9698 9217 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 344889123 3037372416 115661 33554432000 1073741824 1073778376 140735545811376 140480018348456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9698/tid=9709] ppid=9696 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/9698/task/9709/stat : 9709 (java) S 9696 9698 9217 0 -1 4202560 38 0 0 0 5 1 0 0 20 0 22 0 344889124 3037372416 115661 33554432000 1073741824 1073778376 140735545811376 140480005937896 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9710] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9710/stat : 9710 (java) S 9696 9698 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344889124 3037372416 115661 33554432000 1073741824 1073778376 140735545811376 140480004883960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9711] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9711/stat : 9711 (java) S 9696 9698 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344889124 3037372416 115661 33554432000 1073741824 1073778376 140735545811376 140480003831560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9712] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9712/stat : 9712 (java) S 9696 9698 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344889127 3037372416 115661 33554432000 1073741824 1073778376 140735545811376 140480002780048 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9713] ppid=9696 vsize=2966184 CPUtime=1.04 cores=0,2,4,6
/proc/9698/task/9713/stat : 9713 (java) S 9696 9698 9217 0 -1 4202560 10064 0 0 0 101 3 0 0 20 0 22 0 344889127 3037372416 115661 33554432000 1073741824 1073778376 140735545811376 140480001726648 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

/proc/9698/statm: 741546 228175 2284 9 0 732240 0
[pid=9698/tid=9700] ppid=9696 vsize=2966184 CPUtime=0.61 cores=0,2,4,6
/proc/9698/task/9700/stat : 9700 (java) S 9696 9698 9217 0 -1 4202560 2877 0 1 0 58 3 0 0 20 0 22 0 344889121 3037372416 228175 33554432000 1073741824 1073778376 140735545811376 140480041436312 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9698/tid=9701] ppid=9696 vsize=2966184 CPUtime=3.58 cores=0,2,4,6
/proc/9698/task/9701/stat : 9701 (java) S 9696 9698 9217 0 -1 4202560 195 0 0 0 351 7 0 0 20 0 22 0 344889123 3037372416 228175 33554432000 1073741824 1073778376 140735545811376 140480025717544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9702] ppid=9696 vsize=2966184 CPUtime=3.58 cores=0,2,4,6
/proc/9698/task/9702/stat : 9702 (java) S 9696 9698 9217 0 -1 4202560 170 0 0 0 350 8 0 0 20 0 22 0 344889123 3037372416 228175 33554432000 1073741824 1073778376 140735545811376 140480024664744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9698/tid=9703] ppid=9696 vsize=2966184 CPUtime=3.45 cores=0,2,4,6
/proc/9698/task/9703/stat : 9703 (java) S 9696 9698 9217 0 -1 4202560 177 0 0 0 339 6 0 0 20 0 22 0 344889123 3037372416 228175 33554432000 1073741824 1073778376 140735545811376 140480023612456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9698/tid=9704] ppid=9696 vsize=2966184 CPUtime=3.71 cores=0,2,4,6
/proc/9698/task/9704/stat : 9704 (java) S 9696 9698 9217 0 -1 4202560 221 0 0 0 364 7 0 0 20 0 22 0 344889123 3037372416 228175 33554432000 1073741824 1073778376 140735545811376 140480022559656 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9705] ppid=9696 vsize=2966184 CPUtime=3.62 cores=0,2,4,6
/proc/9698/task/9705/stat : 9705 (java) S 9696 9698 9217 0 -1 4202560 225 0 0 0 354 8 0 0 20 0 22 0 344889123 3037372416 228175 33554432000 1073741824 1073778376 140735545811376 140480021506344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9698/tid=9706] ppid=9696 vsize=2966184 CPUtime=3.74 cores=0,2,4,6
/proc/9698/task/9706/stat : 9706 (java) S 9696 9698 9217 0 -1 4202560 174 0 0 0 367 7 0 0 20 0 22 0 344889123 3037372416 228175 33554432000 1073741824 1073778376 140735545811376 140480020453544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9698/tid=9707] ppid=9696 vsize=2966184 CPUtime=3.51 cores=0,2,4,6
/proc/9698/task/9707/stat : 9707 (java) S 9696 9698 9217 0 -1 4202560 192 0 0 0 344 7 0 0 20 0 22 0 344889123 3037372416 228175 33554432000 1073741824 1073778376 140735545811376 140480019401256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9708] ppid=9696 vsize=2966184 CPUtime=3.67 cores=0,2,4,6
/proc/9698/task/9708/stat : 9708 (java) S 9696 9698 9217 0 -1 4202560 181 0 0 0 359 8 0 0 20 0 22 0 344889123 3037372416 228175 33554432000 1073741824 1073778376 140735545811376 140480018348456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9698/tid=9709] ppid=9696 vsize=2966184 CPUtime=17.56 cores=0,2,4,6
/proc/9698/task/9709/stat : 9709 (java) S 9696 9698 9217 0 -1 4202560 266 0 0 0 1727 29 0 0 20 0 22 0 344889124 3037372416 228175 33554432000 1073741824 1073778376 140735545811376 140480005937896 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9698/tid=9710] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9710/stat : 9710 (java) S 9696 9698 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344889124 3037372416 228175 33554432000 1073741824 1073778376 140735545811376 140480004883960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9711] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9711/stat : 9711 (java) S 9696 9698 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344889124 3037372416 228175 33554432000 1073741824 1073778376 140735545811376 140480003831560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9712] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9712/stat : 9712 (java) S 9696 9698 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344889127 3037372416 228175 33554432000 1073741824 1073778376 140735545811376 140480002780048 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9713] ppid=9696 vsize=2966184 CPUtime=1.58 cores=0,2,4,6
/proc/9698/task/9713/stat : 9713 (java) S 9696 9698 9217 0 -1 4202560 11472 0 0 0 155 3 0 0 20 0 22 0 344889127 3037372416 228175 33554432000 1073741824 1073778376 140735545811376 140480001726648 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9698/tid=9714] ppid=9696 vsize=2966184 CPUtime=1.64 cores=0,2,4,6
/proc/9698/task/9714/stat : 9714 (java) S 9696 9698 9217 0 -1 4202560 11954 0 0 0 162 2 0 0 20 0 22 0 344889127 3037372416 228175 33554432000 1073741824 1073778376 140735545811376 140480000673848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9698/tid=9715] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9715/stat : 9715 (java) S 9696 9698 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344889127 3037372416 228175 33554432000 1073741824 1073778376 140735545811376 140479999621752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9698/tid=9716] ppid=9696 vsize=2966184 CPUtime=0.28 cores=0,2,4,6
/proc/9698/task/9716/stat : 9716 (java) S 9696 9698 9217 0 -1 4202560 51 0 0 0 12 16 0 0 20 0 22 0 344889127 3037372416 228175 33554432000 1073741824 1073778376 140735545811376 140479998569160 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9698/tid=9717] ppid=9696 vsize=2966184 CPUtime=853.03 cores=0,2,4,6
/proc/9698/task/9717/stat : 9717 (java) R 9696 9698 9217 0 -1 4202560 383 0 0 0 85289 14 0 0 20 0 22 0 344889183 3037372416 228175 33554432000 1073741824 1073778376 140735545811376 140479997513520 140479874895791 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9698/tid=9718] ppid=9696 vsize=2966184 CPUtime=853.2 cores=0,2,4,6
/proc/9698/task/9718/stat : 9718 (java) R 9696 9698 9217 0 -1 4202560 430 0 0 0 85302 18 0 0 20 0 22 0 344889183 3037372416 228175 33554432000 1073741824 1073778376 140735545811376 140479996459840 140479874811556 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9719] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9719/stat : 9719 (java) S 9696 9698 9217 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 344889185 3037372416 228175 33554432000 1073741824 1073778376 140735545811376 140479995410088 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9698/tid=9720] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9720/stat : 9720 (java) S 9696 9698 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344889186 3037372416 228175 33554432000 1073741824 1073778376 140735545811376 140479994357288 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1761.09
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.101 s]
/proc/loadavg: 3.86 3.88 3.82 5/219 9911
/proc/meminfo: memFree=25390552/32873844 swapFree=7384/7384
[pid=9698] ppid=9696 vsize=2966184 CPUtime=1800.11 cores=0,2,4,6
/proc/9698/stat : 9698 (java) S 9696 9698 9217 0 -1 4202496 30185 0 1 0 179895 116 0 0 20 0 22 0 344889120 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140735545802512 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9698/statm: 741546 228187 2284 9 0 732240 0
[pid=9698/tid=9700] ppid=9696 vsize=2966184 CPUtime=0.61 cores=0,2,4,6
/proc/9698/task/9700/stat : 9700 (java) S 9696 9698 9217 0 -1 4202560 2877 0 1 0 58 3 0 0 20 0 22 0 344889121 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140480041436312 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9698/tid=9701] ppid=9696 vsize=2966184 CPUtime=3.66 cores=0,2,4,6
/proc/9698/task/9701/stat : 9701 (java) S 9696 9698 9217 0 -1 4202560 200 0 0 0 359 7 0 0 20 0 22 0 344889123 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140480025717544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9702] ppid=9696 vsize=2966184 CPUtime=3.65 cores=0,2,4,6
/proc/9698/task/9702/stat : 9702 (java) S 9696 9698 9217 0 -1 4202560 172 0 0 0 357 8 0 0 20 0 22 0 344889123 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140480024664744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9703] ppid=9696 vsize=2966184 CPUtime=3.5 cores=0,2,4,6
/proc/9698/task/9703/stat : 9703 (java) S 9696 9698 9217 0 -1 4202560 177 0 0 0 344 6 0 0 20 0 22 0 344889123 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140480023612456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9704] ppid=9696 vsize=2966184 CPUtime=3.79 cores=0,2,4,6
/proc/9698/task/9704/stat : 9704 (java) S 9696 9698 9217 0 -1 4202560 224 0 0 0 372 7 0 0 20 0 22 0 344889123 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140480022559656 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9705] ppid=9696 vsize=2966184 CPUtime=3.69 cores=0,2,4,6
/proc/9698/task/9705/stat : 9705 (java) S 9696 9698 9217 0 -1 4202560 225 0 0 0 361 8 0 0 20 0 22 0 344889123 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140480021506344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9698/tid=9706] ppid=9696 vsize=2966184 CPUtime=3.78 cores=0,2,4,6
/proc/9698/task/9706/stat : 9706 (java) S 9696 9698 9217 0 -1 4202560 176 0 0 0 371 7 0 0 20 0 22 0 344889123 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140480020453544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9698/tid=9707] ppid=9696 vsize=2966184 CPUtime=3.57 cores=0,2,4,6
/proc/9698/task/9707/stat : 9707 (java) S 9696 9698 9217 0 -1 4202560 194 0 0 0 350 7 0 0 20 0 22 0 344889123 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140480019401256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9708] ppid=9696 vsize=2966184 CPUtime=3.73 cores=0,2,4,6
/proc/9698/task/9708/stat : 9708 (java) S 9696 9698 9217 0 -1 4202560 181 0 0 0 365 8 0 0 20 0 22 0 344889123 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140480018348456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9698/tid=9709] ppid=9696 vsize=2966184 CPUtime=18.36 cores=0,2,4,6
/proc/9698/task/9709/stat : 9709 (java) S 9696 9698 9217 0 -1 4202560 266 0 0 0 1806 30 0 0 20 0 22 0 344889124 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140480005937896 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9698/tid=9710] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9710/stat : 9710 (java) S 9696 9698 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344889124 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140480004883960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9711] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9711/stat : 9711 (java) S 9696 9698 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344889124 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140480003831560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9712] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9712/stat : 9712 (java) S 9696 9698 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344889127 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140480002780048 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9713] ppid=9696 vsize=2966184 CPUtime=1.58 cores=0,2,4,6
/proc/9698/task/9713/stat : 9713 (java) S 9696 9698 9217 0 -1 4202560 11472 0 0 0 155 3 0 0 20 0 22 0 344889127 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140480001726648 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9698/tid=9714] ppid=9696 vsize=2966184 CPUtime=1.64 cores=0,2,4,6
/proc/9698/task/9714/stat : 9714 (java) S 9696 9698 9217 0 -1 4202560 11954 0 0 0 162 2 0 0 20 0 22 0 344889127 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140480000673848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9698/tid=9715] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9715/stat : 9715 (java) S 9696 9698 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344889127 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140479999621752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9698/tid=9716] ppid=9696 vsize=2966184 CPUtime=0.29 cores=0,2,4,6
/proc/9698/task/9716/stat : 9716 (java) S 9696 9698 9217 0 -1 4202560 53 0 0 0 12 17 0 0 20 0 22 0 344889127 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140479998569160 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9698/tid=9717] ppid=9696 vsize=2966184 CPUtime=871.84 cores=0,2,4,6
/proc/9698/task/9717/stat : 9717 (java) R 9696 9698 9217 0 -1 4202560 389 0 0 0 87169 15 0 0 20 0 22 0 344889183 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140479997514448 140479874895520 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9698/tid=9718] ppid=9696 vsize=2966184 CPUtime=872.02 cores=0,2,4,6
/proc/9698/task/9718/stat : 9718 (java) R 9696 9698 9217 0 -1 4202560 432 0 0 0 87183 19 0 0 20 0 22 0 344889183 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140479996459840 140479875159160 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9698/tid=9719] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9719/stat : 9719 (java) S 9696 9698 9217 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 344889185 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140479995410088 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9698/tid=9720] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9720/stat : 9720 (java) S 9696 9698 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344889186 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140479994357288 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 2966184

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

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

[startup+902.101 s]
/proc/loadavg: 3.86 3.88 3.82 5/219 9911
/proc/meminfo: memFree=25390552/32873844 swapFree=7384/7384
[pid=9698] ppid=9696 vsize=2966184 CPUtime=1800.11 cores=0,2,4,6
/proc/9698/stat : 9698 (java) S 9696 9698 9217 0 -1 4202496 30185 0 1 0 179895 116 0 0 20 0 22 0 344889120 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140735545802512 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9698/statm: 741546 228187 2284 9 0 732240 0
[pid=9698/tid=9700] ppid=9696 vsize=2966184 CPUtime=0.61 cores=0,2,4,6
/proc/9698/task/9700/stat : 9700 (java) S 9696 9698 9217 0 -1 4202560 2877 0 1 0 58 3 0 0 20 0 22 0 344889121 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140480041436312 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9698/tid=9701] ppid=9696 vsize=2966184 CPUtime=3.66 cores=0,2,4,6
/proc/9698/task/9701/stat : 9701 (java) S 9696 9698 9217 0 -1 4202560 200 0 0 0 359 7 0 0 20 0 22 0 344889123 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140480025717544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9702] ppid=9696 vsize=2966184 CPUtime=3.65 cores=0,2,4,6
/proc/9698/task/9702/stat : 9702 (java) S 9696 9698 9217 0 -1 4202560 172 0 0 0 357 8 0 0 20 0 22 0 344889123 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140480024664744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9703] ppid=9696 vsize=2966184 CPUtime=3.5 cores=0,2,4,6
/proc/9698/task/9703/stat : 9703 (java) S 9696 9698 9217 0 -1 4202560 177 0 0 0 344 6 0 0 20 0 22 0 344889123 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140480023612456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9704] ppid=9696 vsize=2966184 CPUtime=3.79 cores=0,2,4,6
/proc/9698/task/9704/stat : 9704 (java) S 9696 9698 9217 0 -1 4202560 224 0 0 0 372 7 0 0 20 0 22 0 344889123 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140480022559656 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9705] ppid=9696 vsize=2966184 CPUtime=3.69 cores=0,2,4,6
/proc/9698/task/9705/stat : 9705 (java) S 9696 9698 9217 0 -1 4202560 225 0 0 0 361 8 0 0 20 0 22 0 344889123 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140480021506344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9698/tid=9706] ppid=9696 vsize=2966184 CPUtime=3.78 cores=0,2,4,6
/proc/9698/task/9706/stat : 9706 (java) S 9696 9698 9217 0 -1 4202560 176 0 0 0 371 7 0 0 20 0 22 0 344889123 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140480020453544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9698/tid=9707] ppid=9696 vsize=2966184 CPUtime=3.57 cores=0,2,4,6
/proc/9698/task/9707/stat : 9707 (java) S 9696 9698 9217 0 -1 4202560 194 0 0 0 350 7 0 0 20 0 22 0 344889123 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140480019401256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9708] ppid=9696 vsize=2966184 CPUtime=3.73 cores=0,2,4,6
/proc/9698/task/9708/stat : 9708 (java) S 9696 9698 9217 0 -1 4202560 181 0 0 0 365 8 0 0 20 0 22 0 344889123 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140480018348456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9698/tid=9709] ppid=9696 vsize=2966184 CPUtime=18.36 cores=0,2,4,6
/proc/9698/task/9709/stat : 9709 (java) S 9696 9698 9217 0 -1 4202560 266 0 0 0 1806 30 0 0 20 0 22 0 344889124 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140480005937896 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9698/tid=9710] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9710/stat : 9710 (java) S 9696 9698 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344889124 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140480004883960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9711] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9711/stat : 9711 (java) S 9696 9698 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344889124 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140480003831560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9712] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9712/stat : 9712 (java) S 9696 9698 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344889127 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140480002780048 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9698/tid=9713] ppid=9696 vsize=2966184 CPUtime=1.58 cores=0,2,4,6
/proc/9698/task/9713/stat : 9713 (java) S 9696 9698 9217 0 -1 4202560 11472 0 0 0 155 3 0 0 20 0 22 0 344889127 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140480001726648 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9698/tid=9714] ppid=9696 vsize=2966184 CPUtime=1.64 cores=0,2,4,6
/proc/9698/task/9714/stat : 9714 (java) S 9696 9698 9217 0 -1 4202560 11954 0 0 0 162 2 0 0 20 0 22 0 344889127 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140480000673848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9698/tid=9715] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9715/stat : 9715 (java) S 9696 9698 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344889127 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140479999621752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9698/tid=9716] ppid=9696 vsize=2966184 CPUtime=0.29 cores=0,2,4,6
/proc/9698/task/9716/stat : 9716 (java) S 9696 9698 9217 0 -1 4202560 53 0 0 0 12 17 0 0 20 0 22 0 344889127 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140479998569160 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9698/tid=9717] ppid=9696 vsize=2966184 CPUtime=871.84 cores=0,2,4,6
/proc/9698/task/9717/stat : 9717 (java) R 9696 9698 9217 0 -1 4202560 389 0 0 0 87169 15 0 0 20 0 22 0 344889183 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140479997514448 140479874895520 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9698/tid=9718] ppid=9696 vsize=2966184 CPUtime=872.02 cores=0,2,4,6
/proc/9698/task/9718/stat : 9718 (java) R 9696 9698 9217 0 -1 4202560 432 0 0 0 87183 19 0 0 20 0 22 0 344889183 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140479996459840 140479875159160 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9698/tid=9719] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9719/stat : 9719 (java) S 9696 9698 9217 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 344889185 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140479995410088 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9698/tid=9720] ppid=9696 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9698/task/9720/stat : 9720 (java) S 9696 9698 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344889186 3037372416 228187 33554432000 1073741824 1073778376 140735545811376 140479994357288 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 2966184

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9698 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=488196
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=633751
# CPU time returned by wait4() is 1796.12
# 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): 902.151
CPU time (s): 1800.11
CPU user time (s): 1798.95
CPU system time (s): 1.16
CPU usage (%): 199.535
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.49
system time used= 1.63375
maximum resident set size= 912876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30220
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39654
involuntary context switches= 62955

runsolver used 3.49047 second user time and 7.61484 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-04 07:27:17
IDJOB=3742561
IDBENCH=90204
IDSOLVER=2324
FILE ID=node136/3742561-1338787637
RUNJOBID= node136-1338784910-9233
PBS_JOBID= 14636853
Free space on /tmp= 69816 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K168.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742561-1338787637/watcher-3742561-1338787637 -o /tmp/evaluation-result-3742561-1338787637/solver-3742561-1338787637 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742561-1338787637.opb

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

MD5SUM BENCH= 4a002b4e44699cf4cd35a469f7223c94
RANDOM SEED=742621887

node136.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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:        26255120 kB
Buffers:         1276516 kB
Cached:          3613328 kB
SwapCached:        20316 kB
Active:          3535800 kB
Inactive:        2179120 kB
Active(anon):     797708 kB
Inactive(anon):    22308 kB
Active(file):    2738092 kB
Inactive(file):  2156812 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67083208 kB
Dirty:              1624 kB
Writeback:             0 kB
AnonPages:        805800 kB
Mapped:            18136 kB
Shmem:                 0 kB
Slab:             763692 kB
SReclaimable:     204912 kB
SUnreclaim:       558780 kB
KernelStack:        1624 kB
PageTables:         5820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1571600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    751616 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= 69816 MiB
End job on node136 at 2012-06-04 07:42:21