Trace number 3454326

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.29 902.514

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_19.opb
MD5SUM5a1b3155d98b6c4d8f9ab1b869fece67
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 355
Optimality of the best value was proved NO
Number of variables11001
Total number of constraints21678
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints21678
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2765
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		9996466904
0.02/0.09	c Max memory 		10048897024
0.02/0.09	c Total memory 		10048897024
0.02/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454326-1307191854.opb
0.10/0.11	c reading problem ... 
2.73/1.91	c ... done. Wall clock time 1.803s.
2.73/1.91	c #vars     11001
2.73/1.91	c #constraints  21678
2.73/1.91	c constraints type 
2.73/1.91	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21678
2.73/1.91	c constraints type 
2.73/1.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21678
52.02/25.94	c cleaning 2498 clauses out of 5001 with flag 5001/5001
99.08/49.52	c cleaning 4245 clauses out of 8503 with flag 11001/11001
158.20/79.12	c cleaning 5613 clauses out of 11258 with flag 18001/18001
175.35/87.86	c cleaning 0 clauses out of 5002 with flag 0/5002
222.87/111.60	c cleaning 6819 clauses out of 13645 with flag 26001/26001
295.10/147.89	c cleaning 7912 clauses out of 15825 with flag 35000/35000
383.13/191.91	c cleaning 8946 clauses out of 17913 with flag 45000/45000
397.90/199.49	c cleaning 0 clauses out of 11002 with flag 0/11002
475.41/238.39	c cleaning 9978 clauses out of 19967 with flag 56000/56000
552.59/277.09	c cleaning 10976 clauses out of 21989 with flag 68000/68000
664.65/333.17	c cleaning 11991 clauses out of 24014 with flag 81001/81001
763.90/382.90	c cleaning 0 clauses out of 18000 with flag 0/18000
775.42/388.86	c cleaning 12996 clauses out of 26023 with flag 95001/95001
887.81/445.14	c cleaning 14004 clauses out of 28026 with flag 110000/110000
1001.00/501.87	c cleaning 14998 clauses out of 30022 with flag 126000/126000
1138.64/570.71	c cleaning 15996 clauses out of 32025 with flag 143001/143001
1277.86/640.58	c cleaning 16994 clauses out of 34028 with flag 161000/161000
1298.53/651.07	c cleaning 0 clauses out of 26001 with flag 0/26001
1424.33/714.05	c cleaning 18012 clauses out of 36034 with flag 180000/180000
1587.74/795.85	c cleaning 19006 clauses out of 38023 with flag 200001/200001
1752.32/878.33	c cleaning 19990 clauses out of 40016 with flag 221000/221000
1800.04/902.32	c starts		: 119
1800.04/902.32	c conflicts		: 226888
1800.04/902.32	c decisions		: 278518
1800.04/902.32	c propagations		: 81564010
1800.04/902.32	c inspects		: 3129846405
1800.04/902.32	c shortcuts		: 0
1800.04/902.32	c learnt literals	: 0
1800.04/902.32	c learnt binary clauses	: 2
1800.04/902.32	c learnt ternary clauses	: 3
1800.04/902.32	c learnt constraints	: 226888
1800.04/902.32	c ignored constraints	: 0
1800.04/902.32	c root simplifications	: 0
1800.04/902.32	c removed literals (reason simplification)	: 4675635
1800.04/902.32	c reason swapping (by a shorter reason)	: 0
1800.04/902.32	c Calls to reduceDB	: 17
1800.04/902.32	c number of reductions to clauses (during analyze)	: 0
1800.04/902.32	c number of learned constraints concerned by reduction	: 0
1800.04/902.32	c number of learning phase by resolution	: 0
1800.04/902.32	c number of learning phase by cutting planes	: 0
1800.04/902.32	c speed (assignments/second)	: 90585.41109050321
1800.04/902.32	c non guided choices	171
1800.04/902.34	c learnt constraints type 
1800.04/902.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.04/902.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 25914
1800.04/902.34	c constraints type 
1800.04/902.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21678
1800.04/902.34	c constraints type 
1800.04/902.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21678
1800.04/902.34	s UNKNOWN
1800.04/902.34	c Total wall clock time (in seconds): 902.23

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-3454326-1307191854/watcher-3454326-1307191854 -o /tmp/evaluation-result-3454326-1307191854/solver-3454326-1307191854 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454326-1307191854.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 3.15 3.55 2/542 29473
/proc/meminfo: memFree=23783024/32951124 swapFree=56930356/67111528
[pid=29473] ppid=29471 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/29473/stat : 29473 (java) S 29471 29473 25956 0 -1 4202496 7995 0 1 0 0 0 0 0 25 0 2 0 830783112 10694979584 7696 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917533669 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/29473/statm: 2611079 7709 917 9 0 2602235 0
[pid=29473/tid=29474] ppid=29471 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29474/stat : 29474 (java) R 29471 29473 25956 0 -1 4202560 7744 0 1 0 0 0 0 0 25 0 2 0 830783112 10694979584 8560 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218905424955 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.032429 s]
/proc/loadavg: 2.07 3.15 3.55 2/542 29473
/proc/meminfo: memFree=23783024/32951124 swapFree=56930356/67111528
[pid=29473] ppid=29471 vsize=10465424 CPUtime=0.02 cores=0,2,4,6
/proc/29473/stat : 29473 (java) S 29471 29473 25956 0 -1 4202496 10958 0 1 0 1 1 0 0 25 0 11 0 830783112 10716594176 10656 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917533669 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/29473/statm: 2616356 10656 1600 9 0 2607104 0
[pid=29473/tid=29474] ppid=29471 vsize=10465424 CPUtime=0.01 cores=0,2,4,6
/proc/29473/task/29474/stat : 29474 (java) R 29471 29473 25956 0 -1 4202560 9833 0 1 0 1 0 0 0 25 0 11 0 830783112 10716594176 10657 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 47098444124165 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10465424

