Trace number 3690258

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.02 910.759

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_7_ic.opb
MD5SUMa68c99426915823baa7396c373ffb50a
Bench CategoryOPT-BIGINT-LIN (optimisation, big 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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 112678587
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 15865908633
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 112678587
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 15865908633
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3690258-1337889174.opb
0.10/0.11	c reading problem ... 
1.14/0.66	c ... done. Wall clock time 0.551s.
1.14/0.66	c declared #vars     15725
1.14/0.66	c #constraints  33136
1.14/0.66	c constraints type 
1.14/0.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.14/0.66	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.14/0.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.14/0.66	c ignored satisfied constraints => 3
1.14/0.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.14/0.66	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.14/0.66	c 33139 constraints processed.
1.14/0.66	c constraints type 
1.14/0.66	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1.14/0.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1.14/0.66	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1.14/0.66	c ignored satisfied constraints => 3
1.14/0.66	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1.14/0.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1.14/0.66	c 33139 constraints processed.
1.14/0.66	c objective function length is 1825 literals
8.64/3.79	c cleaning 2497 clauses out of 5004 with flag 5004/5004
16.77/7.79	c cleaning 4251 clauses out of 8508 with flag 11005/11005
30.02/14.38	c cleaning 5623 clauses out of 11252 with flag 18000/18000
44.73/21.74	c cleaning 6815 clauses out of 13631 with flag 26002/26002
58.55/28.76	c cleaning 7906 clauses out of 15816 with flag 35002/35002
73.96/36.57	c cleaning 8945 clauses out of 17911 with flag 45003/45003
92.21/45.72	c cleaning 9974 clauses out of 19963 with flag 56000/56000
113.63/56.55	c cleaning 10989 clauses out of 21989 with flag 68000/68000
134.53/67.14	c cleaning 11993 clauses out of 24000 with flag 81000/81000
158.54/79.26	c cleaning 13002 clauses out of 26007 with flag 95000/95000
179.48/89.88	c cleaning 13994 clauses out of 28006 with flag 110001/110001
200.84/100.69	c cleaning 15006 clauses out of 30013 with flag 126002/126002
219.41/110.15	c cleaning 15998 clauses out of 32007 with flag 143002/143002
242.75/121.90	c cleaning 16999 clauses out of 34010 with flag 161003/161003
265.28/133.37	c cleaning 17988 clauses out of 36008 with flag 180000/180000
273.34/137.58	c cleaning 0 clauses out of 5000 with flag 0/5000
298.94/150.41	c cleaning 19008 clauses out of 38021 with flag 200001/200001
326.97/164.59	c cleaning 20001 clauses out of 40013 with flag 221001/221001
352.49/177.44	c cleaning 20996 clauses out of 42011 with flag 243000/243000
376.18/189.47	c cleaning 22002 clauses out of 44019 with flag 266004/266004
404.26/203.70	c cleaning 22996 clauses out of 46014 with flag 290001/290001
432.10/217.87	c cleaning 23998 clauses out of 48017 with flag 315000/315000
464.41/234.20	c cleaning 25001 clauses out of 50019 with flag 341000/341000
496.50/250.38	c cleaning 26005 clauses out of 52022 with flag 368004/368004
531.16/267.92	c cleaning 26981 clauses out of 54015 with flag 396002/396002
570.35/287.62	c cleaning 28001 clauses out of 56033 with flag 425001/425001
603.79/304.59	c cleaning 29009 clauses out of 58031 with flag 455000/455000
637.29/321.47	c cleaning 30008 clauses out of 60023 with flag 486001/486001
677.16/341.62	c cleaning 31001 clauses out of 62015 with flag 518001/518001
716.05/361.25	c cleaning 32008 clauses out of 64015 with flag 551002/551002
754.66/381.05	c cleaning 33000 clauses out of 66005 with flag 585000/585000
800.19/404.20	c cleaning 33995 clauses out of 68005 with flag 620000/620000
845.51/426.91	c cleaning 34980 clauses out of 70010 with flag 656000/656000
888.17/448.45	c cleaning 36005 clauses out of 72033 with flag 693003/693003
933.97/471.55	c cleaning 37000 clauses out of 74026 with flag 731001/731001
976.91/493.43	c cleaning 37988 clauses out of 76025 with flag 770000/770000
1024.06/517.25	c cleaning 39011 clauses out of 78038 with flag 810001/810001
1066.58/538.77	c cleaning 40005 clauses out of 80026 with flag 851000/851000
1116.72/564.05	c cleaning 41008 clauses out of 82022 with flag 893001/893001
1172.37/592.34	c cleaning 41995 clauses out of 84015 with flag 936002/936002
1226.86/619.86	c cleaning 43004 clauses out of 86021 with flag 980003/980003
1262.85/638.19	c cleaning 0 clauses out of 11000 with flag 0/11000
1273.49/643.86	c cleaning 43987 clauses out of 88014 with flag 1025000/1025000
1328.59/671.91	c cleaning 45002 clauses out of 90027 with flag 1071000/1071000
1378.31/697.12	c cleaning 46003 clauses out of 92025 with flag 1118000/1118000
1433.63/725.10	c cleaning 47001 clauses out of 94022 with flag 1166000/1166000
1488.00/752.63	c cleaning 48006 clauses out of 96022 with flag 1215001/1215001
1548.23/783.37	c cleaning 48999 clauses out of 98019 with flag 1265004/1265004
1608.22/813.61	c cleaning 49987 clauses out of 100017 with flag 1316001/1316001
1673.00/846.31	c cleaning 51004 clauses out of 102030 with flag 1368001/1368001
1747.82/884.04	c cleaning 52008 clauses out of 104026 with flag 1421001/1421001
1800.02/910.72	c starts		: 207
1800.02/910.72	c conflicts		: 1462580
1800.02/910.72	c decisions		: 1964921
1800.02/910.72	c propagations		: 968123459
1800.02/910.72	c inspects		: 6195418587
1800.02/910.72	c shortcuts		: 0
1800.02/910.72	c learnt literals	: 0
1800.02/910.72	c learnt binary clauses	: 0
1800.02/910.72	c learnt ternary clauses	: 2
1800.02/910.72	c learnt constraints	: 1462580
1800.02/910.72	c ignored constraints	: 0
1800.02/910.72	c root simplifications	: 0
1800.02/910.72	c removed literals (reason simplification)	: 48967128
1800.02/910.72	c reason swapping (by a shorter reason)	: 0
1800.02/910.72	c Calls to reduceDB	: 49
1800.02/910.72	c number of reductions to clauses (during analyze)	: 0
1800.02/910.72	c number of learned constraints concerned by reduction	: 0
1800.02/910.72	c number of learning phase by resolution	: 0
1800.02/910.72	c number of learning phase by cutting planes	: 0
1800.02/910.72	c speed (assignments/second)	: 1063842.1726412212
1800.02/910.72	c non guided choices	3
1800.02/910.74	c learnt constraints type 
1800.02/910.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 93632
1800.02/910.74	c constraints type 
1800.02/910.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.02/910.74	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.02/910.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.02/910.74	c ignored satisfied constraints => 3
1800.02/910.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.02/910.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1800.02/910.74	c 33139 constraints processed.
1800.02/910.74	c constraints type 
1800.02/910.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1800.02/910.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1800.02/910.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.02/910.74	c ignored satisfied constraints => 3
1800.02/910.74	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1800.02/910.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.02/910.74	c 33139 constraints processed.
1800.02/910.74	s UNKNOWN
1800.02/910.74	c Total wall clock time (in seconds): 910.632

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-3690258-1337889174/watcher-3690258-1337889174 -o /tmp/evaluation-result-3690258-1337889174/solver-3690258-1337889174 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3690258-1337889174.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.74 3.88 3.89 4/197 23295
/proc/meminfo: memFree=28873016/32873844 swapFree=7384/7384
[pid=23295] ppid=23293 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/23295/stat : 23295 (java) S 23293 23295 18255 0 -1 4202496 1174 0 0 0 0 0 0 0 20 0 2 0 255042849 91889664 894 33554432000 1073741824 1073778376 140735242680832 140735242671968 239876472893 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23295/statm: 22434 894 678 9 0 16769 0
[pid=23295/tid=23296] ppid=23293 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/23295/task/23296/stat : 23296 (java) R 23293 23295 18255 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 255042850 94019584 901 33554432000 1073741824 1073778376 140735242680832 140735242669896 239863951191 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.0328579 s]
/proc/loadavg: 3.74 3.88 3.89 4/197 23295
/proc/meminfo: memFree=28873016/32873844 swapFree=7384/7384
[pid=23295] ppid=23293 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/23295/stat : 23295 (java) S 23293 23295 18255 0 -1 4202496 2994 0 1 0 2 0 0 0 20 0 13 0 255042849 9446973440 3692 33554432000 1073741824 1073778376 140735242680832 140735242671968 239876472893 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23295/statm: 2306390 3692 1678 9 0 2297091 0
[pid=23295/tid=23296] ppid=23293 vsize=9225560 CPUtime=0.01 cores=0,2,4,6
/proc/23295/task/23296/stat : 23296 (java) R 23293 23295 18255 0 -1 4202560 1813 0 1 0 1 0 0 0 20 0 13 0 255042850 9446973440 3692 33554432000 1073741824 1073778376 140735242680832 140322468778224 239876498701 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100279 s]
/proc/loadavg: 3.74 3.88 3.89 4/197 23295
/proc/meminfo: memFree=28873016/32873844 swapFree=7384/7384
[pid=23295] ppid=23293 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/23295/stat : 23295 (java) S 23293 23295 18255 0 -1 4202496 4375 0 1 0 9 1 0 0 20 0 18 0 255042849 9787813888 6087 33554432000 1073741824 1073778376 140735242680832 140735242671968 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23295/statm: 2389603 6087 2109 9 0 2380296 0
[pid=23295/tid=23296] ppid=23293 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/23295/task/23296/stat : 23296 (java) R 23293 23295 18255 0 -1 4202560 2436 0 1 0 7 0 0 0 20 0 18 0 255042850 9787813888 6087 33554432000 1073741824 1073778376 140735242680832 140322468780976 140322476209976 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300248 s]
/proc/loadavg: 3.74 3.88 3.89 4/197 23295
/proc/meminfo: memFree=28873016/32873844 swapFree=7384/7384
[pid=23295] ppid=23293 vsize=9558412 CPUtime=0.51 cores=0,2,4,6
/proc/23295/stat : 23295 (java) S 23293 23295 18255 0 -1 4202496 5307 0 1 0 49 2 0 0 20 0 18 0 255042849 9787813888 8768 33554432000 1073741824 1073778376 140735242680832 140735242671968 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23295/statm: 2389603 8768 2218 9 0 2380296 0
[pid=23295/tid=23296] ppid=23293 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/23295/task/23296/stat : 23296 (java) R 23293 23295 18255 0 -1 4202560 2450 0 1 0 27 0 0 0 20 0 18 0 255042850 9787813888 8768 33554432000 1073741824 1073778376 140735242680832 140322468781064 140322473186648 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558412

