Trace number 3717984

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
Sat4j PB 2012-05-28? (TO) 1800.44 1797.54

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen06-24reduc_wcsp.wbo
MD5SUMe44e20f2150f9b61d01ff52511cd8892
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1275
Total number of constraints56482
Number of soft constraints56401
Number of constraints which are clauses56401
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint20
Top cost 3389
Min constraint cost 1
Max constraint cost 2434
Sum of constraints costs 18368517
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.2.v20120528
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose 2 learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3717984-1338257239.wbo
0.07/0.12	c reading problem ... 
1.23/0.71	c ... done. Wall clock time 0.593s.
1.23/0.71	c declared #vars     1275
1.23/0.71	c internal #vars     57676
1.23/0.71	c #constraints  56564
1.23/0.71	c constraints type 
1.23/0.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 56104
1.23/0.71	c org.sat4j.minisat.constraints.card.MinWatchCard => 81
1.23/0.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 378
1.23/0.71	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.23/0.71	c 56564 constraints processed.
1.23/0.71	c objective function length is 56401 literals
9.22/8.22	c cleaning 2498 clauses out of 5000 with flag 23455/5000
18.84/17.53	c cleaning 4244 clauses out of 8502 with flag 58221/11000
28.54/27.26	c cleaning 5625 clauses out of 11258 with flag 101321/18000
40.36/39.05	c cleaning 6808 clauses out of 13635 with flag 162027/26002
52.31/50.96	c cleaning 7913 clauses out of 15825 with flag 215215/35000
65.92/64.55	c cleaning 8957 clauses out of 17914 with flag 280795/45002
79.64/78.30	c cleaning 9970 clauses out of 19955 with flag 357098/56000
98.16/96.74	c cleaning 10968 clauses out of 21986 with flag 438871/68001
115.26/113.86	c cleaning 12004 clauses out of 24017 with flag 531154/81000
136.71/135.23	c cleaning 12983 clauses out of 26014 with flag 626335/95001
157.42/155.92	c cleaning 14011 clauses out of 28032 with flag 724293/110002
179.65/178.18	c cleaning 15003 clauses out of 30019 with flag 838407/126000
204.28/202.79	c cleaning 15998 clauses out of 32017 with flag 958472/143001
231.98/230.40	c cleaning 16993 clauses out of 34018 with flag 1088115/161000
262.50/260.92	c cleaning 17946 clauses out of 36025 with flag 1222632/180000
293.44/291.81	c cleaning 19030 clauses out of 38079 with flag 1374703/200000
324.76/323.15	c cleaning 20015 clauses out of 40051 with flag 1515448/221002
356.38/354.73	c cleaning 21015 clauses out of 42037 with flag 1642949/243003
388.62/386.93	c cleaning 21997 clauses out of 44019 with flag 1786083/266000
421.97/420.23	c cleaning 22992 clauses out of 46022 with flag 1967989/290000
456.69/454.95	c cleaning 24007 clauses out of 48030 with flag 2136564/315000
495.12/493.32	c cleaning 25008 clauses out of 50024 with flag 2303171/341001
535.00/533.16	c cleaning 25991 clauses out of 52015 with flag 2497001/368000
577.32/575.44	c cleaning 26998 clauses out of 54024 with flag 2707003/396000
617.35/615.43	c cleaning 27994 clauses out of 56026 with flag 2925905/425000
659.88/657.93	c cleaning 29014 clauses out of 58033 with flag 3146647/455001
709.53/707.57	c cleaning 30000 clauses out of 60018 with flag 3399860/486000
764.16/762.11	c cleaning 30965 clauses out of 62018 with flag 3680849/518000
820.58/818.55	c cleaning 31956 clauses out of 64054 with flag 4019201/551001
874.99/872.93	c cleaning 32984 clauses out of 66097 with flag 4377394/585000
930.20/928.17	c cleaning 34055 clauses out of 68114 with flag 4670991/620001
983.61/981.54	c cleaning 35014 clauses out of 70061 with flag 4939868/656003
1040.71/1038.68	c cleaning 36007 clauses out of 72045 with flag 5251698/693001
1099.14/1097.07	c cleaning 36987 clauses out of 74039 with flag 5533186/731002
1160.39/1158.28	c cleaning 38007 clauses out of 76050 with flag 5864073/770000
1221.73/1219.56	c cleaning 39013 clauses out of 78046 with flag 6205490/810003
1288.04/1285.81	c cleaning 40006 clauses out of 80032 with flag 6575654/851002
1351.06/1348.88	c cleaning 41002 clauses out of 82024 with flag 6906147/893000
1410.01/1407.75	c cleaning 41995 clauses out of 84022 with flag 7220240/936000
1471.24/1468.94	c cleaning 42994 clauses out of 86027 with flag 7536696/980000
1534.90/1532.53	c cleaning 44013 clauses out of 88034 with flag 7893390/1025001
1603.12/1600.76	c cleaning 44999 clauses out of 90022 with flag 8269770/1071002
1668.24/1665.80	c cleaning 46002 clauses out of 92021 with flag 8609652/1118000
1736.07/1733.68	c cleaning 47002 clauses out of 94019 with flag 8945642/1166000
1800.00/1797.51	c starts		: 190
1800.00/1797.51	c conflicts		: 1209754
1800.00/1797.51	c decisions		: 4887997
1800.00/1797.51	c propagations		: 3285710982
1800.00/1797.51	c inspects		: 860256667
1800.00/1797.51	c shortcuts		: 0
1800.00/1797.51	c learnt literals	: 0
1800.00/1797.51	c learnt binary clauses	: 0
1800.00/1797.51	c learnt ternary clauses	: 1
1800.00/1797.51	c learnt constraints	: 1209753
1800.00/1797.51	c ignored constraints	: 0
1800.00/1797.51	c root simplifications	: 0
1800.00/1797.51	c removed literals (reason simplification)	: 0
1800.00/1797.51	c reason swapping (by a shorter reason)	: 0
1800.00/1797.51	c Calls to reduceDB	: 44
1800.00/1797.51	c Number of update (reduction) of LBD	: 412032
1800.00/1797.51	c number of reductions to clauses (during analyze)	: 0
1800.00/1797.51	c number of learned constraints concerned by reduction	: 0
1800.00/1797.51	c number of learning phase by resolution	: 0
1800.00/1797.51	c number of learning phase by cutting planes	: 0
1800.00/1797.51	c speed (assignments/second)	: 1828725.3103151184
1800.00/1797.51	c non guided choices	459
1800.00/1797.53	c learnt constraints type 
1800.00/1797.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 90793
1800.00/1797.53	c constraints type 
1800.00/1797.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 56104
1800.00/1797.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 81
1800.00/1797.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 378
1800.00/1797.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.00/1797.53	c 56564 constraints processed.
1800.00/1797.53	s UNKNOWN
1800.00/1797.53	c Total wall clock time (in seconds): 1797.414

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.06 2.02 2.00 3/194 4602
/proc/meminfo: memFree=30619520/32873648 swapFree=7112/7112
[pid=4602] ppid=4600 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/4602/stat : 4602 (java) D 4600 4602 919 0 -1 4202496 92 0 0 0 0 0 0 0 20 0 1 0 291849781 2560000 46 33554432000 1073741824 1073778376 140734199068672 140734199065800 242158234919 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/4602/statm: 625 46 37 9 0 29 0

