Trace number 3744498

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_5_ic.opb
MD5SUMd92c3493b3e048f1d4b1212b9868f41b
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 125000000
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 11266082609
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 125000000
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 11266082609
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.07/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.12	c See www.sat4j.org for details.
0.07/0.12	c version 2.3.1.v20110525
0.07/0.12	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.12	c java.vm.version	19.1-b02
0.07/0.12	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.12	c sun.arch.data.model	64
0.07/0.12	c java.version		1.6.0_24
0.07/0.12	c os.name		Linux
0.07/0.12	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.12	c os.arch		amd64
0.07/0.12	c Free memory 		9996466904
0.07/0.12	c Max memory 		10048897024
0.07/0.12	c Total memory 		10048897024
0.07/0.12	c Number of processors 	8
0.07/0.15	c Pseudo Boolean Optimization
0.07/0.15	c ManyCore solver with 2 solvers running in parallel
0.07/0.15	c --- Begin Solver configuration ---
0.07/0.15	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.07/0.15	c Learn all clauses as in MiniSAT
0.07/0.15	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.15	c Expensive reason simplification
0.07/0.15	c Armin Biere (Picosat) restarts strategy
0.07/0.15	c Glucose learned constraints deletion strategy
0.07/0.15	c timeout=2147483s
0.07/0.15	c DB Simplification allowed=false
0.07/0.15	c --- End Solver configuration ---
0.07/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.15	c --- Begin Solver configuration ---
0.07/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.07/0.15	c Learn all clauses as in MiniSAT
0.07/0.15	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.15	c No reason simplification
0.07/0.15	c Armin Biere (Picosat) restarts strategy
0.07/0.15	c Glucose learned constraints deletion strategy
0.07/0.15	c timeout=2147483s
0.07/0.15	c DB Simplification allowed=false
0.07/0.15	c --- End Solver configuration ---
0.07/0.15	c solving HOME/instance-3744498-1338808060.opb
0.07/0.15	c reading problem ... 
1.33/0.70	c ... done. Wall clock time 0.554s.
1.33/0.70	c #vars     15725
1.33/0.70	c #constraints  33211
1.33/0.70	c constraints type 
1.33/0.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.33/0.70	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.33/0.70	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.33/0.70	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.33/0.70	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.33/0.70	c constraints type 
1.33/0.70	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1.33/0.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1.33/0.70	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1.33/0.70	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1.33/0.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
9.54/4.22	c cleaning 2500 clauses out of 5001 with flag 5001/5001
14.96/6.91	c cleaning 4252 clauses out of 8503 with flag 11003/11003
21.37/10.15	c cleaning 5619 clauses out of 11248 with flag 18000/18000
30.30/14.67	c cleaning 6809 clauses out of 13631 with flag 26002/26002
40.45/19.78	c cleaning 7904 clauses out of 15821 with flag 35001/35001
50.33/24.70	c cleaning 8953 clauses out of 17918 with flag 45002/45002
60.43/29.84	c cleaning 9974 clauses out of 19963 with flag 56000/56000
75.70/37.55	c cleaning 10988 clauses out of 21993 with flag 68004/68004
92.76/46.13	c cleaning 11987 clauses out of 24001 with flag 81000/81000
106.22/52.95	c cleaning 12992 clauses out of 26014 with flag 95000/95000
123.52/61.69	c cleaning 14006 clauses out of 28022 with flag 110000/110000
140.56/70.23	c cleaning 14991 clauses out of 30017 with flag 126001/126001
158.54/79.36	c cleaning 16002 clauses out of 32025 with flag 143000/143000
179.20/89.70	c cleaning 17007 clauses out of 34023 with flag 161000/161000
202.66/101.56	c cleaning 18001 clauses out of 36016 with flag 180000/180000
225.32/112.99	c cleaning 19002 clauses out of 38018 with flag 200003/200003
255.08/127.91	c cleaning 20002 clauses out of 40014 with flag 221001/221001
287.75/144.34	c cleaning 20998 clauses out of 42012 with flag 243001/243001
317.60/159.33	c cleaning 22001 clauses out of 44014 with flag 266001/266001
343.42/172.39	c cleaning 23002 clauses out of 46013 with flag 290001/290001
374.95/188.28	c cleaning 23998 clauses out of 48012 with flag 315002/315002
405.96/203.82	c cleaning 24994 clauses out of 50012 with flag 341000/341000
425.38/213.68	c cleaning 0 clauses out of 5010 with flag 0/5010
450.46/226.00	c cleaning 26005 clauses out of 52020 with flag 368002/368002
495.69/248.78	c cleaning 26989 clauses out of 54016 with flag 396003/396003
529.11/265.53	c cleaning 28005 clauses out of 56025 with flag 425001/425001
565.15/283.61	c cleaning 28993 clauses out of 58020 with flag 455001/455001
607.03/304.69	c cleaning 29995 clauses out of 60027 with flag 486001/486001
666.54/334.53	c cleaning 30997 clauses out of 62032 with flag 518001/518001
706.35/354.54	c cleaning 32010 clauses out of 64035 with flag 551001/551001
747.52/375.26	c cleaning 32997 clauses out of 66024 with flag 585000/585000
792.51/397.84	c cleaning 33504 clauses out of 67030 with flag 619003/619003
842.79/423.15	c cleaning 33755 clauses out of 67523 with flag 653000/653000
899.21/451.47	c cleaning 33863 clauses out of 67770 with flag 687002/687002
965.64/484.70	c cleaning 33929 clauses out of 67908 with flag 721003/721003
1020.29/512.13	c cleaning 33984 clauses out of 67978 with flag 755002/755002
1075.77/540.08	c cleaning 33982 clauses out of 67994 with flag 789002/789002
1125.74/565.19	c cleaning 33990 clauses out of 68011 with flag 823001/823001
1179.11/591.91	c cleaning 33991 clauses out of 68021 with flag 857001/857001
1227.49/616.26	c cleaning 34006 clauses out of 68034 with flag 891005/891005
1270.27/637.84	c cleaning 34008 clauses out of 68023 with flag 925000/925000
1315.38/660.50	c cleaning 34002 clauses out of 68018 with flag 959003/959003
1365.30/685.67	c cleaning 34002 clauses out of 68015 with flag 993002/993002
1412.04/709.15	c cleaning 34003 clauses out of 68011 with flag 1027000/1027000
1455.36/731.09	c cleaning 34000 clauses out of 68010 with flag 1061002/1061002
1495.50/751.26	c cleaning 33996 clauses out of 68009 with flag 1095001/1095001
1541.00/774.14	c cleaning 33998 clauses out of 68013 with flag 1129001/1129001
1586.31/796.97	c cleaning 34001 clauses out of 68015 with flag 1163001/1163001
1631.22/819.69	c cleaning 34002 clauses out of 68014 with flag 1197001/1197001
1677.34/842.84	c cleaning 33998 clauses out of 68012 with flag 1231001/1231001
1722.25/865.42	c cleaning 34001 clauses out of 68013 with flag 1265000/1265000
1767.53/888.25	c cleaning 33999 clauses out of 68012 with flag 1299000/1299000
1800.08/904.71	c starts		: 190
1800.08/904.71	c conflicts		: 1325648
1800.08/904.71	c decisions		: 1794539
1800.08/904.71	c propagations		: 809210928
1800.08/904.71	c inspects		: 5835759717
1800.08/904.71	c shortcuts		: 0
1800.08/904.71	c learnt literals	: 0
1800.08/904.71	c learnt binary clauses	: 0
1800.08/904.71	c learnt ternary clauses	: 0
1800.08/904.71	c learnt constraints	: 1325648
1800.08/904.71	c ignored constraints	: 0
1800.08/904.71	c root simplifications	: 0
1800.08/904.71	c removed literals (reason simplification)	: 55464635
1800.08/904.71	c reason swapping (by a shorter reason)	: 0
1800.08/904.71	c Calls to reduceDB	: 51
1800.08/904.71	c number of reductions to clauses (during analyze)	: 0
1800.08/904.71	c number of learned constraints concerned by reduction	: 0
1800.08/904.71	c number of learning phase by resolution	: 0
1800.08/904.71	c number of learning phase by cutting planes	: 0
1800.08/904.71	c speed (assignments/second)	: 895137.1049813718
1800.08/904.71	c non guided choices	10
1800.08/904.73	c learnt constraints type 
1800.08/904.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 60681
1800.08/904.73	c constraints type 
1800.08/904.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.08/904.73	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.08/904.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.08/904.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.08/904.73	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1800.08/904.73	c constraints type 
1800.08/904.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1800.08/904.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1800.08/904.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.08/904.73	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1800.08/904.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.08/904.73	s UNKNOWN
1800.08/904.73	c Total wall clock time (in seconds): 904.589

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

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

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


