Trace number 3455389

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 Res//CP 2.3.0? (TO) 1800.36 912.404

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__512.opb
MD5SUM7d1adc3133a79c22930d70932a76965e
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2560998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint512
Maximum length of a constraint20993
Number of terms in the objective function 2560000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 87925664256
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 87925664256
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3455389-1307196433.opb
0.10/0.11	c reading problem ... 
61.05/44.75	c ... done. Wall clock time 44.641s.
61.05/44.75	c #vars     2560998
61.05/44.75	c #constraints  7000
61.05/44.75	c constraints type 
61.05/44.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
61.05/44.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 5002
61.05/44.75	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1996
61.05/44.75	c constraints type 
61.05/44.75	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
61.05/44.75	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5002
61.05/44.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1996
557.53/290.99	c cleaning 2814 clauses out of 5628 with flag 5628/5628
1194.03/609.13	c cleaning 4478 clauses out of 8955 with flag 11769/11769
1800.04/912.14	c starts		: 25
1800.04/912.14	c conflicts		: 17811
1800.04/912.14	c decisions		: 59851103
1800.04/912.14	c propagations		: 64569205
1800.04/912.14	c inspects		: 141507663
1800.04/912.14	c shortcuts		: 0
1800.04/912.14	c learnt literals	: 0
1800.04/912.14	c learnt binary clauses	: 0
1800.04/912.14	c learnt ternary clauses	: 0
1800.04/912.14	c learnt constraints	: 17811
1800.04/912.14	c ignored constraints	: 0
1800.04/912.14	c root simplifications	: 0
1800.04/912.14	c removed literals (reason simplification)	: 25
1800.04/912.14	c reason swapping (by a shorter reason)	: 0
1800.04/912.14	c Calls to reduceDB	: 2
1800.04/912.14	c number of reductions to clauses (during analyze)	: 0
1800.04/912.14	c number of learned constraints concerned by reduction	: 0
1800.04/912.14	c number of learning phase by resolution	: 0
1800.04/912.14	c number of learning phase by cutting planes	: 0
1800.04/912.14	c speed (assignments/second)	: 74442.34423061847
1800.04/912.14	c non guided choices	44532021
1800.04/912.14	c learnt constraints type 
1800.04/912.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10519
1800.04/912.14	c constraints type 
1800.04/912.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
1800.04/912.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 5002
1800.04/912.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1996
1800.04/912.14	c constraints type 
1800.04/912.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1800.04/912.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5002
1800.04/912.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1996
1800.04/912.14	s UNKNOWN
1800.04/912.14	c Total wall clock time (in seconds): 912.038

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3455389-1307196433/watcher-3455389-1307196433 -o /tmp/evaluation-result-3455389-1307196433/solver-3455389-1307196433 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455389-1307196433.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.40 3.29 3.56 4/457 1660
/proc/meminfo: memFree=19839648/32951124 swapFree=60787360/67111528
[pid=1660] ppid=1658 vsize=28436 CPUtime=0 cores=0,2,4,6
/proc/1660/stat : 1660 (java) S 1658 1660 1598 0 -1 4202496 1188 0 0 0 0 0 0 0 22 0 2 0 831241672 29118464 916 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389104101 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/1660/statm: 7645 920 699 9 0 383 0
[pid=1660/tid=1661] ppid=1658 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1661/stat : 1661 (java) R 1658 1660 1598 0 -1 4202560 5202 0 1 0 0 0 0 0 24 0 2 0 831241672 10694979584 6019 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255376995387 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0941851 s]
/proc/loadavg: 2.40 3.29 3.56 4/457 1660
/proc/meminfo: memFree=19839648/32951124 swapFree=60787360/67111528
[pid=1660] ppid=1658 vsize=10540456 CPUtime=0.09 cores=0,2,4,6
/proc/1660/stat : 1660 (java) S 1658 1660 1598 0 -1 4202496 13030 0 1 0 8 1 0 0 22 0 18 0 831241672 10793426944 12702 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1660/statm: 2635114 12703 2092 9 0 2625848 0
[pid=1660/tid=1661] ppid=1658 vsize=10540456 CPUtime=0.08 cores=0,2,4,6
/proc/1660/task/1661/stat : 1661 (java) R 1658 1660 1598 0 -1 4202560 11074 0 1 0 7 1 0 0 18 0 18 0 831241672 10793426944 12703 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389128139 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540456

[startup+0.10117 s]
/proc/loadavg: 2.40 3.29 3.56 4/457 1660
/proc/meminfo: memFree=19839648/32951124 swapFree=60787360/67111528
[pid=1660] ppid=1658 vsize=10540456 CPUtime=0.1 cores=0,2,4,6
/proc/1660/stat : 1660 (java) S 1658 1660 1598 0 -1 4202496 13158 0 1 0 9 1 0 0 22 0 18 0 831241672 10793426944 12830 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1660/statm: 2635114 12830 2092 9 0 2625848 0
[pid=1660/tid=1661] ppid=1658 vsize=10540456 CPUtime=0.08 cores=0,2,4,6
/proc/1660/task/1661/stat : 1661 (java) R 1658 1660 1598 0 -1 4202560 11201 0 1 0 7 1 0 0 18 0 18 0 831241672 10793426944 12830 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 47431366582442 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540456

