Trace number 3729910

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.12 904.361

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k6_l3_n170.opb
MD5SUM7f5f10f1b8aeee16c5b46dadab8c5b22
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1020
Total number of constraints43010
Number of constraints which are clauses42840
Number of constraints which are cardinality constraints (but not clauses)170
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint6
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
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-2010 Daniel Le Berre
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.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3729910-1338679220.opb
0.10/0.12	c reading problem ... 
1.13/0.63	c ... done. Wall clock time 0.514s.
1.13/0.63	c #vars     1020
1.13/0.63	c #constraints  43180
1.13/0.63	c constraints type 
1.13/0.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 43010
1.13/0.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 170
1.13/0.64	c constraints type 
1.13/0.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 43010
1.13/0.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 170
3.81/1.42	c cleaning 2490 clauses out of 5000 with flag 5000/5000
5.11/2.02	c cleaning 4251 clauses out of 8510 with flag 11000/11000
6.49/2.71	c cleaning 5624 clauses out of 11259 with flag 18000/18000
8.06/3.50	c cleaning 6813 clauses out of 13635 with flag 26000/26000
9.89/4.41	c cleaning 7907 clauses out of 15823 with flag 35001/35001
11.03/5.07	c cleaning 0 clauses out of 5000 with flag 0/5000
12.30/5.57	c cleaning 8951 clauses out of 17915 with flag 45000/45000
14.85/6.76	c cleaning 9976 clauses out of 19964 with flag 56000/56000
17.57/8.16	c cleaning 10984 clauses out of 21988 with flag 68000/68000
20.71/9.71	c cleaning 11993 clauses out of 24004 with flag 81000/81000
23.65/11.26	c cleaning 12998 clauses out of 26011 with flag 95000/95000
27.61/13.24	c cleaning 14000 clauses out of 28013 with flag 110000/110000
31.13/15.07	c cleaning 14999 clauses out of 30013 with flag 126000/126000
35.27/17.14	c cleaning 15999 clauses out of 32015 with flag 143001/143001
40.21/19.61	c cleaning 16999 clauses out of 34016 with flag 161001/161001
45.17/22.14	c cleaning 18001 clauses out of 36017 with flag 180001/180001
48.48/23.80	c cleaning 0 clauses out of 11000 with flag 0/11000
50.21/24.75	c cleaning 19003 clauses out of 38016 with flag 200001/200001
55.95/27.69	c cleaning 19998 clauses out of 40013 with flag 221001/221001
62.48/30.94	c cleaning 20997 clauses out of 42015 with flag 243001/243001
68.99/34.28	c cleaning 21997 clauses out of 44017 with flag 266000/266000
75.33/37.41	c cleaning 22995 clauses out of 46020 with flag 290000/290000
83.45/41.60	c cleaning 23999 clauses out of 48026 with flag 315001/315001
93.79/46.72	c cleaning 25006 clauses out of 50028 with flag 341002/341002
103.53/51.64	c cleaning 25997 clauses out of 52021 with flag 368001/368001
113.45/56.70	c cleaning 27008 clauses out of 54025 with flag 396002/396002
121.79/60.80	c cleaning 28005 clauses out of 56015 with flag 425000/425000
130.52/65.28	c cleaning 29001 clauses out of 58010 with flag 455000/455000
138.42/69.23	c cleaning 0 clauses out of 18001 with flag 0/18001
141.93/71.05	c cleaning 29996 clauses out of 60010 with flag 486001/486001
155.86/78.09	c cleaning 30998 clauses out of 62013 with flag 518000/518000
169.18/84.75	c cleaning 31992 clauses out of 64015 with flag 551000/551000
185.12/92.73	c cleaning 33000 clauses out of 66025 with flag 585002/585002
195.45/97.92	c cleaning 34008 clauses out of 68025 with flag 620002/620002
208.17/104.36	c cleaning 35000 clauses out of 70017 with flag 656002/656002
221.89/111.22	c cleaning 35994 clauses out of 72016 with flag 693001/693001
237.57/119.18	c cleaning 37003 clauses out of 74022 with flag 731001/731001
255.51/128.17	c cleaning 37997 clauses out of 76018 with flag 770000/770000
272.26/136.59	c cleaning 38999 clauses out of 78021 with flag 810000/810000
295.60/148.25	c cleaning 40001 clauses out of 80024 with flag 851002/851002
315.30/158.19	c cleaning 41008 clauses out of 82021 with flag 893000/893000
330.44/165.73	c cleaning 42002 clauses out of 84015 with flag 936002/936002
348.35/174.70	c cleaning 42997 clauses out of 86012 with flag 980001/980001
360.27/180.72	c cleaning 0 clauses out of 26001 with flag 0/26001
367.59/184.45	c cleaning 43501 clauses out of 87016 with flag 1024002/1024002
395.16/198.21	c cleaning 43737 clauses out of 87513 with flag 1068000/1068000
414.29/207.83	c cleaning 43869 clauses out of 87776 with flag 1112000/1112000
439.82/220.63	c cleaning 43938 clauses out of 87908 with flag 1156001/1156001
458.51/230.03	c cleaning 43977 clauses out of 87969 with flag 1200000/1200000
481.62/241.61	c cleaning 43986 clauses out of 87992 with flag 1244000/1244000
504.14/252.97	c cleaning 43986 clauses out of 88006 with flag 1288000/1288000
525.43/263.69	c cleaning 43996 clauses out of 88020 with flag 1332000/1332000
540.88/271.47	c cleaning 44004 clauses out of 88024 with flag 1376000/1376000
560.18/281.18	c cleaning 43997 clauses out of 88020 with flag 1420000/1420000
582.29/292.24	c cleaning 44007 clauses out of 88025 with flag 1464002/1464002
606.79/304.56	c cleaning 44000 clauses out of 88016 with flag 1508000/1508000
626.26/314.39	c cleaning 44003 clauses out of 88016 with flag 1552000/1552000
652.76/327.62	c cleaning 43987 clauses out of 88013 with flag 1596000/1596000
672.46/337.60	c cleaning 44002 clauses out of 88027 with flag 1640001/1640001
701.80/352.25	c cleaning 44003 clauses out of 88024 with flag 1684000/1684000
730.07/366.47	c cleaning 43998 clauses out of 88021 with flag 1728000/1728000
756.38/379.61	c cleaning 44009 clauses out of 88023 with flag 1772000/1772000
787.30/395.12	c cleaning 43994 clauses out of 88014 with flag 1816000/1816000
814.78/408.95	c cleaning 0 clauses out of 35001 with flag 0/35001
815.08/409.17	c cleaning 43993 clauses out of 88020 with flag 1860000/1860000
842.71/423.02	c cleaning 44002 clauses out of 88032 with flag 1904005/1904005
871.21/437.33	c cleaning 44001 clauses out of 88025 with flag 1948000/1948000
898.70/451.14	c cleaning 44001 clauses out of 88024 with flag 1992000/1992000
913.31/458.59	c cleaning 44008 clauses out of 88024 with flag 2036001/2036001
932.80/468.37	c cleaning 43992 clauses out of 88015 with flag 2080000/2080000
957.31/480.68	c cleaning 44003 clauses out of 88023 with flag 2124000/2124000
985.19/494.64	c cleaning 43998 clauses out of 88020 with flag 2168000/2168000
1005.47/504.84	c cleaning 44003 clauses out of 88022 with flag 2212000/2212000
1032.95/518.64	c cleaning 43999 clauses out of 88020 with flag 2256001/2256001
1053.05/528.70	c cleaning 44002 clauses out of 88021 with flag 2300001/2300001
1077.95/541.26	c cleaning 44002 clauses out of 88020 with flag 2344002/2344002
1102.97/553.86	c cleaning 43995 clauses out of 88017 with flag 2388001/2388001
1126.85/565.82	c cleaning 44005 clauses out of 88022 with flag 2432001/2432001
1151.74/578.36	c cleaning 43988 clauses out of 88016 with flag 2476000/2476000
1178.83/591.91	c cleaning 44007 clauses out of 88028 with flag 2520000/2520000
1203.28/604.29	c cleaning 44001 clauses out of 88023 with flag 2564002/2564002
1229.58/617.44	c cleaning 44003 clauses out of 88022 with flag 2608002/2608002
1254.68/630.05	c cleaning 43990 clauses out of 88017 with flag 2652000/2652000
1277.36/641.49	c cleaning 44003 clauses out of 88028 with flag 2696001/2696001
1303.60/654.67	c cleaning 44005 clauses out of 88026 with flag 2740002/2740002
1327.31/666.55	c cleaning 43976 clauses out of 88020 with flag 2784001/2784001
1354.79/680.32	c cleaning 44001 clauses out of 88043 with flag 2828000/2828000
1381.07/693.52	c cleaning 44008 clauses out of 88042 with flag 2872000/2872000
1406.31/706.23	c cleaning 44006 clauses out of 88036 with flag 2916002/2916002
1434.17/720.24	c cleaning 43998 clauses out of 88028 with flag 2960000/2960000
1453.65/730.09	c cleaning 44004 clauses out of 88030 with flag 3004000/3004000
1470.93/738.77	c cleaning 44008 clauses out of 88027 with flag 3048001/3048001
1489.97/748.34	c cleaning 43993 clauses out of 88019 with flag 3092001/3092001
1509.06/757.98	c cleaning 43995 clauses out of 88025 with flag 3136000/3136000
1534.33/770.64	c cleaning 43999 clauses out of 88031 with flag 3180001/3180001
1560.41/783.75	c cleaning 44009 clauses out of 88031 with flag 3224000/3224000
1579.63/793.42	c cleaning 43993 clauses out of 88023 with flag 3268001/3268001
1599.70/803.58	c cleaning 44009 clauses out of 88031 with flag 3312002/3312002
1628.39/817.92	c cleaning 44008 clauses out of 88025 with flag 3356005/3356005
1633.49/820.54	c cleaning 0 clauses out of 45001 with flag 0/45001
1656.68/832.21	c cleaning 43986 clauses out of 88013 with flag 3400001/3400001
1677.96/842.93	c cleaning 44005 clauses out of 88027 with flag 3444001/3444001
1704.45/856.24	c cleaning 43996 clauses out of 88023 with flag 3488002/3488002
1731.33/869.75	c cleaning 43994 clauses out of 88026 with flag 3532001/3532001
1758.53/883.40	c cleaning 43998 clauses out of 88033 with flag 3576002/3576002
1786.83/897.63	c cleaning 44004 clauses out of 88035 with flag 3620002/3620002
1800.12/904.31	c starts		: 251
1800.12/904.31	c conflicts		: 3644300
1800.12/904.31	c decisions		: 4534050
1800.12/904.31	c propagations		: 351533705
1800.12/904.31	c inspects		: 8041017511
1800.12/904.31	c shortcuts		: 0
1800.12/904.31	c learnt literals	: 0
1800.12/904.31	c learnt binary clauses	: 0
1800.12/904.31	c learnt ternary clauses	: 0
1800.12/904.31	c learnt constraints	: 3644300
1800.12/904.31	c ignored constraints	: 0
1800.12/904.31	c root simplifications	: 0
1800.12/904.31	c removed literals (reason simplification)	: 77449975
1800.12/904.31	c reason swapping (by a shorter reason)	: 0
1800.12/904.31	c Calls to reduceDB	: 100
1800.12/904.31	c number of reductions to clauses (during analyze)	: 0
1800.12/904.31	c number of learned constraints concerned by reduction	: 0
1800.12/904.31	c number of learning phase by resolution	: 0
1800.12/904.31	c number of learning phase by cutting planes	: 0
1800.12/904.31	c speed (assignments/second)	: 389004.61117105157
1800.12/904.31	c non guided choices	193
1800.12/904.34	c learnt constraints type 
1800.12/904.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 68385
1800.12/904.34	c constraints type 
1800.12/904.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 43010
1800.12/904.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 170
1800.12/904.34	c constraints type 
1800.12/904.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 43010
1800.12/904.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 170
1800.12/904.34	s UNKNOWN
1800.12/904.34	c Total wall clock time (in seconds): 904.22

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-3729910-1338679220/watcher-3729910-1338679220 -o /tmp/evaluation-result-3729910-1338679220/solver-3729910-1338679220 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3729910-1338679220.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: 0.81 0.21 0.33 5/196 13578
/proc/meminfo: memFree=25476944/32873852 swapFree=6856/6856
[pid=13578] ppid=13576 vsize=23172 CPUtime=0 cores=1,3,5,7
/proc/13578/stat : 13578 (java) R 13576 13578 4583 0 -1 4202496 1137 0 0 0 0 0 0 0 20 0 1 0 334047451 23728128 858 33554432000 1073741824 1073778376 140736150440752 140736150429816 1073754112 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13578/statm: 6050 864 653 9 0 385 0
[pid=13578/tid=13579] ppid=13576 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13579/stat : 13579 (java) R 13576 13578 4583 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 334047452 24780800 867 33554432000 1073741824 1073778376 140736150440752 140736150429816 229355952305 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.059353 s]
/proc/loadavg: 0.81 0.21 0.33 5/196 13578
/proc/meminfo: memFree=25476944/32873852 swapFree=6856/6856
[pid=13578] ppid=13576 vsize=11253516 CPUtime=0.05 cores=1,3,5,7
/proc/13578/stat : 13578 (java) S 13576 13578 4583 0 -1 4202496 3794 0 1 0 4 1 0 0 20 0 13 0 334047451 11523600384 12156 33554432000 1073741824 1073778376 140736150440752 140736150431888 229359255613 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13578/statm: 2813379 12156 1708 9 0 2804080 0
[pid=13578/tid=13579] ppid=13576 vsize=11253516 CPUtime=0.03 cores=1,3,5,7
/proc/13578/task/13579/stat : 13579 (java) R 13576 13578 4583 0 -1 4202560 2612 0 1 0 3 0 0 0 20 0 13 0 334047452 11523600384 12156 33554432000 1073741824 1073778376 140736150440752 140270469791984 140270473807460 0 4 0 16800971 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11253516