[startup+0.104386 s]
/proc/loadavg: 2.07 3.15 3.55 2/542 29473
/proc/meminfo: memFree=23783024/32951124 swapFree=56930356/67111528
[pid=29473] ppid=29471 vsize=10539840 CPUtime=0.1 cores=0,2,4,6
/proc/29473/stat : 29473 (java) S 29471 29473 25956 0 -1 4202496 13075 0 1 0 9 1 0 0 25 0 18 0 830783112 10792796160 12771 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/29473/statm: 2634960 12771 2093 9 0 2625694 0
[pid=29473/tid=29474] ppid=29471 vsize=10539840 CPUtime=0.09 cores=0,2,4,6
/proc/29473/task/29474/stat : 29474 (java) R 29471 29473 25956 0 -1 4202560 11234 0 1 0 8 1 0 0 22 0 18 0 830783112 10792796160 12771 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 46912505173200 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539840

[startup+0.335398 s]
/proc/loadavg: 2.07 3.15 3.55 2/542 29473
/proc/meminfo: memFree=23783024/32951124 swapFree=56930356/67111528
[pid=29473] ppid=29471 vsize=10549648 CPUtime=0.67 cores=0,2,4,6
/proc/29473/stat : 29473 (java) S 29471 29473 25956 0 -1 4202496 24216 0 1 0 64 3 0 0 25 0 18 0 830783112 10802839552 20437 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/29473/statm: 2637412 20438 2202 9 0 2628146 0
[pid=29473/tid=29474] ppid=29471 vsize=10549648 CPUtime=0.31 cores=0,2,4,6
/proc/29473/task/29474/stat : 29474 (java) R 29471 29473 25956 0 -1 4202560 13198 0 1 0 30 1 0 0 22 0 18 0 830783112 10802839552 20438 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 10549648

[startup+0.700318 s]
/proc/loadavg: 2.07 3.15 3.55 2/542 29473
/proc/meminfo: memFree=23783024/32951124 swapFree=56930356/67111528
[pid=29473] ppid=29471 vsize=10549792 CPUtime=1.39 cores=0,2,4,6
/proc/29473/stat : 29473 (java) S 29471 29473 25956 0 -1 4202496 46804 0 1 0 132 7 0 0 25 0 18 0 830783112 10802987008 41686 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/29473/statm: 2637448 41690 2214 9 0 2628182 0
[pid=29473/tid=29474] ppid=29471 vsize=10549792 CPUtime=0.68 cores=0,2,4,6
/proc/29473/task/29474/stat : 29474 (java) R 29471 29473 25956 0 -1 4202560 34465 0 1 0 63 5 0 0 24 0 18 0 830783112 10802987008 41692 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 46912505575774 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 10549792

[startup+1.50115 s]
/proc/loadavg: 2.07 3.15 3.55 2/560 29497
/proc/meminfo: memFree=23481880/32951124 swapFree=56930356/67111528
[pid=29473] ppid=29471 vsize=10549792 CPUtime=2.33 cores=0,2,4,6
/proc/29473/stat : 29473 (java) S 29471 29473 25956 0 -1 4202496 128001 0 1 0 215 18 0 0 25 0 18 0 830783112 10802987008 122884 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/29473/statm: 2637448 122888 2214 9 0 2628182 0
[pid=29473/tid=29474] ppid=29471 vsize=10549792 CPUtime=1.48 cores=0,2,4,6
/proc/29473/task/29474/stat : 29474 (java) R 29471 29473 25956 0 -1 4202560 115646 0 1 0 132 16 0 0 25 0 18 0 830783112 10802987008 122890 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 46912505575774 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29473/tid=29476] ppid=29471 vsize=10549792 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29476/stat : 29476 (java) S 29471 29473 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830783114 10802987008 122893 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29477] ppid=29471 vsize=10549792 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29477/stat : 29477 (java) S 29471 29473 25956 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830783114 10802987008 122896 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29478] ppid=29471 vsize=10549792 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29478/stat : 29478 (java) S 29471 29473 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830783114 10802987008 122898 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29479] ppid=29471 vsize=10549792 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29479/stat : 29479 (java) S 29471 29473 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830783114 10802987008 122901 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29480] ppid=29471 vsize=10549792 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29480/stat : 29480 (java) S 29471 29473 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830783114 10802987008 122904 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29481] ppid=29471 vsize=10549792 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29481/stat : 29481 (java) S 29471 29473 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830783114 10802987008 122906 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29482] ppid=29471 vsize=10549792 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29482/stat : 29482 (java) S 29471 29473 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830783114 10802987008 122910 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29483] ppid=29471 vsize=10549792 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29483/stat : 29483 (java) S 29471 29473 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830783114 10802987008 122912 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29484] ppid=29471 vsize=10549792 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29484/stat : 29484 (java) S 29471 29473 25956 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 830783115 10802987008 122915 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917547520 0 0 0 16800975 18446604447847654656 0 0 -1 2 0 0 0
[pid=29473/tid=29485] ppid=29471 vsize=10549792 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29485/stat : 29485 (java) S 29471 29473 25956 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 830783116 10802987008 122918 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 2 0 0 0
[pid=29473/tid=29486] ppid=29471 vsize=10549792 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29486/stat : 29486 (java) S 29471 29473 25956 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 830783116 10802987008 122921 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29487] ppid=29471 vsize=10549792 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29487/stat : 29487 (java) S 29471 29473 25956 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 830783118 10802987008 122924 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917554609 0 4 0 16800975 18446604447847654656 0 0 -1 2 0 0 0
[pid=29473/tid=29488] ppid=29471 vsize=10549792 CPUtime=0.37 cores=0,2,4,6
/proc/29473/task/29488/stat : 29488 (java) S 29471 29473 25956 0 -1 4202560 6799 0 0 0 36 1 0 0 15 0 18 0 830783118 10802987008 122927 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 4 0 0 0
[pid=29473/tid=29489] ppid=29471 vsize=10549792 CPUtime=0.45 cores=0,2,4,6
/proc/29473/task/29489/stat : 29489 (java) S 29471 29473 25956 0 -1 4202560 4411 0 0 0 45 0 0 0 15 0 18 0 830783118 10802987008 122929 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 2 0 0 0
[pid=29473/tid=29490] ppid=29471 vsize=10549792 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29490/stat : 29490 (java) S 29471 29473 25956 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 830783118 10802987008 122930 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 2 0 0 0
[pid=29473/tid=29491] ppid=29471 vsize=10549792 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29491/stat : 29491 (java) S 29471 29473 25956 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 830783118 10802987008 122932 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917547520 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 10549792

