Trace number 3741374

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 NameAnswerobjective functionCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.13 910.947

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-859770.opb
MD5SUMcbc412f006cacd8e2fcdc61d20cbc351
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark134.834
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2504
Total number of constraints2065
Number of constraints which are clauses1536
Number of constraints which are cardinality constraints (but not clauses)529
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint8
Maximum length of a constraint1446
Number of terms in the objective function 2504
Biggest coefficient in the objective function 10
Number of bits for the biggest coefficient in the objective function 4
Sum of the numbers in the objective function 16472
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 16472
Number of bits of the biggest sum of numbers15
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.09/0.10	c version 2.3.1.v20110525
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		9996466904
0.09/0.10	c Max memory 		10048897024
0.09/0.10	c Total memory 		10048897024
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3741374-1338753426.opb
0.09/0.12	c reading problem ... 
1.62/1.39	c ... done. Wall clock time 1.266s.
1.62/1.39	c #vars     2504
1.62/1.39	c #constraints  2084
1.62/1.39	c constraints type 
1.62/1.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1555
1.62/1.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 529
1.62/1.39	c constraints type 
1.62/1.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1555
1.62/1.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 529
10.89/5.66	c cleaning 2498 clauses out of 5000 with flag 5000/5000
23.52/11.67	c cleaning 4249 clauses out of 8502 with flag 11000/11000
40.43/20.05	c cleaning 5621 clauses out of 11253 with flag 18000/18000
59.24/29.40	c cleaning 6814 clauses out of 13632 with flag 26000/26000
85.66/42.67	c cleaning 7848 clauses out of 15823 with flag 35005/35005
111.42/55.54	c cleaning 8938 clauses out of 17972 with flag 45002/45002
145.26/72.50	c cleaning 9497 clauses out of 19033 with flag 55001/55001
165.79/82.73	c cleaning 9767 clauses out of 19537 with flag 65002/65002
193.56/96.64	c cleaning 9792 clauses out of 19770 with flag 75002/75002
219.30/109.57	c cleaning 9854 clauses out of 19976 with flag 85000/85000
246.27/123.04	c cleaning 10040 clauses out of 20124 with flag 95002/95002
276.40/138.19	c cleaning 10038 clauses out of 20086 with flag 105004/105004
308.65/154.34	c cleaning 10008 clauses out of 20044 with flag 115000/115000
327.15/163.60	c cleaning 9998 clauses out of 20036 with flag 125000/125000
342.64/171.47	c cleaning 9938 clauses out of 20039 with flag 135001/135001
363.74/182.00	c cleaning 10003 clauses out of 20101 with flag 145002/145002
381.58/191.07	c cleaning 10038 clauses out of 20099 with flag 155003/155003
402.43/201.56	c cleaning 9970 clauses out of 20058 with flag 165000/165000
423.31/212.08	c cleaning 10022 clauses out of 20088 with flag 175000/175000
447.37/224.11	c cleaning 10010 clauses out of 20066 with flag 185000/185000
471.93/236.53	c cleaning 10016 clauses out of 20058 with flag 195002/195002
498.75/250.04	c cleaning 9994 clauses out of 20040 with flag 205000/205000
517.18/259.32	c cleaning 10006 clauses out of 20046 with flag 215000/215000
535.79/268.77	c cleaning 10013 clauses out of 20041 with flag 225001/225001
554.05/278.02	c cleaning 10007 clauses out of 20029 with flag 235002/235002
576.71/289.48	c cleaning 10000 clauses out of 20020 with flag 245000/245000
588.51/295.42	c cleaning 9961 clauses out of 20022 with flag 255002/255002
603.71/303.17	c cleaning 10013 clauses out of 20062 with flag 265003/265003
628.02/315.49	c cleaning 9998 clauses out of 20048 with flag 275003/275003
652.46/327.76	c cleaning 10006 clauses out of 20047 with flag 285000/285000
676.69/339.95	c cleaning 9954 clauses out of 20041 with flag 295000/295000
692.85/348.14	c cleaning 9983 clauses out of 20087 with flag 305000/305000
712.66/358.26	c cleaning 10048 clauses out of 20107 with flag 315003/315003
741.02/372.50	c cleaning 10015 clauses out of 20057 with flag 325001/325001
783.87/394.02	c cleaning 9973 clauses out of 20041 with flag 335000/335000
812.26/408.34	c cleaning 10024 clauses out of 20071 with flag 345003/345003
836.29/420.51	c cleaning 9980 clauses out of 20051 with flag 355007/355007
856.04/430.50	c cleaning 10026 clauses out of 20066 with flag 365002/365002
870.79/438.06	c cleaning 10006 clauses out of 20039 with flag 375001/375001
883.92/444.77	c cleaning 10009 clauses out of 20034 with flag 385002/385002
899.26/452.67	c cleaning 10001 clauses out of 20023 with flag 395000/395000
925.87/466.08	c cleaning 9910 clauses out of 20029 with flag 405007/405007
945.65/476.01	c cleaning 10053 clauses out of 20117 with flag 415005/415005
961.42/484.02	c cleaning 10006 clauses out of 20059 with flag 425000/425000
979.35/493.23	c cleaning 10002 clauses out of 20055 with flag 435002/435002
1002.70/505.08	c cleaning 9962 clauses out of 20051 with flag 445000/445000
1021.03/514.33	c cleaning 10041 clauses out of 20093 with flag 455004/455004
1049.01/528.40	c cleaning 9933 clauses out of 20049 with flag 465001/465001
1068.97/538.60	c cleaning 10044 clauses out of 20116 with flag 475001/475001
1092.89/550.79	c cleaning 10020 clauses out of 20071 with flag 485000/485000
1117.05/562.99	c cleaning 10006 clauses out of 20059 with flag 495008/495008
1133.95/571.54	c cleaning 9905 clauses out of 20051 with flag 505006/505006
1151.58/580.60	c cleaning 10060 clauses out of 20146 with flag 515006/515006
1169.14/589.60	c cleaning 9947 clauses out of 20080 with flag 525000/525000
1190.22/600.22	c cleaning 10058 clauses out of 20136 with flag 535003/535003
1219.48/615.06	c cleaning 10034 clauses out of 20076 with flag 545001/545001
1243.72/627.45	c cleaning 10005 clauses out of 20046 with flag 555005/555005
1269.57/640.54	c cleaning 10012 clauses out of 20039 with flag 565003/565003
1294.88/653.40	c cleaning 9775 clauses out of 20027 with flag 575003/575003
1323.76/667.92	c cleaning 10055 clauses out of 20249 with flag 585000/585000
1338.81/675.78	c cleaning 10051 clauses out of 20194 with flag 595000/595000
1359.47/686.30	c cleaning 10018 clauses out of 20144 with flag 605001/605001
1382.34/697.83	c cleaning 10048 clauses out of 20124 with flag 615000/615000
1403.97/708.84	c cleaning 10023 clauses out of 20076 with flag 625000/625000
1421.58/717.92	c cleaning 9941 clauses out of 20053 with flag 635000/635000
1444.46/729.52	c cleaning 10008 clauses out of 20112 with flag 645000/645000
1467.51/741.21	c cleaning 10018 clauses out of 20115 with flag 655011/655011
1493.15/754.25	c cleaning 10002 clauses out of 20094 with flag 665008/665008
1516.90/766.41	c cleaning 9892 clauses out of 20086 with flag 675002/675002
1538.55/777.41	c cleaning 10072 clauses out of 20195 with flag 685003/685003
1558.78/787.71	c cleaning 9941 clauses out of 20120 with flag 695000/695000
1580.22/798.66	c cleaning 9862 clauses out of 20179 with flag 705000/705000
1599.53/808.68	c cleaning 10047 clauses out of 20319 with flag 715002/715002
1618.12/818.13	c cleaning 10102 clauses out of 20270 with flag 725000/725000
1640.58/829.55	c cleaning 10065 clauses out of 20168 with flag 735000/735000
1665.64/842.20	c cleaning 10025 clauses out of 20104 with flag 745001/745001
1686.75/853.13	c cleaning 10005 clauses out of 20078 with flag 755000/755000
1707.35/863.65	c cleaning 9990 clauses out of 20073 with flag 765000/765000
1727.35/873.86	c cleaning 9983 clauses out of 20085 with flag 775003/775003
1761.98/891.35	c cleaning 10028 clauses out of 20099 with flag 785000/785000
1797.32/909.32	c cleaning 10030 clauses out of 20076 with flag 795005/795005
1800.13/910.91	c starts		: 170
1800.13/910.91	c conflicts		: 795240
1800.13/910.91	c decisions		: 7324708
1800.13/910.91	c propagations		: 76730292
1800.13/910.91	c inspects		: 568611373
1800.13/910.91	c shortcuts		: 0
1800.13/910.91	c learnt literals	: 4
1800.13/910.91	c learnt binary clauses	: 1050
1800.13/910.91	c learnt ternary clauses	: 764
1800.13/910.91	c learnt constraints	: 795235
1800.13/910.91	c ignored constraints	: 0
1800.13/910.91	c root simplifications	: 0
1800.13/910.91	c removed literals (reason simplification)	: 39112771
1800.13/910.91	c reason swapping (by a shorter reason)	: 0
1800.13/910.91	c Calls to reduceDB	: 81
1800.13/910.91	c number of reductions to clauses (during analyze)	: 0
1800.13/910.91	c number of learned constraints concerned by reduction	: 0
1800.13/910.91	c number of learning phase by resolution	: 0
1800.13/910.91	c number of learning phase by cutting planes	: 0
1800.13/910.91	c speed (assignments/second)	: 84363.31611549803
1800.13/910.91	c non guided choices	69
1800.13/910.92	c learnt constraints type 
1800.13/910.92	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1050
1800.13/910.92	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 9231
1800.13/910.92	c constraints type 
1800.13/910.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1555
1800.13/910.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 529
1800.13/910.92	c constraints type 
1800.13/910.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1555
1800.13/910.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 529
1800.13/910.92	s UNKNOWN
1800.13/910.92	c Total wall clock time (in seconds): 910.797

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-3741374-1338753426/watcher-3741374-1338753426 -o /tmp/evaluation-result-3741374-1338753426/solver-3741374-1338753426 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3741374-1338753426.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.88 3.90 3.86 4/197 13871
/proc/meminfo: memFree=30530420/32873844 swapFree=7116/7116
[pid=13871] ppid=13869 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/13871/stat : 13871 (java) R 13869 13871 13088 0 -1 4202496 296 0 0 0 0 0 0 0 20 0 1 0 341467542 2560000 46 33554432000 1073741824 1073778376 140735387777504 140735387774632 240556010791 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13871/statm: 625 46 37 9 0 29 0

