Trace number 3742353

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.15 900.654

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K192.opb
MD5SUM83a21ae30c37a390d06f7aafb55d6d81
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 variables22848
Total number of constraints23234
Number of constraints which are clauses23042
Number of constraints which are cardinality constraints (but not clauses)192
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint192
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 193
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4a913fe2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@70eb7859
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	
0.10/0.11	c solving HOME/instance-3742353-1338786391.opb
0.10/0.11	c reading problem ... 
1.17/0.64	c ... done. Wall clock time 0.53s.
1.17/0.64	c #vars     22848
1.17/0.64	c #constraints  23234
1.17/0.64	c constraints type 
1.17/0.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20557
1.17/0.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 192
1.17/0.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2483
1.17/0.64	c constraints type 
1.17/0.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2483
1.17/0.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20557
1.17/0.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 192
8.82/3.75	c cleaning 2487 clauses out of 4992 with flag 5000/5000
15.88/7.23	c cleaning 4217 clauses out of 8498 with flag 11000/11000
24.15/11.35	c cleaning 5473 clauses out of 11279 with flag 18003/18003
34.12/16.24	c cleaning 6655 clauses out of 13799 with flag 26000/26000
45.11/21.70	c cleaning 7724 clauses out of 16141 with flag 35000/35000
57.55/27.98	c cleaning 8933 clauses out of 18413 with flag 45001/45001
70.34/34.30	c cleaning 9902 clauses out of 20470 with flag 56001/56001
86.13/42.21	c cleaning 10822 clauses out of 22570 with flag 68004/68004
102.69/50.52	c cleaning 11978 clauses out of 24744 with flag 81004/81004
120.26/59.31	c cleaning 12912 clauses out of 26757 with flag 95000/95000
139.67/69.09	c cleaning 13975 clauses out of 28843 with flag 110000/110000
160.69/79.55	c cleaning 14862 clauses out of 30868 with flag 126003/126003
186.85/92.61	c cleaning 16011 clauses out of 32999 with flag 143000/143000
210.70/104.60	c cleaning 17084 clauses out of 34983 with flag 161000/161000
238.75/118.50	c cleaning 18088 clauses out of 36896 with flag 180000/180000
265.76/132.05	c cleaning 18902 clauses out of 38805 with flag 200000/200000
407.76/202.88	c cleaning 20076 clauses out of 40904 with flag 221001/221001
436.70/217.38	c cleaning 20769 clauses out of 42823 with flag 243001/243001
468.75/233.33	c cleaning 21935 clauses out of 45050 with flag 266001/266001
505.51/251.76	c cleaning 22759 clauses out of 47115 with flag 290002/290002
569.23/283.60	c cleaning 23550 clauses out of 48354 with flag 314000/314000
608.02/302.94	c cleaning 22637 clauses out of 48804 with flag 338000/338000
650.37/324.16	c cleaning 22566 clauses out of 50164 with flag 362000/362000
685.71/341.86	c cleaning 22412 clauses out of 51598 with flag 386000/386000
747.18/372.67	c cleaning 22205 clauses out of 53186 with flag 410000/410000
768.79/383.59	c cleaning 0 clauses out of 5000 with flag 0/5000
785.47/391.88	c cleaning 22311 clauses out of 54982 with flag 434001/434001
820.35/409.29	c cleaning 22075 clauses out of 56670 with flag 458000/458000
855.13/426.77	c cleaning 22382 clauses out of 58596 with flag 482003/482003
889.65/444.02	c cleaning 22670 clauses out of 60214 with flag 506004/506004
925.18/461.83	c cleaning 22738 clauses out of 61540 with flag 530001/530001
956.99/477.73	c cleaning 21922 clauses out of 62800 with flag 554000/554000
994.17/496.48	c cleaning 22347 clauses out of 64878 with flag 578000/578000
1031.67/515.21	c cleaning 23218 clauses out of 66531 with flag 602000/602000
1067.72/533.29	c cleaning 22816 clauses out of 67316 with flag 626003/626003
1106.43/552.65	c cleaning 22100 clauses out of 68497 with flag 650000/650000
1141.23/570.16	c cleaning 22299 clauses out of 70396 with flag 674000/674000
1193.77/596.37	c cleaning 22358 clauses out of 72097 with flag 698000/698000
1239.30/619.14	c cleaning 22612 clauses out of 73741 with flag 722002/722002
1278.18/638.61	c cleaning 22754 clauses out of 75120 with flag 746001/746001
1316.30/657.89	c cleaning 22120 clauses out of 76365 with flag 770000/770000
1355.36/677.45	c cleaning 22236 clauses out of 78246 with flag 794001/794001
1397.21/698.45	c cleaning 22283 clauses out of 80009 with flag 818000/818000
1450.78/725.28	c cleaning 22531 clauses out of 81729 with flag 842004/842004
1490.32/745.10	c cleaning 22453 clauses out of 83194 with flag 866000/866000
1529.60/764.88	c cleaning 22480 clauses out of 84741 with flag 890000/890000
1564.17/782.16	c cleaning 22845 clauses out of 86261 with flag 914000/914000
1596.42/798.33	c cleaning 22669 clauses out of 87418 with flag 938002/938002
1632.89/816.73	c cleaning 22299 clauses out of 88746 with flag 962003/962003
1689.83/845.24	c cleaning 22691 clauses out of 90438 with flag 986000/986000
1728.05/864.46	c cleaning 22389 clauses out of 91749 with flag 1010002/1010002
1769.10/884.92	c cleaning 22455 clauses out of 93359 with flag 1034001/1034001
1800.15/900.61	c starts		: 171
1800.15/900.61	c conflicts		: 1055347
1800.15/900.61	c decisions		: 56782189
1800.15/900.61	c propagations		: 937017314
1800.15/900.61	c inspects		: 1784508174
1800.15/900.61	c learnt literals	: 110
1800.15/900.61	c learnt binary clauses	: 62926
1800.15/900.61	c learnt ternary clauses	: 61917
1800.15/900.61	c learnt clauses	: 1055237
1800.15/900.61	c ignored clauses	: 0
1800.15/900.61	c root simplifications	: 0
1800.15/900.61	c removed literals (reason simplification)	: 7909200
1800.15/900.61	c reason swapping (by a shorter reason)	: 0
1800.15/900.61	c Calls to reduceDB	: 51
1800.15/900.61	c number of reductions to clauses (during analyze)	: 0
1800.15/900.61	c number of learned constraints concerned by reduction	: 0
1800.15/900.61	c number of learning phase by resolution	: 0
1800.15/900.61	c number of learning phase by cutting planes	: 0
1800.15/900.61	c speed (assignments/second)	: 1041166.0477571475
1800.15/900.61	c non guided choices	72350
1800.15/900.64	c learnt constraints type 
1800.15/900.64	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 29348
1800.15/900.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 62926
1800.15/900.64	c constraints type 
1800.15/900.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20557
1800.15/900.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 192
1800.15/900.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2483
1800.15/900.64	c constraints type 
1800.15/900.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2483
1800.15/900.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20557
1800.15/900.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 192
1800.15/900.64	s UNKNOWN
1800.15/900.64	c Total wall clock time (in seconds): 900.535

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-3742353-1338786391/watcher-3742353-1338786391 -o /tmp/evaluation-result-3742353-1338786391/solver-3742353-1338786391 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742353-1338786391.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.82 3.84 3.69 3/197 15989
/proc/meminfo: memFree=24776852/32873648 swapFree=6852/6852
[pid=15989] ppid=15987 vsize=8 CPUtime=0 cores=0,2,4,6
/proc/15989/stat : 15989 (java6) R 15987 15989 15509 0 -1 4202496 253 0 0 0 0 0 0 0 20 0 1 0 344766331 8192 1 33554432000 0 0 0 140734388613688 213866147255 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15989/statm: 2 1 0 0 0 2 0

