Trace number 3689618

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.11 927.073

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K82.opb
MD5SUM007cb74ee15cb0b4c01d23d6abd9d82b
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 variables5576
Total number of constraints5742
Number of constraints which are clauses5660
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint82
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 83
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3689618-1337883645.opb
0.09/0.12	c reading problem ... 
0.77/0.45	c ... done. Wall clock time 0.329s.
0.77/0.45	c declared #vars     5576
0.77/0.45	c #constraints  5742
0.77/0.45	c constraints type 
0.77/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4605
0.77/0.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 82
0.77/0.45	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.77/0.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1053
0.77/0.45	c 5742 constraints processed.
0.77/0.45	c constraints type 
0.77/0.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1053
0.77/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4605
0.77/0.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 82
0.77/0.45	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.77/0.45	c 5742 constraints processed.
4.59/1.63	c cleaning 2497 clauses out of 4997 with flag 5004/5004
6.86/2.60	c cleaning 4234 clauses out of 8484 with flag 11000/11000
9.60/3.95	c cleaning 5590 clauses out of 11247 with flag 18001/18001
12.63/5.47	c cleaning 6762 clauses out of 13655 with flag 26000/26000
16.01/7.18	c cleaning 7893 clauses out of 15889 with flag 35000/35000
20.68/9.48	c cleaning 8948 clauses out of 17995 with flag 45000/45000
25.05/11.64	c cleaning 9937 clauses out of 20044 with flag 56000/56000
30.37/14.38	c cleaning 10904 clauses out of 22107 with flag 68000/68000
37.37/17.92	c cleaning 12018 clauses out of 24202 with flag 81000/81000
43.43/21.01	c cleaning 13009 clauses out of 26186 with flag 95003/95003
49.24/24.02	c cleaning 14022 clauses out of 28174 with flag 110000/110000
56.05/27.55	c cleaning 14878 clauses out of 30152 with flag 126000/126000
63.13/31.21	c cleaning 16083 clauses out of 32276 with flag 143002/143002
72.14/35.89	c cleaning 16951 clauses out of 34191 with flag 161000/161000
80.53/40.12	c cleaning 18003 clauses out of 36237 with flag 180000/180000
91.41/45.77	c cleaning 18924 clauses out of 38234 with flag 200000/200000
101.14/50.84	c cleaning 20083 clauses out of 40310 with flag 221000/221000
111.86/56.38	c cleaning 21069 clauses out of 42229 with flag 243002/243002
124.14/62.68	c cleaning 21843 clauses out of 44159 with flag 266001/266001
138.58/70.03	c cleaning 22900 clauses out of 46316 with flag 290001/290001
150.97/76.53	c cleaning 24039 clauses out of 48414 with flag 315000/315000
170.45/86.46	c cleaning 24991 clauses out of 50377 with flag 341002/341002
187.36/95.06	c cleaning 25994 clauses out of 52384 with flag 368000/368000
203.75/103.50	c cleaning 27041 clauses out of 54390 with flag 396000/396000
221.98/112.94	c cleaning 28012 clauses out of 56349 with flag 425000/425000
238.89/121.64	c cleaning 29085 clauses out of 58339 with flag 455003/455003
260.42/132.64	c cleaning 29981 clauses out of 60251 with flag 486000/486000
289.31/147.33	c cleaning 30942 clauses out of 62266 with flag 518000/518000
313.88/161.17	c cleaning 0 clauses out of 5001 with flag 0/5001
323.68/166.20	c cleaning 31964 clauses out of 64325 with flag 551001/551001
349.09/179.16	c cleaning 33110 clauses out of 66362 with flag 585002/585002
373.21/191.78	c cleaning 33929 clauses out of 68250 with flag 620000/620000
396.38/203.68	c cleaning 34965 clauses out of 70321 with flag 656000/656000
425.32/218.46	c cleaning 35976 clauses out of 72357 with flag 693002/693002
459.86/236.07	c cleaning 37033 clauses out of 74379 with flag 731000/731000
489.72/251.50	c cleaning 37890 clauses out of 76346 with flag 770000/770000
525.21/269.68	c cleaning 38885 clauses out of 78460 with flag 810004/810004
556.23/285.55	c cleaning 40042 clauses out of 80572 with flag 851001/851001
600.87/308.21	c cleaning 41181 clauses out of 82531 with flag 893002/893002
632.94/325.07	c cleaning 42084 clauses out of 84348 with flag 936000/936000
660.40/339.22	c cleaning 42951 clauses out of 86264 with flag 980000/980000
695.34/357.26	c cleaning 43921 clauses out of 88317 with flag 1025004/1025004
732.58/376.37	c cleaning 44962 clauses out of 90395 with flag 1071003/1071003
769.75/395.85	c cleaning 46068 clauses out of 92433 with flag 1118003/1118003
807.33/416.11	c cleaning 46971 clauses out of 94364 with flag 1166002/1166002
846.69/436.24	c cleaning 47994 clauses out of 96392 with flag 1215001/1215001
902.55/465.11	c cleaning 48832 clauses out of 98400 with flag 1265003/1265003
966.36/497.55	c cleaning 50077 clauses out of 100565 with flag 1316000/1316000
1039.15/534.48	c cleaning 51036 clauses out of 102489 with flag 1368001/1368001
1076.06/553.44	c cleaning 52051 clauses out of 104447 with flag 1421002/1421002
1117.80/575.39	c cleaning 52999 clauses out of 106395 with flag 1475001/1475001
1168.70/601.36	c cleaning 54017 clauses out of 108395 with flag 1530000/1530000
1216.20/625.75	c cleaning 54955 clauses out of 110380 with flag 1586002/1586002
1265.80/651.11	c cleaning 56005 clauses out of 112423 with flag 1643000/1643000
1328.08/683.31	c cleaning 56993 clauses out of 114420 with flag 1701002/1701002
1385.91/712.85	c cleaning 58051 clauses out of 116425 with flag 1760000/1760000
1440.17/740.68	c cleaning 59099 clauses out of 118374 with flag 1820000/1820000
1496.74/769.64	c cleaning 59978 clauses out of 120275 with flag 1881000/1881000
1563.60/804.22	c cleaning 61091 clauses out of 122298 with flag 1943001/1943001
1622.94/834.74	c cleaning 61883 clauses out of 124206 with flag 2006000/2006000
1669.65/858.92	c cleaning 62987 clauses out of 126325 with flag 2070002/2070002
1718.88/884.34	c cleaning 63876 clauses out of 128336 with flag 2135000/2135000
1790.00/921.10	c cleaning 64981 clauses out of 130464 with flag 2201004/2201004
1800.11/927.01	c starts		: 227
1800.11/927.01	c conflicts		: 2210803
1800.11/927.01	c decisions		: 12728533
1800.11/927.01	c propagations		: 726005295
1800.11/927.01	c inspects		: 3379219555
1800.11/927.01	c shortcuts		: 0
1800.11/927.01	c learnt literals	: 51
1800.11/927.01	c learnt binary clauses	: 55918
1800.11/927.01	c learnt ternary clauses	: 66687
1800.11/927.01	c learnt constraints	: 2210752
1800.11/927.01	c ignored constraints	: 0
1800.11/927.01	c root simplifications	: 0
1800.11/927.01	c removed literals (reason simplification)	: 78843627
1800.11/927.01	c reason swapping (by a shorter reason)	: 0
1800.11/927.01	c Calls to reduceDB	: 62
1800.11/927.01	c number of reductions to clauses (during analyze)	: 0
1800.11/927.01	c number of learned constraints concerned by reduction	: 0
1800.11/927.01	c number of learning phase by resolution	: 0
1800.11/927.01	c number of learning phase by cutting planes	: 0
1800.11/927.01	c speed (assignments/second)	: 783566.0575906059
1800.11/927.01	c non guided choices	4173
1800.11/927.04	c learnt constraints type 
1800.11/927.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 55918
1800.11/927.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 19388
1800.11/927.04	c constraints type 
1800.11/927.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4605
1800.11/927.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 82
1800.11/927.04	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.11/927.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1053
1800.11/927.04	c 5742 constraints processed.
1800.11/927.04	c constraints type 
1800.11/927.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1053
1800.11/927.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4605
1800.11/927.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 82
1800.11/927.04	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.11/927.04	c 5742 constraints processed.
1800.11/927.04	s UNKNOWN
1800.11/927.04	c Total wall clock time (in seconds): 926.915

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-3689618-1337883645/watcher-3689618-1337883645 -o /tmp/evaluation-result-3689618-1337883645/solver-3689618-1337883645 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689618-1337883645.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: 4.04 4.03 3.84 4/198 22323
/proc/meminfo: memFree=26524772/32873844 swapFree=7384/7384
[pid=22323] ppid=22321 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/22323/stat : 22323 (java) D 22321 22323 18255 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 254489976 9515008 183 33554432000 1073741824 1073778376 140735617537040 140735617528072 239873113781 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/22323/statm: 2323 183 140 9 0 71 0

