Trace number 3689634

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.72 921.172

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K100.opb
MD5SUM96708928b3148fdbe0ae701534d6c3d7
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark200.867
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6800
Total number of constraints7002
Number of constraints which are clauses6902
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint100
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 101
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.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.10	c version 2.3.2.v20120418
0.05/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.10	c java.vm.version	19.1-b02
0.05/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.10	c sun.arch.data.model	64
0.05/0.10	c java.version		1.6.0_24
0.05/0.10	c os.name		Linux
0.05/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.10	c os.arch		amd64
0.05/0.10	c Free memory 		501472288
0.05/0.10	c Max memory 		7480803328
0.05/0.10	c Total memory 		504102912
0.05/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3689634-1337883705.opb
0.08/0.13	c reading problem ... 
1.04/0.50	c ... done. Wall clock time 0.371s.
1.04/0.50	c declared #vars     6800
1.04/0.50	c #constraints  7002
1.04/0.50	c constraints type 
1.04/0.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5613
1.04/0.50	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
1.04/0.50	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.04/0.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1287
1.04/0.50	c 7002 constraints processed.
1.04/0.50	c constraints type 
1.04/0.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1287
1.04/0.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5613
1.04/0.50	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 100
1.04/0.50	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.04/0.50	c 7002 constraints processed.
4.76/1.69	c cleaning 2480 clauses out of 4995 with flag 5001/5001
6.90/2.68	c cleaning 4246 clauses out of 8511 with flag 11000/11000
9.84/4.04	c cleaning 5607 clauses out of 11263 with flag 18000/18000
13.00/5.61	c cleaning 6819 clauses out of 13655 with flag 26000/26000
16.36/7.33	c cleaning 7843 clauses out of 15834 with flag 35000/35000
20.28/9.33	c cleaning 8917 clauses out of 17985 with flag 45000/45000
24.39/11.41	c cleaning 9950 clauses out of 20065 with flag 56001/56001
28.91/13.78	c cleaning 10974 clauses out of 22112 with flag 68000/68000
33.92/16.35	c cleaning 11959 clauses out of 24137 with flag 81000/81000
39.37/19.14	c cleaning 12991 clauses out of 26179 with flag 95001/95001
45.42/22.27	c cleaning 13991 clauses out of 28186 with flag 110000/110000
53.51/26.36	c cleaning 14883 clauses out of 30195 with flag 126001/126001
62.20/30.83	c cleaning 16093 clauses out of 32311 with flag 143000/143000
69.57/34.60	c cleaning 16858 clauses out of 34218 with flag 161001/161001
84.58/42.22	c cleaning 18006 clauses out of 36359 with flag 180000/180000
97.98/49.08	c cleaning 19036 clauses out of 38353 with flag 200000/200000
107.11/53.86	c cleaning 20027 clauses out of 40317 with flag 221000/221000
117.38/59.11	c cleaning 20989 clauses out of 42290 with flag 243001/243001
134.33/67.73	c cleaning 21968 clauses out of 44300 with flag 266000/266000
149.26/75.34	c cleaning 22936 clauses out of 46333 with flag 290001/290001
161.71/81.81	c cleaning 23997 clauses out of 48396 with flag 315001/315001
175.56/88.96	c cleaning 24924 clauses out of 50398 with flag 341000/341000
191.81/97.22	c cleaning 26038 clauses out of 52475 with flag 368001/368001
214.65/108.90	c cleaning 26816 clauses out of 54436 with flag 396001/396001
236.39/120.09	c cleaning 27962 clauses out of 56621 with flag 425002/425002
252.36/128.30	c cleaning 0 clauses out of 5001 with flag 0/5001
265.33/135.34	c cleaning 29224 clauses out of 58658 with flag 455001/455001
281.82/143.91	c cleaning 30010 clauses out of 60433 with flag 486000/486000
298.14/152.35	c cleaning 31054 clauses out of 62422 with flag 518001/518001
316.08/161.55	c cleaning 31918 clauses out of 64367 with flag 551000/551000
341.99/174.79	c cleaning 32879 clauses out of 66450 with flag 585002/585002
374.40/191.33	c cleaning 33510 clauses out of 68570 with flag 620001/620001
409.13/208.97	c cleaning 34915 clauses out of 71060 with flag 656001/656001
428.29/218.90	c cleaning 35411 clauses out of 73143 with flag 693000/693000
454.49/232.22	c cleaning 36197 clauses out of 75737 with flag 731005/731005
478.65/244.86	c cleaning 37199 clauses out of 78535 with flag 770000/770000
507.21/259.49	c cleaning 37993 clauses out of 81340 with flag 810004/810004
533.68/273.03	c cleaning 39436 clauses out of 84348 with flag 851005/851005
571.48/292.24	c cleaning 40917 clauses out of 86907 with flag 893000/893000
607.16/310.75	c cleaning 41661 clauses out of 88990 with flag 936000/936000
640.77/327.97	c cleaning 42239 clauses out of 91329 with flag 980000/980000
668.52/342.27	c cleaning 42963 clauses out of 94092 with flag 1025002/1025002
702.56/359.68	c cleaning 44572 clauses out of 97127 with flag 1071000/1071000
747.10/382.59	c cleaning 45330 clauses out of 99555 with flag 1118000/1118000
787.49/403.15	c cleaning 46670 clauses out of 102226 with flag 1166001/1166001
826.92/423.33	c cleaning 47208 clauses out of 104555 with flag 1215000/1215000
861.07/440.87	c cleaning 48288 clauses out of 107348 with flag 1265001/1265001
911.50/466.76	c cleaning 49613 clauses out of 110059 with flag 1316000/1316000
951.13/487.76	c cleaning 50478 clauses out of 112446 with flag 1368000/1368000
996.19/510.71	c cleaning 51717 clauses out of 114968 with flag 1421000/1421000
1031.44/529.27	c cleaning 51585 clauses out of 117252 with flag 1475001/1475001
1080.05/553.99	c cleaning 53348 clauses out of 120666 with flag 1530000/1530000
1158.53/593.40	c cleaning 54636 clauses out of 123317 with flag 1586000/1586000
1204.15/616.72	c cleaning 55083 clauses out of 125683 with flag 1643002/1643002
1248.61/639.88	c cleaning 56064 clauses out of 128597 with flag 1701000/1701000
1350.25/690.85	c cleaning 57335 clauses out of 131533 with flag 1760000/1760000
1416.25/724.30	c cleaning 58189 clauses out of 134200 with flag 1820002/1820002
1477.98/755.58	c cleaning 59343 clauses out of 137009 with flag 1881000/1881000
1546.80/790.88	c cleaning 59693 clauses out of 139666 with flag 1943000/1943000
1639.68/837.77	c cleaning 61187 clauses out of 142975 with flag 2006002/2006002
1705.40/871.15	c cleaning 62179 clauses out of 145787 with flag 2070001/2070001
1711.25/874.85	c cleaning 0 clauses out of 11000 with flag 0/11000
1763.89/902.32	c cleaning 63339 clauses out of 148610 with flag 2135003/2135003
1800.12/921.11	c starts		: 226
1800.12/921.11	c conflicts		: 2179495
1800.12/921.11	c decisions		: 19561437
1800.12/921.11	c propagations		: 716078775
1800.12/921.11	c inspects		: 2794404319
1800.12/921.11	c shortcuts		: 0
1800.12/921.11	c learnt literals	: 39
1800.12/921.11	c learnt binary clauses	: 73944
1800.12/921.11	c learnt ternary clauses	: 90226
1800.12/921.11	c learnt constraints	: 2179456
1800.12/921.11	c ignored constraints	: 0
1800.12/921.11	c root simplifications	: 0
1800.12/921.11	c removed literals (reason simplification)	: 54860554
1800.12/921.11	c reason swapping (by a shorter reason)	: 0
1800.12/921.11	c Calls to reduceDB	: 61
1800.12/921.11	c number of reductions to clauses (during analyze)	: 0
1800.12/921.11	c number of learned constraints concerned by reduction	: 0
1800.12/921.11	c number of learning phase by resolution	: 0
1800.12/921.11	c number of learning phase by cutting planes	: 0
1800.12/921.11	c speed (assignments/second)	: 777845.1302584313
1800.12/921.11	c non guided choices	6588
1800.12/921.15	c learnt constraints type 
1800.12/921.15	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 73944
1800.12/921.15	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 55878
1800.12/921.15	c constraints type 
1800.12/921.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5613
1800.12/921.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
1800.12/921.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.12/921.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1287
1800.12/921.15	c 7002 constraints processed.
1800.12/921.15	c constraints type 
1800.12/921.15	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1287
1800.12/921.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5613
1800.12/921.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 100
1800.12/921.15	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.12/921.15	c 7002 constraints processed.
1800.12/921.15	s UNKNOWN
1800.12/921.15	c Total wall clock time (in seconds): 921.028

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

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

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