[startup+0.301115 s]
/proc/loadavg: 2.40 3.29 3.56 4/457 1660
/proc/meminfo: memFree=19839648/32951124 swapFree=60787360/67111528
[pid=1660] ppid=1658 vsize=10541460 CPUtime=0.45 cores=0,2,4,6
/proc/1660/stat : 1660 (java) S 1658 1660 1598 0 -1 4202496 44624 0 1 0 39 6 0 0 22 0 18 0 831241672 10794455040 44080 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1660/statm: 2635365 44083 2198 9 0 2626099 0
[pid=1660/tid=1661] ppid=1658 vsize=10541460 CPUtime=0.28 cores=0,2,4,6
/proc/1660/task/1661/stat : 1661 (java) R 1658 1660 1598 0 -1 4202560 41914 0 1 0 22 6 0 0 18 0 18 0 831241672 10794455040 44084 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 46912505547934 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 10541460

[startup+0.701091 s]
/proc/loadavg: 2.40 3.29 3.56 4/457 1660
/proc/meminfo: memFree=19839648/32951124 swapFree=60787360/67111528
[pid=1660] ppid=1658 vsize=10541460 CPUtime=0.86 cores=0,2,4,6
/proc/1660/stat : 1660 (java) S 1658 1660 1598 0 -1 4202496 73633 0 1 0 75 11 0 0 22 0 18 0 831241672 10794455040 73089 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1660/statm: 2635365 73093 2199 9 0 2626099 0
[pid=1660/tid=1661] ppid=1658 vsize=10541460 CPUtime=0.68 cores=0,2,4,6
/proc/1660/task/1661/stat : 1661 (java) R 1658 1660 1598 0 -1 4202560 70918 0 1 0 58 10 0 0 18 0 18 0 831241672 10794455040 73094 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 46912505548086 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 10541460

[startup+1.50096 s]
/proc/loadavg: 2.40 3.29 3.56 4/475 1678
/proc/meminfo: memFree=19463600/32951124 swapFree=60787360/67111528
[pid=1660] ppid=1658 vsize=10541460 CPUtime=1.65 cores=0,2,4,6
/proc/1660/stat : 1660 (java) S 1658 1660 1598 0 -1 4202496 130053 0 1 0 148 17 0 0 22 0 18 0 831241672 10794455040 129509 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1660/statm: 2635365 129512 2199 9 0 2626099 0
[pid=1660/tid=1661] ppid=1658 vsize=10541460 CPUtime=1.48 cores=0,2,4,6
/proc/1660/task/1661/stat : 1661 (java) R 1658 1660 1598 0 -1 4202560 127338 0 1 0 131 17 0 0 19 0 18 0 831241672 10794455040 129514 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 46912505575224 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1660/tid=1663] ppid=1658 vsize=10541460 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1663/stat : 1663 (java) S 1658 1660 1598 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831241674 10794455040 129516 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 4 0 0 0
[pid=1660/tid=1664] ppid=1658 vsize=10541460 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1664/stat : 1664 (java) S 1658 1660 1598 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 831241674 10794455040 129518 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 4 0 0 0
[pid=1660/tid=1665] ppid=1658 vsize=10541460 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1665/stat : 1665 (java) S 1658 1660 1598 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831241674 10794455040 129520 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 4 0 0 0
[pid=1660/tid=1666] ppid=1658 vsize=10541460 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1666/stat : 1666 (java) S 1658 1660 1598 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831241674 10794455040 129522 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 4 0 0 0
[pid=1660/tid=1667] ppid=1658 vsize=10541460 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1667/stat : 1667 (java) S 1658 1660 1598 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831241674 10794455040 129523 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 4 0 0 0
[pid=1660/tid=1668] ppid=1658 vsize=10541460 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1668/stat : 1668 (java) S 1658 1660 1598 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831241674 10794455040 129525 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 4 0 0 0
[pid=1660/tid=1669] ppid=1658 vsize=10541460 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1669/stat : 1669 (java) S 1658 1660 1598 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831241674 10794455040 129527 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 6 0 0 0
[pid=1660/tid=1670] ppid=1658 vsize=10541460 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1670/stat : 1670 (java) S 1658 1660 1598 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831241674 10794455040 129529 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 6 0 0 0
[pid=1660/tid=1671] ppid=1658 vsize=10541460 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1671/stat : 1671 (java) S 1658 1660 1598 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 831241675 10794455040 129531 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117952 0 0 0 16800975 18446604441187594560 0 0 -1 2 0 0 0
[pid=1660/tid=1672] ppid=1658 vsize=10541460 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1672/stat : 1672 (java) S 1658 1660 1598 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 831241675 10794455040 129533 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 2 0 0 0
[pid=1660/tid=1673] ppid=1658 vsize=10541460 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1673/stat : 1673 (java) S 1658 1660 1598 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 831241675 10794455040 129535 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 2 0 0 0
[pid=1660/tid=1674] ppid=1658 vsize=10541460 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1674/stat : 1674 (java) S 1658 1660 1598 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831241677 10794455040 129537 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389125041 0 4 0 16800975 18446604441187594560 0 0 -1 2 0 0 0
[pid=1660/tid=1675] ppid=1658 vsize=10541460 CPUtime=0.09 cores=0,2,4,6
/proc/1660/task/1675/stat : 1675 (java) S 1658 1660 1598 0 -1 4202560 750 0 0 0 9 0 0 0 25 0 18 0 831241677 10794455040 129539 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 6 0 0 0
[pid=1660/tid=1676] ppid=1658 vsize=10541460 CPUtime=0.07 cores=0,2,4,6
/proc/1660/task/1676/stat : 1676 (java) S 1658 1660 1598 0 -1 4202560 820 0 0 0 7 0 0 0 16 0 18 0 831241677 10794455040 129541 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 4 0 0 0
[pid=1660/tid=1677] ppid=1658 vsize=10541460 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1677/stat : 1677 (java) S 1658 1660 1598 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831241677 10794455040 129543 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 2 0 0 0
[pid=1660/tid=1678] ppid=1658 vsize=10541460 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1678/stat : 1678 (java) S 1658 1660 1598 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 831241677 10794455040 129545 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117952 0 4 0 16800975 18446604441187594560 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 10541460