[startup+0.100313 s]
/proc/loadavg: 0.81 0.21 0.33 5/196 13578
/proc/meminfo: memFree=25476944/32873852 swapFree=6856/6856
[pid=13578] ppid=13576 vsize=11586392 CPUtime=0.1 cores=1,3,5,7
/proc/13578/stat : 13578 (java) S 13576 13578 4583 0 -1 4202496 4721 0 1 0 8 2 0 0 20 0 18 0 334047451 11864465408 13585 33554432000 1073741824 1073778376 140736150440752 140736150431888 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13578/statm: 2896598 13585 2106 9 0 2887285 0
[pid=13578/tid=13579] ppid=13576 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/13578/task/13579/stat : 13579 (java) R 13576 13578 4583 0 -1 4202560 2790 0 1 0 6 1 0 0 20 0 18 0 334047452 11864465408 13585 33554432000 1073741824 1073778376 140736150440752 140270469794736 229359281421 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300273 s]
/proc/loadavg: 0.81 0.21 0.33 5/196 13578
/proc/meminfo: memFree=25476944/32873852 swapFree=6856/6856
[pid=13578] ppid=13576 vsize=11586392 CPUtime=0.47 cores=1,3,5,7
/proc/13578/stat : 13578 (java) S 13576 13578 4583 0 -1 4202496 5754 0 1 0 45 2 0 0 20 0 18 0 334047451 11864465408 16368 33554432000 1073741824 1073778376 140736150440752 140736150431888 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13578/statm: 2896598 16368 2222 9 0 2887285 0
[pid=13578/tid=13579] ppid=13576 vsize=11586392 CPUtime=0.27 cores=1,3,5,7
/proc/13578/task/13579/stat : 13579 (java) R 13576 13578 4583 0 -1 4202560 2867 0 1 0 25 2 0 0 20 0 18 0 334047452 11864465408 16368 33554432000 1073741824 1073778376 140736150440752 140270469796024 140270293284256 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 11586392

