Trace number 3711072

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 PB specific settings 2.3.2 snapshot? (TO) 1800.46 1788.56

General information on the benchmark

Name/OPT-SMALLINT-LIN/
heinz/normalized-datt256.opb
MD5SUMeff0b252efd7ad849119636cdcc0cdec
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables262144
Total number of constraints11077
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)516
Number of constraints which are nor clauses,nor cardinality constraints10561
Minimum length of a constraint1
Maximum length of a constraint57840
Number of terms in the objective function 262144
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 262144
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 262144
Number of bits of the biggest sum of numbers19
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-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.08/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.12	c configuring ORDERS
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=true
0.08/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3711072-1338203866.opb
0.08/0.12	c reading problem ... 
13.77/11.39	c ... done. Wall clock time 11.27s.
13.77/11.39	c declared #vars     262144
13.77/11.39	c #constraints  22149
13.77/11.39	c constraints type 
13.77/11.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
13.77/11.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 21632
13.77/11.39	c ignored satisfied constraints => 5
13.77/11.39	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
13.77/11.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
13.77/11.39	c 22154 constraints processed.
23.31/20.34	c cleaning 2488 clauses out of 5000 with flag 5001/5001
39.52/36.29	c cleaning 4247 clauses out of 8506 with flag 11000/11000
50.52/47.05	c cleaning 5606 clauses out of 11245 with flag 18000/18000
66.93/63.35	c cleaning 6772 clauses out of 13607 with flag 26000/26000
87.86/84.13	c cleaning 7874 clauses out of 15777 with flag 35001/35001
119.15/115.31	c cleaning 8927 clauses out of 17891 with flag 45000/45000
142.76/138.74	c cleaning 9961 clauses out of 19932 with flag 56000/56000
168.57/164.40	c cleaning 10925 clauses out of 21957 with flag 68000/68000
199.59/195.36	c cleaning 11949 clauses out of 24001 with flag 81000/81000
232.54/228.12	c cleaning 12855 clauses out of 25931 with flag 95000/95000
267.48/262.91	c cleaning 13995 clauses out of 28028 with flag 110000/110000
312.87/308.11	c cleaning 14891 clauses out of 29974 with flag 126000/126000
362.05/357.16	c cleaning 15911 clauses out of 31983 with flag 143000/143000
412.99/407.82	c cleaning 16955 clauses out of 33978 with flag 161000/161000
461.74/456.30	c cleaning 17932 clauses out of 35952 with flag 180000/180000
507.87/502.25	c cleaning 18961 clauses out of 37983 with flag 200001/200001
566.28/560.41	c cleaning 19919 clauses out of 39938 with flag 221000/221000
621.26/615.15	c cleaning 20866 clauses out of 41928 with flag 243000/243000
676.11/669.78	c cleaning 21935 clauses out of 44005 with flag 266000/266000
740.79/734.19	c cleaning 22883 clauses out of 45988 with flag 290005/290005
800.97/794.07	c cleaning 23869 clauses out of 47943 with flag 315001/315001
866.76/859.59	c cleaning 24931 clauses out of 50021 with flag 341000/341000
955.70/948.13	c cleaning 25972 clauses out of 52056 with flag 368000/368000
1123.78/1115.80	c cleaning 26897 clauses out of 54031 with flag 396004/396004
1262.13/1253.46	c cleaning 27818 clauses out of 55987 with flag 425000/425000
1355.93/1346.79	c cleaning 28767 clauses out of 57953 with flag 455002/455002
1470.21/1460.65	c cleaning 29946 clauses out of 60125 with flag 486000/486000
1601.15/1590.43	c cleaning 30870 clauses out of 62061 with flag 518002/518002
1708.13/1697.18	c cleaning 31845 clauses out of 64154 with flag 551000/551000
1800.07/1788.51	c starts		: 136
1800.07/1788.51	c conflicts		: 580065
1800.07/1788.51	c decisions		: 6808225
1800.07/1788.51	c propagations		: 1381822582
1800.07/1788.51	c inspects		: 981904495
1800.07/1788.51	c shortcuts		: 0
1800.07/1788.51	c learnt literals	: 556
1800.07/1788.51	c learnt binary clauses	: 551
1800.07/1788.51	c learnt ternary clauses	: 595
1800.07/1788.51	c learnt constraints	: 579509
1800.07/1788.51	c ignored constraints	: 0
1800.07/1788.51	c root simplifications	: 692
1800.07/1788.51	c removed literals (reason simplification)	: 2225141
1800.07/1788.51	c reason swapping (by a shorter reason)	: 0
1800.07/1788.51	c Calls to reduceDB	: 29
1800.07/1788.51	c number of reductions to clauses (during analyze)	: 0
1800.07/1788.51	c number of learned constraints concerned by reduction	: 0
1800.07/1788.51	c number of learning phase by resolution	: 0
1800.07/1788.51	c number of learning phase by cutting planes	: 0
1800.07/1788.51	c speed (assignments/second)	: 777615.0283539514
1800.07/1788.51	c non guided choices	7473
1800.07/1788.53	c learnt constraints type 
1800.07/1788.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 298
1800.07/1788.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 60769
1800.07/1788.53	c constraints type 
1800.07/1788.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
1800.07/1788.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 21632
1800.07/1788.53	c ignored satisfied constraints => 5
1800.07/1788.53	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
1800.07/1788.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.07/1788.53	c 22154 constraints processed.
1800.07/1788.53	s UNKNOWN
1800.07/1788.53	c Total wall clock time (in seconds): 1788.415

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3711072-1338203866/watcher-3711072-1338203866 -o /tmp/evaluation-result-3711072-1338203866/solver-3711072-1338203866 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711072-1338203866.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 29562
/proc/meminfo: memFree=30831616/32873648 swapFree=7112/7112
[pid=29562] ppid=29560 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/29562/stat : 29562 (java) D 29560 29562 26380 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 286512593 9515008 182 33554432000 1073741824 1073778376 140733556169088 140733556160120 242167398069 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/29562/statm: 2323 182 140 9 0 71 0