[startup+3.10062 s]
/proc/loadavg: 2.40 3.29 3.56 4/475 1678
/proc/meminfo: memFree=18929408/32951124 swapFree=60787360/67111528
[pid=1660] ppid=1658 vsize=10541460 CPUtime=3.26 cores=0,2,4,6
/proc/1660/stat : 1660 (java) S 1658 1660 1598 0 -1 4202496 244883 0 1 0 293 33 0 0 22 0 18 0 831241672 10794455040 244339 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1660/statm: 2635365 244340 2203 9 0 2626099 0
[pid=1660/tid=1661] ppid=1658 vsize=10541460 CPUtime=3.08 cores=0,2,4,6
/proc/1660/task/1661/stat : 1661 (java) R 1658 1660 1598 0 -1 4202560 242161 0 1 0 276 32 0 0 25 0 18 0 831241672 10794455040 244341 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 46912505575134 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1660/tid=1663] ppid=1658 vsize=10541460 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1663/stat : 1663 (java) S 1658 1660 1598 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831241674 10794455040 244343 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 4 0 0 0
[pid=1660/tid=1664] ppid=1658 vsize=10541460 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1664/stat : 1664 (java) S 1658 1660 1598 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 831241674 10794455040 244345 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 4 0 0 0
[pid=1660/tid=1665] ppid=1658 vsize=10541460 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1665/stat : 1665 (java) S 1658 1660 1598 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831241674 10794455040 244347 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 4 0 0 0
[pid=1660/tid=1666] ppid=1658 vsize=10541460 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1666/stat : 1666 (java) S 1658 1660 1598 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831241674 10794455040 244349 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 4 0 0 0
[pid=1660/tid=1667] ppid=1658 vsize=10541460 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1667/stat : 1667 (java) S 1658 1660 1598 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831241674 10794455040 244350 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 4 0 0 0
[pid=1660/tid=1668] ppid=1658 vsize=10541460 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1668/stat : 1668 (java) S 1658 1660 1598 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831241674 10794455040 244352 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 4 0 0 0
[pid=1660/tid=1669] ppid=1658 vsize=10541460 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1669/stat : 1669 (java) S 1658 1660 1598 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831241674 10794455040 244354 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 6 0 0 0
[pid=1660/tid=1670] ppid=1658 vsize=10541460 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1670/stat : 1670 (java) S 1658 1660 1598 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831241674 10794455040 244356 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 6 0 0 0
[pid=1660/tid=1671] ppid=1658 vsize=10541460 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1671/stat : 1671 (java) S 1658 1660 1598 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 831241675 10794455040 244358 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117952 0 0 0 16800975 18446604441187594560 0 0 -1 2 0 0 0
[pid=1660/tid=1672] ppid=1658 vsize=10541460 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1672/stat : 1672 (java) S 1658 1660 1598 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 831241675 10794455040 244359 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 2 0 0 0
[pid=1660/tid=1673] ppid=1658 vsize=10541460 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1673/stat : 1673 (java) S 1658 1660 1598 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 831241675 10794455040 244361 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 2 0 0 0
[pid=1660/tid=1674] ppid=1658 vsize=10541460 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1674/stat : 1674 (java) S 1658 1660 1598 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831241677 10794455040 244363 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389125041 0 4 0 16800975 18446604441187594560 0 0 -1 2 0 0 0
[pid=1660/tid=1675] ppid=1658 vsize=10541460 CPUtime=0.09 cores=0,2,4,6
/proc/1660/task/1675/stat : 1675 (java) S 1658 1660 1598 0 -1 4202560 754 0 0 0 9 0 0 0 18 0 18 0 831241677 10794455040 244365 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 6 0 0 0
[pid=1660/tid=1676] ppid=1658 vsize=10541460 CPUtime=0.07 cores=0,2,4,6
/proc/1660/task/1676/stat : 1676 (java) S 1658 1660 1598 0 -1 4202560 820 0 0 0 7 0 0 0 16 0 18 0 831241677 10794455040 244367 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 4 0 0 0
[pid=1660/tid=1677] ppid=1658 vsize=10541460 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1677/stat : 1677 (java) S 1658 1660 1598 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831241677 10794455040 244369 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 2 0 0 0
[pid=1660/tid=1678] ppid=1658 vsize=10541460 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1678/stat : 1678 (java) S 1658 1660 1598 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 831241677 10794455040 244370 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117952 0 4 0 16800975 18446604441187594560 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 10541460

