Trace number 3455758

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 CuttingPlanes 2.3.0? (TO) 1800.23 1792.19

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx92.opb
MD5SUM27a6a4205f1c6df1de962194e8e7e014
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark0.216966
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7164
Total number of constraints7824
Number of constraints which are clauses7155
Number of constraints which are cardinality constraints (but not clauses)93
Number of constraints which are nor clauses,nor cardinality constraints576
Minimum length of a constraint2
Maximum length of a constraint576
Number of terms in the objective function 9
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 9
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1132
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.09	c See www.sat4j.org for details.
0.07/0.09	c version 2.3.1.v20110525
0.07/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.09	c java.vm.version	19.1-b02
0.07/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version		1.6.0_24
0.07/0.09	c os.name		Linux
0.07/0.09	c os.version		2.6.18-164.el5
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		9996466904
0.07/0.09	c Max memory 		10048897024
0.07/0.09	c Total memory 		10048897024
0.07/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
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@38540408
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-3455758-1307228456.opb
0.10/0.11	c reading problem ... 
1.01/0.51	c ... done. Wall clock time 0.399s.
1.01/0.51	c #vars     7164
1.01/0.51	c #constraints  7925
1.01/0.51	c constraints type 
1.01/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 7155
1.01/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 92
1.01/0.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 92
1.01/0.51	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
1.01/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 576
523.32/519.83	c cleaning 0 clauses out of 5001 with flag 0/5001
1505.89/1498.73	c cleaning 0 clauses out of 11001 with flag 0/11001
1800.04/1792.02	c starts		: 36
1800.04/1792.02	c conflicts		: 12713
1800.04/1792.02	c decisions		: 145313
1800.04/1792.02	c propagations		: 2392447
1800.04/1792.02	c inspects		: 620396164
1800.04/1792.02	c shortcuts		: 0
1800.04/1792.02	c learnt literals	: 0
1800.04/1792.02	c learnt binary clauses	: 0
1800.04/1792.02	c learnt ternary clauses	: 0
1800.04/1792.02	c learnt constraints	: 12712
1800.04/1792.02	c ignored constraints	: 0
1800.04/1792.02	c root simplifications	: 0
1800.04/1792.02	c removed literals (reason simplification)	: 0
1800.04/1792.02	c reason swapping (by a shorter reason)	: 0
1800.04/1792.02	c Calls to reduceDB	: 2
1800.04/1792.02	c number of reductions to clauses (during analyze)	: 0
1800.04/1792.02	c number of learned constraints concerned by reduction	: 0
1800.04/1792.02	c number of learning phase by resolution	: 0
1800.04/1792.02	c number of learning phase by cutting planes	: 0
1800.04/1792.02	c speed (assignments/second)	: 1335.435283400437
1800.04/1792.02	c non guided choices	7061
1800.04/1792.03	c learnt constraints type 
1800.04/1792.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12712
1800.04/1792.03	c constraints type 
1800.04/1792.03	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 7155
1800.04/1792.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 92
1800.04/1792.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 92
1800.04/1792.03	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
1800.04/1792.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 576
1800.04/1792.03	s UNKNOWN
1800.04/1792.03	c Total wall clock time (in seconds): 1791.919

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-3455758-1307228456/watcher-3455758-1307228456 -o /tmp/evaluation-result-3455758-1307228456/solver-3455758-1307228456 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3455758-1307228456.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.02 2.00 3/501 31020
/proc/meminfo: memFree=21115016/32950928 swapFree=61542356/67111528
[pid=31020] ppid=31018 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/31020/stat : 31020 (java) S 31018 31020 29646 0 -1 4202496 2997 0 1 0 0 0 0 0 25 0 2 0 913076282 10681323520 2701 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917196773 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/31020/statm: 2607745 2714 906 9 0 2598901 0
[pid=31020/tid=31021] ppid=31018 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31021/stat : 31021 (java) R 31018 31020 29646 0 -1 4202560 1946 0 1 0 0 0 0 0 25 0 2 0 913076283 10681323520 2762 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260905088059 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0911431 s]
/proc/loadavg: 2.00 2.02 2.00 3/501 31020
/proc/meminfo: memFree=21115016/32950928 swapFree=61542356/67111528
[pid=31020] ppid=31018 vsize=10473408 CPUtime=0.07 cores=1,3,5,7
/proc/31020/stat : 31020 (java) S 31018 31020 29646 0 -1 4202496 12317 0 1 0 6 1 0 0 25 0 18 0 913076282 10724769792 12015 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31020/statm: 2618352 12015 1915 9 0 2609086 0
[pid=31020/tid=31021] ppid=31018 vsize=10473408 CPUtime=0.07 cores=1,3,5,7
/proc/31020/task/31021/stat : 31021 (java) R 31018 31020 29646 0 -1 4202560 10922 0 1 0 6 1 0 0 25 0 18 0 913076283 10724769792 12015 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917223391 0 2147483391 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10473408