[startup+0.0254911 s]
/proc/loadavg: 3.88 3.90 3.86 4/197 13871
/proc/meminfo: memFree=30530420/32873844 swapFree=7116/7116
[pid=13871] ppid=13869 vsize=10510056 CPUtime=0 cores=1,3,5,7
/proc/13871/stat : 13871 (java) S 13869 13871 13088 0 -1 4202496 3167 0 1 0 0 0 0 0 20 0 2 0 341467542 10762297344 7448 33554432000 1073741824 1073778376 140735387777504 140735387768640 240568533053 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13871/statm: 2627514 7960 942 9 0 2618623 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10510056

[startup+0.100232 s]
/proc/loadavg: 3.88 3.90 3.86 4/197 13871
/proc/meminfo: memFree=30530420/32873844 swapFree=7116/7116
[pid=13871] ppid=13869 vsize=11586392 CPUtime=0.09 cores=1,3,5,7
/proc/13871/stat : 13871 (java) S 13869 13871 13088 0 -1 4202496 5126 0 1 0 8 1 0 0 20 0 18 0 341467542 11864465408 13477 33554432000 1073741824 1073778376 140735387777504 140735387768640 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13871/statm: 2896598 13484 2052 9 0 2887285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11586392

[startup+0.30026 s]
/proc/loadavg: 3.88 3.90 3.86 4/197 13871
/proc/meminfo: memFree=30530420/32873844 swapFree=7116/7116
[pid=13871] ppid=13869 vsize=11586392 CPUtime=0.54 cores=1,3,5,7
/proc/13871/stat : 13871 (java) S 13869 13871 13088 0 -1 4202496 8105 0 1 0 52 2 0 0 20 0 18 0 341467542 11864465408 17982 33554432000 1073741824 1073778376 140735387777504 140735387768640 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13871/statm: 2896598 17982 2224 9 0 2887285 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 11586392

