Trace number 3740904

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.09 922.662

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-153.opb
MD5SUM64b2e27e0cc69ae36d391a38c497bb88
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables55296
Total number of constraints1282690
Number of constraints which are clauses1152492
Number of constraints which are cardinality constraints (but not clauses)4030
Number of constraints which are nor clauses,nor cardinality constraints126168
Minimum length of a constraint2
Maximum length of a constraint756
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 757
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.10/0.21	c version 2.3.1.v20110525
0.10/0.21	c java.runtime.name	Java(TM) SE Runtime Environment
0.10/0.21	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.10/0.21	c java.vm.version	19.1-b02
0.10/0.21	c java.vm.vendor	Sun Microsystems Inc.
0.10/0.21	c sun.arch.data.model	64
0.10/0.21	c java.version		1.6.0_24
0.10/0.21	c os.name		Linux
0.10/0.21	c os.version		2.6.32-71.29.1.el6.x86_64
0.10/0.21	c os.arch		amd64
0.10/0.21	c Free memory 		9996466904
0.10/0.21	c Max memory 		10048897024
0.10/0.21	c Total memory 		10048897024
0.10/0.21	c Number of processors 	8
0.10/0.21	c Pseudo Boolean Optimization
0.10/0.21	c ManyCore solver with 2 solvers running in parallel
0.10/0.21	c --- Begin Solver configuration ---
0.10/0.21	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.21	c Learn all clauses as in MiniSAT
0.10/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.21	c Expensive reason simplification
0.10/0.21	c Armin Biere (Picosat) restarts strategy
0.10/0.21	c Glucose learned constraints deletion strategy
0.10/0.21	c timeout=2147483s
0.10/0.21	c DB Simplification allowed=false
0.10/0.21	c --- End Solver configuration ---
0.10/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.21	c --- Begin Solver configuration ---
0.10/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.21	c Learn all clauses as in MiniSAT
0.10/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.21	c No reason simplification
0.10/0.21	c Armin Biere (Picosat) restarts strategy
0.10/0.21	c Glucose learned constraints deletion strategy
0.10/0.21	c timeout=2147483s
0.10/0.21	c DB Simplification allowed=false
0.10/0.21	c --- End Solver configuration ---
0.10/0.21	c solving HOME/instance-3740904-1338749255.opb
0.10/0.21	c reading problem ... 
10.67/8.56	c ... done. Wall clock time 8.447s.
10.67/8.56	c #vars     55296
10.67/8.56	c #constraints  1284718
10.67/8.56	c constraints type 
10.67/8.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 885189
10.67/8.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 4032
10.67/8.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 269329
10.67/8.56	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 126168
10.67/8.56	c constraints type 
10.67/8.56	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 269329
10.67/8.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 885189
10.67/8.56	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 4032
10.67/8.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 126168
33.61/19.21	c cleaning 0 clauses out of 5001 with flag 0/5001
39.30/22.20	c cleaning 2462 clauses out of 5001 with flag 5001/5001
47.95/26.86	c cleaning 0 clauses out of 11000 with flag 0/11000
63.98/35.11	c cleaning 0 clauses out of 18003 with flag 0/18003
69.07/38.19	c cleaning 4234 clauses out of 8539 with flag 11001/11001
85.69/46.75	c cleaning 0 clauses out of 26001 with flag 0/26001
103.68/56.01	c cleaning 5619 clauses out of 11304 with flag 18000/18000
116.48/62.71	c cleaning 0 clauses out of 35000 with flag 0/35000
135.11/72.56	c cleaning 6766 clauses out of 13685 with flag 26000/26000
149.86/80.23	c cleaning 0 clauses out of 45000 with flag 0/45000
163.19/87.22	c cleaning 7917 clauses out of 15919 with flag 35000/35000
192.56/102.23	c cleaning 0 clauses out of 56000 with flag 0/56000
201.99/107.50	c cleaning 8980 clauses out of 18002 with flag 45000/45000
237.58/125.55	c cleaning 9964 clauses out of 20022 with flag 56000/56000
239.73/126.94	c cleaning 0 clauses out of 68002 with flag 0/68002
273.88/144.35	c cleaning 11008 clauses out of 22060 with flag 68002/68002
297.51/156.61	c cleaning 0 clauses out of 81001 with flag 0/81001
314.47/165.41	c cleaning 11984 clauses out of 24050 with flag 81000/81000
352.84/184.95	c cleaning 12999 clauses out of 26066 with flag 95000/95000
359.58/188.67	c cleaning 0 clauses out of 95001 with flag 0/95001
382.54/200.65	c cleaning 14004 clauses out of 28067 with flag 110000/110000
418.89/219.13	c cleaning 15009 clauses out of 30064 with flag 126001/126001
434.25/227.13	c cleaning 0 clauses out of 110000 with flag 0/110000
485.00/252.88	c cleaning 15897 clauses out of 32054 with flag 143000/143000
526.81/274.22	c cleaning 0 clauses out of 126002 with flag 0/126002
528.52/275.42	c cleaning 17042 clauses out of 34159 with flag 161002/161002
562.02/292.50	c cleaning 18017 clauses out of 36116 with flag 180001/180001
615.18/319.44	c cleaning 18982 clauses out of 38100 with flag 200002/200002
616.95/320.80	c cleaning 0 clauses out of 143000 with flag 0/143000
650.86/338.10	c cleaning 19791 clauses out of 40116 with flag 221000/221000
681.55/353.89	c cleaning 21091 clauses out of 42326 with flag 243001/243001
689.82/358.39	c cleaning 0 clauses out of 161000 with flag 0/161000
729.33/378.64	c cleaning 22038 clauses out of 44235 with flag 266001/266001
774.11/401.35	c cleaning 23051 clauses out of 46197 with flag 290001/290001
797.01/413.14	c cleaning 0 clauses out of 180004 with flag 0/180004
824.87/427.40	c cleaning 24045 clauses out of 48146 with flag 315001/315001
883.42/457.23	c cleaning 24635 clauses out of 50100 with flag 341000/341000
935.35/483.51	c cleaning 26197 clauses out of 52465 with flag 368000/368000
939.04/485.78	c cleaning 0 clauses out of 200001 with flag 0/200001
994.76/513.95	c cleaning 27028 clauses out of 54268 with flag 396000/396000
1045.52/539.84	c cleaning 28035 clauses out of 56240 with flag 425000/425000
1091.46/563.16	c cleaning 0 clauses out of 221000 with flag 0/221000
1113.32/574.41	c cleaning 29069 clauses out of 58205 with flag 455000/455000
1188.24/612.26	c cleaning 29892 clauses out of 60136 with flag 486000/486000
1245.40/641.36	c cleaning 0 clauses out of 243001 with flag 0/243001
1288.50/663.23	c cleaning 31072 clauses out of 62246 with flag 518002/518002
1360.84/699.74	c cleaning 32076 clauses out of 64172 with flag 551000/551000
1438.55/738.99	c cleaning 0 clauses out of 266000 with flag 0/266000
1442.83/741.60	c cleaning 33033 clauses out of 66098 with flag 585002/585002
1531.53/786.37	c cleaning 33980 clauses out of 68063 with flag 620000/620000
1609.03/825.45	c cleaning 34990 clauses out of 70083 with flag 656000/656000
1659.88/851.27	c cleaning 0 clauses out of 290000 with flag 0/290000
1676.51/860.11	c cleaning 35936 clauses out of 72093 with flag 693000/693000
1774.80/909.67	c cleaning 37013 clauses out of 74157 with flag 731000/731000
1800.09/922.61	c starts		: 170
1800.09/922.61	c conflicts		: 739413
1800.09/922.61	c decisions		: 25602415
1800.09/922.61	c propagations		: 1340966295
1800.09/922.61	c inspects		: 6685663106
1800.09/922.61	c shortcuts		: 0
1800.09/922.61	c learnt literals	: 0
1800.09/922.61	c learnt binary clauses	: 1115
1800.09/922.61	c learnt ternary clauses	: 2265
1800.09/922.61	c learnt constraints	: 739413
1800.09/922.61	c ignored constraints	: 0
1800.09/922.61	c root simplifications	: 0
1800.09/922.61	c removed literals (reason simplification)	: 11367972
1800.09/922.61	c reason swapping (by a shorter reason)	: 0
1800.09/922.61	c Calls to reduceDB	: 34
1800.09/922.61	c number of reductions to clauses (during analyze)	: 0
1800.09/922.61	c number of learned constraints concerned by reduction	: 0
1800.09/922.61	c number of learning phase by resolution	: 0
1800.09/922.61	c number of learning phase by cutting planes	: 0
1800.09/922.61	c speed (assignments/second)	: 1467066.5557313308
1800.09/922.61	c non guided choices	6174480
1800.09/922.64	c learnt constraints type 
1800.09/922.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1115
1800.09/922.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 44456
1800.09/922.64	c constraints type 
1800.09/922.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 885189
1800.09/922.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 4032
1800.09/922.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 269329
1800.09/922.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 126168
1800.09/922.64	c constraints type 
1800.09/922.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 269329
1800.09/922.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 885189
1800.09/922.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 4032
1800.09/922.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 126168
1800.09/922.64	s UNKNOWN
1800.09/922.64	c Total wall clock time (in seconds): 922.525

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-3740904-1338749255/watcher-3740904-1338749255 -o /tmp/evaluation-result-3740904-1338749255/solver-3740904-1338749255 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3740904-1338749255.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.92 0.99 1.24 3/191 1979
/proc/meminfo: memFree=27887128/32873852 swapFree=7624/7624
[pid=1979] ppid=1977 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/1979/stat : 1979 (java) R 1977 1979 1918 0 -1 4202496 884 0 0 0 0 0 0 0 20 0 1 0 341051081 23793664 612 33554432000 1073741824 1073778376 140735293500752 140735293489816 252253878835 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1979/statm: 5809 624 464 9 0 128 0

