Trace number 3741034

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.04 921.359

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-120.opb
MD5SUM7b80ddfff13fd2a12f867bbe09bf6414
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 variables48411
Total number of constraints1121517
Number of constraints which are clauses1007723
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint2
Maximum length of a constraint690
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.11	c version 2.3.1.v20110525
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		9996466904
0.07/0.11	c Max memory 		10048897024
0.07/0.11	c Total memory 		10048897024
0.07/0.11	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3741034-1338750637.opb
0.07/0.13	c reading problem ... 
9.47/7.69	c ... done. Wall clock time 7.555s.
9.47/7.69	c #vars     48411
9.47/7.69	c #constraints  1123290
9.47/7.69	c constraints type 
9.47/7.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 773682
9.47/7.69	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
9.47/7.69	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 235813
9.47/7.69	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 110271
9.47/7.69	c constraints type 
9.47/7.69	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 235813
9.47/7.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 773682
9.47/7.69	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3524
9.47/7.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110271
20.83/12.35	c cleaning 0 clauses out of 5000 with flag 0/5000
30.95/17.43	c cleaning 2496 clauses out of 5000 with flag 5000/5000
33.00/18.78	c cleaning 0 clauses out of 11001 with flag 0/11001
46.65/25.83	c cleaning 4201 clauses out of 8504 with flag 11000/11000
47.82/26.90	c cleaning 0 clauses out of 18000 with flag 0/18000
61.64/34.02	c cleaning 5589 clauses out of 11307 with flag 18004/18004
66.50/36.71	c cleaning 0 clauses out of 26002 with flag 0/26002
77.11/42.38	c cleaning 6759 clauses out of 13714 with flag 26000/26000
91.28/49.83	c cleaning 0 clauses out of 35003 with flag 0/35003
95.10/52.07	c cleaning 7961 clauses out of 15955 with flag 35000/35000
111.75/60.69	c cleaning 8939 clauses out of 17994 with flag 45000/45000
121.40/65.76	c cleaning 0 clauses out of 45000 with flag 0/45000
130.13/70.56	c cleaning 9967 clauses out of 20058 with flag 56003/56003
148.34/79.90	c cleaning 11041 clauses out of 22088 with flag 68000/68000
156.75/84.47	c cleaning 0 clauses out of 56001 with flag 0/56001
172.18/92.42	c cleaning 12016 clauses out of 24047 with flag 81000/81000
189.72/101.67	c cleaning 12966 clauses out of 26033 with flag 95002/95002
197.73/105.95	c cleaning 0 clauses out of 68003 with flag 0/68003
217.95/116.37	c cleaning 14024 clauses out of 28066 with flag 110001/110001
243.14/129.23	c cleaning 0 clauses out of 81000 with flag 0/81000
250.66/133.50	c cleaning 14990 clauses out of 30042 with flag 126001/126001
279.44/148.16	c cleaning 15979 clauses out of 32053 with flag 143002/143002
308.66/163.03	c cleaning 0 clauses out of 95000 with flag 0/95000
310.51/164.25	c cleaning 16981 clauses out of 34073 with flag 161001/161001
351.20/185.02	c cleaning 17991 clauses out of 36094 with flag 180003/180003
361.60/190.56	c cleaning 0 clauses out of 110000 with flag 0/110000
386.39/203.20	c cleaning 19019 clauses out of 38101 with flag 200001/200001
414.37/217.52	c cleaning 20012 clauses out of 40084 with flag 221003/221003
447.04/234.34	c cleaning 21003 clauses out of 42071 with flag 243002/243002
448.63/235.46	c cleaning 0 clauses out of 126002 with flag 0/126002
490.65/256.71	c cleaning 22005 clauses out of 44067 with flag 266001/266001
536.88/280.16	c cleaning 23000 clauses out of 46063 with flag 290002/290002
542.00/283.19	c cleaning 0 clauses out of 143000 with flag 0/143000
586.79/305.81	c cleaning 23990 clauses out of 48062 with flag 315001/315001
634.41/329.95	c cleaning 0 clauses out of 161004 with flag 0/161004
644.20/335.12	c cleaning 24981 clauses out of 50073 with flag 341002/341002
691.68/359.33	c cleaning 26034 clauses out of 52093 with flag 368003/368003
755.67/391.65	c cleaning 27015 clauses out of 54056 with flag 396000/396000
760.65/394.48	c cleaning 0 clauses out of 180000 with flag 0/180000
816.05/422.48	c cleaning 27748 clauses out of 56042 with flag 425001/425001
875.73/452.73	c cleaning 29126 clauses out of 58294 with flag 455001/455001
905.12/467.75	c cleaning 0 clauses out of 200000 with flag 0/200000
944.50/487.78	c cleaning 30078 clauses out of 60169 with flag 486002/486002
1008.87/520.24	c cleaning 31038 clauses out of 62090 with flag 518001/518001
1066.49/549.57	c cleaning 32014 clauses out of 64050 with flag 551000/551000
1087.47/560.32	c cleaning 0 clauses out of 221000 with flag 0/221000
1131.19/582.51	c cleaning 33006 clauses out of 66036 with flag 585000/585000
1200.19/617.35	c cleaning 33964 clauses out of 68028 with flag 620003/620003
1259.61/647.59	c cleaning 35008 clauses out of 70059 with flag 656000/656000
1262.58/649.40	c cleaning 0 clauses out of 243000 with flag 0/243000
1337.96/687.39	c cleaning 36011 clauses out of 72050 with flag 693000/693000
1419.79/728.60	c cleaning 37013 clauses out of 74040 with flag 731001/731001
1456.38/747.39	c cleaning 0 clauses out of 266000 with flag 0/266000
1512.86/775.91	c cleaning 37320 clauses out of 76026 with flag 770000/770000
1574.18/806.95	c cleaning 38937 clauses out of 78706 with flag 810000/810000
1654.61/847.48	c cleaning 40316 clauses out of 80768 with flag 851000/851000
1673.78/857.57	c cleaning 0 clauses out of 290000 with flag 0/290000
1760.10/901.02	c cleaning 41204 clauses out of 82452 with flag 893000/893000
1800.04/921.31	c starts		: 171
1800.04/921.31	c conflicts		: 913886
1800.04/921.31	c decisions		: 14929512
1800.04/921.31	c propagations		: 1526970129
1800.04/921.31	c inspects		: 6965164033
1800.04/921.31	c shortcuts		: 0
1800.04/921.31	c learnt literals	: 10
1800.04/921.31	c learnt binary clauses	: 489
1800.04/921.31	c learnt ternary clauses	: 1145
1800.04/921.31	c learnt constraints	: 913876
1800.04/921.31	c ignored constraints	: 0
1800.04/921.31	c root simplifications	: 0
1800.04/921.31	c removed literals (reason simplification)	: 19356342
1800.04/921.31	c reason swapping (by a shorter reason)	: 0
1800.04/921.31	c Calls to reduceDB	: 38
1800.04/921.31	c number of reductions to clauses (during analyze)	: 0
1800.04/921.31	c number of learned constraints concerned by reduction	: 0
1800.04/921.31	c number of learning phase by resolution	: 0
1800.04/921.31	c number of learning phase by cutting planes	: 0
1800.04/921.31	c speed (assignments/second)	: 1671340.7620235984
1800.04/921.31	c non guided choices	2967556
1800.04/921.34	c learnt constraints type 
1800.04/921.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 489
1800.04/921.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 61657
1800.04/921.34	c constraints type 
1800.04/921.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 773682
1800.04/921.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
1800.04/921.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 235813
1800.04/921.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 110271
1800.04/921.34	c constraints type 
1800.04/921.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 235813
1800.04/921.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 773682
1800.04/921.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3524
1800.04/921.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110271
1800.04/921.34	s UNKNOWN
1800.04/921.34	c Total wall clock time (in seconds): 921.205

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-3741034-1338750637/watcher-3741034-1338750637 -o /tmp/evaluation-result-3741034-1338750637/solver-3741034-1338750637 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3741034-1338750637.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.75 3.83 3.19 3/174 13278
/proc/meminfo: memFree=31113440/32873844 swapFree=7116/7116
[pid=13278] ppid=13276 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/13278/stat : 13278 (java) D 13276 13278 13088 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 341188738 9515008 182 33554432000 1073741824 1073778376 140737188102048 140737188093080 240565173941 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/13278/statm: 2323 182 140 9 0 71 0