[startup+0.700254 s]
/proc/loadavg: 0.81 0.21 0.33 5/196 13578
/proc/meminfo: memFree=25476944/32873852 swapFree=6856/6856
[pid=13578] ppid=13576 vsize=11852648 CPUtime=1.38 cores=1,3,5,7
/proc/13578/stat : 13578 (java) S 13576 13578 4583 0 -1 4202496 9911 0 1 0 132 6 0 0 20 0 22 0 334047451 12137111552 50167 33554432000 1073741824 1073778376 140736150440752 140736150431888 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13578/statm: 2963162 50167 2250 9 0 2953849 0
[pid=13578/tid=13579] ppid=13576 vsize=11852648 CPUtime=0.61 cores=1,3,5,7
/proc/13578/task/13579/stat : 13579 (java) S 13576 13578 4583 0 -1 4202560 2938 0 1 0 56 5 0 0 20 0 22 0 334047452 12137111552 50167 33554432000 1073741824 1073778376 140736150440752 140270469797016 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 11852648

[startup+1.50076 s]
/proc/loadavg: 0.81 0.21 0.33 7/218 13600
/proc/meminfo: memFree=25259544/32873852 swapFree=6856/6856
[pid=13578] ppid=13576 vsize=11852648 CPUtime=4.03 cores=1,3,5,7
/proc/13578/stat : 13578 (java) S 13576 13578 4583 0 -1 4202496 17938 0 1 0 392 11 0 0 20 0 22 0 334047451 12137111552 90620 33554432000 1073741824 1073778376 140736150440752 140736150431888 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13578/statm: 2963162 90620 2290 9 0 2953849 0
[pid=13578/tid=13579] ppid=13576 vsize=11852648 CPUtime=0.61 cores=1,3,5,7
/proc/13578/task/13579/stat : 13579 (java) S 13576 13578 4583 0 -1 4202560 2938 0 1 0 56 5 0 0 20 0 22 0 334047452 12137111552 90620 33554432000 1073741824 1073778376 140736150440752 140270469797016 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13578/tid=13581] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13581/stat : 13581 (java) S 13576 13578 4583 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 334047454 12137111552 90620 33554432000 1073741824 1073778376 140736150440752 140270424550184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13582] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13582/stat : 13582 (java) S 13576 13578 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334047454 12137111552 90620 33554432000 1073741824 1073778376 140736150440752 140270423497384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13578/tid=13583] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13583/stat : 13583 (java) S 13576 13578 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334047454 12137111552 90620 33554432000 1073741824 1073778376 140736150440752 140270422445096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13578/tid=13584] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13584/stat : 13584 (java) S 13576 13578 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334047454 12137111552 90620 33554432000 1073741824 1073778376 140736150440752 140270421392296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13578/tid=13585] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13585/stat : 13585 (java) S 13576 13578 4583 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 334047454 12137111552 90620 33554432000 1073741824 1073778376 140736150440752 140270420338984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13578/tid=13586] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13586/stat : 13586 (java) S 13576 13578 4583 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 334047454 12137111552 90620 33554432000 1073741824 1073778376 140736150440752 140270419286184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13578/tid=13587] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13587/stat : 13587 (java) S 13576 13578 4583 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 334047454 12137111552 90620 33554432000 1073741824 1073778376 140736150440752 140270418233896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13588] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13588/stat : 13588 (java) S 13576 13578 4583 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334047454 12137111552 90620 33554432000 1073741824 1073778376 140736150440752 140270417181096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13589] ppid=13576 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/13578/task/13589/stat : 13589 (java) S 13576 13578 4583 0 -1 4202560 34 0 0 0 3 0 0 0 20 0 22 0 334047455 12137111552 90620 33554432000 1073741824 1073778376 140736150440752 140270286899944 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13578/tid=13590] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13590/stat : 13590 (java) S 13576 13578 4583 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 334047455 12137111552 90620 33554432000 1073741824 1073778376 140736150440752 140270285846008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13591] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13591/stat : 13591 (java) S 13576 13578 4583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334047455 12137111552 90620 33554432000 1073741824 1073778376 140736150440752 140270284793608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13592] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13592/stat : 13592 (java) S 13576 13578 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334047458 12137111552 90620 33554432000 1073741824 1073778376 140736150440752 140270283742096 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13593] ppid=13576 vsize=11852648 CPUtime=0.7 cores=1,3,5,7
/proc/13578/task/13593/stat : 13593 (java) S 13576 13578 4583 0 -1 4202560 5175 0 0 0 70 0 0 0 20 0 22 0 334047458 12137111552 90620 33554432000 1073741824 1073778376 140736150440752 140270282688696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13594] ppid=13576 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/13578/task/13594/stat : 13594 (java) S 13576 13578 4583 0 -1 4202560 8399 0 0 0 99 1 0 0 20 0 22 0 334047458 12137111552 90620 33554432000 1073741824 1073778376 140736150440752 140270281635896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13578/tid=13595] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13595/stat : 13595 (java) S 13576 13578 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334047458 12137111552 90620 33554432000 1073741824 1073778376 140736150440752 140270280583800 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13578/tid=13596] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13596/stat : 13596 (java) S 13576 13578 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334047458 12137111552 90620 33554432000 1073741824 1073778376 140736150440752 140270279531208 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13578/tid=13597] ppid=13576 vsize=11852648 CPUtime=0.76 cores=1,3,5,7
/proc/13578/task/13597/stat : 13597 (java) R 13576 13578 4583 0 -1 4202560 28 0 0 0 76 0 0 0 20 0 22 0 334047515 12137111552 90620 33554432000 1073741824 1073778376 140736150440752 140270278476568 140270294008558 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=13578/tid=13598] ppid=13576 vsize=11852648 CPUtime=0.77 cores=1,3,5,7
/proc/13578/task/13598/stat : 13598 (java) R 13576 13578 4583 0 -1 4202560 126 0 0 0 75 2 0 0 20 0 22 0 334047515 12137111552 90620 33554432000 1073741824 1073778376 140736150440752 140269135584088 140270293917965 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13578/tid=13599] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13599/stat : 13599 (java) S 13576 13578 4583 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 334047515 12137111552 90620 33554432000 1073741824 1073778376 140736150440752 140269134534312 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13578/tid=13600] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13600/stat : 13600 (java) S 13576 13578 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334047516 12137111552 90620 33554432000 1073741824 1073778376 140736150440752 140269001369128 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 11852648