[startup+0.00834688 s]
/proc/loadavg: 0.92 0.99 1.24 3/191 1979
/proc/meminfo: memFree=27887128/32873852 swapFree=7624/7624
[pid=1979] ppid=1977 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/1979/stat : 1979 (java) S 1977 1979 1918 0 -1 4202496 1216 0 0 0 0 0 0 0 20 0 2 0 341051081 95129600 927 33554432000 1073741824 1073778376 140735293500752 140735293491888 252266446909 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1979/statm: 23225 927 703 9 0 16769 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 92900

[startup+0.100221 s]
/proc/loadavg: 0.92 0.99 1.24 3/191 1979
/proc/meminfo: memFree=27887128/32873852 swapFree=7624/7624
[pid=1979] ppid=1977 vsize=11586392 CPUtime=0.1 cores=1,3,5,7
/proc/1979/stat : 1979 (java) S 1977 1979 1918 0 -1 4202496 4809 0 1 0 8 2 0 0 20 0 18 0 341051081 11864465408 13147 33554432000 1073741824 1073778376 140735293500752 140735293491888 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1979/statm: 2896598 13147 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.317665 s]
/proc/loadavg: 0.92 0.99 1.24 3/191 1979
/proc/meminfo: memFree=27887128/32873852 swapFree=7624/7624
[pid=1979] ppid=1977 vsize=11586392 CPUtime=0.5 cores=1,3,5,7
/proc/1979/stat : 1979 (java) S 1977 1979 1918 0 -1 4202496 5986 0 1 0 47 3 0 0 20 0 18 0 341051081 11864465408 18491 33554432000 1073741824 1073778376 140735293500752 140735293491888 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1979/statm: 2896598 18491 2225 9 0 2887285 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 11586392

