Trace number 3710211

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.88 1756.36

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_3000_5__126_2812__128.opb
MD5SUM0410437de856f7fa960cd93e57bf101c
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark365451
Best CPU time to get the best result obtained on this benchmark1802.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1922998
Total number of constraints18000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)15002
Number of constraints which are nor clauses,nor cardinality constraints2998
Minimum length of a constraint128
Maximum length of a constraint5761
Number of terms in the objective function 1920000
Biggest coefficient in the objective function 129631
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 65021011072
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 129631
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 65021011072
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.05/0.08	c version 2.3.2.v20120418
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		501472288
0.05/0.08	c Max memory 		7480803328
0.05/0.08	c Total memory 		504102912
0.05/0.08	c Number of processors 	8
0.11/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.11/0.11	c configuring ORDERS
0.11/0.12	c --- Begin Solver configuration ---
0.11/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.11/0.12	c Learn all clauses as in MiniSAT
0.11/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.11/0.12	c Expensive reason simplification
0.11/0.12	c Armin Biere (Picosat) restarts strategy
0.11/0.12	c Glucose learned constraints deletion strategy
0.11/0.12	c timeout=2147483s
0.11/0.12	c DB Simplification allowed=true
0.11/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.11/0.12	c --- End Solver configuration ---
0.11/0.12	c solving HOME/instance-3710211-1338176502.opb
0.11/0.12	c reading problem ... 
93.72/69.33	c ... done. Wall clock time 69.216s.
93.72/69.33	c declared #vars     1922998
93.72/69.33	c #constraints  21000
93.72/69.33	c constraints type 
93.72/69.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
93.72/69.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 15002
93.72/69.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5996
93.72/69.33	c 21000 constraints processed.
132.71/107.37	c cleaning 2510 clauses out of 5021 with flag 5021/5021
187.27/161.19	c cleaning 4234 clauses out of 8490 with flag 11000/11000
228.88/202.47	c cleaning 5649 clauses out of 11297 with flag 18041/18041
271.47/244.74	c cleaning 6838 clauses out of 13676 with flag 26069/26069
306.00/278.91	c cleaning 7924 clauses out of 15850 with flag 35081/35081
348.85/321.14	c cleaning 8919 clauses out of 17845 with flag 45000/45000
383.34/355.42	c cleaning 10006 clauses out of 20016 with flag 56090/56090
411.96/383.79	c cleaning 10982 clauses out of 21969 with flag 68049/68049
449.16/420.30	c cleaning 11967 clauses out of 23938 with flag 81000/81000
487.73/458.69	c cleaning 12999 clauses out of 26004 with flag 95033/95033
535.92/506.19	c cleaning 14011 clauses out of 28026 with flag 110054/110054
594.61/564.21	c cleaning 15031 clauses out of 30070 with flag 126109/126109
640.59/609.69	c cleaning 16004 clauses out of 32021 with flag 143091/143091
672.72/641.51	c cleaning 17006 clauses out of 34021 with flag 161095/161095
728.79/697.00	c cleaning 17959 clauses out of 35920 with flag 180000/180000
780.88/748.17	c cleaning 18825 clauses out of 37961 with flag 200000/200000
834.70/801.26	c cleaning 20078 clauses out of 40165 with flag 221029/221029
888.29/854.12	c cleaning 21080 clauses out of 42176 with flag 243118/243118
951.22/916.57	c cleaning 22006 clauses out of 44012 with flag 266034/266034
1020.56/984.69	c cleaning 23007 clauses out of 46015 with flag 290043/290043
1105.64/1069.00	c cleaning 23945 clauses out of 47965 with flag 315000/315000
1174.56/1137.08	c cleaning 24919 clauses out of 50020 with flag 341000/341000
1230.91/1192.77	c cleaning 26024 clauses out of 52103 with flag 368002/368002
1299.01/1260.58	c cleaning 27101 clauses out of 54202 with flag 396125/396125
1383.58/1344.04	c cleaning 28034 clauses out of 56080 with flag 425104/425104
1463.64/1423.07	c cleaning 28921 clauses out of 57942 with flag 455000/455000
1531.14/1489.98	c cleaning 30047 clauses out of 60098 with flag 486077/486077
1615.47/1573.73	c cleaning 30936 clauses out of 61974 with flag 518000/518000
1681.74/1639.34	c cleaning 32007 clauses out of 64044 with flag 551006/551006
1740.78/1697.85	c cleaning 32927 clauses out of 66031 with flag 585000/585000
1800.09/1756.31	c starts		: 163
1800.09/1756.31	c conflicts		: 604758
1800.09/1756.31	c decisions		: 154568358
1800.09/1756.31	c propagations		: 1741559619
1800.09/1756.31	c inspects		: 3779065087
1800.09/1756.31	c shortcuts		: 0
1800.09/1756.31	c learnt literals	: 0
1800.09/1756.31	c learnt binary clauses	: 0
1800.09/1756.31	c learnt ternary clauses	: 0
1800.09/1756.31	c learnt constraints	: 604758
1800.09/1756.31	c ignored constraints	: 0
1800.09/1756.31	c root simplifications	: 163
1800.09/1756.31	c removed literals (reason simplification)	: 1717675
1800.09/1756.31	c reason swapping (by a shorter reason)	: 0
1800.09/1756.31	c Calls to reduceDB	: 30
1800.09/1756.31	c number of reductions to clauses (during analyze)	: 0
1800.09/1756.31	c number of learned constraints concerned by reduction	: 0
1800.09/1756.31	c number of learning phase by resolution	: 0
1800.09/1756.31	c number of learning phase by cutting planes	: 0
1800.09/1756.31	c speed (assignments/second)	: 1032457.49017376
1800.09/1756.31	c non guided choices	147482014
1800.09/1756.33	c learnt constraints type 
1800.09/1756.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 52862
1800.09/1756.33	c constraints type 
1800.09/1756.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
1800.09/1756.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 15002
1800.09/1756.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5996
1800.09/1756.33	c 21000 constraints processed.
1800.09/1756.33	s UNKNOWN
1800.09/1756.33	c Total wall clock time (in seconds): 1756.216

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-3710211-1338176502/watcher-3710211-1338176502 -o /tmp/evaluation-result-3710211-1338176502/solver-3710211-1338176502 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710211-1338176502.opb 

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.00 2.00 2.00 3/194 14938
/proc/meminfo: memFree=30818796/32873844 swapFree=7372/7372
[pid=14938] ppid=14936 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/14938/stat : 14938 (java) R 14936 14938 12979 0 -1 4202496 991 0 0 0 0 0 0 0 20 0 1 0 283776549 23793664 717 33554432000 1073741824 1073778376 140734718156608 140734718145672 251022850128 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14938/statm: 5809 717 531 9 0 128 0