[startup+6.30107 s]
/proc/loadavg: 2.44 3.29 3.56 4/475 1678
/proc/meminfo: memFree=17508756/32951124 swapFree=60787360/67111528
[pid=1660] ppid=1658 vsize=10543724 CPUtime=6.77 cores=0,2,4,6
/proc/1660/stat : 1660 (java) S 1658 1660 1598 0 -1 4202496 545124 0 1 0 608 69 0 0 22 0 18 0 831241672 10796773376 543444 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1660/statm: 2635931 543444 2216 9 0 2626665 0
[pid=1660/tid=1661] ppid=1658 vsize=10543724 CPUtime=6.28 cores=0,2,4,6
/proc/1660/task/1661/stat : 1661 (java) R 1658 1660 1598 0 -1 4202560 540203 0 1 0 560 68 0 0 25 0 18 0 831241672 10796773376 543444 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 46912505704723 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1660/tid=1663] ppid=1658 vsize=10543724 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1663/stat : 1663 (java) S 1658 1660 1598 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831241674 10796773376 543444 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 4 0 0 0
[pid=1660/tid=1664] ppid=1658 vsize=10543724 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1664/stat : 1664 (java) S 1658 1660 1598 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 831241674 10796773376 543444 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 4 0 0 0
[pid=1660/tid=1665] ppid=1658 vsize=10543724 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1665/stat : 1665 (java) S 1658 1660 1598 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831241674 10796773376 543444 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 4 0 0 0
[pid=1660/tid=1666] ppid=1658 vsize=10543724 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1666/stat : 1666 (java) S 1658 1660 1598 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831241674 10796773376 543444 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 4 0 0 0
[pid=1660/tid=1667] ppid=1658 vsize=10543724 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1667/stat : 1667 (java) S 1658 1660 1598 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831241674 10796773376 543444 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 4 0 0 0
[pid=1660/tid=1668] ppid=1658 vsize=10543724 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1668/stat : 1668 (java) S 1658 1660 1598 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831241674 10796773376 543444 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 4 0 0 0
[pid=1660/tid=1669] ppid=1658 vsize=10543724 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1669/stat : 1669 (java) S 1658 1660 1598 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831241674 10796773376 543444 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 6 0 0 0
[pid=1660/tid=1670] ppid=1658 vsize=10543724 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1670/stat : 1670 (java) S 1658 1660 1598 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831241674 10796773376 543444 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 6 0 0 0
[pid=1660/tid=1671] ppid=1658 vsize=10543724 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1671/stat : 1671 (java) S 1658 1660 1598 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 831241675 10796773376 543444 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117952 0 0 0 16800975 18446604441187594560 0 0 -1 2 0 0 0
[pid=1660/tid=1672] ppid=1658 vsize=10543724 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1672/stat : 1672 (java) S 1658 1660 1598 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 831241675 10796773376 543444 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 2 0 0 0
[pid=1660/tid=1673] ppid=1658 vsize=10543724 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1673/stat : 1673 (java) S 1658 1660 1598 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 831241675 10796773376 543444 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 2 0 0 0
[pid=1660/tid=1674] ppid=1658 vsize=10543724 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1674/stat : 1674 (java) S 1658 1660 1598 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831241677 10796773376 543444 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389125041 0 4 0 16800975 18446604441187594560 0 0 -1 2 0 0 0
[pid=1660/tid=1675] ppid=1658 vsize=10543724 CPUtime=0.25 cores=0,2,4,6
/proc/1660/task/1675/stat : 1675 (java) S 1658 1660 1598 0 -1 4202560 2430 0 0 0 25 0 0 0 16 0 18 0 831241677 10796773376 543444 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 6 0 0 0
[pid=1660/tid=1676] ppid=1658 vsize=10543724 CPUtime=0.22 cores=0,2,4,6
/proc/1660/task/1676/stat : 1676 (java) S 1658 1660 1598 0 -1 4202560 1337 0 0 0 22 0 0 0 15 0 18 0 831241677 10796773376 543444 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 4 0 0 0
[pid=1660/tid=1677] ppid=1658 vsize=10543724 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1677/stat : 1677 (java) S 1658 1660 1598 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831241677 10796773376 543444 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 2 0 0 0
[pid=1660/tid=1678] ppid=1658 vsize=10543724 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1678/stat : 1678 (java) S 1658 1660 1598 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 831241677 10796773376 543444 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117952 0 4 0 16800975 18446604441187594560 0 0 -1 6 0 0 0

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