[startup+3.10087 s]
/proc/loadavg: 0.81 0.21 0.33 5/218 13600
/proc/meminfo: memFree=25021984/32873852 swapFree=6856/6856
[pid=13578] ppid=13576 vsize=11852648 CPUtime=7.25 cores=1,3,5,7
/proc/13578/stat : 13578 (java) S 13576 13578 4583 0 -1 4202496 17995 0 1 0 712 13 0 0 20 0 22 0 334047451 12137111552 109576 33554432000 1073741824 1073778376 140736150440752 140736150431888 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13578/statm: 2963162 109576 2290 9 0 2953849 0
[pid=13578/tid=13579] ppid=13576 vsize=11852648 CPUtime=0.61 cores=1,3,5,7
/proc/13578/task/13579/stat : 13579 (java) S 13576 13578 4583 0 -1 4202560 2938 0 1 0 56 5 0 0 20 0 22 0 334047452 12137111552 109576 33554432000 1073741824 1073778376 140736150440752 140270469797016 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13578/tid=13581] ppid=13576 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/13578/task/13581/stat : 13581 (java) S 13576 13578 4583 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 334047454 12137111552 109576 33554432000 1073741824 1073778376 140736150440752 140270424550184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13582] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13582/stat : 13582 (java) S 13576 13578 4583 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334047454 12137111552 109576 33554432000 1073741824 1073778376 140736150440752 140270423497384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13578/tid=13583] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13583/stat : 13583 (java) S 13576 13578 4583 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334047454 12137111552 109576 33554432000 1073741824 1073778376 140736150440752 140270422445096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13578/tid=13584] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13584/stat : 13584 (java) S 13576 13578 4583 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 334047454 12137111552 109576 33554432000 1073741824 1073778376 140736150440752 140270421392296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13578/tid=13585] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13585/stat : 13585 (java) S 13576 13578 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334047454 12137111552 109576 33554432000 1073741824 1073778376 140736150440752 140270420338984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13586] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13586/stat : 13586 (java) S 13576 13578 4583 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 334047454 12137111552 109576 33554432000 1073741824 1073778376 140736150440752 140270419286184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13578/tid=13587] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13587/stat : 13587 (java) S 13576 13578 4583 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 334047454 12137111552 109576 33554432000 1073741824 1073778376 140736150440752 140270418233896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13588] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13588/stat : 13588 (java) S 13576 13578 4583 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334047454 12137111552 109576 33554432000 1073741824 1073778376 140736150440752 140270417181096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13589] ppid=13576 vsize=11852648 CPUtime=0.11 cores=1,3,5,7
/proc/13578/task/13589/stat : 13589 (java) S 13576 13578 4583 0 -1 4202560 35 0 0 0 11 0 0 0 20 0 22 0 334047455 12137111552 109576 33554432000 1073741824 1073778376 140736150440752 140270286899944 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13590] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13590/stat : 13590 (java) S 13576 13578 4583 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 334047455 12137111552 109576 33554432000 1073741824 1073778376 140736150440752 140270285846008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13591] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13591/stat : 13591 (java) S 13576 13578 4583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334047455 12137111552 109576 33554432000 1073741824 1073778376 140736150440752 140270284793608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13592] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13592/stat : 13592 (java) S 13576 13578 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334047458 12137111552 109576 33554432000 1073741824 1073778376 140736150440752 140270283742096 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13593] ppid=13576 vsize=11852648 CPUtime=0.73 cores=1,3,5,7
/proc/13578/task/13593/stat : 13593 (java) S 13576 13578 4583 0 -1 4202560 5178 0 0 0 73 0 0 0 20 0 22 0 334047458 12137111552 109576 33554432000 1073741824 1073778376 140736150440752 140270282688696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13594] ppid=13576 vsize=11852648 CPUtime=1.08 cores=1,3,5,7
/proc/13578/task/13594/stat : 13594 (java) S 13576 13578 4583 0 -1 4202560 8400 0 0 0 107 1 0 0 20 0 22 0 334047458 12137111552 109576 33554432000 1073741824 1073778376 140736150440752 140270281635896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13578/tid=13595] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13595/stat : 13595 (java) S 13576 13578 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334047458 12137111552 109576 33554432000 1073741824 1073778376 140736150440752 140270280583800 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13578/tid=13596] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13596/stat : 13596 (java) S 13576 13578 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334047458 12137111552 109576 33554432000 1073741824 1073778376 140736150440752 140270279531208 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13578/tid=13597] ppid=13576 vsize=11852648 CPUtime=2.25 cores=1,3,5,7
/proc/13578/task/13597/stat : 13597 (java) R 13576 13578 4583 0 -1 4202560 31 0 0 0 225 0 0 0 20 0 22 0 334047515 12137111552 109576 33554432000 1073741824 1073778376 140736150440752 140270278476440 140270293932916 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13578/tid=13598] ppid=13576 vsize=11852648 CPUtime=2.28 cores=1,3,5,7
/proc/13578/task/13598/stat : 13598 (java) R 13576 13578 4583 0 -1 4202560 160 0 0 0 224 4 0 0 20 0 22 0 334047515 12137111552 109576 33554432000 1073741824 1073778376 140736150440752 140269135583920 140270294181309 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13578/tid=13599] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13599/stat : 13599 (java) S 13576 13578 4583 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 334047515 12137111552 109576 33554432000 1073741824 1073778376 140736150440752 140269134534312 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13578/tid=13600] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13600/stat : 13600 (java) S 13576 13578 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334047516 12137111552 109576 33554432000 1073741824 1073778376 140736150440752 140269001369128 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.25
Current children cumulated vsize (KiB) 11852648

