Trace number 3456666

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.27 1795.72

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900552288.opb
MD5SUMd36c8f083b4352ee7b6379767e1c28ad
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark8.62369
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
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 727
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.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3456666-1307216305.opb
0.10/0.12	c reading problem ... 
0.44/0.32	c ... done. Wall clock time 0.202s.
0.44/0.32	c #vars     231
0.44/0.32	c #constraints  2707
0.44/0.32	c constraints type 
0.44/0.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.44/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.44/0.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.44/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
44.56/43.20	c cleaning 0 clauses out of 5003 with flag 0/5003
249.08/247.20	c cleaning 0 clauses out of 11000 with flag 0/11000
779.90/777.15	c cleaning 0 clauses out of 18001 with flag 0/18001
1800.05/1795.54	c starts		: 54
1800.05/1795.54	c conflicts		: 25770
1800.05/1795.54	c decisions		: 51361
1800.05/1795.54	c propagations		: 856691
1800.05/1795.54	c inspects		: 1943252976
1800.05/1795.54	c shortcuts		: 0
1800.05/1795.54	c learnt literals	: 0
1800.05/1795.54	c learnt binary clauses	: 0
1800.05/1795.54	c learnt ternary clauses	: 6
1800.05/1795.54	c learnt constraints	: 25769
1800.05/1795.54	c ignored constraints	: 0
1800.05/1795.54	c root simplifications	: 0
1800.05/1795.54	c removed literals (reason simplification)	: 0
1800.05/1795.54	c reason swapping (by a shorter reason)	: 0
1800.05/1795.54	c Calls to reduceDB	: 3
1800.05/1795.54	c number of reductions to clauses (during analyze)	: 0
1800.05/1795.54	c number of learned constraints concerned by reduction	: 0
1800.05/1795.54	c number of learning phase by resolution	: 0
1800.05/1795.54	c number of learning phase by cutting planes	: 0
1800.05/1795.54	c speed (assignments/second)	: 477.2069591509448
1800.05/1795.54	c non guided choices	121
1800.05/1795.55	c learnt constraints type 
1800.05/1795.55	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 892
1800.05/1795.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 43
1800.05/1795.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 24834
1800.05/1795.55	c constraints type 
1800.05/1795.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
1800.05/1795.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
1800.05/1795.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
1800.05/1795.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.05/1795.55	s UNKNOWN
1800.05/1795.55	c Total wall clock time (in seconds): 1795.437

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-3456666-1307216305/watcher-3456666-1307216305 -o /tmp/evaluation-result-3456666-1307216305/solver-3456666-1307216305 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456666-1307216305.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.07 1.61 0.77 2/476 22734
/proc/meminfo: memFree=22517968/32951124 swapFree=60688864/67111528
[pid=22734] ppid=22732 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/22734/stat : 22734 (java) S 22732 22734 22575 0 -1 4202496 2140 0 1 0 0 0 0 0 25 0 2 0 833228657 10681323520 1844 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347695077 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/22734/statm: 2607745 1857 906 9 0 2598901 0
[pid=22734/tid=22735] ppid=22732 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22735/stat : 22735 (java) R 22732 22734 22575 0 -1 4202560 4093 0 1 0 0 0 0 0 25 0 2 0 833228658 10694979584 4909 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232335586363 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.107898 s]
/proc/loadavg: 2.07 1.61 0.77 2/476 22734
/proc/meminfo: memFree=22517968/32951124 swapFree=60688864/67111528
[pid=22734] ppid=22732 vsize=10539848 CPUtime=0.1 cores=0,2,4,6
/proc/22734/stat : 22734 (java) S 22732 22734 22575 0 -1 4202496 13064 0 1 0 8 2 0 0 25 0 18 0 833228657 10792804352 12727 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22734/statm: 2634962 12727 2093 9 0 2625696 0
[pid=22734/tid=22735] ppid=22732 vsize=10539848 CPUtime=0.08 cores=0,2,4,6
/proc/22734/task/22735/stat : 22735 (java) R 22732 22734 22575 0 -1 4202560 11110 0 1 0 7 1 0 0 25 0 18 0 833228658 10792804352 12728 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 47823429430099 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539848

[startup+0.210677 s]
/proc/loadavg: 2.07 1.61 0.77 2/476 22734
/proc/meminfo: memFree=22517968/32951124 swapFree=60688864/67111528
[pid=22734] ppid=22732 vsize=10540000 CPUtime=0.26 cores=0,2,4,6
/proc/22734/stat : 22734 (java) S 22732 22734 22575 0 -1 4202496 13940 0 1 0 24 2 0 0 25 0 18 0 833228657 10792960000 13538 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22734/statm: 2635000 13538 2171 9 0 2625734 0
[pid=22734/tid=22735] ppid=22732 vsize=10540000 CPUtime=0.18 cores=0,2,4,6
/proc/22734/task/22735/stat : 22735 (java) R 22732 22734 22575 0 -1 4202560 11704 0 1 0 17 1 0 0 25 0 18 0 833228658 10792960000 13538 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 47823425791624 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10540000