[startup+0.70029 s]
/proc/loadavg: 3.88 3.90 3.86 4/197 13871
/proc/meminfo: memFree=30530420/32873844 swapFree=7116/7116
[pid=13871] ppid=13869 vsize=11586392 CPUtime=1.02 cores=1,3,5,7
/proc/13871/stat : 13871 (java) S 13869 13871 13088 0 -1 4202496 8197 0 1 0 97 5 0 0 20 0 18 0 341467542 11864465408 56399 33554432000 1073741824 1073778376 140735387777504 140735387768640 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13871/statm: 2896598 56399 2227 9 0 2887285 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 11586392

[startup+1.50064 s]
/proc/loadavg: 3.88 3.90 3.86 4/215 13889
/proc/meminfo: memFree=30180224/32873844 swapFree=7116/7116
[pid=13871] ppid=13869 vsize=11852648 CPUtime=2.07 cores=1,3,5,7
/proc/13871/stat : 13871 (java) S 13869 13871 13088 0 -1 4202496 8734 0 1 0 196 11 0 0 20 0 22 0 341467542 12137111552 133470 33554432000 1073741824 1073778376 140735387777504 140735387768640 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13871/statm: 2963162 133501 2248 9 0 2953849 0
[pid=13871/tid=13873] ppid=13869 vsize=11852648 CPUtime=1.36 cores=1,3,5,7
/proc/13871/task/13873/stat : 13873 (java) S 13869 13871 13088 0 -1 4202560 3610 0 1 0 126 10 0 0 20 0 22 0 341467543 12137111552 133507 33554432000 1073741824 1073778376 140735387777504 140499344635032 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13871/tid=13874] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13874/stat : 13874 (java) S 13869 13871 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341467545 12137111552 133507 33554432000 1073741824 1073778376 140735387777504 140499180898472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13875] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13875/stat : 13875 (java) S 13869 13871 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341467545 12137111552 133507 33554432000 1073741824 1073778376 140735387777504 140499179845928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13871/tid=13876] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13876/stat : 13876 (java) S 13869 13871 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341467545 12137111552 133507 33554432000 1073741824 1073778376 140735387777504 140499178793384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13871/tid=13877] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13877/stat : 13877 (java) S 13869 13871 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341467545 12137111552 133507 33554432000 1073741824 1073778376 140735387777504 140499177740840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13871/tid=13878] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13878/stat : 13878 (java) S 13869 13871 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341467545 12137111552 133467 33554432000 1073741824 1073778376 140735387777504 140499176688296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13879] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13879/stat : 13879 (java) S 13869 13871 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341467545 12137111552 133467 33554432000 1073741824 1073778376 140735387777504 140499175635752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13871/tid=13880] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13880/stat : 13880 (java) S 13869 13871 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341467545 12137111552 133467 33554432000 1073741824 1073778376 140735387777504 140499174583208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13881] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13881/stat : 13881 (java) S 13869 13871 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341467545 12137111552 133467 33554432000 1073741824 1073778376 140735387777504 140499173530664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13882] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13882/stat : 13882 (java) S 13869 13871 13088 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 341467546 12137111552 133467 33554432000 1073741824 1073778376 140735387777504 140499161331816 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13871/tid=13883] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13883/stat : 13883 (java) S 13869 13871 13088 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 341467547 12137111552 133467 33554432000 1073741824 1073778376 140735387777504 140499160278136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13884] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13884/stat : 13884 (java) S 13869 13871 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341467547 12137111552 133467 33554432000 1073741824 1073778376 140735387777504 140499159225480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13885] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13885/stat : 13885 (java) S 13869 13871 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341467549 12137111552 133467 33554432000 1073741824 1073778376 140735387777504 140499158174224 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13886] ppid=13869 vsize=11852648 CPUtime=0.24 cores=1,3,5,7
/proc/13871/task/13886/stat : 13886 (java) R 13869 13871 13088 0 -1 4202560 1407 0 0 0 24 0 0 0 20 0 22 0 341467549 12137111552 133467 33554432000 1073741824 1073778376 140735387777504 140499157121592 240565216375 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13887] ppid=13869 vsize=11852648 CPUtime=0.23 cores=1,3,5,7
/proc/13871/task/13887/stat : 13887 (java) R 13869 13871 13088 0 -1 4202560 2461 0 0 0 23 0 0 0 20 0 22 0 341467549 12137111552 133467 33554432000 1073741824 1073778376 140735387777504 140499156068928 140499351737683 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=13871/tid=13888] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13888/stat : 13888 (java) S 13869 13871 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341467549 12137111552 133467 33554432000 1073741824 1073778376 140735387777504 140499155016696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13871/tid=13889] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13889/stat : 13889 (java) S 13869 13871 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341467549 12137111552 133467 33554432000 1073741824 1073778376 140735387777504 140499153964360 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 11852648