[startup+0.101816 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 29562
/proc/meminfo: memFree=30831616/32873648 swapFree=7112/7112
[pid=29562] ppid=29560 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/29562/stat : 29562 (java) S 29560 29562 26380 0 -1 4202496 4292 0 1 0 8 0 0 0 20 0 18 0 286512593 9787842560 6010 33554432000 1073741824 1073778376 140733598546240 140733598537376 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29562/statm: 2389610 6010 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.200212 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 29562
/proc/meminfo: memFree=30831616/32873648 swapFree=7112/7112
[pid=29562] ppid=29560 vsize=9558440 CPUtime=0.27 cores=1,3,5,7
/proc/29562/stat : 29562 (java) S 29560 29562 26380 0 -1 4202496 4922 0 1 0 26 1 0 0 20 0 18 0 286512593 9787842560 8539 33554432000 1073741824 1073778376 140733598546240 140733598537376 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29562/statm: 2389610 8539 2208 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558440

[startup+0.471135 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 29562
/proc/meminfo: memFree=30831616/32873648 swapFree=7112/7112
[pid=29562] ppid=29560 vsize=9558440 CPUtime=0.62 cores=1,3,5,7
/proc/29562/stat : 29562 (java) S 29560 29562 26380 0 -1 4202496 5527 0 1 0 60 2 0 0 20 0 18 0 286512593 9787842560 30383 33554432000 1073741824 1073778376 140733598546240 140733598537376 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29562/statm: 2389610 30383 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 9558440

[startup+0.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 29562
/proc/meminfo: memFree=30831616/32873648 swapFree=7112/7112
[pid=29562] ppid=29560 vsize=9558440 CPUtime=1.06 cores=1,3,5,7
/proc/29562/stat : 29562 (java) S 29560 29562 26380 0 -1 4202496 6095 0 1 0 97 9 0 0 20 0 18 0 286512593 9787842560 51323 33554432000 1073741824 1073778376 140733598546240 140733598537376 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29562/statm: 2389610 51323 2239 9 0 2380296 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9558440

[startup+1.50073 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 29580
/proc/meminfo: memFree=30222144/32873648 swapFree=7112/7112
[pid=29562] ppid=29560 vsize=9558440 CPUtime=2.3 cores=1,3,5,7
/proc/29562/stat : 29562 (java) S 29560 29562 26380 0 -1 4202496 8398 0 1 0 200 30 0 0 20 0 18 0 286512593 9787842560 279801 33554432000 1073741824 1073778376 140733598546240 140733598537376 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29562/statm: 2389610 279801 2244 9 0 2380296 0
[pid=29562/tid=29564] ppid=29560 vsize=9558440 CPUtime=1.26 cores=1,3,5,7
/proc/29562/task/29564/stat : 29564 (java) R 29560 29562 26380 0 -1 4202560 3609 0 1 0 112 14 0 0 20 0 18 0 286512594 9787842560 279801 33554432000 1073741824 1073778376 140733598546240 140553897576936 140553905343585 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29562/tid=29565] ppid=29560 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/29562/task/29565/stat : 29565 (java) S 29560 29562 26380 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 18 0 286512595 9787842560 279801 33554432000 1073741824 1073778376 140733598546240 140553886640936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29562/tid=29566] ppid=29560 vsize=9558440 CPUtime=0.11 cores=1,3,5,7
/proc/29562/task/29566/stat : 29566 (java) S 29560 29562 26380 0 -1 4202560 156 0 0 0 8 3 0 0 20 0 18 0 286512595 9787842560 279801 33554432000 1073741824 1073778376 140733598546240 140553885588136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29567] ppid=29560 vsize=9558440 CPUtime=0.13 cores=1,3,5,7
/proc/29562/task/29567/stat : 29567 (java) S 29560 29562 26380 0 -1 4202560 168 0 0 0 9 4 0 0 20 0 18 0 286512595 9787842560 279801 33554432000 1073741824 1073778376 140733598546240 140553884535848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29562/tid=29568] ppid=29560 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/29562/task/29568/stat : 29568 (java) S 29560 29562 26380 0 -1 4202560 27 0 0 0 4 1 0 0 20 0 18 0 286512595 9787842560 279801 33554432000 1073741824 1073778376 140733598546240 140553883483048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29562/tid=29569] ppid=29560 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/29562/task/29569/stat : 29569 (java) S 29560 29562 26380 0 -1 4202560 128 0 0 0 5 2 0 0 20 0 18 0 286512595 9787842560 279801 33554432000 1073741824 1073778376 140733598546240 140553882429736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29562/tid=29570] ppid=29560 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/29562/task/29570/stat : 29570 (java) S 29560 29562 26380 0 -1 4202560 30 0 0 0 5 1 0 0 20 0 18 0 286512595 9787842560 279801 33554432000 1073741824 1073778376 140733598546240 140553881376936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29562/tid=29571] ppid=29560 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/29562/task/29571/stat : 29571 (java) S 29560 29562 26380 0 -1 4202560 63 0 0 0 5 2 0 0 20 0 18 0 286512595 9787842560 279801 33554432000 1073741824 1073778376 140733598546240 140553880324648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29562/tid=29572] ppid=29560 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/29562/task/29572/stat : 29572 (java) S 29560 29562 26380 0 -1 4202560 141 0 0 0 5 1 0 0 20 0 18 0 286512595 9787842560 279801 33554432000 1073741824 1073778376 140733598546240 140553733487016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29573] ppid=29560 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29573/stat : 29573 (java) S 29560 29562 26380 0 -1 4202560 957 0 0 0 0 0 0 0 20 0 18 0 286512596 9787842560 279801 33554432000 1073741824 1073778376 140733598546240 140553721289448 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29574] ppid=29560 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29574/stat : 29574 (java) S 29560 29562 26380 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 286512597 9787842560 279801 33554432000 1073741824 1073778376 140733598546240 140553720235512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29575] ppid=29560 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29575/stat : 29575 (java) S 29560 29562 26380 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 286512597 9787842560 279801 33554432000 1073741824 1073778376 140733598546240 140553719183112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29576] ppid=29560 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29576/stat : 29576 (java) S 29560 29562 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 286512599 9787842560 279801 33554432000 1073741824 1073778376 140733598546240 140553718131600 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29577] ppid=29560 vsize=9558440 CPUtime=0.14 cores=1,3,5,7
/proc/29562/task/29577/stat : 29577 (java) S 29560 29562 26380 0 -1 4202560 985 0 0 0 14 0 0 0 20 0 18 0 286512599 9787842560 279801 33554432000 1073741824 1073778376 140733598546240 140553717078200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29578] ppid=29560 vsize=9558440 CPUtime=0.13 cores=1,3,5,7
/proc/29562/task/29578/stat : 29578 (java) S 29560 29562 26380 0 -1 4202560 923 0 0 0 13 0 0 0 20 0 18 0 286512599 9787842560 279801 33554432000 1073741824 1073778376 140733598546240 140553716025400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29562/tid=29579] ppid=29560 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29579/stat : 29579 (java) S 29560 29562 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 286512599 9787842560 279801 33554432000 1073741824 1073778376 140733598546240 140553714973304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29562/tid=29580] ppid=29560 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29580/stat : 29580 (java) S 29560 29562 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 286512599 9787842560 279801 33554432000 1073741824 1073778376 140733598546240 140553713920712 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 9558440

