Trace number 3742483

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.05 902.747

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K138.opb
MD5SUMb6be79d7c894904bfb5f7c9acfb80f53
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 variables16422
Total number of constraints16700
Number of constraints which are clauses16562
Number of constraints which are cardinality constraints (but not clauses)138
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint138
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 139
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.2.0.v20100531
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		1349517296
0.04/0.08	c Max memory 		1356595200
0.04/0.08	c Total memory 		1356595200
0.04/0.08	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization
0.08/0.11	c ManyCore solver with 2 solvers running in parallel
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c Expensive reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	
0.08/0.11	c solving HOME/instance-3742483-1338787098.opb
0.08/0.11	c reading problem ... 
1.02/0.58	c ... done. Wall clock time 0.467s.
1.02/0.58	c #vars     16422
1.02/0.58	c #constraints  16700
1.02/0.58	c constraints type 
1.02/0.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14779
1.02/0.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 138
1.02/0.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1781
1.02/0.58	c constraints type 
1.02/0.58	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1781
1.02/0.58	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14779
1.02/0.58	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 138
8.00/3.23	c cleaning 2474 clauses out of 4993 with flag 5000/5000
14.09/6.26	c cleaning 4241 clauses out of 8516 with flag 11003/11003
20.49/9.45	c cleaning 5544 clauses out of 11266 with flag 18000/18000
28.73/13.56	c cleaning 6738 clauses out of 13715 with flag 26000/26000
37.15/17.70	c cleaning 7751 clauses out of 15973 with flag 35001/35001
46.94/22.68	c cleaning 8978 clauses out of 18219 with flag 45000/45000
61.19/29.71	c cleaning 9921 clauses out of 20242 with flag 56001/56001
72.39/35.38	c cleaning 10965 clauses out of 22318 with flag 68002/68002
86.72/42.57	c cleaning 12034 clauses out of 24350 with flag 81000/81000
100.53/49.42	c cleaning 12894 clauses out of 26311 with flag 95000/95000
121.96/60.17	c cleaning 14002 clauses out of 28411 with flag 110000/110000
139.16/68.78	c cleaning 14941 clauses out of 30411 with flag 126003/126003
176.31/87.32	c cleaning 15738 clauses out of 32468 with flag 143001/143001
210.32/104.34	c cleaning 16589 clauses out of 33728 with flag 160000/160000
230.67/114.56	c cleaning 16807 clauses out of 34139 with flag 177002/177002
249.02/123.75	c cleaning 16849 clauses out of 34331 with flag 194003/194003
266.72/132.60	c cleaning 17062 clauses out of 34481 with flag 211003/211003
289.94/144.22	c cleaning 16830 clauses out of 34417 with flag 228002/228002
319.13/158.89	c cleaning 17168 clauses out of 34582 with flag 245000/245000
338.88/168.76	c cleaning 17200 clauses out of 34411 with flag 262000/262000
360.54/179.69	c cleaning 16858 clauses out of 34212 with flag 279001/279001
379.67/189.22	c cleaning 16574 clauses out of 34353 with flag 296001/296001
396.33/197.69	c cleaning 15926 clauses out of 34778 with flag 313000/313000
414.13/206.53	c cleaning 16036 clauses out of 35854 with flag 330002/330002
432.14/215.61	c cleaning 15926 clauses out of 36816 with flag 347004/347004
455.64/227.43	c cleaning 16217 clauses out of 37885 with flag 364001/364001
481.45/240.38	c cleaning 16032 clauses out of 38669 with flag 381003/381003
511.86/255.58	c cleaning 15896 clauses out of 39634 with flag 398000/398000
529.07/264.22	c cleaning 15919 clauses out of 40743 with flag 415007/415007
550.61/275.06	c cleaning 15830 clauses out of 41817 with flag 432000/432000
570.30/284.96	c cleaning 16356 clauses out of 42988 with flag 449001/449001
594.46/297.05	c cleaning 16019 clauses out of 43632 with flag 466001/466001
618.64/309.20	c cleaning 15586 clauses out of 44613 with flag 483002/483002
664.64/332.22	c cleaning 16120 clauses out of 46026 with flag 500003/500003
697.98/348.94	c cleaning 16319 clauses out of 46903 with flag 517000/517000
730.37/365.16	c cleaning 16535 clauses out of 47584 with flag 534000/534000
754.23/377.25	c cleaning 16366 clauses out of 48051 with flag 551003/551003
783.51/391.90	c cleaning 16172 clauses out of 48683 with flag 568001/568001
815.25/407.85	c cleaning 16358 clauses out of 49512 with flag 585003/585003
835.11/417.87	c cleaning 16119 clauses out of 50152 with flag 602001/602001
857.21/429.01	c cleaning 15882 clauses out of 51032 with flag 619001/619001
874.06/437.57	c cleaning 15897 clauses out of 52142 with flag 636000/636000
897.76/449.43	c cleaning 0 clauses out of 5000 with flag 0/5000
900.96/451.01	c cleaning 16289 clauses out of 53245 with flag 653000/653000
950.40/475.84	c cleaning 16291 clauses out of 53956 with flag 670000/670000
989.08/495.25	c cleaning 16599 clauses out of 54666 with flag 687001/687001
1032.26/516.81	c cleaning 16251 clauses out of 55069 with flag 704003/704003
1090.64/546.03	c cleaning 16672 clauses out of 55815 with flag 721000/721000
1138.93/570.21	c cleaning 16357 clauses out of 56143 with flag 738000/738000
1188.67/595.17	c cleaning 16230 clauses out of 56786 with flag 755000/755000
1208.68/605.22	c cleaning 16437 clauses out of 57559 with flag 772003/772003
1233.71/617.83	c cleaning 16267 clauses out of 58120 with flag 789002/789002
1253.28/627.82	c cleaning 16098 clauses out of 58854 with flag 806003/806003
1276.48/639.52	c cleaning 16365 clauses out of 59752 with flag 823000/823000
1314.66/658.62	c cleaning 16197 clauses out of 60387 with flag 840000/840000
1340.08/671.44	c cleaning 16287 clauses out of 61197 with flag 857007/857007
1403.87/703.42	c cleaning 16407 clauses out of 61903 with flag 874000/874000
1431.69/717.42	c cleaning 16344 clauses out of 62496 with flag 891000/891000
1460.87/732.16	c cleaning 16314 clauses out of 63152 with flag 908000/908000
1482.62/743.19	c cleaning 16514 clauses out of 63833 with flag 925000/925000
1511.11/757.64	c cleaning 15889 clauses out of 64324 with flag 942005/942005
1573.79/789.05	c cleaning 16617 clauses out of 65435 with flag 959005/959005
1632.80/818.57	c cleaning 16583 clauses out of 65813 with flag 976000/976000
1659.39/831.90	c cleaning 16306 clauses out of 66230 with flag 993000/993000
1696.86/850.89	c cleaning 16170 clauses out of 66924 with flag 1010000/1010000
1760.25/882.53	c cleaning 16566 clauses out of 67754 with flag 1027000/1027000
1794.84/899.98	c cleaning 16853 clauses out of 68190 with flag 1044002/1044002
1800.05/902.71	c starts		: 171
1800.05/902.71	c conflicts		: 1049822
1800.05/902.71	c decisions		: 20797018
1800.05/902.71	c propagations		: 800510075
1800.05/902.71	c inspects		: 1542947557
1800.05/902.71	c learnt literals	: 94
1800.05/902.71	c learnt binary clauses	: 43255
1800.05/902.71	c learnt ternary clauses	: 54517
1800.05/902.71	c learnt clauses	: 1049729
1800.05/902.71	c ignored clauses	: 0
1800.05/902.71	c root simplifications	: 0
1800.05/902.71	c removed literals (reason simplification)	: 13601918
1800.05/902.71	c reason swapping (by a shorter reason)	: 0
1800.05/902.71	c Calls to reduceDB	: 66
1800.05/902.71	c number of reductions to clauses (during analyze)	: 0
1800.05/902.71	c number of learned constraints concerned by reduction	: 0
1800.05/902.71	c number of learning phase by resolution	: 0
1800.05/902.71	c number of learning phase by cutting planes	: 0
1800.05/902.71	c speed (assignments/second)	: 887356.0994535156
1800.05/902.71	c non guided choices	11637
1800.05/902.73	c learnt constraints type 
1800.05/902.73	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13962
1800.05/902.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 43259
1800.05/902.73	c constraints type 
1800.05/902.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14779
1800.05/902.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 138
1800.05/902.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1781
1800.05/902.73	c constraints type 
1800.05/902.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1781
1800.05/902.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14779
1800.05/902.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 138
1800.05/902.73	s UNKNOWN
1800.05/902.73	c Total wall clock time (in seconds): 902.624

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

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

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


