Trace number 3457048

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 CuttingPlanes 2.3.0? (TO) 1800.26 1795.29

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900670756.opb
MD5SUM11371eec29d871c470e0cb7778802319
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.045992
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 683
Number of bits of the biggest sum of numbers10
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.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@13d4c61c
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3457048-1307215871.opb
0.09/0.11	c reading problem ... 
0.46/0.30	c ... done. Wall clock time 0.183s.
0.46/0.30	c #vars     231
0.46/0.30	c #constraints  2707
0.46/0.30	c constraints type 
0.46/0.30	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.46/0.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.46/0.30	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.46/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
37.88/36.41	c cleaning 0 clauses out of 5000 with flag 0/5000
206.62/204.64	c cleaning 0 clauses out of 11001 with flag 0/11001
654.70/651.98	c cleaning 0 clauses out of 18000 with flag 0/18000
1531.54/1527.29	c cleaning 0 clauses out of 26000 with flag 0/26000
1800.06/1795.12	c starts		: 54
1800.06/1795.12	c conflicts		: 28046
1800.06/1795.12	c decisions		: 61128
1800.06/1795.12	c propagations		: 811902
1800.06/1795.12	c inspects		: 2042623099
1800.06/1795.12	c shortcuts		: 0
1800.06/1795.12	c learnt literals	: 0
1800.06/1795.12	c learnt binary clauses	: 0
1800.06/1795.12	c learnt ternary clauses	: 5
1800.06/1795.12	c learnt constraints	: 28045
1800.06/1795.12	c ignored constraints	: 0
1800.06/1795.12	c root simplifications	: 0
1800.06/1795.12	c removed literals (reason simplification)	: 0
1800.06/1795.12	c reason swapping (by a shorter reason)	: 0
1800.06/1795.12	c Calls to reduceDB	: 4
1800.06/1795.12	c number of reductions to clauses (during analyze)	: 0
1800.06/1795.12	c number of learned constraints concerned by reduction	: 0
1800.06/1795.12	c number of learning phase by resolution	: 0
1800.06/1795.12	c number of learning phase by cutting planes	: 0
1800.06/1795.12	c speed (assignments/second)	: 452.35744563255224
1800.06/1795.12	c non guided choices	121
1800.06/1795.14	c learnt constraints type 
1800.06/1795.14	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 863
1800.06/1795.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 60
1800.06/1795.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 27122
1800.06/1795.14	c constraints type 
1800.06/1795.14	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
1800.06/1795.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
1800.06/1795.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
1800.06/1795.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.06/1795.14	s UNKNOWN
1800.06/1795.14	c Total wall clock time (in seconds): 1795.024

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-3457048-1307215871/watcher-3457048-1307215871 -o /tmp/evaluation-result-3457048-1307215871/solver-3457048-1307215871 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457048-1307215871.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: 0.01 0.01 0.00 4/501 29714
/proc/meminfo: memFree=24713396/32950928 swapFree=61542356/67111528
[pid=29714] ppid=29712 vsize=36924 CPUtime=0 cores=1,3,5,7
/proc/29714/stat : 29714 (java) S 29712 29714 29646 0 -1 4202496 1370 0 1 0 0 0 0 0 23 0 2 0 911817783 37810176 1072 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917196773 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/29714/statm: 9231 1072 832 9 0 387 0
[pid=29714/tid=29715] ppid=29712 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29715/stat : 29715 (java) R 29712 29714 29646 0 -1 4202560 2008 0 1 0 0 0 0 0 24 0 2 0 911817783 10681323520 2824 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260905088059 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.100678 s]
/proc/loadavg: 0.01 0.01 0.00 4/501 29714
/proc/meminfo: memFree=24713396/32950928 swapFree=61542356/67111528
[pid=29714] ppid=29712 vsize=10540400 CPUtime=0.09 cores=1,3,5,7
/proc/29714/stat : 29714 (java) S 29712 29714 29646 0 -1 4202496 12945 0 1 0 8 1 0 0 23 0 18 0 911817783 10793369600 12638 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29714/statm: 2635100 12639 2093 9 0 2625834 0
[pid=29714/tid=29715] ppid=29712 vsize=10540400 CPUtime=0.08 cores=1,3,5,7
/proc/29714/task/29715/stat : 29715 (java) R 29712 29714 29646 0 -1 4202560 11032 0 1 0 7 1 0 0 25 0 18 0 911817783 10793369600 12639 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 47036574509907 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540400

[startup+0.20062 s]
/proc/loadavg: 0.01 0.01 0.00 4/501 29714
/proc/meminfo: memFree=24713396/32950928 swapFree=61542356/67111528
[pid=29714] ppid=29712 vsize=10540892 CPUtime=0.25 cores=1,3,5,7
/proc/29714/stat : 29714 (java) S 29712 29714 29646 0 -1 4202496 13941 0 1 0 23 2 0 0 23 0 18 0 911817783 10793873408 13604 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29714/statm: 2635223 13605 2171 9 0 2625957 0
[pid=29714/tid=29715] ppid=29712 vsize=10540892 CPUtime=0.17 cores=1,3,5,7
/proc/29714/task/29715/stat : 29715 (java) R 29712 29714 29646 0 -1 4202560 11749 0 1 0 16 1 0 0 25 0 18 0 911817783 10793873408 13605 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 47036570871402 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10540892