[startup+0.104885 s]
/proc/loadavg: 4.04 4.03 3.84 4/198 22323
/proc/meminfo: memFree=26524772/32873844 swapFree=7384/7384
[pid=22323] ppid=22321 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/22323/stat : 22323 (java) S 22321 22323 18255 0 -1 4202496 4307 0 1 0 8 1 0 0 20 0 18 0 254489976 9787813888 5502 33554432000 1073741824 1073778376 140733950562368 140733950553504 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22323/statm: 2389603 5503 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.20024 s]
/proc/loadavg: 4.04 4.03 3.84 4/198 22323
/proc/meminfo: memFree=26524772/32873844 swapFree=7384/7384
[pid=22323] ppid=22321 vsize=9558816 CPUtime=0.26 cores=0,2,4,6
/proc/22323/stat : 22323 (java) S 22321 22323 18255 0 -1 4202496 5239 0 1 0 24 2 0 0 20 0 18 0 254489976 9788227584 7158 33554432000 1073741824 1073778376 140733950562368 140733950553504 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22323/statm: 2389603 7159 2188 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558816

[startup+0.300259 s]
/proc/loadavg: 4.04 4.03 3.84 4/198 22323
/proc/meminfo: memFree=26524772/32873844 swapFree=7384/7384
[pid=22323] ppid=22321 vsize=9558412 CPUtime=0.54 cores=0,2,4,6
/proc/22323/stat : 22323 (java) S 22321 22323 18255 0 -1 4202496 7156 0 1 0 52 2 0 0 20 0 18 0 254489976 9787813888 9916 33554432000 1073741824 1073778376 140733950562368 140733950553504 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22323/statm: 2389603 9916 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558412

[startup+0.700164 s]
/proc/loadavg: 4.04 4.03 3.84 4/198 22323
/proc/meminfo: memFree=26524772/32873844 swapFree=7384/7384
[pid=22323] ppid=22321 vsize=9824668 CPUtime=1.91 cores=0,2,4,6
/proc/22323/stat : 22323 (java) S 22321 22323 18255 0 -1 4202496 14085 0 1 0 187 4 0 0 20 0 22 0 254489976 10060460032 22604 33554432000 1073741824 1073778376 140733950562368 140733950553504 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22323/statm: 2456167 22604 2252 9 0 2446860 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9824668