[startup+0 s]
/proc/loadavg: 3.76 3.86 3.82 4/197 24871
/proc/meminfo: memFree=27123280/32873648 swapFree=6864/6864
[pid=24871] ppid=24869 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24871/stat : 24871 (java6) D 24869 24871 24165 0 -1 4202496 242 0 0 0 0 0 0 0 20 0 1 0 344836658 9515008 176 33554432000 1073741824 1073778376 140735108496928 140735108479656 213193147280 0 0 4096 0 18446744072100609316 0 0 17 3 0 0 0 0 0
/proc/24871/statm: 2323 176 133 9 0 71 0

[startup+0.0813401 s]
/proc/loadavg: 3.76 3.86 3.82 4/197 24871
/proc/meminfo: memFree=27123280/32873648 swapFree=6864/6864
[pid=24871] ppid=24869 vsize=2699928 CPUtime=0.04 cores=1,3,5,7
/proc/24871/stat : 24871 (java) S 24869 24871 24165 0 -1 4202496 3900 0 1 0 4 0 0 0 20 0 18 0 344836658 2764726272 5618 33554432000 1073741824 1073778376 140734351771120 140734351762256 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 674982 5618 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2699928

[startup+0.100206 s]
/proc/loadavg: 3.76 3.86 3.82 4/197 24871
/proc/meminfo: memFree=27123280/32873648 swapFree=6864/6864
[pid=24871] ppid=24869 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/24871/stat : 24871 (java) S 24869 24871 24165 0 -1 4202496 4702 0 1 0 8 0 0 0 20 0 18 0 344836658 2764726272 6402 33554432000 1073741824 1073778376 140734351771120 140734351762256 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 674982 6402 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.300227 s]
/proc/loadavg: 3.76 3.86 3.82 4/197 24871
/proc/meminfo: memFree=27123280/32873648 swapFree=6864/6864
[pid=24871] ppid=24869 vsize=2699928 CPUtime=0.56 cores=1,3,5,7
/proc/24871/stat : 24871 (java) S 24869 24871 24165 0 -1 4202496 7579 0 1 0 55 1 0 0 20 0 18 0 344836658 2764726272 12643 33554432000 1073741824 1073778376 140734351771120 140734351762256 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 674982 12643 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 2699928

