Trace number 3709864

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshotUNSAT 11.5812 10.5589

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.tag10.ucl.opb
MD5SUM02e31ca1ab9f95407d6e9ec422f4634a
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.32095
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables9071
Total number of constraints25914
Number of constraints which are clauses25190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints724
Minimum length of a constraint1
Maximum length of a constraint11
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 39
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 132
Number of bits of the biggest sum of numbers8
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.10/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.10	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
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
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=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3709864-1338131929.opb
0.10/0.11	c reading problem ... 
0.74/0.45	c ... done. Wall clock time 0.344s.
0.74/0.45	c declared #vars     9071
0.74/0.45	c #constraints  25914
0.74/0.45	c constraints type 
0.74/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8127
0.74/0.45	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.74/0.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17062
0.74/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 724
0.74/0.45	c 25914 constraints processed.
3.46/2.64	c cleaning 2499 clauses out of 5000 with flag 5000/5000
5.77/4.89	c cleaning 4247 clauses out of 8501 with flag 11000/11000
8.27/7.38	c cleaning 5628 clauses out of 11255 with flag 18001/18001
11.19/10.22	c cleaning 4295 clauses out of 8594 with flag 26003/26003
11.53/10.55	c starts		: 54
11.53/10.55	c conflicts		: 26940
11.53/10.55	c decisions		: 36003
11.53/10.55	c propagations		: 32282144
11.53/10.55	c inspects		: 89636022
11.53/10.55	c shortcuts		: 0
11.53/10.55	c learnt literals	: 7
11.53/10.55	c learnt binary clauses	: 177
11.53/10.55	c learnt ternary clauses	: 263
11.53/10.55	c learnt constraints	: 26932
11.53/10.55	c ignored constraints	: 0
11.53/10.55	c root simplifications	: 60
11.53/10.55	c removed literals (reason simplification)	: 487525
11.53/10.55	c reason swapping (by a shorter reason)	: 0
11.53/10.55	c Calls to reduceDB	: 4
11.53/10.55	c number of reductions to clauses (during analyze)	: 0
11.53/10.55	c number of learned constraints concerned by reduction	: 0
11.53/10.55	c number of learning phase by resolution	: 0
11.53/10.55	c number of learning phase by cutting planes	: 0
11.53/10.55	c speed (assignments/second)	: 3200688.479079913
11.53/10.55	c non guided choices	218
11.53/10.55	c learnt constraints type 
11.53/10.55	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 6
11.53/10.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 354
11.53/10.55	c constraints type 
11.53/10.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8127
11.53/10.55	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
11.53/10.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17062
11.53/10.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 724
11.53/10.55	c 25914 constraints processed.
11.53/10.55	s UNSATISFIABLE
11.53/10.55	c Total wall clock time (in seconds): 10.445

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.98 2.05 2.01 3/194 18640
/proc/meminfo: memFree=27512776/32873660 swapFree=7120/7120
[pid=18640] ppid=18638 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/18640/stat : 18640 (java) R 18638 18640 16973 0 -1 4202496 988 0 0 0 0 0 0 0 20 0 1 0 279318683 23793664 715 33554432000 1073741824 1073778376 140733643291104 140733643280168 270320842088 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18640/statm: 5809 715 530 9 0 128 0

[startup+0.0895411 s]
/proc/loadavg: 1.98 2.05 2.01 3/194 18640
/proc/meminfo: memFree=27512776/32873660 swapFree=7120/7120
[pid=18640] ppid=18638 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/18640/stat : 18640 (java) S 18638 18640 16973 0 -1 4202496 4282 0 1 0 8 1 0 0 20 0 18 0 279318683 9787842560 6000 33554432000 1073741824 1073778376 140733643291104 140733643282240 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18640/statm: 2389610 6000 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.100207 s]
/proc/loadavg: 1.98 2.05 2.01 3/194 18640
/proc/meminfo: memFree=27512776/32873660 swapFree=7120/7120
[pid=18640] ppid=18638 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/18640/stat : 18640 (java) S 18638 18640 16973 0 -1 4202496 4379 0 1 0 9 1 0 0 20 0 18 0 279318683 9787842560 6097 33554432000 1073741824 1073778376 140733643291104 140733643282240 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18640/statm: 2389610 6097 2131 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300168 s]
/proc/loadavg: 1.98 2.05 2.01 3/194 18640
/proc/meminfo: memFree=27512776/32873660 swapFree=7120/7120
[pid=18640] ppid=18638 vsize=9558440 CPUtime=0.5 cores=1,3,5,7
/proc/18640/stat : 18640 (java) S 18638 18640 16973 0 -1 4202496 5589 0 1 0 49 1 0 0 20 0 18 0 279318683 9787842560 8897 33554432000 1073741824 1073778376 140733643291104 140733643282240 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18640/statm: 2389610 8897 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558440