[startup+1.5007 s]
/proc/loadavg: 4.04 4.03 3.84 6/220 22345
/proc/meminfo: memFree=26417080/32873844 swapFree=7384/7384
[pid=22323] ppid=22321 vsize=9824668 CPUtime=4.38 cores=0,2,4,6
/proc/22323/stat : 22323 (java) S 22321 22323 18255 0 -1 4202496 20360 0 1 0 432 6 0 0 20 0 22 0 254489976 10060460032 34222 33554432000 1073741824 1073778376 140733950562368 140733950553504 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22323/statm: 2456167 34222 2261 9 0 2446860 0
[pid=22323/tid=22325] ppid=22321 vsize=9824668 CPUtime=0.42 cores=0,2,4,6
/proc/22323/task/22325/stat : 22325 (java) S 22321 22323 18255 0 -1 4202560 2509 0 1 0 40 2 0 0 20 0 22 0 254489978 10060460032 34222 33554432000 1073741824 1073778376 140733950562368 140176397775864 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22326] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22326/stat : 22326 (java) S 22321 22323 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254489979 10060460032 34222 33554432000 1073741824 1073778376 140733950562368 140176241834664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22323/tid=22327] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22327/stat : 22327 (java) S 22321 22323 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254489979 10060460032 34222 33554432000 1073741824 1073778376 140733950562368 140176240782120 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22323/tid=22328] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22328/stat : 22328 (java) S 22321 22323 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254489979 10060460032 34222 33554432000 1073741824 1073778376 140733950562368 140176239729576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22323/tid=22329] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22329/stat : 22329 (java) S 22321 22323 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254489979 10060460032 34222 33554432000 1073741824 1073778376 140733950562368 140176238677032 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22330] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22330/stat : 22330 (java) S 22321 22323 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254489979 10060460032 34222 33554432000 1073741824 1073778376 140733950562368 140176237623464 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22323/tid=22331] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22331/stat : 22331 (java) S 22321 22323 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254489979 10060460032 34222 33554432000 1073741824 1073778376 140733950562368 140176236570920 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22332] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22332/stat : 22332 (java) S 22321 22323 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254489979 10060460032 34222 33554432000 1073741824 1073778376 140733950562368 140176235518376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22333] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22333/stat : 22333 (java) S 22321 22323 18255 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254489979 10060460032 34222 33554432000 1073741824 1073778376 140733950562368 140176234465832 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22323/tid=22334] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22334/stat : 22334 (java) S 22321 22323 18255 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254489980 10060460032 34222 33554432000 1073741824 1073778376 140733950562368 140176222055016 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22323/tid=22335] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22335/stat : 22335 (java) S 22321 22323 18255 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 254489980 10060460032 34222 33554432000 1073741824 1073778376 140733950562368 140176221001336 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22323/tid=22336] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22336/stat : 22336 (java) S 22321 22323 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254489981 10060460032 34222 33554432000 1073741824 1073778376 140733950562368 140176219948680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22323/tid=22337] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22337/stat : 22337 (java) S 22321 22323 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254489983 10060460032 34222 33554432000 1073741824 1073778376 140733950562368 140176218897424 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22323/tid=22338] ppid=22321 vsize=9824668 CPUtime=0.95 cores=0,2,4,6
/proc/22323/task/22338/stat : 22338 (java) S 22321 22323 18255 0 -1 4202560 6291 0 0 0 94 1 0 0 20 0 22 0 254489983 10060460032 34222 33554432000 1073741824 1073778376 140733950562368 140176217843768 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22323/tid=22339] ppid=22321 vsize=9824668 CPUtime=0.89 cores=0,2,4,6
/proc/22323/task/22339/stat : 22339 (java) R 22321 22323 18255 0 -1 4202560 10235 0 0 0 87 2 0 0 20 0 22 0 254489983 10060460032 34222 33554432000 1073741824 1073778376 140733950562368 140176216791224 140176404588069 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22323/tid=22340] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22340/stat : 22340 (java) S 22321 22323 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254489983 10060460032 34222 33554432000 1073741824 1073778376 140733950562368 140176215738872 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22323/tid=22341] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22341/stat : 22341 (java) S 22321 22323 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254489983 10060460032 34222 33554432000 1073741824 1073778376 140733950562368 140176214686536 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22323/tid=22342] ppid=22321 vsize=9824668 CPUtime=1.01 cores=0,2,4,6
/proc/22323/task/22342/stat : 22342 (java) R 22321 22323 18255 0 -1 4202560 26 0 0 0 101 0 0 0 20 0 22 0 254490022 10060460032 34222 33554432000 1073741824 1073778376 140733950562368 140176213631768 140176270201297 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22323/tid=22343] ppid=22321 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/22323/task/22343/stat : 22343 (java) R 22321 22323 18255 0 -1 4202560 96 0 0 0 102 0 0 0 20 0 22 0 254490022 10060460032 34222 33554432000 1073741824 1073778376 140733950562368 140176212579176 140176270466124 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22344] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22344/stat : 22344 (java) S 22321 22323 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254490024 10060460032 34222 33554432000 1073741824 1073778376 140733950562368 140176211527208 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22345] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22345/stat : 22345 (java) S 22321 22323 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254490024 10060460032 34222 33554432000 1073741824 1073778376 140733950562368 140176210474664 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 9824668