[startup+0.106494 s]
/proc/loadavg: 3.82 3.84 3.69 3/197 15989
/proc/meminfo: memFree=24776852/32873648 swapFree=6852/6852
[pid=15989] ppid=15987 vsize=2699928 CPUtime=0.1 cores=0,2,4,6
/proc/15989/stat : 15989 (java) S 15987 15989 15509 0 -1 4202496 4766 0 1 0 9 1 0 0 20 0 18 0 344766331 2764726272 6454 33554432000 1073741824 1073778376 140736908675456 140736908666592 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15989/statm: 674982 6454 2124 9 0 665676 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.200208 s]
/proc/loadavg: 3.82 3.84 3.69 3/197 15989
/proc/meminfo: memFree=24776852/32873648 swapFree=6852/6852
[pid=15989] ppid=15987 vsize=2699928 CPUtime=0.3 cores=0,2,4,6
/proc/15989/stat : 15989 (java) S 15987 15989 15509 0 -1 4202496 6979 0 1 0 28 2 0 0 20 0 18 0 344766331 2764726272 8880 33554432000 1073741824 1073778376 140736908675456 140736908666592 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15989/statm: 674982 8880 2194 9 0 665676 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2699928

[startup+0.300219 s]
/proc/loadavg: 3.82 3.84 3.69 3/197 15989
/proc/meminfo: memFree=24776852/32873648 swapFree=6852/6852
[pid=15989] ppid=15987 vsize=2699928 CPUtime=0.57 cores=0,2,4,6
/proc/15989/stat : 15989 (java) S 15987 15989 15509 0 -1 4202496 7461 0 1 0 55 2 0 0 20 0 18 0 344766331 2764726272 13626 33554432000 1073741824 1073778376 140736908675456 140736908666592 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15989/statm: 674982 13626 2219 9 0 665676 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 2699928

[startup+0.700187 s]
/proc/loadavg: 3.82 3.84 3.69 3/197 15989
/proc/meminfo: memFree=24776852/32873648 swapFree=6852/6852
[pid=15989] ppid=15987 vsize=2966184 CPUtime=1.43 cores=0,2,4,6
/proc/15989/stat : 15989 (java) S 15987 15989 15509 0 -1 4202496 11272 0 1 0 138 5 0 0 20 0 22 0 344766331 3037372416 49486 33554432000 1073741824 1073778376 140736908675456 140736908666592 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15989/statm: 741546 49509 2248 9 0 732240 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 2966184