[startup+3.10084 s]
/proc/loadavg: 2.07 3.15 3.55 7/563 29556
/proc/meminfo: memFree=23118780/32951124 swapFree=56930356/67111528
[pid=29473] ppid=29471 vsize=10553904 CPUtime=5.51 cores=0,2,4,6
/proc/29473/stat : 29473 (java) S 29471 29473 25956 0 -1 4202496 217871 0 1 0 522 29 0 0 25 0 22 0 830783112 10807197696 212752 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/29473/statm: 2638476 212752 2234 9 0 2629210 0
[pid=29473/tid=29474] ppid=29471 vsize=10553904 CPUtime=1.9 cores=0,2,4,6
/proc/29473/task/29474/stat : 29474 (java) S 29471 29473 25956 0 -1 4202560 160354 0 1 0 168 22 0 0 15 0 22 0 830783112 10807197696 212752 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917547520 0 4 0 16800975 18446604447847654656 0 0 -1 4 0 0 0
[pid=29473/tid=29476] ppid=29471 vsize=10553904 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29476/stat : 29476 (java) S 29471 29473 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830783114 10807197696 212752 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29477] ppid=29471 vsize=10553904 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29477/stat : 29477 (java) S 29471 29473 25956 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830783114 10807197696 212752 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29478] ppid=29471 vsize=10553904 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29478/stat : 29478 (java) S 29471 29473 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830783114 10807197696 212752 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29479] ppid=29471 vsize=10553904 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29479/stat : 29479 (java) S 29471 29473 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830783114 10807197696 212752 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29480] ppid=29471 vsize=10553904 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29480/stat : 29480 (java) S 29471 29473 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830783114 10807197696 212752 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29481] ppid=29471 vsize=10553904 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29481/stat : 29481 (java) S 29471 29473 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830783114 10807197696 212752 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29482] ppid=29471 vsize=10553904 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29482/stat : 29482 (java) S 29471 29473 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830783114 10807197696 212752 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29483] ppid=29471 vsize=10553904 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29483/stat : 29483 (java) S 29471 29473 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830783114 10807197696 212752 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29484] ppid=29471 vsize=10553904 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29484/stat : 29484 (java) S 29471 29473 25956 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 830783115 10807197696 212752 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917547520 0 0 0 16800975 18446604447847654656 0 0 -1 4 0 0 0
[pid=29473/tid=29485] ppid=29471 vsize=10553904 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29485/stat : 29485 (java) S 29471 29473 25956 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830783116 10807197696 212752 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 2 0 0 0
[pid=29473/tid=29486] ppid=29471 vsize=10553904 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29486/stat : 29486 (java) S 29471 29473 25956 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830783116 10807197696 212752 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29487] ppid=29471 vsize=10553904 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29487/stat : 29487 (java) S 29471 29473 25956 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830783118 10807197696 212752 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917554609 0 4 0 16800975 18446604447847654656 0 0 -1 2 0 0 0
[pid=29473/tid=29488] ppid=29471 vsize=10553904 CPUtime=0.54 cores=0,2,4,6
/proc/29473/task/29488/stat : 29488 (java) S 29471 29473 25956 0 -1 4202560 6853 0 0 0 53 1 0 0 15 0 22 0 830783118 10807197696 212752 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 4 0 0 0
[pid=29473/tid=29489] ppid=29471 vsize=10553904 CPUtime=0.7 cores=0,2,4,6
/proc/29473/task/29489/stat : 29489 (java) S 29471 29473 25956 0 -1 4202560 4450 0 0 0 70 0 0 0 15 0 22 0 830783118 10807197696 212752 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 2 0 0 0
[pid=29473/tid=29490] ppid=29471 vsize=10553904 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29490/stat : 29490 (java) S 29471 29473 25956 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830783118 10807197696 212752 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 2 0 0 0
[pid=29473/tid=29491] ppid=29471 vsize=10553904 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29491/stat : 29491 (java) S 29471 29473 25956 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830783118 10807197696 212752 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917547520 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29535] ppid=29471 vsize=10553904 CPUtime=1.18 cores=0,2,4,6
/proc/29473/task/29535/stat : 29535 (java) R 29471 29473 25956 0 -1 4202560 1408 0 0 0 118 0 0 0 25 0 22 0 830783304 10807197696 212752 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 46912506009084 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29473/tid=29537] ppid=29471 vsize=10553904 CPUtime=1.16 cores=0,2,4,6
/proc/29473/task/29537/stat : 29537 (java) R 29471 29473 25956 0 -1 4202560 43638 0 0 0 112 4 0 0 21 0 22 0 830783304 10807197696 212752 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 46912506009401 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=29473/tid=29547] ppid=29471 vsize=10553904 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29547/stat : 29547 (java) S 29471 29473 25956 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830783306 10807197696 212752 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917547520 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29548] ppid=29471 vsize=10553904 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29548/stat : 29548 (java) S 29471 29473 25956 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830783306 10807197696 212752 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917547520 0 4 0 16800975 18446604447847654656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.51
Current children cumulated vsize (KiB) 10553904