[startup+3.10086 s]
/proc/loadavg: 3.88 3.90 3.86 8/219 13893
/proc/meminfo: memFree=29894964/32873844 swapFree=7116/7116
[pid=13871] ppid=13869 vsize=11852648 CPUtime=5.79 cores=1,3,5,7
/proc/13871/stat : 13871 (java) S 13869 13871 13088 0 -1 4202496 9517 0 1 0 562 17 0 0 20 0 22 0 341467542 12137111552 218425 33554432000 1073741824 1073778376 140735387777504 140735387768640 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13871/statm: 2963162 218425 2256 9 0 2953849 0
[pid=13871/tid=13873] ppid=13869 vsize=11852648 CPUtime=1.36 cores=1,3,5,7
/proc/13871/task/13873/stat : 13873 (java) S 13869 13871 13088 0 -1 4202560 3610 0 1 0 126 10 0 0 20 0 22 0 341467543 12137111552 218425 33554432000 1073741824 1073778376 140735387777504 140499344635032 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13871/tid=13874] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13874/stat : 13874 (java) S 13869 13871 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341467545 12137111552 218425 33554432000 1073741824 1073778376 140735387777504 140499180898472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13875] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13875/stat : 13875 (java) S 13869 13871 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341467545 12137111552 218425 33554432000 1073741824 1073778376 140735387777504 140499179845928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13871/tid=13876] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13876/stat : 13876 (java) S 13869 13871 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341467545 12137111552 218425 33554432000 1073741824 1073778376 140735387777504 140499178793384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13871/tid=13877] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13877/stat : 13877 (java) S 13869 13871 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341467545 12137111552 218425 33554432000 1073741824 1073778376 140735387777504 140499177740840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13871/tid=13878] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13878/stat : 13878 (java) S 13869 13871 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341467545 12137111552 218425 33554432000 1073741824 1073778376 140735387777504 140499176688296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13879] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13879/stat : 13879 (java) S 13869 13871 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341467545 12137111552 218425 33554432000 1073741824 1073778376 140735387777504 140499175635752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13871/tid=13880] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13880/stat : 13880 (java) S 13869 13871 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341467545 12137111552 218425 33554432000 1073741824 1073778376 140735387777504 140499174583208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13881] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13881/stat : 13881 (java) S 13869 13871 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341467545 12137111552 218425 33554432000 1073741824 1073778376 140735387777504 140499173530664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13882] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13882/stat : 13882 (java) S 13869 13871 13088 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 341467546 12137111552 218425 33554432000 1073741824 1073778376 140735387777504 140499161331816 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13871/tid=13883] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13883/stat : 13883 (java) S 13869 13871 13088 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 341467547 12137111552 218425 33554432000 1073741824 1073778376 140735387777504 140499160278136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13884] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13884/stat : 13884 (java) S 13869 13871 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341467547 12137111552 218937 33554432000 1073741824 1073778376 140735387777504 140499159225480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13885] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13885/stat : 13885 (java) S 13869 13871 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341467549 12137111552 218937 33554432000 1073741824 1073778376 140735387777504 140499158174224 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13886] ppid=13869 vsize=11852648 CPUtime=0.48 cores=1,3,5,7
/proc/13871/task/13886/stat : 13886 (java) S 13869 13871 13088 0 -1 4202560 1794 0 0 0 48 0 0 0 20 0 22 0 341467549 12137111552 218937 33554432000 1073741824 1073778376 140735387777504 140499157121592 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13887] ppid=13869 vsize=11852648 CPUtime=0.53 cores=1,3,5,7
/proc/13871/task/13887/stat : 13887 (java) S 13869 13871 13088 0 -1 4202560 2645 0 0 0 53 0 0 0 20 0 22 0 341467549 12137111552 218937 33554432000 1073741824 1073778376 140735387777504 140499156069048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13871/tid=13888] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13888/stat : 13888 (java) S 13869 13871 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341467549 12137111552 218937 33554432000 1073741824 1073778376 140735387777504 140499155016696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13871/tid=13889] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13889/stat : 13889 (java) S 13869 13871 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341467549 12137111552 218937 33554432000 1073741824 1073778376 140735387777504 140499153964360 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13871/tid=13890] ppid=13869 vsize=11852648 CPUtime=1.68 cores=1,3,5,7
/proc/13871/task/13890/stat : 13890 (java) R 13869 13871 13088 0 -1 4202560 37 0 0 0 168 0 0 0 20 0 22 0 341467682 12137111552 218937 33554432000 1073741824 1073778376 140735387777504 140499152906392 140499202225065 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13871/tid=13891] ppid=13869 vsize=11852648 CPUtime=1.68 cores=1,3,5,7
/proc/13871/task/13891/stat : 13891 (java) R 13869 13871 13088 0 -1 4202560 232 0 0 0 162 6 0 0 20 0 22 0 341467682 12137111552 218937 33554432000 1073741824 1073778376 140735387777504 140499151855656 140499202038058 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13871/tid=13892] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13892/stat : 13892 (java) S 13869 13871 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341467684 12137111552 218937 33554432000 1073741824 1073778376 140735387777504 140499150804008 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13871/tid=13893] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13893/stat : 13893 (java) S 13869 13871 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341467684 12137111552 218937 33554432000 1073741824 1073778376 140735387777504 140499149751464 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 11852648