[startup+0.700198 s]
/proc/loadavg: 3.74 3.88 3.89 4/197 23295
/proc/meminfo: memFree=28873016/32873844 swapFree=7384/7384
[pid=23295] ppid=23293 vsize=9824668 CPUtime=1.33 cores=0,2,4,6
/proc/23295/stat : 23295 (java) S 23293 23295 18255 0 -1 4202496 7655 0 1 0 129 4 0 0 20 0 22 0 255042849 10060460032 39369 33554432000 1073741824 1073778376 140735242680832 140735242671968 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23295/statm: 2456167 39369 2245 9 0 2446860 0
[pid=23295/tid=23296] ppid=23293 vsize=9824668 CPUtime=0.64 cores=0,2,4,6
/proc/23295/task/23296/stat : 23296 (java) S 23293 23295 18255 0 -1 4202560 2518 0 1 0 62 2 0 0 20 0 22 0 255042850 10060460032 39369 33554432000 1073741824 1073778376 140735242680832 140322468783096 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9824668

[startup+1.50073 s]
/proc/loadavg: 3.74 3.88 3.89 7/219 23317
/proc/meminfo: memFree=28697280/32873844 swapFree=7384/7384
[pid=23295] ppid=23293 vsize=9824668 CPUtime=4 cores=0,2,4,6
/proc/23295/stat : 23295 (java) S 23293 23295 18255 0 -1 4202496 12326 0 1 0 389 11 0 0 20 0 22 0 255042849 10060460032 53596 33554432000 1073741824 1073778376 140735242680832 140735242671968 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23295/statm: 2456167 53596 2271 9 0 2446860 0
[pid=23295/tid=23296] ppid=23293 vsize=9824668 CPUtime=0.64 cores=0,2,4,6
/proc/23295/task/23296/stat : 23296 (java) S 23293 23295 18255 0 -1 4202560 2518 0 1 0 62 2 0 0 20 0 22 0 255042850 10060460032 53596 33554432000 1073741824 1073778376 140735242680832 140322468783096 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23295/tid=23298] ppid=23293 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23295/task/23298/stat : 23298 (java) S 23293 23295 18255 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 255042850 10060460032 53596 33554432000 1073741824 1073778376 140735242680832 140322430273704 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23295/tid=23299] ppid=23293 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23295/task/23299/stat : 23299 (java) S 23293 23295 18255 0 -1 4202560 104 0 0 0 2 0 0 0 20 0 22 0 255042850 10060460032 53596 33554432000 1073741824 1073778376 140735242680832 140322429221160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23295/tid=23300] ppid=23293 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23295/task/23300/stat : 23300 (java) S 23293 23295 18255 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 255042850 10060460032 53596 33554432000 1073741824 1073778376 140735242680832 140322428168616 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23295/tid=23301] ppid=23293 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/23295/task/23301/stat : 23301 (java) S 23293 23295 18255 0 -1 4202560 101 0 0 0 1 2 0 0 20 0 22 0 255042850 10060460032 53596 33554432000 1073741824 1073778376 140735242680832 140322427116072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23295/tid=23302] ppid=23293 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23295/task/23302/stat : 23302 (java) S 23293 23295 18255 0 -1 4202560 100 0 0 0 1 0 0 0 20 0 22 0 255042851 10060460032 53596 33554432000 1073741824 1073778376 140735242680832 140322426063528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23295/tid=23303] ppid=23293 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23295/task/23303/stat : 23303 (java) S 23293 23295 18255 0 -1 4202560 101 0 0 0 1 0 0 0 20 0 22 0 255042851 10060460032 53596 33554432000 1073741824 1073778376 140735242680832 140322425010984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23295/tid=23304] ppid=23293 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23295/task/23304/stat : 23304 (java) S 23293 23295 18255 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 255042851 10060460032 53596 33554432000 1073741824 1073778376 140735242680832 140322423958440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23295/tid=23305] ppid=23293 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23295/task/23305/stat : 23305 (java) S 23293 23295 18255 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 255042851 10060460032 53596 33554432000 1073741824 1073778376 140735242680832 140322422905896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23295/tid=23306] ppid=23293 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23295/task/23306/stat : 23306 (java) S 23293 23295 18255 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 255042852 10060460032 53596 33554432000 1073741824 1073778376 140735242680832 140322292897896 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23295/tid=23307] ppid=23293 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23295/task/23307/stat : 23307 (java) S 23293 23295 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255042852 10060460032 53596 33554432000 1073741824 1073778376 140735242680832 140322291844216 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23295/tid=23308] ppid=23293 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23295/task/23308/stat : 23308 (java) S 23293 23295 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255042852 10060460032 53596 33554432000 1073741824 1073778376 140735242680832 140322290791560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23295/tid=23309] ppid=23293 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23295/task/23309/stat : 23309 (java) S 23293 23295 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255042854 10060460032 53596 33554432000 1073741824 1073778376 140735242680832 140322289740304 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23295/tid=23310] ppid=23293 vsize=9824668 CPUtime=0.83 cores=0,2,4,6
/proc/23295/task/23310/stat : 23310 (java) S 23293 23295 18255 0 -1 4202560 4606 0 0 0 81 2 0 0 20 0 22 0 255042855 10060460032 53596 33554432000 1073741824 1073778376 140735242680832 140322288687672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23295/tid=23311] ppid=23293 vsize=9824668 CPUtime=0.73 cores=0,2,4,6
/proc/23295/task/23311/stat : 23311 (java) S 23293 23295 18255 0 -1 4202560 3377 0 0 0 71 2 0 0 20 0 22 0 255042855 10060460032 53596 33554432000 1073741824 1073778376 140735242680832 140322287635128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23295/tid=23312] ppid=23293 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23295/task/23312/stat : 23312 (java) S 23293 23295 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255042855 10060460032 53596 33554432000 1073741824 1073778376 140735242680832 140321413393400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23295/tid=23313] ppid=23293 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23295/task/23313/stat : 23313 (java) S 23293 23295 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255042855 10060460032 53596 33554432000 1073741824 1073778376 140735242680832 140321412341064 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23295/tid=23314] ppid=23293 vsize=9824668 CPUtime=0.75 cores=0,2,4,6
/proc/23295/task/23314/stat : 23314 (java) R 23293 23295 18255 0 -1 4202560 26 0 0 0 75 0 0 0 20 0 22 0 255042916 10060460032 53596 33554432000 1073741824 1073778376 140735242680832 140321411283200 140322303240642 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23295/tid=23315] ppid=23293 vsize=9824668 CPUtime=0.75 cores=0,2,4,6
/proc/23295/task/23315/stat : 23315 (java) R 23293 23295 18255 0 -1 4202560 83 0 0 0 75 0 0 0 20 0 22 0 255042916 10060460032 53596 33554432000 1073741824 1073778376 140735242680832 140321410231576 140322303522271 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23295/tid=23316] ppid=23293 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23295/task/23316/stat : 23316 (java) S 23293 23295 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255042919 10060460032 53596 33554432000 1073741824 1073778376 140735242680832 140321409180712 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23295/tid=23317] ppid=23293 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23295/task/23317/stat : 23317 (java) S 23293 23295 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255042919 10060460032 53596 33554432000 1073741824 1073778376 140735242680832 140321408128168 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 9824668