[startup+0.104744 s]
/proc/loadavg: 2.00 2.02 2.00 3/501 31020
/proc/meminfo: memFree=21115016/32950928 swapFree=61542356/67111528
[pid=31020] ppid=31018 vsize=10539844 CPUtime=0.1 cores=1,3,5,7
/proc/31020/stat : 31020 (java) S 31018 31020 29646 0 -1 4202496 12950 0 1 0 8 2 0 0 25 0 18 0 913076282 10792800256 12648 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31020/statm: 2634961 12648 2092 9 0 2625695 0
[pid=31020/tid=31021] ppid=31018 vsize=10539844 CPUtime=0.08 cores=1,3,5,7
/proc/31020/task/31021/stat : 31021 (java) R 31018 31020 29646 0 -1 4202560 11104 0 1 0 7 1 0 0 25 0 18 0 913076283 10792800256 12648 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 46912505170474 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539844

[startup+0.300707 s]
/proc/loadavg: 2.00 2.02 2.00 3/501 31020
/proc/meminfo: memFree=21115016/32950928 swapFree=61542356/67111528
[pid=31020] ppid=31018 vsize=10545148 CPUtime=0.5 cores=1,3,5,7
/proc/31020/stat : 31020 (java) S 31018 31020 29646 0 -1 4202496 17760 0 1 0 48 2 0 0 25 0 18 0 913076282 10798231552 16480 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31020/statm: 2636287 16481 2201 9 0 2627021 0
[pid=31020/tid=31021] ppid=31018 vsize=10545148 CPUtime=0.27 cores=1,3,5,7
/proc/31020/task/31021/stat : 31021 (java) R 31018 31020 29646 0 -1 4202560 13222 0 1 0 26 1 0 0 25 0 18 0 913076283 10798231552 16481 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 46912505541598 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10545148

[startup+0.700634 s]
/proc/loadavg: 2.00 2.02 2.00 3/501 31020
/proc/meminfo: memFree=21115016/32950928 swapFree=61542356/67111528
[pid=31020] ppid=31018 vsize=10559556 CPUtime=1.59 cores=1,3,5,7
/proc/31020/stat : 31020 (java) S 31018 31020 29646 0 -1 4202496 40551 0 1 0 154 5 0 0 25 0 19 0 913076282 10812985344 36021 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31020/statm: 2639889 36024 2226 9 0 2630623 0
[pid=31020/tid=31021] ppid=31018 vsize=10559556 CPUtime=0.68 cores=1,3,5,7
/proc/31020/task/31021/stat : 31021 (java) R 31018 31020 29646 0 -1 4202560 26717 0 1 0 65 3 0 0 25 0 19 0 913076283 10812985344 36026 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 46912505834575 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 10559556

[startup+1.50149 s]
/proc/loadavg: 2.00 2.02 2.00 4/520 31039
/proc/meminfo: memFree=20880508/32950928 swapFree=61542356/67111528
[pid=31020] ppid=31018 vsize=10559556 CPUtime=2.82 cores=1,3,5,7
/proc/31020/stat : 31020 (java) S 31018 31020 29646 0 -1 4202496 111554 0 1 0 269 13 0 0 25 0 19 0 913076282 10812985344 106878 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31020/statm: 2639889 106879 2232 9 0 2630623 0
[pid=31020/tid=31021] ppid=31018 vsize=10559556 CPUtime=1.47 cores=1,3,5,7
/proc/31020/task/31021/stat : 31021 (java) R 31018 31020 29646 0 -1 4202560 97402 0 1 0 136 11 0 0 25 0 19 0 913076283 10812985344 106880 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 46912505834556 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31020/tid=31023] ppid=31018 vsize=10559556 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31023/stat : 31023 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076285 10812985344 106880 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31024] ppid=31018 vsize=10559556 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31024/stat : 31024 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076285 10812985344 106881 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31025] ppid=31018 vsize=10559556 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31025/stat : 31025 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076285 10812985344 106881 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31026] ppid=31018 vsize=10559556 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31026/stat : 31026 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076285 10812985344 106881 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31027] ppid=31018 vsize=10559556 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31027/stat : 31027 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076285 10812985344 106882 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31028] ppid=31018 vsize=10559556 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31028/stat : 31028 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076285 10812985344 106883 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31029] ppid=31018 vsize=10559556 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31029/stat : 31029 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076285 10812985344 106883 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31030] ppid=31018 vsize=10559556 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31030/stat : 31030 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076285 10812985344 106884 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31031] ppid=31018 vsize=10559556 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31031/stat : 31031 (java) S 31018 31020 29646 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 913076286 10812985344 106884 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210624 0 0 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31032] ppid=31018 vsize=10559556 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31032/stat : 31032 (java) S 31018 31020 29646 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 913076286 10812985344 106885 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31033] ppid=31018 vsize=10559556 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31033/stat : 31033 (java) S 31018 31020 29646 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 913076286 10812985344 106885 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31034] ppid=31018 vsize=10559556 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31034/stat : 31034 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076288 10812985344 106886 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917217713 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31035] ppid=31018 vsize=10559556 CPUtime=0.53 cores=1,3,5,7
/proc/31020/task/31035/stat : 31035 (java) S 31018 31020 29646 0 -1 4202560 5314 0 0 0 53 0 0 0 21 0 19 0 913076288 10812985344 106886 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 3 0 0 0
[pid=31020/tid=31036] ppid=31018 vsize=10559556 CPUtime=0.79 cores=1,3,5,7
/proc/31020/task/31036/stat : 31036 (java) S 31018 31020 29646 0 -1 4202560 7681 0 0 0 78 1 0 0 23 0 19 0 913076288 10812985344 106887 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31037] ppid=31018 vsize=10559556 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31037/stat : 31037 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076288 10812985344 106887 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31038] ppid=31018 vsize=10559556 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31038/stat : 31038 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 913076288 10812985344 106887 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210624 0 4 0 16800975 18446604462868051840 0 0 -1 3 0 0 0
[pid=31020/tid=31039] ppid=31018 vsize=10559556 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31039/stat : 31039 (java) S 31018 31020 29646 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 913076335 10812985344 106888 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210624 0 4 0 16800975 18446604462868051840 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 10559556