[startup+6.30124 s]
/proc/loadavg: 2.23 3.17 3.56 5/567 29560
/proc/meminfo: memFree=21893188/32951124 swapFree=56930356/67111528
[pid=29473] ppid=29471 vsize=10554244 CPUtime=12.14 cores=0,2,4,6
/proc/29473/stat : 29473 (java) S 29471 29473 25956 0 -1 4202496 342107 0 1 0 1172 42 0 0 25 0 22 0 830783112 10807545856 336921 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/29473/statm: 2638561 336921 2237 9 0 2629295 0
[pid=29473/tid=29474] ppid=29471 vsize=10554244 CPUtime=1.9 cores=0,2,4,6
/proc/29473/task/29474/stat : 29474 (java) S 29471 29473 25956 0 -1 4202560 160354 0 1 0 168 22 0 0 15 0 22 0 830783112 10807545856 336921 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917547520 0 4 0 16800975 18446604447847654656 0 0 -1 4 0 0 0
[pid=29473/tid=29476] ppid=29471 vsize=10554244 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29476/stat : 29476 (java) S 29471 29473 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830783114 10807545856 336921 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29477] ppid=29471 vsize=10554244 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29477/stat : 29477 (java) S 29471 29473 25956 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830783114 10807545856 336921 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29478] ppid=29471 vsize=10554244 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29478/stat : 29478 (java) S 29471 29473 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830783114 10807545856 336921 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29479] ppid=29471 vsize=10554244 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29479/stat : 29479 (java) S 29471 29473 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830783114 10807545856 336921 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29480] ppid=29471 vsize=10554244 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29480/stat : 29480 (java) S 29471 29473 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830783114 10807545856 336921 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29481] ppid=29471 vsize=10554244 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29481/stat : 29481 (java) S 29471 29473 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830783114 10807545856 336921 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29482] ppid=29471 vsize=10554244 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29482/stat : 29482 (java) S 29471 29473 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830783114 10807545856 336921 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29483] ppid=29471 vsize=10554244 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29483/stat : 29483 (java) S 29471 29473 25956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830783114 10807545856 336921 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29484] ppid=29471 vsize=10554244 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29484/stat : 29484 (java) S 29471 29473 25956 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 22 0 830783115 10807545856 336921 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917547520 0 0 0 16800975 18446604447847654656 0 0 -1 4 0 0 0
[pid=29473/tid=29485] ppid=29471 vsize=10554244 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29485/stat : 29485 (java) S 29471 29473 25956 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830783116 10807545856 336921 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 2 0 0 0
[pid=29473/tid=29486] ppid=29471 vsize=10554244 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29486/stat : 29486 (java) S 29471 29473 25956 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830783116 10807545856 336921 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29487] ppid=29471 vsize=10554244 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29487/stat : 29487 (java) S 29471 29473 25956 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830783118 10807545856 336921 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917554609 0 4 0 16800975 18446604447847654656 0 0 -1 2 0 0 0

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

