Trace number 3717978

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.85 1797.36

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen06-18reduc_wcsp.wbo
MD5SUMda80b320d983b4610e4558746e61248d
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 variables1758
Total number of constraints105203
Number of soft constraints105121
Number of constraints which are clauses105121
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint26
Top cost 3389
Min constraint cost 1
Max constraint cost 2436
Sum of constraints costs 36645766
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 27
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.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120528
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5f934ad
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3717978-1338257301.wbo
0.08/0.12	c reading problem ... 
1.77/1.01	c ... done. Wall clock time 0.889s.
1.77/1.01	c declared #vars     1758
1.77/1.01	c internal #vars     106879
1.77/1.01	c #constraints  105286
1.77/1.01	c constraints type 
1.77/1.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 104674
1.77/1.01	c org.sat4j.minisat.constraints.card.MinWatchCard => 82
1.77/1.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 529
1.77/1.01	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.77/1.01	c 105286 constraints processed.
1.77/1.01	c objective function length is 105121 literals
22.95/21.62	c cleaning 2497 clauses out of 5001 with flag 26835/5001
48.64/47.10	c cleaning 4254 clauses out of 8507 with flag 68379/11004
76.76/75.25	c cleaning 5624 clauses out of 11249 with flag 113283/18000
106.18/104.65	c cleaning 6811 clauses out of 13626 with flag 155938/26001
139.34/137.73	c cleaning 7908 clauses out of 15815 with flag 204742/35001
167.87/166.25	c cleaning 8951 clauses out of 17907 with flag 277441/45001
204.09/202.48	c cleaning 9972 clauses out of 19955 with flag 354915/56000
244.71/243.01	c cleaning 10970 clauses out of 21984 with flag 448689/68001
286.21/284.58	c cleaning 12001 clauses out of 24014 with flag 537297/81001
330.55/328.84	c cleaning 12988 clauses out of 26012 with flag 639439/95000
375.88/374.19	c cleaning 14011 clauses out of 28026 with flag 740263/110002
423.52/421.70	c cleaning 14989 clauses out of 30013 with flag 853329/126000
471.48/469.70	c cleaning 16003 clauses out of 32024 with flag 967598/143000
525.70/523.80	c cleaning 17000 clauses out of 34021 with flag 1103615/161000
585.84/583.98	c cleaning 17998 clauses out of 36021 with flag 1274778/180000
642.38/640.46	c cleaning 18998 clauses out of 38023 with flag 1432582/200000
701.82/699.82	c cleaning 20007 clauses out of 40026 with flag 1585087/221001
760.56/758.50	c cleaning 21000 clauses out of 42018 with flag 1732158/243000
827.79/825.75	c cleaning 22002 clauses out of 44018 with flag 1886902/266000
893.51/891.43	c cleaning 22979 clauses out of 46016 with flag 2050756/290000
961.15/959.06	c cleaning 24005 clauses out of 48037 with flag 2213437/315000
1037.01/1034.83	c cleaning 24968 clauses out of 50035 with flag 2415049/341003
1123.30/1121.01	c cleaning 25988 clauses out of 52064 with flag 2653564/368000
1212.16/1209.90	c cleaning 27033 clauses out of 54079 with flag 2872694/396003
1304.45/1302.05	c cleaning 28015 clauses out of 56046 with flag 3125898/425003
1390.71/1388.26	c cleaning 28999 clauses out of 58028 with flag 3349160/455000
1473.74/1471.23	c cleaning 30001 clauses out of 60029 with flag 3573835/486000
1560.01/1557.46	c cleaning 30979 clauses out of 62029 with flag 3795112/518001
1652.75/1650.13	c cleaning 32012 clauses out of 64049 with flag 4029638/551000
1745.02/1742.32	c cleaning 33007 clauses out of 66039 with flag 4289953/585002
1800.04/1797.32	c starts		: 165
1800.04/1797.32	c conflicts		: 604805
1800.04/1797.32	c decisions		: 2742122
1800.04/1797.32	c propagations		: 3174456559
1800.04/1797.32	c inspects		: 439569068
1800.04/1797.32	c shortcuts		: 0
1800.04/1797.32	c learnt literals	: 0
1800.04/1797.32	c learnt binary clauses	: 0
1800.04/1797.32	c learnt ternary clauses	: 6
1800.04/1797.32	c learnt constraints	: 604804
1800.04/1797.32	c ignored constraints	: 0
1800.04/1797.32	c root simplifications	: 0
1800.04/1797.32	c removed literals (reason simplification)	: 0
1800.04/1797.32	c reason swapping (by a shorter reason)	: 0
1800.04/1797.32	c Calls to reduceDB	: 30
1800.04/1797.32	c Number of update (reduction) of LBD	: 211581
1800.04/1797.32	c number of reductions to clauses (during analyze)	: 0
1800.04/1797.32	c number of learned constraints concerned by reduction	: 0
1800.04/1797.32	c number of learning phase by resolution	: 0
1800.04/1797.32	c number of learning phase by cutting planes	: 0
1800.04/1797.32	c speed (assignments/second)	: 1767317.9818505733
1800.04/1797.32	c non guided choices	1459
1800.04/1797.34	c learnt constraints type 
1800.04/1797.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 52842
1800.04/1797.34	c constraints type 
1800.04/1797.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 104674
1800.04/1797.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 82
1800.04/1797.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 529
1800.04/1797.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.04/1797.34	c 105286 constraints processed.
1800.04/1797.34	s UNKNOWN
1800.04/1797.34	c Total wall clock time (in seconds): 1797.213

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-3717978-1338257301/watcher-3717978-1338257301 -o /tmp/evaluation-result-3717978-1338257301/solver-3717978-1338257301 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3717978-1338257301.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.05 2.02 2.00 2/194 3616
/proc/meminfo: memFree=30455224/32873648 swapFree=6852/6852
[pid=3616] ppid=3614 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/3616/stat : 3616 (java) D 3614 3616 28718 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 291856891 9515008 183 33554432000 1073741824 1073778376 140733837153280 140733837144312 271787572917 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/3616/statm: 2323 183 140 9 0 71 0