[startup+3.10083 s]
/proc/loadavg: 3.76 3.89 3.89 5/219 23317
/proc/meminfo: memFree=28667248/32873844 swapFree=7384/7384
[pid=23295] ppid=23293 vsize=9824668 CPUtime=7.36 cores=0,2,4,6
/proc/23295/stat : 23295 (java) S 23293 23295 18255 0 -1 4202496 12584 0 1 0 721 15 0 0 20 0 22 0 255042849 10060460032 87540 33554432000 1073741824 1073778376 140735242680832 140735242671968 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23295/statm: 2456167 87540 2273 9 0 2446860 0
[pid=23295/tid=23296] ppid=23293 vsize=9824668 CPUtime=0.64 cores=0,2,4,6
/proc/23295/task/23296/stat : 23296 (java) S 23293 23295 18255 0 -1 4202560 2518 0 1 0 62 2 0 0 20 0 22 0 255042850 10060460032 87540 33554432000 1073741824 1073778376 140735242680832 140322468783096 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23295/tid=23298] ppid=23293 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23295/task/23298/stat : 23298 (java) S 23293 23295 18255 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 255042850 10060460032 87540 33554432000 1073741824 1073778376 140735242680832 140322430273704 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23295/tid=23299] ppid=23293 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/23295/task/23299/stat : 23299 (java) S 23293 23295 18255 0 -1 4202560 119 0 0 0 3 2 0 0 20 0 22 0 255042850 10060460032 87540 33554432000 1073741824 1073778376 140735242680832 140322429221160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23295/tid=23300] ppid=23293 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23295/task/23300/stat : 23300 (java) S 23293 23295 18255 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 255042850 10060460032 87540 33554432000 1073741824 1073778376 140735242680832 140322428168616 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23295/tid=23301] ppid=23293 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/23295/task/23301/stat : 23301 (java) S 23293 23295 18255 0 -1 4202560 116 0 0 0 5 2 0 0 20 0 22 0 255042850 10060460032 87540 33554432000 1073741824 1073778376 140735242680832 140322427116072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23295/tid=23302] ppid=23293 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23295/task/23302/stat : 23302 (java) S 23293 23295 18255 0 -1 4202560 106 0 0 0 1 1 0 0 20 0 22 0 255042851 10060460032 87540 33554432000 1073741824 1073778376 140735242680832 140322426063528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23295/tid=23303] ppid=23293 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23295/task/23303/stat : 23303 (java) S 23293 23295 18255 0 -1 4202560 107 0 0 0 1 1 0 0 20 0 22 0 255042851 10060460032 87540 33554432000 1073741824 1073778376 140735242680832 140322425010984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23295/tid=23304] ppid=23293 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23295/task/23304/stat : 23304 (java) S 23293 23295 18255 0 -1 4202560 16 0 0 0 1 1 0 0 20 0 22 0 255042851 10060460032 87540 33554432000 1073741824 1073778376 140735242680832 140322423958440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23295/tid=23305] ppid=23293 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23295/task/23305/stat : 23305 (java) S 23293 23295 18255 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 255042851 10060460032 87540 33554432000 1073741824 1073778376 140735242680832 140322422905896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23295/tid=23306] ppid=23293 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23295/task/23306/stat : 23306 (java) S 23293 23295 18255 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 255042852 10060460032 87540 33554432000 1073741824 1073778376 140735242680832 140322292897896 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23295/tid=23307] ppid=23293 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23295/task/23307/stat : 23307 (java) S 23293 23295 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255042852 10060460032 87540 33554432000 1073741824 1073778376 140735242680832 140322291844216 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23295/tid=23308] ppid=23293 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23295/task/23308/stat : 23308 (java) S 23293 23295 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255042852 10060460032 87540 33554432000 1073741824 1073778376 140735242680832 140322290791560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23295/tid=23309] ppid=23293 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23295/task/23309/stat : 23309 (java) S 23293 23295 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255042854 10060460032 87540 33554432000 1073741824 1073778376 140735242680832 140322289740304 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23295/tid=23310] ppid=23293 vsize=9824668 CPUtime=0.89 cores=0,2,4,6
/proc/23295/task/23310/stat : 23310 (java) S 23293 23295 18255 0 -1 4202560 4608 0 0 0 87 2 0 0 20 0 22 0 255042855 10060460032 87540 33554432000 1073741824 1073778376 140735242680832 140322288687672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23295/tid=23311] ppid=23293 vsize=9824668 CPUtime=0.78 cores=0,2,4,6
/proc/23295/task/23311/stat : 23311 (java) S 23293 23295 18255 0 -1 4202560 3387 0 0 0 76 2 0 0 20 0 22 0 255042855 10060460032 87540 33554432000 1073741824 1073778376 140735242680832 140322287635128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23295/tid=23312] ppid=23293 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23295/task/23312/stat : 23312 (java) S 23293 23295 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255042855 10060460032 87540 33554432000 1073741824 1073778376 140735242680832 140321413393400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23295/tid=23313] ppid=23293 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23295/task/23313/stat : 23313 (java) S 23293 23295 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255042855 10060460032 87540 33554432000 1073741824 1073778376 140735242680832 140321412341064 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23295/tid=23314] ppid=23293 vsize=9824668 CPUtime=2.3 cores=0,2,4,6
/proc/23295/task/23314/stat : 23314 (java) R 23293 23295 18255 0 -1 4202560 27 0 0 0 230 0 0 0 20 0 22 0 255042916 10060460032 87540 33554432000 1073741824 1073778376 140735242680832 140321411285448 140322303515832 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23295/tid=23315] ppid=23293 vsize=9824668 CPUtime=2.31 cores=0,2,4,6
/proc/23295/task/23315/stat : 23315 (java) R 23293 23295 18255 0 -1 4202560 136 0 0 0 230 1 0 0 20 0 22 0 255042916 10060460032 87540 33554432000 1073741824 1073778376 140735242680832 140321410231480 140322303346300 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23295/tid=23316] ppid=23293 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23295/task/23316/stat : 23316 (java) S 23293 23295 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255042919 10060460032 87540 33554432000 1073741824 1073778376 140735242680832 140321409180712 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23295/tid=23317] ppid=23293 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23295/task/23317/stat : 23317 (java) S 23293 23295 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255042919 10060460032 87540 33554432000 1073741824 1073778376 140735242680832 140321408128168 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.36
Current children cumulated vsize (KiB) 9824668