[startup+0 s]
/proc/loadavg: 3.93 3.91 3.68 4/197 29243
/proc/meminfo: memFree=26688500/32873648 swapFree=6856/6856
[pid=29243] ppid=29241 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/29243/stat : 29243 (java) D 29241 29243 24583 0 -1 4202496 79 0 0 0 0 0 0 0 20 0 1 0 254495889 278528 33 33554432000 1073741824 1073778376 140735859718432 140735859715608 270698376487 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/29243/statm: 68 33 25 9 0 25 0

[startup+0.092922 s]
/proc/loadavg: 3.93 3.91 3.68 4/197 29243
/proc/meminfo: memFree=26688500/32873648 swapFree=6856/6856
[pid=29243] ppid=29241 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/29243/stat : 29243 (java) S 29241 29243 24583 0 -1 4202496 3415 0 1 0 5 0 0 0 20 0 18 0 254495889 9787813888 4625 33554432000 1073741824 1073778376 140735385215632 140735385206768 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29243/statm: 2389603 4626 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.104968 s]
/proc/loadavg: 3.93 3.91 3.68 4/197 29243
/proc/meminfo: memFree=26688500/32873648 swapFree=6856/6856
[pid=29243] ppid=29241 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/29243/stat : 29243 (java) S 29241 29243 24583 0 -1 4202496 4314 0 1 0 8 0 0 0 20 0 18 0 254495889 9787813888 5504 33554432000 1073741824 1073778376 140735385215632 140735385206768 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29243/statm: 2389603 5504 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300168 s]
/proc/loadavg: 3.93 3.91 3.68 4/197 29243
/proc/meminfo: memFree=26688500/32873648 swapFree=6856/6856
[pid=29243] ppid=29241 vsize=9558412 CPUtime=0.52 cores=1,3,5,7
/proc/29243/stat : 29243 (java) S 29241 29243 24583 0 -1 4202496 7272 0 1 0 51 1 0 0 20 0 18 0 254495889 9787813888 9827 33554432000 1073741824 1073778376 140735385215632 140735385206768 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29243/statm: 2389603 9827 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558412

[startup+0.700151 s]
/proc/loadavg: 3.93 3.91 3.68 4/197 29243
/proc/meminfo: memFree=26688500/32873648 swapFree=6856/6856
[pid=29243] ppid=29241 vsize=9824668 CPUtime=1.84 cores=1,3,5,7
/proc/29243/stat : 29243 (java) S 29241 29243 24583 0 -1 4202496 15480 0 1 0 181 3 0 0 20 0 22 0 254495889 10060460032 24047 33554432000 1073741824 1073778376 140735385215632 140735385206768 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29243/statm: 2456167 24047 2254 9 0 2446860 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 9824668