[startup+0.300845 s]
/proc/loadavg: 2.07 1.61 0.77 2/476 22734
/proc/meminfo: memFree=22517968/32951124 swapFree=60688864/67111528
[pid=22734] ppid=22732 vsize=10540936 CPUtime=0.44 cores=0,2,4,6
/proc/22734/stat : 22734 (java) S 22732 22734 22575 0 -1 4202496 15366 0 1 0 42 2 0 0 25 0 18 0 833228657 10793918464 14719 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22734/statm: 2635234 14720 2199 9 0 2625968 0
[pid=22734/tid=22735] ppid=22732 vsize=10540936 CPUtime=0.28 cores=0,2,4,6
/proc/22734/task/22735/stat : 22735 (java) R 22732 22734 22575 0 -1 4202560 12544 0 1 0 26 2 0 0 25 0 18 0 833228658 10793918464 14720 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 46912505529269 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 10540936

[startup+0.854058 s]
/proc/loadavg: 2.07 1.61 0.77 2/476 22734
/proc/meminfo: memFree=22517968/32951124 swapFree=60688864/67111528
[pid=22734] ppid=22732 vsize=10552460 CPUtime=1.89 cores=0,2,4,6
/proc/22734/stat : 22734 (java) S 22732 22734 22575 0 -1 4202496 55298 0 1 0 182 7 0 0 25 0 19 0 833228657 10805719040 50297 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22734/statm: 2638115 50299 2224 9 0 2628849 0
[pid=22734/tid=22735] ppid=22732 vsize=10552460 CPUtime=0.83 cores=0,2,4,6
/proc/22734/task/22735/stat : 22735 (java) R 22732 22734 22575 0 -1 4202560 42914 0 1 0 77 6 0 0 25 0 19 0 833228658 10805719040 50299 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 47823425791624 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 10552460

[startup+1.50163 s]
/proc/loadavg: 2.30 1.66 0.79 3/495 22753
/proc/meminfo: memFree=22120832/32951124 swapFree=60688864/67111528
[pid=22734] ppid=22732 vsize=10552904 CPUtime=2.61 cores=0,2,4,6
/proc/22734/stat : 22734 (java) S 22732 22734 22575 0 -1 4202496 127439 0 1 0 244 17 0 0 25 0 19 0 833228657 10806173696 122438 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22734/statm: 2638226 122445 2226 9 0 2628960 0
[pid=22734/tid=22735] ppid=22732 vsize=10552904 CPUtime=1.48 cores=0,2,4,6
/proc/22734/task/22735/stat : 22735 (java) R 22732 22734 22575 0 -1 4202560 114979 0 1 0 133 15 0 0 25 0 19 0 833228658 10806173696 122448 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 46912505668384 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22734/tid=22737] ppid=22732 vsize=10552904 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22737/stat : 22737 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228660 10806173696 122452 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22738] ppid=22732 vsize=10552904 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22738/stat : 22738 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228660 10806173696 122457 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22739] ppid=22732 vsize=10552904 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22739/stat : 22739 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228660 10806173696 122461 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22740] ppid=22732 vsize=10552904 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22740/stat : 22740 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228660 10806173696 122465 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22741] ppid=22732 vsize=10552904 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22741/stat : 22741 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228660 10806173696 122470 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22742] ppid=22732 vsize=10552904 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22742/stat : 22742 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228660 10806173696 122474 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22743] ppid=22732 vsize=10552904 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22743/stat : 22743 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228660 10806173696 122477 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22744] ppid=22732 vsize=10552904 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22744/stat : 22744 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228660 10806173696 122481 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22745] ppid=22732 vsize=10552904 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22745/stat : 22745 (java) S 22732 22734 22575 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 833228661 10806173696 122485 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708928 0 0 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22746] ppid=22732 vsize=10552904 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22746/stat : 22746 (java) S 22732 22734 22575 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833228661 10806173696 122489 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22747] ppid=22732 vsize=10552904 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22747/stat : 22747 (java) S 22732 22734 22575 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833228661 10806173696 122493 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22748] ppid=22732 vsize=10552904 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22748/stat : 22748 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228664 10806173696 122497 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347716017 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22749] ppid=22732 vsize=10552904 CPUtime=0.56 cores=0,2,4,6
/proc/22734/task/22749/stat : 22749 (java) S 22732 22734 22575 0 -1 4202560 6702 0 0 0 55 1 0 0 15 0 19 0 833228664 10806173696 122501 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22750] ppid=22732 vsize=10552904 CPUtime=0.56 cores=0,2,4,6
/proc/22734/task/22750/stat : 22750 (java) R 22732 22734 22575 0 -1 4202560 4610 0 0 0 56 0 0 0 15 0 19 0 833228664 10806173696 122504 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 47823428652347 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22734/tid=22751] ppid=22732 vsize=10552904 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22751/stat : 22751 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228664 10806173696 122507 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22752] ppid=22732 vsize=10552904 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22752/stat : 22752 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833228664 10806173696 122511 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708928 0 4 0 16800975 18446604442190329088 0 0 -1 4 0 0 0
[pid=22734/tid=22753] ppid=22732 vsize=10552904 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22753/stat : 22753 (java) S 22732 22734 22575 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833228690 10806173696 122514 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708928 0 4 0 16800975 18446604442190329088 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 10552904