[startup+0.0722979 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 14938
/proc/meminfo: memFree=30818796/32873844 swapFree=7372/7372
[pid=14938] ppid=14936 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/14938/stat : 14938 (java) S 14936 14938 12979 0 -1 4202496 3406 0 1 0 5 0 0 0 20 0 18 0 283776549 9787842560 4613 33554432000 1073741824 1073778376 140734718156608 140734718147744 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14938/statm: 2389610 4614 1778 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558440

[startup+0.100255 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 14938
/proc/meminfo: memFree=30818796/32873844 swapFree=7372/7372
[pid=14938] ppid=14936 vsize=9558440 CPUtime=0.11 cores=0,2,4,6
/proc/14938/stat : 14938 (java) S 14936 14938 12979 0 -1 4202496 4270 0 1 0 10 1 0 0 20 0 18 0 283776549 9787842560 5987 33554432000 1073741824 1073778376 140734718156608 140734718147744 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14938/statm: 2389610 5987 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558440

[startup+0.300227 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 14938
/proc/meminfo: memFree=30818796/32873844 swapFree=7372/7372
[pid=14938] ppid=14936 vsize=9558440 CPUtime=0.47 cores=0,2,4,6
/proc/14938/stat : 14938 (java) S 14936 14938 12979 0 -1 4202496 5195 0 1 0 45 2 0 0 20 0 18 0 283776549 9787842560 21944 33554432000 1073741824 1073778376 140734718156608 140734718147744 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14938/statm: 2389610 21944 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558440

[startup+0.700265 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 14938
/proc/meminfo: memFree=30818796/32873844 swapFree=7372/7372
[pid=14938] ppid=14936 vsize=9558440 CPUtime=1 cores=0,2,4,6
/proc/14938/stat : 14938 (java) S 14936 14938 12979 0 -1 4202496 5365 0 1 0 96 4 0 0 20 0 18 0 283776549 9787842560 52250 33554432000 1073741824 1073778376 140734718156608 140734718147744 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14938/statm: 2389610 52250 2239 9 0 2380296 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9558440

[startup+1.50067 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 14956
/proc/meminfo: memFree=30576020/32873844 swapFree=7372/7372
[pid=14938] ppid=14936 vsize=9558440 CPUtime=1.91 cores=0,2,4,6
/proc/14938/stat : 14938 (java) S 14936 14938 12979 0 -1 4202496 5775 0 1 0 185 6 0 0 20 0 18 0 283776549 9787842560 65920 33554432000 1073741824 1073778376 140734718156608 140734718147744 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14938/statm: 2389610 65920 2239 9 0 2380296 0
[pid=14938/tid=14940] ppid=14936 vsize=9558440 CPUtime=1.38 cores=0,2,4,6
/proc/14938/task/14940/stat : 14940 (java) R 14936 14938 12979 0 -1 4202560 2569 0 1 0 135 3 0 0 20 0 18 0 283776549 9787842560 65920 33554432000 1073741824 1073778376 140734718156608 139920992812896 139920857776468 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14938/tid=14941] ppid=14936 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/14938/task/14941/stat : 14941 (java) S 14936 14938 12979 0 -1 4202560 147 0 0 0 4 0 0 0 20 0 18 0 283776550 9787842560 65920 33554432000 1073741824 1073778376 140734718156608 139920981883688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14938/tid=14942] ppid=14936 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/14938/task/14942/stat : 14942 (java) S 14936 14938 12979 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 18 0 283776550 9787842560 65920 33554432000 1073741824 1073778376 140734718156608 139920980830888 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14938/tid=14943] ppid=14936 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/14938/task/14943/stat : 14943 (java) S 14936 14938 12979 0 -1 4202560 36 0 0 0 2 0 0 0 20 0 18 0 283776550 9787842560 65920 33554432000 1073741824 1073778376 140734718156608 139920979778600 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14944] ppid=14936 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/14938/task/14944/stat : 14944 (java) S 14936 14938 12979 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 18 0 283776550 9787842560 65920 33554432000 1073741824 1073778376 140734718156608 139920978725800 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14945] ppid=14936 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/14938/task/14945/stat : 14945 (java) S 14936 14938 12979 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 18 0 283776550 9787842560 65920 33554432000 1073741824 1073778376 140734718156608 139920977672488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14938/tid=14946] ppid=14936 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/14938/task/14946/stat : 14946 (java) S 14936 14938 12979 0 -1 4202560 167 0 0 0 5 0 0 0 20 0 18 0 283776550 9787842560 65920 33554432000 1073741824 1073778376 140734718156608 139920976619688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14947] ppid=14936 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/14938/task/14947/stat : 14947 (java) S 14936 14938 12979 0 -1 4202560 74 0 0 0 4 0 0 0 20 0 18 0 283776550 9787842560 65920 33554432000 1073741824 1073778376 140734718156608 139920829790760 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14948] ppid=14936 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/14938/task/14948/stat : 14948 (java) S 14936 14938 12979 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 283776550 9787842560 65920 33554432000 1073741824 1073778376 140734718156608 139920828737960 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14938/tid=14949] ppid=14936 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/14938/task/14949/stat : 14949 (java) S 14936 14938 12979 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 283776551 9787842560 65920 33554432000 1073741824 1073778376 140734718156608 139920816540392 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14950] ppid=14936 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/14938/task/14950/stat : 14950 (java) S 14936 14938 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 283776552 9787842560 65920 33554432000 1073741824 1073778376 140734718156608 139920815486456 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14951] ppid=14936 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/14938/task/14951/stat : 14951 (java) S 14936 14938 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 283776552 9787842560 65920 33554432000 1073741824 1073778376 140734718156608 139920814434056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14952] ppid=14936 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/14938/task/14952/stat : 14952 (java) S 14936 14938 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283776554 9787842560 65920 33554432000 1073741824 1073778376 140734718156608 139920813382544 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14953] ppid=14936 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/14938/task/14953/stat : 14953 (java) S 14936 14938 12979 0 -1 4202560 806 0 0 0 8 0 0 0 20 0 18 0 283776554 9787842560 65920 33554432000 1073741824 1073778376 140734718156608 139920812329144 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14954] ppid=14936 vsize=9558440 CPUtime=0.06 cores=0,2,4,6
/proc/14938/task/14954/stat : 14954 (java) S 14936 14938 12979 0 -1 4202560 677 0 0 0 6 0 0 0 20 0 18 0 283776554 9787842560 65920 33554432000 1073741824 1073778376 140734718156608 139920811276344 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14938/tid=14955] ppid=14936 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/14938/task/14955/stat : 14955 (java) S 14936 14938 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283776554 9787842560 65920 33554432000 1073741824 1073778376 140734718156608 139920810224248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14938/tid=14956] ppid=14936 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/14938/task/14956/stat : 14956 (java) S 14936 14938 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283776554 9787842560 65920 33554432000 1073741824 1073778376 140734718156608 139920809171656 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9558440