[startup+6.30093 s]
/proc/loadavg: 3.89 3.91 3.86 5/219 13893
/proc/meminfo: memFree=29009804/32873844 swapFree=7116/7116
[pid=13871] ppid=13869 vsize=11852648 CPUtime=12.77 cores=1,3,5,7
/proc/13871/stat : 13871 (java) S 13869 13871 13088 0 -1 4202496 17549 0 1 0 1239 38 0 0 20 0 22 0 341467542 12137111552 426733 33554432000 1073741824 1073778376 140735387777504 140735387768640 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13871/statm: 2963162 426733 2281 9 0 2953849 0
[pid=13871/tid=13873] ppid=13869 vsize=11852648 CPUtime=1.36 cores=1,3,5,7
/proc/13871/task/13873/stat : 13873 (java) S 13869 13871 13088 0 -1 4202560 3610 0 1 0 126 10 0 0 20 0 22 0 341467543 12137111552 426733 33554432000 1073741824 1073778376 140735387777504 140499344635032 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13871/tid=13874] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13874/stat : 13874 (java) S 13869 13871 13088 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341467545 12137111552 426733 33554432000 1073741824 1073778376 140735387777504 140499180898472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13871/tid=13875] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13875/stat : 13875 (java) S 13869 13871 13088 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 341467545 12137111552 426733 33554432000 1073741824 1073778376 140735387777504 140499179845928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13871/tid=13876] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13876/stat : 13876 (java) S 13869 13871 13088 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 341467545 12137111552 426733 33554432000 1073741824 1073778376 140735387777504 140499178793384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13871/tid=13877] ppid=13869 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/13871/task/13877/stat : 13877 (java) S 13869 13871 13088 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 341467545 12137111552 426733 33554432000 1073741824 1073778376 140735387777504 140499177740840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13871/tid=13878] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13878/stat : 13878 (java) S 13869 13871 13088 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 341467545 12137111552 426733 33554432000 1073741824 1073778376 140735387777504 140499176688296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13871/tid=13879] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13879/stat : 13879 (java) S 13869 13871 13088 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 341467545 12137111552 426733 33554432000 1073741824 1073778376 140735387777504 140499175635752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13871/tid=13880] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13880/stat : 13880 (java) S 13869 13871 13088 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 341467545 12137111552 426733 33554432000 1073741824 1073778376 140735387777504 140499174583208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13881] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13881/stat : 13881 (java) S 13869 13871 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341467545 12137111552 426733 33554432000 1073741824 1073778376 140735387777504 140499173530664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13882] ppid=13869 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/13871/task/13882/stat : 13882 (java) S 13869 13871 13088 0 -1 4202560 47 0 0 0 2 1 0 0 20 0 22 0 341467546 12137111552 426733 33554432000 1073741824 1073778376 140735387777504 140499161331816 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13871/tid=13883] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13883/stat : 13883 (java) S 13869 13871 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341467547 12137111552 426733 33554432000 1073741824 1073778376 140735387777504 140499160278136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13884] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13884/stat : 13884 (java) S 13869 13871 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341467547 12137111552 426733 33554432000 1073741824 1073778376 140735387777504 140499159225480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13885] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13885/stat : 13885 (java) S 13869 13871 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341467549 12137111552 426733 33554432000 1073741824 1073778376 140735387777504 140499158174224 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13886] ppid=13869 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/13871/task/13886/stat : 13886 (java) S 13869 13871 13088 0 -1 4202560 9114 0 0 0 95 2 0 0 20 0 22 0 341467549 12137111552 426733 33554432000 1073741824 1073778376 140735387777504 140499157121592 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13871/tid=13887] ppid=13869 vsize=11852648 CPUtime=0.62 cores=1,3,5,7
/proc/13871/task/13887/stat : 13887 (java) S 13869 13871 13088 0 -1 4202560 2881 0 0 0 62 0 0 0 20 0 22 0 341467549 12137111552 426733 33554432000 1073741824 1073778376 140735387777504 140499156069048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13871/tid=13888] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13888/stat : 13888 (java) S 13869 13871 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341467549 12137111552 426733 33554432000 1073741824 1073778376 140735387777504 140499155016696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13871/tid=13889] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13889/stat : 13889 (java) S 13869 13871 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341467549 12137111552 426733 33554432000 1073741824 1073778376 140735387777504 140499153964360 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13871/tid=13890] ppid=13869 vsize=11852648 CPUtime=4.8 cores=1,3,5,7
/proc/13871/task/13890/stat : 13890 (java) R 13869 13871 13088 0 -1 4202560 46 0 0 0 480 0 0 0 20 0 22 0 341467682 12137111552 426733 33554432000 1073741824 1073778376 140735387777504 140499152908456 140499202193191 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0

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