[startup+0.0837419 s]
/proc/loadavg: 2.06 2.02 2.00 3/194 4602
/proc/meminfo: memFree=30619520/32873648 swapFree=7112/7112
[pid=4602] ppid=4600 vsize=9558416 CPUtime=0.04 cores=0,2,4,6
/proc/4602/stat : 4602 (java) S 4600 4602 919 0 -1 4202496 3335 0 1 0 4 0 0 0 20 0 18 0 291849781 9787817984 4034 33554432000 1073741824 1073778376 140735348161680 140735348152816 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4602/statm: 2389604 4034 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558416

[startup+0.100208 s]
/proc/loadavg: 2.06 2.02 2.00 3/194 4602
/proc/meminfo: memFree=30619520/32873648 swapFree=7112/7112
[pid=4602] ppid=4600 vsize=9558416 CPUtime=0.07 cores=0,2,4,6
/proc/4602/stat : 4602 (java) S 4600 4602 919 0 -1 4202496 4181 0 1 0 6 1 0 0 20 0 18 0 291849781 9787817984 4872 33554432000 1073741824 1073778376 140735348161680 140735348152816 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4602/statm: 2389604 4872 2072 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558416

[startup+0.300217 s]
/proc/loadavg: 2.06 2.02 2.00 3/194 4602
/proc/meminfo: memFree=30619520/32873648 swapFree=7112/7112
[pid=4602] ppid=4600 vsize=9558416 CPUtime=0.45 cores=0,2,4,6
/proc/4602/stat : 4602 (java) S 4600 4602 919 0 -1 4202496 5410 0 1 0 44 1 0 0 20 0 18 0 291849781 9787817984 8412 33554432000 1073741824 1073778376 140735348161680 140735348152816 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4602/statm: 2389604 8412 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558416

[startup+0.700302 s]
/proc/loadavg: 2.06 2.02 2.00 3/194 4602
/proc/meminfo: memFree=30619520/32873648 swapFree=7112/7112
[pid=4602] ppid=4600 vsize=9558416 CPUtime=1.23 cores=0,2,4,6
/proc/4602/stat : 4602 (java) S 4600 4602 919 0 -1 4202496 7050 0 1 0 117 6 0 0 20 0 18 0 291849781 9787817984 44260 33554432000 1073741824 1073778376 140735348161680 140735348152816 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4602/statm: 2389604 44260 2259 9 0 2380296 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9558416