[startup+0.700315 s]
/proc/loadavg: 0.92 0.99 1.24 3/191 1979
/proc/meminfo: memFree=27887128/32873852 swapFree=7624/7624
[pid=1979] ppid=1977 vsize=11586392 CPUtime=1.24 cores=1,3,5,7
/proc/1979/stat : 1979 (java) S 1977 1979 1918 0 -1 4202496 9713 0 1 0 118 6 0 0 20 0 18 0 341051081 11864465408 66637 33554432000 1073741824 1073778376 140735293500752 140735293491888 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1979/statm: 2896598 66637 2239 9 0 2887285 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 11586392

[startup+1.50075 s]
/proc/loadavg: 0.92 0.99 1.24 5/213 2001
/proc/meminfo: memFree=26860544/32873852 swapFree=7624/7624
[pid=1979] ppid=1977 vsize=11586392 CPUtime=2.15 cores=1,3,5,7
/proc/1979/stat : 1979 (java) S 1977 1979 1918 0 -1 4202496 9990 0 1 0 199 16 0 0 20 0 18 0 341051081 11864465408 201818 33554432000 1073741824 1073778376 140735293500752 140735293491888 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1979/statm: 2896598 201818 2239 9 0 2887285 0
[pid=1979/tid=1981] ppid=1977 vsize=11586392 CPUtime=1.47 cores=1,3,5,7
/proc/1979/task/1981/stat : 1981 (java) R 1977 1979 1918 0 -1 4202560 3273 0 1 0 133 14 0 0 20 0 18 0 341051082 11864465408 201818 33554432000 1073741824 1073778376 140735293500752 140652940238896 140652813144921 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1979/tid=1982] ppid=1977 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1982/stat : 1982 (java) S 1977 1979 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341051084 11864465408 201818 33554432000 1073741824 1073778376 140735293500752 140652777515688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1983] ppid=1977 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1983/stat : 1983 (java) S 1977 1979 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341051084 11864465408 201818 33554432000 1073741824 1073778376 140735293500752 140652776463144 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1979/tid=1984] ppid=1977 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1984/stat : 1984 (java) S 1977 1979 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341051084 11864465408 201818 33554432000 1073741824 1073778376 140735293500752 140652775410600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1979/tid=1985] ppid=1977 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1985/stat : 1985 (java) S 1977 1979 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341051084 11864465408 201818 33554432000 1073741824 1073778376 140735293500752 140652774358056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1979/tid=1986] ppid=1977 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1986/stat : 1986 (java) S 1977 1979 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341051084 11864465408 201818 33554432000 1073741824 1073778376 140735293500752 140652773304488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1987] ppid=1977 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1987/stat : 1987 (java) S 1977 1979 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341051084 11864465408 201818 33554432000 1073741824 1073778376 140735293500752 140652772251944 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1979/tid=1988] ppid=1977 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1988/stat : 1988 (java) S 1977 1979 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341051084 11864465408 201818 33554432000 1073741824 1073778376 140735293500752 140652771199400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1989] ppid=1977 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1989/stat : 1989 (java) S 1977 1979 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341051084 11864465408 201818 33554432000 1073741824 1073778376 140735293500752 140652770146856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1990] ppid=1977 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1990/stat : 1990 (java) S 1977 1979 1918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341051085 11864465408 201818 33554432000 1073741824 1073778376 140735293500752 140652757736040 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1979/tid=1991] ppid=1977 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1991/stat : 1991 (java) S 1977 1979 1918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341051086 11864465408 201818 33554432000 1073741824 1073778376 140735293500752 140652756682360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1992] ppid=1977 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1992/stat : 1992 (java) S 1977 1979 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341051086 11864465408 201818 33554432000 1073741824 1073778376 140735293500752 140652755629704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1993] ppid=1977 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1993/stat : 1993 (java) S 1977 1979 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341051088 11864465408 201818 33554432000 1073741824 1073778376 140735293500752 140652754578448 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1994] ppid=1977 vsize=11586392 CPUtime=0.33 cores=1,3,5,7
/proc/1979/task/1994/stat : 1994 (java) S 1977 1979 1918 0 -1 4202560 3197 0 0 0 33 0 0 0 20 0 18 0 341051088 11864465408 201818 33554432000 1073741824 1073778376 140735293500752 140652753524792 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1995] ppid=1977 vsize=11586392 CPUtime=0.31 cores=1,3,5,7
/proc/1979/task/1995/stat : 1995 (java) S 1977 1979 1918 0 -1 4202560 2336 0 0 0 31 0 0 0 20 0 18 0 341051088 11864465408 201818 33554432000 1073741824 1073778376 140735293500752 140652752472248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1979/tid=1996] ppid=1977 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1996/stat : 1996 (java) S 1977 1979 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341051088 11864465408 201818 33554432000 1073741824 1073778376 140735293500752 140652751419896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1979/tid=1997] ppid=1977 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1997/stat : 1997 (java) S 1977 1979 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341051088 11864465408 201818 33554432000 1073741824 1073778376 140735293500752 140652750367560 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 11586392