/proc/13871/statm: 2963162 968851 2282 9 0 2953849 0
[pid=13871/tid=13873] ppid=13869 vsize=11852648 CPUtime=1.41 cores=1,3,5,7
/proc/13871/task/13873/stat : 13873 (java) S 13869 13871 13088 0 -1 4202560 3661 0 1 0 129 12 0 0 20 0 22 0 341467543 12137111552 968851 33554432000 1073741824 1073778376 140735387777504 140499344635032 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13871/tid=13874] ppid=13869 vsize=11852648 CPUtime=1.28 cores=1,3,5,7
/proc/13871/task/13874/stat : 13874 (java) S 13869 13871 13088 0 -1 4202560 128 0 0 0 122 6 0 0 20 0 22 0 341467545 12137111552 968851 33554432000 1073741824 1073778376 140735387777504 140499180898472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13871/tid=13875] ppid=13869 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/13871/task/13875/stat : 13875 (java) S 13869 13871 13088 0 -1 4202560 118 0 0 0 118 8 0 0 20 0 22 0 341467545 12137111552 968851 33554432000 1073741824 1073778376 140735387777504 140499179845928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13871/tid=13876] ppid=13869 vsize=11852648 CPUtime=1.33 cores=1,3,5,7
/proc/13871/task/13876/stat : 13876 (java) S 13869 13871 13088 0 -1 4202560 127 0 0 0 126 7 0 0 20 0 22 0 341467545 12137111552 968851 33554432000 1073741824 1073778376 140735387777504 140499178793384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13871/tid=13877] ppid=13869 vsize=11852648 CPUtime=1.23 cores=1,3,5,7
/proc/13871/task/13877/stat : 13877 (java) S 13869 13871 13088 0 -1 4202560 145 0 0 0 116 7 0 0 20 0 22 0 341467545 12137111552 968851 33554432000 1073741824 1073778376 140735387777504 140499177740840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13871/tid=13878] ppid=13869 vsize=11852648 CPUtime=1.41 cores=1,3,5,7
/proc/13871/task/13878/stat : 13878 (java) S 13869 13871 13088 0 -1 4202560 153 0 0 0 134 7 0 0 20 0 22 0 341467545 12137111552 968851 33554432000 1073741824 1073778376 140735387777504 140499176688296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13871/tid=13879] ppid=13869 vsize=11852648 CPUtime=1.23 cores=1,3,5,7
/proc/13871/task/13879/stat : 13879 (java) S 13869 13871 13088 0 -1 4202560 154 0 0 0 117 6 0 0 20 0 22 0 341467545 12137111552 968851 33554432000 1073741824 1073778376 140735387777504 140499175635752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13871/tid=13880] ppid=13869 vsize=11852648 CPUtime=1.32 cores=1,3,5,7
/proc/13871/task/13880/stat : 13880 (java) S 13869 13871 13088 0 -1 4202560 168 0 0 0 124 8 0 0 20 0 22 0 341467545 12137111552 968851 33554432000 1073741824 1073778376 140735387777504 140499174583208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13881] ppid=13869 vsize=11852648 CPUtime=1.38 cores=1,3,5,7
/proc/13871/task/13881/stat : 13881 (java) S 13869 13871 13088 0 -1 4202560 120 0 0 0 134 4 0 0 20 0 22 0 341467545 12137111552 968851 33554432000 1073741824 1073778376 140735387777504 140499173530664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13882] ppid=13869 vsize=11852648 CPUtime=25.83 cores=1,3,5,7
/proc/13871/task/13882/stat : 13882 (java) S 13869 13871 13088 0 -1 4202560 172 0 0 0 2576 7 0 0 20 0 22 0 341467546 12137111552 968851 33554432000 1073741824 1073778376 140735387777504 140499161331816 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13883] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13883/stat : 13883 (java) S 13869 13871 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341467547 12137111552 968851 33554432000 1073741824 1073778376 140735387777504 140499160278136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13884] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13884/stat : 13884 (java) S 13869 13871 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341467547 12137111552 968851 33554432000 1073741824 1073778376 140735387777504 140499159225480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13885] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13885/stat : 13885 (java) S 13869 13871 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341467549 12137111552 968851 33554432000 1073741824 1073778376 140735387777504 140499158174224 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13886] ppid=13869 vsize=11852648 CPUtime=1.1 cores=1,3,5,7
/proc/13871/task/13886/stat : 13886 (java) S 13869 13871 13088 0 -1 4202560 9132 0 0 0 108 2 0 0 20 0 22 0 341467549 12137111552 968851 33554432000 1073741824 1073778376 140735387777504 140499157121592 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13871/tid=13887] ppid=13869 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/13871/task/13887/stat : 13887 (java) S 13869 13871 13088 0 -1 4202560 4652 0 0 0 102 0 0 0 20 0 22 0 341467549 12137111552 968851 33554432000 1073741824 1073778376 140735387777504 140499156069048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13888] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13888/stat : 13888 (java) S 13869 13871 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341467549 12137111552 968851 33554432000 1073741824 1073778376 140735387777504 140499155016696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13871/tid=13889] ppid=13869 vsize=11852648 CPUtime=0.44 cores=1,3,5,7
/proc/13871/task/13889/stat : 13889 (java) S 13869 13871 13088 0 -1 4202560 51 0 0 0 21 23 0 0 20 0 22 0 341467549 12137111552 968851 33554432000 1073741824 1073778376 140735387777504 140499153964360 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13871/tid=13890] ppid=13869 vsize=11852648 CPUtime=849.8 cores=1,3,5,7
/proc/13871/task/13890/stat : 13890 (java) R 13869 13871 13088 0 -1 4202560 86 0 0 0 84967 13 0 0 20 0 22 0 341467682 12137111552 968851 33554432000 1073741824 1073778376 140735387777504 140499152908504 140499202144667 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13871/tid=13891] ppid=13869 vsize=11852648 CPUtime=849.62 cores=1,3,5,7
/proc/13871/task/13891/stat : 13891 (java) R 13869 13871 13088 0 -1 4202560 1436 0 0 0 84898 64 0 0 20 0 22 0 341467682 12137111552 968851 33554432000 1073741824 1073778376 140735387777504 140499151853776 140499202364079 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13871/tid=13892] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13892/stat : 13892 (java) S 13869 13871 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341467684 12137111552 968851 33554432000 1073741824 1073778376 140735387777504 140499150804008 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13871/tid=13893] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13893/stat : 13893 (java) S 13869 13871 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341467684 12137111552 968851 33554432000 1073741824 1073778376 140735387777504 140499149751464 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1743.92
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+910.901 s]
/proc/loadavg: 3.81 3.74 3.78 5/219 13925
/proc/meminfo: memFree=26393012/32873844 swapFree=7116/7116
[pid=13871] ppid=13869 vsize=11852648 CPUtime=1800.13 cores=1,3,5,7
/proc/13871/stat : 13871 (java) S 13869 13871 13088 0 -1 4202496 21511 0 1 0 179862 151 0 0 20 0 22 0 341467542 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140735387768640 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13871/statm: 2963162 968865 2282 9 0 2953849 0
[pid=13871/tid=13873] ppid=13869 vsize=11852648 CPUtime=1.41 cores=1,3,5,7
/proc/13871/task/13873/stat : 13873 (java) S 13869 13871 13088 0 -1 4202560 3663 0 1 0 129 12 0 0 20 0 22 0 341467543 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499344635032 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13871/tid=13874] ppid=13869 vsize=11852648 CPUtime=1.34 cores=1,3,5,7
/proc/13871/task/13874/stat : 13874 (java) S 13869 13871 13088 0 -1 4202560 128 0 0 0 128 6 0 0 20 0 22 0 341467545 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499180898472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13871/tid=13875] ppid=13869 vsize=11852648 CPUtime=1.34 cores=1,3,5,7
/proc/13871/task/13875/stat : 13875 (java) S 13869 13871 13088 0 -1 4202560 128 0 0 0 126 8 0 0 20 0 22 0 341467545 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499179845928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13871/tid=13876] ppid=13869 vsize=11852648 CPUtime=1.39 cores=1,3,5,7
/proc/13871/task/13876/stat : 13876 (java) S 13869 13871 13088 0 -1 4202560 127 0 0 0 132 7 0 0 20 0 22 0 341467545 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499178793384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13871/tid=13877] ppid=13869 vsize=11852648 CPUtime=1.31 cores=1,3,5,7
/proc/13871/task/13877/stat : 13877 (java) S 13869 13871 13088 0 -1 4202560 145 0 0 0 124 7 0 0 20 0 22 0 341467545 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499177740840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13871/tid=13878] ppid=13869 vsize=11852648 CPUtime=1.46 cores=1,3,5,7
/proc/13871/task/13878/stat : 13878 (java) S 13869 13871 13088 0 -1 4202560 153 0 0 0 138 8 0 0 20 0 22 0 341467545 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499176688296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13879] ppid=13869 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/13871/task/13879/stat : 13879 (java) S 13869 13871 13088 0 -1 4202560 155 0 0 0 121 6 0 0 20 0 22 0 341467545 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499175635752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13871/tid=13880] ppid=13869 vsize=11852648 CPUtime=1.39 cores=1,3,5,7
/proc/13871/task/13880/stat : 13880 (java) S 13869 13871 13088 0 -1 4202560 171 0 0 0 131 8 0 0 20 0 22 0 341467545 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499174583208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13881] ppid=13869 vsize=11852648 CPUtime=1.42 cores=1,3,5,7
/proc/13871/task/13881/stat : 13881 (java) S 13869 13871 13088 0 -1 4202560 120 0 0 0 138 4 0 0 20 0 22 0 341467545 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499173530664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13871/tid=13882] ppid=13869 vsize=11852648 CPUtime=27.07 cores=1,3,5,7
/proc/13871/task/13882/stat : 13882 (java) S 13869 13871 13088 0 -1 4202560 174 0 0 0 2700 7 0 0 20 0 22 0 341467546 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499161331816 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13871/tid=13883] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13883/stat : 13883 (java) S 13869 13871 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341467547 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499160278136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13884] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13884/stat : 13884 (java) S 13869 13871 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341467547 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499159225480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13885] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13885/stat : 13885 (java) S 13869 13871 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341467549 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499158174224 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13886] ppid=13869 vsize=11852648 CPUtime=1.1 cores=1,3,5,7
/proc/13871/task/13886/stat : 13886 (java) S 13869 13871 13088 0 -1 4202560 9132 0 0 0 108 2 0 0 20 0 22 0 341467549 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499157121592 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13871/tid=13887] ppid=13869 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/13871/task/13887/stat : 13887 (java) S 13869 13871 13088 0 -1 4202560 4652 0 0 0 102 0 0 0 20 0 22 0 341467549 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499156069048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13888] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13888/stat : 13888 (java) S 13869 13871 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341467549 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499155016696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13871/tid=13889] ppid=13869 vsize=11852648 CPUtime=0.46 cores=1,3,5,7
/proc/13871/task/13889/stat : 13889 (java) S 13869 13871 13088 0 -1 4202560 53 0 0 0 22 24 0 0 20 0 22 0 341467549 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499153964360 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13871/tid=13890] ppid=13869 vsize=11852648 CPUtime=876.97 cores=1,3,5,7
/proc/13871/task/13890/stat : 13890 (java) R 13869 13871 13088 0 -1 4202560 86 0 0 0 87683 14 0 0 20 0 22 0 341467682 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499152908368 140499202174919 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13871/tid=13891] ppid=13869 vsize=11852648 CPUtime=876.79 cores=1,3,5,7
/proc/13871/task/13891/stat : 13891 (java) R 13869 13871 13088 0 -1 4202560 1438 0 0 0 87614 65 0 0 20 0 22 0 341467682 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499151854048 140499202378465 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13892] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13892/stat : 13892 (java) S 13869 13871 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341467684 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499150804008 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13871/tid=13893] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13893/stat : 13893 (java) S 13869 13871 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341467684 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499149751464 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 11852648

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

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