[startup+3.10071 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 29580
/proc/meminfo: memFree=28690188/32873648 swapFree=7112/7112
[pid=29562] ppid=29560 vsize=9558440 CPUtime=4.34 cores=1,3,5,7
/proc/29562/stat : 29562 (java) S 29560 29562 26380 0 -1 4202496 10118 0 1 0 383 51 0 0 20 0 18 0 286512593 9787842560 543091 33554432000 1073741824 1073778376 140733598546240 140733598537376 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29562/statm: 2389610 543091 2244 9 0 2380296 0
[pid=29562/tid=29564] ppid=29560 vsize=9558440 CPUtime=2.71 cores=1,3,5,7
/proc/29562/task/29564/stat : 29564 (java) R 29560 29562 26380 0 -1 4202560 4097 0 1 0 242 29 0 0 20 0 18 0 286512594 9787842560 543091 33554432000 1073741824 1073778376 140733598546240 140553897570096 140553905343585 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29565] ppid=29560 vsize=9558440 CPUtime=0.12 cores=1,3,5,7
/proc/29562/task/29565/stat : 29565 (java) S 29560 29562 26380 0 -1 4202560 44 0 0 0 10 2 0 0 20 0 18 0 286512595 9787842560 543091 33554432000 1073741824 1073778376 140733598546240 140553886640936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29562/tid=29566] ppid=29560 vsize=9558440 CPUtime=0.22 cores=1,3,5,7
/proc/29562/task/29566/stat : 29566 (java) S 29560 29562 26380 0 -1 4202560 508 0 0 0 18 4 0 0 20 0 18 0 286512595 9787842560 543091 33554432000 1073741824 1073778376 140733598546240 140553885588136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29562/tid=29567] ppid=29560 vsize=9558440 CPUtime=0.19 cores=1,3,5,7
/proc/29562/task/29567/stat : 29567 (java) S 29560 29562 26380 0 -1 4202560 410 0 0 0 15 4 0 0 20 0 18 0 286512595 9787842560 543091 33554432000 1073741824 1073778376 140733598546240 140553884535848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29562/tid=29568] ppid=29560 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/29562/task/29568/stat : 29568 (java) S 29560 29562 26380 0 -1 4202560 38 0 0 0 8 2 0 0 20 0 18 0 286512595 9787842560 543091 33554432000 1073741824 1073778376 140733598546240 140553883483048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29562/tid=29569] ppid=29560 vsize=9558440 CPUtime=0.16 cores=1,3,5,7
/proc/29562/task/29569/stat : 29569 (java) S 29560 29562 26380 0 -1 4202560 145 0 0 0 14 2 0 0 20 0 18 0 286512595 9787842560 543091 33554432000 1073741824 1073778376 140733598546240 140553882429736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29562/tid=29570] ppid=29560 vsize=9558440 CPUtime=0.16 cores=1,3,5,7
/proc/29562/task/29570/stat : 29570 (java) S 29560 29562 26380 0 -1 4202560 46 0 0 0 14 2 0 0 20 0 18 0 286512595 9787842560 543091 33554432000 1073741824 1073778376 140733598546240 140553881376936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29562/tid=29571] ppid=29560 vsize=9558440 CPUtime=0.13 cores=1,3,5,7
/proc/29562/task/29571/stat : 29571 (java) S 29560 29562 26380 0 -1 4202560 336 0 0 0 10 3 0 0 20 0 18 0 286512595 9787842560 543091 33554432000 1073741824 1073778376 140733598546240 140553880324648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29562/tid=29572] ppid=29560 vsize=9558440 CPUtime=0.12 cores=1,3,5,7
/proc/29562/task/29572/stat : 29572 (java) S 29560 29562 26380 0 -1 4202560 149 0 0 0 10 2 0 0 20 0 18 0 286512595 9787842560 543091 33554432000 1073741824 1073778376 140733598546240 140553733487016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29562/tid=29573] ppid=29560 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29573/stat : 29573 (java) S 29560 29562 26380 0 -1 4202560 1262 0 0 0 0 0 0 0 20 0 18 0 286512596 9787842560 543091 33554432000 1073741824 1073778376 140733598546240 140553721289448 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29574] ppid=29560 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29574/stat : 29574 (java) S 29560 29562 26380 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 286512597 9787842560 543091 33554432000 1073741824 1073778376 140733598546240 140553720235512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29575] ppid=29560 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29575/stat : 29575 (java) S 29560 29562 26380 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 286512597 9787842560 543091 33554432000 1073741824 1073778376 140733598546240 140553719183112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29576] ppid=29560 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29576/stat : 29576 (java) S 29560 29562 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 286512599 9787842560 543091 33554432000 1073741824 1073778376 140733598546240 140553718131600 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29577] ppid=29560 vsize=9558440 CPUtime=0.14 cores=1,3,5,7
/proc/29562/task/29577/stat : 29577 (java) S 29560 29562 26380 0 -1 4202560 985 0 0 0 14 0 0 0 20 0 18 0 286512599 9787842560 543091 33554432000 1073741824 1073778376 140733598546240 140553717078200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29578] ppid=29560 vsize=9558440 CPUtime=0.13 cores=1,3,5,7
/proc/29562/task/29578/stat : 29578 (java) S 29560 29562 26380 0 -1 4202560 923 0 0 0 13 0 0 0 20 0 18 0 286512599 9787842560 543091 33554432000 1073741824 1073778376 140733598546240 140553716025400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29562/tid=29579] ppid=29560 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29579/stat : 29579 (java) S 29560 29562 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 286512599 9787842560 543091 33554432000 1073741824 1073778376 140733598546240 140553714973304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29562/tid=29580] ppid=29560 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29580/stat : 29580 (java) S 29560 29562 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 286512599 9787842560 543091 33554432000 1073741824 1073778376 140733598546240 140553713920712 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 9558440