[startup+0 s]
/proc/loadavg: 4.00 3.99 3.79 4/197 2238
/proc/meminfo: memFree=24764248/32873844 swapFree=7116/7116
[pid=2238] ppid=2236 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/2238/stat : 2238 (java) D 2236 2238 32548 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 346931030 2560000 46 33554432000 1073741824 1073778376 140733340949056 140733340946184 227132140839 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/2238/statm: 625 46 37 9 0 29 0

[startup+0.0574889 s]
/proc/loadavg: 4.00 3.99 3.79 4/197 2238
/proc/meminfo: memFree=24764248/32873844 swapFree=7116/7116
[pid=2238] ppid=2236 vsize=11044572 CPUtime=0.03 cores=1,3,5,7
/proc/2238/stat : 2238 (java) S 2236 2238 32548 0 -1 4202496 4065 0 1 0 2 1 0 0 20 0 10 0 346931030 11309641728 11919 33554432000 1073741824 1073778376 140734243301872 140734243293008 227144663101 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2238/statm: 2761143 11920 1548 9 0 2751844 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11044572

[startup+0.100332 s]
/proc/loadavg: 4.00 3.99 3.79 4/197 2238
/proc/meminfo: memFree=24764248/32873844 swapFree=7116/7116
[pid=2238] ppid=2236 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/2238/stat : 2238 (java) S 2236 2238 32548 0 -1 4202496 4421 0 1 0 5 2 0 0 20 0 18 0 346931030 11864465408 12784 33554432000 1073741824 1073778376 140734243301872 140734243293008 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2238/statm: 2896598 12784 1764 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300334 s]
/proc/loadavg: 4.00 3.99 3.79 4/197 2238
/proc/meminfo: memFree=24764248/32873844 swapFree=7116/7116
[pid=2238] ppid=2236 vsize=11586392 CPUtime=0.46 cores=1,3,5,7
/proc/2238/stat : 2238 (java) S 2236 2238 32548 0 -1 4202496 6401 0 1 0 44 2 0 0 20 0 18 0 346931030 11864465408 16308 33554432000 1073741824 1073778376 140734243301872 140734243293008 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2238/statm: 2896598 16310 2223 9 0 2887285 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 11586392

[startup+0.700311 s]
/proc/loadavg: 4.00 3.99 3.79 4/197 2238
/proc/meminfo: memFree=24764248/32873844 swapFree=7116/7116
[pid=2238] ppid=2236 vsize=11586392 CPUtime=1.33 cores=1,3,5,7
/proc/2238/stat : 2238 (java) S 2236 2238 32548 0 -1 4202496 10554 0 1 0 128 5 0 0 20 0 18 0 346931030 11864465408 45296 33554432000 1073741824 1073778376 140734243301872 140734243293008 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2238/statm: 2896598 45296 2239 9 0 2887285 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 11586392