[startup+1.50079 s]
/proc/loadavg: 3.85 3.90 3.67 7/219 29265
/proc/meminfo: memFree=26566460/32873648 swapFree=6856/6856
[pid=29243] ppid=29241 vsize=9824668 CPUtime=4.49 cores=1,3,5,7
/proc/29243/stat : 29243 (java) S 29241 29243 24583 0 -1 4202496 21725 0 1 0 444 5 0 0 20 0 22 0 254495889 10060460032 45582 33554432000 1073741824 1073778376 140735385215632 140735385206768 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29243/statm: 2456167 45582 2262 9 0 2446860 0
[pid=29243/tid=29245] ppid=29241 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/29243/task/29245/stat : 29245 (java) S 29241 29243 24583 0 -1 4202560 2519 0 1 0 44 1 0 0 20 0 22 0 254495891 10060460032 45582 33554432000 1073741824 1073778376 140735385215632 140468578112504 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29243/tid=29246] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29246/stat : 29246 (java) S 29241 29243 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254495892 10060460032 45582 33554432000 1073741824 1073778376 140735385215632 140468421343912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29243/tid=29247] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29247/stat : 29247 (java) S 29241 29243 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254495892 10060460032 45582 33554432000 1073741824 1073778376 140735385215632 140468420291368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29243/tid=29248] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29248/stat : 29248 (java) S 29241 29243 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254495892 10060460032 45582 33554432000 1073741824 1073778376 140735385215632 140468419238824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29243/tid=29249] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29249/stat : 29249 (java) S 29241 29243 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254495892 10060460032 45582 33554432000 1073741824 1073778376 140735385215632 140468418186280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29243/tid=29250] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29250/stat : 29250 (java) S 29241 29243 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254495892 10060460032 45582 33554432000 1073741824 1073778376 140735385215632 140468417132712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29243/tid=29251] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29251/stat : 29251 (java) S 29241 29243 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254495892 10060460032 45582 33554432000 1073741824 1073778376 140735385215632 140468416080168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29243/tid=29252] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29252/stat : 29252 (java) S 29241 29243 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254495892 10060460032 45582 33554432000 1073741824 1073778376 140735385215632 140468415027624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29243/tid=29253] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29253/stat : 29253 (java) S 29241 29243 24583 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254495892 10060460032 45582 33554432000 1073741824 1073778376 140735385215632 140468413975080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29243/tid=29254] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29254/stat : 29254 (java) S 29241 29243 24583 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254495893 10060460032 45582 33554432000 1073741824 1073778376 140735385215632 140468401777256 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29243/tid=29255] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29255/stat : 29255 (java) S 29241 29243 24583 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 254495894 10060460032 45582 33554432000 1073741824 1073778376 140735385215632 140468400723576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29243/tid=29256] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29256/stat : 29256 (java) S 29241 29243 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254495894 10060460032 45582 33554432000 1073741824 1073778376 140735385215632 140468399670920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29243/tid=29257] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29257/stat : 29257 (java) S 29241 29243 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254495896 10060460032 45582 33554432000 1073741824 1073778376 140735385215632 140468398619664 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29243/tid=29258] ppid=29241 vsize=9824668 CPUtime=0.91 cores=1,3,5,7
/proc/29243/task/29258/stat : 29258 (java) S 29241 29243 24583 0 -1 4202560 5550 0 0 0 91 0 0 0 20 0 22 0 254495896 10060460032 45582 33554432000 1073741824 1073778376 140735385215632 140468397566008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29243/tid=29259] ppid=29241 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/29243/task/29259/stat : 29259 (java) R 29241 29243 24583 0 -1 4202560 12315 0 0 0 109 2 0 0 20 0 22 0 254495896 10060460032 45582 33554432000 1073741824 1073778376 140735385215632 140468396513464 140468581967073 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29243/tid=29260] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29260/stat : 29260 (java) S 29241 29243 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254495896 10060460032 45582 33554432000 1073741824 1073778376 140735385215632 140468395461112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29243/tid=29261] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29261/stat : 29261 (java) S 29241 29243 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254495896 10060460032 45582 33554432000 1073741824 1073778376 140735385215632 140468394408776 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29243/tid=29262] ppid=29241 vsize=9824668 CPUtime=0.98 cores=1,3,5,7
/proc/29243/task/29262/stat : 29262 (java) R 29241 29243 24583 0 -1 4202560 25 0 0 0 98 0 0 0 20 0 22 0 254495939 10060460032 45582 33554432000 1073741824 1073778376 140735385215632 140468393351704 140468518685135 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29243/tid=29263] ppid=29241 vsize=9824668 CPUtime=0.98 cores=1,3,5,7
/proc/29243/task/29263/stat : 29263 (java) R 29241 29243 24583 0 -1 4202560 115 0 0 0 96 2 0 0 20 0 22 0 254495939 10060460032 45582 33554432000 1073741824 1073778376 140735385215632 140468392301400 140468518949897 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29243/tid=29264] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29264/stat : 29264 (java) S 29241 29243 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254495941 10060460032 45582 33554432000 1073741824 1073778376 140735385215632 140468391249448 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29243/tid=29265] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29265/stat : 29265 (java) S 29241 29243 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254495941 10060460032 45582 33554432000 1073741824 1073778376 140735385215632 140468390196904 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 9824668