[startup+6.30062 s]
/proc/loadavg: 2.00 2.00 2.00 3/192 29616
/proc/meminfo: memFree=28189364/32873648 swapFree=7112/7112
[pid=29562] ppid=29560 vsize=9558440 CPUtime=8.22 cores=1,3,5,7
/proc/29562/stat : 29562 (java) S 29560 29562 26380 0 -1 4202496 11612 0 1 0 757 65 0 0 20 0 18 0 286512593 9787842560 704162 33554432000 1073741824 1073778376 140733598546240 140733598537376 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29562/statm: 2389610 704162 2254 9 0 2380296 0
[pid=29562/tid=29564] ppid=29560 vsize=9558440 CPUtime=5.71 cores=1,3,5,7
/proc/29562/task/29564/stat : 29564 (java) S 29560 29562 26380 0 -1 4202560 4395 0 1 0 533 38 0 0 20 0 18 0 286512594 9787842560 704162 33554432000 1073741824 1073778376 140733598546240 140553897577112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29562/tid=29565] ppid=29560 vsize=9558440 CPUtime=0.22 cores=1,3,5,7
/proc/29562/task/29565/stat : 29565 (java) S 29560 29562 26380 0 -1 4202560 56 0 0 0 20 2 0 0 20 0 18 0 286512595 9787842560 704162 33554432000 1073741824 1073778376 140733598546240 140553886640936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29562/tid=29566] ppid=29560 vsize=9558440 CPUtime=0.32 cores=1,3,5,7
/proc/29562/task/29566/stat : 29566 (java) S 29560 29562 26380 0 -1 4202560 516 0 0 0 27 5 0 0 20 0 18 0 286512595 9787842560 704162 33554432000 1073741824 1073778376 140733598546240 140553885588136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29562/tid=29567] ppid=29560 vsize=9558440 CPUtime=0.28 cores=1,3,5,7
/proc/29562/task/29567/stat : 29567 (java) S 29560 29562 26380 0 -1 4202560 418 0 0 0 24 4 0 0 20 0 18 0 286512595 9787842560 704162 33554432000 1073741824 1073778376 140733598546240 140553884535848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29562/tid=29568] ppid=29560 vsize=9558440 CPUtime=0.23 cores=1,3,5,7
/proc/29562/task/29568/stat : 29568 (java) S 29560 29562 26380 0 -1 4202560 295 0 0 0 20 3 0 0 20 0 18 0 286512595 9787842560 704162 33554432000 1073741824 1073778376 140733598546240 140553883482904 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29562/tid=29569] ppid=29560 vsize=9558440 CPUtime=0.25 cores=1,3,5,7
/proc/29562/task/29569/stat : 29569 (java) S 29560 29562 26380 0 -1 4202560 155 0 0 0 22 3 0 0 20 0 18 0 286512595 9787842560 704162 33554432000 1073741824 1073778376 140733598546240 140553882429704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29562/tid=29570] ppid=29560 vsize=9558440 CPUtime=0.24 cores=1,3,5,7
/proc/29562/task/29570/stat : 29570 (java) S 29560 29562 26380 0 -1 4202560 335 0 0 0 21 3 0 0 20 0 18 0 286512595 9787842560 704162 33554432000 1073741824 1073778376 140733598546240 140553881376936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29571] ppid=29560 vsize=9558440 CPUtime=0.21 cores=1,3,5,7
/proc/29562/task/29571/stat : 29571 (java) S 29560 29562 26380 0 -1 4202560 346 0 0 0 17 4 0 0 20 0 18 0 286512595 9787842560 704162 33554432000 1073741824 1073778376 140733598546240 140553880324648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29562/tid=29572] ppid=29560 vsize=9558440 CPUtime=0.22 cores=1,3,5,7
/proc/29562/task/29572/stat : 29572 (java) S 29560 29562 26380 0 -1 4202560 160 0 0 0 19 3 0 0 20 0 18 0 286512595 9787842560 704162 33554432000 1073741824 1073778376 140733598546240 140553733487016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29573] ppid=29560 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29573/stat : 29573 (java) S 29560 29562 26380 0 -1 4202560 1262 0 0 0 0 0 0 0 20 0 18 0 286512596 9787842560 704162 33554432000 1073741824 1073778376 140733598546240 140553721288328 242170770492 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29562/tid=29574] ppid=29560 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29574/stat : 29574 (java) S 29560 29562 26380 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 286512597 9787842560 704162 33554432000 1073741824 1073778376 140733598546240 140553720235512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29575] ppid=29560 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29575/stat : 29575 (java) S 29560 29562 26380 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 286512597 9787842560 704162 33554432000 1073741824 1073778376 140733598546240 140553719183112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29576] ppid=29560 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29576/stat : 29576 (java) S 29560 29562 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 286512599 9787842560 704162 33554432000 1073741824 1073778376 140733598546240 140553718131600 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29577] ppid=29560 vsize=9558440 CPUtime=0.19 cores=1,3,5,7
/proc/29562/task/29577/stat : 29577 (java) S 29560 29562 26380 0 -1 4202560 1231 0 0 0 19 0 0 0 20 0 18 0 286512599 9787842560 704162 33554432000 1073741824 1073778376 140733598546240 140553717078200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29578] ppid=29560 vsize=9558440 CPUtime=0.2 cores=1,3,5,7
/proc/29562/task/29578/stat : 29578 (java) S 29560 29562 26380 0 -1 4202560 1268 0 0 0 20 0 0 0 20 0 18 0 286512599 9787842560 704162 33554432000 1073741824 1073778376 140733598546240 140553716025400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29562/tid=29579] ppid=29560 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29579/stat : 29579 (java) S 29560 29562 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 286512599 9787842560 704162 33554432000 1073741824 1073778376 140733598546240 140553714973304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29562/tid=29580] ppid=29560 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29580/stat : 29580 (java) S 29560 29562 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 286512599 9787842560 704162 33554432000 1073741824 1073778376 140733598546240 140553713920712 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.22
Current children cumulated vsize (KiB) 9558440

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 29697
/proc/meminfo: memFree=27940592/32873648 swapFree=7112/7112
[pid=29562] ppid=29560 vsize=9625004 CPUtime=15.61 cores=1,3,5,7
/proc/29562/stat : 29562 (java) S 29560 29562 26380 0 -1 4202496 15037 0 1 0 1493 68 0 0 20 0 19 0 286512593 9856004096 708649 33554432000 1073741824 1073778376 140733598546240 140733598537376 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29562/statm: 2406251 708649 2275 9 0 2396937 0
[pid=29562/tid=29564] ppid=29560 vsize=9625004 CPUtime=11.97 cores=1,3,5,7

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