[startup+6.30081 s]
/proc/loadavg: 3.76 3.89 3.89 5/219 23317
/proc/meminfo: memFree=28002520/32873844 swapFree=7384/7384
[pid=23295] ppid=23293 vsize=9824668 CPUtime=13.89 cores=0,2,4,6
/proc/23295/stat : 23295 (java) S 23293 23295 18255 0 -1 4202496 13352 0 1 0 1365 24 0 0 20 0 22 0 255042849 10060460032 160259 33554432000 1073741824 1073778376 140735242680832 140735242671968 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23295/statm: 2456167 160259 2285 9 0 2446860 0
[pid=23295/tid=23296] ppid=23293 vsize=9824668 CPUtime=0.64 cores=0,2,4,6
/proc/23295/task/23296/stat : 23296 (java) S 23293 23295 18255 0 -1 4202560 2518 0 1 0 62 2 0 0 20 0 22 0 255042850 10060460032 160259 33554432000 1073741824 1073778376 140735242680832 140322468783096 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23295/tid=23298] ppid=23293 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/23295/task/23298/stat : 23298 (java) S 23293 23295 18255 0 -1 4202560 36 0 0 0 3 2 0 0 20 0 22 0 255042850 10060460032 160259 33554432000 1073741824 1073778376 140735242680832 140322430273704 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23295/tid=23299] ppid=23293 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/23295/task/23299/stat : 23299 (java) S 23293 23295 18255 0 -1 4202560 158 0 0 0 7 3 0 0 20 0 22 0 255042850 10060460032 160259 33554432000 1073741824 1073778376 140735242680832 140322429221160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23295/tid=23300] ppid=23293 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/23295/task/23300/stat : 23300 (java) S 23293 23295 18255 0 -1 4202560 48 0 0 0 6 2 0 0 20 0 22 0 255042850 10060460032 160259 33554432000 1073741824 1073778376 140735242680832 140322428168616 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23295/tid=23301] ppid=23293 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/23295/task/23301/stat : 23301 (java) S 23293 23295 18255 0 -1 4202560 150 0 0 0 10 2 0 0 20 0 22 0 255042850 10060460032 160259 33554432000 1073741824 1073778376 140735242680832 140322427116072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23295/tid=23302] ppid=23293 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/23295/task/23302/stat : 23302 (java) S 23293 23295 18255 0 -1 4202560 117 0 0 0 6 1 0 0 20 0 22 0 255042851 10060460032 160259 33554432000 1073741824 1073778376 140735242680832 140322426063528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23295/tid=23303] ppid=23293 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/23295/task/23303/stat : 23303 (java) S 23293 23295 18255 0 -1 4202560 126 0 0 0 5 2 0 0 20 0 22 0 255042851 10060460032 160259 33554432000 1073741824 1073778376 140735242680832 140322425010984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23295/tid=23304] ppid=23293 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/23295/task/23304/stat : 23304 (java) S 23293 23295 18255 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 22 0 255042851 10060460032 160259 33554432000 1073741824 1073778376 140735242680832 140322423958440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23295/tid=23305] ppid=23293 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/23295/task/23305/stat : 23305 (java) S 23293 23295 18255 0 -1 4202560 34 0 0 0 5 1 0 0 20 0 22 0 255042851 10060460032 160259 33554432000 1073741824 1073778376 140735242680832 140322422905896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/23295/statm: 2456167 737758 2286 9 0 2446860 0
[pid=23295/tid=23296] ppid=23293 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/23295/task/23296/stat : 23296 (java) S 23293 23295 18255 0 -1 4202560 2532 0 1 0 64 4 0 0 20 0 22 0 255042850 10060460032 737758 33554432000 1073741824 1073778376 140735242680832 140322468783096 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23295/tid=23298] ppid=23293 vsize=9824668 CPUtime=2.8 cores=0,2,4,6
/proc/23295/task/23298/stat : 23298 (java) S 23293 23295 18255 0 -1 4202560 756 0 0 0 264 16 0 0 20 0 22 0 255042850 10060460032 737758 33554432000 1073741824 1073778376 140735242680832 140322430273704 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23295/tid=23299] ppid=23293 vsize=9824668 CPUtime=2.73 cores=0,2,4,6
/proc/23295/task/23299/stat : 23299 (java) S 23293 23295 18255 0 -1 4202560 700 0 0 0 263 10 0 0 20 0 22 0 255042850 10060460032 737758 33554432000 1073741824 1073778376 140735242680832 140322429221160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23295/tid=23300] ppid=23293 vsize=9824668 CPUtime=2.79 cores=0,2,4,6
/proc/23295/task/23300/stat : 23300 (java) S 23293 23295 18255 0 -1 4202560 837 0 0 0 265 14 0 0 20 0 22 0 255042850 10060460032 737758 33554432000 1073741824 1073778376 140735242680832 140322428168616 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23295/tid=23301] ppid=23293 vsize=9824668 CPUtime=2.78 cores=0,2,4,6
/proc/23295/task/23301/stat : 23301 (java) S 23293 23295 18255 0 -1 4202560 769 0 0 0 264 14 0 0 20 0 22 0 255042850 10060460032 737758 33554432000 1073741824 1073778376 140735242680832 140322427116072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23295/tid=23302] ppid=23293 vsize=9824668 CPUtime=2.67 cores=0,2,4,6
/proc/23295/task/23302/stat : 23302 (java) S 23293 23295 18255 0 -1 4202560 650 0 0 0 256 11 0 0 20 0 22 0 255042851 10060460032 737758 33554432000 1073741824 1073778376 140735242680832 140322426063528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23295/tid=23303] ppid=23293 vsize=9824668 CPUtime=2.57 cores=0,2,4,6
/proc/23295/task/23303/stat : 23303 (java) S 23293 23295 18255 0 -1 4202560 677 0 0 0 244 13 0 0 20 0 22 0 255042851 10060460032 737758 33554432000 1073741824 1073778376 140735242680832 140322425010984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23295/tid=23304] ppid=23293 vsize=9824668 CPUtime=2.61 cores=0,2,4,6
/proc/23295/task/23304/stat : 23304 (java) S 23293 23295 18255 0 -1 4202560 828 0 0 0 248 13 0 0 20 0 22 0 255042851 10060460032 737758 33554432000 1073741824 1073778376 140735242680832 140322423958440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23295/tid=23305] ppid=23293 vsize=9824668 CPUtime=2.66 cores=0,2,4,6
/proc/23295/task/23305/stat : 23305 (java) S 23293 23295 18255 0 -1 4202560 438 0 0 0 255 11 0 0 20 0 22 0 255042851 10060460032 737758 33554432000 1073741824 1073778376 140735242680832 140322422905896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23295/tid=23306] ppid=23293 vsize=9824668 CPUtime=31.6 cores=0,2,4,6
/proc/23295/task/23306/stat : 23306 (java) S 23293 23295 18255 0 -1 4202560 3473 0 0 0 3143 17 0 0 20 0 22 0 255042852 10060460032 737758 33554432000 1073741824 1073778376 140735242680832 140322292897896 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23295/tid=23307] ppid=23293 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23295/task/23307/stat : 23307 (java) S 23293 23295 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255042852 10060460032 737758 33554432000 1073741824 1073778376 140735242680832 140322291844216 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23295/tid=23308] ppid=23293 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23295/task/23308/stat : 23308 (java) S 23293 23295 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255042852 10060460032 737758 33554432000 1073741824 1073778376 140735242680832 140322290791560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23295/tid=23309] ppid=23293 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23295/task/23309/stat : 23309 (java) S 23293 23295 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255042854 10060460032 737758 33554432000 1073741824 1073778376 140735242680832 140322289740304 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23295/tid=23310] ppid=23293 vsize=9824668 CPUtime=1.2 cores=0,2,4,6
/proc/23295/task/23310/stat : 23310 (java) S 23293 23295 18255 0 -1 4202560 7119 0 0 0 118 2 0 0 20 0 22 0 255042855 10060460032 737758 33554432000 1073741824 1073778376 140735242680832 140322288687672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23295/tid=23311] ppid=23293 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/23295/task/23311/stat : 23311 (java) S 23293 23295 18255 0 -1 4202560 8170 0 0 0 122 2 0 0 20 0 22 0 255042855 10060460032 737758 33554432000 1073741824 1073778376 140735242680832 140322287635128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23295/tid=23312] ppid=23293 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23295/task/23312/stat : 23312 (java) S 23293 23295 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255042855 10060460032 737758 33554432000 1073741824 1073778376 140735242680832 140321413393400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23295/tid=23313] ppid=23293 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/23295/task/23313/stat : 23313 (java) S 23293 23295 18255 0 -1 4202560 51 0 0 0 13 18 0 0 20 0 22 0 255042855 10060460032 737758 33554432000 1073741824 1073778376 140735242680832 140321412341064 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23295/tid=23314] ppid=23293 vsize=9824668 CPUtime=841.71 cores=0,2,4,6
/proc/23295/task/23314/stat : 23314 (java) R 23293 23295 18255 0 -1 4202560 56 0 0 0 84158 13 0 0 20 0 22 0 255042916 10060460032 737758 33554432000 1073741824 1073778376 140735242680832 140321411283328 140322303082734 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23295/tid=23315] ppid=23293 vsize=9824668 CPUtime=841.7 cores=0,2,4,6
/proc/23295/task/23315/stat : 23315 (java) R 23293 23295 18255 0 -1 4202560 2605 0 0 0 84121 49 0 0 20 0 22 0 255042916 10060460032 737758 33554432000 1073741824 1073778376 140735242680832 140321410231440 140322303522491 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23295/tid=23316] ppid=23293 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23295/task/23316/stat : 23316 (java) S 23293 23295 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255042919 10060460032 737758 33554432000 1073741824 1073778376 140735242680832 140321409180712 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23295/tid=23317] ppid=23293 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23295/task/23317/stat : 23317 (java) S 23293 23295 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255042919 10060460032 737758 33554432000 1073741824 1073778376 140735242680832 140321408128168 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1744.42
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+910.701 s]
/proc/loadavg: 1.97 2.43 3.17 3/192 23373
/proc/meminfo: memFree=26893436/32873844 swapFree=7384/7384
[pid=23295] ppid=23293 vsize=9824668 CPUtime=1800.02 cores=0,2,4,6
/proc/23295/stat : 23295 (java) S 23293 23295 18255 0 -1 4202496 30887 0 1 0 179821 181 0 0 20 0 22 0 255042849 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140735242671968 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23295/statm: 2456167 739322 2286 9 0 2446860 0
[pid=23295/tid=23296] ppid=23293 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/23295/task/23296/stat : 23296 (java) S 23293 23295 18255 0 -1 4202560 2532 0 1 0 64 4 0 0 20 0 22 0 255042850 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140322468783096 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23295/tid=23298] ppid=23293 vsize=9824668 CPUtime=2.87 cores=0,2,4,6
/proc/23295/task/23298/stat : 23298 (java) S 23293 23295 18255 0 -1 4202560 756 0 0 0 271 16 0 0 20 0 22 0 255042850 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140322430273704 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23295/tid=23299] ppid=23293 vsize=9824668 CPUtime=2.8 cores=0,2,4,6
/proc/23295/task/23299/stat : 23299 (java) S 23293 23295 18255 0 -1 4202560 700 0 0 0 269 11 0 0 20 0 22 0 255042850 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140322429221160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23295/tid=23300] ppid=23293 vsize=9824668 CPUtime=2.86 cores=0,2,4,6
/proc/23295/task/23300/stat : 23300 (java) S 23293 23295 18255 0 -1 4202560 837 0 0 0 272 14 0 0 20 0 22 0 255042850 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140322428168616 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23295/tid=23301] ppid=23293 vsize=9824668 CPUtime=2.81 cores=0,2,4,6
/proc/23295/task/23301/stat : 23301 (java) S 23293 23295 18255 0 -1 4202560 769 0 0 0 267 14 0 0 20 0 22 0 255042850 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140322427116072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23295/tid=23302] ppid=23293 vsize=9824668 CPUtime=2.71 cores=0,2,4,6
/proc/23295/task/23302/stat : 23302 (java) S 23293 23295 18255 0 -1 4202560 650 0 0 0 260 11 0 0 20 0 22 0 255042851 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140322426063528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23295/tid=23303] ppid=23293 vsize=9824668 CPUtime=2.61 cores=0,2,4,6
/proc/23295/task/23303/stat : 23303 (java) S 23293 23295 18255 0 -1 4202560 677 0 0 0 248 13 0 0 20 0 22 0 255042851 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140322425010984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23295/tid=23304] ppid=23293 vsize=9824668 CPUtime=2.7 cores=0,2,4,6
/proc/23295/task/23304/stat : 23304 (java) S 23293 23295 18255 0 -1 4202560 836 0 0 0 257 13 0 0 20 0 22 0 255042851 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140322423958440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23295/tid=23305] ppid=23293 vsize=9824668 CPUtime=2.72 cores=0,2,4,6
/proc/23295/task/23305/stat : 23305 (java) S 23293 23295 18255 0 -1 4202560 438 0 0 0 261 11 0 0 20 0 22 0 255042851 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140322422905896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23295/tid=23306] ppid=23293 vsize=9824668 CPUtime=33.03 cores=0,2,4,6
/proc/23295/task/23306/stat : 23306 (java) S 23293 23295 18255 0 -1 4202560 3496 0 0 0 3286 17 0 0 20 0 22 0 255042852 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140322292897896 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23295/tid=23307] ppid=23293 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23295/task/23307/stat : 23307 (java) S 23293 23295 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255042852 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140322291844216 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23295/tid=23308] ppid=23293 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23295/task/23308/stat : 23308 (java) S 23293 23295 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255042852 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140322290791560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23295/tid=23309] ppid=23293 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23295/task/23309/stat : 23309 (java) S 23293 23295 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255042854 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140322289740304 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23295/tid=23310] ppid=23293 vsize=9824668 CPUtime=1.2 cores=0,2,4,6
/proc/23295/task/23310/stat : 23310 (java) S 23293 23295 18255 0 -1 4202560 7119 0 0 0 118 2 0 0 20 0 22 0 255042855 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140322288687672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23295/tid=23311] ppid=23293 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/23295/task/23311/stat : 23311 (java) S 23293 23295 18255 0 -1 4202560 8170 0 0 0 122 2 0 0 20 0 22 0 255042855 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140322287635128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23295/tid=23312] ppid=23293 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23295/task/23312/stat : 23312 (java) S 23293 23295 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255042855 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140321413393400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23295/tid=23313] ppid=23293 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/23295/task/23313/stat : 23313 (java) S 23293 23295 18255 0 -1 4202560 53 0 0 0 13 19 0 0 20 0 22 0 255042855 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140321412341064 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23295/tid=23314] ppid=23293 vsize=9824668 CPUtime=868.5 cores=0,2,4,6
/proc/23295/task/23314/stat : 23314 (java) R 23293 23295 18255 0 -1 4202560 56 0 0 0 86836 14 0 0 20 0 22 0 255042916 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140321411284144 140322303438417 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23295/tid=23315] ppid=23293 vsize=9824668 CPUtime=868.47 cores=0,2,4,6
/proc/23295/task/23315/stat : 23315 (java) R 23293 23295 18255 0 -1 4202560 2611 0 0 0 86797 50 0 0 20 0 22 0 255042916 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140321410233000 140322303463776 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23295/tid=23316] ppid=23293 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23295/task/23316/stat : 23316 (java) S 23293 23295 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255042919 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140321409180712 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23295/tid=23317] ppid=23293 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23295/task/23317/stat : 23317 (java) S 23293 23295 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255042919 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140321408128168 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824668

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

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