[startup+3.10119 s]
/proc/loadavg: 2.00 2.02 2.00 3/520 31039
/proc/meminfo: memFree=20470200/32950928 swapFree=61542356/67111528
[pid=31020] ppid=31018 vsize=10559556 CPUtime=4.47 cores=1,3,5,7
/proc/31020/stat : 31020 (java) S 31018 31020 29646 0 -1 4202496 292135 0 1 0 415 32 0 0 25 0 19 0 913076282 10812985344 287459 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31020/statm: 2639889 287461 2232 9 0 2630623 0
[pid=31020/tid=31021] ppid=31018 vsize=10559556 CPUtime=3.08 cores=1,3,5,7
/proc/31020/task/31021/stat : 31021 (java) R 31018 31020 29646 0 -1 4202560 277984 0 1 0 278 30 0 0 25 0 19 0 913076283 10812985344 287464 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 46912505834553 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31020/tid=31023] ppid=31018 vsize=10559556 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31023/stat : 31023 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076285 10812985344 287466 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31024] ppid=31018 vsize=10559556 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31024/stat : 31024 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076285 10812985344 287468 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31025] ppid=31018 vsize=10559556 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31025/stat : 31025 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076285 10812985344 287471 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31026] ppid=31018 vsize=10559556 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31026/stat : 31026 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076285 10812985344 287471 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31027] ppid=31018 vsize=10559556 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31027/stat : 31027 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076285 10812985344 287475 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31028] ppid=31018 vsize=10559556 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31028/stat : 31028 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076285 10812985344 287477 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31029] ppid=31018 vsize=10559556 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31029/stat : 31029 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076285 10812985344 287480 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31030] ppid=31018 vsize=10559556 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31030/stat : 31030 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076285 10812985344 287482 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31031] ppid=31018 vsize=10559556 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31031/stat : 31031 (java) S 31018 31020 29646 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 913076286 10812985344 287483 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210624 0 0 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31032] ppid=31018 vsize=10559556 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31032/stat : 31032 (java) S 31018 31020 29646 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 913076286 10812985344 287487 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31033] ppid=31018 vsize=10559556 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31033/stat : 31033 (java) S 31018 31020 29646 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 913076286 10812985344 287487 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31034] ppid=31018 vsize=10559556 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31034/stat : 31034 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076288 10812985344 287490 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917217713 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31035] ppid=31018 vsize=10559556 CPUtime=0.55 cores=1,3,5,7
/proc/31020/task/31035/stat : 31035 (java) S 31018 31020 29646 0 -1 4202560 5316 0 0 0 55 0 0 0 16 0 19 0 913076288 10812985344 287492 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 3 0 0 0
[pid=31020/tid=31036] ppid=31018 vsize=10559556 CPUtime=0.82 cores=1,3,5,7
/proc/31020/task/31036/stat : 31036 (java) S 31018 31020 29646 0 -1 4202560 7682 0 0 0 81 1 0 0 17 0 19 0 913076288 10812985344 287495 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31037] ppid=31018 vsize=10559556 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31037/stat : 31037 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076288 10812985344 287497 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31038] ppid=31018 vsize=10559556 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31038/stat : 31038 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 913076288 10812985344 287498 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210624 0 4 0 16800975 18446604462868051840 0 0 -1 3 0 0 0
[pid=31020/tid=31039] ppid=31018 vsize=10559556 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31039/stat : 31039 (java) S 31018 31020 29646 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 913076335 10812985344 287502 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210624 0 4 0 16800975 18446604462868051840 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 10559556