/proc/29473/task/29478/stat : 29478 (java) S 29471 29473 25956 0 -1 4202560 3816 0 0 0 49 0 0 0 16 0 22 0 830783114 10806366208 922693 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 4 0 0 0
[pid=29473/tid=29479] ppid=29471 vsize=10553092 CPUtime=0.57 cores=0,2,4,6
/proc/29473/task/29479/stat : 29479 (java) S 29471 29473 25956 0 -1 4202560 4595 0 0 0 57 0 0 0 15 0 22 0 830783114 10806366208 922693 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 0 0 0 0
[pid=29473/tid=29480] ppid=29471 vsize=10553092 CPUtime=0.59 cores=0,2,4,6
/proc/29473/task/29480/stat : 29480 (java) S 29471 29473 25956 0 -1 4202560 13693 0 0 0 58 1 0 0 15 0 22 0 830783114 10806366208 922693 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 2 0 0 0
[pid=29473/tid=29481] ppid=29471 vsize=10553092 CPUtime=0.58 cores=0,2,4,6
/proc/29473/task/29481/stat : 29481 (java) S 29471 29473 25956 0 -1 4202560 15288 0 0 0 55 3 0 0 16 0 22 0 830783114 10806366208 922693 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 2 0 0 0
[pid=29473/tid=29482] ppid=29471 vsize=10553092 CPUtime=0.51 cores=0,2,4,6
/proc/29473/task/29482/stat : 29482 (java) S 29471 29473 25956 0 -1 4202560 9440 0 0 0 50 1 0 0 16 0 22 0 830783114 10806366208 922693 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 4 0 0 0
[pid=29473/tid=29483] ppid=29471 vsize=10553092 CPUtime=0.6 cores=0,2,4,6
/proc/29473/task/29483/stat : 29483 (java) S 29471 29473 25956 0 -1 4202560 14489 0 0 0 59 1 0 0 15 0 22 0 830783114 10806366208 922693 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 0 0 0 0
[pid=29473/tid=29484] ppid=29471 vsize=10553092 CPUtime=6.7 cores=0,2,4,6
/proc/29473/task/29484/stat : 29484 (java) S 29471 29473 25956 0 -1 4202560 66414 0 0 0 663 7 0 0 15 0 22 0 830783115 10806366208 922693 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917547520 0 0 0 16800975 18446604447847654656 0 0 -1 4 0 0 0
[pid=29473/tid=29485] ppid=29471 vsize=10553092 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29485/stat : 29485 (java) S 29471 29473 25956 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830783116 10806366208 922693 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 2 0 0 0
[pid=29473/tid=29486] ppid=29471 vsize=10553092 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29486/stat : 29486 (java) S 29471 29473 25956 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830783116 10806366208 922693 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29487] ppid=29471 vsize=10553092 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29487/stat : 29487 (java) S 29471 29473 25956 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830783118 10806366208 922693 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917554609 0 4 0 16800975 18446604447847654656 0 0 -1 2 0 0 0
[pid=29473/tid=29488] ppid=29471 vsize=10553092 CPUtime=1.03 cores=0,2,4,6
/proc/29473/task/29488/stat : 29488 (java) S 29471 29473 25956 0 -1 4202560 6942 0 0 0 102 1 0 0 16 0 22 0 830783118 10806366208 922693 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 2 0 0 0
[pid=29473/tid=29489] ppid=29471 vsize=10553092 CPUtime=1.47 cores=0,2,4,6
/proc/29473/task/29489/stat : 29489 (java) S 29471 29473 25956 0 -1 4202560 6826 0 0 0 147 0 0 0 15 0 22 0 830783118 10806366208 922693 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29490] ppid=29471 vsize=10553092 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29490/stat : 29490 (java) S 29471 29473 25956 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830783118 10806366208 922693 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 2 0 0 0
[pid=29473/tid=29491] ppid=29471 vsize=10553092 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29491/stat : 29491 (java) S 29471 29473 25956 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 830783118 10806366208 922693 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917547520 0 4 0 16800975 18446604447847654656 0 0 -1 0 0 0 0
[pid=29473/tid=29535] ppid=29471 vsize=10553092 CPUtime=812.42 cores=0,2,4,6
/proc/29473/task/29535/stat : 29535 (java) R 29471 29473 25956 0 -1 4202560 1686 0 0 0 81240 2 0 0 25 0 22 0 830783304 10806366208 922693 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 46912505918259 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=29473/tid=29537] ppid=29471 vsize=10553092 CPUtime=812.23 cores=0,2,4,6
/proc/29473/task/29537/stat : 29537 (java) R 29471 29473 25956 0 -1 4202560 610117 0 0 0 81155 68 0 0 25 0 22 0 830783304 10806366208 922693 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 46912506487419 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29473/tid=29547] ppid=29471 vsize=10553092 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29547/stat : 29547 (java) S 29471 29473 25956 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830783306 10806366208 922693 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917547520 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29548] ppid=29471 vsize=10553092 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29548/stat : 29548 (java) S 29471 29473 25956 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830783306 10806366208 922693 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917547520 0 4 0 16800975 18446604447847654656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1640.22
Current children cumulated vsize (KiB) 10553092