[startup+3.10135 s]
/proc/loadavg: 2.30 1.66 0.79 3/495 22753
/proc/meminfo: memFree=21667984/32951124 swapFree=60688864/67111528
[pid=22734] ppid=22732 vsize=10552904 CPUtime=4.24 cores=0,2,4,6
/proc/22734/stat : 22734 (java) S 22732 22734 22575 0 -1 4202496 287358 0 1 0 387 37 0 0 25 0 19 0 833228657 10806173696 282357 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22734/statm: 2638226 282362 2226 9 0 2628960 0
[pid=22734/tid=22735] ppid=22732 vsize=10552904 CPUtime=3.07 cores=0,2,4,6
/proc/22734/task/22735/stat : 22735 (java) R 22732 22734 22575 0 -1 4202560 274891 0 1 0 272 35 0 0 25 0 19 0 833228658 10806173696 282365 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 46912505668365 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22734/tid=22737] ppid=22732 vsize=10552904 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22737/stat : 22737 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228660 10806173696 282367 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22738] ppid=22732 vsize=10552904 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22738/stat : 22738 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228660 10806173696 282370 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22739] ppid=22732 vsize=10552904 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22739/stat : 22739 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228660 10806173696 282372 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22740] ppid=22732 vsize=10552904 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22740/stat : 22740 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228660 10806173696 282375 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22741] ppid=22732 vsize=10552904 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22741/stat : 22741 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228660 10806173696 282379 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22742] ppid=22732 vsize=10552904 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22742/stat : 22742 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228660 10806173696 282383 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22743] ppid=22732 vsize=10552904 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22743/stat : 22743 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228660 10806173696 282387 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22744] ppid=22732 vsize=10552904 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22744/stat : 22744 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228660 10806173696 282390 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22745] ppid=22732 vsize=10552904 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22745/stat : 22745 (java) S 22732 22734 22575 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 833228661 10806173696 282393 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708928 0 0 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22746] ppid=22732 vsize=10552904 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22746/stat : 22746 (java) S 22732 22734 22575 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833228661 10806173696 282397 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22747] ppid=22732 vsize=10552904 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22747/stat : 22747 (java) S 22732 22734 22575 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833228661 10806173696 282400 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22748] ppid=22732 vsize=10552904 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22748/stat : 22748 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228664 10806173696 282404 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347716017 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22749] ppid=22732 vsize=10552904 CPUtime=0.56 cores=0,2,4,6
/proc/22734/task/22749/stat : 22749 (java) S 22732 22734 22575 0 -1 4202560 6702 0 0 0 55 1 0 0 15 0 19 0 833228664 10806173696 282407 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22750] ppid=22732 vsize=10552904 CPUtime=0.59 cores=0,2,4,6
/proc/22734/task/22750/stat : 22750 (java) S 22732 22734 22575 0 -1 4202560 4615 0 0 0 59 0 0 0 15 0 19 0 833228664 10806173696 282410 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 2 0 0 0
[pid=22734/tid=22751] ppid=22732 vsize=10552904 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22751/stat : 22751 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228664 10806173696 282414 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22752] ppid=22732 vsize=10552904 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22752/stat : 22752 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833228664 10806173696 282417 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708928 0 4 0 16800975 18446604442190329088 0 0 -1 4 0 0 0
[pid=22734/tid=22753] ppid=22732 vsize=10552904 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22753/stat : 22753 (java) S 22732 22734 22575 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833228690 10806173696 282420 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708928 0 4 0 16800975 18446604442190329088 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 10552904