[startup+3.10067 s]
/proc/loadavg: 2.08 2.02 2.01 3/212 14956
/proc/meminfo: memFree=30403000/32873844 swapFree=7372/7372
[pid=14938] ppid=14936 vsize=9558440 CPUtime=3.93 cores=0,2,4,6
/proc/14938/stat : 14938 (java) S 14936 14938 12979 0 -1 4202496 6311 0 1 0 374 19 0 0 20 0 18 0 283776549 9787842560 119481 33554432000 1073741824 1073778376 140734718156608 140734718147744 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14938/statm: 2389610 119481 2243 9 0 2380296 0
[pid=14938/tid=14940] ppid=14936 vsize=9558440 CPUtime=2.83 cores=0,2,4,6
/proc/14938/task/14940/stat : 14940 (java) R 14936 14938 12979 0 -1 4202560 2617 0 1 0 278 5 0 0 20 0 18 0 283776549 9787842560 119481 33554432000 1073741824 1073778376 140734718156608 139920992813008 139920857776601 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14938/tid=14941] ppid=14936 vsize=9558440 CPUtime=0.13 cores=0,2,4,6
/proc/14938/task/14941/stat : 14941 (java) S 14936 14938 12979 0 -1 4202560 211 0 0 0 10 3 0 0 20 0 18 0 283776550 9787842560 119481 33554432000 1073741824 1073778376 140734718156608 139920981883688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14938/tid=14942] ppid=14936 vsize=9558440 CPUtime=0.06 cores=0,2,4,6
/proc/14938/task/14942/stat : 14942 (java) S 14936 14938 12979 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 18 0 283776550 9787842560 119481 33554432000 1073741824 1073778376 140734718156608 139920980830888 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14938/tid=14943] ppid=14936 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/14938/task/14943/stat : 14943 (java) S 14936 14938 12979 0 -1 4202560 85 0 0 0 7 2 0 0 20 0 18 0 283776550 9787842560 119481 33554432000 1073741824 1073778376 140734718156608 139920979778600 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14944] ppid=14936 vsize=9558440 CPUtime=0.13 cores=0,2,4,6
/proc/14938/task/14944/stat : 14944 (java) S 14936 14938 12979 0 -1 4202560 83 0 0 0 11 2 0 0 20 0 18 0 283776550 9787842560 119481 33554432000 1073741824 1073778376 140734718156608 139920978725800 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14938/tid=14945] ppid=14936 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/14938/task/14945/stat : 14945 (java) S 14936 14938 12979 0 -1 4202560 46 0 0 0 6 1 0 0 20 0 18 0 283776550 9787842560 119481 33554432000 1073741824 1073778376 140734718156608 139920977672488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14938/tid=14946] ppid=14936 vsize=9558440 CPUtime=0.15 cores=0,2,4,6
/proc/14938/task/14946/stat : 14946 (java) S 14936 14938 12979 0 -1 4202560 218 0 0 0 13 2 0 0 20 0 18 0 283776550 9787842560 119481 33554432000 1073741824 1073778376 140734718156608 139920976619688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14947] ppid=14936 vsize=9558440 CPUtime=0.11 cores=0,2,4,6
/proc/14938/task/14947/stat : 14947 (java) S 14936 14938 12979 0 -1 4202560 117 0 0 0 10 1 0 0 20 0 18 0 283776550 9787842560 119481 33554432000 1073741824 1073778376 140734718156608 139920829790760 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14948] ppid=14936 vsize=9558440 CPUtime=0.06 cores=0,2,4,6
/proc/14938/task/14948/stat : 14948 (java) S 14936 14938 12979 0 -1 4202560 39 0 0 0 4 2 0 0 20 0 18 0 283776550 9787842560 119481 33554432000 1073741824 1073778376 140734718156608 139920828737960 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14938/tid=14949] ppid=14936 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/14938/task/14949/stat : 14949 (java) S 14936 14938 12979 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 283776551 9787842560 119481 33554432000 1073741824 1073778376 140734718156608 139920816540392 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14950] ppid=14936 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/14938/task/14950/stat : 14950 (java) S 14936 14938 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 283776552 9787842560 119481 33554432000 1073741824 1073778376 140734718156608 139920815486456 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14951] ppid=14936 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/14938/task/14951/stat : 14951 (java) S 14936 14938 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 283776552 9787842560 119481 33554432000 1073741824 1073778376 140734718156608 139920814434056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14952] ppid=14936 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/14938/task/14952/stat : 14952 (java) S 14936 14938 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283776554 9787842560 119481 33554432000 1073741824 1073778376 140734718156608 139920813382544 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14953] ppid=14936 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/14938/task/14953/stat : 14953 (java) S 14936 14938 12979 0 -1 4202560 810 0 0 0 8 0 0 0 20 0 18 0 283776554 9787842560 119481 33554432000 1073741824 1073778376 140734718156608 139920812329144 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14954] ppid=14936 vsize=9558440 CPUtime=0.06 cores=0,2,4,6
/proc/14938/task/14954/stat : 14954 (java) S 14936 14938 12979 0 -1 4202560 677 0 0 0 6 0 0 0 20 0 18 0 283776554 9787842560 119481 33554432000 1073741824 1073778376 140734718156608 139920811276344 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14938/tid=14955] ppid=14936 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/14938/task/14955/stat : 14955 (java) S 14936 14938 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283776554 9787842560 119481 33554432000 1073741824 1073778376 140734718156608 139920810224248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14938/tid=14956] ppid=14936 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/14938/task/14956/stat : 14956 (java) S 14936 14938 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283776554 9787842560 119481 33554432000 1073741824 1073778376 140734718156608 139920809171656 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 9558440