[startup+0.700225 s]
/proc/loadavg: 1.98 2.05 2.01 3/194 18640
/proc/meminfo: memFree=27512776/32873660 swapFree=7120/7120
[pid=18640] ppid=18638 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/18640/stat : 18640 (java) S 18638 18640 16973 0 -1 4202496 10067 0 1 0 143 3 0 0 20 0 19 0 279318683 9856004096 22027 33554432000 1073741824 1073778376 140733643291104 140733643282240 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18640/statm: 2406251 22027 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 9625004

[startup+1.50058 s]
/proc/loadavg: 1.98 2.05 2.01 3/213 18659
/proc/meminfo: memFree=27433412/32873660 swapFree=7120/7120
[pid=18640] ppid=18638 vsize=9625004 CPUtime=2.33 cores=1,3,5,7
/proc/18640/stat : 18640 (java) S 18638 18640 16973 0 -1 4202496 10079 0 1 0 230 3 0 0 20 0 19 0 279318683 9856004096 22039 33554432000 1073741824 1073778376 140733643291104 140733643282240 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18640/statm: 2406251 22039 2258 9 0 2396937 0
[pid=18640/tid=18642] ppid=18638 vsize=9625004 CPUtime=1.47 cores=1,3,5,7
/proc/18640/task/18642/stat : 18642 (java) R 18638 18640 16973 0 -1 4202560 2544 0 1 0 145 2 0 0 20 0 19 0 279318683 9856004096 22039 33554432000 1073741824 1073778376 140733643291104 140543936086648 140543762483945 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18640/tid=18643] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18643/stat : 18643 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 22039 33554432000 1073741824 1073778376 140733643291104 140543897578536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18644] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18644/stat : 18644 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 22039 33554432000 1073741824 1073778376 140733643291104 140543896525736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18640/tid=18645] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18645/stat : 18645 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 22039 33554432000 1073741824 1073778376 140733643291104 140543895472936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18640/tid=18646] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18646/stat : 18646 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 22039 33554432000 1073741824 1073778376 140733643291104 140543894420136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18640/tid=18647] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18647/stat : 18647 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 22039 33554432000 1073741824 1073778376 140733643291104 140543893367336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18648] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18648/stat : 18648 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 22039 33554432000 1073741824 1073778376 140733643291104 140543892314536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18640/tid=18649] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18649/stat : 18649 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 22039 33554432000 1073741824 1073778376 140733643291104 140543891261736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18640/tid=18650] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18650/stat : 18650 (java) S 18638 18640 16973 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 22039 33554432000 1073741824 1073778376 140733643291104 140543890208936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18651] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18651/stat : 18651 (java) S 18638 18640 16973 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 279318685 9856004096 22039 33554432000 1073741824 1073778376 140733643291104 140543759731688 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18652] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18652/stat : 18652 (java) S 18638 18640 16973 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 279318685 9856004096 22039 33554432000 1073741824 1073778376 140733643291104 140543758677752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18653] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18653/stat : 18653 (java) S 18638 18640 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279318685 9856004096 22039 33554432000 1073741824 1073778376 140733643291104 140543757624840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18654] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18654/stat : 18654 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318687 9856004096 22039 33554432000 1073741824 1073778376 140733643291104 140543756573328 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18655] ppid=18638 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/18640/task/18655/stat : 18655 (java) S 18638 18640 16973 0 -1 4202560 2600 0 0 0 40 0 0 0 20 0 19 0 279318687 9856004096 22039 33554432000 1073741824 1073778376 140733643291104 140543755520440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18656] ppid=18638 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/18640/task/18656/stat : 18656 (java) S 18638 18640 16973 0 -1 4202560 3736 0 0 0 42 0 0 0 20 0 19 0 279318687 9856004096 22039 33554432000 1073741824 1073778376 140733643291104 140543754467640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18640/tid=18657] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18657/stat : 18657 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318687 9856004096 22039 33554432000 1073741824 1073778376 140733643291104 140543753415032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18640/tid=18658] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18658/stat : 18658 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318687 9856004096 22039 33554432000 1073741824 1073778376 140733643291104 140543752362440 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18640/tid=18659] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18659/stat : 18659 (java) S 18638 18640 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279318730 9856004096 22039 33554432000 1073741824 1073778376 140733643291104 140543751308968 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 9625004