[startup+1.50072 s]
/proc/loadavg: 2.13 2.04 2.01 5/213 4621
/proc/meminfo: memFree=30449940/32873648 swapFree=7112/7112
[pid=4602] ppid=4600 vsize=9624980 CPUtime=2.5 cores=0,2,4,6
/proc/4602/stat : 4602 (java) S 4600 4602 919 0 -1 4202496 10522 0 1 0 243 7 0 0 20 0 19 0 291849781 9855979520 45161 33554432000 1073741824 1073778376 140735348161680 140735348152816 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4602/statm: 2406245 45161 2268 9 0 2396937 0
[pid=4602/tid=4604] ppid=4600 vsize=9624980 CPUtime=1.43 cores=0,2,4,6
/proc/4602/task/4604/stat : 4604 (java) R 4600 4602 919 0 -1 4202560 2576 0 1 0 139 4 0 0 20 0 19 0 291849783 9855979520 45161 33554432000 1073741824 1073778376 140735348161680 140321209008584 140321149472796 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4605] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4605/stat : 4605 (java) S 4600 4602 919 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291849784 9855979520 45161 33554432000 1073741824 1073778376 140735348161680 140321147738920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4606] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4606/stat : 4606 (java) S 4600 4602 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291849784 9855979520 45161 33554432000 1073741824 1073778376 140735348161680 140321146686120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4607] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4607/stat : 4607 (java) S 4600 4602 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291849784 9855979520 45161 33554432000 1073741824 1073778376 140735348161680 140321050278952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4602/tid=4608] ppid=4600 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/4602/task/4608/stat : 4608 (java) S 4600 4602 919 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 291849784 9855979520 45161 33554432000 1073741824 1073778376 140735348161680 140321049226152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4609] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4609/stat : 4609 (java) S 4600 4602 919 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291849784 9855979520 45161 33554432000 1073741824 1073778376 140735348161680 140321048172840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4610] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4610/stat : 4610 (java) S 4600 4602 919 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291849784 9855979520 45161 33554432000 1073741824 1073778376 140735348161680 140321047120040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4611] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4611/stat : 4611 (java) S 4600 4602 919 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291849784 9855979520 45161 33554432000 1073741824 1073778376 140735348161680 140321046067752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4612] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4612/stat : 4612 (java) S 4600 4602 919 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291849784 9855979520 45161 33554432000 1073741824 1073778376 140735348161680 140321045014952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4613] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4613/stat : 4613 (java) S 4600 4602 919 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 291849785 9855979520 45161 33554432000 1073741824 1073778376 140735348161680 140321032817384 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4614] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4614/stat : 4614 (java) S 4600 4602 919 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291849786 9855979520 45161 33554432000 1073741824 1073778376 140735348161680 140321031763448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4615] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4615/stat : 4615 (java) S 4600 4602 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291849786 9855979520 45161 33554432000 1073741824 1073778376 140735348161680 140321030711048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4616] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4616/stat : 4616 (java) S 4600 4602 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291849788 9855979520 45161 33554432000 1073741824 1073778376 140735348161680 140321029659536 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4617] ppid=4600 vsize=9624980 CPUtime=0.45 cores=0,2,4,6
/proc/4602/task/4617/stat : 4617 (java) S 4600 4602 919 0 -1 4202560 3927 0 0 0 45 0 0 0 20 0 19 0 291849788 9855979520 45161 33554432000 1073741824 1073778376 140735348161680 140321028606136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4618] ppid=4600 vsize=9624980 CPUtime=0.47 cores=0,2,4,6
/proc/4602/task/4618/stat : 4618 (java) R 4600 4602 919 0 -1 4202560 2700 0 0 0 47 0 0 0 20 0 19 0 291849788 9855979520 45161 33554432000 1073741824 1073778376 140735348161680 140321027553336 140321213095375 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4619] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4619/stat : 4619 (java) S 4600 4602 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291849788 9855979520 45161 33554432000 1073741824 1073778376 140735348161680 140321026501240 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4620] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4620/stat : 4620 (java) S 4600 4602 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291849788 9855979520 45161 33554432000 1073741824 1073778376 140735348161680 140321025448648 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4621] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4621/stat : 4621 (java) S 4600 4602 919 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291849860 9855979520 45161 33554432000 1073741824 1073778376 140735348161680 140321024394664 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 9624980