[startup+3.10073 s]
/proc/loadavg: 3.85 3.90 3.67 5/219 29265
/proc/meminfo: memFree=26470640/32873648 swapFree=6856/6856
[pid=29243] ppid=29241 vsize=9824668 CPUtime=8.03 cores=1,3,5,7
/proc/29243/stat : 29243 (java) S 29241 29243 24583 0 -1 4202496 22091 0 1 0 793 10 0 0 20 0 22 0 254495889 10060460032 79566 33554432000 1073741824 1073778376 140735385215632 140735385206768 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29243/statm: 2456167 79566 2286 9 0 2446860 0
[pid=29243/tid=29245] ppid=29241 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/29243/task/29245/stat : 29245 (java) S 29241 29243 24583 0 -1 4202560 2519 0 1 0 44 1 0 0 20 0 22 0 254495891 10060460032 79566 33554432000 1073741824 1073778376 140735385215632 140468578112504 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29243/tid=29246] ppid=29241 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/29243/task/29246/stat : 29246 (java) S 29241 29243 24583 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 22 0 254495892 10060460032 79566 33554432000 1073741824 1073778376 140735385215632 140468421343912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29243/tid=29247] ppid=29241 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/29243/task/29247/stat : 29247 (java) S 29241 29243 24583 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 254495892 10060460032 79566 33554432000 1073741824 1073778376 140735385215632 140468420291368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29243/tid=29248] ppid=29241 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/29243/task/29248/stat : 29248 (java) S 29241 29243 24583 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254495892 10060460032 79566 33554432000 1073741824 1073778376 140735385215632 140468419238824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29243/tid=29249] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29249/stat : 29249 (java) S 29241 29243 24583 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254495892 10060460032 79566 33554432000 1073741824 1073778376 140735385215632 140468418186280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29243/tid=29250] ppid=29241 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/29243/task/29250/stat : 29250 (java) S 29241 29243 24583 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 254495892 10060460032 79566 33554432000 1073741824 1073778376 140735385215632 140468417132712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29243/tid=29251] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29251/stat : 29251 (java) S 29241 29243 24583 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254495892 10060460032 79566 33554432000 1073741824 1073778376 140735385215632 140468416080168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29243/tid=29252] ppid=29241 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/29243/task/29252/stat : 29252 (java) S 29241 29243 24583 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 254495892 10060460032 79566 33554432000 1073741824 1073778376 140735385215632 140468415027624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29243/tid=29253] ppid=29241 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/29243/task/29253/stat : 29253 (java) S 29241 29243 24583 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 254495892 10060460032 79566 33554432000 1073741824 1073778376 140735385215632 140468413975080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29243/tid=29254] ppid=29241 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/29243/task/29254/stat : 29254 (java) S 29241 29243 24583 0 -1 4202560 103 0 0 0 9 0 0 0 20 0 22 0 254495893 10060460032 79566 33554432000 1073741824 1073778376 140735385215632 140468401777256 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29243/tid=29255] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29255/stat : 29255 (java) S 29241 29243 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254495894 10060460032 79566 33554432000 1073741824 1073778376 140735385215632 140468400723576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29243/tid=29256] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29256/stat : 29256 (java) S 29241 29243 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254495894 10060460032 79566 33554432000 1073741824 1073778376 140735385215632 140468399670920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29243/tid=29257] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29257/stat : 29257 (java) S 29241 29243 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254495896 10060460032 79566 33554432000 1073741824 1073778376 140735385215632 140468398619664 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29243/tid=29258] ppid=29241 vsize=9824668 CPUtime=1.05 cores=1,3,5,7
/proc/29243/task/29258/stat : 29258 (java) S 29241 29243 24583 0 -1 4202560 5638 0 0 0 105 0 0 0 20 0 22 0 254495896 10060460032 79566 33554432000 1073741824 1073778376 140735385215632 140468397566008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29243/tid=29259] ppid=29241 vsize=9824668 CPUtime=1.34 cores=1,3,5,7
/proc/29243/task/29259/stat : 29259 (java) S 29241 29243 24583 0 -1 4202560 12365 0 0 0 132 2 0 0 20 0 22 0 254495896 10060460032 79566 33554432000 1073741824 1073778376 140735385215632 140468396513464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29243/tid=29260] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29260/stat : 29260 (java) S 29241 29243 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254495896 10060460032 79566 33554432000 1073741824 1073778376 140735385215632 140468395461112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29243/tid=29261] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29261/stat : 29261 (java) S 29241 29243 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254495896 10060460032 79566 33554432000 1073741824 1073778376 140735385215632 140468394408776 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29243/tid=29262] ppid=29241 vsize=9824668 CPUtime=2.43 cores=1,3,5,7
/proc/29243/task/29262/stat : 29262 (java) R 29241 29243 24583 0 -1 4202560 28 0 0 0 243 0 0 0 20 0 22 0 254495939 10060460032 79566 33554432000 1073741824 1073778376 140735385215632 140468393354040 140468518559885 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29243/tid=29263] ppid=29241 vsize=9824668 CPUtime=2.41 cores=1,3,5,7
/proc/29243/task/29263/stat : 29263 (java) R 29241 29243 24583 0 -1 4202560 154 0 0 0 239 2 0 0 20 0 22 0 254495939 10060460032 79566 33554432000 1073741824 1073778376 140735385215632 140468392301336 140468518848397 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=29243/tid=29264] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29264/stat : 29264 (java) S 29241 29243 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254495941 10060460032 79566 33554432000 1073741824 1073778376 140735385215632 140468391249448 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29243/tid=29265] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29265/stat : 29265 (java) S 29241 29243 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254495941 10060460032 79566 33554432000 1073741824 1073778376 140735385215632 140468390196904 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.03
Current children cumulated vsize (KiB) 9824668