[startup+1.50081 s]
/proc/loadavg: 3.84 3.84 3.69 7/219 16011
/proc/meminfo: memFree=24542388/32873648 swapFree=6852/6852
[pid=15989] ppid=15987 vsize=2966184 CPUtime=4.21 cores=0,2,4,6
/proc/15989/stat : 15989 (java) S 15987 15989 15509 0 -1 4202496 19671 0 1 0 412 9 0 0 20 0 22 0 344766331 3037372416 82387 33554432000 1073741824 1073778376 140736908675456 140736908666592 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15989/statm: 741546 82387 2258 9 0 732240 0
[pid=15989/tid=15991] ppid=15987 vsize=2966184 CPUtime=0.6 cores=0,2,4,6
/proc/15989/task/15991/stat : 15991 (java) S 15987 15989 15509 0 -1 4202560 2870 0 1 0 57 3 0 0 20 0 22 0 344766332 3037372416 82387 33554432000 1073741824 1073778376 140736908675456 140128734725272 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15989/tid=15992] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/15992/stat : 15992 (java) S 15987 15989 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344766333 3037372416 82387 33554432000 1073741824 1073778376 140736908675456 140128719006120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=15993] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/15993/stat : 15993 (java) S 15987 15989 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344766333 3037372416 82387 33554432000 1073741824 1073778376 140736908675456 140128717953576 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15989/tid=15994] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/15994/stat : 15994 (java) S 15987 15989 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344766333 3037372416 82387 33554432000 1073741824 1073778376 140736908675456 140128716900520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15989/tid=15995] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/15995/stat : 15995 (java) S 15987 15989 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344766333 3037372416 82387 33554432000 1073741824 1073778376 140736908675456 140128715847976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15989/tid=15996] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/15996/stat : 15996 (java) S 15987 15989 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344766333 3037372416 82387 33554432000 1073741824 1073778376 140736908675456 140128714795944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=15997] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/15997/stat : 15997 (java) S 15987 15989 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344766333 3037372416 82387 33554432000 1073741824 1073778376 140736908675456 140128713743400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15989/tid=15998] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/15998/stat : 15998 (java) S 15987 15989 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344766333 3037372416 82387 33554432000 1073741824 1073778376 140736908675456 140128712690344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=15999] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/15999/stat : 15999 (java) S 15987 15989 15509 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344766333 3037372416 82387 33554432000 1073741824 1073778376 140736908675456 140128711637800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=16000] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16000/stat : 16000 (java) S 15987 15989 15509 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344766334 3037372416 82387 33554432000 1073741824 1073778376 140736908675456 140128699226472 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=16001] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16001/stat : 16001 (java) S 15987 15989 15509 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344766334 3037372416 82387 33554432000 1073741824 1073778376 140736908675456 140128698172792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=16002] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16002/stat : 16002 (java) S 15987 15989 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344766334 3037372416 82387 33554432000 1073741824 1073778376 140736908675456 140128697119624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=16003] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16003/stat : 16003 (java) S 15987 15989 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344766337 3037372416 82387 33554432000 1073741824 1073778376 140736908675456 140128696068368 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=16004] ppid=15987 vsize=2966184 CPUtime=1 cores=0,2,4,6
/proc/15989/task/16004/stat : 16004 (java) S 15987 15989 15509 0 -1 4202560 10669 0 0 0 98 2 0 0 20 0 22 0 344766337 3037372416 82387 33554432000 1073741824 1073778376 140736908675456 140128695016248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=16005] ppid=15987 vsize=2966184 CPUtime=0.85 cores=0,2,4,6
/proc/15989/task/16005/stat : 16005 (java) S 15987 15989 15509 0 -1 4202560 4780 0 0 0 84 1 0 0 20 0 22 0 344766337 3037372416 82387 33554432000 1073741824 1073778376 140736908675456 140128693963704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15989/tid=16006] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16006/stat : 16006 (java) S 15987 15989 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344766337 3037372416 82387 33554432000 1073741824 1073778376 140736908675456 140128692910840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15989/tid=16007] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16007/stat : 16007 (java) S 15987 15989 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344766337 3037372416 82387 33554432000 1073741824 1073778376 140736908675456 140128691858504 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15989/tid=16008] ppid=15987 vsize=2966184 CPUtime=0.84 cores=0,2,4,6
/proc/15989/task/16008/stat : 16008 (java) R 15987 15989 15509 0 -1 4202560 27 0 0 0 84 0 0 0 20 0 22 0 344766395 3037372416 82387 33554432000 1073741824 1073778376 140736908675456 140128690803176 140128560171414 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15989/tid=16009] ppid=15987 vsize=2966184 CPUtime=0.84 cores=0,2,4,6
/proc/15989/task/16009/stat : 16009 (java) R 15987 15989 15509 0 -1 4202560 122 0 0 0 81 3 0 0 20 0 22 0 344766395 3037372416 82387 33554432000 1073741824 1073778376 140736908675456 140128689750056 140128560380864 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15989/tid=16010] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16010/stat : 16010 (java) S 15987 15989 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344766397 3037372416 82387 33554432000 1073741824 1073778376 140736908675456 140128688698152 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15989/tid=16011] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16011/stat : 16011 (java) S 15987 15989 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344766397 3037372416 82387 33554432000 1073741824 1073778376 140736908675456 140128687645608 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 2966184