[startup+3.10073 s]
/proc/loadavg: 4.04 4.03 3.84 6/220 22345
/proc/meminfo: memFree=26375500/32873844 swapFree=7384/7384
[pid=22323] ppid=22321 vsize=9824668 CPUtime=7.99 cores=0,2,4,6
/proc/22323/stat : 22323 (java) S 22321 22323 18255 0 -1 4202496 20942 0 1 0 790 9 0 0 20 0 22 0 254489976 10060460032 55446 33554432000 1073741824 1073778376 140733950562368 140733950553504 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22323/statm: 2456167 55446 2286 9 0 2446860 0
[pid=22323/tid=22325] ppid=22321 vsize=9824668 CPUtime=0.42 cores=0,2,4,6
/proc/22323/task/22325/stat : 22325 (java) S 22321 22323 18255 0 -1 4202560 2509 0 1 0 40 2 0 0 20 0 22 0 254489978 10060460032 55446 33554432000 1073741824 1073778376 140733950562368 140176397775864 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22326] ppid=22321 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22323/task/22326/stat : 22326 (java) S 22321 22323 18255 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 254489979 10060460032 55446 33554432000 1073741824 1073778376 140733950562368 140176241834664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22323/tid=22327] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22327/stat : 22327 (java) S 22321 22323 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254489979 10060460032 55446 33554432000 1073741824 1073778376 140733950562368 140176240782120 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22323/tid=22328] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22328/stat : 22328 (java) S 22321 22323 18255 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254489979 10060460032 55446 33554432000 1073741824 1073778376 140733950562368 140176239729576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22323/tid=22329] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22329/stat : 22329 (java) S 22321 22323 18255 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254489979 10060460032 55446 33554432000 1073741824 1073778376 140733950562368 140176238677032 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22323/tid=22330] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22330/stat : 22330 (java) S 22321 22323 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254489979 10060460032 55446 33554432000 1073741824 1073778376 140733950562368 140176237623464 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22331] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22331/stat : 22331 (java) S 22321 22323 18255 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254489979 10060460032 55446 33554432000 1073741824 1073778376 140733950562368 140176236570920 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22323/tid=22332] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22332/stat : 22332 (java) S 22321 22323 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254489979 10060460032 55446 33554432000 1073741824 1073778376 140733950562368 140176235518376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22333] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22333/stat : 22333 (java) S 22321 22323 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254489979 10060460032 55446 33554432000 1073741824 1073778376 140733950562368 140176234465832 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22334] ppid=22321 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/22323/task/22334/stat : 22334 (java) S 22321 22323 18255 0 -1 4202560 100 0 0 0 6 0 0 0 20 0 22 0 254489980 10060460032 55446 33554432000 1073741824 1073778376 140733950562368 140176222055016 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22335] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22335/stat : 22335 (java) S 22321 22323 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254489980 10060460032 55446 33554432000 1073741824 1073778376 140733950562368 140176221001336 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22323/tid=22336] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22336/stat : 22336 (java) S 22321 22323 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254489981 10060460032 55446 33554432000 1073741824 1073778376 140733950562368 140176219948680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22323/tid=22337] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22337/stat : 22337 (java) S 22321 22323 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254489983 10060460032 55446 33554432000 1073741824 1073778376 140733950562368 140176218897424 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22323/tid=22338] ppid=22321 vsize=9824668 CPUtime=1.26 cores=0,2,4,6
/proc/22323/task/22338/stat : 22338 (java) S 22321 22323 18255 0 -1 4202560 6627 0 0 0 124 2 0 0 20 0 22 0 254489983 10060460032 55446 33554432000 1073741824 1073778376 140733950562368 140176217843768 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22323/tid=22339] ppid=22321 vsize=9824668 CPUtime=1.05 cores=0,2,4,6
/proc/22323/task/22339/stat : 22339 (java) S 22321 22323 18255 0 -1 4202560 10306 0 0 0 103 2 0 0 20 0 22 0 254489983 10060460032 55446 33554432000 1073741824 1073778376 140733950562368 140176216791224 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22323/tid=22340] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22340/stat : 22340 (java) S 22321 22323 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254489983 10060460032 55446 33554432000 1073741824 1073778376 140733950562368 140176215738872 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22323/tid=22341] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22341/stat : 22341 (java) S 22321 22323 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254489983 10060460032 55446 33554432000 1073741824 1073778376 140733950562368 140176214686536 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22342] ppid=22321 vsize=9824668 CPUtime=2.51 cores=0,2,4,6
/proc/22323/task/22342/stat : 22342 (java) R 22321 22323 18255 0 -1 4202560 28 0 0 0 251 0 0 0 20 0 22 0 254490022 10060460032 55446 33554432000 1073741824 1073778376 140733950562368 140176213629912 140176270148233 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22323/tid=22343] ppid=22321 vsize=9824668 CPUtime=2.51 cores=0,2,4,6
/proc/22323/task/22343/stat : 22343 (java) R 22321 22323 18255 0 -1 4202560 123 0 0 0 250 1 0 0 20 0 22 0 254490022 10060460032 55446 33554432000 1073741824 1073778376 140733950562368 140176212578080 140176270782573 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22344] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22344/stat : 22344 (java) S 22321 22323 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254490024 10060460032 55446 33554432000 1073741824 1073778376 140733950562368 140176211527208 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22345] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22345/stat : 22345 (java) S 22321 22323 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254490024 10060460032 55446 33554432000 1073741824 1073778376 140733950562368 140176210474664 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.99
Current children cumulated vsize (KiB) 9824668