[startup+6.3008 s]
/proc/loadavg: 3.78 3.88 3.67 5/219 29265
/proc/meminfo: memFree=26322612/32873648 swapFree=6856/6856
[pid=29243] ppid=29241 vsize=9824668 CPUtime=14.34 cores=1,3,5,7
/proc/29243/stat : 29243 (java) S 29241 29243 24583 0 -1 4202496 22328 0 1 0 1420 14 0 0 20 0 22 0 254495889 10060460032 101751 33554432000 1073741824 1073778376 140735385215632 140735385206768 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29243/statm: 2456167 101751 2286 9 0 2446860 0
[pid=29243/tid=29245] ppid=29241 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/29243/task/29245/stat : 29245 (java) S 29241 29243 24583 0 -1 4202560 2519 0 1 0 44 1 0 0 20 0 22 0 254495891 10060460032 101751 33554432000 1073741824 1073778376 140735385215632 140468578112504 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29243/tid=29246] ppid=29241 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/29243/task/29246/stat : 29246 (java) S 29241 29243 24583 0 -1 4202560 27 0 0 0 1 1 0 0 20 0 22 0 254495892 10060460032 101751 33554432000 1073741824 1073778376 140735385215632 140468421343912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29243/tid=29247] ppid=29241 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/29243/task/29247/stat : 29247 (java) S 29241 29243 24583 0 -1 4202560 21 0 0 0 5 1 0 0 20 0 22 0 254495892 10060460032 101751 33554432000 1073741824 1073778376 140735385215632 140468420291368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29243/tid=29248] ppid=29241 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/29243/task/29248/stat : 29248 (java) S 29241 29243 24583 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 22 0 254495892 10060460032 101751 33554432000 1073741824 1073778376 140735385215632 140468419238824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29243/tid=29249] ppid=29241 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/29243/task/29249/stat : 29249 (java) S 29241 29243 24583 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 22 0 254495892 10060460032 101751 33554432000 1073741824 1073778376 140735385215632 140468418186280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29243/tid=29250] ppid=29241 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/29243/task/29250/stat : 29250 (java) S 29241 29243 24583 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 254495892 10060460032 101751 33554432000 1073741824 1073778376 140735385215632 140468417132712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29243/tid=29251] ppid=29241 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/29243/task/29251/stat : 29251 (java) S 29241 29243 24583 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 254495892 10060460032 101751 33554432000 1073741824 1073778376 140735385215632 140468416080168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29243/tid=29252] ppid=29241 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/29243/task/29252/stat : 29252 (java) S 29241 29243 24583 0 -1 4202560 24 0 0 0 3 2 0 0 20 0 22 0 254495892 10060460032 101751 33554432000 1073741824 1073778376 140735385215632 140468415027624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29243/tid=29253] ppid=29241 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/29243/task/29253/stat : 29253 (java) S 29241 29243 24583 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 254495892 10060460032 101751 33554432000 1073741824 1073778376 140735385215632 140468413975080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29243/tid=29254] ppid=29241 vsize=9824668 CPUtime=0.31 cores=1,3,5,7
/proc/29243/task/29254/stat : 29254 (java) S 29241 29243 24583 0 -1 4202560 264 0 0 0 31 0 0 0 20 0 22 0 254495893 10060460032 101751 33554432000 1073741824 1073778376 140735385215632 140468401777256 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29243/tid=29255] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29255/stat : 29255 (java) S 29241 29243 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254495894 10060460032 101751 33554432000 1073741824 1073778376 140735385215632 140468400723576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29243/tid=29256] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29256/stat : 29256 (java) S 29241 29243 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254495894 10060460032 101751 33554432000 1073741824 1073778376 140735385215632 140468399670920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29243/tid=29257] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29257/stat : 29257 (java) S 29241 29243 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254495896 10060460032 101751 33554432000 1073741824 1073778376 140735385215632 140468398619664 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29243/tid=29258] ppid=29241 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/29243/task/29258/stat : 29258 (java) S 29241 29243 24583 0 -1 4202560 5642 0 0 0 111 0 0 0 20 0 22 0 254495896 10060460032 101751 33554432000 1073741824 1073778376 140735385215632 140468397566008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=29243/tid=29263] ppid=29241 vsize=9824668 CPUtime=762.33 cores=1,3,5,7
/proc/29243/task/29263/stat : 29263 (java) R 29241 29243 24583 0 -1 4202560 1048 0 0 0 76191 42 0 0 20 0 22 0 254495939 10060460032 717268 33554432000 1073741824 1073778376 140735385215632 140468392299296 140468518807494 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29243/tid=29264] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29264/stat : 29264 (java) S 29241 29243 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254495941 10060460032 717268 33554432000 1073741824 1073778376 140735385215632 140468391249448 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29243/tid=29265] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29265/stat : 29265 (java) S 29241 29243 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254495941 10060460032 717268 33554432000 1073741824 1073778376 140735385215632 140468390196904 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1608.66
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.00 3.99 3.82 5/219 29454
/proc/meminfo: memFree=24689332/32873648 swapFree=6856/6856
[pid=29243] ppid=29241 vsize=9824668 CPUtime=1723.65 cores=1,3,5,7
/proc/29243/stat : 29243 (java) S 29241 29243 24583 0 -1 4202496 34737 0 1 0 172167 198 0 0 20 0 22 0 254495889 10060460032 766099 33554432000 1073741824 1073778376 140735385215632 140735385206768 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29243/statm: 2456167 766099 2287 9 0 2446860 0
[pid=29243/tid=29245] ppid=29241 vsize=9824668 CPUtime=0.5 cores=1,3,5,7
/proc/29243/task/29245/stat : 29245 (java) S 29241 29243 24583 0 -1 4202560 2561 0 1 0 47 3 0 0 20 0 22 0 254495891 10060460032 766099 33554432000 1073741824 1073778376 140735385215632 140468578112504 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29243/tid=29246] ppid=29241 vsize=9824668 CPUtime=3.8 cores=1,3,5,7
/proc/29243/task/29246/stat : 29246 (java) S 29241 29243 24583 0 -1 4202560 941 0 0 0 361 19 0 0 20 0 22 0 254495892 10060460032 766099 33554432000 1073741824 1073778376 140735385215632 140468421343912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29243/tid=29247] ppid=29241 vsize=9824668 CPUtime=3.94 cores=1,3,5,7
/proc/29243/task/29247/stat : 29247 (java) S 29241 29243 24583 0 -1 4202560 1422 0 0 0 380 14 0 0 20 0 22 0 254495892 10060460032 766099 33554432000 1073741824 1073778376 140735385215632 140468420291368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29243/tid=29248] ppid=29241 vsize=9824668 CPUtime=4.06 cores=1,3,5,7
/proc/29243/task/29248/stat : 29248 (java) S 29241 29243 24583 0 -1 4202560 789 0 0 0 390 16 0 0 20 0 22 0 254495892 10060460032 766099 33554432000 1073741824 1073778376 140735385215632 140468419238824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29243/tid=29249] ppid=29241 vsize=9824668 CPUtime=3.51 cores=1,3,5,7
/proc/29243/task/29249/stat : 29249 (java) S 29241 29243 24583 0 -1 4202560 824 0 0 0 340 11 0 0 20 0 22 0 254495892 10060460032 766099 33554432000 1073741824 1073778376 140735385215632 140468418186280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29243/tid=29250] ppid=29241 vsize=9824668 CPUtime=3.69 cores=1,3,5,7
/proc/29243/task/29250/stat : 29250 (java) S 29241 29243 24583 0 -1 4202560 983 0 0 0 355 14 0 0 20 0 22 0 254495892 10060460032 766099 33554432000 1073741824 1073778376 140735385215632 140468417132712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29243/tid=29251] ppid=29241 vsize=9824668 CPUtime=3.82 cores=1,3,5,7
/proc/29243/task/29251/stat : 29251 (java) S 29241 29243 24583 0 -1 4202560 1249 0 0 0 364 18 0 0 20 0 22 0 254495892 10060460032 766099 33554432000 1073741824 1073778376 140735385215632 140468416080168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29243/tid=29252] ppid=29241 vsize=9824668 CPUtime=4.08 cores=1,3,5,7
/proc/29243/task/29252/stat : 29252 (java) S 29241 29243 24583 0 -1 4202560 940 0 0 0 392 16 0 0 20 0 22 0 254495892 10060460032 766099 33554432000 1073741824 1073778376 140735385215632 140468415027624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29243/tid=29253] ppid=29241 vsize=9824668 CPUtime=3.81 cores=1,3,5,7
/proc/29243/task/29253/stat : 29253 (java) S 29241 29243 24583 0 -1 4202560 940 0 0 0 366 15 0 0 20 0 22 0 254495892 10060460032 766099 33554432000 1073741824 1073778376 140735385215632 140468413975080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29243/tid=29254] ppid=29241 vsize=9824668 CPUtime=57.77 cores=1,3,5,7
/proc/29243/task/29254/stat : 29254 (java) S 29241 29243 24583 0 -1 4202560 3626 0 0 0 5756 21 0 0 20 0 22 0 254495893 10060460032 766099 33554432000 1073741824 1073778376 140735385215632 140468401777256 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29243/tid=29255] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29255/stat : 29255 (java) S 29241 29243 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254495894 10060460032 766099 33554432000 1073741824 1073778376 140735385215632 140468400723576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29243/tid=29256] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29256/stat : 29256 (java) S 29241 29243 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254495894 10060460032 766099 33554432000 1073741824 1073778376 140735385215632 140468399670920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29243/tid=29257] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29257/stat : 29257 (java) S 29241 29243 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254495896 10060460032 766099 33554432000 1073741824 1073778376 140735385215632 140468398619664 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29243/tid=29258] ppid=29241 vsize=9824668 CPUtime=1.2 cores=1,3,5,7
/proc/29243/task/29258/stat : 29258 (java) S 29241 29243 24583 0 -1 4202560 5645 0 0 0 120 0 0 0 20 0 22 0 254495896 10060460032 766099 33554432000 1073741824 1073778376 140735385215632 140468397566008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29243/tid=29259] ppid=29241 vsize=9824668 CPUtime=1.67 cores=1,3,5,7
/proc/29243/task/29259/stat : 29259 (java) S 29241 29243 24583 0 -1 4202560 12384 0 0 0 165 2 0 0 20 0 22 0 254495896 10060460032 766099 33554432000 1073741824 1073778376 140735385215632 140468396513464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29243/tid=29260] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29260/stat : 29260 (java) S 29241 29243 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254495896 10060460032 766099 33554432000 1073741824 1073778376 140735385215632 140468395461112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29243/tid=29261] ppid=29241 vsize=9824668 CPUtime=0.34 cores=1,3,5,7
/proc/29243/task/29261/stat : 29261 (java) S 29241 29243 24583 0 -1 4202560 51 0 0 0 13 21 0 0 20 0 22 0 254495896 10060460032 766099 33554432000 1073741824 1073778376 140735385215632 140468394408776 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29243/tid=29262] ppid=29241 vsize=9824668 CPUtime=815.81 cores=1,3,5,7
/proc/29243/task/29262/stat : 29262 (java) R 29241 29243 24583 0 -1 4202560 142 0 0 0 81566 15 0 0 20 0 22 0 254495939 10060460032 766099 33554432000 1073741824 1073778376 140735385215632 140468393352048 140468518684797 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29243/tid=29263] ppid=29241 vsize=9824668 CPUtime=815.8 cores=1,3,5,7
/proc/29243/task/29263/stat : 29263 (java) R 29241 29243 24583 0 -1 4202560 1053 0 0 0 81537 43 0 0 20 0 22 0 254495939 10060460032 766099 33554432000 1073741824 1073778376 140735385215632 140468392301280 140468519126513 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29243/tid=29264] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29264/stat : 29264 (java) S 29241 29243 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254495941 10060460032 766099 33554432000 1073741824 1073778376 140735385215632 140468391249448 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29243/tid=29265] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29265/stat : 29265 (java) S 29241 29243 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254495941 10060460032 766099 33554432000 1073741824 1073778376 140735385215632 140468390196904 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1723.65
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+921.101 s]
/proc/loadavg: 3.92 3.97 3.82 5/219 29454
/proc/meminfo: memFree=24238464/32873648 swapFree=6856/6856
[pid=29243] ppid=29241 vsize=9824668 CPUtime=1800.12 cores=1,3,5,7
/proc/29243/stat : 29243 (java) S 29241 29243 24583 0 -1 4202496 34827 0 1 0 179812 200 0 0 20 0 22 0 254495889 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140735385206768 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29243/statm: 2456167 766139 2287 9 0 2446860 0
[pid=29243/tid=29245] ppid=29241 vsize=9824668 CPUtime=0.5 cores=1,3,5,7
/proc/29243/task/29245/stat : 29245 (java) S 29241 29243 24583 0 -1 4202560 2563 0 1 0 47 3 0 0 20 0 22 0 254495891 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468578112504 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29243/tid=29246] ppid=29241 vsize=9824668 CPUtime=3.92 cores=1,3,5,7
/proc/29243/task/29246/stat : 29246 (java) S 29241 29243 24583 0 -1 4202560 966 0 0 0 373 19 0 0 20 0 22 0 254495892 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468421343912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29243/tid=29247] ppid=29241 vsize=9824668 CPUtime=4.11 cores=1,3,5,7
/proc/29243/task/29247/stat : 29247 (java) S 29241 29243 24583 0 -1 4202560 1422 0 0 0 396 15 0 0 20 0 22 0 254495892 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468420291368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29243/tid=29248] ppid=29241 vsize=9824668 CPUtime=4.19 cores=1,3,5,7
/proc/29243/task/29248/stat : 29248 (java) S 29241 29243 24583 0 -1 4202560 797 0 0 0 403 16 0 0 20 0 22 0 254495892 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468419238824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29243/tid=29249] ppid=29241 vsize=9824668 CPUtime=3.6 cores=1,3,5,7
/proc/29243/task/29249/stat : 29249 (java) S 29241 29243 24583 0 -1 4202560 824 0 0 0 349 11 0 0 20 0 22 0 254495892 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468418186280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29243/tid=29250] ppid=29241 vsize=9824668 CPUtime=3.82 cores=1,3,5,7
/proc/29243/task/29250/stat : 29250 (java) S 29241 29243 24583 0 -1 4202560 996 0 0 0 368 14 0 0 20 0 22 0 254495892 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468417132712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29243/tid=29251] ppid=29241 vsize=9824668 CPUtime=4.05 cores=1,3,5,7
/proc/29243/task/29251/stat : 29251 (java) S 29241 29243 24583 0 -1 4202560 1249 0 0 0 387 18 0 0 20 0 22 0 254495892 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468416080168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29243/tid=29252] ppid=29241 vsize=9824668 CPUtime=4.18 cores=1,3,5,7
/proc/29243/task/29252/stat : 29252 (java) S 29241 29243 24583 0 -1 4202560 947 0 0 0 402 16 0 0 20 0 22 0 254495892 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468415027624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29243/tid=29253] ppid=29241 vsize=9824668 CPUtime=3.98 cores=1,3,5,7
/proc/29243/task/29253/stat : 29253 (java) S 29241 29243 24583 0 -1 4202560 940 0 0 0 383 15 0 0 20 0 22 0 254495892 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468413975080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29243/tid=29254] ppid=29241 vsize=9824668 CPUtime=59.46 cores=1,3,5,7
/proc/29243/task/29254/stat : 29254 (java) S 29241 29243 24583 0 -1 4202560 3655 0 0 0 5924 22 0 0 20 0 22 0 254495893 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468401777256 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29243/tid=29255] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29255/stat : 29255 (java) S 29241 29243 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254495894 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468400723576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29243/tid=29256] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29256/stat : 29256 (java) S 29241 29243 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254495894 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468399670920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29243/tid=29257] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29257/stat : 29257 (java) S 29241 29243 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254495896 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468398619664 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29243/tid=29258] ppid=29241 vsize=9824668 CPUtime=1.2 cores=1,3,5,7
/proc/29243/task/29258/stat : 29258 (java) S 29241 29243 24583 0 -1 4202560 5645 0 0 0 120 0 0 0 20 0 22 0 254495896 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468397566008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29243/tid=29259] ppid=29241 vsize=9824668 CPUtime=1.67 cores=1,3,5,7
/proc/29243/task/29259/stat : 29259 (java) S 29241 29243 24583 0 -1 4202560 12384 0 0 0 165 2 0 0 20 0 22 0 254495896 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468396513464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29243/tid=29260] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29260/stat : 29260 (java) S 29241 29243 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254495896 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468395461112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29243/tid=29261] ppid=29241 vsize=9824668 CPUtime=0.36 cores=1,3,5,7
/proc/29243/task/29261/stat : 29261 (java) S 29241 29243 24583 0 -1 4202560 53 0 0 0 14 22 0 0 20 0 22 0 254495896 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468394408776 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29243/tid=29262] ppid=29241 vsize=9824668 CPUtime=852.62 cores=1,3,5,7
/proc/29243/task/29262/stat : 29262 (java) R 29241 29243 24583 0 -1 4202560 144 0 0 0 85247 15 0 0 20 0 22 0 254495939 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468393352864 140468518606556 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29243/tid=29263] ppid=29241 vsize=9824668 CPUtime=852.61 cores=1,3,5,7
/proc/29243/task/29263/stat : 29263 (java) R 29241 29243 24583 0 -1 4202560 1055 0 0 0 85218 43 0 0 20 0 22 0 254495939 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468392299392 140468519123411 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29243/tid=29264] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29264/stat : 29264 (java) S 29241 29243 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254495941 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468391249448 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29243/tid=29265] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29265/stat : 29265 (java) S 29241 29243 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254495941 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468390196904 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
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+921.101 s]
/proc/loadavg: 3.92 3.97 3.82 5/219 29454
/proc/meminfo: memFree=24238464/32873648 swapFree=6856/6856
[pid=29243] ppid=29241 vsize=9824668 CPUtime=1800.12 cores=1,3,5,7
/proc/29243/stat : 29243 (java) S 29241 29243 24583 0 -1 4202496 34827 0 1 0 179812 200 0 0 20 0 22 0 254495889 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140735385206768 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29243/statm: 2456167 766139 2287 9 0 2446860 0
[pid=29243/tid=29245] ppid=29241 vsize=9824668 CPUtime=0.5 cores=1,3,5,7
/proc/29243/task/29245/stat : 29245 (java) S 29241 29243 24583 0 -1 4202560 2563 0 1 0 47 3 0 0 20 0 22 0 254495891 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468578112504 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29243/tid=29246] ppid=29241 vsize=9824668 CPUtime=3.92 cores=1,3,5,7
/proc/29243/task/29246/stat : 29246 (java) S 29241 29243 24583 0 -1 4202560 966 0 0 0 373 19 0 0 20 0 22 0 254495892 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468421343912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29243/tid=29247] ppid=29241 vsize=9824668 CPUtime=4.11 cores=1,3,5,7
/proc/29243/task/29247/stat : 29247 (java) S 29241 29243 24583 0 -1 4202560 1422 0 0 0 396 15 0 0 20 0 22 0 254495892 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468420291368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29243/tid=29248] ppid=29241 vsize=9824668 CPUtime=4.19 cores=1,3,5,7
/proc/29243/task/29248/stat : 29248 (java) S 29241 29243 24583 0 -1 4202560 797 0 0 0 403 16 0 0 20 0 22 0 254495892 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468419238824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29243/tid=29249] ppid=29241 vsize=9824668 CPUtime=3.6 cores=1,3,5,7
/proc/29243/task/29249/stat : 29249 (java) S 29241 29243 24583 0 -1 4202560 824 0 0 0 349 11 0 0 20 0 22 0 254495892 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468418186280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29243/tid=29250] ppid=29241 vsize=9824668 CPUtime=3.82 cores=1,3,5,7
/proc/29243/task/29250/stat : 29250 (java) S 29241 29243 24583 0 -1 4202560 996 0 0 0 368 14 0 0 20 0 22 0 254495892 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468417132712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29243/tid=29251] ppid=29241 vsize=9824668 CPUtime=4.05 cores=1,3,5,7
/proc/29243/task/29251/stat : 29251 (java) S 29241 29243 24583 0 -1 4202560 1249 0 0 0 387 18 0 0 20 0 22 0 254495892 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468416080168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29243/tid=29252] ppid=29241 vsize=9824668 CPUtime=4.18 cores=1,3,5,7
/proc/29243/task/29252/stat : 29252 (java) S 29241 29243 24583 0 -1 4202560 947 0 0 0 402 16 0 0 20 0 22 0 254495892 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468415027624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29243/tid=29253] ppid=29241 vsize=9824668 CPUtime=3.98 cores=1,3,5,7
/proc/29243/task/29253/stat : 29253 (java) S 29241 29243 24583 0 -1 4202560 940 0 0 0 383 15 0 0 20 0 22 0 254495892 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468413975080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29243/tid=29254] ppid=29241 vsize=9824668 CPUtime=59.46 cores=1,3,5,7
/proc/29243/task/29254/stat : 29254 (java) S 29241 29243 24583 0 -1 4202560 3655 0 0 0 5924 22 0 0 20 0 22 0 254495893 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468401777256 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29243/tid=29255] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29255/stat : 29255 (java) S 29241 29243 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254495894 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468400723576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29243/tid=29256] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29256/stat : 29256 (java) S 29241 29243 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254495894 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468399670920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29243/tid=29257] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29257/stat : 29257 (java) S 29241 29243 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254495896 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468398619664 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29243/tid=29258] ppid=29241 vsize=9824668 CPUtime=1.2 cores=1,3,5,7
/proc/29243/task/29258/stat : 29258 (java) S 29241 29243 24583 0 -1 4202560 5645 0 0 0 120 0 0 0 20 0 22 0 254495896 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468397566008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29243/tid=29259] ppid=29241 vsize=9824668 CPUtime=1.67 cores=1,3,5,7
/proc/29243/task/29259/stat : 29259 (java) S 29241 29243 24583 0 -1 4202560 12384 0 0 0 165 2 0 0 20 0 22 0 254495896 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468396513464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29243/tid=29260] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29260/stat : 29260 (java) S 29241 29243 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254495896 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468395461112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29243/tid=29261] ppid=29241 vsize=9824668 CPUtime=0.36 cores=1,3,5,7
/proc/29243/task/29261/stat : 29261 (java) S 29241 29243 24583 0 -1 4202560 53 0 0 0 14 22 0 0 20 0 22 0 254495896 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468394408776 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29243/tid=29262] ppid=29241 vsize=9824668 CPUtime=852.62 cores=1,3,5,7
/proc/29243/task/29262/stat : 29262 (java) R 29241 29243 24583 0 -1 4202560 144 0 0 0 85247 15 0 0 20 0 22 0 254495939 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468393352864 140468518606556 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29243/tid=29263] ppid=29241 vsize=9824668 CPUtime=852.61 cores=1,3,5,7
/proc/29243/task/29263/stat : 29263 (java) R 29241 29243 24583 0 -1 4202560 1055 0 0 0 85218 43 0 0 20 0 22 0 254495939 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468392299392 140468519123411 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29243/tid=29264] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29264/stat : 29264 (java) S 29241 29243 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254495941 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468391249448 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29243/tid=29265] ppid=29241 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29265/stat : 29265 (java) S 29241 29243 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254495941 10060460032 766139 33554432000 1073741824 1073778376 140735385215632 140468390196904 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 921.172
CPU time (s): 1800.72
CPU user time (s): 1798.24
CPU system time (s): 2.48162
CPU usage (%): 195.481
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.24
system time used= 2.48162
maximum resident set size= 3064680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34859
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27363
involuntary context switches= 49321