[startup+3.10056 s]
/proc/loadavg: 1.98 2.05 2.01 3/213 18659
/proc/meminfo: memFree=27432916/32873660 swapFree=7120/7120
[pid=18640] ppid=18638 vsize=9625004 CPUtime=4.03 cores=1,3,5,7
/proc/18640/stat : 18640 (java) S 18638 18640 16973 0 -1 4202496 10487 0 1 0 399 4 0 0 20 0 19 0 279318683 9856004096 26186 33554432000 1073741824 1073778376 140733643291104 140733643282240 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18640/statm: 2406251 26186 2289 9 0 2396937 0
[pid=18640/tid=18642] ppid=18638 vsize=9625004 CPUtime=3.05 cores=1,3,5,7
/proc/18640/task/18642/stat : 18642 (java) R 18638 18640 16973 0 -1 4202560 2548 0 1 0 303 2 0 0 20 0 19 0 279318683 9856004096 26186 33554432000 1073741824 1073778376 140733643291104 140543936086408 140543762630409 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18640/tid=18643] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18643/stat : 18643 (java) S 18638 18640 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26186 33554432000 1073741824 1073778376 140733643291104 140543897578536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18644] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18644/stat : 18644 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26186 33554432000 1073741824 1073778376 140733643291104 140543896525736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18640/tid=18645] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18645/stat : 18645 (java) S 18638 18640 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26186 33554432000 1073741824 1073778376 140733643291104 140543895472936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18640/tid=18646] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18646/stat : 18646 (java) S 18638 18640 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26186 33554432000 1073741824 1073778376 140733643291104 140543894420136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18640/tid=18647] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18647/stat : 18647 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26186 33554432000 1073741824 1073778376 140733643291104 140543893367336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18640/tid=18648] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18648/stat : 18648 (java) S 18638 18640 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26186 33554432000 1073741824 1073778376 140733643291104 140543892314536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18640/tid=18649] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18649/stat : 18649 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26186 33554432000 1073741824 1073778376 140733643291104 140543891261736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18640/tid=18650] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18650/stat : 18650 (java) S 18638 18640 16973 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26186 33554432000 1073741824 1073778376 140733643291104 140543890208936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18651] ppid=18638 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/18640/task/18651/stat : 18651 (java) S 18638 18640 16973 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 19 0 279318685 9856004096 26186 33554432000 1073741824 1073778376 140733643291104 140543759731688 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18640/tid=18652] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18652/stat : 18652 (java) S 18638 18640 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279318685 9856004096 26186 33554432000 1073741824 1073778376 140733643291104 140543758677752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18653] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18653/stat : 18653 (java) S 18638 18640 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279318685 9856004096 26186 33554432000 1073741824 1073778376 140733643291104 140543757624840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18654] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18654/stat : 18654 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318687 9856004096 26186 33554432000 1073741824 1073778376 140733643291104 140543756573328 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18655] ppid=18638 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/18640/task/18655/stat : 18655 (java) S 18638 18640 16973 0 -1 4202560 2938 0 0 0 43 0 0 0 20 0 19 0 279318687 9856004096 26186 33554432000 1073741824 1073778376 140733643291104 140543755520440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18656] ppid=18638 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/18640/task/18656/stat : 18656 (java) S 18638 18640 16973 0 -1 4202560 3746 0 0 0 47 0 0 0 20 0 19 0 279318687 9856004096 26186 33554432000 1073741824 1073778376 140733643291104 140543754467640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18640/tid=18657] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18657/stat : 18657 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318687 9856004096 26186 33554432000 1073741824 1073778376 140733643291104 140543753415032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18640/tid=18658] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18658/stat : 18658 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318687 9856004096 26186 33554432000 1073741824 1073778376 140733643291104 140543752362440 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18640/tid=18659] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18659/stat : 18659 (java) S 18638 18640 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279318730 9856004096 26186 33554432000 1073741824 1073778376 140733643291104 140543751308968 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 9625004