[startup+882.301 s]
/proc/loadavg: 3.99 3.96 3.82 5/567 29609
/proc/meminfo: memFree=16521484/32951124 swapFree=56930356/67111528
[pid=29473] ppid=29471 vsize=10553092 CPUtime=1759.97 cores=0,2,4,6
/proc/29473/stat : 29473 (java) S 29471 29473 25956 0 -1 4202496 930819 0 1 0 175883 114 0 0 25 0 22 0 830783112 10806366208 922748 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/29473/statm: 2638273 922748 2265 9 0 2629007 0
[pid=29473/tid=29474] ppid=29471 vsize=10553092 CPUtime=1.9 cores=0,2,4,6
/proc/29473/task/29474/stat : 29474 (java) S 29471 29473 25956 0 -1 4202560 160361 0 1 0 168 22 0 0 15 0 22 0 830783112 10806366208 922748 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917547520 0 4 0 16800975 18446604447847654656 0 0 -1 0 0 0 0
[pid=29473/tid=29476] ppid=29471 vsize=10553092 CPUtime=0.53 cores=0,2,4,6
/proc/29473/task/29476/stat : 29476 (java) S 29471 29473 25956 0 -1 4202560 10966 0 0 0 52 1 0 0 15 0 22 0 830783114 10806366208 922748 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 0 0 0 0
[pid=29473/tid=29477] ppid=29471 vsize=10553092 CPUtime=0.54 cores=0,2,4,6
/proc/29473/task/29477/stat : 29477 (java) S 29471 29473 25956 0 -1 4202560 4933 0 0 0 54 0 0 0 15 0 22 0 830783114 10806366208 922748 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 2 0 0 0
[pid=29473/tid=29478] ppid=29471 vsize=10553092 CPUtime=0.49 cores=0,2,4,6
/proc/29473/task/29478/stat : 29478 (java) S 29471 29473 25956 0 -1 4202560 3816 0 0 0 49 0 0 0 15 0 22 0 830783114 10806366208 922748 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 4 0 0 0
[pid=29473/tid=29479] ppid=29471 vsize=10553092 CPUtime=0.64 cores=0,2,4,6
/proc/29473/task/29479/stat : 29479 (java) S 29471 29473 25956 0 -1 4202560 4610 0 0 0 64 0 0 0 16 0 22 0 830783114 10806366208 922748 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 2 0 0 0
[pid=29473/tid=29480] ppid=29471 vsize=10553092 CPUtime=0.62 cores=0,2,4,6
/proc/29473/task/29480/stat : 29480 (java) S 29471 29473 25956 0 -1 4202560 13695 0 0 0 61 1 0 0 15 0 22 0 830783114 10806366208 922748 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 2 0 0 0
[pid=29473/tid=29481] ppid=29471 vsize=10553092 CPUtime=0.61 cores=0,2,4,6
/proc/29473/task/29481/stat : 29481 (java) S 29471 29473 25956 0 -1 4202560 15291 0 0 0 58 3 0 0 16 0 22 0 830783114 10806366208 922748 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 2 0 0 0
[pid=29473/tid=29482] ppid=29471 vsize=10553092 CPUtime=0.57 cores=0,2,4,6
/proc/29473/task/29482/stat : 29482 (java) S 29471 29473 25956 0 -1 4202560 9442 0 0 0 56 1 0 0 16 0 22 0 830783114 10806366208 922748 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29483] ppid=29471 vsize=10553092 CPUtime=0.65 cores=0,2,4,6
/proc/29473/task/29483/stat : 29483 (java) S 29471 29473 25956 0 -1 4202560 14499 0 0 0 64 1 0 0 16 0 22 0 830783114 10806366208 922748 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 0 0 0 0
[pid=29473/tid=29484] ppid=29471 vsize=10553092 CPUtime=7.09 cores=0,2,4,6
/proc/29473/task/29484/stat : 29484 (java) S 29471 29473 25956 0 -1 4202560 66418 0 0 0 702 7 0 0 15 0 22 0 830783115 10806366208 922748 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917547520 0 0 0 16800975 18446604447847654656 0 0 -1 4 0 0 0
[pid=29473/tid=29485] ppid=29471 vsize=10553092 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29485/stat : 29485 (java) S 29471 29473 25956 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830783116 10806366208 922748 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 2 0 0 0
[pid=29473/tid=29486] ppid=29471 vsize=10553092 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29486/stat : 29486 (java) S 29471 29473 25956 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830783116 10806366208 922748 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29487] ppid=29471 vsize=10553092 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29487/stat : 29487 (java) S 29471 29473 25956 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830783118 10806366208 922748 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917554609 0 4 0 16800975 18446604447847654656 0 0 -1 2 0 0 0
[pid=29473/tid=29488] ppid=29471 vsize=10553092 CPUtime=1.03 cores=0,2,4,6
/proc/29473/task/29488/stat : 29488 (java) S 29471 29473 25956 0 -1 4202560 6942 0 0 0 102 1 0 0 16 0 22 0 830783118 10806366208 922748 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 2 0 0 0
[pid=29473/tid=29489] ppid=29471 vsize=10553092 CPUtime=1.47 cores=0,2,4,6
/proc/29473/task/29489/stat : 29489 (java) S 29471 29473 25956 0 -1 4202560 6826 0 0 0 147 0 0 0 15 0 22 0 830783118 10806366208 922748 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29490] ppid=29471 vsize=10553092 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29490/stat : 29490 (java) S 29471 29473 25956 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830783118 10806366208 922748 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 2 0 0 0
[pid=29473/tid=29491] ppid=29471 vsize=10553092 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29491/stat : 29491 (java) S 29471 29473 25956 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 830783118 10806366208 922748 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917547520 0 4 0 16800975 18446604447847654656 0 0 -1 0 0 0 0
[pid=29473/tid=29535] ppid=29471 vsize=10553092 CPUtime=871.94 cores=0,2,4,6
/proc/29473/task/29535/stat : 29535 (java) R 29471 29473 25956 0 -1 4202560 1688 0 0 0 87192 2 0 0 25 0 22 0 830783304 10806366208 922748 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 46912505918276 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=29473/tid=29537] ppid=29471 vsize=10553092 CPUtime=871.76 cores=0,2,4,6
/proc/29473/task/29537/stat : 29537 (java) R 29471 29473 25956 0 -1 4202560 610120 0 0 0 87108 68 0 0 25 0 22 0 830783304 10806366208 922748 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 46912506009907 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29473/tid=29547] ppid=29471 vsize=10553092 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29547/stat : 29547 (java) S 29471 29473 25956 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830783306 10806366208 922748 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917547520 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29548] ppid=29471 vsize=10553092 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29548/stat : 29548 (java) S 29471 29473 25956 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830783306 10806366208 922748 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917547520 0 4 0 16800975 18446604447847654656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1759.97
Current children cumulated vsize (KiB) 10553092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.301 s]
/proc/loadavg: 3.99 3.96 3.82 5/567 29609
/proc/meminfo: memFree=16521348/32951124 swapFree=56930356/67111528
[pid=29473] ppid=29471 vsize=10553092 CPUtime=1800.04 cores=0,2,4,6
/proc/29473/stat : 29473 (java) S 29471 29473 25956 0 -1 4202496 930823 0 1 0 179890 114 0 0 25 0 22 0 830783112 10806366208 922751 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/29473/statm: 2638273 922751 2265 9 0 2629007 0
[pid=29473/tid=29474] ppid=29471 vsize=10553092 CPUtime=1.9 cores=0,2,4,6
/proc/29473/task/29474/stat : 29474 (java) S 29471 29473 25956 0 -1 4202560 160361 0 1 0 168 22 0 0 15 0 22 0 830783112 10806366208 922751 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917547520 0 4 0 16800975 18446604447847654656 0 0 -1 0 0 0 0
[pid=29473/tid=29476] ppid=29471 vsize=10553092 CPUtime=0.54 cores=0,2,4,6
/proc/29473/task/29476/stat : 29476 (java) S 29471 29473 25956 0 -1 4202560 10966 0 0 0 53 1 0 0 16 0 22 0 830783114 10806366208 922751 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 0 0 0 0
[pid=29473/tid=29477] ppid=29471 vsize=10553092 CPUtime=0.55 cores=0,2,4,6
/proc/29473/task/29477/stat : 29477 (java) S 29471 29473 25956 0 -1 4202560 4935 0 0 0 55 0 0 0 16 0 22 0 830783114 10806366208 922751 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 4 0 0 0
[pid=29473/tid=29478] ppid=29471 vsize=10553092 CPUtime=0.51 cores=0,2,4,6
/proc/29473/task/29478/stat : 29478 (java) S 29471 29473 25956 0 -1 4202560 3817 0 0 0 51 0 0 0 16 0 22 0 830783114 10806366208 922751 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 4 0 0 0
[pid=29473/tid=29479] ppid=29471 vsize=10553092 CPUtime=0.66 cores=0,2,4,6
/proc/29473/task/29479/stat : 29479 (java) S 29471 29473 25956 0 -1 4202560 4610 0 0 0 66 0 0 0 16 0 22 0 830783114 10806366208 922751 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 2 0 0 0
[pid=29473/tid=29480] ppid=29471 vsize=10553092 CPUtime=0.62 cores=0,2,4,6
/proc/29473/task/29480/stat : 29480 (java) S 29471 29473 25956 0 -1 4202560 13695 0 0 0 61 1 0 0 15 0 22 0 830783114 10806366208 922751 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 2 0 0 0
[pid=29473/tid=29481] ppid=29471 vsize=10553092 CPUtime=0.61 cores=0,2,4,6
/proc/29473/task/29481/stat : 29481 (java) S 29471 29473 25956 0 -1 4202560 15291 0 0 0 58 3 0 0 15 0 22 0 830783114 10806366208 922751 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 2 0 0 0
[pid=29473/tid=29482] ppid=29471 vsize=10553092 CPUtime=0.57 cores=0,2,4,6
/proc/29473/task/29482/stat : 29482 (java) S 29471 29473 25956 0 -1 4202560 9442 0 0 0 56 1 0 0 15 0 22 0 830783114 10806366208 922751 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 2 0 0 0
[pid=29473/tid=29483] ppid=29471 vsize=10553092 CPUtime=0.65 cores=0,2,4,6
/proc/29473/task/29483/stat : 29483 (java) S 29471 29473 25956 0 -1 4202560 14499 0 0 0 64 1 0 0 15 0 22 0 830783114 10806366208 922751 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 0 0 0 0
[pid=29473/tid=29484] ppid=29471 vsize=10553092 CPUtime=7.09 cores=0,2,4,6
/proc/29473/task/29484/stat : 29484 (java) S 29471 29473 25956 0 -1 4202560 66418 0 0 0 702 7 0 0 15 0 22 0 830783115 10806366208 922751 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917547520 0 0 0 16800975 18446604447847654656 0 0 -1 4 0 0 0
[pid=29473/tid=29485] ppid=29471 vsize=10553092 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29485/stat : 29485 (java) S 29471 29473 25956 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830783116 10806366208 922751 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 2 0 0 0
[pid=29473/tid=29486] ppid=29471 vsize=10553092 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29486/stat : 29486 (java) S 29471 29473 25956 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830783116 10806366208 922751 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29487] ppid=29471 vsize=10553092 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29487/stat : 29487 (java) S 29471 29473 25956 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830783118 10806366208 922751 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917554609 0 4 0 16800975 18446604447847654656 0 0 -1 2 0 0 0
[pid=29473/tid=29488] ppid=29471 vsize=10553092 CPUtime=1.03 cores=0,2,4,6
/proc/29473/task/29488/stat : 29488 (java) S 29471 29473 25956 0 -1 4202560 6942 0 0 0 102 1 0 0 16 0 22 0 830783118 10806366208 922751 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 2 0 0 0
[pid=29473/tid=29489] ppid=29471 vsize=10553092 CPUtime=1.47 cores=0,2,4,6
/proc/29473/task/29489/stat : 29489 (java) S 29471 29473 25956 0 -1 4202560 6826 0 0 0 147 0 0 0 15 0 22 0 830783118 10806366208 922751 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29490] ppid=29471 vsize=10553092 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29490/stat : 29490 (java) S 29471 29473 25956 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830783118 10806366208 922751 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917546905 0 4 0 16800975 18446604447847654656 0 0 -1 2 0 0 0
[pid=29473/tid=29491] ppid=29471 vsize=10553092 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29491/stat : 29491 (java) S 29471 29473 25956 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 830783118 10806366208 922751 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917547520 0 4 0 16800975 18446604447847654656 0 0 -1 0 0 0 0
[pid=29473/tid=29535] ppid=29471 vsize=10553092 CPUtime=891.95 cores=0,2,4,6
/proc/29473/task/29535/stat : 29535 (java) R 29471 29473 25956 0 -1 4202560 1689 0 0 0 89193 2 0 0 25 0 22 0 830783304 10806366208 922751 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 46912506009675 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=29473/tid=29537] ppid=29471 vsize=10553092 CPUtime=891.76 cores=0,2,4,6
/proc/29473/task/29537/stat : 29537 (java) R 29471 29473 25956 0 -1 4202560 610120 0 0 0 89108 68 0 0 25 0 22 0 830783304 10806366208 922751 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 46912505932446 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29473/tid=29547] ppid=29471 vsize=10553092 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29547/stat : 29547 (java) S 29471 29473 25956 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830783306 10806366208 922751 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917547520 0 4 0 16800975 18446604447847654656 0 0 -1 6 0 0 0
[pid=29473/tid=29548] ppid=29471 vsize=10553092 CPUtime=0 cores=0,2,4,6
/proc/29473/task/29548/stat : 29548 (java) S 29471 29473 25956 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830783306 10806366208 922751 33554432000 1073741824 1073778376 140734720885424 18446744073709551615 218917547520 0 4 0 16800975 18446604447847654656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 10553092

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

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