[startup+3.10065 s]
/proc/loadavg: 2.13 2.04 2.01 3/213 4621
/proc/meminfo: memFree=30447088/32873648 swapFree=7112/7112
[pid=4602] ppid=4600 vsize=9624980 CPUtime=4.1 cores=0,2,4,6
/proc/4602/stat : 4602 (java) S 4600 4602 919 0 -1 4202496 10527 0 1 0 403 7 0 0 20 0 19 0 291849781 9855979520 45095 33554432000 1073741824 1073778376 140735348161680 140735348152816 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4602/statm: 2406245 45095 2268 9 0 2396937 0
[pid=4602/tid=4604] ppid=4600 vsize=9624980 CPUtime=3.03 cores=0,2,4,6
/proc/4602/task/4604/stat : 4604 (java) R 4600 4602 919 0 -1 4202560 2577 0 1 0 299 4 0 0 20 0 19 0 291849783 9855979520 45095 33554432000 1073741824 1073778376 140735348161680 140321209006640 140321149472796 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4605] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4605/stat : 4605 (java) S 4600 4602 919 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291849784 9855979520 45095 33554432000 1073741824 1073778376 140735348161680 140321147738920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4606] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4606/stat : 4606 (java) S 4600 4602 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291849784 9855979520 45095 33554432000 1073741824 1073778376 140735348161680 140321146686120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4607] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4607/stat : 4607 (java) S 4600 4602 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291849784 9855979520 45095 33554432000 1073741824 1073778376 140735348161680 140321050278952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4602/tid=4608] ppid=4600 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/4602/task/4608/stat : 4608 (java) S 4600 4602 919 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 291849784 9855979520 45095 33554432000 1073741824 1073778376 140735348161680 140321049226152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4609] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4609/stat : 4609 (java) S 4600 4602 919 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291849784 9855979520 45095 33554432000 1073741824 1073778376 140735348161680 140321048172840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4610] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4610/stat : 4610 (java) S 4600 4602 919 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291849784 9855979520 45095 33554432000 1073741824 1073778376 140735348161680 140321047120040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4611] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4611/stat : 4611 (java) S 4600 4602 919 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291849784 9855979520 45095 33554432000 1073741824 1073778376 140735348161680 140321046067752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4612] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4612/stat : 4612 (java) S 4600 4602 919 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291849784 9855979520 45095 33554432000 1073741824 1073778376 140735348161680 140321045014952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4613] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4613/stat : 4613 (java) S 4600 4602 919 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 291849785 9855979520 45095 33554432000 1073741824 1073778376 140735348161680 140321032817384 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4614] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4614/stat : 4614 (java) S 4600 4602 919 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291849786 9855979520 45095 33554432000 1073741824 1073778376 140735348161680 140321031763448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4615] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4615/stat : 4615 (java) S 4600 4602 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291849786 9855979520 45095 33554432000 1073741824 1073778376 140735348161680 140321030711048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4616] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4616/stat : 4616 (java) S 4600 4602 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291849788 9855979520 45095 33554432000 1073741824 1073778376 140735348161680 140321029659536 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4617] ppid=4600 vsize=9624980 CPUtime=0.45 cores=0,2,4,6
/proc/4602/task/4617/stat : 4617 (java) S 4600 4602 919 0 -1 4202560 3927 0 0 0 45 0 0 0 20 0 19 0 291849788 9855979520 45095 33554432000 1073741824 1073778376 140735348161680 140321028606136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4618] ppid=4600 vsize=9624980 CPUtime=0.47 cores=0,2,4,6
/proc/4602/task/4618/stat : 4618 (java) S 4600 4602 919 0 -1 4202560 2704 0 0 0 47 0 0 0 20 0 19 0 291849788 9855979520 45095 33554432000 1073741824 1073778376 140735348161680 140321027553336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4619] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4619/stat : 4619 (java) S 4600 4602 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291849788 9855979520 45095 33554432000 1073741824 1073778376 140735348161680 140321026501240 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4620] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4620/stat : 4620 (java) S 4600 4602 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291849788 9855979520 45095 33554432000 1073741824 1073778376 140735348161680 140321025448648 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4621] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4621/stat : 4621 (java) S 4600 4602 919 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291849860 9855979520 45095 33554432000 1073741824 1073778376 140735348161680 140321024394664 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 9624980

[startup+6.30072 s]
/proc/loadavg: 2.13 2.04 2.01 3/213 4621
/proc/meminfo: memFree=30446840/32873648 swapFree=7112/7112
[pid=4602] ppid=4600 vsize=9624980 CPUtime=7.31 cores=0,2,4,6
/proc/4602/stat : 4602 (java) S 4600 4602 919 0 -1 4202496 10530 0 1 0 724 7 0 0 20 0 19 0 291849781 9855979520 44989 33554432000 1073741824 1073778376 140735348161680 140735348152816 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4602/statm: 2406245 44989 2269 9 0 2396937 0
[pid=4602/tid=4604] ppid=4600 vsize=9624980 CPUtime=6.23 cores=0,2,4,6
/proc/4602/task/4604/stat : 4604 (java) R 4600 4602 919 0 -1 4202560 2579 0 1 0 619 4 0 0 20 0 19 0 291849783 9855979520 44989 33554432000 1073741824 1073778376 140735348161680 140321209008520 140321149568130 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4605] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4605/stat : 4605 (java) S 4600 4602 919 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291849784 9855979520 44989 33554432000 1073741824 1073778376 140735348161680 140321147738920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4606] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4606/stat : 4606 (java) S 4600 4602 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291849784 9855979520 44989 33554432000 1073741824 1073778376 140735348161680 140321146686120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4607] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4607/stat : 4607 (java) S 4600 4602 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291849784 9855979520 44989 33554432000 1073741824 1073778376 140735348161680 140321050278952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4602/tid=4608] ppid=4600 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/4602/task/4608/stat : 4608 (java) S 4600 4602 919 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 291849784 9855979520 44989 33554432000 1073741824 1073778376 140735348161680 140321049226152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4609] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4609/stat : 4609 (java) S 4600 4602 919 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291849784 9855979520 44989 33554432000 1073741824 1073778376 140735348161680 140321048172840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4610] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4610/stat : 4610 (java) S 4600 4602 919 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291849784 9855979520 44989 33554432000 1073741824 1073778376 140735348161680 140321047120040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4611] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4611/stat : 4611 (java) S 4600 4602 919 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291849784 9855979520 44989 33554432000 1073741824 1073778376 140735348161680 140321046067752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4612] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4612/stat : 4612 (java) S 4600 4602 919 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291849784 9855979520 44989 33554432000 1073741824 1073778376 140735348161680 140321045014952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4613] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4613/stat : 4613 (java) S 4600 4602 919 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 291849785 9855979520 44989 33554432000 1073741824 1073778376 140735348161680 140321032817384 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4614] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4614/stat : 4614 (java) S 4600 4602 919 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291849786 9855979520 44989 33554432000 1073741824 1073778376 140735348161680 140321031763448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4615] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4615/stat : 4615 (java) S 4600 4602 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291849786 9855979520 44989 33554432000 1073741824 1073778376 140735348161680 140321030711048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4616] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4616/stat : 4616 (java) S 4600 4602 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291849788 9855979520 44989 33554432000 1073741824 1073778376 140735348161680 140321029659536 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4617] ppid=4600 vsize=9624980 CPUtime=0.45 cores=0,2,4,6
/proc/4602/task/4617/stat : 4617 (java) S 4600 4602 919 0 -1 4202560 3928 0 0 0 45 0 0 0 20 0 19 0 291849788 9855979520 44989 33554432000 1073741824 1073778376 140735348161680 140321028606136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4618] ppid=4600 vsize=9624980 CPUtime=0.48 cores=0,2,4,6
/proc/4602/task/4618/stat : 4618 (java) S 4600 4602 919 0 -1 4202560 2704 0 0 0 48 0 0 0 20 0 19 0 291849788 9855979520 44989 33554432000 1073741824 1073778376 140735348161680 140321027553336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4619] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4619/stat : 4619 (java) S 4600 4602 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291849788 9855979520 44989 33554432000 1073741824 1073778376 140735348161680 140321026501240 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4620] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4620/stat : 4620 (java) S 4600 4602 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291849788 9855979520 44989 33554432000 1073741824 1073778376 140735348161680 140321025448648 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4621] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4621/stat : 4621 (java) S 4600 4602 919 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291849860 9855979520 44989 33554432000 1073741824 1073778376 140735348161680 140321024394664 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.31
Current children cumulated vsize (KiB) 9624980