[startup+6.30062 s]
/proc/loadavg: 1.98 2.05 2.01 3/213 18659
/proc/meminfo: memFree=27404776/32873660 swapFree=7120/7120
[pid=18640] ppid=18638 vsize=9625004 CPUtime=7.27 cores=1,3,5,7
/proc/18640/stat : 18640 (java) S 18638 18640 16973 0 -1 4202496 10555 0 1 0 723 4 0 0 20 0 19 0 279318683 9856004096 26373 33554432000 1073741824 1073778376 140733643291104 140733643282240 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18640/statm: 2406251 26373 2289 9 0 2396937 0
[pid=18640/tid=18642] ppid=18638 vsize=9625004 CPUtime=6.22 cores=1,3,5,7
/proc/18640/task/18642/stat : 18642 (java) R 18638 18640 16973 0 -1 4202560 2550 0 1 0 620 2 0 0 20 0 19 0 279318683 9856004096 26373 33554432000 1073741824 1073778376 140733643291104 140543936086504 140543762630409 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18640/tid=18643] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18643/stat : 18643 (java) S 18638 18640 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26373 33554432000 1073741824 1073778376 140733643291104 140543897578536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18644] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18644/stat : 18644 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26373 33554432000 1073741824 1073778376 140733643291104 140543896525736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18640/tid=18645] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18645/stat : 18645 (java) S 18638 18640 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26373 33554432000 1073741824 1073778376 140733643291104 140543895472936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18640/tid=18646] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18646/stat : 18646 (java) S 18638 18640 16973 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26373 33554432000 1073741824 1073778376 140733643291104 140543894420136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18640/tid=18647] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18647/stat : 18647 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26373 33554432000 1073741824 1073778376 140733643291104 140543893367336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18640/tid=18648] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18648/stat : 18648 (java) S 18638 18640 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26373 33554432000 1073741824 1073778376 140733643291104 140543892314536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18640/tid=18649] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18649/stat : 18649 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26373 33554432000 1073741824 1073778376 140733643291104 140543891261736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18640/tid=18650] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18650/stat : 18650 (java) S 18638 18640 16973 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26373 33554432000 1073741824 1073778376 140733643291104 140543890208936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18651] ppid=18638 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/18640/task/18651/stat : 18651 (java) S 18638 18640 16973 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 19 0 279318685 9856004096 26373 33554432000 1073741824 1073778376 140733643291104 140543759731688 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18640/tid=18652] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18652/stat : 18652 (java) S 18638 18640 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279318685 9856004096 26373 33554432000 1073741824 1073778376 140733643291104 140543758677752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18653] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18653/stat : 18653 (java) S 18638 18640 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279318685 9856004096 26373 33554432000 1073741824 1073778376 140733643291104 140543757624840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18654] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18654/stat : 18654 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318687 9856004096 26373 33554432000 1073741824 1073778376 140733643291104 140543756573328 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18655] ppid=18638 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/18640/task/18655/stat : 18655 (java) S 18638 18640 16973 0 -1 4202560 2995 0 0 0 45 0 0 0 20 0 19 0 279318687 9856004096 26373 33554432000 1073741824 1073778376 140733643291104 140543755520440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18656] ppid=18638 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/18640/task/18656/stat : 18656 (java) S 18638 18640 16973 0 -1 4202560 3746 0 0 0 49 0 0 0 20 0 19 0 279318687 9856004096 26373 33554432000 1073741824 1073778376 140733643291104 140543754467640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18640/tid=18657] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18657/stat : 18657 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318687 9856004096 26373 33554432000 1073741824 1073778376 140733643291104 140543753415032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18640/tid=18658] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18658/stat : 18658 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318687 9856004096 26373 33554432000 1073741824 1073778376 140733643291104 140543752362440 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18640/tid=18659] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18659/stat : 18659 (java) S 18638 18640 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279318730 9856004096 26373 33554432000 1073741824 1073778376 140733643291104 140543751308968 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.27
Current children cumulated vsize (KiB) 9625004

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

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