[startup+910.701 s]
/proc/loadavg: 1.97 2.43 3.17 3/192 23373
/proc/meminfo: memFree=26893436/32873844 swapFree=7384/7384
[pid=23295] ppid=23293 vsize=9824668 CPUtime=1800.02 cores=0,2,4,6
/proc/23295/stat : 23295 (java) S 23293 23295 18255 0 -1 4202496 30887 0 1 0 179821 181 0 0 20 0 22 0 255042849 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140735242671968 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23295/statm: 2456167 739322 2286 9 0 2446860 0
[pid=23295/tid=23296] ppid=23293 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/23295/task/23296/stat : 23296 (java) S 23293 23295 18255 0 -1 4202560 2532 0 1 0 64 4 0 0 20 0 22 0 255042850 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140322468783096 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23295/tid=23298] ppid=23293 vsize=9824668 CPUtime=2.87 cores=0,2,4,6
/proc/23295/task/23298/stat : 23298 (java) S 23293 23295 18255 0 -1 4202560 756 0 0 0 271 16 0 0 20 0 22 0 255042850 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140322430273704 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23295/tid=23299] ppid=23293 vsize=9824668 CPUtime=2.8 cores=0,2,4,6
/proc/23295/task/23299/stat : 23299 (java) S 23293 23295 18255 0 -1 4202560 700 0 0 0 269 11 0 0 20 0 22 0 255042850 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140322429221160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23295/tid=23300] ppid=23293 vsize=9824668 CPUtime=2.86 cores=0,2,4,6
/proc/23295/task/23300/stat : 23300 (java) S 23293 23295 18255 0 -1 4202560 837 0 0 0 272 14 0 0 20 0 22 0 255042850 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140322428168616 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23295/tid=23301] ppid=23293 vsize=9824668 CPUtime=2.81 cores=0,2,4,6
/proc/23295/task/23301/stat : 23301 (java) S 23293 23295 18255 0 -1 4202560 769 0 0 0 267 14 0 0 20 0 22 0 255042850 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140322427116072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23295/tid=23302] ppid=23293 vsize=9824668 CPUtime=2.71 cores=0,2,4,6
/proc/23295/task/23302/stat : 23302 (java) S 23293 23295 18255 0 -1 4202560 650 0 0 0 260 11 0 0 20 0 22 0 255042851 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140322426063528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23295/tid=23303] ppid=23293 vsize=9824668 CPUtime=2.61 cores=0,2,4,6
/proc/23295/task/23303/stat : 23303 (java) S 23293 23295 18255 0 -1 4202560 677 0 0 0 248 13 0 0 20 0 22 0 255042851 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140322425010984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23295/tid=23304] ppid=23293 vsize=9824668 CPUtime=2.7 cores=0,2,4,6
/proc/23295/task/23304/stat : 23304 (java) S 23293 23295 18255 0 -1 4202560 836 0 0 0 257 13 0 0 20 0 22 0 255042851 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140322423958440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23295/tid=23305] ppid=23293 vsize=9824668 CPUtime=2.72 cores=0,2,4,6
/proc/23295/task/23305/stat : 23305 (java) S 23293 23295 18255 0 -1 4202560 438 0 0 0 261 11 0 0 20 0 22 0 255042851 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140322422905896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23295/tid=23306] ppid=23293 vsize=9824668 CPUtime=33.03 cores=0,2,4,6
/proc/23295/task/23306/stat : 23306 (java) S 23293 23295 18255 0 -1 4202560 3496 0 0 0 3286 17 0 0 20 0 22 0 255042852 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140322292897896 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23295/tid=23307] ppid=23293 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23295/task/23307/stat : 23307 (java) S 23293 23295 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255042852 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140322291844216 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23295/tid=23308] ppid=23293 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23295/task/23308/stat : 23308 (java) S 23293 23295 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255042852 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140322290791560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23295/tid=23309] ppid=23293 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23295/task/23309/stat : 23309 (java) S 23293 23295 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255042854 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140322289740304 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23295/tid=23310] ppid=23293 vsize=9824668 CPUtime=1.2 cores=0,2,4,6
/proc/23295/task/23310/stat : 23310 (java) S 23293 23295 18255 0 -1 4202560 7119 0 0 0 118 2 0 0 20 0 22 0 255042855 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140322288687672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23295/tid=23311] ppid=23293 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/23295/task/23311/stat : 23311 (java) S 23293 23295 18255 0 -1 4202560 8170 0 0 0 122 2 0 0 20 0 22 0 255042855 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140322287635128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23295/tid=23312] ppid=23293 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23295/task/23312/stat : 23312 (java) S 23293 23295 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255042855 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140321413393400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23295/tid=23313] ppid=23293 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/23295/task/23313/stat : 23313 (java) S 23293 23295 18255 0 -1 4202560 53 0 0 0 13 19 0 0 20 0 22 0 255042855 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140321412341064 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23295/tid=23314] ppid=23293 vsize=9824668 CPUtime=868.5 cores=0,2,4,6
/proc/23295/task/23314/stat : 23314 (java) R 23293 23295 18255 0 -1 4202560 56 0 0 0 86836 14 0 0 20 0 22 0 255042916 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140321411284144 140322303438417 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23295/tid=23315] ppid=23293 vsize=9824668 CPUtime=868.47 cores=0,2,4,6
/proc/23295/task/23315/stat : 23315 (java) R 23293 23295 18255 0 -1 4202560 2611 0 0 0 86797 50 0 0 20 0 22 0 255042916 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140321410233000 140322303463776 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23295/tid=23316] ppid=23293 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23295/task/23316/stat : 23316 (java) S 23293 23295 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255042919 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140321409180712 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23295/tid=23317] ppid=23293 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23295/task/23317/stat : 23317 (java) S 23293 23295 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255042919 10060460032 739322 33554432000 1073741824 1073778376 140735242680832 140321408128168 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824668