[startup+0.0423359 s]
/proc/loadavg: 2.05 2.02 2.00 2/194 3616
/proc/meminfo: memFree=30455224/32873648 swapFree=6852/6852
[pid=3616] ppid=3614 vsize=9225560 CPUtime=0.01 cores=0,2,4,6
/proc/3616/stat : 3616 (java) S 3614 3616 28718 0 -1 4202496 2969 0 1 0 1 0 0 0 20 0 13 0 291856891 9446973440 3667 33554432000 1073741824 1073778376 140734134312688 140734134303824 271790932029 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3616/statm: 2306390 3667 1661 9 0 2297091 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100217 s]
/proc/loadavg: 2.05 2.02 2.00 2/194 3616
/proc/meminfo: memFree=30455224/32873648 swapFree=6852/6852
[pid=3616] ppid=3614 vsize=9558416 CPUtime=0.08 cores=0,2,4,6
/proc/3616/stat : 3616 (java) S 3614 3616 28718 0 -1 4202496 4051 0 1 0 7 1 0 0 20 0 18 0 291856891 9787817984 5253 33554432000 1073741824 1073778376 140734134312688 140734134303824 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3616/statm: 2389604 5274 2037 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558416

[startup+0.300227 s]
/proc/loadavg: 2.05 2.02 2.00 2/194 3616
/proc/meminfo: memFree=30455224/32873648 swapFree=6852/6852
[pid=3616] ppid=3614 vsize=9558416 CPUtime=0.45 cores=0,2,4,6
/proc/3616/stat : 3616 (java) S 3614 3616 28718 0 -1 4202496 5434 0 1 0 44 1 0 0 20 0 18 0 291856891 9787817984 8337 33554432000 1073741824 1073778376 140734134312688 140734134303824 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3616/statm: 2389604 8337 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558416

[startup+0.700242 s]
/proc/loadavg: 2.05 2.02 2.00 2/194 3616
/proc/meminfo: memFree=30455224/32873648 swapFree=6852/6852
[pid=3616] ppid=3614 vsize=9558416 CPUtime=1.19 cores=0,2,4,6
/proc/3616/stat : 3616 (java) S 3614 3616 28718 0 -1 4202496 7251 0 1 0 113 6 0 0 20 0 18 0 291856891 9787817984 44159 33554432000 1073741824 1073778376 140734134312688 140734134303824 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3616/statm: 2389604 44159 2249 9 0 2380296 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9558416