[startup+0.700188 s]
/proc/loadavg: 3.76 3.86 3.82 4/197 24871
/proc/meminfo: memFree=27123280/32873648 swapFree=6864/6864
[pid=24871] ppid=24869 vsize=2966184 CPUtime=1.61 cores=1,3,5,7
/proc/24871/stat : 24871 (java) S 24869 24871 24165 0 -1 4202496 11778 0 1 0 158 3 0 0 20 0 22 0 344836658 3037372416 37518 33554432000 1073741824 1073778376 140734351771120 140734351762256 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 741546 37518 2253 9 0 732240 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 2966184

[startup+1.5008 s]
/proc/loadavg: 3.76 3.86 3.82 7/219 24893
/proc/meminfo: memFree=26957812/32873648 swapFree=6864/6864
[pid=24871] ppid=24869 vsize=2966184 CPUtime=4.3 cores=1,3,5,7
/proc/24871/stat : 24871 (java) S 24869 24871 24165 0 -1 4202496 20164 0 1 0 423 7 0 0 20 0 22 0 344836658 3037372416 82546 33554432000 1073741824 1073778376 140734351771120 140734351762256 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 741546 82546 2258 9 0 732240 0
[pid=24871/tid=24873] ppid=24869 vsize=2966184 CPUtime=0.54 cores=1,3,5,7
/proc/24871/task/24873/stat : 24873 (java) S 24869 24871 24165 0 -1 4202560 2846 0 1 0 52 2 0 0 20 0 22 0 344836659 3037372416 82546 33554432000 1073741824 1073778376 140734351771120 140071935632536 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24874] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24874/stat : 24874 (java) S 24869 24871 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344836660 3037372416 82546 33554432000 1073741824 1073778376 140734351771120 140071919913128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24875] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24875/stat : 24875 (java) S 24869 24871 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344836660 3037372416 82546 33554432000 1073741824 1073778376 140734351771120 140071918860584 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24876] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24876/stat : 24876 (java) S 24869 24871 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344836660 3037372416 82546 33554432000 1073741824 1073778376 140734351771120 140071917808040 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24877] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24877/stat : 24877 (java) S 24869 24871 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344836660 3037372416 82546 33554432000 1073741824 1073778376 140734351771120 140071916755496 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24878] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24878/stat : 24878 (java) S 24869 24871 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344836660 3037372416 82546 33554432000 1073741824 1073778376 140734351771120 140071915702952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24879] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24879/stat : 24879 (java) S 24869 24871 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344836660 3037372416 82546 33554432000 1073741824 1073778376 140734351771120 140071914650408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24880] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24880/stat : 24880 (java) S 24869 24871 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344836660 3037372416 82546 33554432000 1073741824 1073778376 140734351771120 140071913597864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24881] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24881/stat : 24881 (java) S 24869 24871 24165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344836660 3037372416 82546 33554432000 1073741824 1073778376 140734351771120 140071912545320 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24882] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24882/stat : 24882 (java) S 24869 24871 24165 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344836661 3037372416 82546 33554432000 1073741824 1073778376 140734351771120 140071782037608 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24883] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24883/stat : 24883 (java) S 24869 24871 24165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344836662 3037372416 82546 33554432000 1073741824 1073778376 140734351771120 140071780983928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24884] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24884/stat : 24884 (java) S 24869 24871 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344836662 3037372416 82546 33554432000 1073741824 1073778376 140734351771120 140071779931272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24885] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24885/stat : 24885 (java) S 24869 24871 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344836664 3037372416 82546 33554432000 1073741824 1073778376 140734351771120 140071778880016 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24886] ppid=24869 vsize=2966184 CPUtime=0.88 cores=1,3,5,7
/proc/24871/task/24886/stat : 24886 (java) S 24869 24871 24165 0 -1 4202560 7192 0 0 0 88 0 0 0 20 0 22 0 344836664 3037372416 82546 33554432000 1073741824 1073778376 140734351771120 140071777827384 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24887] ppid=24869 vsize=2966184 CPUtime=1.01 cores=1,3,5,7
/proc/24871/task/24887/stat : 24887 (java) S 24869 24871 24165 0 -1 4202560 8750 0 0 0 100 1 0 0 20 0 22 0 344836664 3037372416 82546 33554432000 1073741824 1073778376 140734351771120 140071776774840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24888] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24888/stat : 24888 (java) S 24869 24871 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344836664 3037372416 82546 33554432000 1073741824 1073778376 140734351771120 140071775722488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24889] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24889/stat : 24889 (java) S 24869 24871 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344836664 3037372416 82546 33554432000 1073741824 1073778376 140734351771120 140071774670152 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24890] ppid=24869 vsize=2966184 CPUtime=0.89 cores=1,3,5,7
/proc/24871/task/24890/stat : 24890 (java) R 24869 24871 24165 0 -1 4202560 29 0 0 0 89 0 0 0 20 0 22 0 344836716 3037372416 82546 33554432000 1073741824 1073778376 140734351771120 140071773614888 140071785886936 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24891] ppid=24869 vsize=2966184 CPUtime=0.89 cores=1,3,5,7
/proc/24871/task/24891/stat : 24891 (java) R 24869 24871 24165 0 -1 4202560 145 0 0 0 87 2 0 0 20 0 22 0 344836716 3037372416 82546 33554432000 1073741824 1073778376 140734351771120 140071772559280 140071786314332 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24892] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24892/stat : 24892 (java) S 24869 24871 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344836718 3037372416 82546 33554432000 1073741824 1073778376 140734351771120 140071771509800 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24893] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24893/stat : 24893 (java) S 24869 24871 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344836718 3037372416 82546 33554432000 1073741824 1073778376 140734351771120 140071770457256 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 2966184