[startup+910.901 s]
/proc/loadavg: 3.81 3.74 3.78 5/219 13925
/proc/meminfo: memFree=26393012/32873844 swapFree=7116/7116
[pid=13871] ppid=13869 vsize=11852648 CPUtime=1800.13 cores=1,3,5,7
/proc/13871/stat : 13871 (java) S 13869 13871 13088 0 -1 4202496 21511 0 1 0 179862 151 0 0 20 0 22 0 341467542 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140735387768640 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13871/statm: 2963162 968865 2282 9 0 2953849 0
[pid=13871/tid=13873] ppid=13869 vsize=11852648 CPUtime=1.41 cores=1,3,5,7
/proc/13871/task/13873/stat : 13873 (java) S 13869 13871 13088 0 -1 4202560 3663 0 1 0 129 12 0 0 20 0 22 0 341467543 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499344635032 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13871/tid=13874] ppid=13869 vsize=11852648 CPUtime=1.34 cores=1,3,5,7
/proc/13871/task/13874/stat : 13874 (java) S 13869 13871 13088 0 -1 4202560 128 0 0 0 128 6 0 0 20 0 22 0 341467545 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499180898472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13871/tid=13875] ppid=13869 vsize=11852648 CPUtime=1.34 cores=1,3,5,7
/proc/13871/task/13875/stat : 13875 (java) S 13869 13871 13088 0 -1 4202560 128 0 0 0 126 8 0 0 20 0 22 0 341467545 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499179845928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13871/tid=13876] ppid=13869 vsize=11852648 CPUtime=1.39 cores=1,3,5,7
/proc/13871/task/13876/stat : 13876 (java) S 13869 13871 13088 0 -1 4202560 127 0 0 0 132 7 0 0 20 0 22 0 341467545 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499178793384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13871/tid=13877] ppid=13869 vsize=11852648 CPUtime=1.31 cores=1,3,5,7
/proc/13871/task/13877/stat : 13877 (java) S 13869 13871 13088 0 -1 4202560 145 0 0 0 124 7 0 0 20 0 22 0 341467545 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499177740840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13871/tid=13878] ppid=13869 vsize=11852648 CPUtime=1.46 cores=1,3,5,7
/proc/13871/task/13878/stat : 13878 (java) S 13869 13871 13088 0 -1 4202560 153 0 0 0 138 8 0 0 20 0 22 0 341467545 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499176688296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13879] ppid=13869 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/13871/task/13879/stat : 13879 (java) S 13869 13871 13088 0 -1 4202560 155 0 0 0 121 6 0 0 20 0 22 0 341467545 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499175635752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13871/tid=13880] ppid=13869 vsize=11852648 CPUtime=1.39 cores=1,3,5,7
/proc/13871/task/13880/stat : 13880 (java) S 13869 13871 13088 0 -1 4202560 171 0 0 0 131 8 0 0 20 0 22 0 341467545 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499174583208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13881] ppid=13869 vsize=11852648 CPUtime=1.42 cores=1,3,5,7
/proc/13871/task/13881/stat : 13881 (java) S 13869 13871 13088 0 -1 4202560 120 0 0 0 138 4 0 0 20 0 22 0 341467545 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499173530664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13871/tid=13882] ppid=13869 vsize=11852648 CPUtime=27.07 cores=1,3,5,7
/proc/13871/task/13882/stat : 13882 (java) S 13869 13871 13088 0 -1 4202560 174 0 0 0 2700 7 0 0 20 0 22 0 341467546 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499161331816 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13871/tid=13883] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13883/stat : 13883 (java) S 13869 13871 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341467547 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499160278136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13884] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13884/stat : 13884 (java) S 13869 13871 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341467547 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499159225480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13885] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13885/stat : 13885 (java) S 13869 13871 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341467549 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499158174224 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13886] ppid=13869 vsize=11852648 CPUtime=1.1 cores=1,3,5,7
/proc/13871/task/13886/stat : 13886 (java) S 13869 13871 13088 0 -1 4202560 9132 0 0 0 108 2 0 0 20 0 22 0 341467549 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499157121592 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13871/tid=13887] ppid=13869 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/13871/task/13887/stat : 13887 (java) S 13869 13871 13088 0 -1 4202560 4652 0 0 0 102 0 0 0 20 0 22 0 341467549 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499156069048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13888] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13888/stat : 13888 (java) S 13869 13871 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341467549 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499155016696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13871/tid=13889] ppid=13869 vsize=11852648 CPUtime=0.46 cores=1,3,5,7
/proc/13871/task/13889/stat : 13889 (java) S 13869 13871 13088 0 -1 4202560 53 0 0 0 22 24 0 0 20 0 22 0 341467549 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499153964360 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13871/tid=13890] ppid=13869 vsize=11852648 CPUtime=876.97 cores=1,3,5,7
/proc/13871/task/13890/stat : 13890 (java) R 13869 13871 13088 0 -1 4202560 86 0 0 0 87683 14 0 0 20 0 22 0 341467682 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499152908368 140499202174919 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13871/tid=13891] ppid=13869 vsize=11852648 CPUtime=876.79 cores=1,3,5,7
/proc/13871/task/13891/stat : 13891 (java) R 13869 13871 13088 0 -1 4202560 1438 0 0 0 87614 65 0 0 20 0 22 0 341467682 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499151854048 140499202378465 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13871/tid=13892] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13892/stat : 13892 (java) S 13869 13871 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341467684 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499150804008 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13871/tid=13893] ppid=13869 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13871/task/13893/stat : 13893 (java) S 13869 13871 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341467684 12137111552 968865 33554432000 1073741824 1073778376 140735387777504 140499149751464 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 11852648