[startup+1.50069 s]
/proc/loadavg: 2.05 2.02 2.00 4/212 3634
/proc/meminfo: memFree=30234744/32873648 swapFree=6852/6852
[pid=3616] ppid=3614 vsize=9624980 CPUtime=2.8 cores=0,2,4,6
/proc/3616/stat : 3616 (java) S 3614 3616 28718 0 -1 4202496 11498 0 1 0 268 12 0 0 20 0 19 0 291856891 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 140734134303824 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3616/statm: 2406245 57801 2268 9 0 2396937 0
[pid=3616/tid=3618] ppid=3614 vsize=9624980 CPUtime=1.37 cores=0,2,4,6
/proc/3616/task/3618/stat : 3618 (java) R 3614 3616 28718 0 -1 4202560 2516 0 1 0 134 3 0 0 20 0 19 0 291856892 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 139694984854416 139694835536913 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3616/tid=3619] ppid=3614 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/3616/task/3619/stat : 3619 (java) S 3614 3616 28718 0 -1 4202560 104 0 0 0 1 0 0 0 20 0 19 0 291856893 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 139694957308968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3616/tid=3620] ppid=3614 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/3616/task/3620/stat : 3620 (java) S 3614 3616 28718 0 -1 4202560 23 0 0 0 1 1 0 0 20 0 19 0 291856893 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 139694956256168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3621] ppid=3614 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/3616/task/3621/stat : 3621 (java) S 3614 3616 28718 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 291856893 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 139694955203368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3616/tid=3622] ppid=3614 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/3616/task/3622/stat : 3622 (java) S 3614 3616 28718 0 -1 4202560 125 0 0 0 6 1 0 0 20 0 19 0 291856893 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 139694954150568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3623] ppid=3614 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/3616/task/3623/stat : 3623 (java) S 3614 3616 28718 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 291856893 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 139694823746088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3616/tid=3624] ppid=3614 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/3616/task/3624/stat : 3624 (java) S 3614 3616 28718 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 291856893 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 139694822693288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3616/tid=3625] ppid=3614 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/3616/task/3625/stat : 3625 (java) S 3614 3616 28718 0 -1 4202560 108 0 0 0 4 1 0 0 20 0 19 0 291856893 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 139694821640488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3616/tid=3626] ppid=3614 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/3616/task/3626/stat : 3626 (java) S 3614 3616 28718 0 -1 4202560 101 0 0 0 1 0 0 0 20 0 19 0 291856893 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 139694820587688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3616/tid=3627] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3627/stat : 3627 (java) S 3614 3616 28718 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 291856894 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 139694338075624 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3628] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3628/stat : 3628 (java) S 3614 3616 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291856895 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 139694337021688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3629] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3629/stat : 3629 (java) S 3614 3616 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291856895 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 139694335968776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3630] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3630/stat : 3630 (java) S 3614 3616 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291856898 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 139694334917264 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3631] ppid=3614 vsize=9624980 CPUtime=0.47 cores=0,2,4,6
/proc/3616/task/3631/stat : 3631 (java) S 3614 3616 28718 0 -1 4202560 2390 0 0 0 47 0 0 0 20 0 19 0 291856898 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 139694333864376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3632] ppid=3614 vsize=9624980 CPUtime=0.58 cores=0,2,4,6
/proc/3616/task/3632/stat : 3632 (java) S 3614 3616 28718 0 -1 4202560 4832 0 0 0 56 2 0 0 20 0 19 0 291856898 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 139694332811576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3616/tid=3633] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3633/stat : 3633 (java) S 3614 3616 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291856898 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 139694331758968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3616/tid=3634] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3634/stat : 3634 (java) S 3614 3616 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291856898 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 139694330706376 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 9624980

[startup+3.10073 s]
/proc/loadavg: 2.05 2.02 2.00 3/213 3635
/proc/meminfo: memFree=30232008/32873648 swapFree=6852/6852
[pid=3616] ppid=3614 vsize=9624980 CPUtime=4.43 cores=0,2,4,6
/proc/3616/stat : 3616 (java) S 3614 3616 28718 0 -1 4202496 11499 0 1 0 431 12 0 0 20 0 19 0 291856891 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 140734134303824 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3616/statm: 2406245 57801 2268 9 0 2396937 0
[pid=3616/tid=3618] ppid=3614 vsize=9624980 CPUtime=2.97 cores=0,2,4,6
/proc/3616/task/3618/stat : 3618 (java) R 3614 3616 28718 0 -1 4202560 2517 0 1 0 294 3 0 0 20 0 19 0 291856892 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 139694984854032 139694835641785 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3616/tid=3619] ppid=3614 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/3616/task/3619/stat : 3619 (java) S 3614 3616 28718 0 -1 4202560 104 0 0 0 1 0 0 0 20 0 19 0 291856893 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 139694957308968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3616/tid=3620] ppid=3614 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/3616/task/3620/stat : 3620 (java) S 3614 3616 28718 0 -1 4202560 23 0 0 0 1 1 0 0 20 0 19 0 291856893 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 139694956256168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3621] ppid=3614 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/3616/task/3621/stat : 3621 (java) S 3614 3616 28718 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 291856893 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 139694955203368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3616/tid=3622] ppid=3614 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/3616/task/3622/stat : 3622 (java) S 3614 3616 28718 0 -1 4202560 125 0 0 0 6 1 0 0 20 0 19 0 291856893 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 139694954150568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3623] ppid=3614 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/3616/task/3623/stat : 3623 (java) S 3614 3616 28718 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 291856893 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 139694823746088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3616/tid=3624] ppid=3614 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/3616/task/3624/stat : 3624 (java) S 3614 3616 28718 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 291856893 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 139694822693288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3616/tid=3625] ppid=3614 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/3616/task/3625/stat : 3625 (java) S 3614 3616 28718 0 -1 4202560 108 0 0 0 4 1 0 0 20 0 19 0 291856893 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 139694821640488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3616/tid=3626] ppid=3614 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/3616/task/3626/stat : 3626 (java) S 3614 3616 28718 0 -1 4202560 101 0 0 0 1 0 0 0 20 0 19 0 291856893 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 139694820587688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3616/tid=3627] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3627/stat : 3627 (java) S 3614 3616 28718 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 291856894 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 139694338075624 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3628] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3628/stat : 3628 (java) S 3614 3616 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291856895 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 139694337021688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3629] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3629/stat : 3629 (java) S 3614 3616 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291856895 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 139694335968776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3630] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3630/stat : 3630 (java) S 3614 3616 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291856898 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 139694334917264 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3631] ppid=3614 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/3616/task/3631/stat : 3631 (java) S 3614 3616 28718 0 -1 4202560 2390 0 0 0 49 0 0 0 20 0 19 0 291856898 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 139694333864376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3632] ppid=3614 vsize=9624980 CPUtime=0.58 cores=0,2,4,6
/proc/3616/task/3632/stat : 3632 (java) S 3614 3616 28718 0 -1 4202560 4832 0 0 0 56 2 0 0 20 0 19 0 291856898 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 139694332811576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3616/tid=3633] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3633/stat : 3633 (java) S 3614 3616 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291856898 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 139694331758968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3616/tid=3634] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3634/stat : 3634 (java) S 3614 3616 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291856898 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 139694330706376 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3635] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3635/stat : 3635 (java) S 3614 3616 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291857003 9855979520 57801 33554432000 1073741824 1073778376 140734134312688 139694329652904 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 9624980