[startup+3.10083 s]
/proc/loadavg: 3.76 3.86 3.82 5/219 24893
/proc/meminfo: memFree=26712040/32873648 swapFree=6864/6864
[pid=24871] ppid=24869 vsize=2966184 CPUtime=7.78 cores=1,3,5,7
/proc/24871/stat : 24871 (java) S 24869 24871 24165 0 -1 4202496 20311 0 1 0 766 12 0 0 20 0 22 0 344836658 3037372416 110223 33554432000 1073741824 1073778376 140734351771120 140734351762256 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 741546 110223 2271 9 0 732240 0
[pid=24871/tid=24873] ppid=24869 vsize=2966184 CPUtime=0.54 cores=1,3,5,7
/proc/24871/task/24873/stat : 24873 (java) S 24869 24871 24165 0 -1 4202560 2846 0 1 0 52 2 0 0 20 0 22 0 344836659 3037372416 110223 33554432000 1073741824 1073778376 140734351771120 140071935632536 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24874] ppid=24869 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/24871/task/24874/stat : 24874 (java) S 24869 24871 24165 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 344836660 3037372416 110223 33554432000 1073741824 1073778376 140734351771120 140071919913128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24875] ppid=24869 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/24871/task/24875/stat : 24875 (java) S 24869 24871 24165 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 344836660 3037372416 110223 33554432000 1073741824 1073778376 140734351771120 140071918860584 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24876] ppid=24869 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/24871/task/24876/stat : 24876 (java) S 24869 24871 24165 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 344836660 3037372416 110223 33554432000 1073741824 1073778376 140734351771120 140071917808040 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24877] ppid=24869 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/24871/task/24877/stat : 24877 (java) S 24869 24871 24165 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 344836660 3037372416 110223 33554432000 1073741824 1073778376 140734351771120 140071916755496 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24878] ppid=24869 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/24871/task/24878/stat : 24878 (java) S 24869 24871 24165 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 344836660 3037372416 110223 33554432000 1073741824 1073778376 140734351771120 140071915702952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24879] ppid=24869 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/24871/task/24879/stat : 24879 (java) S 24869 24871 24165 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 344836660 3037372416 110223 33554432000 1073741824 1073778376 140734351771120 140071914650408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24880] ppid=24869 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/24871/task/24880/stat : 24880 (java) S 24869 24871 24165 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 344836660 3037372416 110223 33554432000 1073741824 1073778376 140734351771120 140071913597864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24881] ppid=24869 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/24871/task/24881/stat : 24881 (java) S 24869 24871 24165 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 344836660 3037372416 110223 33554432000 1073741824 1073778376 140734351771120 140071912545320 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24882] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24882/stat : 24882 (java) S 24869 24871 24165 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344836661 3037372416 110223 33554432000 1073741824 1073778376 140734351771120 140071782037608 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24883] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24883/stat : 24883 (java) S 24869 24871 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344836662 3037372416 110223 33554432000 1073741824 1073778376 140734351771120 140071780983928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24884] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24884/stat : 24884 (java) S 24869 24871 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344836662 3037372416 110223 33554432000 1073741824 1073778376 140734351771120 140071779931272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24885] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24885/stat : 24885 (java) S 24869 24871 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344836664 3037372416 110223 33554432000 1073741824 1073778376 140734351771120 140071778880016 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24886] ppid=24869 vsize=2966184 CPUtime=0.91 cores=1,3,5,7
/proc/24871/task/24886/stat : 24886 (java) S 24869 24871 24165 0 -1 4202560 7192 0 0 0 91 0 0 0 20 0 22 0 344836664 3037372416 110223 33554432000 1073741824 1073778376 140734351771120 140071777827384 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24887] ppid=24869 vsize=2966184 CPUtime=1.15 cores=1,3,5,7
/proc/24871/task/24887/stat : 24887 (java) S 24869 24871 24165 0 -1 4202560 8754 0 0 0 114 1 0 0 20 0 22 0 344836664 3037372416 110223 33554432000 1073741824 1073778376 140734351771120 140071776774840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24888] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24888/stat : 24888 (java) S 24869 24871 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344836664 3037372416 110223 33554432000 1073741824 1073778376 140734351771120 140071775722488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24889] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24889/stat : 24889 (java) S 24869 24871 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344836664 3037372416 110223 33554432000 1073741824 1073778376 140734351771120 140071774670152 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24890] ppid=24869 vsize=2966184 CPUtime=2.43 cores=1,3,5,7
/proc/24871/task/24890/stat : 24890 (java) R 24869 24871 24165 0 -1 4202560 29 0 0 0 243 0 0 0 20 0 22 0 344836716 3037372416 110223 33554432000 1073741824 1073778376 140734351771120 140071773612232 140071785973412 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24891] ppid=24869 vsize=2966184 CPUtime=2.42 cores=1,3,5,7
/proc/24871/task/24891/stat : 24891 (java) R 24869 24871 24165 0 -1 4202560 184 0 0 0 239 3 0 0 20 0 22 0 344836716 3037372416 110223 33554432000 1073741824 1073778376 140734351771120 140071772560440 140071786313250 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24892] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24892/stat : 24892 (java) S 24869 24871 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344836718 3037372416 110223 33554432000 1073741824 1073778376 140734351771120 140071771509800 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24893] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24893/stat : 24893 (java) S 24869 24871 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344836718 3037372416 110223 33554432000 1073741824 1073778376 140734351771120 140071770457256 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.78
Current children cumulated vsize (KiB) 2966184