[startup+0.0847149 s]
/proc/loadavg: 3.75 3.83 3.19 3/174 13278
/proc/meminfo: memFree=31113440/32873844 swapFree=7116/7116
[pid=13278] ppid=13276 vsize=11586364 CPUtime=0.05 cores=1,3,5,7
/proc/13278/stat : 13278 (java) S 13276 13278 13088 0 -1 4202496 3889 0 1 0 4 1 0 0 20 0 18 0 341188738 11864436736 12762 33554432000 1073741824 1073778376 140733792484320 140733792475456 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13278/statm: 2896591 12762 1754 9 0 2887285 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11586364

[startup+0.100287 s]
/proc/loadavg: 3.75 3.83 3.19 3/174 13278
/proc/meminfo: memFree=31113440/32873844 swapFree=7116/7116
[pid=13278] ppid=13276 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/13278/stat : 13278 (java) S 13276 13278 13088 0 -1 4202496 3962 0 1 0 6 1 0 0 20 0 18 0 341188738 11864465408 12835 33554432000 1073741824 1073778376 140733792484320 140733792475456 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13278/statm: 2896598 12835 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.30017 s]
/proc/loadavg: 3.75 3.83 3.19 3/174 13278
/proc/meminfo: memFree=31113440/32873844 swapFree=7116/7116
[pid=13278] ppid=13276 vsize=11586392 CPUtime=0.45 cores=1,3,5,7
/proc/13278/stat : 13278 (java) S 13276 13278 13088 0 -1 4202496 5744 0 1 0 43 2 0 0 20 0 18 0 341188738 11864465408 17382 33554432000 1073741824 1073778376 140733792484320 140733792475456 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13278/statm: 2896598 17383 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 11586392

[startup+0.700282 s]
/proc/loadavg: 3.75 3.83 3.19 3/174 13278
/proc/meminfo: memFree=31113440/32873844 swapFree=7116/7116
[pid=13278] ppid=13276 vsize=11586392 CPUtime=1.24 cores=1,3,5,7
/proc/13278/stat : 13278 (java) S 13276 13278 13088 0 -1 4202496 9282 0 1 0 118 6 0 0 20 0 18 0 341188738 11864465408 61693 33554432000 1073741824 1073778376 140733792484320 140733792475456 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13278/statm: 2896598 61693 2238 9 0 2887285 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 11586392