[pid=29562/tid=29570] ppid=29560 vsize=9625004 CPUtime=1.49 cores=1,3,5,7
/proc/29562/task/29570/stat : 29570 (java) S 29560 29562 26380 0 -1 4202560 6670 0 0 0 142 7 0 0 20 0 19 0 286512595 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553881376936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29562/tid=29571] ppid=29560 vsize=9625004 CPUtime=1.67 cores=1,3,5,7
/proc/29562/task/29571/stat : 29571 (java) S 29560 29562 26380 0 -1 4202560 9104 0 0 0 157 10 0 0 20 0 19 0 286512595 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553880324648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29562/tid=29572] ppid=29560 vsize=9625004 CPUtime=1.63 cores=1,3,5,7
/proc/29562/task/29572/stat : 29572 (java) S 29560 29562 26380 0 -1 4202560 8531 0 0 0 156 7 0 0 20 0 19 0 286512595 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553733487016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29562/tid=29573] ppid=29560 vsize=9625004 CPUtime=8.83 cores=1,3,5,7
/proc/29562/task/29573/stat : 29573 (java) S 29560 29562 26380 0 -1 4202560 4542 0 0 0 880 3 0 0 20 0 19 0 286512596 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553721289448 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29562/tid=29574] ppid=29560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29574/stat : 29574 (java) S 29560 29562 26380 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286512597 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553720235512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29575] ppid=29560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29575/stat : 29575 (java) S 29560 29562 26380 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286512597 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553719183112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29576] ppid=29560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29576/stat : 29576 (java) S 29560 29562 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286512599 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553718131600 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29577] ppid=29560 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/29562/task/29577/stat : 29577 (java) S 29560 29562 26380 0 -1 4202560 4469 0 0 0 76 2 0 0 20 0 19 0 286512599 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553717078200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29578] ppid=29560 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/29562/task/29578/stat : 29578 (java) S 29560 29562 26380 0 -1 4202560 2669 0 0 0 55 0 0 0 20 0 19 0 286512599 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553716025400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29579] ppid=29560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29579/stat : 29579 (java) S 29560 29562 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286512599 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553714973304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29562/tid=29580] ppid=29560 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/29562/task/29580/stat : 29580 (java) S 29560 29562 26380 0 -1 4202560 101 0 0 0 28 37 0 0 20 0 19 0 286512599 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553713920712 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29562/tid=29697] ppid=29560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29697/stat : 29697 (java) S 29560 29562 26380 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 286513744 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553712866728 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1733.85
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.16 2.14 2.06 3/213 29713
/proc/meminfo: memFree=25765884/32873648 swapFree=7112/7112
[pid=29562] ppid=29560 vsize=9625004 CPUtime=1793.87 cores=1,3,5,7
/proc/29562/stat : 29562 (java) S 29560 29562 26380 0 -1 4202496 81296 0 1 0 179233 154 0 0 20 0 19 0 286512593 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140733598537376 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29562/statm: 2406251 841209 2289 9 0 2396937 0
[pid=29562/tid=29564] ppid=29560 vsize=9625004 CPUtime=1769.74 cores=1,3,5,7
/proc/29562/task/29564/stat : 29564 (java) R 29560 29562 26380 0 -1 4202560 4458 0 1 0 176907 67 0 0 20 0 19 0 286512594 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553897578800 140553761871692 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29565] ppid=29560 vsize=9625004 CPUtime=1.8 cores=1,3,5,7
/proc/29562/task/29565/stat : 29565 (java) S 29560 29562 26380 0 -1 4202560 7128 0 0 0 172 8 0 0 20 0 19 0 286512595 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553886640936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29566] ppid=29560 vsize=9625004 CPUtime=1.78 cores=1,3,5,7
/proc/29562/task/29566/stat : 29566 (java) S 29560 29562 26380 0 -1 4202560 9855 0 0 0 168 10 0 0 20 0 19 0 286512595 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553885588136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29562/tid=29567] ppid=29560 vsize=9625004 CPUtime=1.7 cores=1,3,5,7
/proc/29562/task/29567/stat : 29567 (java) S 29560 29562 26380 0 -1 4202560 8287 0 0 0 160 10 0 0 20 0 19 0 286512595 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553884535848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29568] ppid=29560 vsize=9625004 CPUtime=1.61 cores=1,3,5,7
/proc/29562/task/29568/stat : 29568 (java) S 29560 29562 26380 0 -1 4202560 5751 0 0 0 153 8 0 0 20 0 19 0 286512595 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553883483048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29562/tid=29569] ppid=29560 vsize=9625004 CPUtime=1.65 cores=1,3,5,7
/proc/29562/task/29569/stat : 29569 (java) S 29560 29562 26380 0 -1 4202560 8548 0 0 0 155 10 0 0 20 0 19 0 286512595 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553882429736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29562/tid=29570] ppid=29560 vsize=9625004 CPUtime=1.49 cores=1,3,5,7
/proc/29562/task/29570/stat : 29570 (java) S 29560 29562 26380 0 -1 4202560 6670 0 0 0 142 7 0 0 20 0 19 0 286512595 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553881376936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29562/tid=29571] ppid=29560 vsize=9625004 CPUtime=1.67 cores=1,3,5,7
/proc/29562/task/29571/stat : 29571 (java) S 29560 29562 26380 0 -1 4202560 9104 0 0 0 157 10 0 0 20 0 19 0 286512595 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553880324648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29562/tid=29572] ppid=29560 vsize=9625004 CPUtime=1.63 cores=1,3,5,7
/proc/29562/task/29572/stat : 29572 (java) S 29560 29562 26380 0 -1 4202560 8531 0 0 0 156 7 0 0 20 0 19 0 286512595 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553733487016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29562/tid=29573] ppid=29560 vsize=9625004 CPUtime=8.83 cores=1,3,5,7
/proc/29562/task/29573/stat : 29573 (java) S 29560 29562 26380 0 -1 4202560 4542 0 0 0 880 3 0 0 20 0 19 0 286512596 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553721289448 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29562/tid=29574] ppid=29560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29574/stat : 29574 (java) S 29560 29562 26380 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286512597 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553720235512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29575] ppid=29560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29575/stat : 29575 (java) S 29560 29562 26380 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286512597 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553719183112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29576] ppid=29560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29576/stat : 29576 (java) S 29560 29562 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286512599 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553718131600 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29577] ppid=29560 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/29562/task/29577/stat : 29577 (java) S 29560 29562 26380 0 -1 4202560 4469 0 0 0 76 2 0 0 20 0 19 0 286512599 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553717078200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29578] ppid=29560 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/29562/task/29578/stat : 29578 (java) S 29560 29562 26380 0 -1 4202560 2669 0 0 0 55 0 0 0 20 0 19 0 286512599 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553716025400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29579] ppid=29560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29579/stat : 29579 (java) S 29560 29562 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286512599 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553714973304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29562/tid=29580] ppid=29560 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/29562/task/29580/stat : 29580 (java) S 29560 29562 26380 0 -1 4202560 103 0 0 0 29 38 0 0 20 0 19 0 286512599 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553713920712 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29562/tid=29697] ppid=29560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29697/stat : 29697 (java) S 29560 29562 26380 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 286513744 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553712866728 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1793.87
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.5 s]
/proc/loadavg: 2.05 2.12 2.06 2/189 29740
/proc/meminfo: memFree=27632844/32873648 swapFree=7112/7112
[pid=29562] ppid=29560 vsize=9625004 CPUtime=1800.07 cores=1,3,5,7
/proc/29562/stat : 29562 (java) S 29560 29562 26380 0 -1 4202496 81296 0 1 0 179853 154 0 0 20 0 19 0 286512593 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140733598537376 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29562/statm: 2406251 841209 2289 9 0 2396937 0
[pid=29562/tid=29564] ppid=29560 vsize=9625004 CPUtime=1775.95 cores=1,3,5,7
/proc/29562/task/29564/stat : 29564 (java) R 29560 29562 26380 0 -1 4202560 4458 0 1 0 177528 67 0 0 20 0 19 0 286512594 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553897578800 140553761897708 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29565] ppid=29560 vsize=9625004 CPUtime=1.8 cores=1,3,5,7
/proc/29562/task/29565/stat : 29565 (java) S 29560 29562 26380 0 -1 4202560 7128 0 0 0 172 8 0 0 20 0 19 0 286512595 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553886640936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29566] ppid=29560 vsize=9625004 CPUtime=1.78 cores=1,3,5,7
/proc/29562/task/29566/stat : 29566 (java) S 29560 29562 26380 0 -1 4202560 9855 0 0 0 168 10 0 0 20 0 19 0 286512595 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553885588136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29562/tid=29567] ppid=29560 vsize=9625004 CPUtime=1.7 cores=1,3,5,7
/proc/29562/task/29567/stat : 29567 (java) S 29560 29562 26380 0 -1 4202560 8287 0 0 0 160 10 0 0 20 0 19 0 286512595 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553884535848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29568] ppid=29560 vsize=9625004 CPUtime=1.61 cores=1,3,5,7
/proc/29562/task/29568/stat : 29568 (java) S 29560 29562 26380 0 -1 4202560 5751 0 0 0 153 8 0 0 20 0 19 0 286512595 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553883483048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29562/tid=29569] ppid=29560 vsize=9625004 CPUtime=1.65 cores=1,3,5,7
/proc/29562/task/29569/stat : 29569 (java) S 29560 29562 26380 0 -1 4202560 8548 0 0 0 155 10 0 0 20 0 19 0 286512595 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553882429736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29562/tid=29570] ppid=29560 vsize=9625004 CPUtime=1.49 cores=1,3,5,7
/proc/29562/task/29570/stat : 29570 (java) S 29560 29562 26380 0 -1 4202560 6670 0 0 0 142 7 0 0 20 0 19 0 286512595 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553881376936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29562/tid=29571] ppid=29560 vsize=9625004 CPUtime=1.67 cores=1,3,5,7
/proc/29562/task/29571/stat : 29571 (java) S 29560 29562 26380 0 -1 4202560 9104 0 0 0 157 10 0 0 20 0 19 0 286512595 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553880324648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29562/tid=29572] ppid=29560 vsize=9625004 CPUtime=1.63 cores=1,3,5,7
/proc/29562/task/29572/stat : 29572 (java) S 29560 29562 26380 0 -1 4202560 8531 0 0 0 156 7 0 0 20 0 19 0 286512595 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553733487016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29562/tid=29573] ppid=29560 vsize=9625004 CPUtime=8.83 cores=1,3,5,7
/proc/29562/task/29573/stat : 29573 (java) S 29560 29562 26380 0 -1 4202560 4542 0 0 0 880 3 0 0 20 0 19 0 286512596 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553721289448 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29562/tid=29574] ppid=29560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29574/stat : 29574 (java) S 29560 29562 26380 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286512597 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553720235512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29575] ppid=29560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29575/stat : 29575 (java) S 29560 29562 26380 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286512597 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553719183112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29576] ppid=29560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29576/stat : 29576 (java) S 29560 29562 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286512599 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553718131600 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29577] ppid=29560 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/29562/task/29577/stat : 29577 (java) S 29560 29562 26380 0 -1 4202560 4469 0 0 0 76 2 0 0 20 0 19 0 286512599 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553717078200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29578] ppid=29560 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/29562/task/29578/stat : 29578 (java) S 29560 29562 26380 0 -1 4202560 2669 0 0 0 55 0 0 0 20 0 19 0 286512599 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553716025400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29579] ppid=29560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29579/stat : 29579 (java) S 29560 29562 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286512599 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553714973304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29562/tid=29580] ppid=29560 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/29562/task/29580/stat : 29580 (java) S 29560 29562 26380 0 -1 4202560 103 0 0 0 29 38 0 0 20 0 19 0 286512599 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553713920712 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29562/tid=29697] ppid=29560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29697/stat : 29697 (java) S 29560 29562 26380 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 286513744 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553712866728 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1788.5 s]
/proc/loadavg: 2.05 2.12 2.06 2/189 29740
/proc/meminfo: memFree=27632844/32873648 swapFree=7112/7112
[pid=29562] ppid=29560 vsize=9625004 CPUtime=1800.07 cores=1,3,5,7
/proc/29562/stat : 29562 (java) S 29560 29562 26380 0 -1 4202496 81296 0 1 0 179853 154 0 0 20 0 19 0 286512593 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140733598537376 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29562/statm: 2406251 841209 2289 9 0 2396937 0
[pid=29562/tid=29564] ppid=29560 vsize=9625004 CPUtime=1775.95 cores=1,3,5,7
/proc/29562/task/29564/stat : 29564 (java) R 29560 29562 26380 0 -1 4202560 4458 0 1 0 177528 67 0 0 20 0 19 0 286512594 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553897578800 140553761897708 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29565] ppid=29560 vsize=9625004 CPUtime=1.8 cores=1,3,5,7
/proc/29562/task/29565/stat : 29565 (java) S 29560 29562 26380 0 -1 4202560 7128 0 0 0 172 8 0 0 20 0 19 0 286512595 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553886640936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29566] ppid=29560 vsize=9625004 CPUtime=1.78 cores=1,3,5,7
/proc/29562/task/29566/stat : 29566 (java) S 29560 29562 26380 0 -1 4202560 9855 0 0 0 168 10 0 0 20 0 19 0 286512595 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553885588136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29562/tid=29567] ppid=29560 vsize=9625004 CPUtime=1.7 cores=1,3,5,7
/proc/29562/task/29567/stat : 29567 (java) S 29560 29562 26380 0 -1 4202560 8287 0 0 0 160 10 0 0 20 0 19 0 286512595 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553884535848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29568] ppid=29560 vsize=9625004 CPUtime=1.61 cores=1,3,5,7
/proc/29562/task/29568/stat : 29568 (java) S 29560 29562 26380 0 -1 4202560 5751 0 0 0 153 8 0 0 20 0 19 0 286512595 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553883483048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29562/tid=29569] ppid=29560 vsize=9625004 CPUtime=1.65 cores=1,3,5,7
/proc/29562/task/29569/stat : 29569 (java) S 29560 29562 26380 0 -1 4202560 8548 0 0 0 155 10 0 0 20 0 19 0 286512595 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553882429736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29562/tid=29570] ppid=29560 vsize=9625004 CPUtime=1.49 cores=1,3,5,7
/proc/29562/task/29570/stat : 29570 (java) S 29560 29562 26380 0 -1 4202560 6670 0 0 0 142 7 0 0 20 0 19 0 286512595 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553881376936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29562/tid=29571] ppid=29560 vsize=9625004 CPUtime=1.67 cores=1,3,5,7
/proc/29562/task/29571/stat : 29571 (java) S 29560 29562 26380 0 -1 4202560 9104 0 0 0 157 10 0 0 20 0 19 0 286512595 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553880324648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29562/tid=29572] ppid=29560 vsize=9625004 CPUtime=1.63 cores=1,3,5,7
/proc/29562/task/29572/stat : 29572 (java) S 29560 29562 26380 0 -1 4202560 8531 0 0 0 156 7 0 0 20 0 19 0 286512595 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553733487016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29562/tid=29573] ppid=29560 vsize=9625004 CPUtime=8.83 cores=1,3,5,7
/proc/29562/task/29573/stat : 29573 (java) S 29560 29562 26380 0 -1 4202560 4542 0 0 0 880 3 0 0 20 0 19 0 286512596 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553721289448 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29562/tid=29574] ppid=29560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29574/stat : 29574 (java) S 29560 29562 26380 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286512597 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553720235512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29575] ppid=29560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29575/stat : 29575 (java) S 29560 29562 26380 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286512597 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553719183112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29576] ppid=29560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29576/stat : 29576 (java) S 29560 29562 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286512599 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553718131600 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29577] ppid=29560 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/29562/task/29577/stat : 29577 (java) S 29560 29562 26380 0 -1 4202560 4469 0 0 0 76 2 0 0 20 0 19 0 286512599 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553717078200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29578] ppid=29560 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/29562/task/29578/stat : 29578 (java) S 29560 29562 26380 0 -1 4202560 2669 0 0 0 55 0 0 0 20 0 19 0 286512599 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553716025400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29562/tid=29579] ppid=29560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29579/stat : 29579 (java) S 29560 29562 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286512599 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553714973304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29562/tid=29580] ppid=29560 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/29562/task/29580/stat : 29580 (java) S 29560 29562 26380 0 -1 4202560 103 0 0 0 29 38 0 0 20 0 19 0 286512599 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553713920712 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29562/tid=29697] ppid=29560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/29562/task/29697/stat : 29697 (java) S 29560 29562 26380 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 286513744 9856004096 841209 33554432000 1073741824 1073778376 140733598546240 140553712866728 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1788.56
CPU time (s): 1800.46
CPU user time (s): 1798.5
CPU system time (s): 1.9627
CPU usage (%): 100.665
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.5
system time used= 1.9627
maximum resident set size= 3365096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81329
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44243
involuntary context switches= 17554