[startup+12.7007 s]

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

[pid=4602/tid=4610] ppid=4600 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/4602/task/4610/stat : 4610 (java) S 4600 4602 919 0 -1 4202560 27 0 0 0 17 0 0 0 20 0 19 0 291849784 9855979520 77699 33554432000 1073741824 1073778376 140735348161680 140321047120040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4602/tid=4611] ppid=4600 vsize=9624980 CPUtime=0.21 cores=0,2,4,6
/proc/4602/task/4611/stat : 4611 (java) S 4600 4602 919 0 -1 4202560 141 0 0 0 19 2 0 0 20 0 19 0 291849784 9855979520 77699 33554432000 1073741824 1073778376 140735348161680 140321046067752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4612] ppid=4600 vsize=9624980 CPUtime=0.19 cores=0,2,4,6
/proc/4602/task/4612/stat : 4612 (java) S 4600 4602 919 0 -1 4202560 36 0 0 0 17 2 0 0 20 0 19 0 291849784 9855979520 77699 33554432000 1073741824 1073778376 140735348161680 140321045014952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4602/tid=4613] ppid=4600 vsize=9624980 CPUtime=3.76 cores=0,2,4,6
/proc/4602/task/4613/stat : 4613 (java) S 4600 4602 919 0 -1 4202560 200 0 0 0 374 2 0 0 20 0 19 0 291849785 9855979520 77699 33554432000 1073741824 1073778376 140735348161680 140321032817384 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4614] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4614/stat : 4614 (java) S 4600 4602 919 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291849786 9855979520 77699 33554432000 1073741824 1073778376 140735348161680 140321031763448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4615] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4615/stat : 4615 (java) S 4600 4602 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291849786 9855979520 77699 33554432000 1073741824 1073778376 140735348161680 140321030711048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4616] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4616/stat : 4616 (java) S 4600 4602 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291849788 9855979520 77699 33554432000 1073741824 1073778376 140735348161680 140321029659536 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4617] ppid=4600 vsize=9624980 CPUtime=0.55 cores=0,2,4,6
/proc/4602/task/4617/stat : 4617 (java) S 4600 4602 919 0 -1 4202560 4570 0 0 0 55 0 0 0 20 0 19 0 291849788 9855979520 77699 33554432000 1073741824 1073778376 140735348161680 140321028606136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4618] ppid=4600 vsize=9624980 CPUtime=0.66 cores=0,2,4,6
/proc/4602/task/4618/stat : 4618 (java) S 4600 4602 919 0 -1 4202560 7508 0 0 0 64 2 0 0 20 0 19 0 291849788 9855979520 77699 33554432000 1073741824 1073778376 140735348161680 140321027553336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4619] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4619/stat : 4619 (java) S 4600 4602 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291849788 9855979520 77699 33554432000 1073741824 1073778376 140735348161680 140321026501240 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4620] ppid=4600 vsize=9624980 CPUtime=0.47 cores=0,2,4,6
/proc/4602/task/4620/stat : 4620 (java) S 4600 4602 919 0 -1 4202560 99 0 0 0 23 24 0 0 20 0 19 0 291849788 9855979520 77699 33554432000 1073741824 1073778376 140735348161680 140321025448648 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4621] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4621/stat : 4621 (java) S 4600 4602 919 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291849860 9855979520 77699 33554432000 1073741824 1073778376 140735348161680 140321024394664 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1724.77
Current children cumulated vsize (KiB) 9624980

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 4696
/proc/meminfo: memFree=29946036/32873648 swapFree=7112/7112
[pid=4602] ppid=4600 vsize=9624980 CPUtime=1784.8 cores=0,2,4,6
/proc/4602/stat : 4602 (java) S 4600 4602 919 0 -1 4202496 16924 0 1 0 178432 48 0 0 20 0 19 0 291849781 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140735348152816 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4602/statm: 2406245 77707 2282 9 0 2396937 0
[pid=4602/tid=4604] ppid=4600 vsize=9624980 CPUtime=1777.66 cores=0,2,4,6
/proc/4602/task/4604/stat : 4604 (java) R 4600 4602 919 0 -1 4202560 2620 0 1 0 177733 33 0 0 20 0 19 0 291849783 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321209008416 140321149581088 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4605] ppid=4600 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/4602/task/4605/stat : 4605 (java) S 4600 4602 919 0 -1 4202560 69 0 0 0 15 2 0 0 20 0 19 0 291849784 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321147738920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4606] ppid=4600 vsize=9624980 CPUtime=0.21 cores=0,2,4,6
/proc/4602/task/4606/stat : 4606 (java) S 4600 4602 919 0 -1 4202560 117 0 0 0 19 2 0 0 20 0 19 0 291849784 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321146686120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4607] ppid=4600 vsize=9624980 CPUtime=0.21 cores=0,2,4,6
/proc/4602/task/4607/stat : 4607 (java) S 4600 4602 919 0 -1 4202560 168 0 0 0 19 2 0 0 20 0 19 0 291849784 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321050278952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4608] ppid=4600 vsize=9624980 CPUtime=0.25 cores=0,2,4,6
/proc/4602/task/4608/stat : 4608 (java) S 4600 4602 919 0 -1 4202560 144 0 0 0 22 3 0 0 20 0 19 0 291849784 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321049226152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4609] ppid=4600 vsize=9624980 CPUtime=0.23 cores=0,2,4,6
/proc/4602/task/4609/stat : 4609 (java) S 4600 4602 919 0 -1 4202560 40 0 0 0 21 2 0 0 20 0 19 0 291849784 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321048172840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4610] ppid=4600 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/4602/task/4610/stat : 4610 (java) S 4600 4602 919 0 -1 4202560 27 0 0 0 17 0 0 0 20 0 19 0 291849784 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321047120040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4602/tid=4611] ppid=4600 vsize=9624980 CPUtime=0.21 cores=0,2,4,6
/proc/4602/task/4611/stat : 4611 (java) S 4600 4602 919 0 -1 4202560 141 0 0 0 19 2 0 0 20 0 19 0 291849784 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321046067752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4612] ppid=4600 vsize=9624980 CPUtime=0.2 cores=0,2,4,6
/proc/4602/task/4612/stat : 4612 (java) S 4600 4602 919 0 -1 4202560 36 0 0 0 18 2 0 0 20 0 19 0 291849784 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321045014952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4613] ppid=4600 vsize=9624980 CPUtime=3.88 cores=0,2,4,6
/proc/4602/task/4613/stat : 4613 (java) S 4600 4602 919 0 -1 4202560 202 0 0 0 386 2 0 0 20 0 19 0 291849785 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321032817384 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4614] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4614/stat : 4614 (java) S 4600 4602 919 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291849786 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321031763448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4615] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4615/stat : 4615 (java) S 4600 4602 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291849786 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321030711048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4616] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4616/stat : 4616 (java) S 4600 4602 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291849788 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321029659536 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4617] ppid=4600 vsize=9624980 CPUtime=0.55 cores=0,2,4,6
/proc/4602/task/4617/stat : 4617 (java) S 4600 4602 919 0 -1 4202560 4570 0 0 0 55 0 0 0 20 0 19 0 291849788 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321028606136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4618] ppid=4600 vsize=9624980 CPUtime=0.66 cores=0,2,4,6
/proc/4602/task/4618/stat : 4618 (java) S 4600 4602 919 0 -1 4202560 7508 0 0 0 64 2 0 0 20 0 19 0 291849788 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321027553336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4619] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4619/stat : 4619 (java) S 4600 4602 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291849788 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321026501240 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4620] ppid=4600 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/4602/task/4620/stat : 4620 (java) S 4600 4602 919 0 -1 4202560 103 0 0 0 24 26 0 0 20 0 19 0 291849788 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321025448648 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4621] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4621/stat : 4621 (java) S 4600 4602 919 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291849860 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321024394664 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1784.8
Current children cumulated vsize (KiB) 9624980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 4696
/proc/meminfo: memFree=29946160/32873648 swapFree=7112/7112
[pid=4602] ppid=4600 vsize=9624980 CPUtime=1800 cores=0,2,4,6
/proc/4602/stat : 4602 (java) S 4600 4602 919 0 -1 4202496 16924 0 1 0 179952 48 0 0 20 0 19 0 291849781 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140735348152816 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4602/statm: 2406245 77707 2282 9 0 2396937 0
[pid=4602/tid=4604] ppid=4600 vsize=9624980 CPUtime=1792.86 cores=0,2,4,6
/proc/4602/task/4604/stat : 4604 (java) R 4600 4602 919 0 -1 4202560 2620 0 1 0 179253 33 0 0 20 0 19 0 291849783 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321209008416 140321149568152 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4605] ppid=4600 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/4602/task/4605/stat : 4605 (java) S 4600 4602 919 0 -1 4202560 69 0 0 0 15 2 0 0 20 0 19 0 291849784 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321147738920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4606] ppid=4600 vsize=9624980 CPUtime=0.21 cores=0,2,4,6
/proc/4602/task/4606/stat : 4606 (java) S 4600 4602 919 0 -1 4202560 117 0 0 0 19 2 0 0 20 0 19 0 291849784 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321146686120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4607] ppid=4600 vsize=9624980 CPUtime=0.21 cores=0,2,4,6
/proc/4602/task/4607/stat : 4607 (java) S 4600 4602 919 0 -1 4202560 168 0 0 0 19 2 0 0 20 0 19 0 291849784 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321050278952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4608] ppid=4600 vsize=9624980 CPUtime=0.25 cores=0,2,4,6
/proc/4602/task/4608/stat : 4608 (java) S 4600 4602 919 0 -1 4202560 144 0 0 0 22 3 0 0 20 0 19 0 291849784 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321049226152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4609] ppid=4600 vsize=9624980 CPUtime=0.23 cores=0,2,4,6
/proc/4602/task/4609/stat : 4609 (java) S 4600 4602 919 0 -1 4202560 40 0 0 0 21 2 0 0 20 0 19 0 291849784 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321048172840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4610] ppid=4600 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/4602/task/4610/stat : 4610 (java) S 4600 4602 919 0 -1 4202560 27 0 0 0 17 0 0 0 20 0 19 0 291849784 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321047120040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4602/tid=4611] ppid=4600 vsize=9624980 CPUtime=0.21 cores=0,2,4,6
/proc/4602/task/4611/stat : 4611 (java) S 4600 4602 919 0 -1 4202560 141 0 0 0 19 2 0 0 20 0 19 0 291849784 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321046067752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4612] ppid=4600 vsize=9624980 CPUtime=0.2 cores=0,2,4,6
/proc/4602/task/4612/stat : 4612 (java) S 4600 4602 919 0 -1 4202560 36 0 0 0 18 2 0 0 20 0 19 0 291849784 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321045014952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4613] ppid=4600 vsize=9624980 CPUtime=3.88 cores=0,2,4,6
/proc/4602/task/4613/stat : 4613 (java) S 4600 4602 919 0 -1 4202560 202 0 0 0 386 2 0 0 20 0 19 0 291849785 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321032817384 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4614] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4614/stat : 4614 (java) S 4600 4602 919 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291849786 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321031763448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4615] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4615/stat : 4615 (java) S 4600 4602 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291849786 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321030711048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4616] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4616/stat : 4616 (java) S 4600 4602 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291849788 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321029659536 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4617] ppid=4600 vsize=9624980 CPUtime=0.55 cores=0,2,4,6
/proc/4602/task/4617/stat : 4617 (java) S 4600 4602 919 0 -1 4202560 4570 0 0 0 55 0 0 0 20 0 19 0 291849788 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321028606136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4618] ppid=4600 vsize=9624980 CPUtime=0.66 cores=0,2,4,6
/proc/4602/task/4618/stat : 4618 (java) S 4600 4602 919 0 -1 4202560 7508 0 0 0 64 2 0 0 20 0 19 0 291849788 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321027553336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4619] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4619/stat : 4619 (java) S 4600 4602 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291849788 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321026501240 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4620] ppid=4600 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/4602/task/4620/stat : 4620 (java) S 4600 4602 919 0 -1 4202560 103 0 0 0 24 26 0 0 20 0 19 0 291849788 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321025448648 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4621] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4621/stat : 4621 (java) S 4600 4602 919 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291849860 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321024394664 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9624980

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

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