[startup+6.3008 s]
/proc/loadavg: 3.86 3.88 3.83 5/219 24893
/proc/meminfo: memFree=26676160/32873648 swapFree=6864/6864
[pid=24871] ppid=24869 vsize=2966184 CPUtime=14.29 cores=1,3,5,7
/proc/24871/stat : 24871 (java) S 24869 24871 24165 0 -1 4202496 20427 0 1 0 1414 15 0 0 20 0 22 0 344836658 3037372416 123331 33554432000 1073741824 1073778376 140734351771120 140734351762256 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 741546 123331 2283 9 0 732240 0
[pid=24871/tid=24873] ppid=24869 vsize=2966184 CPUtime=0.54 cores=1,3,5,7
/proc/24871/task/24873/stat : 24873 (java) S 24869 24871 24165 0 -1 4202560 2846 0 1 0 52 2 0 0 20 0 22 0 344836659 3037372416 123331 33554432000 1073741824 1073778376 140734351771120 140071935632536 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24874] ppid=24869 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/24871/task/24874/stat : 24874 (java) S 24869 24871 24165 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 22 0 344836660 3037372416 123331 33554432000 1073741824 1073778376 140734351771120 140071919913128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24875] ppid=24869 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/24871/task/24875/stat : 24875 (java) S 24869 24871 24165 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 344836660 3037372416 123331 33554432000 1073741824 1073778376 140734351771120 140071918860584 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24876] ppid=24869 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/24871/task/24876/stat : 24876 (java) S 24869 24871 24165 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 344836660 3037372416 123331 33554432000 1073741824 1073778376 140734351771120 140071917808040 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24877] ppid=24869 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/24871/task/24877/stat : 24877 (java) S 24869 24871 24165 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 344836660 3037372416 123331 33554432000 1073741824 1073778376 140734351771120 140071916755496 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24878] ppid=24869 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/24871/task/24878/stat : 24878 (java) S 24869 24871 24165 0 -1 4202560 33 0 0 0 5 0 0 0 20 0 22 0 344836660 3037372416 123331 33554432000 1073741824 1073778376 140734351771120 140071915702952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24879] ppid=24869 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/24871/task/24879/stat : 24879 (java) S 24869 24871 24165 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 344836660 3037372416 123331 33554432000 1073741824 1073778376 140734351771120 140071914650408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24880] ppid=24869 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/24871/task/24880/stat : 24880 (java) S 24869 24871 24165 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 22 0 344836660 3037372416 123331 33554432000 1073741824 1073778376 140734351771120 140071913597864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24881] ppid=24869 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/24871/task/24881/stat : 24881 (java) S 24869 24871 24165 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 344836660 3037372416 123331 33554432000 1073741824 1073778376 140734351771120 140071912545320 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24882] ppid=24869 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/24871/task/24882/stat : 24882 (java) R 24869 24871 24165 0 -1 4202560 38 0 0 0 6 0 0 0 20 0 22 0 344836661 3037372416 123331 33554432000 1073741824 1073778376 140734351771120 140071782036584 140071942486535 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24883] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24883/stat : 24883 (java) S 24869 24871 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344836662 3037372416 123331 33554432000 1073741824 1073778376 140734351771120 140071780983928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24884] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24884/stat : 24884 (java) S 24869 24871 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344836662 3037372416 123331 33554432000 1073741824 1073778376 140734351771120 140071779931272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24885] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24885/stat : 24885 (java) S 24869 24871 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344836664 3037372416 123331 33554432000 1073741824 1073778376 140734351771120 140071778880016 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24886] ppid=24869 vsize=2966184 CPUtime=0.94 cores=1,3,5,7
/proc/24871/task/24886/stat : 24886 (java) S 24869 24871 24165 0 -1 4202560 7193 0 0 0 94 0 0 0 20 0 22 0 344836664 3037372416 123331 33554432000 1073741824 1073778376 140734351771120 140071777827384 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/24871/statm: 741546 225088 2284 9 0 732240 0
[pid=24871/tid=24873] ppid=24869 vsize=2966184 CPUtime=0.56 cores=1,3,5,7
/proc/24871/task/24873/stat : 24873 (java) S 24869 24871 24165 0 -1 4202560 2858 0 1 0 52 4 0 0 20 0 22 0 344836659 3037372416 225088 33554432000 1073741824 1073778376 140734351771120 140071935632536 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24874] ppid=24869 vsize=2966184 CPUtime=3.47 cores=1,3,5,7
/proc/24871/task/24874/stat : 24874 (java) S 24869 24871 24165 0 -1 4202560 204 0 0 0 340 7 0 0 20 0 22 0 344836660 3037372416 225088 33554432000 1073741824 1073778376 140734351771120 140071919913128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24875] ppid=24869 vsize=2966184 CPUtime=3.56 cores=1,3,5,7
/proc/24871/task/24875/stat : 24875 (java) S 24869 24871 24165 0 -1 4202560 184 0 0 0 350 6 0 0 20 0 22 0 344836660 3037372416 225088 33554432000 1073741824 1073778376 140734351771120 140071918860584 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24876] ppid=24869 vsize=2966184 CPUtime=3.47 cores=1,3,5,7
/proc/24871/task/24876/stat : 24876 (java) S 24869 24871 24165 0 -1 4202560 206 0 0 0 339 8 0 0 20 0 22 0 344836660 3037372416 225088 33554432000 1073741824 1073778376 140734351771120 140071917808040 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24877] ppid=24869 vsize=2966184 CPUtime=3.45 cores=1,3,5,7
/proc/24871/task/24877/stat : 24877 (java) S 24869 24871 24165 0 -1 4202560 187 0 0 0 338 7 0 0 20 0 22 0 344836660 3037372416 225088 33554432000 1073741824 1073778376 140734351771120 140071916755496 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24878] ppid=24869 vsize=2966184 CPUtime=3.46 cores=1,3,5,7
/proc/24871/task/24878/stat : 24878 (java) S 24869 24871 24165 0 -1 4202560 201 0 0 0 339 7 0 0 20 0 22 0 344836660 3037372416 225088 33554432000 1073741824 1073778376 140734351771120 140071915702952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24879] ppid=24869 vsize=2966184 CPUtime=3.5 cores=1,3,5,7
/proc/24871/task/24879/stat : 24879 (java) S 24869 24871 24165 0 -1 4202560 198 0 0 0 343 7 0 0 20 0 22 0 344836660 3037372416 225088 33554432000 1073741824 1073778376 140734351771120 140071914650408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24880] ppid=24869 vsize=2966184 CPUtime=3.38 cores=1,3,5,7
/proc/24871/task/24880/stat : 24880 (java) S 24869 24871 24165 0 -1 4202560 183 0 0 0 330 8 0 0 20 0 22 0 344836660 3037372416 225088 33554432000 1073741824 1073778376 140734351771120 140071913597864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24881] ppid=24869 vsize=2966184 CPUtime=3.57 cores=1,3,5,7
/proc/24871/task/24881/stat : 24881 (java) S 24869 24871 24165 0 -1 4202560 191 0 0 0 350 7 0 0 20 0 22 0 344836660 3037372416 225088 33554432000 1073741824 1073778376 140734351771120 140071912545320 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24882] ppid=24869 vsize=2966184 CPUtime=18.03 cores=1,3,5,7
/proc/24871/task/24882/stat : 24882 (java) S 24869 24871 24165 0 -1 4202560 109 0 0 0 1777 26 0 0 20 0 22 0 344836661 3037372416 225088 33554432000 1073741824 1073778376 140734351771120 140071782037608 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24883] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24883/stat : 24883 (java) S 24869 24871 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344836662 3037372416 225088 33554432000 1073741824 1073778376 140734351771120 140071780983928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24884] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24884/stat : 24884 (java) S 24869 24871 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344836662 3037372416 225088 33554432000 1073741824 1073778376 140734351771120 140071779931272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24885] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24885/stat : 24885 (java) S 24869 24871 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344836664 3037372416 225088 33554432000 1073741824 1073778376 140734351771120 140071778880016 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24886] ppid=24869 vsize=2966184 CPUtime=1.37 cores=1,3,5,7
/proc/24871/task/24886/stat : 24886 (java) S 24869 24871 24165 0 -1 4202560 8983 0 0 0 136 1 0 0 20 0 22 0 344836664 3037372416 225088 33554432000 1073741824 1073778376 140734351771120 140071777827384 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24887] ppid=24869 vsize=2966184 CPUtime=1.27 cores=1,3,5,7
/proc/24871/task/24887/stat : 24887 (java) S 24869 24871 24165 0 -1 4202560 8759 0 0 0 126 1 0 0 20 0 22 0 344836664 3037372416 225088 33554432000 1073741824 1073778376 140734351771120 140071776774840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24888] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24888/stat : 24888 (java) S 24869 24871 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344836664 3037372416 225088 33554432000 1073741824 1073778376 140734351771120 140071775722488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24889] ppid=24869 vsize=2966184 CPUtime=0.33 cores=1,3,5,7
/proc/24871/task/24889/stat : 24889 (java) S 24869 24871 24165 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 344836664 3037372416 225088 33554432000 1073741824 1073778376 140734351771120 140071774670152 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24890] ppid=24869 vsize=2966184 CPUtime=853.14 cores=1,3,5,7
/proc/24871/task/24890/stat : 24890 (java) R 24869 24871 24165 0 -1 4202560 396 0 0 0 85300 14 0 0 20 0 22 0 344836716 3037372416 225088 33554432000 1073741824 1073778376 140734351771120 140071773613232 140071786113744 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24891] ppid=24869 vsize=2966184 CPUtime=853.2 cores=1,3,5,7
/proc/24871/task/24891/stat : 24891 (java) R 24869 24871 24165 0 -1 4202560 408 0 0 0 85302 18 0 0 20 0 22 0 344836716 3037372416 225088 33554432000 1073741824 1073778376 140734351771120 140071772559424 140071786314408 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24892] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24892/stat : 24892 (java) S 24869 24871 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344836718 3037372416 225088 33554432000 1073741824 1073778376 140734351771120 140071771509800 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24893] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24893/stat : 24893 (java) S 24869 24871 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344836718 3037372416 225088 33554432000 1073741824 1073778376 140734351771120 140071770457256 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1759.85
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.701 s]
/proc/loadavg: 4.00 3.94 3.85 5/219 24964
/proc/meminfo: memFree=26278176/32873648 swapFree=6864/6864
[pid=24871] ppid=24869 vsize=2966184 CPUtime=1800.05 cores=1,3,5,7
/proc/24871/stat : 24871 (java) S 24869 24871 24165 0 -1 4202496 24351 0 1 0 179887 118 0 0 20 0 22 0 344836658 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140734351762256 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 741546 225111 2284 9 0 732240 0
[pid=24871/tid=24873] ppid=24869 vsize=2966184 CPUtime=0.57 cores=1,3,5,7
/proc/24871/task/24873/stat : 24873 (java) S 24869 24871 24165 0 -1 4202560 2860 0 1 0 52 5 0 0 20 0 22 0 344836659 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071935632536 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24874] ppid=24869 vsize=2966184 CPUtime=3.56 cores=1,3,5,7
/proc/24871/task/24874/stat : 24874 (java) S 24869 24871 24165 0 -1 4202560 208 0 0 0 349 7 0 0 20 0 22 0 344836660 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071919913128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24875] ppid=24869 vsize=2966184 CPUtime=3.66 cores=1,3,5,7
/proc/24871/task/24875/stat : 24875 (java) S 24869 24871 24165 0 -1 4202560 186 0 0 0 360 6 0 0 20 0 22 0 344836660 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071918860584 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24876] ppid=24869 vsize=2966184 CPUtime=3.55 cores=1,3,5,7
/proc/24871/task/24876/stat : 24876 (java) S 24869 24871 24165 0 -1 4202560 207 0 0 0 347 8 0 0 20 0 22 0 344836660 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071917808040 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24877] ppid=24869 vsize=2966184 CPUtime=3.56 cores=1,3,5,7
/proc/24871/task/24877/stat : 24877 (java) S 24869 24871 24165 0 -1 4202560 192 0 0 0 349 7 0 0 20 0 22 0 344836660 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071916755496 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24878] ppid=24869 vsize=2966184 CPUtime=3.55 cores=1,3,5,7
/proc/24871/task/24878/stat : 24878 (java) S 24869 24871 24165 0 -1 4202560 202 0 0 0 348 7 0 0 20 0 22 0 344836660 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071915702952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24879] ppid=24869 vsize=2966184 CPUtime=3.57 cores=1,3,5,7
/proc/24871/task/24879/stat : 24879 (java) S 24869 24871 24165 0 -1 4202560 201 0 0 0 350 7 0 0 20 0 22 0 344836660 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071914650408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24880] ppid=24869 vsize=2966184 CPUtime=3.48 cores=1,3,5,7
/proc/24871/task/24880/stat : 24880 (java) S 24869 24871 24165 0 -1 4202560 187 0 0 0 340 8 0 0 20 0 22 0 344836660 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071913597864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24881] ppid=24869 vsize=2966184 CPUtime=3.65 cores=1,3,5,7
/proc/24871/task/24881/stat : 24881 (java) S 24869 24871 24165 0 -1 4202560 194 0 0 0 358 7 0 0 20 0 22 0 344836660 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071912545320 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24882] ppid=24869 vsize=2966184 CPUtime=18.89 cores=1,3,5,7
/proc/24871/task/24882/stat : 24882 (java) S 24869 24871 24165 0 -1 4202560 111 0 0 0 1862 27 0 0 20 0 22 0 344836661 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071782037608 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24883] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24883/stat : 24883 (java) S 24869 24871 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344836662 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071780983928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24884] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24884/stat : 24884 (java) S 24869 24871 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344836662 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071779931272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24885] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24885/stat : 24885 (java) S 24869 24871 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344836664 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071778880016 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24886] ppid=24869 vsize=2966184 CPUtime=1.37 cores=1,3,5,7
/proc/24871/task/24886/stat : 24886 (java) S 24869 24871 24165 0 -1 4202560 8983 0 0 0 136 1 0 0 20 0 22 0 344836664 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071777827384 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24887] ppid=24869 vsize=2966184 CPUtime=1.27 cores=1,3,5,7
/proc/24871/task/24887/stat : 24887 (java) S 24869 24871 24165 0 -1 4202560 8759 0 0 0 126 1 0 0 20 0 22 0 344836664 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071776774840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24888] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24888/stat : 24888 (java) S 24869 24871 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344836664 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071775722488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24889] ppid=24869 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/24871/task/24889/stat : 24889 (java) S 24869 24871 24165 0 -1 4202560 53 0 0 0 14 20 0 0 20 0 22 0 344836664 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071774670152 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24890] ppid=24869 vsize=2966184 CPUtime=872.42 cores=1,3,5,7
/proc/24871/task/24890/stat : 24890 (java) R 24869 24871 24165 0 -1 4202560 408 0 0 0 87227 15 0 0 20 0 22 0 344836716 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071773613232 140071786113691 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24891] ppid=24869 vsize=2966184 CPUtime=872.47 cores=1,3,5,7
/proc/24871/task/24891/stat : 24891 (java) R 24869 24871 24165 0 -1 4202560 411 0 0 0 87228 19 0 0 20 0 22 0 344836716 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071772559528 140071785784633 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24892] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24892/stat : 24892 (java) S 24869 24871 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344836718 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071771509800 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24893] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24893/stat : 24893 (java) S 24869 24871 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344836718 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071770457256 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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.701 s]
/proc/loadavg: 4.00 3.94 3.85 5/219 24964
/proc/meminfo: memFree=26278176/32873648 swapFree=6864/6864
[pid=24871] ppid=24869 vsize=2966184 CPUtime=1800.05 cores=1,3,5,7
/proc/24871/stat : 24871 (java) S 24869 24871 24165 0 -1 4202496 24351 0 1 0 179887 118 0 0 20 0 22 0 344836658 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140734351762256 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24871/statm: 741546 225111 2284 9 0 732240 0
[pid=24871/tid=24873] ppid=24869 vsize=2966184 CPUtime=0.57 cores=1,3,5,7
/proc/24871/task/24873/stat : 24873 (java) S 24869 24871 24165 0 -1 4202560 2860 0 1 0 52 5 0 0 20 0 22 0 344836659 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071935632536 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24874] ppid=24869 vsize=2966184 CPUtime=3.56 cores=1,3,5,7
/proc/24871/task/24874/stat : 24874 (java) S 24869 24871 24165 0 -1 4202560 208 0 0 0 349 7 0 0 20 0 22 0 344836660 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071919913128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24875] ppid=24869 vsize=2966184 CPUtime=3.66 cores=1,3,5,7
/proc/24871/task/24875/stat : 24875 (java) S 24869 24871 24165 0 -1 4202560 186 0 0 0 360 6 0 0 20 0 22 0 344836660 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071918860584 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24876] ppid=24869 vsize=2966184 CPUtime=3.55 cores=1,3,5,7
/proc/24871/task/24876/stat : 24876 (java) S 24869 24871 24165 0 -1 4202560 207 0 0 0 347 8 0 0 20 0 22 0 344836660 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071917808040 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24877] ppid=24869 vsize=2966184 CPUtime=3.56 cores=1,3,5,7
/proc/24871/task/24877/stat : 24877 (java) S 24869 24871 24165 0 -1 4202560 192 0 0 0 349 7 0 0 20 0 22 0 344836660 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071916755496 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24878] ppid=24869 vsize=2966184 CPUtime=3.55 cores=1,3,5,7
/proc/24871/task/24878/stat : 24878 (java) S 24869 24871 24165 0 -1 4202560 202 0 0 0 348 7 0 0 20 0 22 0 344836660 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071915702952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24879] ppid=24869 vsize=2966184 CPUtime=3.57 cores=1,3,5,7
/proc/24871/task/24879/stat : 24879 (java) S 24869 24871 24165 0 -1 4202560 201 0 0 0 350 7 0 0 20 0 22 0 344836660 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071914650408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24880] ppid=24869 vsize=2966184 CPUtime=3.48 cores=1,3,5,7
/proc/24871/task/24880/stat : 24880 (java) S 24869 24871 24165 0 -1 4202560 187 0 0 0 340 8 0 0 20 0 22 0 344836660 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071913597864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24881] ppid=24869 vsize=2966184 CPUtime=3.65 cores=1,3,5,7
/proc/24871/task/24881/stat : 24881 (java) S 24869 24871 24165 0 -1 4202560 194 0 0 0 358 7 0 0 20 0 22 0 344836660 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071912545320 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24882] ppid=24869 vsize=2966184 CPUtime=18.89 cores=1,3,5,7
/proc/24871/task/24882/stat : 24882 (java) S 24869 24871 24165 0 -1 4202560 111 0 0 0 1862 27 0 0 20 0 22 0 344836661 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071782037608 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24883] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24883/stat : 24883 (java) S 24869 24871 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344836662 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071780983928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24884] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24884/stat : 24884 (java) S 24869 24871 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344836662 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071779931272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24885] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24885/stat : 24885 (java) S 24869 24871 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344836664 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071778880016 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24886] ppid=24869 vsize=2966184 CPUtime=1.37 cores=1,3,5,7
/proc/24871/task/24886/stat : 24886 (java) S 24869 24871 24165 0 -1 4202560 8983 0 0 0 136 1 0 0 20 0 22 0 344836664 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071777827384 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24887] ppid=24869 vsize=2966184 CPUtime=1.27 cores=1,3,5,7
/proc/24871/task/24887/stat : 24887 (java) S 24869 24871 24165 0 -1 4202560 8759 0 0 0 126 1 0 0 20 0 22 0 344836664 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071776774840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24888] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24888/stat : 24888 (java) S 24869 24871 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344836664 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071775722488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24889] ppid=24869 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/24871/task/24889/stat : 24889 (java) S 24869 24871 24165 0 -1 4202560 53 0 0 0 14 20 0 0 20 0 22 0 344836664 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071774670152 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24890] ppid=24869 vsize=2966184 CPUtime=872.42 cores=1,3,5,7
/proc/24871/task/24890/stat : 24890 (java) R 24869 24871 24165 0 -1 4202560 408 0 0 0 87227 15 0 0 20 0 22 0 344836716 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071773613232 140071786113691 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24891] ppid=24869 vsize=2966184 CPUtime=872.47 cores=1,3,5,7
/proc/24871/task/24891/stat : 24891 (java) R 24869 24871 24165 0 -1 4202560 411 0 0 0 87228 19 0 0 20 0 22 0 344836716 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071772559528 140071785784633 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24892] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24892/stat : 24892 (java) S 24869 24871 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344836718 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071771509800 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24893] ppid=24869 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24893/stat : 24893 (java) S 24869 24871 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344836718 3037372416 225111 33554432000 1073741824 1073778376 140734351771120 140071770457256 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2966184