[startup+1.50083 s]
/proc/loadavg: 4.00 3.99 3.79 7/219 2260
/proc/meminfo: memFree=24565876/32873844 swapFree=7116/7116
[pid=2238] ppid=2236 vsize=11852648 CPUtime=3.85 cores=1,3,5,7
/proc/2238/stat : 2238 (java) S 2236 2238 32548 0 -1 4202496 13674 0 1 0 377 8 0 0 20 0 22 0 346931030 12137111552 73575 33554432000 1073741824 1073778376 140734243301872 140734243293008 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2238/statm: 2963162 73575 2262 9 0 2953849 0
[pid=2238/tid=2240] ppid=2236 vsize=11852648 CPUtime=0.66 cores=1,3,5,7
/proc/2238/task/2240/stat : 2240 (java) S 2236 2238 32548 0 -1 4202560 3434 0 1 0 62 4 0 0 20 0 22 0 346931031 12137111552 73575 33554432000 1073741824 1073778376 140734243301872 139914081440920 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2238/tid=2241] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2241/stat : 2241 (java) S 2236 2238 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346931034 12137111552 73575 33554432000 1073741824 1073778376 140734243301872 139914070501672 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2242] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2242/stat : 2242 (java) S 2236 2238 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346931034 12137111552 73575 33554432000 1073741824 1073778376 140734243301872 139914069448872 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2238/tid=2243] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2243/stat : 2243 (java) S 2236 2238 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346931034 12137111552 73575 33554432000 1073741824 1073778376 140734243301872 139914068396584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2238/tid=2244] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2244/stat : 2244 (java) S 2236 2238 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346931034 12137111552 73575 33554432000 1073741824 1073778376 140734243301872 139914067343784 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2238/tid=2245] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2245/stat : 2245 (java) S 2236 2238 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346931034 12137111552 73575 33554432000 1073741824 1073778376 140734243301872 139914066291496 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2246] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2246/stat : 2246 (java) S 2236 2238 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346931034 12137111552 73575 33554432000 1073741824 1073778376 140734243301872 139914065238696 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2238/tid=2247] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2247/stat : 2247 (java) S 2236 2238 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346931034 12137111552 73575 33554432000 1073741824 1073778376 140734243301872 139914064186408 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2238/tid=2248] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2248/stat : 2248 (java) S 2236 2238 32548 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 346931034 12137111552 73575 33554432000 1073741824 1073778376 140734243301872 139913910840232 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2249] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2249/stat : 2249 (java) S 2236 2238 32548 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 346931036 12137111552 73575 33554432000 1073741824 1073778376 140734243301872 139913898641640 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2250] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2250/stat : 2250 (java) S 2236 2238 32548 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 346931036 12137111552 73575 33554432000 1073741824 1073778376 140734243301872 139913897587704 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2251] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2251/stat : 2251 (java) S 2236 2238 32548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 346931036 12137111552 73575 33554432000 1073741824 1073778376 140734243301872 139913896535304 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2238/tid=2252] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2252/stat : 2252 (java) S 2236 2238 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346931039 12137111552 73575 33554432000 1073741824 1073778376 140734243301872 139913895483792 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2253] ppid=2236 vsize=11852648 CPUtime=0.79 cores=1,3,5,7
/proc/2238/task/2253/stat : 2253 (java) S 2236 2238 32548 0 -1 4202560 4537 0 0 0 78 1 0 0 20 0 22 0 346931039 12137111552 73575 33554432000 1073741824 1073778376 140734243301872 139913894431416 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2254] ppid=2236 vsize=11852648 CPUtime=0.78 cores=1,3,5,7
/proc/2238/task/2254/stat : 2254 (java) S 2236 2238 32548 0 -1 4202560 4358 0 0 0 78 0 0 0 20 0 22 0 346931039 12137111552 73575 33554432000 1073741824 1073778376 140734243301872 139913893378616 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2238/tid=2255] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2255/stat : 2255 (java) S 2236 2238 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346931039 12137111552 73575 33554432000 1073741824 1073778376 140734243301872 139913892326520 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2238/tid=2256] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2256/stat : 2256 (java) S 2236 2238 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346931039 12137111552 73575 33554432000 1073741824 1073778376 140734243301872 139913891273928 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2257] ppid=2236 vsize=11852648 CPUtime=0.76 cores=1,3,5,7
/proc/2238/task/2257/stat : 2257 (java) R 2236 2238 32548 0 -1 4202560 26 0 0 0 76 0 0 0 20 0 22 0 346931101 12137111552 73575 33554432000 1073741824 1073778376 140734243301872 139913890218344 139913945937623 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=2238/tid=2258] ppid=2236 vsize=11852648 CPUtime=0.78 cores=1,3,5,7
/proc/2238/task/2258/stat : 2258 (java) R 2236 2238 32548 0 -1 4202560 118 0 0 0 76 2 0 0 20 0 22 0 346931101 12137111552 73575 33554432000 1073741824 1073778376 140734243301872 139913889165400 139913945277424 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2238/tid=2259] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2259/stat : 2259 (java) S 2236 2238 32548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 346931103 12137111552 73575 33554432000 1073741824 1073778376 140734243301872 139913888113832 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2260] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2260/stat : 2260 (java) S 2236 2238 32548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 346931103 12137111552 73575 33554432000 1073741824 1073778376 140734243301872 139913887061032 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 11852648