Child status: 143

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

Real time (s): 910.947
CPU time (s): 1800.13
CPU user time (s): 1798.62
CPU system time (s): 1.51
CPU usage (%): 197.611
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.14
system time used= 1.93971
maximum resident set size= 3877648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21551
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25032
involuntary context switches= 32495

runsolver used 3.48247 second user time and 9.28159 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-03 21:57:06
IDJOB=3741374
IDBENCH=89844
IDSOLVER=2328
FILE ID=node146/3741374-1338753426
RUNJOBID= node146-1338749727-13105
PBS_JOBID= 14636806
Free space on /tmp= 70900 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-859770.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741374-1338753426/watcher-3741374-1338753426 -o /tmp/evaluation-result-3741374-1338753426/solver-3741374-1338753426 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3741374-1338753426.opb

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

MD5SUM BENCH= cbc412f006cacd8e2fcdc61d20cbc351
RANDOM SEED=805193683

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30530800 kB
Buffers:          313052 kB
Cached:           465912 kB
SwapCached:         1792 kB
Active:          1173072 kB
Inactive:         344344 kB
Active(anon):     739072 kB
Inactive(anon):     1664 kB
Active(file):     434000 kB
Inactive(file):   342680 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099888 kB
Dirty:              7480 kB
Writeback:             0 kB
AnonPages:        750556 kB
Mapped:            17200 kB
Shmem:                 0 kB
Slab:             678112 kB
SReclaimable:     117800 kB
SUnreclaim:       560312 kB
KernelStack:        1632 kB
PageTables:         5764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10457068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    692224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70900 MiB
End job on node146 at 2012-06-03 22:12:19