[startup+6.30072 s]
/proc/loadavg: 2.04 2.02 2.00 3/213 3635
/proc/meminfo: memFree=30232188/32873648 swapFree=6852/6852
[pid=3616] ppid=3614 vsize=9624980 CPUtime=7.63 cores=0,2,4,6
/proc/3616/stat : 3616 (java) S 3614 3616 28718 0 -1 4202496 11500 0 1 0 751 12 0 0 20 0 19 0 291856891 9855979520 57561 33554432000 1073741824 1073778376 140734134312688 140734134303824 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3616/statm: 2406245 57561 2268 9 0 2396937 0
[pid=3616/tid=3618] ppid=3614 vsize=9624980 CPUtime=6.17 cores=0,2,4,6
/proc/3616/task/3618/stat : 3618 (java) R 3614 3616 28718 0 -1 4202560 2518 0 1 0 614 3 0 0 20 0 19 0 291856892 9855979520 57561 33554432000 1073741824 1073778376 140734134312688 139694984854032 139694835654303 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3616/tid=3619] ppid=3614 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/3616/task/3619/stat : 3619 (java) S 3614 3616 28718 0 -1 4202560 104 0 0 0 1 0 0 0 20 0 19 0 291856893 9855979520 57561 33554432000 1073741824 1073778376 140734134312688 139694957308968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3616/tid=3620] ppid=3614 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/3616/task/3620/stat : 3620 (java) S 3614 3616 28718 0 -1 4202560 23 0 0 0 1 1 0 0 20 0 19 0 291856893 9855979520 57561 33554432000 1073741824 1073778376 140734134312688 139694956256168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3621] ppid=3614 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/3616/task/3621/stat : 3621 (java) S 3614 3616 28718 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 291856893 9855979520 57561 33554432000 1073741824 1073778376 140734134312688 139694955203368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3616/tid=3622] ppid=3614 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/3616/task/3622/stat : 3622 (java) S 3614 3616 28718 0 -1 4202560 125 0 0 0 6 1 0 0 20 0 19 0 291856893 9855979520 57561 33554432000 1073741824 1073778376 140734134312688 139694954150568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3623] ppid=3614 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/3616/task/3623/stat : 3623 (java) S 3614 3616 28718 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 291856893 9855979520 57561 33554432000 1073741824 1073778376 140734134312688 139694823746088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3616/tid=3624] ppid=3614 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/3616/task/3624/stat : 3624 (java) S 3614 3616 28718 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 291856893 9855979520 57561 33554432000 1073741824 1073778376 140734134312688 139694822693288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3616/tid=3625] ppid=3614 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/3616/task/3625/stat : 3625 (java) S 3614 3616 28718 0 -1 4202560 108 0 0 0 4 1 0 0 20 0 19 0 291856893 9855979520 57561 33554432000 1073741824 1073778376 140734134312688 139694821640488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3616/tid=3626] ppid=3614 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/3616/task/3626/stat : 3626 (java) S 3614 3616 28718 0 -1 4202560 101 0 0 0 1 0 0 0 20 0 19 0 291856893 9855979520 57561 33554432000 1073741824 1073778376 140734134312688 139694820587688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3616/tid=3627] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3627/stat : 3627 (java) S 3614 3616 28718 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 291856894 9855979520 57561 33554432000 1073741824 1073778376 140734134312688 139694338075624 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3628] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3628/stat : 3628 (java) S 3614 3616 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291856895 9855979520 57561 33554432000 1073741824 1073778376 140734134312688 139694337021688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3629] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3629/stat : 3629 (java) S 3614 3616 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291856895 9855979520 57561 33554432000 1073741824 1073778376 140734134312688 139694335968776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3630] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3630/stat : 3630 (java) S 3614 3616 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291856898 9855979520 57561 33554432000 1073741824 1073778376 140734134312688 139694334917264 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3631] ppid=3614 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/3616/task/3631/stat : 3631 (java) S 3614 3616 28718 0 -1 4202560 2390 0 0 0 49 0 0 0 20 0 19 0 291856898 9855979520 57561 33554432000 1073741824 1073778376 140734134312688 139694333864376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3632] ppid=3614 vsize=9624980 CPUtime=0.58 cores=0,2,4,6
/proc/3616/task/3632/stat : 3632 (java) S 3614 3616 28718 0 -1 4202560 4832 0 0 0 56 2 0 0 20 0 19 0 291856898 9855979520 57561 33554432000 1073741824 1073778376 140734134312688 139694332811576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3616/tid=3633] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3633/stat : 3633 (java) S 3614 3616 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291856898 9855979520 57561 33554432000 1073741824 1073778376 140734134312688 139694331758968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3616/tid=3634] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3634/stat : 3634 (java) S 3614 3616 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291856898 9855979520 57561 33554432000 1073741824 1073778376 140734134312688 139694330706376 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3635] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3635/stat : 3635 (java) S 3614 3616 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291857003 9855979520 57561 33554432000 1073741824 1073778376 140734134312688 139694329652904 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.63
Current children cumulated vsize (KiB) 9624980