[startup+6.30061 s]
/proc/loadavg: 2.00 2.02 2.00 3/520 31048
/proc/meminfo: memFree=19078156/32950928 swapFree=61542356/67111528
[pid=31020] ppid=31018 vsize=10555696 CPUtime=7.67 cores=1,3,5,7
/proc/31020/stat : 31020 (java) S 31018 31020 29646 0 -1 4202496 604267 0 1 0 701 66 0 0 25 0 19 0 913076282 10809032704 598678 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31020/statm: 2638924 598678 2233 9 0 2629658 0
[pid=31020/tid=31021] ppid=31018 vsize=10555696 CPUtime=6.27 cores=1,3,5,7
/proc/31020/task/31021/stat : 31021 (java) R 31018 31020 29646 0 -1 4202560 590110 0 1 0 563 64 0 0 25 0 19 0 913076283 10809032704 598679 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 46912505763760 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31020/tid=31023] ppid=31018 vsize=10555696 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31023/stat : 31023 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076285 10809032704 598679 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31024] ppid=31018 vsize=10555696 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31024/stat : 31024 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076285 10809032704 598679 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31025] ppid=31018 vsize=10555696 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31025/stat : 31025 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076285 10809032704 598679 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31026] ppid=31018 vsize=10555696 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31026/stat : 31026 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076285 10809032704 598679 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31027] ppid=31018 vsize=10555696 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31027/stat : 31027 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076285 10809032704 598680 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31028] ppid=31018 vsize=10555696 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31028/stat : 31028 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076285 10809032704 598680 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31029] ppid=31018 vsize=10555696 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31029/stat : 31029 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076285 10809032704 598680 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31030] ppid=31018 vsize=10555696 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31030/stat : 31030 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076285 10809032704 598680 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31031] ppid=31018 vsize=10555696 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31031/stat : 31031 (java) S 31018 31020 29646 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 913076286 10809032704 598680 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210624 0 0 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31032] ppid=31018 vsize=10555696 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31032/stat : 31032 (java) S 31018 31020 29646 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 913076286 10809032704 598680 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31033] ppid=31018 vsize=10555696 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31033/stat : 31033 (java) S 31018 31020 29646 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 913076286 10809032704 598680 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31034] ppid=31018 vsize=10555696 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31034/stat : 31034 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076288 10809032704 598680 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917217713 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31035] ppid=31018 vsize=10555696 CPUtime=0.55 cores=1,3,5,7
/proc/31020/task/31035/stat : 31035 (java) S 31018 31020 29646 0 -1 4202560 5316 0 0 0 55 0 0 0 15 0 19 0 913076288 10809032704 598680 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 3 0 0 0
[pid=31020/tid=31036] ppid=31018 vsize=10555696 CPUtime=0.82 cores=1,3,5,7
/proc/31020/task/31036/stat : 31036 (java) S 31018 31020 29646 0 -1 4202560 7682 0 0 0 81 1 0 0 15 0 19 0 913076288 10809032704 598682 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0

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