[startup+3.10076 s]
/proc/loadavg: 1.33 1.07 1.27 6/213 2001
/proc/meminfo: memFree=25846632/32873852 swapFree=7624/7624
[pid=1979] ppid=1977 vsize=11586392 CPUtime=3.8 cores=1,3,5,7
/proc/1979/stat : 1979 (java) S 1977 1979 1918 0 -1 4202496 10518 0 1 0 342 38 0 0 20 0 18 0 341051081 11864465408 471132 33554432000 1073741824 1073778376 140735293500752 140735293491888 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1979/statm: 2896598 471132 2239 9 0 2887285 0
[pid=1979/tid=1981] ppid=1977 vsize=11586392 CPUtime=3.06 cores=1,3,5,7
/proc/1979/task/1981/stat : 1981 (java) R 1977 1979 1918 0 -1 4202560 3799 0 1 0 270 36 0 0 20 0 18 0 341051082 11864465408 471132 33554432000 1073741824 1073778376 140735293500752 140652940239008 140652813023520 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1979/tid=1982] ppid=1977 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1982/stat : 1982 (java) S 1977 1979 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341051084 11864465408 471132 33554432000 1073741824 1073778376 140735293500752 140652777515688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1983] ppid=1977 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1983/stat : 1983 (java) S 1977 1979 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341051084 11864465408 471132 33554432000 1073741824 1073778376 140735293500752 140652776463144 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1979/tid=1984] ppid=1977 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1984/stat : 1984 (java) S 1977 1979 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341051084 11864465408 471132 33554432000 1073741824 1073778376 140735293500752 140652775410600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1979/tid=1985] ppid=1977 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1985/stat : 1985 (java) S 1977 1979 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341051084 11864465408 471132 33554432000 1073741824 1073778376 140735293500752 140652774358056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1979/tid=1986] ppid=1977 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1986/stat : 1986 (java) S 1977 1979 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341051084 11864465408 471132 33554432000 1073741824 1073778376 140735293500752 140652773304488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1987] ppid=1977 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1987/stat : 1987 (java) S 1977 1979 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341051084 11864465408 471132 33554432000 1073741824 1073778376 140735293500752 140652772251944 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1979/tid=1988] ppid=1977 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1988/stat : 1988 (java) S 1977 1979 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341051084 11864465408 471132 33554432000 1073741824 1073778376 140735293500752 140652771199400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1989] ppid=1977 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1989/stat : 1989 (java) S 1977 1979 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341051084 11864465408 471132 33554432000 1073741824 1073778376 140735293500752 140652770146856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1990] ppid=1977 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1990/stat : 1990 (java) S 1977 1979 1918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341051085 11864465408 471132 33554432000 1073741824 1073778376 140735293500752 140652757736040 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1979/tid=1991] ppid=1977 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1991/stat : 1991 (java) S 1977 1979 1918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341051086 11864465408 471132 33554432000 1073741824 1073778376 140735293500752 140652756682360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1992] ppid=1977 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1992/stat : 1992 (java) S 1977 1979 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341051086 11864465408 471132 33554432000 1073741824 1073778376 140735293500752 140652755629704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1993] ppid=1977 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1993/stat : 1993 (java) S 1977 1979 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341051088 11864465408 471132 33554432000 1073741824 1073778376 140735293500752 140652754578448 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1994] ppid=1977 vsize=11586392 CPUtime=0.37 cores=1,3,5,7
/proc/1979/task/1994/stat : 1994 (java) S 1977 1979 1918 0 -1 4202560 3198 0 0 0 37 0 0 0 20 0 18 0 341051088 11864465408 471132 33554432000 1073741824 1073778376 140735293500752 140652753524792 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1995] ppid=1977 vsize=11586392 CPUtime=0.32 cores=1,3,5,7
/proc/1979/task/1995/stat : 1995 (java) S 1977 1979 1918 0 -1 4202560 2337 0 0 0 32 0 0 0 20 0 18 0 341051088 11864465408 471132 33554432000 1073741824 1073778376 140735293500752 140652752472248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1979/tid=1996] ppid=1977 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1996/stat : 1996 (java) S 1977 1979 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341051088 11864465408 471132 33554432000 1073741824 1073778376 140735293500752 140652751419896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1979/tid=1997] ppid=1977 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1997/stat : 1997 (java) S 1977 1979 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341051088 11864465408 471132 33554432000 1073741824 1073778376 140735293500752 140652750367560 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 11586392