[startup+6.3008 s]
/proc/loadavg: 4.04 4.03 3.84 4/220 22345
/proc/meminfo: memFree=26275396/32873844 swapFree=7384/7384
[pid=22323] ppid=22321 vsize=9824668 CPUtime=14.39 cores=0,2,4,6
/proc/22323/stat : 22323 (java) S 22321 22323 18255 0 -1 4202496 21051 0 1 0 1427 12 0 0 20 0 22 0 254489976 10060460032 76436 33554432000 1073741824 1073778376 140733950562368 140733950553504 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22323/statm: 2456167 76436 2286 9 0 2446860 0
[pid=22323/tid=22325] ppid=22321 vsize=9824668 CPUtime=0.42 cores=0,2,4,6
/proc/22323/task/22325/stat : 22325 (java) S 22321 22323 18255 0 -1 4202560 2509 0 1 0 40 2 0 0 20 0 22 0 254489978 10060460032 76436 33554432000 1073741824 1073778376 140733950562368 140176397775864 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22326] ppid=22321 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/22323/task/22326/stat : 22326 (java) S 22321 22323 18255 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 22 0 254489979 10060460032 76436 33554432000 1073741824 1073778376 140733950562368 140176241834664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22323/tid=22327] ppid=22321 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22323/task/22327/stat : 22327 (java) S 22321 22323 18255 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 254489979 10060460032 76436 33554432000 1073741824 1073778376 140733950562368 140176240782120 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22323/tid=22328] ppid=22321 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22323/task/22328/stat : 22328 (java) S 22321 22323 18255 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 254489979 10060460032 76436 33554432000 1073741824 1073778376 140733950562368 140176239729576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22323/tid=22329] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22329/stat : 22329 (java) S 22321 22323 18255 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254489979 10060460032 76436 33554432000 1073741824 1073778376 140733950562368 140176238677032 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22323/tid=22330] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22330/stat : 22330 (java) S 22321 22323 18255 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254489979 10060460032 76436 33554432000 1073741824 1073778376 140733950562368 140176237623464 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22323/tid=22331] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22331/stat : 22331 (java) S 22321 22323 18255 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254489979 10060460032 76436 33554432000 1073741824 1073778376 140733950562368 140176236570920 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22323/tid=22332] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22332/stat : 22332 (java) S 22321 22323 18255 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 254489979 10060460032 76436 33554432000 1073741824 1073778376 140733950562368 140176235518376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22323/tid=22333] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22333/stat : 22333 (java) S 22321 22323 18255 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254489979 10060460032 76436 33554432000 1073741824 1073778376 140733950562368 140176234465832 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22323/tid=22334] ppid=22321 vsize=9824668 CPUtime=0.24 cores=0,2,4,6
/proc/22323/task/22334/stat : 22334 (java) S 22321 22323 18255 0 -1 4202560 128 0 0 0 22 2 0 0 20 0 22 0 254489980 10060460032 76436 33554432000 1073741824 1073778376 140733950562368 140176222055016 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22323/tid=22335] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22335/stat : 22335 (java) S 22321 22323 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254489980 10060460032 76436 33554432000 1073741824 1073778376 140733950562368 140176221001336 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22323/tid=22336] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22336/stat : 22336 (java) S 22321 22323 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254489981 10060460032 76436 33554432000 1073741824 1073778376 140733950562368 140176219948680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22323/tid=22337] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22337/stat : 22337 (java) S 22321 22323 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254489983 10060460032 76436 33554432000 1073741824 1073778376 140733950562368 140176218897424 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22323/tid=22338] ppid=22321 vsize=9824668 CPUtime=1.29 cores=0,2,4,6
/proc/22323/task/22338/stat : 22338 (java) S 22321 22323 18255 0 -1 4202560 6630 0 0 0 127 2 0 0 20 0 22 0 254489983 10060460032 76436 33554432000 1073741824 1073778376 140733950562368 140176217843768 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/22323/statm: 2456167 951312 2287 9 0 2446860 0
[pid=22323/tid=22325] ppid=22321 vsize=9824668 CPUtime=0.46 cores=0,2,4,6
/proc/22323/task/22325/stat : 22325 (java) S 22321 22323 18255 0 -1 4202560 2549 0 1 0 42 4 0 0 20 0 22 0 254489978 10060460032 951312 33554432000 1073741824 1073778376 140733950562368 140176397775864 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22326] ppid=22321 vsize=9824668 CPUtime=2.43 cores=0,2,4,6
/proc/22323/task/22326/stat : 22326 (java) S 22321 22323 18255 0 -1 4202560 316 0 0 0 236 7 0 0 20 0 22 0 254489979 10060460032 951312 33554432000 1073741824 1073778376 140733950562368 140176241834664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22323/tid=22327] ppid=22321 vsize=9824668 CPUtime=2.39 cores=0,2,4,6
/proc/22323/task/22327/stat : 22327 (java) S 22321 22323 18255 0 -1 4202560 723 0 0 0 232 7 0 0 20 0 22 0 254489979 10060460032 951312 33554432000 1073741824 1073778376 140733950562368 140176240782120 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22328] ppid=22321 vsize=9824668 CPUtime=2.26 cores=0,2,4,6
/proc/22323/task/22328/stat : 22328 (java) S 22321 22323 18255 0 -1 4202560 335 0 0 0 218 8 0 0 20 0 22 0 254489979 10060460032 951312 33554432000 1073741824 1073778376 140733950562368 140176239729576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22323/tid=22329] ppid=22321 vsize=9824668 CPUtime=2.39 cores=0,2,4,6
/proc/22323/task/22329/stat : 22329 (java) S 22321 22323 18255 0 -1 4202560 680 0 0 0 231 8 0 0 20 0 22 0 254489979 10060460032 951312 33554432000 1073741824 1073778376 140733950562368 140176238677032 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22323/tid=22330] ppid=22321 vsize=9824668 CPUtime=2.43 cores=0,2,4,6
/proc/22323/task/22330/stat : 22330 (java) S 22321 22323 18255 0 -1 4202560 555 0 0 0 236 7 0 0 20 0 22 0 254489979 10060460032 951312 33554432000 1073741824 1073778376 140733950562368 140176237623464 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22331] ppid=22321 vsize=9824668 CPUtime=2.13 cores=0,2,4,6
/proc/22323/task/22331/stat : 22331 (java) S 22321 22323 18255 0 -1 4202560 731 0 0 0 207 6 0 0 20 0 22 0 254489979 10060460032 951312 33554432000 1073741824 1073778376 140733950562368 140176236570920 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22332] ppid=22321 vsize=9824668 CPUtime=2.35 cores=0,2,4,6
/proc/22323/task/22332/stat : 22332 (java) S 22321 22323 18255 0 -1 4202560 375 0 0 0 230 5 0 0 20 0 22 0 254489979 10060460032 951312 33554432000 1073741824 1073778376 140733950562368 140176235518376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22323/tid=22333] ppid=22321 vsize=9824668 CPUtime=2.42 cores=0,2,4,6
/proc/22323/task/22333/stat : 22333 (java) S 22321 22323 18255 0 -1 4202560 459 0 0 0 235 7 0 0 20 0 22 0 254489979 10060460032 951312 33554432000 1073741824 1073778376 140733950562368 140176234465832 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22323/tid=22334] ppid=22321 vsize=9824668 CPUtime=60.66 cores=0,2,4,6
/proc/22323/task/22334/stat : 22334 (java) S 22321 22323 18255 0 -1 4202560 4000 0 0 0 6047 19 0 0 20 0 22 0 254489980 10060460032 951312 33554432000 1073741824 1073778376 140733950562368 140176222055016 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22323/tid=22335] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22335/stat : 22335 (java) S 22321 22323 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254489980 10060460032 951312 33554432000 1073741824 1073778376 140733950562368 140176221001336 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22323/tid=22336] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22336/stat : 22336 (java) S 22321 22323 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254489981 10060460032 951312 33554432000 1073741824 1073778376 140733950562368 140176219948680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22323/tid=22337] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22337/stat : 22337 (java) S 22321 22323 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254489983 10060460032 951312 33554432000 1073741824 1073778376 140733950562368 140176218897424 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22323/tid=22338] ppid=22321 vsize=9824668 CPUtime=1.37 cores=0,2,4,6
/proc/22323/task/22338/stat : 22338 (java) S 22321 22323 18255 0 -1 4202560 6631 0 0 0 135 2 0 0 20 0 22 0 254489983 10060460032 951312 33554432000 1073741824 1073778376 140733950562368 140176217843768 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22323/tid=22339] ppid=22321 vsize=9824668 CPUtime=1.57 cores=0,2,4,6
/proc/22323/task/22339/stat : 22339 (java) S 22321 22323 18255 0 -1 4202560 10317 0 0 0 155 2 0 0 20 0 22 0 254489983 10060460032 951312 33554432000 1073741824 1073778376 140733950562368 140176216791224 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22323/tid=22340] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22340/stat : 22340 (java) S 22321 22323 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254489983 10060460032 951312 33554432000 1073741824 1073778376 140733950562368 140176215738872 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22323/tid=22341] ppid=22321 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/22323/task/22341/stat : 22341 (java) S 22321 22323 18255 0 -1 4202560 51 0 0 0 16 14 0 0 20 0 22 0 254489983 10060460032 951312 33554432000 1073741824 1073778376 140733950562368 140176214686536 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22342] ppid=22321 vsize=9824668 CPUtime=813.78 cores=0,2,4,6
/proc/22323/task/22342/stat : 22342 (java) R 22321 22323 18255 0 -1 4202560 122 0 0 0 81364 14 0 0 20 0 22 0 254490022 10060460032 951312 33554432000 1073741824 1073778376 140733950562368 140176213629792 140176270201654 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22323/tid=22343] ppid=22321 vsize=9824668 CPUtime=813.62 cores=0,2,4,6
/proc/22323/task/22343/stat : 22343 (java) R 22321 22323 18255 0 -1 4202560 1260 0 0 0 81315 47 0 0 20 0 22 0 254490022 10060460032 951312 33554432000 1073741824 1073778376 140733950562368 140176212577952 140176270447826 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22344] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22344/stat : 22344 (java) S 22321 22323 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254490024 10060460032 951312 33554432000 1073741824 1073778376 140733950562368 140176211527208 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22345] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22345/stat : 22345 (java) S 22321 22323 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254490024 10060460032 951312 33554432000 1073741824 1073778376 140733950562368 140176210474664 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1714.9
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+927.001 s]
/proc/loadavg: 4.00 3.97 3.87 5/219 22416
/proc/meminfo: memFree=23252016/32873844 swapFree=7384/7384
[pid=22323] ppid=22321 vsize=9824668 CPUtime=1800.11 cores=0,2,4,6
/proc/22323/stat : 22323 (java) S 22321 22323 18255 0 -1 4202496 30473 0 1 0 179879 132 0 0 20 0 22 0 254489976 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140733950553504 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22323/statm: 2456167 956145 2287 9 0 2446860 0
[pid=22323/tid=22325] ppid=22321 vsize=9824668 CPUtime=0.46 cores=0,2,4,6
/proc/22323/task/22325/stat : 22325 (java) S 22321 22323 18255 0 -1 4202560 2551 0 1 0 42 4 0 0 20 0 22 0 254489978 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176397775864 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22326] ppid=22321 vsize=9824668 CPUtime=2.57 cores=0,2,4,6
/proc/22323/task/22326/stat : 22326 (java) S 22321 22323 18255 0 -1 4202560 325 0 0 0 250 7 0 0 20 0 22 0 254489979 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176241834664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22327] ppid=22321 vsize=9824668 CPUtime=2.5 cores=0,2,4,6
/proc/22323/task/22327/stat : 22327 (java) S 22321 22323 18255 0 -1 4202560 724 0 0 0 243 7 0 0 20 0 22 0 254489979 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176240782120 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22323/tid=22328] ppid=22321 vsize=9824668 CPUtime=2.44 cores=0,2,4,6
/proc/22323/task/22328/stat : 22328 (java) S 22321 22323 18255 0 -1 4202560 352 0 0 0 236 8 0 0 20 0 22 0 254489979 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176239729576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22329] ppid=22321 vsize=9824668 CPUtime=2.54 cores=0,2,4,6
/proc/22323/task/22329/stat : 22329 (java) S 22321 22323 18255 0 -1 4202560 702 0 0 0 246 8 0 0 20 0 22 0 254489979 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176238677032 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22323/tid=22330] ppid=22321 vsize=9824668 CPUtime=2.59 cores=0,2,4,6
/proc/22323/task/22330/stat : 22330 (java) S 22321 22323 18255 0 -1 4202560 566 0 0 0 252 7 0 0 20 0 22 0 254489979 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176237623464 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22323/tid=22331] ppid=22321 vsize=9824668 CPUtime=2.28 cores=0,2,4,6
/proc/22323/task/22331/stat : 22331 (java) S 22321 22323 18255 0 -1 4202560 744 0 0 0 222 6 0 0 20 0 22 0 254489979 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176236570920 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22332] ppid=22321 vsize=9824668 CPUtime=2.48 cores=0,2,4,6
/proc/22323/task/22332/stat : 22332 (java) S 22321 22323 18255 0 -1 4202560 379 0 0 0 243 5 0 0 20 0 22 0 254489979 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176235518376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22333] ppid=22321 vsize=9824668 CPUtime=2.59 cores=0,2,4,6
/proc/22323/task/22333/stat : 22333 (java) S 22321 22323 18255 0 -1 4202560 477 0 0 0 252 7 0 0 20 0 22 0 254489979 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176234465832 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22323/tid=22334] ppid=22321 vsize=9824668 CPUtime=65.37 cores=0,2,4,6
/proc/22323/task/22334/stat : 22334 (java) S 22321 22323 18255 0 -1 4202560 4077 0 0 0 6517 20 0 0 20 0 22 0 254489980 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176222055016 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22323/tid=22335] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22335/stat : 22335 (java) S 22321 22323 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254489980 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176221001336 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22323/tid=22336] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22336/stat : 22336 (java) S 22321 22323 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254489981 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176219948680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22323/tid=22337] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22337/stat : 22337 (java) S 22321 22323 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254489983 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176218897424 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22323/tid=22338] ppid=22321 vsize=9824668 CPUtime=1.37 cores=0,2,4,6
/proc/22323/task/22338/stat : 22338 (java) S 22321 22323 18255 0 -1 4202560 6631 0 0 0 135 2 0 0 20 0 22 0 254489983 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176217843768 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22323/tid=22339] ppid=22321 vsize=9824668 CPUtime=1.57 cores=0,2,4,6
/proc/22323/task/22339/stat : 22339 (java) S 22321 22323 18255 0 -1 4202560 10317 0 0 0 155 2 0 0 20 0 22 0 254489983 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176216791224 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22323/tid=22340] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22340/stat : 22340 (java) S 22321 22323 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254489983 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176215738872 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22323/tid=22341] ppid=22321 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/22323/task/22341/stat : 22341 (java) S 22321 22323 18255 0 -1 4202560 53 0 0 0 17 15 0 0 20 0 22 0 254489983 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176214686536 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22342] ppid=22321 vsize=9824668 CPUtime=853.35 cores=0,2,4,6
/proc/22323/task/22342/stat : 22342 (java) R 22321 22323 18255 0 -1 4202560 122 0 0 0 85320 15 0 0 20 0 22 0 254490022 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176213631584 140176270113959 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22323/tid=22343] ppid=22321 vsize=9824668 CPUtime=853.14 cores=0,2,4,6
/proc/22323/task/22343/stat : 22343 (java) R 22321 22323 18255 0 -1 4202560 1264 0 0 0 85267 47 0 0 20 0 22 0 254490022 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176212576992 140176270782645 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22344] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22344/stat : 22344 (java) S 22321 22323 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254490024 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176211527208 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22345] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22345/stat : 22345 (java) S 22321 22323 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254490024 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176210474664 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
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+927.001 s]
/proc/loadavg: 4.00 3.97 3.87 5/219 22416
/proc/meminfo: memFree=23252016/32873844 swapFree=7384/7384
[pid=22323] ppid=22321 vsize=9824668 CPUtime=1800.11 cores=0,2,4,6
/proc/22323/stat : 22323 (java) S 22321 22323 18255 0 -1 4202496 30473 0 1 0 179879 132 0 0 20 0 22 0 254489976 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140733950553504 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22323/statm: 2456167 956145 2287 9 0 2446860 0
[pid=22323/tid=22325] ppid=22321 vsize=9824668 CPUtime=0.46 cores=0,2,4,6
/proc/22323/task/22325/stat : 22325 (java) S 22321 22323 18255 0 -1 4202560 2551 0 1 0 42 4 0 0 20 0 22 0 254489978 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176397775864 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22326] ppid=22321 vsize=9824668 CPUtime=2.57 cores=0,2,4,6
/proc/22323/task/22326/stat : 22326 (java) S 22321 22323 18255 0 -1 4202560 325 0 0 0 250 7 0 0 20 0 22 0 254489979 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176241834664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22327] ppid=22321 vsize=9824668 CPUtime=2.5 cores=0,2,4,6
/proc/22323/task/22327/stat : 22327 (java) S 22321 22323 18255 0 -1 4202560 724 0 0 0 243 7 0 0 20 0 22 0 254489979 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176240782120 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22323/tid=22328] ppid=22321 vsize=9824668 CPUtime=2.44 cores=0,2,4,6
/proc/22323/task/22328/stat : 22328 (java) S 22321 22323 18255 0 -1 4202560 352 0 0 0 236 8 0 0 20 0 22 0 254489979 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176239729576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22329] ppid=22321 vsize=9824668 CPUtime=2.54 cores=0,2,4,6
/proc/22323/task/22329/stat : 22329 (java) S 22321 22323 18255 0 -1 4202560 702 0 0 0 246 8 0 0 20 0 22 0 254489979 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176238677032 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22323/tid=22330] ppid=22321 vsize=9824668 CPUtime=2.59 cores=0,2,4,6
/proc/22323/task/22330/stat : 22330 (java) S 22321 22323 18255 0 -1 4202560 566 0 0 0 252 7 0 0 20 0 22 0 254489979 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176237623464 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22323/tid=22331] ppid=22321 vsize=9824668 CPUtime=2.28 cores=0,2,4,6
/proc/22323/task/22331/stat : 22331 (java) S 22321 22323 18255 0 -1 4202560 744 0 0 0 222 6 0 0 20 0 22 0 254489979 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176236570920 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22332] ppid=22321 vsize=9824668 CPUtime=2.48 cores=0,2,4,6
/proc/22323/task/22332/stat : 22332 (java) S 22321 22323 18255 0 -1 4202560 379 0 0 0 243 5 0 0 20 0 22 0 254489979 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176235518376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22333] ppid=22321 vsize=9824668 CPUtime=2.59 cores=0,2,4,6
/proc/22323/task/22333/stat : 22333 (java) S 22321 22323 18255 0 -1 4202560 477 0 0 0 252 7 0 0 20 0 22 0 254489979 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176234465832 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22323/tid=22334] ppid=22321 vsize=9824668 CPUtime=65.37 cores=0,2,4,6
/proc/22323/task/22334/stat : 22334 (java) S 22321 22323 18255 0 -1 4202560 4077 0 0 0 6517 20 0 0 20 0 22 0 254489980 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176222055016 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22323/tid=22335] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22335/stat : 22335 (java) S 22321 22323 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254489980 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176221001336 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22323/tid=22336] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22336/stat : 22336 (java) S 22321 22323 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254489981 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176219948680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22323/tid=22337] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22337/stat : 22337 (java) S 22321 22323 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254489983 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176218897424 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22323/tid=22338] ppid=22321 vsize=9824668 CPUtime=1.37 cores=0,2,4,6
/proc/22323/task/22338/stat : 22338 (java) S 22321 22323 18255 0 -1 4202560 6631 0 0 0 135 2 0 0 20 0 22 0 254489983 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176217843768 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22323/tid=22339] ppid=22321 vsize=9824668 CPUtime=1.57 cores=0,2,4,6
/proc/22323/task/22339/stat : 22339 (java) S 22321 22323 18255 0 -1 4202560 10317 0 0 0 155 2 0 0 20 0 22 0 254489983 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176216791224 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22323/tid=22340] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22340/stat : 22340 (java) S 22321 22323 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254489983 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176215738872 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22323/tid=22341] ppid=22321 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/22323/task/22341/stat : 22341 (java) S 22321 22323 18255 0 -1 4202560 53 0 0 0 17 15 0 0 20 0 22 0 254489983 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176214686536 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22342] ppid=22321 vsize=9824668 CPUtime=853.35 cores=0,2,4,6
/proc/22323/task/22342/stat : 22342 (java) R 22321 22323 18255 0 -1 4202560 122 0 0 0 85320 15 0 0 20 0 22 0 254490022 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176213631584 140176270113959 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22323/tid=22343] ppid=22321 vsize=9824668 CPUtime=853.14 cores=0,2,4,6
/proc/22323/task/22343/stat : 22343 (java) R 22321 22323 18255 0 -1 4202560 1264 0 0 0 85267 47 0 0 20 0 22 0 254490022 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176212576992 140176270782645 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22344] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22344/stat : 22344 (java) S 22321 22323 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254490024 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176211527208 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22323/tid=22345] ppid=22321 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22323/task/22345/stat : 22345 (java) S 22321 22323 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254490024 10060460032 956145 33554432000 1073741824 1073778376 140733950562368 140176210474664 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 9824668