[startup+0.300603 s]
/proc/loadavg: 0.01 0.01 0.00 4/501 29714
/proc/meminfo: memFree=24713396/32950928 swapFree=61542356/67111528
[pid=29714] ppid=29712 vsize=10541332 CPUtime=0.46 cores=1,3,5,7
/proc/29714/stat : 29714 (java) S 29712 29714 29646 0 -1 4202496 15915 0 1 0 44 2 0 0 23 0 18 0 911817783 10794323968 15199 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29714/statm: 2635333 15199 2209 9 0 2626067 0
[pid=29714/tid=29715] ppid=29712 vsize=10541332 CPUtime=0.27 cores=1,3,5,7
/proc/29714/task/29715/stat : 29715 (java) R 29712 29714 29646 0 -1 4202560 12909 0 1 0 26 1 0 0 25 0 18 0 911817783 10794323968 15199 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 47036573940944 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10541332

[startup+0.700532 s]
/proc/loadavg: 0.01 0.01 0.00 4/501 29714
/proc/meminfo: memFree=24713396/32950928 swapFree=61542356/67111528
[pid=29714] ppid=29712 vsize=10556992 CPUtime=1.59 cores=1,3,5,7
/proc/29714/stat : 29714 (java) S 29712 29714 29646 0 -1 4202496 43362 0 1 0 153 6 0 0 23 0 19 0 911817783 10810359808 39833 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29714/statm: 2639248 39833 2223 9 0 2629982 0
[pid=29714/tid=29715] ppid=29712 vsize=10556992 CPUtime=0.67 cores=1,3,5,7
/proc/29714/task/29715/stat : 29715 (java) R 29712 29714 29646 0 -1 4202560 31016 0 1 0 63 4 0 0 25 0 19 0 911817783 10810359808 39834 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 46912505642277 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 10556992

[startup+1.50145 s]
/proc/loadavg: 0.01 0.01 0.00 3/520 29736
/proc/meminfo: memFree=23970952/32950928 swapFree=61542356/67111528
[pid=29714] ppid=29712 vsize=10556992 CPUtime=2.81 cores=1,3,5,7
/proc/29714/stat : 29714 (java) S 29712 29714 29646 0 -1 4202496 125483 0 1 0 265 16 0 0 23 0 19 0 911817783 10810359808 121953 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29714/statm: 2639248 121955 2226 9 0 2629982 0
[pid=29714/tid=29715] ppid=29712 vsize=10556992 CPUtime=1.48 cores=1,3,5,7
/proc/29714/task/29715/stat : 29715 (java) R 29712 29714 29646 0 -1 4202560 113066 0 1 0 134 14 0 0 25 0 19 0 911817783 10810359808 121956 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 46912505642296 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29714/tid=29717] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29717/stat : 29717 (java) S 29712 29714 29646 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 911817786 10810359808 121957 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 7 0 0 0
[pid=29714/tid=29718] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29718/stat : 29718 (java) S 29712 29714 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911817786 10810359808 121959 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 7 0 0 0
[pid=29714/tid=29719] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29719/stat : 29719 (java) S 29712 29714 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911817786 10810359808 121960 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 3 0 0 0
[pid=29714/tid=29721] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29721/stat : 29721 (java) S 29712 29714 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911817786 10810359808 121963 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 7 0 0 0
[pid=29714/tid=29722] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29722/stat : 29722 (java) S 29712 29714 29646 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 911817786 10810359808 121965 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 3 0 0 0
[pid=29714/tid=29723] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29723/stat : 29723 (java) S 29712 29714 29646 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 911817786 10810359808 121967 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 3 0 0 0
[pid=29714/tid=29724] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29724/stat : 29724 (java) S 29712 29714 29646 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 911817786 10810359808 121968 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 7 0 0 0
[pid=29714/tid=29725] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29725/stat : 29725 (java) S 29712 29714 29646 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 911817786 10810359808 121971 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 7 0 0 0
[pid=29714/tid=29726] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29726/stat : 29726 (java) S 29712 29714 29646 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 911817787 10810359808 121976 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210624 0 0 0 16800975 18446604454462878784 0 0 -1 5 0 0 0
[pid=29714/tid=29728] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29728/stat : 29728 (java) S 29712 29714 29646 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 911817787 10810359808 121980 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 5 0 0 0
[pid=29714/tid=29729] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29729/stat : 29729 (java) S 29712 29714 29646 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 911817787 10810359808 121984 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 7 0 0 0
[pid=29714/tid=29730] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29730/stat : 29730 (java) S 29712 29714 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911817789 10810359808 121989 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917217713 0 4 0 16800975 18446604454462878784 0 0 -1 5 0 0 0
[pid=29714/tid=29731] ppid=29712 vsize=10556992 CPUtime=0.7 cores=1,3,5,7
/proc/29714/task/29731/stat : 29731 (java) R 29712 29714 29646 0 -1 4202560 6597 0 0 0 70 0 0 0 20 0 19 0 911817789 10810359808 121993 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260905085534 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29714/tid=29732] ppid=29712 vsize=10556992 CPUtime=0.61 cores=1,3,5,7
/proc/29714/task/29732/stat : 29732 (java) R 29712 29714 29646 0 -1 4202560 4656 0 0 0 60 1 0 0 20 0 19 0 911817789 10810359808 121998 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 47036572448437 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29714/tid=29733] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29733/stat : 29733 (java) S 29712 29714 29646 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 911817789 10810359808 122002 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 5 0 0 0
[pid=29714/tid=29735] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29735/stat : 29735 (java) S 29712 29714 29646 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 911817789 10810359808 122006 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210624 0 4 0 16800975 18446604454462878784 0 0 -1 3 0 0 0
[pid=29714/tid=29736] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29736/stat : 29736 (java) S 29712 29714 29646 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 911817813 10810359808 122011 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210624 0 4 0 16800975 18446604454462878784 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 10556992