[startup+12.7007 s]
/proc/loadavg: 2.04 2.02 2.00 3/213 3635
/proc/meminfo: memFree=30230188/32873648 swapFree=6852/6852

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

[pid=3616/tid=3624] ppid=3614 vsize=9624980 CPUtime=0.16 cores=0,2,4,6
/proc/3616/task/3624/stat : 3624 (java) S 3614 3616 28718 0 -1 4202560 64 0 0 0 13 3 0 0 20 0 19 0 291856893 9855979520 88426 33554432000 1073741824 1073778376 140734134312688 139694822693288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3625] ppid=3614 vsize=9624980 CPUtime=0.19 cores=0,2,4,6
/proc/3616/task/3625/stat : 3625 (java) S 3614 3616 28718 0 -1 4202560 132 0 0 0 16 3 0 0 20 0 19 0 291856893 9855979520 88426 33554432000 1073741824 1073778376 140734134312688 139694821640488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3626] ppid=3614 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/3616/task/3626/stat : 3626 (java) S 3614 3616 28718 0 -1 4202560 112 0 0 0 15 2 0 0 20 0 19 0 291856893 9855979520 88426 33554432000 1073741824 1073778376 140734134312688 139694820587688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3627] ppid=3614 vsize=9624980 CPUtime=4.38 cores=0,2,4,6
/proc/3616/task/3627/stat : 3627 (java) S 3614 3616 28718 0 -1 4202560 174 0 0 0 436 2 0 0 20 0 19 0 291856894 9855979520 88426 33554432000 1073741824 1073778376 140734134312688 139694338075624 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3616/tid=3628] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3628/stat : 3628 (java) S 3614 3616 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291856895 9855979520 88426 33554432000 1073741824 1073778376 140734134312688 139694337021688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3629] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3629/stat : 3629 (java) S 3614 3616 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291856895 9855979520 88426 33554432000 1073741824 1073778376 140734134312688 139694335968776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3630] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3630/stat : 3630 (java) S 3614 3616 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291856898 9855979520 88426 33554432000 1073741824 1073778376 140734134312688 139694334917264 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3631] ppid=3614 vsize=9624980 CPUtime=0.56 cores=0,2,4,6
/proc/3616/task/3631/stat : 3631 (java) S 3614 3616 28718 0 -1 4202560 2408 0 0 0 56 0 0 0 20 0 19 0 291856898 9855979520 88426 33554432000 1073741824 1073778376 140734134312688 139694333864376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3632] ppid=3614 vsize=9624980 CPUtime=0.69 cores=0,2,4,6
/proc/3616/task/3632/stat : 3632 (java) S 3614 3616 28718 0 -1 4202560 4842 0 0 0 67 2 0 0 20 0 19 0 291856898 9855979520 88426 33554432000 1073741824 1073778376 140734134312688 139694332811576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3616/tid=3633] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3633/stat : 3633 (java) S 3614 3616 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291856898 9855979520 88426 33554432000 1073741824 1073778376 140734134312688 139694331758968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3616/tid=3634] ppid=3614 vsize=9624980 CPUtime=0.8 cores=0,2,4,6
/proc/3616/task/3634/stat : 3634 (java) S 3614 3616 28718 0 -1 4202560 99 0 0 0 45 35 0 0 20 0 19 0 291856898 9855979520 88426 33554432000 1073741824 1073778376 140734134312688 139694330706376 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3616/tid=3635] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3635/stat : 3635 (java) S 3614 3616 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291857003 9855979520 88426 33554432000 1073741824 1073778376 140734134312688 139694329652904 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1725
Current children cumulated vsize (KiB) 9624980

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 4166
/proc/meminfo: memFree=30448088/32873648 swapFree=6852/6852
[pid=3616] ppid=3614 vsize=9624980 CPUtime=1785.03 cores=0,2,4,6
/proc/3616/stat : 3616 (java) S 3614 3616 28718 0 -1 4202496 12009 0 1 0 178451 52 0 0 20 0 19 0 291856891 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 140734134303824 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3616/statm: 2406245 88427 2282 9 0 2396937 0
[pid=3616/tid=3618] ppid=3614 vsize=9624980 CPUtime=1777.39 cores=0,2,4,6
/proc/3616/task/3618/stat : 3618 (java) R 3614 3616 28718 0 -1 4202560 2549 0 1 0 177707 32 0 0 20 0 19 0 291856892 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694984855824 139694835654144 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3616/tid=3619] ppid=3614 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/3616/task/3619/stat : 3619 (java) S 3614 3616 28718 0 -1 4202560 136 0 0 0 15 2 0 0 20 0 19 0 291856893 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694957308968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3616/tid=3620] ppid=3614 vsize=9624980 CPUtime=0.21 cores=0,2,4,6
/proc/3616/task/3620/stat : 3620 (java) S 3614 3616 28718 0 -1 4202560 54 0 0 0 18 3 0 0 20 0 19 0 291856893 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694956256168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3621] ppid=3614 vsize=9624980 CPUtime=0.18 cores=0,2,4,6
/proc/3616/task/3621/stat : 3621 (java) S 3614 3616 28718 0 -1 4202560 46 0 0 0 15 3 0 0 20 0 19 0 291856893 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694955203368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3616/tid=3622] ppid=3614 vsize=9624980 CPUtime=0.27 cores=0,2,4,6
/proc/3616/task/3622/stat : 3622 (java) S 3614 3616 28718 0 -1 4202560 168 0 0 0 24 3 0 0 20 0 19 0 291856893 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694954150568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3623] ppid=3614 vsize=9624980 CPUtime=0.16 cores=0,2,4,6
/proc/3616/task/3623/stat : 3623 (java) S 3614 3616 28718 0 -1 4202560 38 0 0 0 14 2 0 0 20 0 19 0 291856893 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694823746088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3616/tid=3624] ppid=3614 vsize=9624980 CPUtime=0.16 cores=0,2,4,6
/proc/3616/task/3624/stat : 3624 (java) S 3614 3616 28718 0 -1 4202560 64 0 0 0 13 3 0 0 20 0 19 0 291856893 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694822693288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3625] ppid=3614 vsize=9624980 CPUtime=0.19 cores=0,2,4,6
/proc/3616/task/3625/stat : 3625 (java) S 3614 3616 28718 0 -1 4202560 132 0 0 0 16 3 0 0 20 0 19 0 291856893 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694821640488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3616/tid=3626] ppid=3614 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/3616/task/3626/stat : 3626 (java) S 3614 3616 28718 0 -1 4202560 112 0 0 0 15 2 0 0 20 0 19 0 291856893 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694820587688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3616/tid=3627] ppid=3614 vsize=9624980 CPUtime=4.52 cores=0,2,4,6
/proc/3616/task/3627/stat : 3627 (java) S 3614 3616 28718 0 -1 4202560 176 0 0 0 450 2 0 0 20 0 19 0 291856894 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694338075624 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3616/tid=3628] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3628/stat : 3628 (java) S 3614 3616 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291856895 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694337021688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3629] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3629/stat : 3629 (java) S 3614 3616 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291856895 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694335968776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3630] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3630/stat : 3630 (java) S 3614 3616 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291856898 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694334917264 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3631] ppid=3614 vsize=9624980 CPUtime=0.56 cores=0,2,4,6
/proc/3616/task/3631/stat : 3631 (java) S 3614 3616 28718 0 -1 4202560 2408 0 0 0 56 0 0 0 20 0 19 0 291856898 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694333864376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3632] ppid=3614 vsize=9624980 CPUtime=0.69 cores=0,2,4,6
/proc/3616/task/3632/stat : 3632 (java) S 3614 3616 28718 0 -1 4202560 4842 0 0 0 67 2 0 0 20 0 19 0 291856898 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694332811576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3616/tid=3633] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3633/stat : 3633 (java) S 3614 3616 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291856898 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694331758968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3616/tid=3634] ppid=3614 vsize=9624980 CPUtime=0.83 cores=0,2,4,6
/proc/3616/task/3634/stat : 3634 (java) S 3614 3616 28718 0 -1 4202560 103 0 0 0 47 36 0 0 20 0 19 0 291856898 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694330706376 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3616/tid=3635] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3635/stat : 3635 (java) S 3614 3616 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291857003 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694329652904 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1785.03
Current children cumulated vsize (KiB) 9624980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 4166
/proc/meminfo: memFree=30448092/32873648 swapFree=6852/6852
[pid=3616] ppid=3614 vsize=9624980 CPUtime=1800.04 cores=0,2,4,6
/proc/3616/stat : 3616 (java) S 3614 3616 28718 0 -1 4202496 12009 0 1 0 179952 52 0 0 20 0 19 0 291856891 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 140734134303824 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3616/statm: 2406245 88427 2282 9 0 2396937 0
[pid=3616/tid=3618] ppid=3614 vsize=9624980 CPUtime=1792.4 cores=0,2,4,6
/proc/3616/task/3618/stat : 3618 (java) R 3614 3616 28718 0 -1 4202560 2549 0 1 0 179208 32 0 0 20 0 19 0 291856892 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694984855824 139694835536634 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3616/tid=3619] ppid=3614 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/3616/task/3619/stat : 3619 (java) S 3614 3616 28718 0 -1 4202560 136 0 0 0 15 2 0 0 20 0 19 0 291856893 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694957308968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3616/tid=3620] ppid=3614 vsize=9624980 CPUtime=0.21 cores=0,2,4,6
/proc/3616/task/3620/stat : 3620 (java) S 3614 3616 28718 0 -1 4202560 54 0 0 0 18 3 0 0 20 0 19 0 291856893 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694956256168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3621] ppid=3614 vsize=9624980 CPUtime=0.18 cores=0,2,4,6
/proc/3616/task/3621/stat : 3621 (java) S 3614 3616 28718 0 -1 4202560 46 0 0 0 15 3 0 0 20 0 19 0 291856893 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694955203368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3616/tid=3622] ppid=3614 vsize=9624980 CPUtime=0.27 cores=0,2,4,6
/proc/3616/task/3622/stat : 3622 (java) S 3614 3616 28718 0 -1 4202560 168 0 0 0 24 3 0 0 20 0 19 0 291856893 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694954150568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3623] ppid=3614 vsize=9624980 CPUtime=0.16 cores=0,2,4,6
/proc/3616/task/3623/stat : 3623 (java) S 3614 3616 28718 0 -1 4202560 38 0 0 0 14 2 0 0 20 0 19 0 291856893 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694823746088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3616/tid=3624] ppid=3614 vsize=9624980 CPUtime=0.16 cores=0,2,4,6
/proc/3616/task/3624/stat : 3624 (java) S 3614 3616 28718 0 -1 4202560 64 0 0 0 13 3 0 0 20 0 19 0 291856893 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694822693288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3625] ppid=3614 vsize=9624980 CPUtime=0.19 cores=0,2,4,6
/proc/3616/task/3625/stat : 3625 (java) S 3614 3616 28718 0 -1 4202560 132 0 0 0 16 3 0 0 20 0 19 0 291856893 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694821640488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3616/tid=3626] ppid=3614 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/3616/task/3626/stat : 3626 (java) S 3614 3616 28718 0 -1 4202560 112 0 0 0 15 2 0 0 20 0 19 0 291856893 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694820587688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3616/tid=3627] ppid=3614 vsize=9624980 CPUtime=4.52 cores=0,2,4,6
/proc/3616/task/3627/stat : 3627 (java) S 3614 3616 28718 0 -1 4202560 176 0 0 0 450 2 0 0 20 0 19 0 291856894 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694338075624 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3616/tid=3628] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3628/stat : 3628 (java) S 3614 3616 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291856895 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694337021688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3629] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3629/stat : 3629 (java) S 3614 3616 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291856895 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694335968776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3630] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3630/stat : 3630 (java) S 3614 3616 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291856898 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694334917264 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3631] ppid=3614 vsize=9624980 CPUtime=0.56 cores=0,2,4,6
/proc/3616/task/3631/stat : 3631 (java) S 3614 3616 28718 0 -1 4202560 2408 0 0 0 56 0 0 0 20 0 19 0 291856898 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694333864376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3632] ppid=3614 vsize=9624980 CPUtime=0.69 cores=0,2,4,6
/proc/3616/task/3632/stat : 3632 (java) S 3614 3616 28718 0 -1 4202560 4842 0 0 0 67 2 0 0 20 0 19 0 291856898 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694332811576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3616/tid=3633] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3633/stat : 3633 (java) S 3614 3616 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291856898 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694331758968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3616/tid=3634] ppid=3614 vsize=9624980 CPUtime=0.84 cores=0,2,4,6
/proc/3616/task/3634/stat : 3634 (java) S 3614 3616 28718 0 -1 4202560 103 0 0 0 47 37 0 0 20 0 19 0 291856898 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694330706376 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3616/tid=3635] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3635/stat : 3635 (java) S 3614 3616 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291857003 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694329652904 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 4166
/proc/meminfo: memFree=30448092/32873648 swapFree=6852/6852
[pid=3616] ppid=3614 vsize=9624980 CPUtime=1800.04 cores=0,2,4,6
/proc/3616/stat : 3616 (java) S 3614 3616 28718 0 -1 4202496 12009 0 1 0 179952 52 0 0 20 0 19 0 291856891 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 140734134303824 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3616/statm: 2406245 88427 2282 9 0 2396937 0
[pid=3616/tid=3618] ppid=3614 vsize=9624980 CPUtime=1792.4 cores=0,2,4,6
/proc/3616/task/3618/stat : 3618 (java) R 3614 3616 28718 0 -1 4202560 2549 0 1 0 179208 32 0 0 20 0 19 0 291856892 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694984855824 139694835536634 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3616/tid=3619] ppid=3614 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/3616/task/3619/stat : 3619 (java) S 3614 3616 28718 0 -1 4202560 136 0 0 0 15 2 0 0 20 0 19 0 291856893 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694957308968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3616/tid=3620] ppid=3614 vsize=9624980 CPUtime=0.21 cores=0,2,4,6
/proc/3616/task/3620/stat : 3620 (java) S 3614 3616 28718 0 -1 4202560 54 0 0 0 18 3 0 0 20 0 19 0 291856893 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694956256168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3621] ppid=3614 vsize=9624980 CPUtime=0.18 cores=0,2,4,6
/proc/3616/task/3621/stat : 3621 (java) S 3614 3616 28718 0 -1 4202560 46 0 0 0 15 3 0 0 20 0 19 0 291856893 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694955203368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3616/tid=3622] ppid=3614 vsize=9624980 CPUtime=0.27 cores=0,2,4,6
/proc/3616/task/3622/stat : 3622 (java) S 3614 3616 28718 0 -1 4202560 168 0 0 0 24 3 0 0 20 0 19 0 291856893 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694954150568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3623] ppid=3614 vsize=9624980 CPUtime=0.16 cores=0,2,4,6
/proc/3616/task/3623/stat : 3623 (java) S 3614 3616 28718 0 -1 4202560 38 0 0 0 14 2 0 0 20 0 19 0 291856893 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694823746088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3616/tid=3624] ppid=3614 vsize=9624980 CPUtime=0.16 cores=0,2,4,6
/proc/3616/task/3624/stat : 3624 (java) S 3614 3616 28718 0 -1 4202560 64 0 0 0 13 3 0 0 20 0 19 0 291856893 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694822693288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3625] ppid=3614 vsize=9624980 CPUtime=0.19 cores=0,2,4,6
/proc/3616/task/3625/stat : 3625 (java) S 3614 3616 28718 0 -1 4202560 132 0 0 0 16 3 0 0 20 0 19 0 291856893 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694821640488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3616/tid=3626] ppid=3614 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/3616/task/3626/stat : 3626 (java) S 3614 3616 28718 0 -1 4202560 112 0 0 0 15 2 0 0 20 0 19 0 291856893 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694820587688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3616/tid=3627] ppid=3614 vsize=9624980 CPUtime=4.52 cores=0,2,4,6
/proc/3616/task/3627/stat : 3627 (java) S 3614 3616 28718 0 -1 4202560 176 0 0 0 450 2 0 0 20 0 19 0 291856894 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694338075624 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3616/tid=3628] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3628/stat : 3628 (java) S 3614 3616 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291856895 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694337021688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3629] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3629/stat : 3629 (java) S 3614 3616 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291856895 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694335968776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3630] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3630/stat : 3630 (java) S 3614 3616 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291856898 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694334917264 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3631] ppid=3614 vsize=9624980 CPUtime=0.56 cores=0,2,4,6
/proc/3616/task/3631/stat : 3631 (java) S 3614 3616 28718 0 -1 4202560 2408 0 0 0 56 0 0 0 20 0 19 0 291856898 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694333864376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3616/tid=3632] ppid=3614 vsize=9624980 CPUtime=0.69 cores=0,2,4,6
/proc/3616/task/3632/stat : 3632 (java) S 3614 3616 28718 0 -1 4202560 4842 0 0 0 67 2 0 0 20 0 19 0 291856898 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694332811576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3616/tid=3633] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3633/stat : 3633 (java) S 3614 3616 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291856898 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694331758968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3616/tid=3634] ppid=3614 vsize=9624980 CPUtime=0.84 cores=0,2,4,6
/proc/3616/task/3634/stat : 3634 (java) S 3614 3616 28718 0 -1 4202560 103 0 0 0 47 37 0 0 20 0 19 0 291856898 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694330706376 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3616/tid=3635] ppid=3614 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3616/task/3635/stat : 3635 (java) S 3614 3616 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291857003 9855979520 88427 33554432000 1073741824 1073778376 140734134312688 139694329652904 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9624980