[startup+6.30083 s]
/proc/loadavg: 2.28 1.67 0.80 3/495 22753
/proc/meminfo: memFree=20413460/32951124 swapFree=60688864/67111528
[pid=22734] ppid=22732 vsize=10549264 CPUtime=7.45 cores=0,2,4,6
/proc/22734/stat : 22734 (java) S 22732 22734 22575 0 -1 4202496 584291 0 1 0 672 73 0 0 25 0 19 0 833228657 10802446336 578097 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22734/statm: 2637316 578101 2227 9 0 2628050 0
[pid=22734/tid=22735] ppid=22732 vsize=10549264 CPUtime=6.28 cores=0,2,4,6
/proc/22734/task/22735/stat : 22735 (java) R 22732 22734 22575 0 -1 4202560 571817 0 1 0 556 72 0 0 25 0 19 0 833228658 10802446336 578103 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 46912505735861 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22734/tid=22737] ppid=22732 vsize=10549264 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22737/stat : 22737 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228660 10802446336 578105 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22738] ppid=22732 vsize=10549264 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22738/stat : 22738 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228660 10802446336 578108 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22739] ppid=22732 vsize=10549264 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22739/stat : 22739 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228660 10802446336 578110 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22740] ppid=22732 vsize=10549264 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22740/stat : 22740 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228660 10802446336 578113 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22741] ppid=22732 vsize=10549264 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22741/stat : 22741 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228660 10802446336 578115 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22742] ppid=22732 vsize=10549264 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22742/stat : 22742 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228660 10802446336 578117 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22743] ppid=22732 vsize=10549264 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22743/stat : 22743 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228660 10802446336 578120 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22744] ppid=22732 vsize=10549264 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22744/stat : 22744 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228660 10802446336 578122 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22745] ppid=22732 vsize=10549264 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22745/stat : 22745 (java) S 22732 22734 22575 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 833228661 10802446336 578125 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708928 0 0 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22746] ppid=22732 vsize=10549264 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22746/stat : 22746 (java) S 22732 22734 22575 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833228661 10802446336 578127 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22747] ppid=22732 vsize=10549264 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22747/stat : 22747 (java) S 22732 22734 22575 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833228661 10802446336 578129 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22748] ppid=22732 vsize=10549264 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22748/stat : 22748 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228664 10802446336 578132 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347716017 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22749] ppid=22732 vsize=10549264 CPUtime=0.56 cores=0,2,4,6
/proc/22734/task/22749/stat : 22749 (java) S 22732 22734 22575 0 -1 4202560 6703 0 0 0 55 1 0 0 16 0 19 0 833228664 10802446336 578134 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22750] ppid=22732 vsize=10549264 CPUtime=0.59 cores=0,2,4,6
/proc/22734/task/22750/stat : 22750 (java) S 22732 22734 22575 0 -1 4202560 4617 0 0 0 59 0 0 0 15 0 19 0 833228664 10802446336 578137 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 2 0 0 0

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

/proc/22734/task/22747/stat : 22747 (java) S 22732 22734 22575 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833228661 10802446336 915335 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22748] ppid=22732 vsize=10549264 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22748/stat : 22748 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228664 10802446336 915335 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347716017 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22749] ppid=22732 vsize=10549264 CPUtime=0.72 cores=0,2,4,6
/proc/22734/task/22749/stat : 22749 (java) S 22732 22734 22575 0 -1 4202560 6744 0 0 0 71 1 0 0 15 0 19 0 833228664 10802446336 915335 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22750] ppid=22732 vsize=10549264 CPUtime=0.7 cores=0,2,4,6
/proc/22734/task/22750/stat : 22750 (java) S 22732 22734 22575 0 -1 4202560 4640 0 0 0 70 0 0 0 16 0 19 0 833228664 10802446336 915335 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 2 0 0 0
[pid=22734/tid=22751] ppid=22732 vsize=10549264 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22751/stat : 22751 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228664 10802446336 915335 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22752] ppid=22732 vsize=10549264 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22752/stat : 22752 (java) S 22732 22734 22575 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 833228664 10802446336 915335 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708928 0 4 0 16800975 18446604442190329088 0 0 -1 2 0 0 0
[pid=22734/tid=22753] ppid=22732 vsize=10549264 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22753/stat : 22753 (java) S 22732 22734 22575 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833228690 10802446336 915335 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708928 0 4 0 16800975 18446604442190329088 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1666.62
Current children cumulated vsize (KiB) 10549264