/proc/1660/task/1663/stat : 1663 (java) S 1658 1660 1598 0 -1 4202560 125740 0 0 0 484 21 0 0 16 0 22 0 831241674 10869825536 1655758 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 0 0 0 0
[pid=1660/tid=1664] ppid=1658 vsize=10615064 CPUtime=4.34 cores=0,2,4,6
/proc/1660/task/1664/stat : 1664 (java) S 1658 1660 1598 0 -1 4202560 84206 0 0 0 420 14 0 0 16 0 22 0 831241674 10869825536 1655758 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 2 0 0 0
[pid=1660/tid=1665] ppid=1658 vsize=10615064 CPUtime=5.31 cores=0,2,4,6
/proc/1660/task/1665/stat : 1665 (java) S 1658 1660 1598 0 -1 4202560 126732 0 0 0 514 17 0 0 16 0 22 0 831241674 10869825536 1655758 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 6 0 0 0
[pid=1660/tid=1666] ppid=1658 vsize=10615064 CPUtime=5.09 cores=0,2,4,6
/proc/1660/task/1666/stat : 1666 (java) S 1658 1660 1598 0 -1 4202560 154858 0 0 0 484 25 0 0 16 0 22 0 831241674 10869825536 1655758 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 0 0 0 0
[pid=1660/tid=1667] ppid=1658 vsize=10615064 CPUtime=5.38 cores=0,2,4,6
/proc/1660/task/1667/stat : 1667 (java) S 1658 1660 1598 0 -1 4202560 131091 0 0 0 517 21 0 0 16 0 22 0 831241674 10869825536 1655758 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 4 0 0 0
[pid=1660/tid=1668] ppid=1658 vsize=10615064 CPUtime=5 cores=0,2,4,6
/proc/1660/task/1668/stat : 1668 (java) S 1658 1660 1598 0 -1 4202560 114703 0 0 0 483 17 0 0 16 0 22 0 831241674 10869825536 1655758 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 6 0 0 0
[pid=1660/tid=1669] ppid=1658 vsize=10615064 CPUtime=5.06 cores=0,2,4,6
/proc/1660/task/1669/stat : 1669 (java) S 1658 1660 1598 0 -1 4202560 93898 0 0 0 489 17 0 0 16 0 22 0 831241674 10869825536 1655758 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 0 0 0 0
[pid=1660/tid=1670] ppid=1658 vsize=10615064 CPUtime=5.12 cores=0,2,4,6
/proc/1660/task/1670/stat : 1670 (java) S 1658 1660 1598 0 -1 4202560 170253 0 0 0 486 26 0 0 16 0 22 0 831241674 10869825536 1655758 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 2 0 0 0
[pid=1660/tid=1671] ppid=1658 vsize=10615064 CPUtime=7.37 cores=0,2,4,6
/proc/1660/task/1671/stat : 1671 (java) S 1658 1660 1598 0 -1 4202560 7706 0 0 0 736 1 0 0 15 0 22 0 831241675 10869825536 1655758 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117952 0 0 0 16800975 18446604441187594560 0 0 -1 4 0 0 0
[pid=1660/tid=1672] ppid=1658 vsize=10615064 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1672/stat : 1672 (java) S 1658 1660 1598 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831241675 10869825536 1655758 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 2 0 0 0
[pid=1660/tid=1673] ppid=1658 vsize=10615064 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1673/stat : 1673 (java) S 1658 1660 1598 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831241675 10869825536 1655758 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 2 0 0 0
[pid=1660/tid=1674] ppid=1658 vsize=10615064 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1674/stat : 1674 (java) S 1658 1660 1598 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831241677 10869825536 1655758 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389125041 0 4 0 16800975 18446604441187594560 0 0 -1 2 0 0 0
[pid=1660/tid=1675] ppid=1658 vsize=10615064 CPUtime=1.07 cores=0,2,4,6
/proc/1660/task/1675/stat : 1675 (java) S 1658 1660 1598 0 -1 4202560 5687 0 0 0 106 1 0 0 15 0 22 0 831241677 10869825536 1655758 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 0 0 0 0
[pid=1660/tid=1676] ppid=1658 vsize=10615064 CPUtime=0.9 cores=0,2,4,6
/proc/1660/task/1676/stat : 1676 (java) S 1658 1660 1598 0 -1 4202560 2605 0 0 0 90 0 0 0 15 0 22 0 831241677 10869825536 1655758 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 2 0 0 0
[pid=1660/tid=1677] ppid=1658 vsize=10615064 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1677/stat : 1677 (java) S 1658 1660 1598 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831241677 10869825536 1655758 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 2 0 0 0
[pid=1660/tid=1678] ppid=1658 vsize=10615064 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1678/stat : 1678 (java) S 1658 1660 1598 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 831241677 10869825536 1655758 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117952 0 4 0 16800975 18446604441187594560 0 0 -1 0 0 0 0
[pid=1660/tid=1680] ppid=1658 vsize=10615064 CPUtime=764.96 cores=0,2,4,6
/proc/1660/task/1680/stat : 1680 (java) R 1658 1660 1598 0 -1 4202560 53 0 0 0 76495 1 0 0 25 0 22 0 831246147 10869825536 1655758 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 46912505899764 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1660/tid=1681] ppid=1658 vsize=10615064 CPUtime=765.03 cores=0,2,4,6
/proc/1660/task/1681/stat : 1681 (java) R 1658 1660 1598 0 -1 4202560 169 0 0 0 76503 0 0 0 25 0 22 0 831246147 10869825536 1655758 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 46912505908368 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1660/tid=1682] ppid=1658 vsize=10615064 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1682/stat : 1682 (java) S 1658 1660 1598 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831246221 10869825536 1655758 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117952 0 4 0 16800975 18446604441187594560 0 0 -1 0 0 0 0
[pid=1660/tid=1683] ppid=1658 vsize=10615064 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1683/stat : 1683 (java) S 1658 1660 1598 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831246221 10869825536 1655758 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117952 0 4 0 16800975 18446604441187594560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1619.02
Current children cumulated vsize (KiB) 10615064