[startup+3.1008 s]
/proc/loadavg: 4.00 3.99 3.79 6/219 2260
/proc/meminfo: memFree=24371132/32873844 swapFree=7116/7116
[pid=2238] ppid=2236 vsize=11852648 CPUtime=7.26 cores=1,3,5,7
/proc/2238/stat : 2238 (java) S 2236 2238 32548 0 -1 4202496 13835 0 1 0 712 14 0 0 20 0 22 0 346931030 12137111552 145274 33554432000 1073741824 1073778376 140734243301872 140734243293008 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2238/statm: 2963162 145274 2265 9 0 2953849 0
[pid=2238/tid=2240] ppid=2236 vsize=11852648 CPUtime=0.66 cores=1,3,5,7
/proc/2238/task/2240/stat : 2240 (java) S 2236 2238 32548 0 -1 4202560 3434 0 1 0 62 4 0 0 20 0 22 0 346931031 12137111552 145274 33554432000 1073741824 1073778376 140734243301872 139914081440920 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2238/tid=2241] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2241/stat : 2241 (java) S 2236 2238 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346931034 12137111552 145274 33554432000 1073741824 1073778376 140734243301872 139914070501672 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2242] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2242/stat : 2242 (java) S 2236 2238 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346931034 12137111552 145274 33554432000 1073741824 1073778376 140734243301872 139914069448872 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2238/tid=2243] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2243/stat : 2243 (java) S 2236 2238 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346931034 12137111552 145274 33554432000 1073741824 1073778376 140734243301872 139914068396584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2238/tid=2244] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2244/stat : 2244 (java) S 2236 2238 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346931034 12137111552 145274 33554432000 1073741824 1073778376 140734243301872 139914067343784 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2238/tid=2245] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2245/stat : 2245 (java) S 2236 2238 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346931034 12137111552 145274 33554432000 1073741824 1073778376 140734243301872 139914066291496 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2246] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2246/stat : 2246 (java) S 2236 2238 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346931034 12137111552 145274 33554432000 1073741824 1073778376 140734243301872 139914065238696 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2238/tid=2247] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2247/stat : 2247 (java) S 2236 2238 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346931034 12137111552 145274 33554432000 1073741824 1073778376 140734243301872 139914064186408 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2238/tid=2248] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2248/stat : 2248 (java) S 2236 2238 32548 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 346931034 12137111552 145274 33554432000 1073741824 1073778376 140734243301872 139913910840232 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2249] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2249/stat : 2249 (java) S 2236 2238 32548 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 346931036 12137111552 145274 33554432000 1073741824 1073778376 140734243301872 139913898641640 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2250] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2250/stat : 2250 (java) S 2236 2238 32548 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 346931036 12137111552 145274 33554432000 1073741824 1073778376 140734243301872 139913897587704 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2251] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2251/stat : 2251 (java) S 2236 2238 32548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 346931036 12137111552 145274 33554432000 1073741824 1073778376 140734243301872 139913896535304 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2238/tid=2252] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2252/stat : 2252 (java) S 2236 2238 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346931039 12137111552 145274 33554432000 1073741824 1073778376 140734243301872 139913895483792 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2253] ppid=2236 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/2238/task/2253/stat : 2253 (java) S 2236 2238 32548 0 -1 4202560 4545 0 0 0 95 2 0 0 20 0 22 0 346931039 12137111552 145274 33554432000 1073741824 1073778376 140734243301872 139913894431416 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2254] ppid=2236 vsize=11852648 CPUtime=0.84 cores=1,3,5,7
/proc/2238/task/2254/stat : 2254 (java) S 2236 2238 32548 0 -1 4202560 4369 0 0 0 84 0 0 0 20 0 22 0 346931039 12137111552 145274 33554432000 1073741824 1073778376 140734243301872 139913893378616 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2238/tid=2255] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2255/stat : 2255 (java) S 2236 2238 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346931039 12137111552 145274 33554432000 1073741824 1073778376 140734243301872 139913892326520 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2238/tid=2256] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2256/stat : 2256 (java) S 2236 2238 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346931039 12137111552 145274 33554432000 1073741824 1073778376 140734243301872 139913891273928 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2257] ppid=2236 vsize=11852648 CPUtime=2.34 cores=1,3,5,7
/proc/2238/task/2257/stat : 2257 (java) R 2236 2238 32548 0 -1 4202560 29 0 0 0 234 0 0 0 20 0 22 0 346931101 12137111552 145274 33554432000 1073741824 1073778376 140734243301872 139913890216400 139913945729473 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=2238/tid=2258] ppid=2236 vsize=11852648 CPUtime=2.37 cores=1,3,5,7
/proc/2238/task/2258/stat : 2258 (java) R 2236 2238 32548 0 -1 4202560 257 0 0 0 229 8 0 0 20 0 22 0 346931101 12137111552 145274 33554432000 1073741824 1073778376 140734243301872 139913889163512 139913945623488 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2238/tid=2259] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2259/stat : 2259 (java) S 2236 2238 32548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 346931103 12137111552 145274 33554432000 1073741824 1073778376 140734243301872 139913888113832 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2260] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2260/stat : 2260 (java) S 2236 2238 32548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 346931103 12137111552 145274 33554432000 1073741824 1073778376 140734243301872 139913887061032 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.26
Current children cumulated vsize (KiB) 11852648