[startup+3.10109 s]
/proc/loadavg: 0.01 0.01 0.00 3/520 29737
/proc/meminfo: memFree=23062900/32950928 swapFree=61542356/67111528
[pid=29714] ppid=29712 vsize=10556992 CPUtime=4.43 cores=1,3,5,7
/proc/29714/stat : 29714 (java) S 29712 29714 29646 0 -1 4202496 294690 0 1 0 410 33 0 0 23 0 19 0 911817783 10810359808 291159 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29714/statm: 2639248 291161 2226 9 0 2629982 0
[pid=29714/tid=29715] ppid=29712 vsize=10556992 CPUtime=3.08 cores=1,3,5,7
/proc/29714/task/29715/stat : 29715 (java) R 29712 29714 29646 0 -1 4202560 282272 0 1 0 277 31 0 0 25 0 19 0 911817783 10810359808 291161 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 46912505708452 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29714/tid=29717] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29717/stat : 29717 (java) S 29712 29714 29646 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 911817786 10810359808 291162 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 7 0 0 0
[pid=29714/tid=29718] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29718/stat : 29718 (java) S 29712 29714 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911817786 10810359808 291163 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 7 0 0 0
[pid=29714/tid=29719] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29719/stat : 29719 (java) S 29712 29714 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911817786 10810359808 291165 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 3 0 0 0
[pid=29714/tid=29721] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29721/stat : 29721 (java) S 29712 29714 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911817786 10810359808 291166 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 7 0 0 0
[pid=29714/tid=29722] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29722/stat : 29722 (java) S 29712 29714 29646 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 911817786 10810359808 291167 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 3 0 0 0
[pid=29714/tid=29723] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29723/stat : 29723 (java) S 29712 29714 29646 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 911817786 10810359808 291169 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 3 0 0 0
[pid=29714/tid=29724] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29724/stat : 29724 (java) S 29712 29714 29646 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 911817786 10810359808 291171 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 7 0 0 0
[pid=29714/tid=29725] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29725/stat : 29725 (java) S 29712 29714 29646 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 911817786 10810359808 291172 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 7 0 0 0
[pid=29714/tid=29726] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29726/stat : 29726 (java) S 29712 29714 29646 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 911817787 10810359808 291174 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210624 0 0 0 16800975 18446604454462878784 0 0 -1 5 0 0 0
[pid=29714/tid=29728] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29728/stat : 29728 (java) S 29712 29714 29646 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 911817787 10810359808 291176 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 5 0 0 0
[pid=29714/tid=29729] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29729/stat : 29729 (java) S 29712 29714 29646 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 911817787 10810359808 291178 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 7 0 0 0
[pid=29714/tid=29730] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29730/stat : 29730 (java) S 29712 29714 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911817789 10810359808 291180 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917217713 0 4 0 16800975 18446604454462878784 0 0 -1 5 0 0 0
[pid=29714/tid=29731] ppid=29712 vsize=10556992 CPUtime=0.71 cores=1,3,5,7
/proc/29714/task/29731/stat : 29731 (java) S 29712 29714 29646 0 -1 4202560 6597 0 0 0 71 0 0 0 15 0 19 0 911817789 10810359808 291183 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 5 0 0 0
[pid=29714/tid=29732] ppid=29712 vsize=10556992 CPUtime=0.62 cores=1,3,5,7
/proc/29714/task/29732/stat : 29732 (java) S 29712 29714 29646 0 -1 4202560 4656 0 0 0 61 1 0 0 20 0 19 0 911817789 10810359808 291187 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 3 0 0 0
[pid=29714/tid=29733] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29733/stat : 29733 (java) S 29712 29714 29646 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 911817789 10810359808 291189 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 5 0 0 0
[pid=29714/tid=29735] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29735/stat : 29735 (java) S 29712 29714 29646 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 911817789 10810359808 291191 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210624 0 4 0 16800975 18446604454462878784 0 0 -1 3 0 0 0
[pid=29714/tid=29736] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29736/stat : 29736 (java) S 29712 29714 29646 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 911817813 10810359808 291195 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210624 0 4 0 16800975 18446604454462878784 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 10556992