[startup+1797.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 4696
/proc/meminfo: memFree=29946160/32873648 swapFree=7112/7112
[pid=4602] ppid=4600 vsize=9624980 CPUtime=1800 cores=0,2,4,6
/proc/4602/stat : 4602 (java) S 4600 4602 919 0 -1 4202496 16924 0 1 0 179952 48 0 0 20 0 19 0 291849781 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140735348152816 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4602/statm: 2406245 77707 2282 9 0 2396937 0
[pid=4602/tid=4604] ppid=4600 vsize=9624980 CPUtime=1792.86 cores=0,2,4,6
/proc/4602/task/4604/stat : 4604 (java) R 4600 4602 919 0 -1 4202560 2620 0 1 0 179253 33 0 0 20 0 19 0 291849783 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321209008416 140321149568152 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4605] ppid=4600 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/4602/task/4605/stat : 4605 (java) S 4600 4602 919 0 -1 4202560 69 0 0 0 15 2 0 0 20 0 19 0 291849784 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321147738920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4606] ppid=4600 vsize=9624980 CPUtime=0.21 cores=0,2,4,6
/proc/4602/task/4606/stat : 4606 (java) S 4600 4602 919 0 -1 4202560 117 0 0 0 19 2 0 0 20 0 19 0 291849784 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321146686120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4607] ppid=4600 vsize=9624980 CPUtime=0.21 cores=0,2,4,6
/proc/4602/task/4607/stat : 4607 (java) S 4600 4602 919 0 -1 4202560 168 0 0 0 19 2 0 0 20 0 19 0 291849784 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321050278952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4608] ppid=4600 vsize=9624980 CPUtime=0.25 cores=0,2,4,6
/proc/4602/task/4608/stat : 4608 (java) S 4600 4602 919 0 -1 4202560 144 0 0 0 22 3 0 0 20 0 19 0 291849784 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321049226152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4609] ppid=4600 vsize=9624980 CPUtime=0.23 cores=0,2,4,6
/proc/4602/task/4609/stat : 4609 (java) S 4600 4602 919 0 -1 4202560 40 0 0 0 21 2 0 0 20 0 19 0 291849784 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321048172840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4610] ppid=4600 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/4602/task/4610/stat : 4610 (java) S 4600 4602 919 0 -1 4202560 27 0 0 0 17 0 0 0 20 0 19 0 291849784 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321047120040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4602/tid=4611] ppid=4600 vsize=9624980 CPUtime=0.21 cores=0,2,4,6
/proc/4602/task/4611/stat : 4611 (java) S 4600 4602 919 0 -1 4202560 141 0 0 0 19 2 0 0 20 0 19 0 291849784 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321046067752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4612] ppid=4600 vsize=9624980 CPUtime=0.2 cores=0,2,4,6
/proc/4602/task/4612/stat : 4612 (java) S 4600 4602 919 0 -1 4202560 36 0 0 0 18 2 0 0 20 0 19 0 291849784 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321045014952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4613] ppid=4600 vsize=9624980 CPUtime=3.88 cores=0,2,4,6
/proc/4602/task/4613/stat : 4613 (java) S 4600 4602 919 0 -1 4202560 202 0 0 0 386 2 0 0 20 0 19 0 291849785 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321032817384 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4614] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4614/stat : 4614 (java) S 4600 4602 919 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291849786 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321031763448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4615] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4615/stat : 4615 (java) S 4600 4602 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291849786 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321030711048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4616] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4616/stat : 4616 (java) S 4600 4602 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291849788 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321029659536 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4617] ppid=4600 vsize=9624980 CPUtime=0.55 cores=0,2,4,6
/proc/4602/task/4617/stat : 4617 (java) S 4600 4602 919 0 -1 4202560 4570 0 0 0 55 0 0 0 20 0 19 0 291849788 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321028606136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4618] ppid=4600 vsize=9624980 CPUtime=0.66 cores=0,2,4,6
/proc/4602/task/4618/stat : 4618 (java) S 4600 4602 919 0 -1 4202560 7508 0 0 0 64 2 0 0 20 0 19 0 291849788 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321027553336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4619] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4619/stat : 4619 (java) S 4600 4602 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291849788 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321026501240 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4620] ppid=4600 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/4602/task/4620/stat : 4620 (java) S 4600 4602 919 0 -1 4202560 103 0 0 0 24 26 0 0 20 0 19 0 291849788 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321025448648 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4621] ppid=4600 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4621/stat : 4621 (java) S 4600 4602 919 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291849860 9855979520 77707 33554432000 1073741824 1073778376 140735348161680 140321024394664 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9624980