[startup+6.30093 s]
/proc/loadavg: 4.00 3.99 3.79 5/219 2260
/proc/meminfo: memFree=23844860/32873844 swapFree=7116/7116
[pid=2238] ppid=2236 vsize=11852648 CPUtime=13.72 cores=1,3,5,7
/proc/2238/stat : 2238 (java) S 2236 2238 32548 0 -1 4202496 14336 0 1 0 1348 24 0 0 20 0 22 0 346931030 12137111552 231346 33554432000 1073741824 1073778376 140734243301872 140734243293008 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2238/statm: 2963162 231346 2290 9 0 2953849 0
[pid=2238/tid=2240] ppid=2236 vsize=11852648 CPUtime=0.66 cores=1,3,5,7
/proc/2238/task/2240/stat : 2240 (java) S 2236 2238 32548 0 -1 4202560 3434 0 1 0 62 4 0 0 20 0 22 0 346931031 12137111552 231346 33554432000 1073741824 1073778376 140734243301872 139914081440920 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2238/tid=2241] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2241/stat : 2241 (java) S 2236 2238 32548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 346931034 12137111552 231346 33554432000 1073741824 1073778376 140734243301872 139914070501672 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2238/tid=2242] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2242/stat : 2242 (java) S 2236 2238 32548 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 346931034 12137111552 231346 33554432000 1073741824 1073778376 140734243301872 139914069448872 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2238/tid=2243] ppid=2236 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/2238/task/2243/stat : 2243 (java) S 2236 2238 32548 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 346931034 12137111552 231346 33554432000 1073741824 1073778376 140734243301872 139914068396584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2238/tid=2244] ppid=2236 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/2238/task/2244/stat : 2244 (java) S 2236 2238 32548 0 -1 4202560 19 0 0 0 1 1 0 0 20 0 22 0 346931034 12137111552 231346 33554432000 1073741824 1073778376 140734243301872 139914067343784 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2238/tid=2245] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2245/stat : 2245 (java) S 2236 2238 32548 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 346931034 12137111552 231346 33554432000 1073741824 1073778376 140734243301872 139914066291496 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2238/tid=2246] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2246/stat : 2246 (java) S 2236 2238 32548 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 346931034 12137111552 231346 33554432000 1073741824 1073778376 140734243301872 139914065238696 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2238/tid=2247] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2247/stat : 2247 (java) S 2236 2238 32548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 346931034 12137111552 231346 33554432000 1073741824 1073778376 140734243301872 139914064186408 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2238/tid=2248] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2248/stat : 2248 (java) S 2236 2238 32548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 346931034 12137111552 231346 33554432000 1073741824 1073778376 140734243301872 139913910840232 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2238/tid=2249] ppid=2236 vsize=11852648 CPUtime=0.11 cores=1,3,5,7
/proc/2238/task/2249/stat : 2249 (java) S 2236 2238 32548 0 -1 4202560 45 0 0 0 11 0 0 0 20 0 22 0 346931036 12137111552 231346 33554432000 1073741824 1073778376 140734243301872 139913898641640 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2250] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2250/stat : 2250 (java) S 2236 2238 32548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 346931036 12137111552 231346 33554432000 1073741824 1073778376 140734243301872 139913897587704 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2251] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2251/stat : 2251 (java) S 2236 2238 32548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 346931036 12137111552 231346 33554432000 1073741824 1073778376 140734243301872 139913896535304 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2238/tid=2252] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2252/stat : 2252 (java) S 2236 2238 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346931039 12137111552 231346 33554432000 1073741824 1073778376 140734243301872 139913895483792 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2253] ppid=2236 vsize=11852648 CPUtime=1.03 cores=1,3,5,7
/proc/2238/task/2253/stat : 2253 (java) S 2236 2238 32548 0 -1 4202560 4547 0 0 0 101 2 0 0 20 0 22 0 346931039 12137111552 231346 33554432000 1073741824 1073778376 140734243301872 139913894431416 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/2238/statm: 2963162 937772 2290 9 0 2953849 0
[pid=2238/tid=2240] ppid=2236 vsize=11852648 CPUtime=0.71 cores=1,3,5,7
/proc/2238/task/2240/stat : 2240 (java) S 2236 2238 32548 0 -1 4202560 3457 0 1 0 66 5 0 0 20 0 22 0 346931031 12137111552 937772 33554432000 1073741824 1073778376 140734243301872 139914081440920 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2238/tid=2241] ppid=2236 vsize=11852648 CPUtime=0.68 cores=1,3,5,7
/proc/2238/task/2241/stat : 2241 (java) S 2236 2238 32548 0 -1 4202560 122 0 0 0 65 3 0 0 20 0 22 0 346931034 12137111552 937772 33554432000 1073741824 1073778376 140734243301872 139914070501672 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2238/tid=2242] ppid=2236 vsize=11852648 CPUtime=0.69 cores=1,3,5,7
/proc/2238/task/2242/stat : 2242 (java) S 2236 2238 32548 0 -1 4202560 149 0 0 0 66 3 0 0 20 0 22 0 346931034 12137111552 937772 33554432000 1073741824 1073778376 140734243301872 139914069448872 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2238/tid=2243] ppid=2236 vsize=11852648 CPUtime=0.85 cores=1,3,5,7
/proc/2238/task/2243/stat : 2243 (java) S 2236 2238 32548 0 -1 4202560 161 0 0 0 80 5 0 0 20 0 22 0 346931034 12137111552 937772 33554432000 1073741824 1073778376 140734243301872 139914068396584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2238/tid=2244] ppid=2236 vsize=11852648 CPUtime=0.86 cores=1,3,5,7
/proc/2238/task/2244/stat : 2244 (java) S 2236 2238 32548 0 -1 4202560 164 0 0 0 81 5 0 0 20 0 22 0 346931034 12137111552 937772 33554432000 1073741824 1073778376 140734243301872 139914067343784 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2238/tid=2245] ppid=2236 vsize=11852648 CPUtime=0.79 cores=1,3,5,7
/proc/2238/task/2245/stat : 2245 (java) S 2236 2238 32548 0 -1 4202560 126 0 0 0 75 4 0 0 20 0 22 0 346931034 12137111552 937772 33554432000 1073741824 1073778376 140734243301872 139914066291496 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2238/tid=2246] ppid=2236 vsize=11852648 CPUtime=0.8 cores=1,3,5,7
/proc/2238/task/2246/stat : 2246 (java) S 2236 2238 32548 0 -1 4202560 141 0 0 0 78 2 0 0 20 0 22 0 346931034 12137111552 937772 33554432000 1073741824 1073778376 140734243301872 139914065238696 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2238/tid=2247] ppid=2236 vsize=11852648 CPUtime=0.8 cores=1,3,5,7
/proc/2238/task/2247/stat : 2247 (java) S 2236 2238 32548 0 -1 4202560 158 0 0 0 76 4 0 0 20 0 22 0 346931034 12137111552 937772 33554432000 1073741824 1073778376 140734243301872 139914064186408 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2238/tid=2248] ppid=2236 vsize=11852648 CPUtime=0.73 cores=1,3,5,7
/proc/2238/task/2248/stat : 2248 (java) S 2236 2238 32548 0 -1 4202560 138 0 0 0 71 2 0 0 20 0 22 0 346931034 12137111552 937772 33554432000 1073741824 1073778376 140734243301872 139913910840232 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2238/tid=2249] ppid=2236 vsize=11852648 CPUtime=13.53 cores=1,3,5,7
/proc/2238/task/2249/stat : 2249 (java) S 2236 2238 32548 0 -1 4202560 192 0 0 0 1348 5 0 0 20 0 22 0 346931036 12137111552 937772 33554432000 1073741824 1073778376 140734243301872 139913898641640 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2250] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2250/stat : 2250 (java) S 2236 2238 32548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 346931036 12137111552 937772 33554432000 1073741824 1073778376 140734243301872 139913897587704 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2251] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2251/stat : 2251 (java) S 2236 2238 32548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 346931036 12137111552 937772 33554432000 1073741824 1073778376 140734243301872 139913896535304 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2238/tid=2252] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2252/stat : 2252 (java) S 2236 2238 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346931039 12137111552 937772 33554432000 1073741824 1073778376 140734243301872 139913895483792 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2253] ppid=2236 vsize=11852648 CPUtime=1.21 cores=1,3,5,7
/proc/2238/task/2253/stat : 2253 (java) S 2236 2238 32548 0 -1 4202560 4555 0 0 0 119 2 0 0 20 0 22 0 346931039 12137111552 937772 33554432000 1073741824 1073778376 140734243301872 139913894431416 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2254] ppid=2236 vsize=11852648 CPUtime=1.66 cores=1,3,5,7
/proc/2238/task/2254/stat : 2254 (java) S 2236 2238 32548 0 -1 4202560 11067 0 0 0 163 3 0 0 20 0 22 0 346931039 12137111552 937772 33554432000 1073741824 1073778376 140734243301872 139913893378616 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2238/tid=2255] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2255/stat : 2255 (java) S 2236 2238 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346931039 12137111552 937772 33554432000 1073741824 1073778376 140734243301872 139913892326520 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2238/tid=2256] ppid=2236 vsize=11852648 CPUtime=0.41 cores=1,3,5,7
/proc/2238/task/2256/stat : 2256 (java) S 2236 2238 32548 0 -1 4202560 51 0 0 0 19 22 0 0 20 0 22 0 346931039 12137111552 937772 33554432000 1073741824 1073778376 140734243301872 139913891273928 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2238/tid=2257] ppid=2236 vsize=11852648 CPUtime=863.84 cores=1,3,5,7
/proc/2238/task/2257/stat : 2257 (java) R 2236 2238 32548 0 -1 4202560 82 0 0 0 86370 14 0 0 20 0 22 0 346931101 12137111552 937772 33554432000 1073741824 1073778376 140734243301872 139913890218192 139913945925378 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2238/tid=2258] ppid=2236 vsize=11852648 CPUtime=863.82 cores=1,3,5,7
/proc/2238/task/2258/stat : 2258 (java) R 2236 2238 32548 0 -1 4202560 1590 0 0 0 86318 64 0 0 20 0 22 0 346931101 12137111552 937772 33554432000 1073741824 1073778376 140734243301872 139913889163472 139913946029339 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2238/tid=2259] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2259/stat : 2259 (java) S 2236 2238 32548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 346931103 12137111552 937772 33554432000 1073741824 1073778376 140734243301872 139913888113832 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2260] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2260/stat : 2260 (java) S 2236 2238 32548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 346931103 12137111552 937772 33554432000 1073741824 1073778376 140734243301872 139913887061032 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1755.74
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+904.701 s]
/proc/loadavg: 4.00 3.95 3.86 5/219 2400
/proc/meminfo: memFree=19693684/32873844 swapFree=7116/7116
[pid=2238] ppid=2236 vsize=11852648 CPUtime=1800.08 cores=1,3,5,7
/proc/2238/stat : 2238 (java) S 2236 2238 32548 0 -1 4202496 23374 0 1 0 179897 111 0 0 20 0 22 0 346931030 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 140734243293008 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2238/statm: 2963162 937800 2291 9 0 2953849 0
[pid=2238/tid=2240] ppid=2236 vsize=11852648 CPUtime=0.71 cores=1,3,5,7
/proc/2238/task/2240/stat : 2240 (java) S 2236 2238 32548 0 -1 4202560 3457 0 1 0 66 5 0 0 20 0 22 0 346931031 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139914081440920 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2238/tid=2241] ppid=2236 vsize=11852648 CPUtime=0.68 cores=1,3,5,7
/proc/2238/task/2241/stat : 2241 (java) S 2236 2238 32548 0 -1 4202560 126 0 0 0 65 3 0 0 20 0 22 0 346931034 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139914070501672 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2238/tid=2242] ppid=2236 vsize=11852648 CPUtime=0.7 cores=1,3,5,7
/proc/2238/task/2242/stat : 2242 (java) S 2236 2238 32548 0 -1 4202560 149 0 0 0 67 3 0 0 20 0 22 0 346931034 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139914069448872 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2243] ppid=2236 vsize=11852648 CPUtime=0.88 cores=1,3,5,7
/proc/2238/task/2243/stat : 2243 (java) S 2236 2238 32548 0 -1 4202560 166 0 0 0 83 5 0 0 20 0 22 0 346931034 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139914068396584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2238/tid=2244] ppid=2236 vsize=11852648 CPUtime=0.87 cores=1,3,5,7
/proc/2238/task/2244/stat : 2244 (java) S 2236 2238 32548 0 -1 4202560 169 0 0 0 82 5 0 0 20 0 22 0 346931034 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139914067343784 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2238/tid=2245] ppid=2236 vsize=11852648 CPUtime=0.82 cores=1,3,5,7
/proc/2238/task/2245/stat : 2245 (java) S 2236 2238 32548 0 -1 4202560 131 0 0 0 78 4 0 0 20 0 22 0 346931034 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139914066291496 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2246] ppid=2236 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/2238/task/2246/stat : 2246 (java) S 2236 2238 32548 0 -1 4202560 141 0 0 0 79 2 0 0 20 0 22 0 346931034 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139914065238696 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2238/tid=2247] ppid=2236 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/2238/task/2247/stat : 2247 (java) S 2236 2238 32548 0 -1 4202560 166 0 0 0 77 4 0 0 20 0 22 0 346931034 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139914064186408 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2248] ppid=2236 vsize=11852648 CPUtime=0.74 cores=1,3,5,7
/proc/2238/task/2248/stat : 2248 (java) S 2236 2238 32548 0 -1 4202560 138 0 0 0 72 2 0 0 20 0 22 0 346931034 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139913910840232 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2249] ppid=2236 vsize=11852648 CPUtime=14.06 cores=1,3,5,7
/proc/2238/task/2249/stat : 2249 (java) S 2236 2238 32548 0 -1 4202560 194 0 0 0 1401 5 0 0 20 0 22 0 346931036 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139913898641640 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2238/tid=2250] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2250/stat : 2250 (java) S 2236 2238 32548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 346931036 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139913897587704 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2251] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2251/stat : 2251 (java) S 2236 2238 32548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 346931036 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139913896535304 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2238/tid=2252] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2252/stat : 2252 (java) S 2236 2238 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346931039 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139913895483792 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2253] ppid=2236 vsize=11852648 CPUtime=1.21 cores=1,3,5,7
/proc/2238/task/2253/stat : 2253 (java) S 2236 2238 32548 0 -1 4202560 4555 0 0 0 119 2 0 0 20 0 22 0 346931039 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139913894431416 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2254] ppid=2236 vsize=11852648 CPUtime=1.68 cores=1,3,5,7
/proc/2238/task/2254/stat : 2254 (java) S 2236 2238 32548 0 -1 4202560 11070 0 0 0 165 3 0 0 20 0 22 0 346931039 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139913893378616 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2238/tid=2255] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2255/stat : 2255 (java) S 2236 2238 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346931039 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139913892326520 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2238/tid=2256] ppid=2236 vsize=11852648 CPUtime=0.42 cores=1,3,5,7
/proc/2238/task/2256/stat : 2256 (java) S 2236 2238 32548 0 -1 4202560 53 0 0 0 19 23 0 0 20 0 22 0 346931039 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139913891273928 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2238/tid=2257] ppid=2236 vsize=11852648 CPUtime=885.61 cores=1,3,5,7
/proc/2238/task/2257/stat : 2257 (java) R 2236 2238 32548 0 -1 4202560 82 0 0 0 88547 14 0 0 20 0 22 0 346931101 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139913890218192 139913945976003 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2238/tid=2258] ppid=2236 vsize=11852648 CPUtime=885.61 cores=1,3,5,7
/proc/2238/task/2258/stat : 2258 (java) R 2236 2238 32548 0 -1 4202560 1590 0 0 0 88497 64 0 0 20 0 22 0 346931101 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139913889163472 139913945951455 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2259] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2259/stat : 2259 (java) S 2236 2238 32548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 346931103 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139913888113832 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2260] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2260/stat : 2260 (java) S 2236 2238 32548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 346931103 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139913887061032 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 11852648

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

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