/proc/31020/task/31033/stat : 31033 (java) S 31018 31020 29646 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 913076286 10809032704 1038591 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31034] ppid=31018 vsize=10555696 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31034/stat : 31034 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076288 10809032704 1038591 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917217713 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31035] ppid=31018 vsize=10555696 CPUtime=0.87 cores=1,3,5,7
/proc/31020/task/31035/stat : 31035 (java) S 31018 31020 29646 0 -1 4202560 9392 0 0 0 86 1 0 0 15 0 19 0 913076288 10809032704 1038591 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 1 0 0 0
[pid=31020/tid=31036] ppid=31018 vsize=10555696 CPUtime=0.95 cores=1,3,5,7
/proc/31020/task/31036/stat : 31036 (java) S 31018 31020 29646 0 -1 4202560 7722 0 0 0 94 1 0 0 16 0 19 0 913076288 10809032704 1038591 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 5 0 0 0
[pid=31020/tid=31037] ppid=31018 vsize=10555696 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31037/stat : 31037 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076288 10809032704 1038591 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31038] ppid=31018 vsize=10555696 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31038/stat : 31038 (java) S 31018 31020 29646 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 913076288 10809032704 1038591 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210624 0 4 0 16800975 18446604462868051840 0 0 -1 1 0 0 0
[pid=31020/tid=31039] ppid=31018 vsize=10555696 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31039/stat : 31039 (java) S 31018 31020 29646 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 913076335 10809032704 1038591 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210624 0 4 0 16800975 18446604462868051840 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1670.06
Current children cumulated vsize (KiB) 10555696

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/520 31142
/proc/meminfo: memFree=16703944/32950928 swapFree=61542356/67111528
[pid=31020] ppid=31018 vsize=10555696 CPUtime=1730.18 cores=1,3,5,7
/proc/31020/stat : 31020 (java) S 31018 31020 29646 0 -1 4202496 1056159 0 1 0 172895 123 0 0 25 0 19 0 913076282 10809032704 1041123 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31020/statm: 2638924 1041123 2263 9 0 2629658 0
[pid=31020/tid=31021] ppid=31018 vsize=10555696 CPUtime=1717.83 cores=1,3,5,7
/proc/31020/task/31021/stat : 31021 (java) R 31018 31020 29646 0 -1 4202560 822577 0 1 0 171693 90 0 0 25 0 19 0 913076283 10809032704 1041123 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 46912505784872 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31020/tid=31023] ppid=31018 vsize=10555696 CPUtime=1.11 cores=1,3,5,7
/proc/31020/task/31023/stat : 31023 (java) S 31018 31020 29646 0 -1 4202560 26865 0 0 0 108 3 0 0 15 0 19 0 913076285 10809032704 1041123 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 3 0 0 0
[pid=31020/tid=31024] ppid=31018 vsize=10555696 CPUtime=1.11 cores=1,3,5,7
/proc/31020/task/31024/stat : 31024 (java) S 31018 31020 29646 0 -1 4202560 27782 0 0 0 107 4 0 0 16 0 19 0 913076285 10809032704 1041123 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 5 0 0 0
[pid=31020/tid=31025] ppid=31018 vsize=10555696 CPUtime=1.1 cores=1,3,5,7
/proc/31020/task/31025/stat : 31025 (java) S 31018 31020 29646 0 -1 4202560 24126 0 0 0 107 3 0 0 16 0 19 0 913076285 10809032704 1041123 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 3 0 0 0
[pid=31020/tid=31026] ppid=31018 vsize=10555696 CPUtime=1.09 cores=1,3,5,7
/proc/31020/task/31026/stat : 31026 (java) S 31018 31020 29646 0 -1 4202560 28361 0 0 0 105 4 0 0 15 0 19 0 913076285 10809032704 1041123 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 5 0 0 0
[pid=31020/tid=31027] ppid=31018 vsize=10555696 CPUtime=1.08 cores=1,3,5,7
/proc/31020/task/31027/stat : 31027 (java) S 31018 31020 29646 0 -1 4202560 24793 0 0 0 106 2 0 0 15 0 19 0 913076285 10809032704 1041123 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 1 0 0 0
[pid=31020/tid=31028] ppid=31018 vsize=10555696 CPUtime=1.13 cores=1,3,5,7
/proc/31020/task/31028/stat : 31028 (java) S 31018 31020 29646 0 -1 4202560 27391 0 0 0 110 3 0 0 16 0 19 0 913076285 10809032704 1041123 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 1 0 0 0
[pid=31020/tid=31029] ppid=31018 vsize=10555696 CPUtime=1.02 cores=1,3,5,7
/proc/31020/task/31029/stat : 31029 (java) S 31018 31020 29646 0 -1 4202560 27937 0 0 0 99 3 0 0 16 0 19 0 913076285 10809032704 1041123 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31030] ppid=31018 vsize=10555696 CPUtime=1.11 cores=1,3,5,7
/proc/31020/task/31030/stat : 31030 (java) S 31018 31020 29646 0 -1 4202560 27270 0 0 0 108 3 0 0 16 0 19 0 913076285 10809032704 1041123 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31031] ppid=31018 vsize=10555696 CPUtime=1.66 cores=1,3,5,7
/proc/31020/task/31031/stat : 31031 (java) S 31018 31020 29646 0 -1 4202560 693 0 0 0 166 0 0 0 15 0 19 0 913076286 10809032704 1041123 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210624 0 0 0 16800975 18446604462868051840 0 0 -1 3 0 0 0
[pid=31020/tid=31032] ppid=31018 vsize=10555696 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31032/stat : 31032 (java) S 31018 31020 29646 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 913076286 10809032704 1041123 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 5 0 0 0
[pid=31020/tid=31033] ppid=31018 vsize=10555696 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31033/stat : 31033 (java) S 31018 31020 29646 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 913076286 10809032704 1041123 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31034] ppid=31018 vsize=10555696 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31034/stat : 31034 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076288 10809032704 1041123 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917217713 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31035] ppid=31018 vsize=10555696 CPUtime=0.87 cores=1,3,5,7
/proc/31020/task/31035/stat : 31035 (java) S 31018 31020 29646 0 -1 4202560 9392 0 0 0 86 1 0 0 15 0 19 0 913076288 10809032704 1041123 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 1 0 0 0
[pid=31020/tid=31036] ppid=31018 vsize=10555696 CPUtime=0.95 cores=1,3,5,7
/proc/31020/task/31036/stat : 31036 (java) S 31018 31020 29646 0 -1 4202560 7722 0 0 0 94 1 0 0 16 0 19 0 913076288 10809032704 1041123 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 5 0 0 0
[pid=31020/tid=31037] ppid=31018 vsize=10555696 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31037/stat : 31037 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076288 10809032704 1041123 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31038] ppid=31018 vsize=10555696 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31038/stat : 31038 (java) S 31018 31020 29646 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 913076288 10809032704 1041123 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210624 0 4 0 16800975 18446604462868051840 0 0 -1 1 0 0 0
[pid=31020/tid=31039] ppid=31018 vsize=10555696 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31039/stat : 31039 (java) S 31018 31020 29646 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 913076335 10809032704 1041123 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210624 0 4 0 16800975 18446604462868051840 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1730.18
Current children cumulated vsize (KiB) 10555696

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/520 31144
/proc/meminfo: memFree=16538492/32950928 swapFree=61542356/67111528
[pid=31020] ppid=31018 vsize=10555696 CPUtime=1790.32 cores=1,3,5,7
/proc/31020/stat : 31020 (java) S 31018 31020 29646 0 -1 4202496 1058694 0 1 0 178909 123 0 0 25 0 19 0 913076282 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31020/statm: 2638924 1043595 2263 9 0 2629658 0
[pid=31020/tid=31021] ppid=31018 vsize=10555696 CPUtime=1777.77 cores=1,3,5,7
/proc/31020/task/31021/stat : 31021 (java) R 31018 31020 29646 0 -1 4202560 822580 0 1 0 177687 90 0 0 25 0 19 0 913076283 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 46912505784881 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31020/tid=31023] ppid=31018 vsize=10555696 CPUtime=1.17 cores=1,3,5,7
/proc/31020/task/31023/stat : 31023 (java) S 31018 31020 29646 0 -1 4202560 27652 0 0 0 114 3 0 0 16 0 19 0 913076285 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 1 0 0 0
[pid=31020/tid=31024] ppid=31018 vsize=10555696 CPUtime=1.11 cores=1,3,5,7
/proc/31020/task/31024/stat : 31024 (java) S 31018 31020 29646 0 -1 4202560 27782 0 0 0 107 4 0 0 15 0 19 0 913076285 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 5 0 0 0
[pid=31020/tid=31025] ppid=31018 vsize=10555696 CPUtime=1.13 cores=1,3,5,7
/proc/31020/task/31025/stat : 31025 (java) S 31018 31020 29646 0 -1 4202560 24414 0 0 0 110 3 0 0 16 0 19 0 913076285 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 3 0 0 0
[pid=31020/tid=31026] ppid=31018 vsize=10555696 CPUtime=1.11 cores=1,3,5,7
/proc/31020/task/31026/stat : 31026 (java) S 31018 31020 29646 0 -1 4202560 28552 0 0 0 107 4 0 0 15 0 19 0 913076285 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 5 0 0 0
[pid=31020/tid=31027] ppid=31018 vsize=10555696 CPUtime=1.09 cores=1,3,5,7
/proc/31020/task/31027/stat : 31027 (java) S 31018 31020 29646 0 -1 4202560 24964 0 0 0 107 2 0 0 15 0 19 0 913076285 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 3 0 0 0
[pid=31020/tid=31028] ppid=31018 vsize=10555696 CPUtime=1.14 cores=1,3,5,7
/proc/31020/task/31028/stat : 31028 (java) S 31018 31020 29646 0 -1 4202560 27418 0 0 0 111 3 0 0 15 0 19 0 913076285 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 1 0 0 0
[pid=31020/tid=31029] ppid=31018 vsize=10555696 CPUtime=1.06 cores=1,3,5,7
/proc/31020/task/31029/stat : 31029 (java) S 31018 31020 29646 0 -1 4202560 28526 0 0 0 103 3 0 0 16 0 19 0 913076285 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31030] ppid=31018 vsize=10555696 CPUtime=1.15 cores=1,3,5,7
/proc/31020/task/31030/stat : 31030 (java) S 31018 31020 29646 0 -1 4202560 27743 0 0 0 112 3 0 0 15 0 19 0 913076285 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31031] ppid=31018 vsize=10555696 CPUtime=1.66 cores=1,3,5,7
/proc/31020/task/31031/stat : 31031 (java) S 31018 31020 29646 0 -1 4202560 697 0 0 0 166 0 0 0 15 0 19 0 913076286 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210624 0 0 0 16800975 18446604462868051840 0 0 -1 3 0 0 0
[pid=31020/tid=31032] ppid=31018 vsize=10555696 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31032/stat : 31032 (java) S 31018 31020 29646 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 913076286 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 5 0 0 0
[pid=31020/tid=31033] ppid=31018 vsize=10555696 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31033/stat : 31033 (java) S 31018 31020 29646 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 913076286 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31034] ppid=31018 vsize=10555696 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31034/stat : 31034 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076288 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917217713 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31035] ppid=31018 vsize=10555696 CPUtime=0.87 cores=1,3,5,7
/proc/31020/task/31035/stat : 31035 (java) S 31018 31020 29646 0 -1 4202560 9392 0 0 0 86 1 0 0 15 0 19 0 913076288 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 1 0 0 0
[pid=31020/tid=31036] ppid=31018 vsize=10555696 CPUtime=0.95 cores=1,3,5,7
/proc/31020/task/31036/stat : 31036 (java) S 31018 31020 29646 0 -1 4202560 7722 0 0 0 94 1 0 0 16 0 19 0 913076288 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 5 0 0 0
[pid=31020/tid=31037] ppid=31018 vsize=10555696 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31037/stat : 31037 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076288 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31038] ppid=31018 vsize=10555696 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31038/stat : 31038 (java) S 31018 31020 29646 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 913076288 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210624 0 4 0 16800975 18446604462868051840 0 0 -1 1 0 0 0
[pid=31020/tid=31039] ppid=31018 vsize=10555696 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31039/stat : 31039 (java) S 31018 31020 29646 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 913076335 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210624 0 4 0 16800975 18446604462868051840 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1790.32
Current children cumulated vsize (KiB) 10555696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792 s]
/proc/loadavg: 2.00 2.02 2.00 3/520 31144
/proc/meminfo: memFree=16538620/32950928 swapFree=61542356/67111528
[pid=31020] ppid=31018 vsize=10555696 CPUtime=1800.04 cores=1,3,5,7
/proc/31020/stat : 31020 (java) S 31018 31020 29646 0 -1 4202496 1058696 0 1 0 179881 123 0 0 25 0 19 0 913076282 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31020/statm: 2638924 1043595 2263 9 0 2629658 0
[pid=31020/tid=31021] ppid=31018 vsize=10555696 CPUtime=1787.49 cores=1,3,5,7
/proc/31020/task/31021/stat : 31021 (java) R 31018 31020 29646 0 -1 4202560 822580 0 1 0 178659 90 0 0 25 0 19 0 913076283 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 46912505784881 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31020/tid=31023] ppid=31018 vsize=10555696 CPUtime=1.17 cores=1,3,5,7
/proc/31020/task/31023/stat : 31023 (java) S 31018 31020 29646 0 -1 4202560 27652 0 0 0 114 3 0 0 16 0 19 0 913076285 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 1 0 0 0
[pid=31020/tid=31024] ppid=31018 vsize=10555696 CPUtime=1.11 cores=1,3,5,7
/proc/31020/task/31024/stat : 31024 (java) S 31018 31020 29646 0 -1 4202560 27782 0 0 0 107 4 0 0 15 0 19 0 913076285 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 5 0 0 0
[pid=31020/tid=31025] ppid=31018 vsize=10555696 CPUtime=1.13 cores=1,3,5,7
/proc/31020/task/31025/stat : 31025 (java) S 31018 31020 29646 0 -1 4202560 24414 0 0 0 110 3 0 0 16 0 19 0 913076285 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 3 0 0 0
[pid=31020/tid=31026] ppid=31018 vsize=10555696 CPUtime=1.11 cores=1,3,5,7
/proc/31020/task/31026/stat : 31026 (java) S 31018 31020 29646 0 -1 4202560 28552 0 0 0 107 4 0 0 15 0 19 0 913076285 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 5 0 0 0
[pid=31020/tid=31027] ppid=31018 vsize=10555696 CPUtime=1.09 cores=1,3,5,7
/proc/31020/task/31027/stat : 31027 (java) S 31018 31020 29646 0 -1 4202560 24964 0 0 0 107 2 0 0 15 0 19 0 913076285 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 3 0 0 0
[pid=31020/tid=31028] ppid=31018 vsize=10555696 CPUtime=1.14 cores=1,3,5,7
/proc/31020/task/31028/stat : 31028 (java) S 31018 31020 29646 0 -1 4202560 27418 0 0 0 111 3 0 0 15 0 19 0 913076285 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 1 0 0 0
[pid=31020/tid=31029] ppid=31018 vsize=10555696 CPUtime=1.06 cores=1,3,5,7
/proc/31020/task/31029/stat : 31029 (java) S 31018 31020 29646 0 -1 4202560 28526 0 0 0 103 3 0 0 16 0 19 0 913076285 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31030] ppid=31018 vsize=10555696 CPUtime=1.15 cores=1,3,5,7
/proc/31020/task/31030/stat : 31030 (java) S 31018 31020 29646 0 -1 4202560 27743 0 0 0 112 3 0 0 15 0 19 0 913076285 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31031] ppid=31018 vsize=10555696 CPUtime=1.66 cores=1,3,5,7
/proc/31020/task/31031/stat : 31031 (java) S 31018 31020 29646 0 -1 4202560 697 0 0 0 166 0 0 0 15 0 19 0 913076286 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210624 0 0 0 16800975 18446604462868051840 0 0 -1 3 0 0 0
[pid=31020/tid=31032] ppid=31018 vsize=10555696 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31032/stat : 31032 (java) S 31018 31020 29646 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 913076286 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 5 0 0 0
[pid=31020/tid=31033] ppid=31018 vsize=10555696 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31033/stat : 31033 (java) S 31018 31020 29646 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 913076286 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31034] ppid=31018 vsize=10555696 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31034/stat : 31034 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076288 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917217713 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31035] ppid=31018 vsize=10555696 CPUtime=0.87 cores=1,3,5,7
/proc/31020/task/31035/stat : 31035 (java) S 31018 31020 29646 0 -1 4202560 9392 0 0 0 86 1 0 0 15 0 19 0 913076288 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 1 0 0 0
[pid=31020/tid=31036] ppid=31018 vsize=10555696 CPUtime=0.95 cores=1,3,5,7
/proc/31020/task/31036/stat : 31036 (java) S 31018 31020 29646 0 -1 4202560 7722 0 0 0 94 1 0 0 16 0 19 0 913076288 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 5 0 0 0
[pid=31020/tid=31037] ppid=31018 vsize=10555696 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31037/stat : 31037 (java) S 31018 31020 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076288 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210009 0 4 0 16800975 18446604462868051840 0 0 -1 7 0 0 0
[pid=31020/tid=31038] ppid=31018 vsize=10555696 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31038/stat : 31038 (java) S 31018 31020 29646 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 913076288 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210624 0 4 0 16800975 18446604462868051840 0 0 -1 1 0 0 0
[pid=31020/tid=31039] ppid=31018 vsize=10555696 CPUtime=0 cores=1,3,5,7
/proc/31020/task/31039/stat : 31039 (java) S 31018 31020 29646 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 913076335 10809032704 1043595 33554432000 1073741824 1073778376 140733620442928 18446744073709551615 260917210624 0 4 0 16800975 18446604462868051840 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 10555696

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

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