[startup+6.30151 s]
/proc/loadavg: 0.17 0.04 0.01 3/520 29737
/proc/meminfo: memFree=20523388/32950928 swapFree=61542356/67111528
[pid=29714] ppid=29712 vsize=10556992 CPUtime=7.65 cores=1,3,5,7
/proc/29714/stat : 29714 (java) S 29712 29714 29646 0 -1 4202496 601407 0 1 0 699 66 0 0 23 0 19 0 911817783 10810359808 597175 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29714/statm: 2639248 597179 2227 9 0 2629982 0
[pid=29714/tid=29715] ppid=29712 vsize=10556992 CPUtime=6.28 cores=1,3,5,7
/proc/29714/task/29715/stat : 29715 (java) R 29712 29714 29646 0 -1 4202560 588992 0 1 0 564 64 0 0 25 0 19 0 911817783 10810359808 597181 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 46912505642423 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29714/tid=29717] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29717/stat : 29717 (java) S 29712 29714 29646 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 911817786 10810359808 597184 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 7 0 0 0
[pid=29714/tid=29718] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29718/stat : 29718 (java) S 29712 29714 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911817786 10810359808 597187 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 7 0 0 0
[pid=29714/tid=29719] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29719/stat : 29719 (java) S 29712 29714 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911817786 10810359808 597189 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 3 0 0 0
[pid=29714/tid=29721] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29721/stat : 29721 (java) S 29712 29714 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911817786 10810359808 597191 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 7 0 0 0
[pid=29714/tid=29722] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29722/stat : 29722 (java) S 29712 29714 29646 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 911817786 10810359808 597193 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 3 0 0 0
[pid=29714/tid=29723] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29723/stat : 29723 (java) S 29712 29714 29646 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 911817786 10810359808 597196 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 3 0 0 0
[pid=29714/tid=29724] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29724/stat : 29724 (java) S 29712 29714 29646 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 911817786 10810359808 597198 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 7 0 0 0
[pid=29714/tid=29725] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29725/stat : 29725 (java) S 29712 29714 29646 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 911817786 10810359808 597199 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 7 0 0 0
[pid=29714/tid=29726] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29726/stat : 29726 (java) S 29712 29714 29646 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 911817787 10810359808 597201 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210624 0 0 0 16800975 18446604454462878784 0 0 -1 5 0 0 0
[pid=29714/tid=29728] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29728/stat : 29728 (java) S 29712 29714 29646 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 911817787 10810359808 597203 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 5 0 0 0
[pid=29714/tid=29729] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29729/stat : 29729 (java) S 29712 29714 29646 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 911817787 10810359808 597204 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 7 0 0 0
[pid=29714/tid=29730] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29730/stat : 29730 (java) S 29712 29714 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911817789 10810359808 597205 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917217713 0 4 0 16800975 18446604454462878784 0 0 -1 5 0 0 0
[pid=29714/tid=29731] ppid=29712 vsize=10556992 CPUtime=0.73 cores=1,3,5,7
/proc/29714/task/29731/stat : 29731 (java) S 29712 29714 29646 0 -1 4202560 6598 0 0 0 73 0 0 0 15 0 19 0 911817789 10810359808 597206 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 5 0 0 0
[pid=29714/tid=29732] ppid=29712 vsize=10556992 CPUtime=0.62 cores=1,3,5,7
/proc/29714/task/29732/stat : 29732 (java) S 29712 29714 29646 0 -1 4202560 4656 0 0 0 61 1 0 0 18 0 19 0 911817789 10810359808 597208 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 3 0 0 0

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