Child status: 143
Real time (s): 1797.36
CPU time (s): 1800.85
CPU user time (s): 1799.76
CPU system time (s): 1.09383
CPU usage (%): 100.195
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.76
system time used= 1.09383
maximum resident set size= 353824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12042
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38912
involuntary context switches= 4632

runsolver used 5.65114 second user time and 15.7526 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-29 04:08:21
IDJOB=3717978
IDBENCH=79565
IDSOLVER=2301
FILE ID=node115/3717978-1338257301
RUNJOBID= node115-1338248169-32130
PBS_JOBID= 14624652
Free space on /tmp= 71632 MiB

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

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

MD5SUM BENCH= da80b320d983b4610e4558746e61248d
RANDOM SEED=1907041040

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30455488 kB
Buffers:          500164 kB
Cached:           406512 kB
SwapCached:          972 kB
Active:          1298900 kB
Inactive:         222760 kB
Active(anon):     607596 kB
Inactive(anon):     9244 kB
Active(file):     691304 kB
Inactive(file):   213516 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106424 kB
Dirty:              3504 kB
Writeback:             0 kB
AnonPages:        624432 kB
Mapped:            19820 kB
Shmem:                96 kB
Slab:             752856 kB
SReclaimable:     196456 kB
SUnreclaim:       556400 kB
KernelStack:        1600 kB
PageTables:         5644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1085044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    589824 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= 71640 MiB
End job on node115 at 2012-05-29 04:38:21