[startup+1792.12 s]
/proc/loadavg: 2.00 2.02 2.00 3/520 31144
/proc/meminfo: memFree=16538620/32950928 swapFree=61542356/67111528
[pid=31020] ppid=31018 vsize=0 CPUtime=1800.16 cores=1,3,5,7
/proc/31020/stat : 31020 (java) Z 31018 31020 29646 0 -1 4203548 1058731 0 1 0 179884 132 0 0 17 0 2 0 913076282 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31020/statm: 0 0 0 0 0 0 0
[pid=31020/tid=31039] ppid=31018 vsize=0 CPUtime=0.08 cores=1,3,5,7
/proc/31020/task/31039/stat : 31039 (java) R 31018 31020 29646 0 -1 4203588 7 0 0 0 0 8 0 0 18 0 2 0 913076335 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1792.19
CPU time (s): 1800.23
CPU user time (s): 1798.84
CPU system time (s): 1.38979
CPU usage (%): 100.449
Max. virtual memory (cumulated for all children) (KiB): 10559556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.84
system time used= 1.38979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1058731
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= 41033
involuntary context switches= 15195

runsolver used 8.14076 second user time and 21.0658 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-05 01:00:56
IDJOB=3455758
IDBENCH=71841
IDSOLVER=1951
FILE ID=node116/3455758-1307228456
RUNJOBID= node116-1307215870-29670
PBS_JOBID= 13509104
Free space on /tmp= 73888 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx92.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455758-1307228456/watcher-3455758-1307228456 -o /tmp/evaluation-result-3455758-1307228456/solver-3455758-1307228456 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3455758-1307228456.opb

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

MD5SUM BENCH= 27a6a4205f1c6df1de962194e8e7e014
RANDOM SEED=105929195

node116.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21115172 kB
Buffers:        288296 kB
Cached:         513712 kB
SwapCached:      12580 kB
Active:       11160452 kB
Inactive:       397812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21115172 kB
SwapTotal:    67111528 kB
SwapFree:     61542356 kB
Dirty:            1264 kB
Writeback:           0 kB
AnonPages:    10754644 kB
Mapped:          30800 kB
Slab:           140892 kB
PageTables:      69780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 149956372 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= 73880 MiB
End job on node116 at 2011-06-05 01:30:50