Child status: 143
Real time (s): 1797.54
CPU time (s): 1800.44
CPU user time (s): 1799.52
CPU system time (s): 0.922859
CPU usage (%): 100.161
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.52
system time used= 0.922859
maximum resident set size= 310940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16960
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39330
involuntary context switches= 23845

runsolver used 5.77312 second user time and 15.5326 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-29 04:07:19
IDJOB=3717984
IDBENCH=79564
IDSOLVER=2301
FILE ID=node126/3717984-1338257239
RUNJOBID= node126-1338248585-2144
PBS_JOBID= 14624661
Free space on /tmp= 71356 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/scens/normalized-scen06-24reduc_wcsp.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3717984-1338257239/watcher-3717984-1338257239 -o /tmp/evaluation-result-3717984-1338257239/solver-3717984-1338257239 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3717984-1338257239.wbo

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

MD5SUM BENCH= e44e20f2150f9b61d01ff52511cd8892
RANDOM SEED=848237481

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.456
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.92
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.456
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.456
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.456
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:       32873648 kB
MemFree:        30619784 kB
Buffers:          427628 kB
Cached:           732268 kB
SwapCached:        17756 kB
Active:          1069992 kB
Inactive:         315208 kB
Active(anon):     206708 kB
Inactive(anon):    20452 kB
Active(file):     863284 kB
Inactive(file):   294756 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:              2044 kB
Writeback:             0 kB
AnonPages:        217092 kB
Mapped:            17860 kB
Shmem:                 0 kB
Slab:             727360 kB
SReclaimable:     171460 kB
SUnreclaim:       555900 kB
KernelStack:        1592 kB
PageTables:         4252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     698488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    192512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71348 MiB
End job on node126 at 2012-05-29 04:37:18