[startup+1722.3 s]
/proc/loadavg: 2.14 2.06 1.83 3/495 22951
/proc/meminfo: memFree=18841212/32951124 swapFree=60688864/67111528
[pid=22734] ppid=22732 vsize=10549264 CPUtime=1726.69 cores=0,2,4,6
/proc/22734/stat : 22734 (java) S 22732 22734 22575 0 -1 4202496 923092 0 1 0 172552 117 0 0 25 0 19 0 833228657 10802446336 915859 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22734/statm: 2637316 915859 2257 9 0 2628050 0
[pid=22734/tid=22735] ppid=22732 vsize=10549264 CPUtime=1720.36 cores=0,2,4,6
/proc/22734/task/22735/stat : 22735 (java) R 22732 22734 22575 0 -1 4202560 837714 0 1 0 171933 103 0 0 25 0 19 0 833228658 10802446336 915859 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 46912505735577 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22734/tid=22737] ppid=22732 vsize=10549264 CPUtime=0.48 cores=0,2,4,6
/proc/22734/task/22737/stat : 22737 (java) S 22732 22734 22575 0 -1 4202560 8309 0 0 0 47 1 0 0 15 0 19 0 833228660 10802446336 915859 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22738] ppid=22732 vsize=10549264 CPUtime=0.59 cores=0,2,4,6
/proc/22734/task/22738/stat : 22738 (java) S 22732 22734 22575 0 -1 4202560 8336 0 0 0 59 0 0 0 16 0 19 0 833228660 10802446336 915859 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 0 0 0 0
[pid=22734/tid=22739] ppid=22732 vsize=10549264 CPUtime=0.46 cores=0,2,4,6
/proc/22734/task/22739/stat : 22739 (java) S 22732 22734 22575 0 -1 4202560 4593 0 0 0 46 0 0 0 16 0 19 0 833228660 10802446336 915859 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 4 0 0 0
[pid=22734/tid=22740] ppid=22732 vsize=10549264 CPUtime=0.5 cores=0,2,4,6
/proc/22734/task/22740/stat : 22740 (java) S 22732 22734 22575 0 -1 4202560 8731 0 0 0 49 1 0 0 15 0 19 0 833228660 10802446336 915859 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 0 0 0 0
[pid=22734/tid=22741] ppid=22732 vsize=10549264 CPUtime=0.45 cores=0,2,4,6
/proc/22734/task/22741/stat : 22741 (java) S 22732 22734 22575 0 -1 4202560 8194 0 0 0 44 1 0 0 15 0 19 0 833228660 10802446336 915859 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 2 0 0 0
[pid=22734/tid=22742] ppid=22732 vsize=10549264 CPUtime=0.57 cores=0,2,4,6
/proc/22734/task/22742/stat : 22742 (java) S 22732 22734 22575 0 -1 4202560 8092 0 0 0 57 0 0 0 16 0 19 0 833228660 10802446336 915859 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 2 0 0 0
[pid=22734/tid=22743] ppid=22732 vsize=10549264 CPUtime=0.66 cores=0,2,4,6
/proc/22734/task/22743/stat : 22743 (java) S 22732 22734 22575 0 -1 4202560 11060 0 0 0 65 1 0 0 16 0 19 0 833228660 10802446336 915859 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22744] ppid=22732 vsize=10549264 CPUtime=0.6 cores=0,2,4,6
/proc/22734/task/22744/stat : 22744 (java) S 22732 22734 22575 0 -1 4202560 10254 0 0 0 59 1 0 0 16 0 19 0 833228660 10802446336 915859 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 2 0 0 0
[pid=22734/tid=22745] ppid=22732 vsize=10549264 CPUtime=0.46 cores=0,2,4,6
/proc/22734/task/22745/stat : 22745 (java) S 22732 22734 22575 0 -1 4202560 5177 0 0 0 45 1 0 0 15 0 19 0 833228661 10802446336 915859 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708928 0 0 0 16800975 18446604442190329088 0 0 -1 2 0 0 0
[pid=22734/tid=22746] ppid=22732 vsize=10549264 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22746/stat : 22746 (java) S 22732 22734 22575 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833228661 10802446336 915859 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22747] ppid=22732 vsize=10549264 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22747/stat : 22747 (java) S 22732 22734 22575 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833228661 10802446336 915859 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22748] ppid=22732 vsize=10549264 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22748/stat : 22748 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228664 10802446336 915859 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347716017 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22749] ppid=22732 vsize=10549264 CPUtime=0.72 cores=0,2,4,6
/proc/22734/task/22749/stat : 22749 (java) S 22732 22734 22575 0 -1 4202560 6744 0 0 0 71 1 0 0 15 0 19 0 833228664 10802446336 915859 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22750] ppid=22732 vsize=10549264 CPUtime=0.7 cores=0,2,4,6
/proc/22734/task/22750/stat : 22750 (java) S 22732 22734 22575 0 -1 4202560 4640 0 0 0 70 0 0 0 16 0 19 0 833228664 10802446336 915859 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 2 0 0 0
[pid=22734/tid=22751] ppid=22732 vsize=10549264 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22751/stat : 22751 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228664 10802446336 915859 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22752] ppid=22732 vsize=10549264 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22752/stat : 22752 (java) S 22732 22734 22575 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 833228664 10802446336 915859 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708928 0 4 0 16800975 18446604442190329088 0 0 -1 2 0 0 0
[pid=22734/tid=22753] ppid=22732 vsize=10549264 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22753/stat : 22753 (java) S 22732 22734 22575 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833228690 10802446336 915859 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708928 0 4 0 16800975 18446604442190329088 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1726.69
Current children cumulated vsize (KiB) 10549264