/proc/18640/task/18643/stat : 18643 (java) S 18638 18640 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140543897578536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18644] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18644/stat : 18644 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140543896525736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18640/tid=18645] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18645/stat : 18645 (java) S 18638 18640 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140543895472936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18640/tid=18646] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18646/stat : 18646 (java) S 18638 18640 16973 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140543894420136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18640/tid=18647] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18647/stat : 18647 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140543893367336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18640/tid=18648] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18648/stat : 18648 (java) S 18638 18640 16973 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140543892314536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18640/tid=18649] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18649/stat : 18649 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140543891261736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18640/tid=18650] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18650/stat : 18650 (java) S 18638 18640 16973 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140543890208936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18651] ppid=18638 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/18640/task/18651/stat : 18651 (java) S 18638 18640 16973 0 -1 4202560 41 0 0 0 4 0 0 0 20 0 19 0 279318685 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140543759731688 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18640/tid=18652] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18652/stat : 18652 (java) S 18638 18640 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279318685 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140543758677752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18653] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18653/stat : 18653 (java) S 18638 18640 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279318685 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140543757624840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18654] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18654/stat : 18654 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318687 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140543756573328 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18655] ppid=18638 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/18640/task/18655/stat : 18655 (java) S 18638 18640 16973 0 -1 4202560 2997 0 0 0 46 0 0 0 20 0 19 0 279318687 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140543755520440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18656] ppid=18638 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/18640/task/18656/stat : 18656 (java) S 18638 18640 16973 0 -1 4202560 3746 0 0 0 50 0 0 0 20 0 19 0 279318687 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140543754467640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18640/tid=18657] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18657/stat : 18657 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318687 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140543753415032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18640/tid=18658] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18658/stat : 18658 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318687 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140543752362440 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18640/tid=18659] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18659/stat : 18659 (java) S 18638 18640 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279318730 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140543751308968 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.88
Current children cumulated vsize (KiB) 9625004

[startup+9.50062 s]
/proc/loadavg: 1.98 2.05 2.01 3/213 18659
/proc/meminfo: memFree=27402752/32873660 swapFree=7120/7120
[pid=18640] ppid=18638 vsize=9625004 CPUtime=10.48 cores=1,3,5,7
/proc/18640/stat : 18640 (java) S 18638 18640 16973 0 -1 4202496 10566 0 1 0 1044 4 0 0 20 0 19 0 279318683 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140733643282240 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18640/statm: 2406251 26383 2289 9 0 2396937 0
[pid=18640/tid=18642] ppid=18638 vsize=9625004 CPUtime=9.39 cores=1,3,5,7
/proc/18640/task/18642/stat : 18642 (java) R 18638 18640 16973 0 -1 4202560 2550 0 1 0 937 2 0 0 20 0 19 0 279318683 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140543936086552 140543762629876 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18640/tid=18643] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18643/stat : 18643 (java) S 18638 18640 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140543897578536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18644] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18644/stat : 18644 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140543896525736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18640/tid=18645] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18645/stat : 18645 (java) S 18638 18640 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140543895472936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18640/tid=18646] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18646/stat : 18646 (java) S 18638 18640 16973 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140543894420136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18640/tid=18647] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18647/stat : 18647 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140543893367336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18640/tid=18648] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18648/stat : 18648 (java) S 18638 18640 16973 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140543892314536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18640/tid=18649] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18649/stat : 18649 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140543891261736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18640/tid=18650] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18650/stat : 18650 (java) S 18638 18640 16973 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140543890208936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18651] ppid=18638 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/18640/task/18651/stat : 18651 (java) S 18638 18640 16973 0 -1 4202560 41 0 0 0 4 0 0 0 20 0 19 0 279318685 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140543759731688 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18640/tid=18652] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18652/stat : 18652 (java) S 18638 18640 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279318685 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140543758677752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18653] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18653/stat : 18653 (java) S 18638 18640 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279318685 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140543757624840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18654] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18654/stat : 18654 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318687 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140543756573328 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18655] ppid=18638 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/18640/task/18655/stat : 18655 (java) S 18638 18640 16973 0 -1 4202560 2997 0 0 0 46 0 0 0 20 0 19 0 279318687 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140543755520440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18656] ppid=18638 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/18640/task/18656/stat : 18656 (java) S 18638 18640 16973 0 -1 4202560 3746 0 0 0 50 0 0 0 20 0 19 0 279318687 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140543754467640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18640/tid=18657] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18657/stat : 18657 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318687 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140543753415032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18640/tid=18658] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18658/stat : 18658 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318687 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140543752362440 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18640/tid=18659] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18659/stat : 18659 (java) S 18638 18640 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279318730 9856004096 26383 33554432000 1073741824 1073778376 140733643291104 140543751308968 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 10.48
Current children cumulated vsize (KiB) 9625004