runsolver used 3.32949 second user time and 8.32573 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-24 20:21:45
IDJOB=3689634
IDBENCH=90133
IDSOLVER=2268
FILE ID=node125/3689634-1337883705
RUNJOBID= node125-1337871881-24600
PBS_JOBID= 14620079
Free space on /tmp= 71700 MiB

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

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

MD5SUM BENCH= 96708928b3148fdbe0ae701534d6c3d7
RANDOM SEED=1316280300

node125.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		: 2666.373
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	: 5332.74
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		: 2666.373
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		: 2666.373
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.92
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		: 2666.373
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		: 2666.373
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		: 2666.373
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	: 5438.54
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		: 2666.373
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		: 2666.373
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:       32873648 kB
MemFree:        26688772 kB
Buffers:          210512 kB
Cached:          2202656 kB
SwapCached:            0 kB
Active:          3571652 kB
Inactive:        1811860 kB
Active(anon):    2972564 kB
Inactive(anon):        0 kB
Active(file):     599088 kB
Inactive(file):  1811860 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               540 kB
Writeback:             0 kB
AnonPages:       3009248 kB
Mapped:            22584 kB
Shmem:               200 kB
Slab:             627500 kB
SReclaimable:      71432 kB
SUnreclaim:       556068 kB
KernelStack:        1616 kB
PageTables:         9752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3277644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2947072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node125 at 2012-05-24 20:37:08