[startup+1782.32 s]
/proc/loadavg: 2.13 2.08 1.85 3/495 22953
/proc/meminfo: memFree=18820720/32951124 swapFree=60688864/67111528
[pid=22734] ppid=22732 vsize=10549264 CPUtime=1786.84 cores=0,2,4,6
/proc/22734/stat : 22734 (java) S 22732 22734 22575 0 -1 4202496 923833 0 1 0 178567 117 0 0 25 0 19 0 833228657 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22734/statm: 2637316 916583 2257 9 0 2628050 0
[pid=22734/tid=22735] ppid=22732 vsize=10549264 CPUtime=1780.32 cores=0,2,4,6
/proc/22734/task/22735/stat : 22735 (java) R 22732 22734 22575 0 -1 4202560 837718 0 1 0 177929 103 0 0 25 0 19 0 833228658 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 46912505680628 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22734/tid=22737] ppid=22732 vsize=10549264 CPUtime=0.5 cores=0,2,4,6
/proc/22734/task/22737/stat : 22737 (java) S 22732 22734 22575 0 -1 4202560 8340 0 0 0 49 1 0 0 15 0 19 0 833228660 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22738] ppid=22732 vsize=10549264 CPUtime=0.62 cores=0,2,4,6
/proc/22734/task/22738/stat : 22738 (java) S 22732 22734 22575 0 -1 4202560 8467 0 0 0 62 0 0 0 16 0 19 0 833228660 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22739] ppid=22732 vsize=10549264 CPUtime=0.49 cores=0,2,4,6
/proc/22734/task/22739/stat : 22739 (java) S 22732 22734 22575 0 -1 4202560 4725 0 0 0 49 0 0 0 16 0 19 0 833228660 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 4 0 0 0
[pid=22734/tid=22740] ppid=22732 vsize=10549264 CPUtime=0.53 cores=0,2,4,6
/proc/22734/task/22740/stat : 22740 (java) S 22732 22734 22575 0 -1 4202560 8893 0 0 0 52 1 0 0 15 0 19 0 833228660 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22741] ppid=22732 vsize=10549264 CPUtime=0.49 cores=0,2,4,6
/proc/22734/task/22741/stat : 22741 (java) S 22732 22734 22575 0 -1 4202560 8308 0 0 0 48 1 0 0 16 0 19 0 833228660 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 2 0 0 0
[pid=22734/tid=22742] ppid=22732 vsize=10549264 CPUtime=0.59 cores=0,2,4,6
/proc/22734/task/22742/stat : 22742 (java) S 22732 22734 22575 0 -1 4202560 8104 0 0 0 59 0 0 0 16 0 19 0 833228660 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 0 0 0 0
[pid=22734/tid=22743] ppid=22732 vsize=10549264 CPUtime=0.69 cores=0,2,4,6
/proc/22734/task/22743/stat : 22743 (java) S 22732 22734 22575 0 -1 4202560 11207 0 0 0 68 1 0 0 15 0 19 0 833228660 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22744] ppid=22732 vsize=10549264 CPUtime=0.61 cores=0,2,4,6
/proc/22734/task/22744/stat : 22744 (java) S 22732 22734 22575 0 -1 4202560 10254 0 0 0 60 1 0 0 15 0 19 0 833228660 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 2 0 0 0
[pid=22734/tid=22745] ppid=22732 vsize=10549264 CPUtime=0.46 cores=0,2,4,6
/proc/22734/task/22745/stat : 22745 (java) S 22732 22734 22575 0 -1 4202560 5181 0 0 0 45 1 0 0 15 0 19 0 833228661 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708928 0 0 0 16800975 18446604442190329088 0 0 -1 2 0 0 0
[pid=22734/tid=22746] ppid=22732 vsize=10549264 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22746/stat : 22746 (java) S 22732 22734 22575 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833228661 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22747] ppid=22732 vsize=10549264 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22747/stat : 22747 (java) S 22732 22734 22575 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833228661 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22748] ppid=22732 vsize=10549264 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22748/stat : 22748 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228664 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347716017 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22749] ppid=22732 vsize=10549264 CPUtime=0.72 cores=0,2,4,6
/proc/22734/task/22749/stat : 22749 (java) S 22732 22734 22575 0 -1 4202560 6744 0 0 0 71 1 0 0 15 0 19 0 833228664 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22750] ppid=22732 vsize=10549264 CPUtime=0.7 cores=0,2,4,6
/proc/22734/task/22750/stat : 22750 (java) S 22732 22734 22575 0 -1 4202560 4640 0 0 0 70 0 0 0 16 0 19 0 833228664 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 2 0 0 0
[pid=22734/tid=22751] ppid=22732 vsize=10549264 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22751/stat : 22751 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228664 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22752] ppid=22732 vsize=10549264 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22752/stat : 22752 (java) S 22732 22734 22575 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 833228664 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708928 0 4 0 16800975 18446604442190329088 0 0 -1 2 0 0 0
[pid=22734/tid=22753] ppid=22732 vsize=10549264 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22753/stat : 22753 (java) S 22732 22734 22575 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833228690 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708928 0 4 0 16800975 18446604442190329088 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1786.84
Current children cumulated vsize (KiB) 10549264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.52 s]
/proc/loadavg: 2.10 2.07 1.85 3/495 22953
/proc/meminfo: memFree=18816000/32951124 swapFree=60688864/67111528
[pid=22734] ppid=22732 vsize=10549264 CPUtime=1800.05 cores=0,2,4,6
/proc/22734/stat : 22734 (java) S 22732 22734 22575 0 -1 4202496 923833 0 1 0 179888 117 0 0 25 0 19 0 833228657 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22734/statm: 2637316 916583 2257 9 0 2628050 0
[pid=22734/tid=22735] ppid=22732 vsize=10549264 CPUtime=1793.54 cores=0,2,4,6
/proc/22734/task/22735/stat : 22735 (java) R 22732 22734 22575 0 -1 4202560 837718 0 1 0 179251 103 0 0 25 0 19 0 833228658 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 46912505680339 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22734/tid=22737] ppid=22732 vsize=10549264 CPUtime=0.5 cores=0,2,4,6
/proc/22734/task/22737/stat : 22737 (java) S 22732 22734 22575 0 -1 4202560 8340 0 0 0 49 1 0 0 15 0 19 0 833228660 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22738] ppid=22732 vsize=10549264 CPUtime=0.62 cores=0,2,4,6
/proc/22734/task/22738/stat : 22738 (java) S 22732 22734 22575 0 -1 4202560 8467 0 0 0 62 0 0 0 16 0 19 0 833228660 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22739] ppid=22732 vsize=10549264 CPUtime=0.49 cores=0,2,4,6
/proc/22734/task/22739/stat : 22739 (java) S 22732 22734 22575 0 -1 4202560 4725 0 0 0 49 0 0 0 16 0 19 0 833228660 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 4 0 0 0
[pid=22734/tid=22740] ppid=22732 vsize=10549264 CPUtime=0.53 cores=0,2,4,6
/proc/22734/task/22740/stat : 22740 (java) S 22732 22734 22575 0 -1 4202560 8893 0 0 0 52 1 0 0 15 0 19 0 833228660 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22741] ppid=22732 vsize=10549264 CPUtime=0.49 cores=0,2,4,6
/proc/22734/task/22741/stat : 22741 (java) S 22732 22734 22575 0 -1 4202560 8308 0 0 0 48 1 0 0 16 0 19 0 833228660 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 2 0 0 0
[pid=22734/tid=22742] ppid=22732 vsize=10549264 CPUtime=0.59 cores=0,2,4,6
/proc/22734/task/22742/stat : 22742 (java) S 22732 22734 22575 0 -1 4202560 8104 0 0 0 59 0 0 0 16 0 19 0 833228660 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 0 0 0 0
[pid=22734/tid=22743] ppid=22732 vsize=10549264 CPUtime=0.69 cores=0,2,4,6
/proc/22734/task/22743/stat : 22743 (java) S 22732 22734 22575 0 -1 4202560 11207 0 0 0 68 1 0 0 15 0 19 0 833228660 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22744] ppid=22732 vsize=10549264 CPUtime=0.61 cores=0,2,4,6
/proc/22734/task/22744/stat : 22744 (java) S 22732 22734 22575 0 -1 4202560 10254 0 0 0 60 1 0 0 15 0 19 0 833228660 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 2 0 0 0
[pid=22734/tid=22745] ppid=22732 vsize=10549264 CPUtime=0.46 cores=0,2,4,6
/proc/22734/task/22745/stat : 22745 (java) S 22732 22734 22575 0 -1 4202560 5181 0 0 0 45 1 0 0 15 0 19 0 833228661 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708928 0 0 0 16800975 18446604442190329088 0 0 -1 2 0 0 0
[pid=22734/tid=22746] ppid=22732 vsize=10549264 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22746/stat : 22746 (java) S 22732 22734 22575 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833228661 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22747] ppid=22732 vsize=10549264 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22747/stat : 22747 (java) S 22732 22734 22575 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833228661 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22748] ppid=22732 vsize=10549264 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22748/stat : 22748 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228664 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347716017 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22749] ppid=22732 vsize=10549264 CPUtime=0.72 cores=0,2,4,6
/proc/22734/task/22749/stat : 22749 (java) S 22732 22734 22575 0 -1 4202560 6744 0 0 0 71 1 0 0 15 0 19 0 833228664 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22750] ppid=22732 vsize=10549264 CPUtime=0.7 cores=0,2,4,6
/proc/22734/task/22750/stat : 22750 (java) S 22732 22734 22575 0 -1 4202560 4640 0 0 0 70 0 0 0 16 0 19 0 833228664 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 2 0 0 0
[pid=22734/tid=22751] ppid=22732 vsize=10549264 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22751/stat : 22751 (java) S 22732 22734 22575 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833228664 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708313 0 4 0 16800975 18446604442190329088 0 0 -1 6 0 0 0
[pid=22734/tid=22752] ppid=22732 vsize=10549264 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22752/stat : 22752 (java) S 22732 22734 22575 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 833228664 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708928 0 4 0 16800975 18446604442190329088 0 0 -1 2 0 0 0
[pid=22734/tid=22753] ppid=22732 vsize=10549264 CPUtime=0 cores=0,2,4,6
/proc/22734/task/22753/stat : 22753 (java) S 22732 22734 22575 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833228690 10802446336 916583 33554432000 1073741824 1073778376 140735409969760 18446744073709551615 232347708928 0 4 0 16800975 18446604442190329088 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 10549264

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

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