[startup+882.301 s]
/proc/loadavg: 4.14 4.01 3.83 5/479 1723
/proc/meminfo: memFree=10273152/32951124 swapFree=60787360/67111528
[pid=1660] ppid=1658 vsize=10615064 CPUtime=1740.08 cores=0,2,4,6
/proc/1660/stat : 1660 (java) S 1658 1660 1598 0 -1 4202496 1670070 0 1 0 173755 253 0 0 22 0 22 0 831241672 10869825536 1655778 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1660/statm: 2653766 1655778 2263 9 0 2644500 0
[pid=1660/tid=1661] ppid=1658 vsize=10615064 CPUtime=39.22 cores=0,2,4,6
/proc/1660/task/1661/stat : 1661 (java) S 1658 1660 1598 0 -1 4202560 651132 0 1 0 3836 86 0 0 15 0 22 0 831241672 10869825536 1655778 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117952 0 4 0 16800975 18446604441187594560 0 0 -1 4 0 0 0
[pid=1660/tid=1663] ppid=1658 vsize=10615064 CPUtime=5.35 cores=0,2,4,6
/proc/1660/task/1663/stat : 1663 (java) S 1658 1660 1598 0 -1 4202560 125744 0 0 0 514 21 0 0 15 0 22 0 831241674 10869825536 1655778 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 0 0 0 0
[pid=1660/tid=1664] ppid=1658 vsize=10615064 CPUtime=4.64 cores=0,2,4,6
/proc/1660/task/1664/stat : 1664 (java) S 1658 1660 1598 0 -1 4202560 84211 0 0 0 450 14 0 0 15 0 22 0 831241674 10869825536 1655778 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 0 0 0 0
[pid=1660/tid=1665] ppid=1658 vsize=10615064 CPUtime=5.55 cores=0,2,4,6
/proc/1660/task/1665/stat : 1665 (java) S 1658 1660 1598 0 -1 4202560 126732 0 0 0 538 17 0 0 16 0 22 0 831241674 10869825536 1655778 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 4 0 0 0
[pid=1660/tid=1666] ppid=1658 vsize=10615064 CPUtime=5.42 cores=0,2,4,6
/proc/1660/task/1666/stat : 1666 (java) S 1658 1660 1598 0 -1 4202560 154858 0 0 0 517 25 0 0 15 0 22 0 831241674 10869825536 1655778 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 4 0 0 0
[pid=1660/tid=1667] ppid=1658 vsize=10615064 CPUtime=5.71 cores=0,2,4,6
/proc/1660/task/1667/stat : 1667 (java) S 1658 1660 1598 0 -1 4202560 131095 0 0 0 550 21 0 0 16 0 22 0 831241674 10869825536 1655778 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 0 0 0 0
[pid=1660/tid=1668] ppid=1658 vsize=10615064 CPUtime=5.16 cores=0,2,4,6
/proc/1660/task/1668/stat : 1668 (java) S 1658 1660 1598 0 -1 4202560 114704 0 0 0 499 17 0 0 15 0 22 0 831241674 10869825536 1655778 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 0 0 0 0
[pid=1660/tid=1669] ppid=1658 vsize=10615064 CPUtime=5.31 cores=0,2,4,6
/proc/1660/task/1669/stat : 1669 (java) S 1658 1660 1598 0 -1 4202560 93902 0 0 0 514 17 0 0 16 0 22 0 831241674 10869825536 1655778 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 2 0 0 0
[pid=1660/tid=1670] ppid=1658 vsize=10615064 CPUtime=5.41 cores=0,2,4,6
/proc/1660/task/1670/stat : 1670 (java) S 1658 1660 1598 0 -1 4202560 170255 0 0 0 515 26 0 0 16 0 22 0 831241674 10869825536 1655778 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 6 0 0 0
[pid=1660/tid=1671] ppid=1658 vsize=10615064 CPUtime=7.37 cores=0,2,4,6
/proc/1660/task/1671/stat : 1671 (java) S 1658 1660 1598 0 -1 4202560 7711 0 0 0 736 1 0 0 15 0 22 0 831241675 10869825536 1655778 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117952 0 0 0 16800975 18446604441187594560 0 0 -1 4 0 0 0
[pid=1660/tid=1672] ppid=1658 vsize=10615064 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1672/stat : 1672 (java) S 1658 1660 1598 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831241675 10869825536 1655778 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 2 0 0 0
[pid=1660/tid=1673] ppid=1658 vsize=10615064 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1673/stat : 1673 (java) S 1658 1660 1598 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831241675 10869825536 1655778 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 2 0 0 0
[pid=1660/tid=1674] ppid=1658 vsize=10615064 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1674/stat : 1674 (java) S 1658 1660 1598 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831241677 10869825536 1655778 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389125041 0 4 0 16800975 18446604441187594560 0 0 -1 2 0 0 0
[pid=1660/tid=1675] ppid=1658 vsize=10615064 CPUtime=1.07 cores=0,2,4,6
/proc/1660/task/1675/stat : 1675 (java) S 1658 1660 1598 0 -1 4202560 5687 0 0 0 106 1 0 0 15 0 22 0 831241677 10869825536 1655778 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 0 0 0 0
[pid=1660/tid=1676] ppid=1658 vsize=10615064 CPUtime=0.9 cores=0,2,4,6
/proc/1660/task/1676/stat : 1676 (java) S 1658 1660 1598 0 -1 4202560 2605 0 0 0 90 0 0 0 15 0 22 0 831241677 10869825536 1655778 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 2 0 0 0
[pid=1660/tid=1677] ppid=1658 vsize=10615064 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1677/stat : 1677 (java) S 1658 1660 1598 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831241677 10869825536 1655778 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 2 0 0 0
[pid=1660/tid=1678] ppid=1658 vsize=10615064 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1678/stat : 1678 (java) S 1658 1660 1598 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 831241677 10869825536 1655778 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117952 0 4 0 16800975 18446604441187594560 0 0 -1 0 0 0 0
[pid=1660/tid=1680] ppid=1658 vsize=10615064 CPUtime=824.39 cores=0,2,4,6
/proc/1660/task/1680/stat : 1680 (java) R 1658 1660 1598 0 -1 4202560 54 0 0 0 82438 1 0 0 25 0 22 0 831246147 10869825536 1655778 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 46912506056891 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1660/tid=1681] ppid=1658 vsize=10615064 CPUtime=824.45 cores=0,2,4,6
/proc/1660/task/1681/stat : 1681 (java) R 1658 1660 1598 0 -1 4202560 171 0 0 0 82445 0 0 0 25 0 22 0 831246147 10869825536 1655778 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 46912505998580 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1660/tid=1682] ppid=1658 vsize=10615064 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1682/stat : 1682 (java) S 1658 1660 1598 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831246221 10869825536 1655778 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117952 0 4 0 16800975 18446604441187594560 0 0 -1 0 0 0 0
[pid=1660/tid=1683] ppid=1658 vsize=10615064 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1683/stat : 1683 (java) S 1658 1660 1598 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831246221 10869825536 1655778 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117952 0 4 0 16800975 18446604441187594560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1740.08
Current children cumulated vsize (KiB) 10615064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+912.101 s]
/proc/loadavg: 3.95 3.97 3.82 6/479 1807
/proc/meminfo: memFree=11461620/32951124 swapFree=60787360/67111528
[pid=1660] ppid=1658 vsize=10615064 CPUtime=1800.04 cores=0,2,4,6
/proc/1660/stat : 1660 (java) S 1658 1660 1598 0 -1 4202496 1675981 0 1 0 179750 254 0 0 22 0 22 0 831241672 10869825536 1661670 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1660/statm: 2653766 1661670 2263 9 0 2644500 0
[pid=1660/tid=1661] ppid=1658 vsize=10615064 CPUtime=39.22 cores=0,2,4,6
/proc/1660/task/1661/stat : 1661 (java) S 1658 1660 1598 0 -1 4202560 651132 0 1 0 3836 86 0 0 15 0 22 0 831241672 10869825536 1661670 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117952 0 4 0 16800975 18446604441187594560 0 0 -1 4 0 0 0
[pid=1660/tid=1663] ppid=1658 vsize=10615064 CPUtime=5.54 cores=0,2,4,6
/proc/1660/task/1663/stat : 1663 (java) S 1658 1660 1598 0 -1 4202560 130737 0 0 0 533 21 0 0 16 0 22 0 831241674 10869825536 1661670 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 2 0 0 0
[pid=1660/tid=1664] ppid=1658 vsize=10615064 CPUtime=4.73 cores=0,2,4,6
/proc/1660/task/1664/stat : 1664 (java) S 1658 1660 1598 0 -1 4202560 84557 0 0 0 459 14 0 0 15 0 22 0 831241674 10869825536 1661670 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 6 0 0 0
[pid=1660/tid=1665] ppid=1658 vsize=10615064 CPUtime=5.56 cores=0,2,4,6
/proc/1660/task/1665/stat : 1665 (java) S 1658 1660 1598 0 -1 4202560 126737 0 0 0 539 17 0 0 16 0 22 0 831241674 10869825536 1661670 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 6 0 0 0
[pid=1660/tid=1666] ppid=1658 vsize=10615064 CPUtime=5.51 cores=0,2,4,6
/proc/1660/task/1666/stat : 1666 (java) S 1658 1660 1598 0 -1 4202560 154970 0 0 0 526 25 0 0 16 0 22 0 831241674 10869825536 1661670 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 4 0 0 0
[pid=1660/tid=1667] ppid=1658 vsize=10615064 CPUtime=5.9 cores=0,2,4,6
/proc/1660/task/1667/stat : 1667 (java) S 1658 1660 1598 0 -1 4202560 131443 0 0 0 569 21 0 0 16 0 22 0 831241674 10869825536 1661670 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 6 0 0 0
[pid=1660/tid=1668] ppid=1658 vsize=10615064 CPUtime=5.18 cores=0,2,4,6
/proc/1660/task/1668/stat : 1668 (java) S 1658 1660 1598 0 -1 4202560 114720 0 0 0 501 17 0 0 15 0 22 0 831241674 10869825536 1661670 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 4 0 0 0
[pid=1660/tid=1669] ppid=1658 vsize=10615064 CPUtime=5.31 cores=0,2,4,6
/proc/1660/task/1669/stat : 1669 (java) S 1658 1660 1598 0 -1 4202560 93902 0 0 0 514 17 0 0 15 0 22 0 831241674 10869825536 1661670 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 2 0 0 0
[pid=1660/tid=1670] ppid=1658 vsize=10615064 CPUtime=5.52 cores=0,2,4,6
/proc/1660/task/1670/stat : 1670 (java) S 1658 1660 1598 0 -1 4202560 170344 0 0 0 526 26 0 0 16 0 22 0 831241674 10869825536 1661670 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 0 0 0 0
[pid=1660/tid=1671] ppid=1658 vsize=10615064 CPUtime=7.37 cores=0,2,4,6
/proc/1660/task/1671/stat : 1671 (java) S 1658 1660 1598 0 -1 4202560 7711 0 0 0 736 1 0 0 15 0 22 0 831241675 10869825536 1661670 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117952 0 0 0 16800975 18446604441187594560 0 0 -1 4 0 0 0
[pid=1660/tid=1672] ppid=1658 vsize=10615064 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1672/stat : 1672 (java) S 1658 1660 1598 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831241675 10869825536 1661670 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 2 0 0 0
[pid=1660/tid=1673] ppid=1658 vsize=10615064 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1673/stat : 1673 (java) S 1658 1660 1598 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831241675 10869825536 1661670 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 2 0 0 0
[pid=1660/tid=1674] ppid=1658 vsize=10615064 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1674/stat : 1674 (java) S 1658 1660 1598 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831241677 10869825536 1661670 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389125041 0 4 0 16800975 18446604441187594560 0 0 -1 2 0 0 0
[pid=1660/tid=1675] ppid=1658 vsize=10615064 CPUtime=1.07 cores=0,2,4,6
/proc/1660/task/1675/stat : 1675 (java) S 1658 1660 1598 0 -1 4202560 5687 0 0 0 106 1 0 0 15 0 22 0 831241677 10869825536 1661670 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 0 0 0 0
[pid=1660/tid=1676] ppid=1658 vsize=10615064 CPUtime=0.9 cores=0,2,4,6
/proc/1660/task/1676/stat : 1676 (java) S 1658 1660 1598 0 -1 4202560 2605 0 0 0 90 0 0 0 15 0 22 0 831241677 10869825536 1661670 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 2 0 0 0
[pid=1660/tid=1677] ppid=1658 vsize=10615064 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1677/stat : 1677 (java) S 1658 1660 1598 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831241677 10869825536 1661670 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117337 0 4 0 16800975 18446604441187594560 0 0 -1 2 0 0 0
[pid=1660/tid=1678] ppid=1658 vsize=10615064 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1678/stat : 1678 (java) S 1658 1660 1598 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 831241677 10869825536 1661670 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117952 0 4 0 16800975 18446604441187594560 0 0 -1 4 0 0 0
[pid=1660/tid=1680] ppid=1658 vsize=10615064 CPUtime=854.02 cores=0,2,4,6
/proc/1660/task/1680/stat : 1680 (java) R 1658 1660 1598 0 -1 4202560 55 0 0 0 85401 1 0 0 25 0 22 0 831246147 10869825536 1661670 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 46912506027510 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1660/tid=1681] ppid=1658 vsize=10615064 CPUtime=854.08 cores=0,2,4,6
/proc/1660/task/1681/stat : 1681 (java) R 1658 1660 1598 0 -1 4202560 172 0 0 0 85408 0 0 0 25 0 22 0 831246147 10869825536 1661670 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 46912505998697 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1660/tid=1682] ppid=1658 vsize=10615064 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1682/stat : 1682 (java) S 1658 1660 1598 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831246221 10869825536 1661670 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117952 0 4 0 16800975 18446604441187594560 0 0 -1 0 0 0 0
[pid=1660/tid=1683] ppid=1658 vsize=10615064 CPUtime=0 cores=0,2,4,6
/proc/1660/task/1683/stat : 1683 (java) S 1658 1660 1598 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831246221 10869825536 1661670 33554432000 1073741824 1073778376 140736026260832 18446744073709551615 255389117952 0 4 0 16800975 18446604441187594560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 10615064

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

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