[startup+1.50738 s]
/proc/loadavg: 3.75 3.83 3.19 3/212 13323
/proc/meminfo: memFree=29810232/32873844 swapFree=7116/7116
[pid=13278] ppid=13276 vsize=11586392 CPUtime=2.15 cores=1,3,5,7
/proc/13278/stat : 13278 (java) S 13276 13278 13088 0 -1 4202496 9541 0 1 0 198 17 0 0 20 0 18 0 341188738 11864465408 194301 33554432000 1073741824 1073778376 140733792484320 140733792475456 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13278/statm: 2896598 194301 2238 9 0 2887285 0
[pid=13278/tid=13280] ppid=13276 vsize=11586392 CPUtime=1.46 cores=1,3,5,7
/proc/13278/task/13280/stat : 13280 (java) R 13276 13278 13088 0 -1 4202560 3203 0 1 0 131 15 0 0 20 0 18 0 341188739 11864465408 194301 33554432000 1073741824 1073778376 140733792484320 140722488365024 140722339030514 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13278/tid=13281] ppid=13276 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13281/stat : 13281 (java) S 13276 13278 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188742 11864465408 194301 33554432000 1073741824 1073778376 140733792484320 140722324867368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13282] ppid=13276 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13282/stat : 13282 (java) S 13276 13278 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188742 11864465408 194301 33554432000 1073741824 1073778376 140733792484320 140722323814568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13278/tid=13283] ppid=13276 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13283/stat : 13283 (java) S 13276 13278 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188742 11864465408 194301 33554432000 1073741824 1073778376 140733792484320 140722254637608 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13278/tid=13284] ppid=13276 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13284/stat : 13284 (java) S 13276 13278 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188742 11864465408 194301 33554432000 1073741824 1073778376 140733792484320 140722253584808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13278/tid=13285] ppid=13276 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13285/stat : 13285 (java) S 13276 13278 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188742 11864465408 194301 33554432000 1073741824 1073778376 140733792484320 140722252532520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13286] ppid=13276 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13286/stat : 13286 (java) S 13276 13278 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188742 11864465408 194301 33554432000 1073741824 1073778376 140733792484320 140722251479720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13278/tid=13287] ppid=13276 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13287/stat : 13287 (java) S 13276 13278 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188742 11864465408 194301 33554432000 1073741824 1073778376 140733792484320 140722250427432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13278/tid=13288] ppid=13276 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13288/stat : 13288 (java) S 13276 13278 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341188742 11864465408 194301 33554432000 1073741824 1073778376 140733792484320 140722249374632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13289] ppid=13276 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13289/stat : 13289 (java) S 13276 13278 13088 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341188743 11864465408 194301 33554432000 1073741824 1073778376 140733792484320 140722237176040 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13290] ppid=13276 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13290/stat : 13290 (java) S 13276 13278 13088 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341188744 11864465408 194301 33554432000 1073741824 1073778376 140733792484320 140722236122104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13291] ppid=13276 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13291/stat : 13291 (java) S 13276 13278 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341188744 11864465408 194301 33554432000 1073741824 1073778376 140733792484320 140722235069704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13292] ppid=13276 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13292/stat : 13292 (java) S 13276 13278 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188746 11864465408 194301 33554432000 1073741824 1073778376 140733792484320 140722234018192 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13293] ppid=13276 vsize=11586392 CPUtime=0.34 cores=1,3,5,7
/proc/13278/task/13293/stat : 13293 (java) S 13276 13278 13088 0 -1 4202560 2198 0 0 0 34 0 0 0 20 0 18 0 341188746 11864465408 194301 33554432000 1073741824 1073778376 140733792484320 140722232965816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13294] ppid=13276 vsize=11586392 CPUtime=0.3 cores=1,3,5,7
/proc/13278/task/13294/stat : 13294 (java) S 13276 13278 13088 0 -1 4202560 2955 0 0 0 30 0 0 0 20 0 18 0 341188746 11864465408 194301 33554432000 1073741824 1073778376 140733792484320 140722231913016 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13278/tid=13295] ppid=13276 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13295/stat : 13295 (java) S 13276 13278 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188746 11864465408 194301 33554432000 1073741824 1073778376 140733792484320 140722230860920 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13278/tid=13296] ppid=13276 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13296/stat : 13296 (java) S 13276 13278 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188746 11864465408 194301 33554432000 1073741824 1073778376 140733792484320 140722229808328 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 11586392