[startup+6.30078 s]
/proc/loadavg: 1.33 1.07 1.27 4/213 2001
/proc/meminfo: memFree=23562624/32873852 swapFree=7624/7624
[pid=1979] ppid=1977 vsize=11586392 CPUtime=7.57 cores=1,3,5,7
/proc/1979/stat : 1979 (java) S 1977 1979 1918 0 -1 4202496 11150 0 1 0 693 64 0 0 20 0 18 0 341051081 11864465408 687007 33554432000 1073741824 1073778376 140735293500752 140735293491888 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1979/statm: 2896598 687007 2255 9 0 2887285 0
[pid=1979/tid=1981] ppid=1977 vsize=11586392 CPUtime=6.07 cores=1,3,5,7
/proc/1979/task/1981/stat : 1981 (java) R 1977 1979 1918 0 -1 4202560 4164 0 1 0 558 49 0 0 20 0 18 0 341051082 11864465408 687007 33554432000 1073741824 1073778376 140735293500752 140652940238784 252266472717 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1979/tid=1982] ppid=1977 vsize=11586392 CPUtime=0.05 cores=1,3,5,7
/proc/1979/task/1982/stat : 1982 (java) S 1977 1979 1918 0 -1 4202560 28 0 0 0 3 2 0 0 20 0 18 0 341051084 11864465408 687007 33554432000 1073741824 1073778376 140735293500752 140652777515688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1983] ppid=1977 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/1979/task/1983/stat : 1983 (java) S 1977 1979 1918 0 -1 4202560 31 0 0 0 6 2 0 0 20 0 18 0 341051084 11864465408 687007 33554432000 1073741824 1073778376 140735293500752 140652776463144 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1979/tid=1984] ppid=1977 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/1979/task/1984/stat : 1984 (java) S 1977 1979 1918 0 -1 4202560 32 0 0 0 6 2 0 0 20 0 18 0 341051084 11864465408 687007 33554432000 1073741824 1073778376 140735293500752 140652775410600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1979/tid=1985] ppid=1977 vsize=11586392 CPUtime=0.17 cores=1,3,5,7
/proc/1979/task/1985/stat : 1985 (java) S 1977 1979 1918 0 -1 4202560 68 0 0 0 13 4 0 0 20 0 18 0 341051084 11864465408 687007 33554432000 1073741824 1073778376 140735293500752 140652774358056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1979/tid=1986] ppid=1977 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/1979/task/1986/stat : 1986 (java) S 1977 1979 1918 0 -1 4202560 32 0 0 0 6 2 0 0 20 0 18 0 341051084 11864465408 687007 33554432000 1073741824 1073778376 140735293500752 140652773304488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1979/tid=1987] ppid=1977 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/1979/task/1987/stat : 1987 (java) S 1977 1979 1918 0 -1 4202560 31 0 0 0 6 2 0 0 20 0 18 0 341051084 11864465408 687007 33554432000 1073741824 1073778376 140735293500752 140652772251944 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1979/tid=1988] ppid=1977 vsize=11586392 CPUtime=0.05 cores=1,3,5,7
/proc/1979/task/1988/stat : 1988 (java) S 1977 1979 1918 0 -1 4202560 19 0 0 0 4 1 0 0 20 0 18 0 341051084 11864465408 687007 33554432000 1073741824 1073778376 140735293500752 140652771199400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1989] ppid=1977 vsize=11586392 CPUtime=0.05 cores=1,3,5,7
/proc/1979/task/1989/stat : 1989 (java) S 1977 1979 1918 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 18 0 341051084 11864465408 687007 33554432000 1073741824 1073778376 140735293500752 140652770146856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1990] ppid=1977 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1990/stat : 1990 (java) S 1977 1979 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341051085 11864465408 687007 33554432000 1073741824 1073778376 140735293500752 140652757736040 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1979/tid=1991] ppid=1977 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1991/stat : 1991 (java) S 1977 1979 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341051086 11864465408 687007 33554432000 1073741824 1073778376 140735293500752 140652756682360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1992] ppid=1977 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1992/stat : 1992 (java) S 1977 1979 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341051086 11864465408 687007 33554432000 1073741824 1073778376 140735293500752 140652755629704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1993] ppid=1977 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1993/stat : 1993 (java) S 1977 1979 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341051088 11864465408 687007 33554432000 1073741824 1073778376 140735293500752 140652754578448 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1994] ppid=1977 vsize=11586392 CPUtime=0.39 cores=1,3,5,7
/proc/1979/task/1994/stat : 1994 (java) R 1977 1979 1918 0 -1 4202560 3202 0 0 0 39 0 0 0 20 0 18 0 341051088 11864465408 687007 33554432000 1073741824 1073778376 140735293500752 140652753524792 140652946845039 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1995] ppid=1977 vsize=11586392 CPUtime=0.32 cores=1,3,5,7
/proc/1979/task/1995/stat : 1995 (java) S 1977 1979 1918 0 -1 4202560 2337 0 0 0 32 0 0 0 20 0 18 0 341051088 11864465408 687007 33554432000 1073741824 1073778376 140735293500752 140652752472248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1979/tid=1996] ppid=1977 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1996/stat : 1996 (java) S 1977 1979 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341051088 11864465408 687007 33554432000 1073741824 1073778376 140735293500752 140652751419896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1979/tid=1997] ppid=1977 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1997/stat : 1997 (java) S 1977 1979 1918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341051088 11864465408 687007 33554432000 1073741824 1073778376 140735293500752 140652750367560 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.57
Current children cumulated vsize (KiB) 11586392

[startup+12.701 s]
/proc/loadavg: 1.66 1.15 1.29 5/217 2005
/proc/meminfo: memFree=22498392/32873852 swapFree=7624/7624
[pid=1979] ppid=1977 vsize=11852648 CPUtime=19.81 cores=1,3,5,7
/proc/1979/stat : 1979 (java) S 1977 1979 1918 0 -1 4202496 16954 0 1 0 1887 94 0 0 20 0 22 0 341051081 12137111552 751999 33554432000 1073741824 1073778376 140735293500752 140735293491888 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1979/statm: 2963162 751999 2275 9 0 2953849 0
[pid=1979/tid=1981] ppid=1977 vsize=11852648 CPUtime=8.03 cores=1,3,5,7

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