[startup+6.30066 s]
/proc/loadavg: 2.08 2.02 2.01 2/192 14959
/proc/meminfo: memFree=30033784/32873844 swapFree=7372/7372
[pid=14938] ppid=14936 vsize=9558440 CPUtime=8.65 cores=0,2,4,6
/proc/14938/stat : 14938 (java) S 14936 14938 12979 0 -1 4202496 10893 0 1 0 816 49 0 0 20 0 18 0 283776549 9787842560 277166 33554432000 1073741824 1073778376 140734718156608 140734718147744 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14938/statm: 2389610 277166 2266 9 0 2380296 0
[pid=14938/tid=14940] ppid=14936 vsize=9558440 CPUtime=5.16 cores=0,2,4,6
/proc/14938/task/14940/stat : 14940 (java) R 14936 14938 12979 0 -1 4202560 3419 0 1 0 505 11 0 0 20 0 18 0 283776549 9787842560 277166 33554432000 1073741824 1073778376 140734718156608 139920992813072 139920857902105 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14938/tid=14941] ppid=14936 vsize=9558440 CPUtime=0.46 cores=0,2,4,6
/proc/14938/task/14941/stat : 14941 (java) S 14936 14938 12979 0 -1 4202560 337 0 0 0 40 6 0 0 20 0 18 0 283776550 9787842560 277166 33554432000 1073741824 1073778376 140734718156608 139920981883688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14942] ppid=14936 vsize=9558440 CPUtime=0.29 cores=0,2,4,6
/proc/14938/task/14942/stat : 14942 (java) S 14936 14938 12979 0 -1 4202560 183 0 0 0 24 5 0 0 20 0 18 0 283776550 9787842560 277166 33554432000 1073741824 1073778376 140734718156608 139920980830888 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14938/tid=14943] ppid=14936 vsize=9558440 CPUtime=0.34 cores=0,2,4,6
/proc/14938/task/14943/stat : 14943 (java) S 14936 14938 12979 0 -1 4202560 188 0 0 0 29 5 0 0 20 0 18 0 283776550 9787842560 277166 33554432000 1073741824 1073778376 140734718156608 139920979778600 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14938/tid=14944] ppid=14936 vsize=9558440 CPUtime=0.3 cores=0,2,4,6
/proc/14938/task/14944/stat : 14944 (java) S 14936 14938 12979 0 -1 4202560 988 0 0 0 26 4 0 0 20 0 18 0 283776550 9787842560 277166 33554432000 1073741824 1073778376 140734718156608 139920978725800 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14938/tid=14945] ppid=14936 vsize=9558440 CPUtime=0.3 cores=0,2,4,6
/proc/14938/task/14945/stat : 14945 (java) S 14936 14938 12979 0 -1 4202560 163 0 0 0 27 3 0 0 20 0 18 0 283776550 9787842560 277166 33554432000 1073741824 1073778376 140734718156608 139920977672488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14946] ppid=14936 vsize=9558440 CPUtime=0.38 cores=0,2,4,6
/proc/14938/task/14946/stat : 14946 (java) S 14936 14938 12979 0 -1 4202560 376 0 0 0 33 5 0 0 20 0 18 0 283776550 9787842560 277166 33554432000 1073741824 1073778376 140734718156608 139920976619688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14938/tid=14947] ppid=14936 vsize=9558440 CPUtime=0.33 cores=0,2,4,6
/proc/14938/task/14947/stat : 14947 (java) S 14936 14938 12979 0 -1 4202560 731 0 0 0 28 5 0 0 20 0 18 0 283776550 9787842560 277166 33554432000 1073741824 1073778376 140734718156608 139920829790760 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14938/tid=14948] ppid=14936 vsize=9558440 CPUtime=0.26 cores=0,2,4,6
/proc/14938/task/14948/stat : 14948 (java) S 14936 14938 12979 0 -1 4202560 782 0 0 0 21 5 0 0 20 0 18 0 283776550 9787842560 277166 33554432000 1073741824 1073778376 140734718156608 139920828737960 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14938/tid=14949] ppid=14936 vsize=9558440 CPUtime=0.37 cores=0,2,4,6
/proc/14938/task/14949/stat : 14949 (java) S 14936 14938 12979 0 -1 4202560 807 0 0 0 37 0 0 0 20 0 18 0 283776551 9787842560 277166 33554432000 1073741824 1073778376 140734718156608 139920816540392 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14950] ppid=14936 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/14938/task/14950/stat : 14950 (java) S 14936 14938 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 283776552 9787842560 277166 33554432000 1073741824 1073778376 140734718156608 139920815486456 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14951] ppid=14936 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/14938/task/14951/stat : 14951 (java) S 14936 14938 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 283776552 9787842560 277166 33554432000 1073741824 1073778376 140734718156608 139920814434056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14952] ppid=14936 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/14938/task/14952/stat : 14952 (java) S 14936 14938 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283776554 9787842560 277166 33554432000 1073741824 1073778376 140734718156608 139920813382544 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14953] ppid=14936 vsize=9558440 CPUtime=0.17 cores=0,2,4,6
/proc/14938/task/14953/stat : 14953 (java) S 14936 14938 12979 0 -1 4202560 814 0 0 0 17 0 0 0 20 0 18 0 283776554 9787842560 277166 33554432000 1073741824 1073778376 140734718156608 139920812329144 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14954] ppid=14936 vsize=9558440 CPUtime=0.14 cores=0,2,4,6
/proc/14938/task/14954/stat : 14954 (java) S 14936 14938 12979 0 -1 4202560 929 0 0 0 14 0 0 0 20 0 18 0 283776554 9787842560 277166 33554432000 1073741824 1073778376 140734718156608 139920811276344 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14938/tid=14955] ppid=14936 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/14938/task/14955/stat : 14955 (java) S 14936 14938 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283776554 9787842560 277166 33554432000 1073741824 1073778376 140734718156608 139920810224248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14938/tid=14956] ppid=14936 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/14938/task/14956/stat : 14956 (java) S 14936 14938 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283776554 9787842560 277166 33554432000 1073741824 1073778376 140734718156608 139920809171656 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.65
Current children cumulated vsize (KiB) 9558440