[startup+904.701 s]
/proc/loadavg: 4.00 3.95 3.86 5/219 2400
/proc/meminfo: memFree=19693684/32873844 swapFree=7116/7116
[pid=2238] ppid=2236 vsize=11852648 CPUtime=1800.08 cores=1,3,5,7
/proc/2238/stat : 2238 (java) S 2236 2238 32548 0 -1 4202496 23374 0 1 0 179897 111 0 0 20 0 22 0 346931030 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 140734243293008 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2238/statm: 2963162 937800 2291 9 0 2953849 0
[pid=2238/tid=2240] ppid=2236 vsize=11852648 CPUtime=0.71 cores=1,3,5,7
/proc/2238/task/2240/stat : 2240 (java) S 2236 2238 32548 0 -1 4202560 3457 0 1 0 66 5 0 0 20 0 22 0 346931031 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139914081440920 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2238/tid=2241] ppid=2236 vsize=11852648 CPUtime=0.68 cores=1,3,5,7
/proc/2238/task/2241/stat : 2241 (java) S 2236 2238 32548 0 -1 4202560 126 0 0 0 65 3 0 0 20 0 22 0 346931034 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139914070501672 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2238/tid=2242] ppid=2236 vsize=11852648 CPUtime=0.7 cores=1,3,5,7
/proc/2238/task/2242/stat : 2242 (java) S 2236 2238 32548 0 -1 4202560 149 0 0 0 67 3 0 0 20 0 22 0 346931034 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139914069448872 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2243] ppid=2236 vsize=11852648 CPUtime=0.88 cores=1,3,5,7
/proc/2238/task/2243/stat : 2243 (java) S 2236 2238 32548 0 -1 4202560 166 0 0 0 83 5 0 0 20 0 22 0 346931034 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139914068396584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2238/tid=2244] ppid=2236 vsize=11852648 CPUtime=0.87 cores=1,3,5,7
/proc/2238/task/2244/stat : 2244 (java) S 2236 2238 32548 0 -1 4202560 169 0 0 0 82 5 0 0 20 0 22 0 346931034 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139914067343784 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2238/tid=2245] ppid=2236 vsize=11852648 CPUtime=0.82 cores=1,3,5,7
/proc/2238/task/2245/stat : 2245 (java) S 2236 2238 32548 0 -1 4202560 131 0 0 0 78 4 0 0 20 0 22 0 346931034 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139914066291496 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2246] ppid=2236 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/2238/task/2246/stat : 2246 (java) S 2236 2238 32548 0 -1 4202560 141 0 0 0 79 2 0 0 20 0 22 0 346931034 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139914065238696 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2238/tid=2247] ppid=2236 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/2238/task/2247/stat : 2247 (java) S 2236 2238 32548 0 -1 4202560 166 0 0 0 77 4 0 0 20 0 22 0 346931034 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139914064186408 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2248] ppid=2236 vsize=11852648 CPUtime=0.74 cores=1,3,5,7
/proc/2238/task/2248/stat : 2248 (java) S 2236 2238 32548 0 -1 4202560 138 0 0 0 72 2 0 0 20 0 22 0 346931034 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139913910840232 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2249] ppid=2236 vsize=11852648 CPUtime=14.06 cores=1,3,5,7
/proc/2238/task/2249/stat : 2249 (java) S 2236 2238 32548 0 -1 4202560 194 0 0 0 1401 5 0 0 20 0 22 0 346931036 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139913898641640 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2238/tid=2250] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2250/stat : 2250 (java) S 2236 2238 32548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 346931036 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139913897587704 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2251] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2251/stat : 2251 (java) S 2236 2238 32548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 346931036 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139913896535304 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2238/tid=2252] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2252/stat : 2252 (java) S 2236 2238 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346931039 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139913895483792 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2253] ppid=2236 vsize=11852648 CPUtime=1.21 cores=1,3,5,7
/proc/2238/task/2253/stat : 2253 (java) S 2236 2238 32548 0 -1 4202560 4555 0 0 0 119 2 0 0 20 0 22 0 346931039 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139913894431416 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2254] ppid=2236 vsize=11852648 CPUtime=1.68 cores=1,3,5,7
/proc/2238/task/2254/stat : 2254 (java) S 2236 2238 32548 0 -1 4202560 11070 0 0 0 165 3 0 0 20 0 22 0 346931039 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139913893378616 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2238/tid=2255] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2255/stat : 2255 (java) S 2236 2238 32548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346931039 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139913892326520 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2238/tid=2256] ppid=2236 vsize=11852648 CPUtime=0.42 cores=1,3,5,7
/proc/2238/task/2256/stat : 2256 (java) S 2236 2238 32548 0 -1 4202560 53 0 0 0 19 23 0 0 20 0 22 0 346931039 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139913891273928 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2238/tid=2257] ppid=2236 vsize=11852648 CPUtime=885.61 cores=1,3,5,7
/proc/2238/task/2257/stat : 2257 (java) R 2236 2238 32548 0 -1 4202560 82 0 0 0 88547 14 0 0 20 0 22 0 346931101 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139913890218192 139913945976003 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2238/tid=2258] ppid=2236 vsize=11852648 CPUtime=885.61 cores=1,3,5,7
/proc/2238/task/2258/stat : 2258 (java) R 2236 2238 32548 0 -1 4202560 1590 0 0 0 88497 64 0 0 20 0 22 0 346931101 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139913889163472 139913945951455 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2259] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2259/stat : 2259 (java) S 2236 2238 32548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 346931103 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139913888113832 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2238/tid=2260] ppid=2236 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2238/task/2260/stat : 2260 (java) S 2236 2238 32548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 346931103 12137111552 937800 33554432000 1073741824 1073778376 140734243301872 139913887061032 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 11852648