/proc/1979/statm: 2963162 1019421 2289 9 0 2953849 0
[pid=1979/tid=1981] ppid=1977 vsize=11852648 CPUtime=8.08 cores=1,3,5,7
/proc/1979/task/1981/stat : 1981 (java) S 1977 1979 1918 0 -1 4202560 4219 0 1 0 757 51 0 0 20 0 22 0 341051082 12137111552 1019421 33554432000 1073741824 1073778376 140735293500752 140652940248216 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1982] ppid=1977 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/1979/task/1982/stat : 1982 (java) S 1977 1979 1918 0 -1 4202560 264 0 0 0 114 13 0 0 20 0 22 0 341051084 12137111552 1019421 33554432000 1073741824 1073778376 140735293500752 140652777515688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1979/tid=1983] ppid=1977 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/1979/task/1983/stat : 1983 (java) S 1977 1979 1918 0 -1 4202560 248 0 0 0 116 11 0 0 20 0 22 0 341051084 12137111552 1019421 33554432000 1073741824 1073778376 140735293500752 140652776463144 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1979/tid=1984] ppid=1977 vsize=11852648 CPUtime=1.13 cores=1,3,5,7
/proc/1979/task/1984/stat : 1984 (java) S 1977 1979 1918 0 -1 4202560 215 0 0 0 103 10 0 0 20 0 22 0 341051084 12137111552 1019421 33554432000 1073741824 1073778376 140735293500752 140652775410600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1979/tid=1985] ppid=1977 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/1979/task/1985/stat : 1985 (java) S 1977 1979 1918 0 -1 4202560 249 0 0 0 109 13 0 0 20 0 22 0 341051084 12137111552 1019421 33554432000 1073741824 1073778376 140735293500752 140652774358056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1979/tid=1986] ppid=1977 vsize=11852648 CPUtime=1.19 cores=1,3,5,7
/proc/1979/task/1986/stat : 1986 (java) S 1977 1979 1918 0 -1 4202560 217 0 0 0 108 11 0 0 20 0 22 0 341051084 12137111552 1019421 33554432000 1073741824 1073778376 140735293500752 140652773304488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1979/tid=1987] ppid=1977 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/1979/task/1987/stat : 1987 (java) S 1977 1979 1918 0 -1 4202560 220 0 0 0 111 11 0 0 20 0 22 0 341051084 12137111552 1019421 33554432000 1073741824 1073778376 140735293500752 140652772251944 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1979/tid=1988] ppid=1977 vsize=11852648 CPUtime=1.25 cores=1,3,5,7
/proc/1979/task/1988/stat : 1988 (java) S 1977 1979 1918 0 -1 4202560 233 0 0 0 113 12 0 0 20 0 22 0 341051084 12137111552 1019421 33554432000 1073741824 1073778376 140735293500752 140652771199400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1979/tid=1989] ppid=1977 vsize=11852648 CPUtime=1.28 cores=1,3,5,7
/proc/1979/task/1989/stat : 1989 (java) S 1977 1979 1918 0 -1 4202560 257 0 0 0 116 12 0 0 20 0 22 0 341051084 12137111552 1019421 33554432000 1073741824 1073778376 140735293500752 140652770146856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1979/tid=1990] ppid=1977 vsize=11852648 CPUtime=43.12 cores=1,3,5,7
/proc/1979/task/1990/stat : 1990 (java) S 1977 1979 1918 0 -1 4202560 347 0 0 0 4299 13 0 0 20 0 22 0 341051085 12137111552 1019421 33554432000 1073741824 1073778376 140735293500752 140652757736040 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1991] ppid=1977 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1991/stat : 1991 (java) S 1977 1979 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341051086 12137111552 1019421 33554432000 1073741824 1073778376 140735293500752 140652756682360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1992] ppid=1977 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1992/stat : 1992 (java) S 1977 1979 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341051086 12137111552 1019421 33554432000 1073741824 1073778376 140735293500752 140652755629704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1993] ppid=1977 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1993/stat : 1993 (java) S 1977 1979 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341051088 12137111552 1019421 33554432000 1073741824 1073778376 140735293500752 140652754578448 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1994] ppid=1977 vsize=11852648 CPUtime=1.43 cores=1,3,5,7
/proc/1979/task/1994/stat : 1994 (java) S 1977 1979 1918 0 -1 4202560 10438 0 0 0 140 3 0 0 20 0 22 0 341051088 12137111552 1019421 33554432000 1073741824 1073778376 140735293500752 140652753524792 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1995] ppid=1977 vsize=11852648 CPUtime=0.78 cores=1,3,5,7
/proc/1979/task/1995/stat : 1995 (java) S 1977 1979 1918 0 -1 4202560 3527 0 0 0 78 0 0 0 20 0 22 0 341051088 12137111552 1019421 33554432000 1073741824 1073778376 140735293500752 140652752472248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1979/tid=1996] ppid=1977 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1996/stat : 1996 (java) S 1977 1979 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341051088 12137111552 1019421 33554432000 1073741824 1073778376 140735293500752 140652751419896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1979/tid=1997] ppid=1977 vsize=11852648 CPUtime=0.45 cores=1,3,5,7
/proc/1979/task/1997/stat : 1997 (java) S 1977 1979 1918 0 -1 4202560 52 0 0 0 17 28 0 0 20 0 22 0 341051088 12137111552 1019421 33554432000 1073741824 1073778376 140735293500752 140652750367560 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=2002] ppid=1977 vsize=11852648 CPUtime=825.98 cores=1,3,5,7
/proc/1979/task/2002/stat : 2002 (java) R 1977 1979 1918 0 -1 4202560 58 0 0 0 82583 15 0 0 20 0 22 0 341051938 12137111552 1019421 33554432000 1073741824 1073778376 140735293500752 140652749312592 140652813435582 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=2003] ppid=1977 vsize=11852648 CPUtime=826.02 cores=1,3,5,7
/proc/1979/task/2003/stat : 2003 (java) R 1977 1979 1918 0 -1 4202560 133 0 0 0 82587 15 0 0 20 0 22 0 341051938 12137111552 1019421 33554432000 1073741824 1073778376 140735293500752 140652748258288 140652813536355 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1979/tid=2004] ppid=1977 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1979/task/2004/stat : 2004 (java) S 1977 1979 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341051941 12137111552 1019421 33554432000 1073741824 1073778376 140735293500752 140652747208232 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1979/tid=2005] ppid=1977 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1979/task/2005/stat : 2005 (java) S 1977 1979 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341051941 12137111552 1019421 33554432000 1073741824 1073778376 140735293500752 140652746155688 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1720.16
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+922.601 s]
/proc/loadavg: 3.89 3.68 2.84 5/217 2157
/proc/meminfo: memFree=18303172/32873852 swapFree=7624/7624
[pid=1979] ppid=1977 vsize=11852648 CPUtime=1800.09 cores=1,3,5,7
/proc/1979/stat : 1979 (java) S 1977 1979 1918 0 -1 4202496 21892 0 1 0 179802 207 0 0 20 0 22 0 341051081 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140735293491888 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1979/statm: 2963162 1019951 2289 9 0 2953849 0
[pid=1979/tid=1981] ppid=1977 vsize=11852648 CPUtime=8.08 cores=1,3,5,7
/proc/1979/task/1981/stat : 1981 (java) S 1977 1979 1918 0 -1 4202560 4220 0 1 0 757 51 0 0 20 0 22 0 341051082 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652940248216 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1979/tid=1982] ppid=1977 vsize=11852648 CPUtime=1.31 cores=1,3,5,7
/proc/1979/task/1982/stat : 1982 (java) S 1977 1979 1918 0 -1 4202560 264 0 0 0 118 13 0 0 20 0 22 0 341051084 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652777515688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1979/tid=1983] ppid=1977 vsize=11852648 CPUtime=1.34 cores=1,3,5,7
/proc/1979/task/1983/stat : 1983 (java) S 1977 1979 1918 0 -1 4202560 248 0 0 0 123 11 0 0 20 0 22 0 341051084 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652776463144 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1979/tid=1984] ppid=1977 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/1979/task/1984/stat : 1984 (java) S 1977 1979 1918 0 -1 4202560 216 0 0 0 106 10 0 0 20 0 22 0 341051084 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652775410600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1985] ppid=1977 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/1979/task/1985/stat : 1985 (java) S 1977 1979 1918 0 -1 4202560 249 0 0 0 114 13 0 0 20 0 22 0 341051084 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652774358056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1979/tid=1986] ppid=1977 vsize=11852648 CPUtime=1.21 cores=1,3,5,7
/proc/1979/task/1986/stat : 1986 (java) S 1977 1979 1918 0 -1 4202560 217 0 0 0 110 11 0 0 20 0 22 0 341051084 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652773304488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1979/tid=1987] ppid=1977 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/1979/task/1987/stat : 1987 (java) S 1977 1979 1918 0 -1 4202560 228 0 0 0 116 11 0 0 20 0 22 0 341051084 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652772251944 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1979/tid=1988] ppid=1977 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/1979/task/1988/stat : 1988 (java) S 1977 1979 1918 0 -1 4202560 238 0 0 0 115 12 0 0 20 0 22 0 341051084 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652771199400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1989] ppid=1977 vsize=11852648 CPUtime=1.31 cores=1,3,5,7
/proc/1979/task/1989/stat : 1989 (java) S 1977 1979 1918 0 -1 4202560 261 0 0 0 119 12 0 0 20 0 22 0 341051084 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652770146856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1979/tid=1990] ppid=1977 vsize=11852648 CPUtime=43.93 cores=1,3,5,7
/proc/1979/task/1990/stat : 1990 (java) S 1977 1979 1918 0 -1 4202560 352 0 0 0 4380 13 0 0 20 0 22 0 341051085 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652757736040 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1979/tid=1991] ppid=1977 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1991/stat : 1991 (java) S 1977 1979 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341051086 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652756682360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1992] ppid=1977 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1992/stat : 1992 (java) S 1977 1979 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341051086 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652755629704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1993] ppid=1977 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1993/stat : 1993 (java) S 1977 1979 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341051088 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652754578448 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1994] ppid=1977 vsize=11852648 CPUtime=1.43 cores=1,3,5,7
/proc/1979/task/1994/stat : 1994 (java) S 1977 1979 1918 0 -1 4202560 10438 0 0 0 140 3 0 0 20 0 22 0 341051088 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652753524792 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1995] ppid=1977 vsize=11852648 CPUtime=0.78 cores=1,3,5,7
/proc/1979/task/1995/stat : 1995 (java) S 1977 1979 1918 0 -1 4202560 3527 0 0 0 78 0 0 0 20 0 22 0 341051088 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652752472248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1979/tid=1996] ppid=1977 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1996/stat : 1996 (java) S 1977 1979 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341051088 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652751419896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1979/tid=1997] ppid=1977 vsize=11852648 CPUtime=0.47 cores=1,3,5,7
/proc/1979/task/1997/stat : 1997 (java) S 1977 1979 1918 0 -1 4202560 54 0 0 0 18 29 0 0 20 0 22 0 341051088 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652750367560 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1979/tid=2002] ppid=1977 vsize=11852648 CPUtime=865.28 cores=1,3,5,7
/proc/1979/task/2002/stat : 2002 (java) R 1977 1979 1918 0 -1 4202560 59 0 0 0 86512 16 0 0 20 0 22 0 341051938 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652749312592 140652813511676 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=2003] ppid=1977 vsize=11852648 CPUtime=865.32 cores=1,3,5,7
/proc/1979/task/2003/stat : 2003 (java) R 1977 1979 1918 0 -1 4202560 133 0 0 0 86516 16 0 0 20 0 22 0 341051938 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652748258288 140652813536080 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1979/tid=2004] ppid=1977 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1979/task/2004/stat : 2004 (java) S 1977 1979 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341051941 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652747208232 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1979/tid=2005] ppid=1977 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1979/task/2005/stat : 2005 (java) S 1977 1979 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341051941 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652746155688 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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+922.601 s]
/proc/loadavg: 3.89 3.68 2.84 5/217 2157
/proc/meminfo: memFree=18303172/32873852 swapFree=7624/7624
[pid=1979] ppid=1977 vsize=11852648 CPUtime=1800.09 cores=1,3,5,7
/proc/1979/stat : 1979 (java) S 1977 1979 1918 0 -1 4202496 21892 0 1 0 179802 207 0 0 20 0 22 0 341051081 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140735293491888 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1979/statm: 2963162 1019951 2289 9 0 2953849 0
[pid=1979/tid=1981] ppid=1977 vsize=11852648 CPUtime=8.08 cores=1,3,5,7
/proc/1979/task/1981/stat : 1981 (java) S 1977 1979 1918 0 -1 4202560 4220 0 1 0 757 51 0 0 20 0 22 0 341051082 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652940248216 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1979/tid=1982] ppid=1977 vsize=11852648 CPUtime=1.31 cores=1,3,5,7
/proc/1979/task/1982/stat : 1982 (java) S 1977 1979 1918 0 -1 4202560 264 0 0 0 118 13 0 0 20 0 22 0 341051084 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652777515688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1979/tid=1983] ppid=1977 vsize=11852648 CPUtime=1.34 cores=1,3,5,7
/proc/1979/task/1983/stat : 1983 (java) S 1977 1979 1918 0 -1 4202560 248 0 0 0 123 11 0 0 20 0 22 0 341051084 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652776463144 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1979/tid=1984] ppid=1977 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/1979/task/1984/stat : 1984 (java) S 1977 1979 1918 0 -1 4202560 216 0 0 0 106 10 0 0 20 0 22 0 341051084 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652775410600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1985] ppid=1977 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/1979/task/1985/stat : 1985 (java) S 1977 1979 1918 0 -1 4202560 249 0 0 0 114 13 0 0 20 0 22 0 341051084 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652774358056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1979/tid=1986] ppid=1977 vsize=11852648 CPUtime=1.21 cores=1,3,5,7
/proc/1979/task/1986/stat : 1986 (java) S 1977 1979 1918 0 -1 4202560 217 0 0 0 110 11 0 0 20 0 22 0 341051084 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652773304488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1979/tid=1987] ppid=1977 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/1979/task/1987/stat : 1987 (java) S 1977 1979 1918 0 -1 4202560 228 0 0 0 116 11 0 0 20 0 22 0 341051084 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652772251944 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1979/tid=1988] ppid=1977 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/1979/task/1988/stat : 1988 (java) S 1977 1979 1918 0 -1 4202560 238 0 0 0 115 12 0 0 20 0 22 0 341051084 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652771199400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1989] ppid=1977 vsize=11852648 CPUtime=1.31 cores=1,3,5,7
/proc/1979/task/1989/stat : 1989 (java) S 1977 1979 1918 0 -1 4202560 261 0 0 0 119 12 0 0 20 0 22 0 341051084 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652770146856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1979/tid=1990] ppid=1977 vsize=11852648 CPUtime=43.93 cores=1,3,5,7
/proc/1979/task/1990/stat : 1990 (java) S 1977 1979 1918 0 -1 4202560 352 0 0 0 4380 13 0 0 20 0 22 0 341051085 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652757736040 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1979/tid=1991] ppid=1977 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1991/stat : 1991 (java) S 1977 1979 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341051086 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652756682360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1992] ppid=1977 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1992/stat : 1992 (java) S 1977 1979 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341051086 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652755629704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1993] ppid=1977 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1993/stat : 1993 (java) S 1977 1979 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341051088 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652754578448 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1994] ppid=1977 vsize=11852648 CPUtime=1.43 cores=1,3,5,7
/proc/1979/task/1994/stat : 1994 (java) S 1977 1979 1918 0 -1 4202560 10438 0 0 0 140 3 0 0 20 0 22 0 341051088 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652753524792 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=1995] ppid=1977 vsize=11852648 CPUtime=0.78 cores=1,3,5,7
/proc/1979/task/1995/stat : 1995 (java) S 1977 1979 1918 0 -1 4202560 3527 0 0 0 78 0 0 0 20 0 22 0 341051088 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652752472248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1979/tid=1996] ppid=1977 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1979/task/1996/stat : 1996 (java) S 1977 1979 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341051088 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652751419896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1979/tid=1997] ppid=1977 vsize=11852648 CPUtime=0.47 cores=1,3,5,7
/proc/1979/task/1997/stat : 1997 (java) S 1977 1979 1918 0 -1 4202560 54 0 0 0 18 29 0 0 20 0 22 0 341051088 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652750367560 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1979/tid=2002] ppid=1977 vsize=11852648 CPUtime=865.28 cores=1,3,5,7
/proc/1979/task/2002/stat : 2002 (java) R 1977 1979 1918 0 -1 4202560 59 0 0 0 86512 16 0 0 20 0 22 0 341051938 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652749312592 140652813511676 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1979/tid=2003] ppid=1977 vsize=11852648 CPUtime=865.32 cores=1,3,5,7
/proc/1979/task/2003/stat : 2003 (java) R 1977 1979 1918 0 -1 4202560 133 0 0 0 86516 16 0 0 20 0 22 0 341051938 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652748258288 140652813536080 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1979/tid=2004] ppid=1977 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1979/task/2004/stat : 2004 (java) S 1977 1979 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341051941 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652747208232 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1979/tid=2005] ppid=1977 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/1979/task/2005/stat : 2005 (java) S 1977 1979 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341051941 12137111552 1019951 33554432000 1073741824 1073778376 140735293500752 140652746155688 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 11852648