[startup+6.30087 s]
/proc/loadavg: 1.15 0.29 0.36 6/218 13660
/proc/meminfo: memFree=24709864/32873852 swapFree=6856/6856
[pid=13578] ppid=13576 vsize=11852648 CPUtime=14.04 cores=1,3,5,7
/proc/13578/stat : 13578 (java) S 13576 13578 4583 0 -1 4202496 22716 0 1 0 1388 16 0 0 20 0 22 0 334047451 12137111552 127819 33554432000 1073741824 1073778376 140736150440752 140736150431888 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13578/statm: 2963162 127819 2290 9 0 2953849 0
[pid=13578/tid=13579] ppid=13576 vsize=11852648 CPUtime=0.61 cores=1,3,5,7
/proc/13578/task/13579/stat : 13579 (java) S 13576 13578 4583 0 -1 4202560 2938 0 1 0 56 5 0 0 20 0 22 0 334047452 12137111552 127819 33554432000 1073741824 1073778376 140736150440752 140270469797016 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13578/tid=13581] ppid=13576 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/13578/task/13581/stat : 13581 (java) S 13576 13578 4583 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 334047454 12137111552 127819 33554432000 1073741824 1073778376 140736150440752 140270424550184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13582] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13582/stat : 13582 (java) S 13576 13578 4583 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334047454 12137111552 127819 33554432000 1073741824 1073778376 140736150440752 140270423497384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13578/tid=13583] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13583/stat : 13583 (java) S 13576 13578 4583 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 334047454 12137111552 127819 33554432000 1073741824 1073778376 140736150440752 140270422445096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13578/tid=13584] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13584/stat : 13584 (java) S 13576 13578 4583 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 334047454 12137111552 127819 33554432000 1073741824 1073778376 140736150440752 140270421392296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13578/tid=13585] ppid=13576 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/13578/task/13585/stat : 13585 (java) S 13576 13578 4583 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 334047454 12137111552 127819 33554432000 1073741824 1073778376 140736150440752 140270420338984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13578/tid=13586] ppid=13576 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/13578/task/13586/stat : 13586 (java) S 13576 13578 4583 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 334047454 12137111552 127819 33554432000 1073741824 1073778376 140736150440752 140270419286184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13587] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13587/stat : 13587 (java) S 13576 13578 4583 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 334047454 12137111552 127819 33554432000 1073741824 1073778376 140736150440752 140270418233896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13578/tid=13588] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13588/stat : 13588 (java) S 13576 13578 4583 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334047454 12137111552 127819 33554432000 1073741824 1073778376 140736150440752 140270417181096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