[startup+3.10072 s]
/proc/loadavg: 3.75 3.83 3.19 3/212 13323
/proc/meminfo: memFree=28178972/32873844 swapFree=7116/7116
[pid=13278] ppid=13276 vsize=11586392 CPUtime=3.8 cores=1,3,5,7
/proc/13278/stat : 13278 (java) S 13276 13278 13088 0 -1 4202496 10060 0 1 0 345 35 0 0 20 0 18 0 341188738 11864465408 460029 33554432000 1073741824 1073778376 140733792484320 140733792475456 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13278/statm: 2896598 460029 2238 9 0 2887285 0
[pid=13278/tid=13280] ppid=13276 vsize=11586392 CPUtime=3.05 cores=1,3,5,7
/proc/13278/task/13280/stat : 13280 (java) R 13276 13278 13088 0 -1 4202560 3722 0 1 0 272 33 0 0 20 0 18 0 341188739 11864465408 460029 33554432000 1073741824 1073778376 140733792484320 140722488365024 240568558861 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13278/tid=13281] ppid=13276 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13281/stat : 13281 (java) S 13276 13278 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188742 11864465408 460029 33554432000 1073741824 1073778376 140733792484320 140722324867368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13282] ppid=13276 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13282/stat : 13282 (java) S 13276 13278 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188742 11864465408 460029 33554432000 1073741824 1073778376 140733792484320 140722323814568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13278/tid=13283] ppid=13276 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13283/stat : 13283 (java) S 13276 13278 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188742 11864465408 460029 33554432000 1073741824 1073778376 140733792484320 140722254637608 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13278/tid=13284] ppid=13276 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13284/stat : 13284 (java) S 13276 13278 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188742 11864465408 460029 33554432000 1073741824 1073778376 140733792484320 140722253584808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13278/tid=13285] ppid=13276 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13285/stat : 13285 (java) S 13276 13278 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188742 11864465408 460029 33554432000 1073741824 1073778376 140733792484320 140722252532520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13286] ppid=13276 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13286/stat : 13286 (java) S 13276 13278 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188742 11864465408 460029 33554432000 1073741824 1073778376 140733792484320 140722251479720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13278/tid=13287] ppid=13276 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13287/stat : 13287 (java) S 13276 13278 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188742 11864465408 460029 33554432000 1073741824 1073778376 140733792484320 140722250427432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13278/tid=13288] ppid=13276 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13288/stat : 13288 (java) S 13276 13278 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341188742 11864465408 460029 33554432000 1073741824 1073778376 140733792484320 140722249374632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13289] ppid=13276 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13289/stat : 13289 (java) S 13276 13278 13088 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341188743 11864465408 460029 33554432000 1073741824 1073778376 140733792484320 140722237176040 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13290] ppid=13276 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13290/stat : 13290 (java) S 13276 13278 13088 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341188744 11864465408 460029 33554432000 1073741824 1073778376 140733792484320 140722236122104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13291] ppid=13276 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13291/stat : 13291 (java) S 13276 13278 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341188744 11864465408 460029 33554432000 1073741824 1073778376 140733792484320 140722235069704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13292] ppid=13276 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13292/stat : 13292 (java) S 13276 13278 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188746 11864465408 460029 33554432000 1073741824 1073778376 140733792484320 140722234018192 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13293] ppid=13276 vsize=11586392 CPUtime=0.37 cores=1,3,5,7
/proc/13278/task/13293/stat : 13293 (java) S 13276 13278 13088 0 -1 4202560 2198 0 0 0 37 0 0 0 20 0 18 0 341188746 11864465408 460029 33554432000 1073741824 1073778376 140733792484320 140722232965816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13294] ppid=13276 vsize=11586392 CPUtime=0.32 cores=1,3,5,7
/proc/13278/task/13294/stat : 13294 (java) S 13276 13278 13088 0 -1 4202560 2955 0 0 0 32 0 0 0 20 0 18 0 341188746 11864465408 460029 33554432000 1073741824 1073778376 140733792484320 140722231913016 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13278/tid=13295] ppid=13276 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13295/stat : 13295 (java) S 13276 13278 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188746 11864465408 460029 33554432000 1073741824 1073778376 140733792484320 140722230860920 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13278/tid=13296] ppid=13276 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13296/stat : 13296 (java) S 13276 13278 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188746 11864465408 460029 33554432000 1073741824 1073778376 140733792484320 140722229808328 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 11586392

[startup+6.30072 s]
/proc/loadavg: 3.61 3.80 3.19 3/212 13323
/proc/meminfo: memFree=25660752/32873844 swapFree=7116/7116
[pid=13278] ppid=13276 vsize=11586392 CPUtime=7.56 cores=1,3,5,7
/proc/13278/stat : 13278 (java) S 13276 13278 13088 0 -1 4202496 10715 0 1 0 692 64 0 0 20 0 18 0 341188738 11864465408 688247 33554432000 1073741824 1073778376 140733792484320 140733792475456 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13278/statm: 2896598 688247 2254 9 0 2887285 0
[pid=13278/tid=13280] ppid=13276 vsize=11586392 CPUtime=6.06 cores=1,3,5,7
/proc/13278/task/13280/stat : 13280 (java) R 13276 13278 13088 0 -1 4202560 4109 0 1 0 559 47 0 0 20 0 18 0 341188739 11864465408 688247 33554432000 1073741824 1073778376 140733792484320 140722488365024 240568558861 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13278/tid=13281] ppid=13276 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/13278/task/13281/stat : 13281 (java) S 13276 13278 13088 0 -1 4202560 38 0 0 0 6 2 0 0 20 0 18 0 341188742 11864465408 688247 33554432000 1073741824 1073778376 140733792484320 140722324867368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13282] ppid=13276 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/13278/task/13282/stat : 13282 (java) S 13276 13278 13088 0 -1 4202560 31 0 0 0 5 2 0 0 20 0 18 0 341188742 11864465408 688247 33554432000 1073741824 1073778376 140733792484320 140722323814568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13278/tid=13283] ppid=13276 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/13278/task/13283/stat : 13283 (java) S 13276 13278 13088 0 -1 4202560 31 0 0 0 5 2 0 0 20 0 18 0 341188742 11864465408 688247 33554432000 1073741824 1073778376 140733792484320 140722254637608 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13278/tid=13284] ppid=13276 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/13278/task/13284/stat : 13284 (java) S 13276 13278 13088 0 -1 4202560 40 0 0 0 5 3 0 0 20 0 18 0 341188742 11864465408 688247 33554432000 1073741824 1073778376 140733792484320 140722253584808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13278/tid=13285] ppid=13276 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/13278/task/13285/stat : 13285 (java) S 13276 13278 13088 0 -1 4202560 31 0 0 0 6 2 0 0 20 0 18 0 341188742 11864465408 688247 33554432000 1073741824 1073778376 140733792484320 140722252532520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13278/tid=13286] ppid=13276 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/13278/task/13286/stat : 13286 (java) S 13276 13278 13088 0 -1 4202560 32 0 0 0 6 1 0 0 20 0 18 0 341188742 11864465408 688247 33554432000 1073741824 1073778376 140733792484320 140722251479720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13278/tid=13287] ppid=13276 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/13278/task/13287/stat : 13287 (java) S 13276 13278 13088 0 -1 4202560 34 0 0 0 6 2 0 0 20 0 18 0 341188742 11864465408 688247 33554432000 1073741824 1073778376 140733792484320 140722250427432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13288] ppid=13276 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/13278/task/13288/stat : 13288 (java) S 13276 13278 13088 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 18 0 341188742 11864465408 688247 33554432000 1073741824 1073778376 140733792484320 140722249374632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13289] ppid=13276 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13289/stat : 13289 (java) S 13276 13278 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341188743 11864465408 688247 33554432000 1073741824 1073778376 140733792484320 140722237176040 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13290] ppid=13276 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13290/stat : 13290 (java) S 13276 13278 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341188744 11864465408 688247 33554432000 1073741824 1073778376 140733792484320 140722236122104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13291] ppid=13276 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13291/stat : 13291 (java) S 13276 13278 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341188744 11864465408 688247 33554432000 1073741824 1073778376 140733792484320 140722235069704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13292] ppid=13276 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13292/stat : 13292 (java) S 13276 13278 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188746 11864465408 688247 33554432000 1073741824 1073778376 140733792484320 140722234018192 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13293] ppid=13276 vsize=11586392 CPUtime=0.39 cores=1,3,5,7
/proc/13278/task/13293/stat : 13293 (java) S 13276 13278 13088 0 -1 4202560 2198 0 0 0 39 0 0 0 20 0 18 0 341188746 11864465408 688247 33554432000 1073741824 1073778376 140733792484320 140722232965816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13294] ppid=13276 vsize=11586392 CPUtime=0.32 cores=1,3,5,7
/proc/13278/task/13294/stat : 13294 (java) S 13276 13278 13088 0 -1 4202560 2955 0 0 0 32 0 0 0 20 0 18 0 341188746 11864465408 688247 33554432000 1073741824 1073778376 140733792484320 140722231913016 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13278/tid=13295] ppid=13276 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13295/stat : 13295 (java) S 13276 13278 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341188746 11864465408 688247 33554432000 1073741824 1073778376 140733792484320 140722230860920 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13278/tid=13296] ppid=13276 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13296/stat : 13296 (java) S 13276 13278 13088 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341188746 11864465408 688247 33554432000 1073741824 1073778376 140733792484320 140722229808328 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 11586392