Child status: 143

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

Real time (s): 922.662
CPU time (s): 1800.09
CPU user time (s): 1798.02
CPU system time (s): 2.07
CPU usage (%): 195.097
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.48
system time used= 2.38264
maximum resident set size= 4079988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21939
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24416
involuntary context switches= 25840

runsolver used 3.36149 second user time and 8.97264 second system time

The end

Launcher Data

Begin job on node131 at 2012-06-03 20:47:36
IDJOB=3740904
IDBENCH=89671
IDSOLVER=2328
FILE ID=node131/3740904-1338749255
RUNJOBID= node131-1338749255-1935
PBS_JOBID= 14636797
Free space on /tmp= 71340 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-153.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3740904-1338749255/watcher-3740904-1338749255 -o /tmp/evaluation-result-3740904-1338749255/solver-3740904-1338749255 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3740904-1338749255.opb

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

MD5SUM BENCH= 64b2e27e0cc69ae36d391a38c497bb88
RANDOM SEED=738313208

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        27893536 kB
Buffers:          562796 kB
Cached:          3143964 kB
SwapCached:         2348 kB
Active:          1872744 kB
Inactive:        2213964 kB
Active(anon):     376152 kB
Inactive(anon):     3664 kB
Active(file):    1496592 kB
Inactive(file):  2210300 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099088 kB
Dirty:             67028 kB
Writeback:             0 kB
AnonPages:        357608 kB
Mapped:            22276 kB
Shmem:                 0 kB
Slab:             731052 kB
SReclaimable:     172960 kB
SUnreclaim:       558092 kB
KernelStack:        1560 kB
PageTables:         4812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:   10452404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    325632 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= 71008 MiB
End job on node131 at 2012-06-03 21:03:01