[startup+10.3006 s]
/proc/loadavg: 1.98 2.05 2.01 3/213 18659
/proc/meminfo: memFree=27402780/32873660 swapFree=7120/7120
[pid=18640] ppid=18638 vsize=9625004 CPUtime=11.33 cores=1,3,5,7
/proc/18640/stat : 18640 (java) S 18638 18640 16973 0 -1 4202496 10880 0 1 0 1129 4 0 0 20 0 19 0 279318683 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140733643282240 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18640/statm: 2406251 26542 2289 9 0 2396937 0
[pid=18640/tid=18642] ppid=18638 vsize=9625004 CPUtime=10.17 cores=1,3,5,7
/proc/18640/task/18642/stat : 18642 (java) R 18638 18640 16973 0 -1 4202560 2550 0 1 0 1015 2 0 0 20 0 19 0 279318683 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543936086440 140543762522291 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18640/tid=18643] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18643/stat : 18643 (java) S 18638 18640 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543897578536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18644] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18644/stat : 18644 (java) S 18638 18640 16973 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543896525736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18640/tid=18645] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18645/stat : 18645 (java) S 18638 18640 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543895472936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18640/tid=18646] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18646/stat : 18646 (java) S 18638 18640 16973 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543894420136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18640/tid=18647] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18647/stat : 18647 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543893367336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18640/tid=18648] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18648/stat : 18648 (java) S 18638 18640 16973 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543892314536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18640/tid=18649] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18649/stat : 18649 (java) S 18638 18640 16973 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543891261736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18650] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18650/stat : 18650 (java) S 18638 18640 16973 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543890208936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18640/tid=18651] ppid=18638 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/18640/task/18651/stat : 18651 (java) S 18638 18640 16973 0 -1 4202560 53 0 0 0 6 0 0 0 20 0 19 0 279318685 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543759731688 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18640/tid=18652] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18652/stat : 18652 (java) S 18638 18640 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279318685 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543758677752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18653] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18653/stat : 18653 (java) S 18638 18640 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279318685 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543757624840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18654] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18654/stat : 18654 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318687 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543756573328 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18655] ppid=18638 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/18640/task/18655/stat : 18655 (java) S 18638 18640 16973 0 -1 4202560 3289 0 0 0 50 0 0 0 20 0 19 0 279318687 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543755520440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18656] ppid=18638 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/18640/task/18656/stat : 18656 (java) S 18638 18640 16973 0 -1 4202560 3746 0 0 0 50 0 0 0 20 0 19 0 279318687 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543754467640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18640/tid=18657] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18657/stat : 18657 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318687 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543753415032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18640/tid=18658] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18658/stat : 18658 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318687 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543752362440 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18640/tid=18659] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18659/stat : 18659 (java) S 18638 18640 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279318730 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543751308968 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 11.33
Current children cumulated vsize (KiB) 9625004