[startup+12.7006 s]
/proc/loadavg: 2.58 2.13 2.04 4/212 15072
/proc/meminfo: memFree=26705096/32873844 swapFree=7372/7372
[pid=14938] ppid=14936 vsize=9558440 CPUtime=19.16 cores=0,2,4,6
/proc/14938/stat : 14938 (java) S 14936 14938 12979 0 -1 4202496 21178 0 1 0 1784 132 0 0 20 0 18 0 283776549 9787842560 607135 33554432000 1073741824 1073778376 140734718156608 140734718147744 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14938/statm: 2389610 607135 2266 9 0 2380296 0
[pid=14938/tid=14940] ppid=14936 vsize=9558440 CPUtime=8.57 cores=0,2,4,6

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

[pid=14938/tid=14946] ppid=14936 vsize=9625004 CPUtime=7.26 cores=0,2,4,6
/proc/14938/task/14946/stat : 14946 (java) S 14936 14938 12979 0 -1 4202560 1971 0 0 0 690 36 0 0 20 0 19 0 283776550 9856004096 1097360 33554432000 1073741824 1073778376 140734718156608 139920976619688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14947] ppid=14936 vsize=9625004 CPUtime=6.77 cores=0,2,4,6
/proc/14938/task/14947/stat : 14947 (java) S 14936 14938 12979 0 -1 4202560 1350 0 0 0 646 31 0 0 20 0 19 0 283776550 9856004096 1097360 33554432000 1073741824 1073778376 140734718156608 139920829790760 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14948] ppid=14936 vsize=9625004 CPUtime=7.14 cores=0,2,4,6
/proc/14938/task/14948/stat : 14948 (java) S 14936 14938 12979 0 -1 4202560 3206 0 0 0 678 36 0 0 20 0 19 0 283776550 9856004096 1097360 33554432000 1073741824 1073778376 140734718156608 139920828737960 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14938/tid=14949] ppid=14936 vsize=9625004 CPUtime=95.08 cores=0,2,4,6
/proc/14938/task/14949/stat : 14949 (java) S 14936 14938 12979 0 -1 4202560 10887 0 0 0 9491 17 0 0 20 0 19 0 283776551 9856004096 1097360 33554432000 1073741824 1073778376 140734718156608 139920816540392 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14938/tid=14950] ppid=14936 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14938/task/14950/stat : 14950 (java) S 14936 14938 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283776552 9856004096 1097360 33554432000 1073741824 1073778376 140734718156608 139920815486456 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14951] ppid=14936 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14938/task/14951/stat : 14951 (java) S 14936 14938 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283776552 9856004096 1097360 33554432000 1073741824 1073778376 140734718156608 139920814434056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14952] ppid=14936 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14938/task/14952/stat : 14952 (java) S 14936 14938 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283776554 9856004096 1097360 33554432000 1073741824 1073778376 140734718156608 139920813382544 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14953] ppid=14936 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/14938/task/14953/stat : 14953 (java) S 14936 14938 12979 0 -1 4202560 3762 0 0 0 63 2 0 0 20 0 19 0 283776554 9856004096 1097360 33554432000 1073741824 1073778376 140734718156608 139920812329144 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14938/tid=14954] ppid=14936 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/14938/task/14954/stat : 14954 (java) S 14936 14938 12979 0 -1 4202560 3347 0 0 0 59 0 0 0 20 0 19 0 283776554 9856004096 1097360 33554432000 1073741824 1073778376 140734718156608 139920811276344 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14938/tid=14955] ppid=14936 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14938/task/14955/stat : 14955 (java) S 14936 14938 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283776554 9856004096 1097360 33554432000 1073741824 1073778376 140734718156608 139920810224248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14938/tid=14956] ppid=14936 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/14938/task/14956/stat : 14956 (java) S 14936 14938 12979 0 -1 4202560 95 0 0 0 30 30 0 0 20 0 19 0 283776554 9856004096 1097360 33554432000 1073741824 1073778376 140734718156608 139920809171656 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14938/tid=15073] ppid=14936 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14938/task/15073/stat : 15073 (java) S 14936 14938 12979 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283783499 9856004096 1097360 33554432000 1073741824 1073778376 140734718156608 139920808117672 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1705.07
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/214 15111
/proc/meminfo: memFree=23908948/32873844 swapFree=7372/7372
[pid=14938] ppid=14936 vsize=9625004 CPUtime=1765.55 cores=0,2,4,6
/proc/14938/stat : 14938 (java) S 14936 14938 12979 0 -1 4202496 41855 0 1 0 176221 334 0 0 20 0 19 0 283776549 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 140734718147744 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14938/statm: 2406251 1100944 2290 9 0 2396937 0
[pid=14938/tid=14940] ppid=14936 vsize=9625004 CPUtime=1609.19 cores=0,2,4,6
/proc/14938/task/14940/stat : 14940 (java) R 14936 14938 12979 0 -1 4202560 4631 0 1 0 160863 56 0 0 20 0 19 0 283776549 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920992821552 139920857786673 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14938/tid=14941] ppid=14936 vsize=9625004 CPUtime=7.22 cores=0,2,4,6
/proc/14938/task/14941/stat : 14941 (java) S 14936 14938 12979 0 -1 4202560 2136 0 0 0 692 30 0 0 20 0 19 0 283776550 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920981883688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14938/tid=14942] ppid=14936 vsize=9625004 CPUtime=7.01 cores=0,2,4,6
/proc/14938/task/14942/stat : 14942 (java) S 14936 14938 12979 0 -1 4202560 2173 0 0 0 668 33 0 0 20 0 19 0 283776550 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920980830888 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14943] ppid=14936 vsize=9625004 CPUtime=6.99 cores=0,2,4,6
/proc/14938/task/14943/stat : 14943 (java) S 14936 14938 12979 0 -1 4202560 2848 0 0 0 665 34 0 0 20 0 19 0 283776550 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920979778600 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14938/tid=14944] ppid=14936 vsize=9625004 CPUtime=7.3 cores=0,2,4,6
/proc/14938/task/14944/stat : 14944 (java) S 14936 14938 12979 0 -1 4202560 1719 0 0 0 699 31 0 0 20 0 19 0 283776550 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920978725800 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14938/tid=14945] ppid=14936 vsize=9625004 CPUtime=6.99 cores=0,2,4,6
/proc/14938/task/14945/stat : 14945 (java) S 14936 14938 12979 0 -1 4202560 2535 0 0 0 667 32 0 0 20 0 19 0 283776550 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920977672488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14938/tid=14946] ppid=14936 vsize=9625004 CPUtime=7.33 cores=0,2,4,6
/proc/14938/task/14946/stat : 14946 (java) S 14936 14938 12979 0 -1 4202560 1971 0 0 0 697 36 0 0 20 0 19 0 283776550 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920976619688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14938/tid=14947] ppid=14936 vsize=9625004 CPUtime=6.9 cores=0,2,4,6
/proc/14938/task/14947/stat : 14947 (java) S 14936 14938 12979 0 -1 4202560 1350 0 0 0 659 31 0 0 20 0 19 0 283776550 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920829790760 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14948] ppid=14936 vsize=9625004 CPUtime=7.23 cores=0,2,4,6
/proc/14938/task/14948/stat : 14948 (java) S 14936 14938 12979 0 -1 4202560 3206 0 0 0 687 36 0 0 20 0 19 0 283776550 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920828737960 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14938/tid=14949] ppid=14936 vsize=9625004 CPUtime=97.97 cores=0,2,4,6
/proc/14938/task/14949/stat : 14949 (java) S 14936 14938 12979 0 -1 4202560 10896 0 0 0 9780 17 0 0 20 0 19 0 283776551 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920816540392 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14938/tid=14950] ppid=14936 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14938/task/14950/stat : 14950 (java) S 14936 14938 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283776552 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920815486456 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14951] ppid=14936 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14938/task/14951/stat : 14951 (java) S 14936 14938 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283776552 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920814434056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14952] ppid=14936 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14938/task/14952/stat : 14952 (java) S 14936 14938 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283776554 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920813382544 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14953] ppid=14936 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/14938/task/14953/stat : 14953 (java) S 14936 14938 12979 0 -1 4202560 3762 0 0 0 63 2 0 0 20 0 19 0 283776554 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920812329144 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14938/tid=14954] ppid=14936 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/14938/task/14954/stat : 14954 (java) S 14936 14938 12979 0 -1 4202560 3347 0 0 0 59 0 0 0 20 0 19 0 283776554 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920811276344 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14938/tid=14955] ppid=14936 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14938/task/14955/stat : 14955 (java) S 14936 14938 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283776554 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920810224248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14938/tid=14956] ppid=14936 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/14938/task/14956/stat : 14956 (java) S 14936 14938 12979 0 -1 4202560 99 0 0 0 31 31 0 0 20 0 19 0 283776554 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920809171656 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14938/tid=15073] ppid=14936 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14938/task/15073/stat : 15073 (java) S 14936 14938 12979 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283783499 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920808117672 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1765.55
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1756.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 15111
/proc/meminfo: memFree=23913352/32873844 swapFree=7372/7372
[pid=14938] ppid=14936 vsize=9625004 CPUtime=1800.09 cores=0,2,4,6
/proc/14938/stat : 14938 (java) S 14936 14938 12979 0 -1 4202496 41860 0 1 0 179674 335 0 0 20 0 19 0 283776549 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 140734718147744 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14938/statm: 2406251 1100944 2290 9 0 2396937 0
[pid=14938/tid=14940] ppid=14936 vsize=9625004 CPUtime=1643 cores=0,2,4,6
/proc/14938/task/14940/stat : 14940 (java) R 14936 14938 12979 0 -1 4202560 4632 0 1 0 164244 56 0 0 20 0 19 0 283776549 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920992820560 139920858240500 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14941] ppid=14936 vsize=9625004 CPUtime=7.33 cores=0,2,4,6
/proc/14938/task/14941/stat : 14941 (java) S 14936 14938 12979 0 -1 4202560 2136 0 0 0 703 30 0 0 20 0 19 0 283776550 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920981883688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14938/tid=14942] ppid=14936 vsize=9625004 CPUtime=7.1 cores=0,2,4,6
/proc/14938/task/14942/stat : 14942 (java) S 14936 14938 12979 0 -1 4202560 2173 0 0 0 677 33 0 0 20 0 19 0 283776550 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920980830888 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14943] ppid=14936 vsize=9625004 CPUtime=7.04 cores=0,2,4,6
/proc/14938/task/14943/stat : 14943 (java) S 14936 14938 12979 0 -1 4202560 2848 0 0 0 670 34 0 0 20 0 19 0 283776550 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920979778600 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14944] ppid=14936 vsize=9625004 CPUtime=7.34 cores=0,2,4,6
/proc/14938/task/14944/stat : 14944 (java) S 14936 14938 12979 0 -1 4202560 1719 0 0 0 703 31 0 0 20 0 19 0 283776550 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920978725800 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14938/tid=14945] ppid=14936 vsize=9625004 CPUtime=7.04 cores=0,2,4,6
/proc/14938/task/14945/stat : 14945 (java) S 14936 14938 12979 0 -1 4202560 2535 0 0 0 672 32 0 0 20 0 19 0 283776550 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920977672488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14946] ppid=14936 vsize=9625004 CPUtime=7.37 cores=0,2,4,6
/proc/14938/task/14946/stat : 14946 (java) S 14936 14938 12979 0 -1 4202560 1971 0 0 0 701 36 0 0 20 0 19 0 283776550 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920976619688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14947] ppid=14936 vsize=9625004 CPUtime=7.07 cores=0,2,4,6
/proc/14938/task/14947/stat : 14947 (java) S 14936 14938 12979 0 -1 4202560 1350 0 0 0 676 31 0 0 20 0 19 0 283776550 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920829790760 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14948] ppid=14936 vsize=9625004 CPUtime=7.41 cores=0,2,4,6
/proc/14938/task/14948/stat : 14948 (java) S 14936 14938 12979 0 -1 4202560 3206 0 0 0 705 36 0 0 20 0 19 0 283776550 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920828737960 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14949] ppid=14936 vsize=9625004 CPUtime=97.98 cores=0,2,4,6
/proc/14938/task/14949/stat : 14949 (java) S 14936 14938 12979 0 -1 4202560 10898 0 0 0 9781 17 0 0 20 0 19 0 283776551 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920816540392 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14938/tid=14950] ppid=14936 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14938/task/14950/stat : 14950 (java) S 14936 14938 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283776552 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920815486456 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14951] ppid=14936 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14938/task/14951/stat : 14951 (java) S 14936 14938 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283776552 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920814434056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14952] ppid=14936 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14938/task/14952/stat : 14952 (java) S 14936 14938 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283776554 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920813382544 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14953] ppid=14936 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/14938/task/14953/stat : 14953 (java) S 14936 14938 12979 0 -1 4202560 3762 0 0 0 63 2 0 0 20 0 19 0 283776554 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920812329144 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14938/tid=14954] ppid=14936 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/14938/task/14954/stat : 14954 (java) S 14936 14938 12979 0 -1 4202560 3347 0 0 0 59 0 0 0 20 0 19 0 283776554 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920811276344 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14938/tid=14955] ppid=14936 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14938/task/14955/stat : 14955 (java) S 14936 14938 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283776554 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920810224248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14938/tid=14956] ppid=14936 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/14938/task/14956/stat : 14956 (java) S 14936 14938 12979 0 -1 4202560 101 0 0 0 31 32 0 0 20 0 19 0 283776554 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920809171656 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14938/tid=15073] ppid=14936 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14938/task/15073/stat : 15073 (java) S 14936 14938 12979 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283783499 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920808117672 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1756.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 15111
/proc/meminfo: memFree=23913352/32873844 swapFree=7372/7372
[pid=14938] ppid=14936 vsize=9625004 CPUtime=1800.09 cores=0,2,4,6
/proc/14938/stat : 14938 (java) S 14936 14938 12979 0 -1 4202496 41860 0 1 0 179674 335 0 0 20 0 19 0 283776549 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 140734718147744 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14938/statm: 2406251 1100944 2290 9 0 2396937 0
[pid=14938/tid=14940] ppid=14936 vsize=9625004 CPUtime=1643 cores=0,2,4,6
/proc/14938/task/14940/stat : 14940 (java) R 14936 14938 12979 0 -1 4202560 4632 0 1 0 164244 56 0 0 20 0 19 0 283776549 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920992820560 139920858240500 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14941] ppid=14936 vsize=9625004 CPUtime=7.33 cores=0,2,4,6
/proc/14938/task/14941/stat : 14941 (java) S 14936 14938 12979 0 -1 4202560 2136 0 0 0 703 30 0 0 20 0 19 0 283776550 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920981883688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14938/tid=14942] ppid=14936 vsize=9625004 CPUtime=7.1 cores=0,2,4,6
/proc/14938/task/14942/stat : 14942 (java) S 14936 14938 12979 0 -1 4202560 2173 0 0 0 677 33 0 0 20 0 19 0 283776550 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920980830888 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14943] ppid=14936 vsize=9625004 CPUtime=7.04 cores=0,2,4,6
/proc/14938/task/14943/stat : 14943 (java) S 14936 14938 12979 0 -1 4202560 2848 0 0 0 670 34 0 0 20 0 19 0 283776550 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920979778600 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14944] ppid=14936 vsize=9625004 CPUtime=7.34 cores=0,2,4,6
/proc/14938/task/14944/stat : 14944 (java) S 14936 14938 12979 0 -1 4202560 1719 0 0 0 703 31 0 0 20 0 19 0 283776550 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920978725800 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14938/tid=14945] ppid=14936 vsize=9625004 CPUtime=7.04 cores=0,2,4,6
/proc/14938/task/14945/stat : 14945 (java) S 14936 14938 12979 0 -1 4202560 2535 0 0 0 672 32 0 0 20 0 19 0 283776550 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920977672488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14946] ppid=14936 vsize=9625004 CPUtime=7.37 cores=0,2,4,6
/proc/14938/task/14946/stat : 14946 (java) S 14936 14938 12979 0 -1 4202560 1971 0 0 0 701 36 0 0 20 0 19 0 283776550 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920976619688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14947] ppid=14936 vsize=9625004 CPUtime=7.07 cores=0,2,4,6
/proc/14938/task/14947/stat : 14947 (java) S 14936 14938 12979 0 -1 4202560 1350 0 0 0 676 31 0 0 20 0 19 0 283776550 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920829790760 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14948] ppid=14936 vsize=9625004 CPUtime=7.41 cores=0,2,4,6
/proc/14938/task/14948/stat : 14948 (java) S 14936 14938 12979 0 -1 4202560 3206 0 0 0 705 36 0 0 20 0 19 0 283776550 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920828737960 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14949] ppid=14936 vsize=9625004 CPUtime=97.98 cores=0,2,4,6
/proc/14938/task/14949/stat : 14949 (java) S 14936 14938 12979 0 -1 4202560 10898 0 0 0 9781 17 0 0 20 0 19 0 283776551 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920816540392 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14938/tid=14950] ppid=14936 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14938/task/14950/stat : 14950 (java) S 14936 14938 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283776552 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920815486456 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14951] ppid=14936 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14938/task/14951/stat : 14951 (java) S 14936 14938 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283776552 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920814434056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14952] ppid=14936 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14938/task/14952/stat : 14952 (java) S 14936 14938 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283776554 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920813382544 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14938/tid=14953] ppid=14936 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/14938/task/14953/stat : 14953 (java) S 14936 14938 12979 0 -1 4202560 3762 0 0 0 63 2 0 0 20 0 19 0 283776554 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920812329144 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14938/tid=14954] ppid=14936 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/14938/task/14954/stat : 14954 (java) S 14936 14938 12979 0 -1 4202560 3347 0 0 0 59 0 0 0 20 0 19 0 283776554 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920811276344 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14938/tid=14955] ppid=14936 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14938/task/14955/stat : 14955 (java) S 14936 14938 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283776554 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920810224248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14938/tid=14956] ppid=14936 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/14938/task/14956/stat : 14956 (java) S 14936 14938 12979 0 -1 4202560 101 0 0 0 31 32 0 0 20 0 19 0 283776554 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920809171656 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14938/tid=15073] ppid=14936 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14938/task/15073/stat : 15073 (java) S 14936 14938 12979 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283783499 9856004096 1100944 33554432000 1073741824 1073778376 140734718156608 139920808117672 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1756.36
CPU time (s): 1800.88
CPU user time (s): 1797.03
CPU system time (s): 3.85141
CPU usage (%): 102.535
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.03
system time used= 3.85141
maximum resident set size= 4404016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41925
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48674
involuntary context switches= 91547