[startup+902.426 s]
/proc/loadavg: 3.99 3.96 3.82 5/567 29609
/proc/meminfo: memFree=16521348/32951124 swapFree=56930356/67111528
[pid=29473] ppid=29471 vsize=0 CPUtime=1800.19 cores=0,2,4,6
/proc/29473/stat : 29473 (java) Z 29471 29473 25956 0 -1 4203548 930857 0 1 0 179899 120 0 0 17 0 2 0 830783112 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/29473/statm: 0 0 0 0 0 0 0
[pid=29473/tid=29490] ppid=29471 vsize=0 CPUtime=0.06 cores=0,2,4,6
/proc/29473/task/29490/stat : 29490 (java) R 29471 29473 25956 0 -1 4203588 1 0 0 0 0 6 0 0 18 0 2 0 830783118 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

[startup+902.501 s]
/proc/loadavg: 3.99 3.96 3.82 5/567 29609
/proc/meminfo: memFree=16521348/32951124 swapFree=56930356/67111528
[pid=29473] ppid=29471 vsize=0 CPUtime=1800.26 cores=0,2,4,6
/proc/29473/stat : 29473 (java) Z 29471 29473 25956 0 -1 4203548 930857 0 1 0 179899 127 0 0 17 0 2 0 830783112 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/29473/statm: 0 0 0 0 0 0 0
[pid=29473/tid=29490] ppid=29471 vsize=0 CPUtime=0.13 cores=0,2,4,6
/proc/29473/task/29490/stat : 29490 (java) R 29471 29473 25956 0 -1 4203588 1 0 0 0 0 13 0 0 18 0 2 0 830783118 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 902.514
CPU time (s): 1800.29
CPU user time (s): 1799
CPU system time (s): 1.2908
CPU usage (%): 199.475
Max. virtual memory (cumulated for all children) (KiB): 10559464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799
system time used= 1.2908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 930857
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= 22771
involuntary context switches= 19776