/proc/29714/task/29729/stat : 29729 (java) S 29712 29714 29646 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 911817787 10810359808 920192 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 7 0 0 0
[pid=29714/tid=29730] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29730/stat : 29730 (java) S 29712 29714 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911817789 10810359808 920192 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917217713 0 4 0 16800975 18446604454462878784 0 0 -1 5 0 0 0
[pid=29714/tid=29731] ppid=29712 vsize=10556992 CPUtime=0.97 cores=1,3,5,7
/proc/29714/task/29731/stat : 29731 (java) S 29712 29714 29646 0 -1 4202560 6647 0 0 0 96 1 0 0 15 0 19 0 911817789 10810359808 920192 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 5 0 0 0
[pid=29714/tid=29732] ppid=29712 vsize=10556992 CPUtime=0.66 cores=1,3,5,7
/proc/29714/task/29732/stat : 29732 (java) S 29712 29714 29646 0 -1 4202560 4669 0 0 0 65 1 0 0 18 0 19 0 911817789 10810359808 920192 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 3 0 0 0
[pid=29714/tid=29733] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29733/stat : 29733 (java) S 29712 29714 29646 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 911817789 10810359808 920192 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 5 0 0 0
[pid=29714/tid=29735] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29735/stat : 29735 (java) S 29712 29714 29646 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 911817789 10810359808 920192 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210624 0 4 0 16800975 18446604454462878784 0 0 -1 3 0 0 0
[pid=29714/tid=29736] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29736/stat : 29736 (java) S 29712 29714 29646 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 911817813 10810359808 920192 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210624 0 4 0 16800975 18446604454462878784 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1666.97
Current children cumulated vsize (KiB) 10556992

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 1.69 3/520 29787
/proc/meminfo: memFree=17423908/32950928 swapFree=61542356/67111528
[pid=29714] ppid=29712 vsize=10556992 CPUtime=1727.07 cores=1,3,5,7
/proc/29714/stat : 29714 (java) S 29712 29714 29646 0 -1 4202496 925669 0 1 0 172605 102 0 0 23 0 19 0 911817783 10810359808 920209 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29714/statm: 2639248 920209 2257 9 0 2629982 0
[pid=29714/tid=29715] ppid=29712 vsize=10556992 CPUtime=1719.81 cores=1,3,5,7
/proc/29714/task/29715/stat : 29715 (java) R 29712 29714 29646 0 -1 4202560 834437 0 1 0 171893 88 0 0 25 0 19 0 911817783 10810359808 920209 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 46912505818482 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29714/tid=29717] ppid=29712 vsize=10556992 CPUtime=0.45 cores=1,3,5,7
/proc/29714/task/29717/stat : 29717 (java) S 29712 29714 29646 0 -1 4202560 6281 0 0 0 45 0 0 0 16 0 19 0 911817786 10810359808 920209 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 3 0 0 0
[pid=29714/tid=29718] ppid=29712 vsize=10556992 CPUtime=0.59 cores=1,3,5,7
/proc/29714/task/29718/stat : 29718 (java) S 29712 29714 29646 0 -1 4202560 7112 0 0 0 58 1 0 0 16 0 19 0 911817786 10810359808 920209 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 7 0 0 0
[pid=29714/tid=29719] ppid=29712 vsize=10556992 CPUtime=0.56 cores=1,3,5,7
/proc/29714/task/29719/stat : 29719 (java) S 29712 29714 29646 0 -1 4202560 6278 0 0 0 56 0 0 0 15 0 19 0 911817786 10810359808 920209 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 1 0 0 0
[pid=29714/tid=29721] ppid=29712 vsize=10556992 CPUtime=0.58 cores=1,3,5,7
/proc/29714/task/29721/stat : 29721 (java) S 29712 29714 29646 0 -1 4202560 11749 0 0 0 57 1 0 0 15 0 19 0 911817786 10810359808 920209 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 1 0 0 0
[pid=29714/tid=29722] ppid=29712 vsize=10556992 CPUtime=0.6 cores=1,3,5,7
/proc/29714/task/29722/stat : 29722 (java) S 29712 29714 29646 0 -1 4202560 13218 0 0 0 59 1 0 0 16 0 19 0 911817786 10810359808 920209 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 1 0 0 0
[pid=29714/tid=29723] ppid=29712 vsize=10556992 CPUtime=0.56 cores=1,3,5,7
/proc/29714/task/29723/stat : 29723 (java) S 29712 29714 29646 0 -1 4202560 8138 0 0 0 55 1 0 0 15 0 19 0 911817786 10810359808 920209 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 1 0 0 0
[pid=29714/tid=29724] ppid=29712 vsize=10556992 CPUtime=0.55 cores=1,3,5,7
/proc/29714/task/29724/stat : 29724 (java) S 29712 29714 29646 0 -1 4202560 6975 0 0 0 55 0 0 0 16 0 19 0 911817786 10810359808 920209 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 5 0 0 0
[pid=29714/tid=29725] ppid=29712 vsize=10556992 CPUtime=0.58 cores=1,3,5,7
/proc/29714/task/29725/stat : 29725 (java) S 29712 29714 29646 0 -1 4202560 9374 0 0 0 58 0 0 0 15 0 19 0 911817786 10810359808 920209 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 7 0 0 0
[pid=29714/tid=29726] ppid=29712 vsize=10556992 CPUtime=1.02 cores=1,3,5,7
/proc/29714/task/29726/stat : 29726 (java) S 29712 29714 29646 0 -1 4202560 9538 0 0 0 101 1 0 0 15 0 19 0 911817787 10810359808 920209 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210624 0 0 0 16800975 18446604454462878784 0 0 -1 3 0 0 0
[pid=29714/tid=29728] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29728/stat : 29728 (java) S 29712 29714 29646 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 911817787 10810359808 920209 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 5 0 0 0
[pid=29714/tid=29729] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29729/stat : 29729 (java) S 29712 29714 29646 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 911817787 10810359808 920209 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 7 0 0 0
[pid=29714/tid=29730] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29730/stat : 29730 (java) S 29712 29714 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911817789 10810359808 920209 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917217713 0 4 0 16800975 18446604454462878784 0 0 -1 5 0 0 0
[pid=29714/tid=29731] ppid=29712 vsize=10556992 CPUtime=0.97 cores=1,3,5,7
/proc/29714/task/29731/stat : 29731 (java) S 29712 29714 29646 0 -1 4202560 6647 0 0 0 96 1 0 0 15 0 19 0 911817789 10810359808 920209 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 5 0 0 0
[pid=29714/tid=29732] ppid=29712 vsize=10556992 CPUtime=0.66 cores=1,3,5,7
/proc/29714/task/29732/stat : 29732 (java) S 29712 29714 29646 0 -1 4202560 4669 0 0 0 65 1 0 0 18 0 19 0 911817789 10810359808 920209 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 3 0 0 0
[pid=29714/tid=29733] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29733/stat : 29733 (java) S 29712 29714 29646 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 911817789 10810359808 920209 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 5 0 0 0
[pid=29714/tid=29735] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29735/stat : 29735 (java) S 29712 29714 29646 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 911817789 10810359808 920209 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210624 0 4 0 16800975 18446604454462878784 0 0 -1 3 0 0 0
[pid=29714/tid=29736] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29736/stat : 29736 (java) S 29712 29714 29646 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 911817813 10810359808 920209 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210624 0 4 0 16800975 18446604454462878784 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1727.07
Current children cumulated vsize (KiB) 10556992

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 1.71 3/520 29789
/proc/meminfo: memFree=17419252/32950928 swapFree=61542356/67111528
[pid=29714] ppid=29712 vsize=10556992 CPUtime=1787.2 cores=1,3,5,7
/proc/29714/stat : 29714 (java) S 29712 29714 29646 0 -1 4202496 925701 0 1 0 178618 102 0 0 23 0 19 0 911817783 10810359808 920230 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29714/statm: 2639248 920230 2257 9 0 2629982 0
[pid=29714/tid=29715] ppid=29712 vsize=10556992 CPUtime=1779.75 cores=1,3,5,7
/proc/29714/task/29715/stat : 29715 (java) R 29712 29714 29646 0 -1 4202560 834441 0 1 0 177887 88 0 0 25 0 19 0 911817783 10810359808 920230 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 46912505690551 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29714/tid=29717] ppid=29712 vsize=10556992 CPUtime=0.47 cores=1,3,5,7
/proc/29714/task/29717/stat : 29717 (java) S 29712 29714 29646 0 -1 4202560 6283 0 0 0 47 0 0 0 16 0 19 0 911817786 10810359808 920230 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 3 0 0 0
[pid=29714/tid=29718] ppid=29712 vsize=10556992 CPUtime=0.6 cores=1,3,5,7
/proc/29714/task/29718/stat : 29718 (java) S 29712 29714 29646 0 -1 4202560 7115 0 0 0 59 1 0 0 16 0 19 0 911817786 10810359808 920230 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 7 0 0 0
[pid=29714/tid=29719] ppid=29712 vsize=10556992 CPUtime=0.61 cores=1,3,5,7
/proc/29714/task/29719/stat : 29719 (java) S 29712 29714 29646 0 -1 4202560 6284 0 0 0 61 0 0 0 16 0 19 0 911817786 10810359808 920230 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 7 0 0 0
[pid=29714/tid=29721] ppid=29712 vsize=10556992 CPUtime=0.62 cores=1,3,5,7
/proc/29714/task/29721/stat : 29721 (java) S 29712 29714 29646 0 -1 4202560 11755 0 0 0 61 1 0 0 16 0 19 0 911817786 10810359808 920230 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 1 0 0 0
[pid=29714/tid=29722] ppid=29712 vsize=10556992 CPUtime=0.61 cores=1,3,5,7
/proc/29714/task/29722/stat : 29722 (java) S 29712 29714 29646 0 -1 4202560 13220 0 0 0 60 1 0 0 15 0 19 0 911817786 10810359808 920230 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 7 0 0 0
[pid=29714/tid=29723] ppid=29712 vsize=10556992 CPUtime=0.6 cores=1,3,5,7
/proc/29714/task/29723/stat : 29723 (java) S 29712 29714 29646 0 -1 4202560 8140 0 0 0 59 1 0 0 16 0 19 0 911817786 10810359808 920230 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 5 0 0 0
[pid=29714/tid=29724] ppid=29712 vsize=10556992 CPUtime=0.57 cores=1,3,5,7
/proc/29714/task/29724/stat : 29724 (java) S 29712 29714 29646 0 -1 4202560 6975 0 0 0 57 0 0 0 16 0 19 0 911817786 10810359808 920230 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 5 0 0 0
[pid=29714/tid=29725] ppid=29712 vsize=10556992 CPUtime=0.61 cores=1,3,5,7
/proc/29714/task/29725/stat : 29725 (java) S 29712 29714 29646 0 -1 4202560 9375 0 0 0 60 1 0 0 15 0 19 0 911817786 10810359808 920230 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 3 0 0 0
[pid=29714/tid=29726] ppid=29712 vsize=10556992 CPUtime=1.02 cores=1,3,5,7
/proc/29714/task/29726/stat : 29726 (java) S 29712 29714 29646 0 -1 4202560 9542 0 0 0 101 1 0 0 15 0 19 0 911817787 10810359808 920230 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210624 0 0 0 16800975 18446604454462878784 0 0 -1 3 0 0 0
[pid=29714/tid=29728] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29728/stat : 29728 (java) S 29712 29714 29646 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 911817787 10810359808 920230 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 5 0 0 0
[pid=29714/tid=29729] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29729/stat : 29729 (java) S 29712 29714 29646 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 911817787 10810359808 920230 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 7 0 0 0
[pid=29714/tid=29730] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29730/stat : 29730 (java) S 29712 29714 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911817789 10810359808 920230 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917217713 0 4 0 16800975 18446604454462878784 0 0 -1 5 0 0 0
[pid=29714/tid=29731] ppid=29712 vsize=10556992 CPUtime=0.97 cores=1,3,5,7
/proc/29714/task/29731/stat : 29731 (java) S 29712 29714 29646 0 -1 4202560 6647 0 0 0 96 1 0 0 15 0 19 0 911817789 10810359808 920230 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 5 0 0 0
[pid=29714/tid=29732] ppid=29712 vsize=10556992 CPUtime=0.66 cores=1,3,5,7
/proc/29714/task/29732/stat : 29732 (java) S 29712 29714 29646 0 -1 4202560 4669 0 0 0 65 1 0 0 18 0 19 0 911817789 10810359808 920230 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 3 0 0 0
[pid=29714/tid=29733] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29733/stat : 29733 (java) S 29712 29714 29646 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 911817789 10810359808 920230 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 5 0 0 0
[pid=29714/tid=29735] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29735/stat : 29735 (java) S 29712 29714 29646 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 911817789 10810359808 920230 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210624 0 4 0 16800975 18446604454462878784 0 0 -1 3 0 0 0
[pid=29714/tid=29736] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29736/stat : 29736 (java) S 29712 29714 29646 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 911817813 10810359808 920230 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210624 0 4 0 16800975 18446604454462878784 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1787.2
Current children cumulated vsize (KiB) 10556992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.1 s]
/proc/loadavg: 2.00 2.02 1.71 3/504 29801
/proc/meminfo: memFree=19874556/32950928 swapFree=61542356/67111528
[pid=29714] ppid=29712 vsize=10556992 CPUtime=1800.06 cores=1,3,5,7
/proc/29714/stat : 29714 (java) S 29712 29714 29646 0 -1 4202496 925712 0 1 0 179904 102 0 0 23 0 19 0 911817783 10810359808 920236 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29714/statm: 2639248 920236 2257 9 0 2629982 0
[pid=29714/tid=29715] ppid=29712 vsize=10556992 CPUtime=1792.55 cores=1,3,5,7
/proc/29714/task/29715/stat : 29715 (java) R 29712 29714 29646 0 -1 4202560 834442 0 1 0 179167 88 0 0 25 0 19 0 911817783 10810359808 920236 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 46912505691218 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29714/tid=29717] ppid=29712 vsize=10556992 CPUtime=0.47 cores=1,3,5,7
/proc/29714/task/29717/stat : 29717 (java) S 29712 29714 29646 0 -1 4202560 6283 0 0 0 47 0 0 0 15 0 19 0 911817786 10810359808 920236 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 3 0 0 0
[pid=29714/tid=29718] ppid=29712 vsize=10556992 CPUtime=0.61 cores=1,3,5,7
/proc/29714/task/29718/stat : 29718 (java) S 29712 29714 29646 0 -1 4202560 7116 0 0 0 60 1 0 0 16 0 19 0 911817786 10810359808 920236 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 7 0 0 0
[pid=29714/tid=29719] ppid=29712 vsize=10556992 CPUtime=0.61 cores=1,3,5,7
/proc/29714/task/29719/stat : 29719 (java) S 29712 29714 29646 0 -1 4202560 6284 0 0 0 61 0 0 0 15 0 19 0 911817786 10810359808 920236 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 7 0 0 0
[pid=29714/tid=29721] ppid=29712 vsize=10556992 CPUtime=0.63 cores=1,3,5,7
/proc/29714/task/29721/stat : 29721 (java) S 29712 29714 29646 0 -1 4202560 11757 0 0 0 62 1 0 0 16 0 19 0 911817786 10810359808 920236 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 1 0 0 0
[pid=29714/tid=29722] ppid=29712 vsize=10556992 CPUtime=0.61 cores=1,3,5,7
/proc/29714/task/29722/stat : 29722 (java) S 29712 29714 29646 0 -1 4202560 13220 0 0 0 60 1 0 0 15 0 19 0 911817786 10810359808 920236 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 7 0 0 0
[pid=29714/tid=29723] ppid=29712 vsize=10556992 CPUtime=0.6 cores=1,3,5,7
/proc/29714/task/29723/stat : 29723 (java) S 29712 29714 29646 0 -1 4202560 8140 0 0 0 59 1 0 0 15 0 19 0 911817786 10810359808 920236 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 5 0 0 0
[pid=29714/tid=29724] ppid=29712 vsize=10556992 CPUtime=0.58 cores=1,3,5,7
/proc/29714/task/29724/stat : 29724 (java) S 29712 29714 29646 0 -1 4202560 6977 0 0 0 58 0 0 0 16 0 19 0 911817786 10810359808 920236 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 5 0 0 0
[pid=29714/tid=29725] ppid=29712 vsize=10556992 CPUtime=0.62 cores=1,3,5,7
/proc/29714/task/29725/stat : 29725 (java) S 29712 29714 29646 0 -1 4202560 9376 0 0 0 61 1 0 0 16 0 19 0 911817786 10810359808 920236 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 3 0 0 0
[pid=29714/tid=29726] ppid=29712 vsize=10556992 CPUtime=1.02 cores=1,3,5,7
/proc/29714/task/29726/stat : 29726 (java) S 29712 29714 29646 0 -1 4202560 9544 0 0 0 101 1 0 0 15 0 19 0 911817787 10810359808 920236 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210624 0 0 0 16800975 18446604454462878784 0 0 -1 3 0 0 0
[pid=29714/tid=29728] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29728/stat : 29728 (java) S 29712 29714 29646 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 911817787 10810359808 920236 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 5 0 0 0
[pid=29714/tid=29729] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29729/stat : 29729 (java) S 29712 29714 29646 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 911817787 10810359808 920236 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 7 0 0 0
[pid=29714/tid=29730] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29730/stat : 29730 (java) S 29712 29714 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911817789 10810359808 920236 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917217713 0 4 0 16800975 18446604454462878784 0 0 -1 5 0 0 0
[pid=29714/tid=29731] ppid=29712 vsize=10556992 CPUtime=0.97 cores=1,3,5,7
/proc/29714/task/29731/stat : 29731 (java) S 29712 29714 29646 0 -1 4202560 6647 0 0 0 96 1 0 0 15 0 19 0 911817789 10810359808 920236 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 5 0 0 0
[pid=29714/tid=29732] ppid=29712 vsize=10556992 CPUtime=0.66 cores=1,3,5,7
/proc/29714/task/29732/stat : 29732 (java) S 29712 29714 29646 0 -1 4202560 4669 0 0 0 65 1 0 0 18 0 19 0 911817789 10810359808 920236 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 3 0 0 0
[pid=29714/tid=29733] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29733/stat : 29733 (java) S 29712 29714 29646 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 911817789 10810359808 920236 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210009 0 4 0 16800975 18446604454462878784 0 0 -1 5 0 0 0
[pid=29714/tid=29735] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29735/stat : 29735 (java) S 29712 29714 29646 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 911817789 10810359808 920236 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210624 0 4 0 16800975 18446604454462878784 0 0 -1 3 0 0 0
[pid=29714/tid=29736] ppid=29712 vsize=10556992 CPUtime=0 cores=1,3,5,7
/proc/29714/task/29736/stat : 29736 (java) S 29712 29714 29646 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 911817813 10810359808 920236 33554432000 1073741824 1073778376 140736352753200 18446744073709551615 260917210624 0 4 0 16800975 18446604454462878784 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 10556992

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

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