Child status: 143

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

Real time (s): 927.073
CPU time (s): 1800.11
CPU user time (s): 1798.79
CPU system time (s): 1.32
CPU usage (%): 194.171
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.23
system time used= 1.76973
maximum resident set size= 3824704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30506
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25252
involuntary context switches= 33944

runsolver used 3.33049 second user time and 8.07477 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-24 20:20:45
IDJOB=3689618
IDBENCH=90125
IDSOLVER=2268
FILE ID=node136/3689618-1337883645
RUNJOBID= node136-1337871880-18271
PBS_JOBID= 14620068
Free space on /tmp= 71716 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K82.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689618-1337883645/watcher-3689618-1337883645 -o /tmp/evaluation-result-3689618-1337883645/solver-3689618-1337883645 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689618-1337883645.opb

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

MD5SUM BENCH= 007cb74ee15cb0b4c01d23d6abd9d82b
RANDOM SEED=1924914499

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:        26525168 kB
Buffers:          286712 kB
Cached:          1911068 kB
SwapCached:        24460 kB
Active:          3926408 kB
Inactive:        1625084 kB
Active(anon):    3328680 kB
Inactive(anon):    25096 kB
Active(file):     597728 kB
Inactive(file):  1599988 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:               840 kB
Writeback:             0 kB
AnonPages:       3361984 kB
Mapped:            17832 kB
Shmem:                 0 kB
Slab:             626836 kB
SReclaimable:      68556 kB
SUnreclaim:       558280 kB
KernelStack:        1584 kB
PageTables:        10736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    4111100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3299328 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= 71712 MiB
End job on node136 at 2012-05-24 20:36:14