runsolver used 5.2312 second user time and 11.2103 second system time

The end

Launcher Data

Begin job on node137 at 2011-06-04 14:50:54
IDJOB=3454326
IDBENCH=2633
IDSOLVER=1950
FILE ID=node137/3454326-1307191854
RUNJOBID= node137-1307191851-29288
PBS_JOBID= 13508854
Free space on /tmp= 73724 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_19.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454326-1307191854/watcher-3454326-1307191854 -o /tmp/evaluation-result-3454326-1307191854/solver-3454326-1307191854 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454326-1307191854.opb

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

MD5SUM BENCH= 5a1b3155d98b6c4d8f9ab1b869fece67
RANDOM SEED=948014869

node137.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.844
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.68
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.844
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.75
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.844
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.74
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.844
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.74
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.844
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.82
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.844
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.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23783180 kB
Buffers:        287016 kB
Cached:         524496 kB
SwapCached:      12312 kB
Active:        8432728 kB
Inactive:       472912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23783180 kB
SwapTotal:    67111528 kB
SwapFree:     56930356 kB
Dirty:            6708 kB
Writeback:           4 kB
AnonPages:     8091460 kB
Mapped:          29576 kB
Slab:           117996 kB
PageTables:      74820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 172894152 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= 73720 MiB
End job on node137 at 2011-06-04 15:05:58