Child status: 143

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

Real time (s): 910.759
CPU time (s): 1800.02
CPU user time (s): 1798.21
CPU system time (s): 1.81
CPU usage (%): 197.64
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.64
system time used= 2.28165
maximum resident set size= 2957404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30918
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= 27809
involuntary context switches= 43366

runsolver used 3.43048 second user time and 8.13476 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-24 21:52:54
IDJOB=3690258
IDBENCH=92791
IDSOLVER=2268
FILE ID=node136/3690258-1337889174
RUNJOBID= node136-1337871880-18271
PBS_JOBID= 14620068
Free space on /tmp= 71712 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_7_ic.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690258-1337889174/watcher-3690258-1337889174 -o /tmp/evaluation-result-3690258-1337889174/solver-3690258-1337889174 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3690258-1337889174.opb

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

MD5SUM BENCH= a68c99426915823baa7396c373ffb50a
RANDOM SEED=1966232223

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28873280 kB
Buffers:          291688 kB
Cached:          1938272 kB
SwapCached:        24460 kB
Active:          1579200 kB
Inactive:        1653624 kB
Active(anon):     977152 kB
Inactive(anon):    25096 kB
Active(file):     602048 kB
Inactive(file):  1628528 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:              1668 kB
Writeback:             0 kB
AnonPages:        954624 kB
Mapped:            17936 kB
Shmem:                 0 kB
Slab:             627248 kB
SReclaimable:      68788 kB
SUnreclaim:       558460 kB
KernelStack:        1808 kB
PageTables:         6112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1618020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    888832 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= 71716 MiB
End job on node136 at 2012-05-24 22:08:07