[startup+10.5006 s]
/proc/loadavg: 1.98 2.05 2.01 3/213 18659
/proc/meminfo: memFree=27402780/32873660 swapFree=7120/7120
[pid=18640] ppid=18638 vsize=9625004 CPUtime=11.53 cores=1,3,5,7
/proc/18640/stat : 18640 (java) S 18638 18640 16973 0 -1 4202496 10880 0 1 0 1149 4 0 0 20 0 19 0 279318683 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140733643282240 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18640/statm: 2406251 26542 2289 9 0 2396937 0
[pid=18640/tid=18642] ppid=18638 vsize=9625004 CPUtime=10.37 cores=1,3,5,7
/proc/18640/task/18642/stat : 18642 (java) R 18638 18640 16973 0 -1 4202560 2550 0 1 0 1035 2 0 0 20 0 19 0 279318683 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543936086440 140543762630065 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18640/tid=18643] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18643/stat : 18643 (java) S 18638 18640 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543897578536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18644] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18644/stat : 18644 (java) S 18638 18640 16973 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543896525736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18640/tid=18645] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18645/stat : 18645 (java) S 18638 18640 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543895472936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18640/tid=18646] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18646/stat : 18646 (java) S 18638 18640 16973 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543894420136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18640/tid=18647] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18647/stat : 18647 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543893367336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18640/tid=18648] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18648/stat : 18648 (java) S 18638 18640 16973 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543892314536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18640/tid=18649] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18649/stat : 18649 (java) S 18638 18640 16973 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543891261736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18650] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18650/stat : 18650 (java) S 18638 18640 16973 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 279318684 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543890208936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18640/tid=18651] ppid=18638 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/18640/task/18651/stat : 18651 (java) S 18638 18640 16973 0 -1 4202560 53 0 0 0 6 0 0 0 20 0 19 0 279318685 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543759731688 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18640/tid=18652] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18652/stat : 18652 (java) S 18638 18640 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279318685 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543758677752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18653] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18653/stat : 18653 (java) S 18638 18640 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279318685 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543757624840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18654] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18654/stat : 18654 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318687 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543756573328 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18655] ppid=18638 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/18640/task/18655/stat : 18655 (java) S 18638 18640 16973 0 -1 4202560 3289 0 0 0 50 0 0 0 20 0 19 0 279318687 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543755520440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18640/tid=18656] ppid=18638 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/18640/task/18656/stat : 18656 (java) S 18638 18640 16973 0 -1 4202560 3746 0 0 0 50 0 0 0 20 0 19 0 279318687 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543754467640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18640/tid=18657] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18657/stat : 18657 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318687 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543753415032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18640/tid=18658] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18658/stat : 18658 (java) S 18638 18640 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279318687 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543752362440 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18640/tid=18659] ppid=18638 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18640/task/18659/stat : 18659 (java) S 18638 18640 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279318730 9856004096 26542 33554432000 1073741824 1073778376 140733643291104 140543751308968 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 11.53
Current children cumulated vsize (KiB) 9625004

Child status: 20
Real time (s): 10.5589
CPU time (s): 11.5812
CPU user time (s): 11.5092
CPU system time (s): 0.071989
CPU usage (%): 109.682
Max. virtual memory (cumulated for all children) (KiB): 9625444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.5092
system time used= 0.071989
maximum resident set size= 106820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10897
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 602
involuntary context switches= 65

runsolver used 0.048992 second user time and 0.106983 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-27 17:18:49
IDJOB=3709864
IDBENCH=1454
IDSOLVER=2289
FILE ID=node117/3709864-1338131929
RUNJOBID= node117-1338124635-16990
PBS_JOBID= 14624513
Free space on /tmp= 70048 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.tag10.ucl.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-3709864-1338131929/watcher-3709864-1338131929 -o /tmp/evaluation-result-3709864-1338131929/solver-3709864-1338131929 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709864-1338131929.opb

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

MD5SUM BENCH= 02e31ca1ab9f95407d6e9ec422f4634a
RANDOM SEED=1722184150

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

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

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

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


/proc/meminfo:
MemTotal:       32873660 kB
MemFree:        27512940 kB
Buffers:          324548 kB
Cached:          4041996 kB
SwapCached:            0 kB
Active:          2295628 kB
Inactive:        2183248 kB
Active(anon):     103396 kB
Inactive(anon):    11356 kB
Active(file):    2192232 kB
Inactive(file):  2171892 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2412 kB
Writeback:             0 kB
AnonPages:        127432 kB
Mapped:            22652 kB
Shmem:               200 kB
Slab:             735200 kB
SReclaimable:     179128 kB
SUnreclaim:       556072 kB
KernelStack:        1720 kB
PageTables:         4480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     696748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     94208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70048 MiB
End job on node117 at 2012-05-27 17:19:00