Child status: 143

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

Real time (s): 902.747
CPU time (s): 1800.05
CPU user time (s): 1798.87
CPU system time (s): 1.18
CPU usage (%): 199.397
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.7
system time used= 1.61075
maximum resident set size= 900564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24383
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= 38763
involuntary context switches= 62438

runsolver used 3.35049 second user time and 8.39472 second system time

The end

Launcher Data

Begin job on node113 at 2012-06-04 07:18:18
IDJOB=3742483
IDBENCH=90190
IDSOLVER=2324
FILE ID=node113/3742483-1338787098
RUNJOBID= node113-1338783018-24182
PBS_JOBID= 14636837
Free space on /tmp= 70976 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_K138.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742483-1338787098/watcher-3742483-1338787098 -o /tmp/evaluation-result-3742483-1338787098/solver-3742483-1338787098 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742483-1338787098.opb

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

MD5SUM BENCH= b6be79d7c894904bfb5f7c9acfb80f53
RANDOM SEED=1820258245

node113.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.026
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.05
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.026
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.90
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.026
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	: 5438.54
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.026
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		: 2667.026
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.91
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.026
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
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:        27123660 kB
Buffers:          543480 kB
Cached:          3516396 kB
SwapCached:         2028 kB
Active:          2536644 kB
Inactive:        2303832 kB
Active(anon):     779484 kB
Inactive(anon):     1912 kB
Active(file):    1757160 kB
Inactive(file):  2301920 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67099708 kB
Dirty:              1264 kB
Writeback:             0 kB
AnonPages:        792512 kB
Mapped:            19416 kB
Shmem:                 0 kB
Slab:             763960 kB
SReclaimable:     208072 kB
SUnreclaim:       555888 kB
KernelStack:        1632 kB
PageTables:         5772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1571376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    743424 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= 70976 MiB
End job on node113 at 2012-06-04 07:33:23