[startup+3.10083 s]
/proc/loadavg: 3.84 3.84 3.69 6/219 16011
/proc/meminfo: memFree=24362776/32873648 swapFree=6852/6852
[pid=15989] ppid=15987 vsize=2966184 CPUtime=7.61 cores=0,2,4,6
/proc/15989/stat : 15989 (java) S 15987 15989 15509 0 -1 4202496 19872 0 1 0 749 12 0 0 20 0 22 0 344766331 3037372416 110639 33554432000 1073741824 1073778376 140736908675456 140736908666592 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15989/statm: 741546 110639 2270 9 0 732240 0
[pid=15989/tid=15991] ppid=15987 vsize=2966184 CPUtime=0.6 cores=0,2,4,6
/proc/15989/task/15991/stat : 15991 (java) S 15987 15989 15509 0 -1 4202560 2870 0 1 0 57 3 0 0 20 0 22 0 344766332 3037372416 110639 33554432000 1073741824 1073778376 140736908675456 140128734725272 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15989/tid=15992] ppid=15987 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/15989/task/15992/stat : 15992 (java) S 15987 15989 15509 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 344766333 3037372416 110639 33554432000 1073741824 1073778376 140736908675456 140128719006120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15989/tid=15993] ppid=15987 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/15989/task/15993/stat : 15993 (java) S 15987 15989 15509 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 344766333 3037372416 110639 33554432000 1073741824 1073778376 140736908675456 140128717953576 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=15994] ppid=15987 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/15989/task/15994/stat : 15994 (java) S 15987 15989 15509 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 344766333 3037372416 110639 33554432000 1073741824 1073778376 140736908675456 140128716900520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=15995] ppid=15987 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/15989/task/15995/stat : 15995 (java) S 15987 15989 15509 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 344766333 3037372416 110639 33554432000 1073741824 1073778376 140736908675456 140128715847976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15989/tid=15996] ppid=15987 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/15989/task/15996/stat : 15996 (java) S 15987 15989 15509 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 344766333 3037372416 110639 33554432000 1073741824 1073778376 140736908675456 140128714795944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15989/tid=15997] ppid=15987 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/15989/task/15997/stat : 15997 (java) S 15987 15989 15509 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 344766333 3037372416 110639 33554432000 1073741824 1073778376 140736908675456 140128713743400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15989/tid=15998] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/15998/stat : 15998 (java) S 15987 15989 15509 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344766333 3037372416 110639 33554432000 1073741824 1073778376 140736908675456 140128712690344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=15999] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/15999/stat : 15999 (java) S 15987 15989 15509 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 344766333 3037372416 110639 33554432000 1073741824 1073778376 140736908675456 140128711637800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=16000] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16000/stat : 16000 (java) S 15987 15989 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344766334 3037372416 110639 33554432000 1073741824 1073778376 140736908675456 140128699226472 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15989/tid=16001] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16001/stat : 16001 (java) S 15987 15989 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344766334 3037372416 110639 33554432000 1073741824 1073778376 140736908675456 140128698172792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=16002] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16002/stat : 16002 (java) S 15987 15989 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344766334 3037372416 110639 33554432000 1073741824 1073778376 140736908675456 140128697119624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=16003] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16003/stat : 16003 (java) S 15987 15989 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344766337 3037372416 110639 33554432000 1073741824 1073778376 140736908675456 140128696068368 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=16004] ppid=15987 vsize=2966184 CPUtime=1.1 cores=0,2,4,6
/proc/15989/task/16004/stat : 16004 (java) S 15987 15989 15509 0 -1 4202560 10671 0 0 0 108 2 0 0 20 0 22 0 344766337 3037372416 110639 33554432000 1073741824 1073778376 140736908675456 140128695016248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=16005] ppid=15987 vsize=2966184 CPUtime=0.87 cores=0,2,4,6
/proc/15989/task/16005/stat : 16005 (java) S 15987 15989 15509 0 -1 4202560 4842 0 0 0 86 1 0 0 20 0 22 0 344766337 3037372416 110639 33554432000 1073741824 1073778376 140736908675456 140128693963704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15989/tid=16006] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16006/stat : 16006 (java) S 15987 15989 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344766337 3037372416 110639 33554432000 1073741824 1073778376 140736908675456 140128692910840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15989/tid=16007] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16007/stat : 16007 (java) S 15987 15989 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344766337 3037372416 110639 33554432000 1073741824 1073778376 140736908675456 140128691858504 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15989/tid=16008] ppid=15987 vsize=2966184 CPUtime=2.37 cores=0,2,4,6
/proc/15989/task/16008/stat : 16008 (java) R 15987 15989 15509 0 -1 4202560 30 0 0 0 237 0 0 0 20 0 22 0 344766395 3037372416 110639 33554432000 1073741824 1073778376 140736908675456 140128690803464 140128560109677 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15989/tid=16009] ppid=15987 vsize=2966184 CPUtime=2.37 cores=0,2,4,6
/proc/15989/task/16009/stat : 16009 (java) R 15987 15989 15509 0 -1 4202560 156 0 0 0 234 3 0 0 20 0 22 0 344766395 3037372416 110639 33554432000 1073741824 1073778376 140736908675456 140128689749088 140128560388916 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15989/tid=16010] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16010/stat : 16010 (java) S 15987 15989 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344766397 3037372416 110639 33554432000 1073741824 1073778376 140736908675456 140128688698152 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15989/tid=16011] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16011/stat : 16011 (java) S 15987 15989 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344766397 3037372416 110639 33554432000 1073741824 1073778376 140736908675456 140128687645608 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.61
Current children cumulated vsize (KiB) 2966184