[startup+912.301 s]
/proc/loadavg: 3.95 3.97 3.82 6/479 1807
/proc/meminfo: memFree=11461620/32951124 swapFree=60787360/67111528
[pid=1660] ppid=1658 vsize=0 CPUtime=1800.25 cores=0,2,4,6
/proc/1660/stat : 1660 (java) Z 1658 1660 1598 0 -1 4203548 1676014 0 1 0 179756 269 0 0 17 0 2 0 831241672 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1660/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 0

[startup+912.4 s]
/proc/loadavg: 3.95 3.97 3.82 6/479 1807
/proc/meminfo: memFree=11461620/32951124 swapFree=60787360/67111528
[pid=1660] ppid=1658 vsize=0 CPUtime=1800.35 cores=0,2,4,6
/proc/1660/stat : 1660 (java) Z 1658 1660 1598 0 -1 4203548 1676014 0 1 0 179756 279 0 0 17 0 2 0 831241672 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1660/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 912.404
CPU time (s): 1800.36
CPU user time (s): 1797.56
CPU system time (s): 2.79757
CPU usage (%): 197.321
Max. virtual memory (cumulated for all children) (KiB): 10615064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.56
system time used= 2.79757
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1676014
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24236
involuntary context switches= 52226

runsolver used 4.32734 second user time and 9.06862 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-04 16:07:17
IDJOB=3455389
IDBENCH=71878
IDSOLVER=1950
FILE ID=node135/3455389-1307196433
RUNJOBID= node135-1307196433-1616
PBS_JOBID= 13508892
Free space on /tmp= 73844 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__512.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455389-1307196433/watcher-3455389-1307196433 -o /tmp/evaluation-result-3455389-1307196433/solver-3455389-1307196433 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455389-1307196433.opb

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

MD5SUM BENCH= 7d1adc3133a79c22930d70932a76965e
RANDOM SEED=1268406579

node135.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 6640.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19839928 kB
Buffers:        273428 kB
Cached:         784008 kB
SwapCached:       6168 kB
Active:       12276476 kB
Inactive:       570396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19839928 kB
SwapTotal:    67111528 kB
SwapFree:     60787360 kB
Dirty:          126720 kB
Writeback:           0 kB
AnonPages:    11788940 kB
Mapped:          34052 kB
Slab:           131012 kB
PageTables:      67388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 134751680 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73836 MiB
End job on node135 at 2011-06-04 16:22:32