runsolver used 6.25905 second user time and 15.0137 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-28 13:17:47
IDJOB=3711072
IDBENCH=89871
IDSOLVER=2289
FILE ID=node126/3711072-1338203866
RUNJOBID= node126-1338200265-29229
PBS_JOBID= 14624566
Free space on /tmp= 71340 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-datt256.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3711072-1338203866/watcher-3711072-1338203866 -o /tmp/evaluation-result-3711072-1338203866/solver-3711072-1338203866 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711072-1338203866.opb

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

MD5SUM BENCH= eff0b252efd7ad849119636cdcc0cdec
RANDOM SEED=492173883

node126.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30831996 kB
Buffers:          337860 kB
Cached:           704856 kB
SwapCached:        17756 kB
Active:           944268 kB
Inactive:         286992 kB
Active(anon):     170208 kB
Inactive(anon):    20452 kB
Active(file):     774060 kB
Inactive(file):   266540 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:             18988 kB
Writeback:             0 kB
AnonPages:        178864 kB
Mapped:            17940 kB
Shmem:                 0 kB
Slab:             670872 kB
SReclaimable:     114752 kB
SUnreclaim:       556120 kB
KernelStack:        1592 kB
PageTables:         4604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     702632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    131072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71340 MiB
End job on node126 at 2012-05-28 13:47:37