runsolver used 5.68014 second user time and 14.3838 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-28 05:41:45
IDJOB=3710211
IDBENCH=71856
IDSOLVER=2289
FILE ID=node118/3710211-1338176502
RUNJOBID= node118-1338156758-12995
PBS_JOBID= 14624527
Free space on /tmp= 71580 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_3000_5__126_2812__128.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710211-1338176502/watcher-3710211-1338176502 -o /tmp/evaluation-result-3710211-1338176502/solver-3710211-1338176502 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710211-1338176502.opb

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

MD5SUM BENCH= 0410437de856f7fa960cd93e57bf101c
RANDOM SEED=1542359978

node118.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.212
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.42
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.212
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	: 5438.55
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.212
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.212
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.212
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	: 5320.68
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.212
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.212
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.212
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:       32873844 kB
MemFree:        30819176 kB
Buffers:          379700 kB
Cached:           590004 kB
SwapCached:            0 kB
Active:           845356 kB
Inactive:         370360 kB
Active(anon):     236100 kB
Inactive(anon):    11320 kB
Active(file):     609256 kB
Inactive(file):   359040 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             94056 kB
Writeback:             0 kB
AnonPages:        252376 kB
Mapped:            20044 kB
Shmem:               200 kB
Slab:             698408 kB
SReclaimable:     139484 kB
SUnreclaim:       558924 kB
KernelStack:        1592 kB
PageTables:         4716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     701204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    217088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71576 MiB
End job on node118 at 2012-05-28 06:11:03