Child status: 143

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

Real time (s): 904.755
CPU time (s): 1800.08
CPU user time (s): 1798.97
CPU system time (s): 1.11
CPU usage (%): 198.958
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.42
system time used= 1.61475
maximum resident set size= 3751316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23408
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23320
involuntary context switches= 26965

runsolver used 3.35349 second user time and 9.1946 second system time

The end

Launcher Data

Begin job on node138 at 2012-06-04 13:07:40
IDJOB=3744498
IDBENCH=92764
IDSOLVER=2328
FILE ID=node138/3744498-1338808060
RUNJOBID= node138-1338804380-1576
PBS_JOBID= 14636830
Free space on /tmp= 70768 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_5_ic.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744498-1338808060/watcher-3744498-1338808060 -o /tmp/evaluation-result-3744498-1338808060/solver-3744498-1338808060 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3744498-1338808060.opb

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

MD5SUM BENCH= d92c3493b3e048f1d4b1212b9868f41b
RANDOM SEED=469771519

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
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:        24764404 kB
Buffers:          731284 kB
Cached:          4039580 kB
SwapCached:          208 kB
Active:          4822476 kB
Inactive:        2364884 kB
Active(anon):    2400824 kB
Inactive(anon):    11376 kB
Active(file):    2421652 kB
Inactive(file):  2353508 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108648 kB
Dirty:              1328 kB
Writeback:             0 kB
AnonPages:       2420536 kB
Mapped:            22548 kB
Shmem:               200 kB
Slab:             772472 kB
SReclaimable:     214556 kB
SUnreclaim:       557916 kB
KernelStack:        1624 kB
PageTables:         8992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2361344 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= 70756 MiB
End job on node138 at 2012-06-04 13:22:46