[startup+12.7009 s]
/proc/loadavg: 3.56 3.78 3.19 10/216 13327
/proc/meminfo: memFree=24724468/32873844 swapFree=7116/7116
[pid=13278] ppid=13276 vsize=11852648 CPUtime=21.85 cores=1,3,5,7
/proc/13278/stat : 13278 (java) S 13276 13278 13088 0 -1 4202496 21409 0 1 0 2072 113 0 0 20 0 22 0 341188738 12137111552 796503 33554432000 1073741824 1073778376 140733792484320 140733792475456 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13278/statm: 2963162 796503 2284 9 0 2953849 0
[pid=13278/tid=13280] ppid=13276 vsize=11852648 CPUtime=7.12 cores=1,3,5,7

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

/proc/13278/statm: 2963162 1007998 2290 9 0 2953849 0
[pid=13278/tid=13280] ppid=13276 vsize=11852648 CPUtime=7.16 cores=1,3,5,7
/proc/13278/task/13280/stat : 13280 (java) S 13276 13278 13088 0 -1 4202560 4167 0 1 0 667 49 0 0 20 0 22 0 341188739 12137111552 1007998 33554432000 1073741824 1073778376 140733792484320 140722488374424 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13278/tid=13281] ppid=13276 vsize=11852648 CPUtime=0.98 cores=1,3,5,7
/proc/13278/task/13281/stat : 13281 (java) S 13276 13278 13088 0 -1 4202560 202 0 0 0 87 11 0 0 20 0 22 0 341188742 12137111552 1007998 33554432000 1073741824 1073778376 140733792484320 140722324867368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13282] ppid=13276 vsize=11852648 CPUtime=1.12 cores=1,3,5,7
/proc/13278/task/13282/stat : 13282 (java) S 13276 13278 13088 0 -1 4202560 214 0 0 0 100 12 0 0 20 0 22 0 341188742 12137111552 1007998 33554432000 1073741824 1073778376 140733792484320 140722323814568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13278/tid=13283] ppid=13276 vsize=11852648 CPUtime=1.08 cores=1,3,5,7
/proc/13278/task/13283/stat : 13283 (java) S 13276 13278 13088 0 -1 4202560 208 0 0 0 97 11 0 0 20 0 22 0 341188742 12137111552 1007998 33554432000 1073741824 1073778376 140733792484320 140722254637608 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13278/tid=13284] ppid=13276 vsize=11852648 CPUtime=0.99 cores=1,3,5,7
/proc/13278/task/13284/stat : 13284 (java) S 13276 13278 13088 0 -1 4202560 196 0 0 0 89 10 0 0 20 0 22 0 341188742 12137111552 1007998 33554432000 1073741824 1073778376 140733792484320 140722253584808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13278/tid=13285] ppid=13276 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/13278/task/13285/stat : 13285 (java) S 13276 13278 13088 0 -1 4202560 209 0 0 0 104 11 0 0 20 0 22 0 341188742 12137111552 1007998 33554432000 1073741824 1073778376 140733792484320 140722252532520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13278/tid=13286] ppid=13276 vsize=11852648 CPUtime=0.96 cores=1,3,5,7
/proc/13278/task/13286/stat : 13286 (java) S 13276 13278 13088 0 -1 4202560 200 0 0 0 85 11 0 0 20 0 22 0 341188742 12137111552 1007998 33554432000 1073741824 1073778376 140733792484320 140722251479720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13287] ppid=13276 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/13278/task/13287/stat : 13287 (java) S 13276 13278 13088 0 -1 4202560 201 0 0 0 91 11 0 0 20 0 22 0 341188742 12137111552 1007998 33554432000 1073741824 1073778376 140733792484320 140722250427432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13278/tid=13288] ppid=13276 vsize=11852648 CPUtime=1.07 cores=1,3,5,7
/proc/13278/task/13288/stat : 13288 (java) S 13276 13278 13088 0 -1 4202560 193 0 0 0 97 10 0 0 20 0 22 0 341188742 12137111552 1007998 33554432000 1073741824 1073778376 140733792484320 140722249374632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13278/tid=13289] ppid=13276 vsize=11852648 CPUtime=41.08 cores=1,3,5,7
/proc/13278/task/13289/stat : 13289 (java) S 13276 13278 13088 0 -1 4202560 362 0 0 0 4094 14 0 0 20 0 22 0 341188743 12137111552 1007998 33554432000 1073741824 1073778376 140733792484320 140722237176040 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13278/tid=13290] ppid=13276 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13290/stat : 13290 (java) S 13276 13278 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341188744 12137111552 1007998 33554432000 1073741824 1073778376 140733792484320 140722236122104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13291] ppid=13276 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13291/stat : 13291 (java) S 13276 13278 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341188744 12137111552 1007998 33554432000 1073741824 1073778376 140733792484320 140722235069704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13292] ppid=13276 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13292/stat : 13292 (java) S 13276 13278 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341188746 12137111552 1007998 33554432000 1073741824 1073778376 140733792484320 140722234018192 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13293] ppid=13276 vsize=11852648 CPUtime=1.35 cores=1,3,5,7
/proc/13278/task/13293/stat : 13293 (java) S 13276 13278 13088 0 -1 4202560 9093 0 0 0 133 2 0 0 20 0 22 0 341188746 12137111552 1007998 33554432000 1073741824 1073778376 140733792484320 140722232965816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13278/tid=13294] ppid=13276 vsize=11852648 CPUtime=1.36 cores=1,3,5,7
/proc/13278/task/13294/stat : 13294 (java) S 13276 13278 13088 0 -1 4202560 9834 0 0 0 134 2 0 0 20 0 22 0 341188746 12137111552 1007998 33554432000 1073741824 1073778376 140733792484320 140722231913016 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13278/tid=13295] ppid=13276 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13295/stat : 13295 (java) S 13276 13278 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341188746 12137111552 1007998 33554432000 1073741824 1073778376 140733792484320 140722230860920 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13278/tid=13296] ppid=13276 vsize=11852648 CPUtime=0.45 cores=1,3,5,7
/proc/13278/task/13296/stat : 13296 (java) S 13276 13278 13088 0 -1 4202560 52 0 0 0 22 23 0 0 20 0 22 0 341188746 12137111552 1007998 33554432000 1073741824 1073778376 140733792484320 140722229808328 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 1 0 0
[pid=13278/tid=13324] ppid=13276 vsize=11852648 CPUtime=829.35 cores=1,3,5,7
/proc/13278/task/13324/stat : 13324 (java) R 13276 13278 13088 0 -1 4202560 56 0 0 0 82922 13 0 0 20 0 22 0 341189508 12137111552 1007998 33554432000 1073741824 1073778376 140733792484320 140722228750736 140722339406241 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13325] ppid=13276 vsize=11852648 CPUtime=829.26 cores=1,3,5,7
/proc/13278/task/13325/stat : 13325 (java) R 13276 13278 13088 0 -1 4202560 126 0 0 0 82912 14 0 0 20 0 22 0 341189508 12137111552 1007998 33554432000 1073741824 1073778376 140733792484320 140722227699792 140722339442647 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13278/tid=13326] ppid=13276 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13326/stat : 13326 (java) S 13276 13278 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341189511 12137111552 1007998 33554432000 1073741824 1073778376 140733792484320 140722226648232 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13278/tid=13327] ppid=13276 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13327/stat : 13327 (java) S 13276 13278 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341189511 12137111552 1007998 33554432000 1073741824 1073778376 140733792484320 140722225595432 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1722.67
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+921.301 s]
/proc/loadavg: 3.99 3.95 3.65 5/219 13337
/proc/meminfo: memFree=22984000/32873844 swapFree=7116/7116
[pid=13278] ppid=13276 vsize=11852648 CPUtime=1800.04 cores=1,3,5,7
/proc/13278/stat : 13278 (java) S 13276 13278 13088 0 -1 4202496 26527 0 1 0 179822 182 0 0 20 0 22 0 341188738 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140733792475456 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13278/statm: 2963162 1010057 2290 9 0 2953849 0
[pid=13278/tid=13280] ppid=13276 vsize=11852648 CPUtime=7.17 cores=1,3,5,7
/proc/13278/task/13280/stat : 13280 (java) S 13276 13278 13088 0 -1 4202560 4168 0 1 0 668 49 0 0 20 0 22 0 341188739 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722488374424 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13281] ppid=13276 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/13278/task/13281/stat : 13281 (java) S 13276 13278 13088 0 -1 4202560 202 0 0 0 89 11 0 0 20 0 22 0 341188742 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722324867368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13278/tid=13282] ppid=13276 vsize=11852648 CPUtime=1.17 cores=1,3,5,7
/proc/13278/task/13282/stat : 13282 (java) S 13276 13278 13088 0 -1 4202560 215 0 0 0 105 12 0 0 20 0 22 0 341188742 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722323814568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13283] ppid=13276 vsize=11852648 CPUtime=1.11 cores=1,3,5,7
/proc/13278/task/13283/stat : 13283 (java) S 13276 13278 13088 0 -1 4202560 220 0 0 0 100 11 0 0 20 0 22 0 341188742 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722254637608 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13278/tid=13284] ppid=13276 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/13278/task/13284/stat : 13284 (java) S 13276 13278 13088 0 -1 4202560 196 0 0 0 92 10 0 0 20 0 22 0 341188742 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722253584808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13278/tid=13285] ppid=13276 vsize=11852648 CPUtime=1.17 cores=1,3,5,7
/proc/13278/task/13285/stat : 13285 (java) S 13276 13278 13088 0 -1 4202560 209 0 0 0 106 11 0 0 20 0 22 0 341188742 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722252532520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13278/tid=13286] ppid=13276 vsize=11852648 CPUtime=0.98 cores=1,3,5,7
/proc/13278/task/13286/stat : 13286 (java) S 13276 13278 13088 0 -1 4202560 200 0 0 0 87 11 0 0 20 0 22 0 341188742 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722251479720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13287] ppid=13276 vsize=11852648 CPUtime=1.03 cores=1,3,5,7
/proc/13278/task/13287/stat : 13287 (java) S 13276 13278 13088 0 -1 4202560 202 0 0 0 92 11 0 0 20 0 22 0 341188742 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722250427432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13288] ppid=13276 vsize=11852648 CPUtime=1.09 cores=1,3,5,7
/proc/13278/task/13288/stat : 13288 (java) S 13276 13278 13088 0 -1 4202560 194 0 0 0 99 10 0 0 20 0 22 0 341188742 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722249374632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13278/tid=13289] ppid=13276 vsize=11852648 CPUtime=41.79 cores=1,3,5,7
/proc/13278/task/13289/stat : 13289 (java) S 13276 13278 13088 0 -1 4202560 369 0 0 0 4164 15 0 0 20 0 22 0 341188743 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722237176040 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13278/tid=13290] ppid=13276 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13290/stat : 13290 (java) S 13276 13278 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341188744 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722236122104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13291] ppid=13276 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13291/stat : 13291 (java) S 13276 13278 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341188744 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722235069704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13292] ppid=13276 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13292/stat : 13292 (java) S 13276 13278 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341188746 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722234018192 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13293] ppid=13276 vsize=11852648 CPUtime=1.35 cores=1,3,5,7
/proc/13278/task/13293/stat : 13293 (java) S 13276 13278 13088 0 -1 4202560 9093 0 0 0 133 2 0 0 20 0 22 0 341188746 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722232965816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13278/tid=13294] ppid=13276 vsize=11852648 CPUtime=1.36 cores=1,3,5,7
/proc/13278/task/13294/stat : 13294 (java) S 13276 13278 13088 0 -1 4202560 9834 0 0 0 134 2 0 0 20 0 22 0 341188746 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722231913016 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13278/tid=13295] ppid=13276 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13295/stat : 13295 (java) S 13276 13278 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341188746 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722230860920 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13278/tid=13296] ppid=13276 vsize=11852648 CPUtime=0.46 cores=1,3,5,7
/proc/13278/task/13296/stat : 13296 (java) S 13276 13278 13088 0 -1 4202560 54 0 0 0 22 24 0 0 20 0 22 0 341188746 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722229808328 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 1 0 0
[pid=13278/tid=13324] ppid=13276 vsize=11852648 CPUtime=867.48 cores=1,3,5,7
/proc/13278/task/13324/stat : 13324 (java) R 13276 13278 13088 0 -1 4202560 57 0 0 0 86734 14 0 0 20 0 22 0 341189508 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722228752592 140722339328380 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13278/tid=13325] ppid=13276 vsize=11852648 CPUtime=867.38 cores=1,3,5,7
/proc/13278/task/13325/stat : 13325 (java) R 13276 13278 13088 0 -1 4202560 126 0 0 0 86723 15 0 0 20 0 22 0 341189508 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722227698032 140722339442196 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13326] ppid=13276 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13326/stat : 13326 (java) S 13276 13278 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341189511 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722226648232 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13278/tid=13327] ppid=13276 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13327/stat : 13327 (java) S 13276 13278 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341189511 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722225595432 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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+921.301 s]
/proc/loadavg: 3.99 3.95 3.65 5/219 13337
/proc/meminfo: memFree=22984000/32873844 swapFree=7116/7116
[pid=13278] ppid=13276 vsize=11852648 CPUtime=1800.04 cores=1,3,5,7
/proc/13278/stat : 13278 (java) S 13276 13278 13088 0 -1 4202496 26527 0 1 0 179822 182 0 0 20 0 22 0 341188738 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140733792475456 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/13278/statm: 2963162 1010057 2290 9 0 2953849 0
[pid=13278/tid=13280] ppid=13276 vsize=11852648 CPUtime=7.17 cores=1,3,5,7
/proc/13278/task/13280/stat : 13280 (java) S 13276 13278 13088 0 -1 4202560 4168 0 1 0 668 49 0 0 20 0 22 0 341188739 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722488374424 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13281] ppid=13276 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/13278/task/13281/stat : 13281 (java) S 13276 13278 13088 0 -1 4202560 202 0 0 0 89 11 0 0 20 0 22 0 341188742 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722324867368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13278/tid=13282] ppid=13276 vsize=11852648 CPUtime=1.17 cores=1,3,5,7
/proc/13278/task/13282/stat : 13282 (java) S 13276 13278 13088 0 -1 4202560 215 0 0 0 105 12 0 0 20 0 22 0 341188742 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722323814568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13283] ppid=13276 vsize=11852648 CPUtime=1.11 cores=1,3,5,7
/proc/13278/task/13283/stat : 13283 (java) S 13276 13278 13088 0 -1 4202560 220 0 0 0 100 11 0 0 20 0 22 0 341188742 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722254637608 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13278/tid=13284] ppid=13276 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/13278/task/13284/stat : 13284 (java) S 13276 13278 13088 0 -1 4202560 196 0 0 0 92 10 0 0 20 0 22 0 341188742 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722253584808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13278/tid=13285] ppid=13276 vsize=11852648 CPUtime=1.17 cores=1,3,5,7
/proc/13278/task/13285/stat : 13285 (java) S 13276 13278 13088 0 -1 4202560 209 0 0 0 106 11 0 0 20 0 22 0 341188742 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722252532520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13278/tid=13286] ppid=13276 vsize=11852648 CPUtime=0.98 cores=1,3,5,7
/proc/13278/task/13286/stat : 13286 (java) S 13276 13278 13088 0 -1 4202560 200 0 0 0 87 11 0 0 20 0 22 0 341188742 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722251479720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13287] ppid=13276 vsize=11852648 CPUtime=1.03 cores=1,3,5,7
/proc/13278/task/13287/stat : 13287 (java) S 13276 13278 13088 0 -1 4202560 202 0 0 0 92 11 0 0 20 0 22 0 341188742 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722250427432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13288] ppid=13276 vsize=11852648 CPUtime=1.09 cores=1,3,5,7
/proc/13278/task/13288/stat : 13288 (java) S 13276 13278 13088 0 -1 4202560 194 0 0 0 99 10 0 0 20 0 22 0 341188742 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722249374632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13278/tid=13289] ppid=13276 vsize=11852648 CPUtime=41.79 cores=1,3,5,7
/proc/13278/task/13289/stat : 13289 (java) S 13276 13278 13088 0 -1 4202560 369 0 0 0 4164 15 0 0 20 0 22 0 341188743 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722237176040 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13278/tid=13290] ppid=13276 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13290/stat : 13290 (java) S 13276 13278 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341188744 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722236122104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13291] ppid=13276 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13291/stat : 13291 (java) S 13276 13278 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341188744 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722235069704 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13292] ppid=13276 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13292/stat : 13292 (java) S 13276 13278 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341188746 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722234018192 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13293] ppid=13276 vsize=11852648 CPUtime=1.35 cores=1,3,5,7
/proc/13278/task/13293/stat : 13293 (java) S 13276 13278 13088 0 -1 4202560 9093 0 0 0 133 2 0 0 20 0 22 0 341188746 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722232965816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13278/tid=13294] ppid=13276 vsize=11852648 CPUtime=1.36 cores=1,3,5,7
/proc/13278/task/13294/stat : 13294 (java) S 13276 13278 13088 0 -1 4202560 9834 0 0 0 134 2 0 0 20 0 22 0 341188746 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722231913016 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13278/tid=13295] ppid=13276 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13295/stat : 13295 (java) S 13276 13278 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341188746 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722230860920 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13278/tid=13296] ppid=13276 vsize=11852648 CPUtime=0.46 cores=1,3,5,7
/proc/13278/task/13296/stat : 13296 (java) S 13276 13278 13088 0 -1 4202560 54 0 0 0 22 24 0 0 20 0 22 0 341188746 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722229808328 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 1 0 0
[pid=13278/tid=13324] ppid=13276 vsize=11852648 CPUtime=867.48 cores=1,3,5,7
/proc/13278/task/13324/stat : 13324 (java) R 13276 13278 13088 0 -1 4202560 57 0 0 0 86734 14 0 0 20 0 22 0 341189508 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722228752592 140722339328380 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13278/tid=13325] ppid=13276 vsize=11852648 CPUtime=867.38 cores=1,3,5,7
/proc/13278/task/13325/stat : 13325 (java) R 13276 13278 13088 0 -1 4202560 126 0 0 0 86723 15 0 0 20 0 22 0 341189508 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722227698032 140722339442196 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13278/tid=13326] ppid=13276 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13326/stat : 13326 (java) S 13276 13278 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341189511 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722226648232 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13278/tid=13327] ppid=13276 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13278/task/13327/stat : 13327 (java) S 13276 13278 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341189511 12137111552 1010057 33554432000 1073741824 1073778376 140733792484320 140722225595432 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 11852648

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13278 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=748308
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=251657
# CPU time returned by wait4() is 1796
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 921.359
CPU time (s): 1800.04
CPU user time (s): 1798.22
CPU system time (s): 1.82
CPU usage (%): 195.368
Max. virtual memory (cumulated for all children) (KiB): 11854556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.75
system time used= 2.25166
maximum resident set size= 4040348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26559
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24113
involuntary context switches= 22106

runsolver used 3.45247 second user time and 8.99263 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-03 21:10:38
IDJOB=3741034
IDBENCH=89735
IDSOLVER=2328
FILE ID=node146/3741034-1338750637
RUNJOBID= node146-1338749727-13105
PBS_JOBID= 14636806
Free space on /tmp= 70752 MiB

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

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

MD5SUM BENCH= 7b80ddfff13fd2a12f867bbe09bf6414
RANDOM SEED=781315268

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:        31114936 kB
Buffers:          310728 kB
Cached:           617396 kB
SwapCached:         1792 kB
Active:           477984 kB
Inactive:         457692 kB
Active(anon):       8192 kB
Inactive(anon):     1664 kB
Active(file):     469792 kB
Inactive(file):   456028 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099888 kB
Dirty:            160252 kB
Writeback:             0 kB
AnonPages:         15796 kB
Mapped:             8324 kB
Shmem:                 0 kB
Slab:             683200 kB
SReclaimable:     122340 kB
SUnreclaim:       560860 kB
KernelStack:        1432 kB
PageTables:         4012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     107468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 70748 MiB
End job on node146 at 2012-06-03 21:26:01