[startup+6.30084 s]
/proc/loadavg: 3.84 3.84 3.69 5/219 16011
/proc/meminfo: memFree=24314688/32873648 swapFree=6852/6852
[pid=15989] ppid=15987 vsize=2966184 CPUtime=14.05 cores=0,2,4,6
/proc/15989/stat : 15989 (java) S 15987 15989 15509 0 -1 4202496 19923 0 1 0 1392 13 0 0 20 0 22 0 344766331 3037372416 115211 33554432000 1073741824 1073778376 140736908675456 140736908666592 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15989/statm: 741546 115211 2282 9 0 732240 0
[pid=15989/tid=15991] ppid=15987 vsize=2966184 CPUtime=0.6 cores=0,2,4,6
/proc/15989/task/15991/stat : 15991 (java) S 15987 15989 15509 0 -1 4202560 2870 0 1 0 57 3 0 0 20 0 22 0 344766332 3037372416 115211 33554432000 1073741824 1073778376 140736908675456 140128734725272 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15989/tid=15992] ppid=15987 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/15989/task/15992/stat : 15992 (java) S 15987 15989 15509 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 344766333 3037372416 115211 33554432000 1073741824 1073778376 140736908675456 140128719006120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15989/tid=15993] ppid=15987 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/15989/task/15993/stat : 15993 (java) S 15987 15989 15509 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 344766333 3037372416 115211 33554432000 1073741824 1073778376 140736908675456 140128717953576 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=15994] ppid=15987 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/15989/task/15994/stat : 15994 (java) S 15987 15989 15509 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 344766333 3037372416 115211 33554432000 1073741824 1073778376 140736908675456 140128716900520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=15995] ppid=15987 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/15989/task/15995/stat : 15995 (java) S 15987 15989 15509 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 22 0 344766333 3037372416 115211 33554432000 1073741824 1073778376 140736908675456 140128715847976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15989/tid=15996] ppid=15987 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/15989/task/15996/stat : 15996 (java) S 15987 15989 15509 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 22 0 344766333 3037372416 115211 33554432000 1073741824 1073778376 140736908675456 140128714795944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15989/tid=15997] ppid=15987 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/15989/task/15997/stat : 15997 (java) S 15987 15989 15509 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 344766333 3037372416 115211 33554432000 1073741824 1073778376 140736908675456 140128713743400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15989/tid=15998] ppid=15987 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/15989/task/15998/stat : 15998 (java) S 15987 15989 15509 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 344766333 3037372416 115211 33554432000 1073741824 1073778376 140736908675456 140128712690344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15989/tid=15999] ppid=15987 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/15989/task/15999/stat : 15999 (java) S 15987 15989 15509 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 344766333 3037372416 115211 33554432000 1073741824 1073778376 140736908675456 140128711637800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=16000] ppid=15987 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/15989/task/16000/stat : 16000 (java) S 15987 15989 15509 0 -1 4202560 39 0 0 0 5 0 0 0 20 0 22 0 344766334 3037372416 115211 33554432000 1073741824 1073778376 140736908675456 140128699226472 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15989/tid=16001] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16001/stat : 16001 (java) S 15987 15989 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344766334 3037372416 115211 33554432000 1073741824 1073778376 140736908675456 140128698172792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=16002] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16002/stat : 16002 (java) S 15987 15989 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344766334 3037372416 115211 33554432000 1073741824 1073778376 140736908675456 140128697119624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=16003] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16003/stat : 16003 (java) S 15987 15989 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344766337 3037372416 115211 33554432000 1073741824 1073778376 140736908675456 140128696068368 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=16004] ppid=15987 vsize=2966184 CPUtime=1.16 cores=0,2,4,6
/proc/15989/task/16004/stat : 16004 (java) S 15987 15989 15509 0 -1 4202560 10675 0 0 0 114 2 0 0 20 0 22 0 344766337 3037372416 115211 33554432000 1073741824 1073778376 140736908675456 140128695016248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/15989/statm: 741546 214940 2283 9 0 732240 0
[pid=15989/tid=15991] ppid=15987 vsize=2966184 CPUtime=0.62 cores=0,2,4,6
/proc/15989/task/15991/stat : 15991 (java) S 15987 15989 15509 0 -1 4202560 2882 0 1 0 58 4 0 0 20 0 22 0 344766332 3037372416 214940 33554432000 1073741824 1073778376 140736908675456 140128734725272 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15989/tid=15992] ppid=15987 vsize=2966184 CPUtime=3.6 cores=0,2,4,6
/proc/15989/task/15992/stat : 15992 (java) S 15987 15989 15509 0 -1 4202560 184 0 0 0 354 6 0 0 20 0 22 0 344766333 3037372416 214940 33554432000 1073741824 1073778376 140736908675456 140128719006120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=15993] ppid=15987 vsize=2966184 CPUtime=3.69 cores=0,2,4,6
/proc/15989/task/15993/stat : 15993 (java) S 15987 15989 15509 0 -1 4202560 193 0 0 0 363 6 0 0 20 0 22 0 344766333 3037372416 214940 33554432000 1073741824 1073778376 140736908675456 140128717953576 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=15994] ppid=15987 vsize=2966184 CPUtime=3.48 cores=0,2,4,6
/proc/15989/task/15994/stat : 15994 (java) S 15987 15989 15509 0 -1 4202560 169 0 0 0 342 6 0 0 20 0 22 0 344766333 3037372416 214940 33554432000 1073741824 1073778376 140736908675456 140128716900520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15989/tid=15995] ppid=15987 vsize=2966184 CPUtime=3.73 cores=0,2,4,6
/proc/15989/task/15995/stat : 15995 (java) S 15987 15989 15509 0 -1 4202560 216 0 0 0 364 9 0 0 20 0 22 0 344766333 3037372416 214940 33554432000 1073741824 1073778376 140736908675456 140128715847976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15989/tid=15996] ppid=15987 vsize=2966184 CPUtime=3.54 cores=0,2,4,6
/proc/15989/task/15996/stat : 15996 (java) S 15987 15989 15509 0 -1 4202560 182 0 0 0 347 7 0 0 20 0 22 0 344766333 3037372416 214940 33554432000 1073741824 1073778376 140736908675456 140128714795944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15989/tid=15997] ppid=15987 vsize=2966184 CPUtime=3.44 cores=0,2,4,6
/proc/15989/task/15997/stat : 15997 (java) S 15987 15989 15509 0 -1 4202560 159 0 0 0 339 5 0 0 20 0 22 0 344766333 3037372416 214940 33554432000 1073741824 1073778376 140736908675456 140128713743400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15989/tid=15998] ppid=15987 vsize=2966184 CPUtime=3.45 cores=0,2,4,6
/proc/15989/task/15998/stat : 15998 (java) S 15987 15989 15509 0 -1 4202560 162 0 0 0 339 6 0 0 20 0 22 0 344766333 3037372416 214940 33554432000 1073741824 1073778376 140736908675456 140128712690344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=15999] ppid=15987 vsize=2966184 CPUtime=3.6 cores=0,2,4,6
/proc/15989/task/15999/stat : 15999 (java) S 15987 15989 15509 0 -1 4202560 186 0 0 0 354 6 0 0 20 0 22 0 344766333 3037372416 214940 33554432000 1073741824 1073778376 140736908675456 140128711637800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15989/tid=16000] ppid=15987 vsize=2966184 CPUtime=14.38 cores=0,2,4,6
/proc/15989/task/16000/stat : 16000 (java) S 15987 15989 15509 0 -1 4202560 460 0 0 0 1409 29 0 0 20 0 22 0 344766334 3037372416 214940 33554432000 1073741824 1073778376 140736908675456 140128699226472 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15989/tid=16001] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16001/stat : 16001 (java) S 15987 15989 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344766334 3037372416 214940 33554432000 1073741824 1073778376 140736908675456 140128698172792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=16002] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16002/stat : 16002 (java) S 15987 15989 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344766334 3037372416 214940 33554432000 1073741824 1073778376 140736908675456 140128697119624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=16003] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16003/stat : 16003 (java) S 15987 15989 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344766337 3037372416 214940 33554432000 1073741824 1073778376 140736908675456 140128696068368 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=16004] ppid=15987 vsize=2966184 CPUtime=1.72 cores=0,2,4,6
/proc/15989/task/16004/stat : 16004 (java) S 15987 15989 15509 0 -1 4202560 12136 0 0 0 170 2 0 0 20 0 22 0 344766337 3037372416 214940 33554432000 1073741824 1073778376 140736908675456 140128695016248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15989/tid=16005] ppid=15987 vsize=2966184 CPUtime=1 cores=0,2,4,6
/proc/15989/task/16005/stat : 16005 (java) S 15987 15989 15509 0 -1 4202560 4857 0 0 0 99 1 0 0 20 0 22 0 344766337 3037372416 214940 33554432000 1073741824 1073778376 140736908675456 140128693963704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=16006] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16006/stat : 16006 (java) S 15987 15989 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344766337 3037372416 214940 33554432000 1073741824 1073778376 140736908675456 140128692910840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15989/tid=16007] ppid=15987 vsize=2966184 CPUtime=0.28 cores=0,2,4,6
/proc/15989/task/16007/stat : 16007 (java) S 15987 15989 15509 0 -1 4202560 51 0 0 0 12 16 0 0 20 0 22 0 344766337 3037372416 214940 33554432000 1073741824 1073778376 140736908675456 140128691858504 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15989/tid=16008] ppid=15987 vsize=2966184 CPUtime=856.59 cores=0,2,4,6
/proc/15989/task/16008/stat : 16008 (java) R 15987 15989 15509 0 -1 4202560 327 0 0 0 85644 15 0 0 20 0 22 0 344766395 3037372416 214940 33554432000 1073741824 1073778376 140736908675456 140128690802080 140128559984588 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15989/tid=16009] ppid=15987 vsize=2966184 CPUtime=856.56 cores=0,2,4,6
/proc/15989/task/16009/stat : 16009 (java) R 15987 15989 15509 0 -1 4202560 430 0 0 0 85638 18 0 0 20 0 22 0 344766395 3037372416 214940 33554432000 1073741824 1073778376 140736908675456 140128689748288 140128560389127 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15989/tid=16010] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16010/stat : 16010 (java) S 15987 15989 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344766397 3037372416 214940 33554432000 1073741824 1073778376 140736908675456 140128688698152 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15989/tid=16011] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16011/stat : 16011 (java) S 15987 15989 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344766397 3037372416 214940 33554432000 1073741824 1073778376 140736908675456 140128687645608 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1763.86
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.601 s]
/proc/loadavg: 3.82 3.89 3.80 6/219 16082
/proc/meminfo: memFree=23891944/32873648 swapFree=6852/6852
[pid=15989] ppid=15987 vsize=2966184 CPUtime=1800.15 cores=0,2,4,6
/proc/15989/stat : 15989 (java) S 15987 15989 15509 0 -1 4202496 23857 0 1 0 179907 108 0 0 20 0 22 0 344766331 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140736908666592 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15989/statm: 741546 216521 2284 9 0 732240 0
[pid=15989/tid=15991] ppid=15987 vsize=2966184 CPUtime=0.62 cores=0,2,4,6
/proc/15989/task/15991/stat : 15991 (java) S 15987 15989 15509 0 -1 4202560 2882 0 1 0 58 4 0 0 20 0 22 0 344766332 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128734725272 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15989/tid=15992] ppid=15987 vsize=2966184 CPUtime=3.69 cores=0,2,4,6
/proc/15989/task/15992/stat : 15992 (java) S 15987 15989 15509 0 -1 4202560 194 0 0 0 363 6 0 0 20 0 22 0 344766333 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128719006120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15989/tid=15993] ppid=15987 vsize=2966184 CPUtime=3.78 cores=0,2,4,6
/proc/15989/task/15993/stat : 15993 (java) S 15987 15989 15509 0 -1 4202560 197 0 0 0 372 6 0 0 20 0 22 0 344766333 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128717953576 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15989/tid=15994] ppid=15987 vsize=2966184 CPUtime=3.59 cores=0,2,4,6
/proc/15989/task/15994/stat : 15994 (java) S 15987 15989 15509 0 -1 4202560 174 0 0 0 353 6 0 0 20 0 22 0 344766333 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128716900520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=15995] ppid=15987 vsize=2966184 CPUtime=3.82 cores=0,2,4,6
/proc/15989/task/15995/stat : 15995 (java) S 15987 15989 15509 0 -1 4202560 221 0 0 0 373 9 0 0 20 0 22 0 344766333 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128715847976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15989/tid=15996] ppid=15987 vsize=2966184 CPUtime=3.64 cores=0,2,4,6
/proc/15989/task/15996/stat : 15996 (java) S 15987 15989 15509 0 -1 4202560 192 0 0 0 357 7 0 0 20 0 22 0 344766333 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128714795944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=15997] ppid=15987 vsize=2966184 CPUtime=3.58 cores=0,2,4,6
/proc/15989/task/15997/stat : 15997 (java) S 15987 15989 15509 0 -1 4202560 169 0 0 0 353 5 0 0 20 0 22 0 344766333 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128713743400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15989/tid=15998] ppid=15987 vsize=2966184 CPUtime=3.56 cores=0,2,4,6
/proc/15989/task/15998/stat : 15998 (java) S 15987 15989 15509 0 -1 4202560 169 0 0 0 350 6 0 0 20 0 22 0 344766333 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128712690344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15989/tid=15999] ppid=15987 vsize=2966184 CPUtime=3.69 cores=0,2,4,6
/proc/15989/task/15999/stat : 15999 (java) S 15987 15989 15509 0 -1 4202560 190 0 0 0 363 6 0 0 20 0 22 0 344766333 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128711637800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15989/tid=16000] ppid=15987 vsize=2966184 CPUtime=15.05 cores=0,2,4,6
/proc/15989/task/16000/stat : 16000 (java) S 15987 15989 15509 0 -1 4202560 460 0 0 0 1475 30 0 0 20 0 22 0 344766334 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128699226472 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=16001] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16001/stat : 16001 (java) S 15987 15989 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344766334 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128698172792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=16002] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16002/stat : 16002 (java) S 15987 15989 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344766334 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128697119624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=16003] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16003/stat : 16003 (java) S 15987 15989 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344766337 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128696068368 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=16004] ppid=15987 vsize=2966184 CPUtime=1.73 cores=0,2,4,6
/proc/15989/task/16004/stat : 16004 (java) S 15987 15989 15509 0 -1 4202560 12139 0 0 0 171 2 0 0 20 0 22 0 344766337 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128695016248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15989/tid=16005] ppid=15987 vsize=2966184 CPUtime=1 cores=0,2,4,6
/proc/15989/task/16005/stat : 16005 (java) S 15987 15989 15509 0 -1 4202560 4857 0 0 0 99 1 0 0 20 0 22 0 344766337 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128693963704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=16006] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16006/stat : 16006 (java) S 15987 15989 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344766337 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128692910840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15989/tid=16007] ppid=15987 vsize=2966184 CPUtime=0.29 cores=0,2,4,6
/proc/15989/task/16007/stat : 16007 (java) S 15987 15989 15509 0 -1 4202560 51 0 0 0 12 17 0 0 20 0 22 0 344766337 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128691858504 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15989/tid=16008] ppid=15987 vsize=2966184 CPUtime=873.94 cores=0,2,4,6
/proc/15989/task/16008/stat : 16008 (java) R 15987 15989 15509 0 -1 4202560 337 0 0 0 87379 15 0 0 20 0 22 0 344766395 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128690802080 140128560109097 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15989/tid=16009] ppid=15987 vsize=2966184 CPUtime=873.92 cores=0,2,4,6
/proc/15989/task/16009/stat : 16009 (java) R 15987 15989 15509 0 -1 4202560 434 0 0 0 87374 18 0 0 20 0 22 0 344766395 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128689748288 140128560388988 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15989/tid=16010] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16010/stat : 16010 (java) S 15987 15989 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344766397 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128688698152 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15989/tid=16011] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16011/stat : 16011 (java) S 15987 15989 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344766397 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128687645608 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
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+900.601 s]
/proc/loadavg: 3.82 3.89 3.80 6/219 16082
/proc/meminfo: memFree=23891944/32873648 swapFree=6852/6852
[pid=15989] ppid=15987 vsize=2966184 CPUtime=1800.15 cores=0,2,4,6
/proc/15989/stat : 15989 (java) S 15987 15989 15509 0 -1 4202496 23857 0 1 0 179907 108 0 0 20 0 22 0 344766331 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140736908666592 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15989/statm: 741546 216521 2284 9 0 732240 0
[pid=15989/tid=15991] ppid=15987 vsize=2966184 CPUtime=0.62 cores=0,2,4,6
/proc/15989/task/15991/stat : 15991 (java) S 15987 15989 15509 0 -1 4202560 2882 0 1 0 58 4 0 0 20 0 22 0 344766332 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128734725272 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15989/tid=15992] ppid=15987 vsize=2966184 CPUtime=3.69 cores=0,2,4,6
/proc/15989/task/15992/stat : 15992 (java) S 15987 15989 15509 0 -1 4202560 194 0 0 0 363 6 0 0 20 0 22 0 344766333 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128719006120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15989/tid=15993] ppid=15987 vsize=2966184 CPUtime=3.78 cores=0,2,4,6
/proc/15989/task/15993/stat : 15993 (java) S 15987 15989 15509 0 -1 4202560 197 0 0 0 372 6 0 0 20 0 22 0 344766333 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128717953576 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15989/tid=15994] ppid=15987 vsize=2966184 CPUtime=3.59 cores=0,2,4,6
/proc/15989/task/15994/stat : 15994 (java) S 15987 15989 15509 0 -1 4202560 174 0 0 0 353 6 0 0 20 0 22 0 344766333 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128716900520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=15995] ppid=15987 vsize=2966184 CPUtime=3.82 cores=0,2,4,6
/proc/15989/task/15995/stat : 15995 (java) S 15987 15989 15509 0 -1 4202560 221 0 0 0 373 9 0 0 20 0 22 0 344766333 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128715847976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15989/tid=15996] ppid=15987 vsize=2966184 CPUtime=3.64 cores=0,2,4,6
/proc/15989/task/15996/stat : 15996 (java) S 15987 15989 15509 0 -1 4202560 192 0 0 0 357 7 0 0 20 0 22 0 344766333 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128714795944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=15997] ppid=15987 vsize=2966184 CPUtime=3.58 cores=0,2,4,6
/proc/15989/task/15997/stat : 15997 (java) S 15987 15989 15509 0 -1 4202560 169 0 0 0 353 5 0 0 20 0 22 0 344766333 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128713743400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15989/tid=15998] ppid=15987 vsize=2966184 CPUtime=3.56 cores=0,2,4,6
/proc/15989/task/15998/stat : 15998 (java) S 15987 15989 15509 0 -1 4202560 169 0 0 0 350 6 0 0 20 0 22 0 344766333 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128712690344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15989/tid=15999] ppid=15987 vsize=2966184 CPUtime=3.69 cores=0,2,4,6
/proc/15989/task/15999/stat : 15999 (java) S 15987 15989 15509 0 -1 4202560 190 0 0 0 363 6 0 0 20 0 22 0 344766333 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128711637800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15989/tid=16000] ppid=15987 vsize=2966184 CPUtime=15.05 cores=0,2,4,6
/proc/15989/task/16000/stat : 16000 (java) S 15987 15989 15509 0 -1 4202560 460 0 0 0 1475 30 0 0 20 0 22 0 344766334 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128699226472 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=16001] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16001/stat : 16001 (java) S 15987 15989 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344766334 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128698172792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=16002] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16002/stat : 16002 (java) S 15987 15989 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344766334 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128697119624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=16003] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16003/stat : 16003 (java) S 15987 15989 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344766337 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128696068368 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=16004] ppid=15987 vsize=2966184 CPUtime=1.73 cores=0,2,4,6
/proc/15989/task/16004/stat : 16004 (java) S 15987 15989 15509 0 -1 4202560 12139 0 0 0 171 2 0 0 20 0 22 0 344766337 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128695016248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15989/tid=16005] ppid=15987 vsize=2966184 CPUtime=1 cores=0,2,4,6
/proc/15989/task/16005/stat : 16005 (java) S 15987 15989 15509 0 -1 4202560 4857 0 0 0 99 1 0 0 20 0 22 0 344766337 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128693963704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15989/tid=16006] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16006/stat : 16006 (java) S 15987 15989 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344766337 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128692910840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15989/tid=16007] ppid=15987 vsize=2966184 CPUtime=0.29 cores=0,2,4,6
/proc/15989/task/16007/stat : 16007 (java) S 15987 15989 15509 0 -1 4202560 51 0 0 0 12 17 0 0 20 0 22 0 344766337 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128691858504 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15989/tid=16008] ppid=15987 vsize=2966184 CPUtime=873.94 cores=0,2,4,6
/proc/15989/task/16008/stat : 16008 (java) R 15987 15989 15509 0 -1 4202560 337 0 0 0 87379 15 0 0 20 0 22 0 344766395 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128690802080 140128560109097 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15989/tid=16009] ppid=15987 vsize=2966184 CPUtime=873.92 cores=0,2,4,6
/proc/15989/task/16009/stat : 16009 (java) R 15987 15989 15509 0 -1 4202560 434 0 0 0 87374 18 0 0 20 0 22 0 344766395 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128689748288 140128560388988 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15989/tid=16010] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16010/stat : 16010 (java) S 15987 15989 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344766397 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128688698152 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15989/tid=16011] ppid=15987 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15989/task/16011/stat : 16011 (java) S 15987 15989 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344766397 3037372416 216521 33554432000 1073741824 1073778376 140736908675456 140128687645608 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 2966184