/proc/13578/statm: 2963162 897649 2291 9 0 2953849 0
[pid=13578/tid=13579] ppid=13576 vsize=11852648 CPUtime=0.68 cores=1,3,5,7
/proc/13578/task/13579/stat : 13579 (java) S 13576 13578 4583 0 -1 4202560 2961 0 1 0 60 8 0 0 20 0 22 0 334047452 12137111552 897649 33554432000 1073741824 1073778376 140736150440752 140270469797016 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13578/tid=13581] ppid=13576 vsize=11852648 CPUtime=0.56 cores=1,3,5,7
/proc/13578/task/13581/stat : 13581 (java) S 13576 13578 4583 0 -1 4202560 84 0 0 0 54 2 0 0 20 0 22 0 334047454 12137111552 897649 33554432000 1073741824 1073778376 140736150440752 140270424550184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13578/tid=13582] ppid=13576 vsize=11852648 CPUtime=0.58 cores=1,3,5,7
/proc/13578/task/13582/stat : 13582 (java) S 13576 13578 4583 0 -1 4202560 150 0 0 0 56 2 0 0 20 0 22 0 334047454 12137111552 897649 33554432000 1073741824 1073778376 140736150440752 140270423497384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13583] ppid=13576 vsize=11852648 CPUtime=0.52 cores=1,3,5,7
/proc/13578/task/13583/stat : 13583 (java) S 13576 13578 4583 0 -1 4202560 72 0 0 0 49 3 0 0 20 0 22 0 334047454 12137111552 897649 33554432000 1073741824 1073778376 140736150440752 140270422445096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13578/tid=13584] ppid=13576 vsize=11852648 CPUtime=0.54 cores=1,3,5,7
/proc/13578/task/13584/stat : 13584 (java) S 13576 13578 4583 0 -1 4202560 83 0 0 0 52 2 0 0 20 0 22 0 334047454 12137111552 897649 33554432000 1073741824 1073778376 140736150440752 140270421392296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13578/tid=13585] ppid=13576 vsize=11852648 CPUtime=0.58 cores=1,3,5,7
/proc/13578/task/13585/stat : 13585 (java) S 13576 13578 4583 0 -1 4202560 109 0 0 0 56 2 0 0 20 0 22 0 334047454 12137111552 897649 33554432000 1073741824 1073778376 140736150440752 140270420338984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13586] ppid=13576 vsize=11852648 CPUtime=0.57 cores=1,3,5,7
/proc/13578/task/13586/stat : 13586 (java) S 13576 13578 4583 0 -1 4202560 131 0 0 0 55 2 0 0 20 0 22 0 334047454 12137111552 897649 33554432000 1073741824 1073778376 140736150440752 140270419286184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13578/tid=13587] ppid=13576 vsize=11852648 CPUtime=0.53 cores=1,3,5,7
/proc/13578/task/13587/stat : 13587 (java) S 13576 13578 4583 0 -1 4202560 66 0 0 0 51 2 0 0 20 0 22 0 334047454 12137111552 897649 33554432000 1073741824 1073778376 140736150440752 140270418233896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13578/tid=13588] ppid=13576 vsize=11852648 CPUtime=0.56 cores=1,3,5,7
/proc/13578/task/13588/stat : 13588 (java) S 13576 13578 4583 0 -1 4202560 104 0 0 0 54 2 0 0 20 0 22 0 334047454 12137111552 897649 33554432000 1073741824 1073778376 140736150440752 140270417181096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13578/tid=13589] ppid=13576 vsize=11852648 CPUtime=12.01 cores=1,3,5,7
/proc/13578/task/13589/stat : 13589 (java) S 13576 13578 4583 0 -1 4202560 113 0 0 0 1196 5 0 0 20 0 22 0 334047455 12137111552 897649 33554432000 1073741824 1073778376 140736150440752 140270286899944 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13578/tid=13590] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13590/stat : 13590 (java) S 13576 13578 4583 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 334047455 12137111552 897649 33554432000 1073741824 1073778376 140736150440752 140270285846008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13591] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13591/stat : 13591 (java) S 13576 13578 4583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334047455 12137111552 897649 33554432000 1073741824 1073778376 140736150440752 140270284793608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13592] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13592/stat : 13592 (java) S 13576 13578 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334047458 12137111552 897649 33554432000 1073741824 1073778376 140736150440752 140270283742096 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13593] ppid=13576 vsize=11852648 CPUtime=1.43 cores=1,3,5,7
/proc/13578/task/13593/stat : 13593 (java) S 13576 13578 4583 0 -1 4202560 9852 0 0 0 141 2 0 0 20 0 22 0 334047458 12137111552 897649 33554432000 1073741824 1073778376 140736150440752 140270282688696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13578/tid=13594] ppid=13576 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/13578/task/13594/stat : 13594 (java) S 13576 13578 4583 0 -1 4202560 8413 0 0 0 115 1 0 0 20 0 22 0 334047458 12137111552 897649 33554432000 1073741824 1073778376 140736150440752 140270281635896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13595] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13595/stat : 13595 (java) S 13576 13578 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334047458 12137111552 897649 33554432000 1073741824 1073778376 140736150440752 140270280583800 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13578/tid=13596] ppid=13576 vsize=11852648 CPUtime=0.49 cores=1,3,5,7
/proc/13578/task/13596/stat : 13596 (java) S 13576 13578 4583 0 -1 4202560 51 0 0 0 21 28 0 0 20 0 22 0 334047458 12137111552 897649 33554432000 1073741824 1073778376 140736150440752 140270279531208 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13578/tid=13597] ppid=13576 vsize=11852648 CPUtime=865.85 cores=1,3,5,7
/proc/13578/task/13597/stat : 13597 (java) R 13576 13578 4583 0 -1 4202560 114 0 0 0 86571 14 0 0 20 0 22 0 334047515 12137111552 897649 33554432000 1073741824 1073778376 140736150440752 140270278476480 140270294008558 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13598] ppid=13576 vsize=11852648 CPUtime=865.94 cores=1,3,5,7
/proc/13578/task/13598/stat : 13598 (java) R 13576 13578 4583 0 -1 4202560 1631 0 0 0 86528 66 0 0 20 0 22 0 334047515 12137111552 897649 33554432000 1073741824 1073778376 140736150440752 140269135583920 140270294062442 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13578/tid=13599] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13599/stat : 13599 (java) S 13576 13578 4583 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 334047515 12137111552 897649 33554432000 1073741824 1073778376 140736150440752 140269134534312 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13578/tid=13600] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13600/stat : 13600 (java) S 13576 13578 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334047516 12137111552 897649 33554432000 1073741824 1073778376 140736150440752 140269001369128 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1756.33
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+904.301 s]
/proc/loadavg: 3.99 3.80 2.59 5/216 13667
/proc/meminfo: memFree=18597512/32873852 swapFree=6856/6856
[pid=13578] ppid=13576 vsize=11852648 CPUtime=1800.12 cores=1,3,5,7
/proc/13578/stat : 13578 (java) S 13576 13578 4583 0 -1 4202496 25145 0 1 0 179900 112 0 0 20 0 22 0 334047451 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140736150431888 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13578/statm: 2963162 897660 2291 9 0 2953849 0
[pid=13578/tid=13579] ppid=13576 vsize=11852648 CPUtime=0.68 cores=1,3,5,7
/proc/13578/task/13579/stat : 13579 (java) S 13576 13578 4583 0 -1 4202560 2962 0 1 0 60 8 0 0 20 0 22 0 334047452 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270469797016 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13578/tid=13581] ppid=13576 vsize=11852648 CPUtime=0.57 cores=1,3,5,7
/proc/13578/task/13581/stat : 13581 (java) S 13576 13578 4583 0 -1 4202560 86 0 0 0 55 2 0 0 20 0 22 0 334047454 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270424550184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13578/tid=13582] ppid=13576 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/13578/task/13582/stat : 13582 (java) S 13576 13578 4583 0 -1 4202560 150 0 0 0 57 2 0 0 20 0 22 0 334047454 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270423497384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13583] ppid=13576 vsize=11852648 CPUtime=0.54 cores=1,3,5,7
/proc/13578/task/13583/stat : 13583 (java) S 13576 13578 4583 0 -1 4202560 78 0 0 0 51 3 0 0 20 0 22 0 334047454 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270422445096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13578/tid=13584] ppid=13576 vsize=11852648 CPUtime=0.56 cores=1,3,5,7
/proc/13578/task/13584/stat : 13584 (java) S 13576 13578 4583 0 -1 4202560 83 0 0 0 54 2 0 0 20 0 22 0 334047454 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270421392296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13578/tid=13585] ppid=13576 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/13578/task/13585/stat : 13585 (java) S 13576 13578 4583 0 -1 4202560 109 0 0 0 57 2 0 0 20 0 22 0 334047454 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270420338984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13586] ppid=13576 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/13578/task/13586/stat : 13586 (java) S 13576 13578 4583 0 -1 4202560 134 0 0 0 57 2 0 0 20 0 22 0 334047454 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270419286184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13578/tid=13587] ppid=13576 vsize=11852648 CPUtime=0.54 cores=1,3,5,7
/proc/13578/task/13587/stat : 13587 (java) S 13576 13578 4583 0 -1 4202560 66 0 0 0 52 2 0 0 20 0 22 0 334047454 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270418233896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13588] ppid=13576 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/13578/task/13588/stat : 13588 (java) S 13576 13578 4583 0 -1 4202560 104 0 0 0 57 2 0 0 20 0 22 0 334047454 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270417181096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13578/tid=13589] ppid=13576 vsize=11852648 CPUtime=12.29 cores=1,3,5,7
/proc/13578/task/13589/stat : 13589 (java) S 13576 13578 4583 0 -1 4202560 115 0 0 0 1224 5 0 0 20 0 22 0 334047455 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270286899944 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13578/tid=13590] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13590/stat : 13590 (java) S 13576 13578 4583 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 334047455 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270285846008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13591] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13591/stat : 13591 (java) S 13576 13578 4583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334047455 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270284793608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13592] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13592/stat : 13592 (java) S 13576 13578 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334047458 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270283742096 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13593] ppid=13576 vsize=11852648 CPUtime=1.43 cores=1,3,5,7
/proc/13578/task/13593/stat : 13593 (java) S 13576 13578 4583 0 -1 4202560 9852 0 0 0 141 2 0 0 20 0 22 0 334047458 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270282688696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13578/tid=13594] ppid=13576 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/13578/task/13594/stat : 13594 (java) S 13576 13578 4583 0 -1 4202560 8413 0 0 0 115 1 0 0 20 0 22 0 334047458 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270281635896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13595] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13595/stat : 13595 (java) S 13576 13578 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334047458 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270280583800 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13578/tid=13596] ppid=13576 vsize=11852648 CPUtime=0.5 cores=1,3,5,7
/proc/13578/task/13596/stat : 13596 (java) S 13576 13578 4583 0 -1 4202560 53 0 0 0 22 28 0 0 20 0 22 0 334047458 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270279531208 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13578/tid=13597] ppid=13576 vsize=11852648 CPUtime=887.49 cores=1,3,5,7
/proc/13578/task/13597/stat : 13597 (java) R 13576 13578 4583 0 -1 4202560 115 0 0 0 88735 14 0 0 20 0 22 0 334047515 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270278476480 140270293932736 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13598] ppid=13576 vsize=11852648 CPUtime=887.58 cores=1,3,5,7
/proc/13578/task/13598/stat : 13598 (java) R 13576 13578 4583 0 -1 4202560 1631 0 0 0 88692 66 0 0 20 0 22 0 334047515 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140269135583968 140270294181482 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13578/tid=13599] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13599/stat : 13599 (java) S 13576 13578 4583 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 334047515 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140269134534312 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13578/tid=13600] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13600/stat : 13600 (java) S 13576 13578 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334047516 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140269001369128 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
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.301 s]
/proc/loadavg: 3.99 3.80 2.59 5/216 13667
/proc/meminfo: memFree=18597512/32873852 swapFree=6856/6856
[pid=13578] ppid=13576 vsize=11852648 CPUtime=1800.12 cores=1,3,5,7
/proc/13578/stat : 13578 (java) S 13576 13578 4583 0 -1 4202496 25145 0 1 0 179900 112 0 0 20 0 22 0 334047451 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140736150431888 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13578/statm: 2963162 897660 2291 9 0 2953849 0
[pid=13578/tid=13579] ppid=13576 vsize=11852648 CPUtime=0.68 cores=1,3,5,7
/proc/13578/task/13579/stat : 13579 (java) S 13576 13578 4583 0 -1 4202560 2962 0 1 0 60 8 0 0 20 0 22 0 334047452 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270469797016 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13578/tid=13581] ppid=13576 vsize=11852648 CPUtime=0.57 cores=1,3,5,7
/proc/13578/task/13581/stat : 13581 (java) S 13576 13578 4583 0 -1 4202560 86 0 0 0 55 2 0 0 20 0 22 0 334047454 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270424550184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13578/tid=13582] ppid=13576 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/13578/task/13582/stat : 13582 (java) S 13576 13578 4583 0 -1 4202560 150 0 0 0 57 2 0 0 20 0 22 0 334047454 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270423497384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13583] ppid=13576 vsize=11852648 CPUtime=0.54 cores=1,3,5,7
/proc/13578/task/13583/stat : 13583 (java) S 13576 13578 4583 0 -1 4202560 78 0 0 0 51 3 0 0 20 0 22 0 334047454 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270422445096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13578/tid=13584] ppid=13576 vsize=11852648 CPUtime=0.56 cores=1,3,5,7
/proc/13578/task/13584/stat : 13584 (java) S 13576 13578 4583 0 -1 4202560 83 0 0 0 54 2 0 0 20 0 22 0 334047454 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270421392296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13578/tid=13585] ppid=13576 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/13578/task/13585/stat : 13585 (java) S 13576 13578 4583 0 -1 4202560 109 0 0 0 57 2 0 0 20 0 22 0 334047454 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270420338984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13586] ppid=13576 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/13578/task/13586/stat : 13586 (java) S 13576 13578 4583 0 -1 4202560 134 0 0 0 57 2 0 0 20 0 22 0 334047454 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270419286184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13578/tid=13587] ppid=13576 vsize=11852648 CPUtime=0.54 cores=1,3,5,7
/proc/13578/task/13587/stat : 13587 (java) S 13576 13578 4583 0 -1 4202560 66 0 0 0 52 2 0 0 20 0 22 0 334047454 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270418233896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13588] ppid=13576 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/13578/task/13588/stat : 13588 (java) S 13576 13578 4583 0 -1 4202560 104 0 0 0 57 2 0 0 20 0 22 0 334047454 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270417181096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13578/tid=13589] ppid=13576 vsize=11852648 CPUtime=12.29 cores=1,3,5,7
/proc/13578/task/13589/stat : 13589 (java) S 13576 13578 4583 0 -1 4202560 115 0 0 0 1224 5 0 0 20 0 22 0 334047455 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270286899944 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13578/tid=13590] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13590/stat : 13590 (java) S 13576 13578 4583 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 334047455 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270285846008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13591] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13591/stat : 13591 (java) S 13576 13578 4583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334047455 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270284793608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13592] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13592/stat : 13592 (java) S 13576 13578 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334047458 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270283742096 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13593] ppid=13576 vsize=11852648 CPUtime=1.43 cores=1,3,5,7
/proc/13578/task/13593/stat : 13593 (java) S 13576 13578 4583 0 -1 4202560 9852 0 0 0 141 2 0 0 20 0 22 0 334047458 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270282688696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13578/tid=13594] ppid=13576 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/13578/task/13594/stat : 13594 (java) S 13576 13578 4583 0 -1 4202560 8413 0 0 0 115 1 0 0 20 0 22 0 334047458 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270281635896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13595] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13595/stat : 13595 (java) S 13576 13578 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334047458 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270280583800 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13578/tid=13596] ppid=13576 vsize=11852648 CPUtime=0.5 cores=1,3,5,7
/proc/13578/task/13596/stat : 13596 (java) S 13576 13578 4583 0 -1 4202560 53 0 0 0 22 28 0 0 20 0 22 0 334047458 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270279531208 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13578/tid=13597] ppid=13576 vsize=11852648 CPUtime=887.49 cores=1,3,5,7
/proc/13578/task/13597/stat : 13597 (java) R 13576 13578 4583 0 -1 4202560 115 0 0 0 88735 14 0 0 20 0 22 0 334047515 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140270278476480 140270293932736 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13578/tid=13598] ppid=13576 vsize=11852648 CPUtime=887.58 cores=1,3,5,7
/proc/13578/task/13598/stat : 13598 (java) R 13576 13578 4583 0 -1 4202560 1631 0 0 0 88692 66 0 0 20 0 22 0 334047515 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140269135583968 140270294181482 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13578/tid=13599] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13599/stat : 13599 (java) S 13576 13578 4583 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 334047515 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140269134534312 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13578/tid=13600] ppid=13576 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13578/task/13600/stat : 13600 (java) S 13576 13578 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334047516 12137111552 897660 33554432000 1073741824 1073778376 140736150440752 140269001369128 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 11852648