[startup+1795.7 s]
/proc/loadavg: 2.10 2.07 1.85 3/495 22953
/proc/meminfo: memFree=18816000/32951124 swapFree=60688864/67111528
[pid=22734] ppid=22732 vsize=0 CPUtime=1800.24 cores=0,2,4,6
/proc/22734/stat : 22734 (java) Z 22732 22734 22575 0 -1 4203548 923871 0 1 0 179894 130 0 0 17 0 2 0 833228657 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22734/statm: 0 0 0 0 0 0 0
[pid=22734/tid=22735] ppid=22732 vsize=0 CPUtime=1793.69 cores=0,2,4,6
/proc/22734/task/22735/stat : 22735 (java) R 22732 22734 22575 0 -1 4203588 837718 0 1 0 179253 116 0 0 25 0 2 0 833228658 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.72
CPU time (s): 1800.27
CPU user time (s): 1798.94
CPU system time (s): 1.3288
CPU usage (%): 100.253
Max. virtual memory (cumulated for all children) (KiB): 10555032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.94
system time used= 1.3288
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 923871
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= 39766
involuntary context switches= 5349

runsolver used 8.98463 second user time and 18.7981 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-04 21:38:25
IDJOB=3456666
IDBENCH=1357
IDSOLVER=1951
FILE ID=node132/3456666-1307216305
RUNJOBID= node132-1307215868-22593
PBS_JOBID= 13509092
Free space on /tmp= 73928 MiB

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

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

MD5SUM BENCH= d36c8f083b4352ee7b6379767e1c28ad
RANDOM SEED=989281022

node132.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.833
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.66
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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
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.833
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.76
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.833
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.833
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.833
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.67
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.833
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.82
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.833
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:     32951124 kB
MemFree:      22518124 kB
Buffers:        332276 kB
Cached:        3182152 kB
SwapCached:      15140 kB
Active:        4629076 kB
Inactive:      5535136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22518124 kB
SwapTotal:    67111528 kB
SwapFree:     60688864 kB
Dirty:             484 kB
Writeback:           0 kB
AnonPages:     6642432 kB
Mapped:          27396 kB
Slab:           145256 kB
PageTables:      57484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 119579808 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73928 MiB
End job on node132 at 2011-06-04 22:08:23