Child status: 143

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

Real time (s): 900.654
CPU time (s): 1800.15
CPU user time (s): 1799.07
CPU system time (s): 1.08
CPU usage (%): 199.872
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.79
system time used= 1.54176
maximum resident set size= 866208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23889
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37664
involuntary context switches= 63015

runsolver used 3.3025 second user time and 8.32273 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-04 07:06:31
IDJOB=3742353
IDBENCH=90163
IDSOLVER=2324
FILE ID=node112/3742353-1338786391
RUNJOBID= node112-1338783624-15525
PBS_JOBID= 14636841
Free space on /tmp= 71224 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_K192.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742353-1338786391/watcher-3742353-1338786391 -o /tmp/evaluation-result-3742353-1338786391/solver-3742353-1338786391 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742353-1338786391.opb

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

MD5SUM BENCH= 83a21ae30c37a390d06f7aafb55d6d81
RANDOM SEED=1467813310

node112.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.763
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.52
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.763
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.763
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.92
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.763
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.91
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.763
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.763
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.92
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.763
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		: 2666.763
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:       32873648 kB
MemFree:        24776860 kB
Buffers:          557388 kB
Cached:          5977768 kB
SwapCached:            0 kB
Active:          2452068 kB
Inactive:        4768268 kB
Active(anon):     674004 kB
Inactive(anon):    10920 kB
Active(file):    1778064 kB
Inactive(file):  4757348 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1620 kB
Writeback:             0 kB
AnonPages:        694984 kB
Mapped:            22540 kB
Shmem:               200 kB
Slab:             731524 kB
SReclaimable:     175256 kB
SUnreclaim:       556268 kB
KernelStack:        1632 kB
PageTables:         5604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1571464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    632832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71224 MiB
End job on node112 at 2012-06-04 07:21:33