Child status: 143

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

Real time (s): 904.361
CPU time (s): 1800.12
CPU user time (s): 1799
CPU system time (s): 1.12
CPU usage (%): 199.049
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.53
system time used= 1.58276
maximum resident set size= 3590764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25178
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24607
involuntary context switches= 15412

runsolver used 4.6213 second user time and 7.61484 second system time

The end

Launcher Data

Begin job on node129 at 2012-06-03 01:20:20
IDJOB=3729910
IDBENCH=1369
IDSOLVER=2328
FILE ID=node129/3729910-1338679220
RUNJOBID= node129-1338679212-13350
PBS_JOBID= 14636684
Free space on /tmp= 70484 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k6_l3_n170.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3729910-1338679220/watcher-3729910-1338679220 -o /tmp/evaluation-result-3729910-1338679220/solver-3729910-1338679220 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3729910-1338679220.opb

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

MD5SUM BENCH= 7f5f10f1b8aeee16c5b46dadab8c5b22
RANDOM SEED=1885916066

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        25477224 kB
Buffers:          456584 kB
Cached:          5610648 kB
SwapCached:            0 kB
Active:          2987560 kB
Inactive:        3529084 kB
Active(anon):     440440 kB
Inactive(anon):    10760 kB
Active(file):    2547120 kB
Inactive(file):  3518324 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2308 kB
Writeback:             0 kB
AnonPages:        453312 kB
Mapped:            22440 kB
Shmem:               204 kB
Slab:             741636 kB
SReclaimable:     182992 kB
SUnreclaim:       558644 kB
KernelStack:        1664 kB
PageTables:         5248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:   10455352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    391168 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= 70476 MiB
End job on node129 at 2012-06-03 01:35:26