[startup+1795.23 s]
/proc/loadavg: 2.00 2.02 1.71 2/484 29804
/proc/meminfo: memFree=22902692/32950928 swapFree=61542356/67111528
[pid=29714] ppid=29712 vsize=0 CPUtime=1800.2 cores=1,3,5,7
/proc/29714/stat : 29714 (java) Z 29712 29714 29646 0 -1 4203548 925748 0 1 0 179909 111 0 0 17 0 2 0 911817783 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29714/statm: 0 0 0 0 0 0 0
[pid=29714/tid=29803] ppid=29712 vsize=0 CPUtime=0.08 cores=1,3,5,7
/proc/29714/task/29803/stat : 29803 (java) R 29712 29714 29646 0 -1 4203588 10 0 0 0 0 8 0 0 19 0 2 0 911997295 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.29
CPU time (s): 1800.26
CPU user time (s): 1799.09
CPU system time (s): 1.16182
CPU usage (%): 100.277
Max. virtual memory (cumulated for all children) (KiB): 10556992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.09
system time used= 1.16182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 925748
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= 39858
involuntary context switches= 22632

runsolver used 8.74067 second user time and 20.6759 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-04 21:31:11
IDJOB=3457048
IDBENCH=1319
IDSOLVER=1951
FILE ID=node116/3457048-1307215871
RUNJOBID= node116-1307215870-29670
PBS_JOBID= 13509104
Free space on /tmp= 73888 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900670756.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3457048-1307215871/watcher-3457048-1307215871 -o /tmp/evaluation-result-3457048-1307215871/solver-3457048-1307215871 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457048-1307215871.opb

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

MD5SUM BENCH= 11371eec29d871c470e0cb7778802319
RANDOM SEED=900326668

node116.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.826
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.65
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.826
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	: 5226.15
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.826
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.826
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	: 5332.75
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.826
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.77
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.826
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.826
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.75
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.826
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24714668 kB
Buffers:        283860 kB
Cached:         509244 kB
SwapCached:      12580 kB
Active:        7568272 kB
Inactive:       396004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24714668 kB
SwapTotal:    67111528 kB
SwapFree:     61542356 kB
Dirty:             812 kB
Writeback:           0 kB
AnonPages:     7169548 kB
Mapped:          29660 kB
Slab:           140728 kB
PageTables:      62752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 149929500 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73888 MiB
End job on node116 at 2011-06-04 22:01:08