Trace number 3455910

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.0SAT (TO)91 1800.22 1794.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=9-P0=419-P1=479-P2=367-B.opb
MD5SUM52bf383ed9b3de8fe398adacf729ec57
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.070988
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables54
Total number of constraints5
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)162
Sum of products size (including duplicates)324
Number of different products162
Sum of products size324

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.1.v20110525
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.18-164.el5
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		9996466904
0.06/0.09	c Max memory 		10048897024
0.06/0.09	c Total memory 		10048897024
0.06/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@13d4c61c
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-3455910-1307225088.opb
0.10/0.11	c reading problem ... 
0.10/0.14	c ... done. Wall clock time 0.034s.
0.10/0.14	c #vars     216
0.10/0.14	c #constraints  331
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 162
0.10/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 169
31.62/30.15	c SATISFIABLE
31.62/30.15	c OPTIMIZING...
31.62/30.15	c Got one! Elapsed wall clock time (in seconds):30.046
31.62/30.15	o 427
42.78/41.12	c cleaning 0 clauses out of 5438 with flag 0/5438
165.04/163.05	c cleaning 0 clauses out of 11438 with flag 0/11438
396.73/394.24	c Got one! Elapsed wall clock time (in seconds):394.137
396.73/394.24	o 131
531.01/528.23	c Got one! Elapsed wall clock time (in seconds):528.119
531.01/528.23	o 129
728.89/725.78	c cleaning 0 clauses out of 23229 with flag 0/23229
835.89/832.51	c Got one! Elapsed wall clock time (in seconds):832.407
835.89/832.51	o 123
970.07/966.46	c Got one! Elapsed wall clock time (in seconds):966.356
970.07/966.46	o 117
1263.35/1259.00	c cleaning 0 clauses out of 29529 with flag 0/29529
1340.43/1335.97	c Got one! Elapsed wall clock time (in seconds):1335.867
1340.43/1335.97	o 91
1741.29/1735.70	c cleaning 0 clauses out of 34867 with flag 0/34867
1800.01/1794.24	c starts		: 65
1800.01/1794.24	c conflicts		: 35464
1800.01/1794.24	c decisions		: 37445
1800.01/1794.24	c propagations		: 591233
1800.01/1794.24	c inspects		: 2000458824
1800.01/1794.24	c shortcuts		: 0
1800.01/1794.24	c learnt literals	: 0
1800.01/1794.24	c learnt binary clauses	: 0
1800.01/1794.24	c learnt ternary clauses	: 0
1800.01/1794.24	c learnt constraints	: 35464
1800.01/1794.24	c ignored constraints	: 0
1800.01/1794.24	c root simplifications	: 0
1800.01/1794.24	c removed literals (reason simplification)	: 0
1800.01/1794.24	c reason swapping (by a shorter reason)	: 0
1800.01/1794.24	c Calls to reduceDB	: 5
1800.01/1794.24	c number of reductions to clauses (during analyze)	: 0
1800.01/1794.24	c number of learned constraints concerned by reduction	: 0
1800.01/1794.24	c number of learning phase by resolution	: 0
1800.01/1794.24	c number of learning phase by cutting planes	: 0
1800.01/1794.24	c speed (assignments/second)	: 1290.1524442136226
1800.01/1794.24	c non guided choices	478
1800.01/1794.26	c learnt constraints type 
1800.01/1794.26	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 45
1800.01/1794.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 35419
1800.01/1794.26	c constraints type 
1800.01/1794.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 162
1800.01/1794.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 170
1800.01/1794.26	s SATISFIABLE
1800.01/1794.26	v x1 x2 -x3 x4 x5 -x6 x7 -x8 -x9 x10 x11 -x12 x13 x14 x15 -x16 -x17 x18 x19 x20 -x21 x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 -x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 -x40 x41 x42 -x43 -x44 -x45 -x46 x47 -x48 x49 -x50 -x51 -x52 -x53 -x54 
1800.01/1794.26	c objective function=91
1800.01/1794.26	c Total wall clock time (in seconds): 1794.153

Verifier Data

OK	91

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

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

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


[startup+0 s]
/proc/loadavg: 1.95 2.02 1.99 2/499 21399
/proc/meminfo: memFree=23153520/32951124 swapFree=38422276/67111528
[pid=21399] ppid=21397 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/21399/stat : 21399 (java) S 21397 21399 20069 0 -1 4202496 2492 0 1 0 0 0 0 0 25 0 2 0 834111126 10681323520 2193 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447819749 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/21399/statm: 2607745 2206 906 9 0 2598901 0
[pid=21399/tid=21400] ppid=21397 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21400/stat : 21400 (java) R 21397 21399 20069 0 -1 4202560 5150 0 1 0 0 0 0 0 25 0 2 0 834111126 10694979584 5966 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212435711035 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.076276 s]
/proc/loadavg: 1.95 2.02 1.99 2/499 21399
/proc/meminfo: memFree=23153520/32951124 swapFree=38422276/67111528
[pid=21399] ppid=21397 vsize=10473088 CPUtime=0.06 cores=0,2,4,6
/proc/21399/stat : 21399 (java) S 21397 21399 20069 0 -1 4202496 11931 0 1 0 5 1 0 0 25 0 18 0 834111126 10724442112 11627 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21399/statm: 2618272 11628 1754 9 0 2609006 0
[pid=21399/tid=21400] ppid=21397 vsize=10473088 CPUtime=0.06 cores=0,2,4,6
/proc/21399/task/21400/stat : 21400 (java) R 21397 21399 20069 0 -1 4202560 10757 0 1 0 5 1 0 0 25 0 18 0 834111126 10724442112 11629 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 47323783404371 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10473088

[startup+0.10028 s]
/proc/loadavg: 1.95 2.02 1.99 2/499 21399
/proc/meminfo: memFree=23153520/32951124 swapFree=38422276/67111528
[pid=21399] ppid=21397 vsize=10539536 CPUtime=0.1 cores=0,2,4,6
/proc/21399/stat : 21399 (java) S 21397 21399 20069 0 -1 4202496 13017 0 1 0 8 2 0 0 25 0 18 0 834111126 10792484864 12713 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21399/statm: 2634884 12714 2093 9 0 2625618 0
[pid=21399/tid=21400] ppid=21397 vsize=10539536 CPUtime=0.08 cores=0,2,4,6
/proc/21399/task/21400/stat : 21400 (java) R 21397 21399 20069 0 -1 4202560 11117 0 1 0 7 1 0 0 18 0 18 0 834111126 10792484864 12714 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212435678241 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539536

[startup+0.311905 s]
/proc/loadavg: 1.95 2.02 1.99 2/499 21399
/proc/meminfo: memFree=23153520/32951124 swapFree=38422276/67111528
[pid=21399] ppid=21397 vsize=10549288 CPUtime=0.93 cores=0,2,4,6
/proc/21399/stat : 21399 (java) S 21397 21399 20069 0 -1 4202496 28119 0 1 0 89 4 0 0 25 0 19 0 834111126 10802470912 24935 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21399/statm: 2638287 24989 2202 9 0 2629021 0
[pid=21399/tid=21400] ppid=21397 vsize=10553148 CPUtime=0.4 cores=0,2,4,6
/proc/21399/task/21400/stat : 21400 (java) R 21397 21399 20069 0 -1 4202560 17528 0 1 0 38 2 0 0 18 0 19 0 834111126 10806423552 25008 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 46912505582047 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 10549288

[startup+0.701121 s]
/proc/loadavg: 1.95 2.02 1.99 2/499 21399
/proc/meminfo: memFree=23153520/32951124 swapFree=38422276/67111528
[pid=21399] ppid=21397 vsize=10559764 CPUtime=1.74 cores=0,2,4,6
/proc/21399/stat : 21399 (java) S 21397 21399 20069 0 -1 4202496 40203 0 1 0 169 5 0 0 25 0 19 0 834111126 10813198336 35981 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21399/statm: 2639941 35983 2222 9 0 2630675 0
[pid=21399/tid=21400] ppid=21397 vsize=10559764 CPUtime=0.67 cores=0,2,4,6
/proc/21399/task/21400/stat : 21400 (java) R 21397 21399 20069 0 -1 4202560 26715 0 1 0 64 3 0 0 18 0 19 0 834111126 10813198336 35983 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 46912505562837 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 10559764

[startup+1.50104 s]
/proc/loadavg: 1.95 2.02 1.99 3/518 21418
/proc/meminfo: memFree=22880344/32951124 swapFree=38422276/67111528
[pid=21399] ppid=21397 vsize=10559764 CPUtime=2.83 cores=0,2,4,6
/proc/21399/stat : 21399 (java) S 21397 21399 20069 0 -1 4202496 108677 0 1 0 270 13 0 0 25 0 19 0 834111126 10813198336 103565 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21399/statm: 2639941 103568 2222 9 0 2630675 0
[pid=21399/tid=21400] ppid=21397 vsize=10559764 CPUtime=1.47 cores=0,2,4,6
/proc/21399/task/21400/stat : 21400 (java) R 21397 21399 20069 0 -1 4202560 94270 0 1 0 136 11 0 0 19 0 19 0 834111126 10813198336 103569 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 46912505562852 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21399/tid=21402] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21402/stat : 21402 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834111128 10813198336 103573 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21403] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21403/stat : 21403 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834111128 10813198336 103576 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21404] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21404/stat : 21404 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834111128 10813198336 103578 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21405] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21405/stat : 21405 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834111128 10813198336 103581 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21406] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21406/stat : 21406 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834111128 10813198336 103583 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21407] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21407/stat : 21407 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834111128 10813198336 103585 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21408] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21408/stat : 21408 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834111128 10813198336 103587 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21409] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21409/stat : 21409 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834111128 10813198336 103592 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21410] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21410/stat : 21410 (java) S 21397 21399 20069 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 834111129 10813198336 103595 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447833600 0 0 0 16800975 18446604441456880640 0 0 -1 0 0 0 0
[pid=21399/tid=21411] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21411/stat : 21411 (java) S 21397 21399 20069 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834111129 10813198336 103599 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 4 0 0 0
[pid=21399/tid=21412] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21412/stat : 21412 (java) S 21397 21399 20069 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 834111129 10813198336 103601 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21413] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21413/stat : 21413 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834111132 10813198336 103604 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447840689 0 4 0 16800975 18446604441456880640 0 0 -1 4 0 0 0
[pid=21399/tid=21414] ppid=21397 vsize=10559764 CPUtime=0.75 cores=0,2,4,6
/proc/21399/task/21414/stat : 21414 (java) S 21397 21399 20069 0 -1 4202560 7527 0 0 0 74 1 0 0 21 0 19 0 834111132 10813198336 103606 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 4 0 0 0
[pid=21399/tid=21415] ppid=21397 vsize=10559764 CPUtime=0.58 cores=0,2,4,6
/proc/21399/task/21415/stat : 21415 (java) S 21397 21399 20069 0 -1 4202560 5722 0 0 0 58 0 0 0 16 0 19 0 834111132 10813198336 103608 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 4 0 0 0
[pid=21399/tid=21416] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21416/stat : 21416 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834111132 10813198336 103610 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 4 0 0 0
[pid=21399/tid=21417] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21417/stat : 21417 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 834111132 10813198336 103614 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447833600 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21418] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21418/stat : 21418 (java) S 21397 21399 20069 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834111141 10813198336 103617 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447833600 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 10559764

[startup+3.10069 s]
/proc/loadavg: 1.95 2.02 1.99 3/518 21418
/proc/meminfo: memFree=22514048/32951124 swapFree=38422276/67111528
[pid=21399] ppid=21397 vsize=10559764 CPUtime=4.48 cores=0,2,4,6
/proc/21399/stat : 21399 (java) S 21397 21399 20069 0 -1 4202496 242495 0 1 0 417 31 0 0 25 0 19 0 834111126 10813198336 237381 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21399/statm: 2639941 237386 2223 9 0 2630675 0
[pid=21399/tid=21400] ppid=21397 vsize=10559764 CPUtime=3.08 cores=0,2,4,6
/proc/21399/task/21400/stat : 21400 (java) R 21397 21399 20069 0 -1 4202560 228081 0 1 0 279 29 0 0 23 0 19 0 834111126 10813198336 237388 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 46912505547971 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21399/tid=21402] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21402/stat : 21402 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834111128 10813198336 237391 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21403] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21403/stat : 21403 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834111128 10813198336 237393 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21404] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21404/stat : 21404 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834111128 10813198336 237397 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21405] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21405/stat : 21405 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834111128 10813198336 237400 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21406] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21406/stat : 21406 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834111128 10813198336 237402 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21407] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21407/stat : 21407 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834111128 10813198336 237404 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21408] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21408/stat : 21408 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834111128 10813198336 237406 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21409] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21409/stat : 21409 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834111128 10813198336 237408 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21410] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21410/stat : 21410 (java) S 21397 21399 20069 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 834111129 10813198336 237410 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447833600 0 0 0 16800975 18446604441456880640 0 0 -1 0 0 0 0
[pid=21399/tid=21411] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21411/stat : 21411 (java) S 21397 21399 20069 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834111129 10813198336 237412 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 4 0 0 0
[pid=21399/tid=21412] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21412/stat : 21412 (java) S 21397 21399 20069 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 834111129 10813198336 237415 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21413] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21413/stat : 21413 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834111132 10813198336 237415 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447840689 0 4 0 16800975 18446604441456880640 0 0 -1 4 0 0 0
[pid=21399/tid=21414] ppid=21397 vsize=10559764 CPUtime=0.8 cores=0,2,4,6
/proc/21399/task/21414/stat : 21414 (java) S 21397 21399 20069 0 -1 4202560 7536 0 0 0 79 1 0 0 15 0 19 0 834111132 10813198336 237417 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 4 0 0 0
[pid=21399/tid=21415] ppid=21397 vsize=10559764 CPUtime=0.58 cores=0,2,4,6
/proc/21399/task/21415/stat : 21415 (java) S 21397 21399 20069 0 -1 4202560 5722 0 0 0 58 0 0 0 16 0 19 0 834111132 10813198336 237418 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 4 0 0 0
[pid=21399/tid=21416] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21416/stat : 21416 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834111132 10813198336 237420 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 4 0 0 0
[pid=21399/tid=21417] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21417/stat : 21417 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 834111132 10813198336 237422 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447833600 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21418] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21418/stat : 21418 (java) S 21397 21399 20069 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834111141 10813198336 237425 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447833600 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 10559764

[startup+6.30112 s]
/proc/loadavg: 1.95 2.02 1.99 3/518 21418
/proc/meminfo: memFree=21429528/32951124 swapFree=38422276/67111528
[pid=21399] ppid=21397 vsize=10559764 CPUtime=7.68 cores=0,2,4,6
/proc/21399/stat : 21399 (java) S 21397 21399 20069 0 -1 4202496 496575 0 1 0 706 62 0 0 25 0 19 0 834111126 10813198336 491412 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21399/statm: 2639941 491414 2223 9 0 2630675 0
[pid=21399/tid=21400] ppid=21397 vsize=10559764 CPUtime=6.28 cores=0,2,4,6
/proc/21399/task/21400/stat : 21400 (java) R 21397 21399 20069 0 -1 4202560 482159 0 1 0 568 60 0 0 25 0 19 0 834111126 10813198336 491416 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 46912505520724 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21399/tid=21402] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21402/stat : 21402 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834111128 10813198336 491418 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21403] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21403/stat : 21403 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834111128 10813198336 491419 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21404] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21404/stat : 21404 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834111128 10813198336 491421 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21405] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21405/stat : 21405 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834111128 10813198336 491423 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21406] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21406/stat : 21406 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834111128 10813198336 491425 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21407] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21407/stat : 21407 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834111128 10813198336 491426 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21408] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21408/stat : 21408 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834111128 10813198336 491428 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21409] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21409/stat : 21409 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834111128 10813198336 491430 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21410] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21410/stat : 21410 (java) S 21397 21399 20069 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 834111129 10813198336 491432 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447833600 0 0 0 16800975 18446604441456880640 0 0 -1 0 0 0 0
[pid=21399/tid=21411] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21411/stat : 21411 (java) S 21397 21399 20069 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834111129 10813198336 491434 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 4 0 0 0
[pid=21399/tid=21412] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21412/stat : 21412 (java) S 21397 21399 20069 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 834111129 10813198336 491436 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21413] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21413/stat : 21413 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834111132 10813198336 491437 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447840689 0 4 0 16800975 18446604441456880640 0 0 -1 4 0 0 0
[pid=21399/tid=21414] ppid=21397 vsize=10559764 CPUtime=0.8 cores=0,2,4,6
/proc/21399/task/21414/stat : 21414 (java) S 21397 21399 20069 0 -1 4202560 7536 0 0 0 79 1 0 0 15 0 19 0 834111132 10813198336 491439 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 4 0 0 0
[pid=21399/tid=21415] ppid=21397 vsize=10559764 CPUtime=0.58 cores=0,2,4,6
/proc/21399/task/21415/stat : 21415 (java) S 21397 21399 20069 0 -1 4202560 5722 0 0 0 58 0 0 0 16 0 19 0 834111132 10813198336 491441 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 4 0 0 0

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

[pid=21399/tid=21418] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21418/stat : 21418 (java) S 21397 21399 20069 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834111141 10813198336 929334 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447833600 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1667.69
Current children cumulated vsize (KiB) 10559764

[startup+1722.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/518 21512
/proc/meminfo: memFree=19617404/32951124 swapFree=38422276/67111528
[pid=21399] ppid=21397 vsize=10559764 CPUtime=1727.85 cores=0,2,4,6
/proc/21399/stat : 21399 (java) S 21397 21399 20069 0 -1 4202496 937491 0 1 0 172667 118 0 0 25 0 19 0 834111126 10813198336 930858 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21399/statm: 2639941 930858 2259 9 0 2630675 0
[pid=21399/tid=21400] ppid=21397 vsize=10559764 CPUtime=1719.05 cores=0,2,4,6
/proc/21399/task/21400/stat : 21400 (java) R 21397 21399 20069 0 -1 4202560 829929 0 1 0 171805 100 0 0 25 0 19 0 834111126 10813198336 930858 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 46912505494563 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21399/tid=21402] ppid=21397 vsize=10559764 CPUtime=0.73 cores=0,2,4,6
/proc/21399/task/21402/stat : 21402 (java) S 21397 21399 20069 0 -1 4202560 10088 0 0 0 72 1 0 0 16 0 19 0 834111128 10813198336 930858 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 2 0 0 0
[pid=21399/tid=21403] ppid=21397 vsize=10559764 CPUtime=0.88 cores=0,2,4,6
/proc/21399/task/21403/stat : 21403 (java) S 21397 21399 20069 0 -1 4202560 11767 0 0 0 87 1 0 0 15 0 19 0 834111128 10813198336 930858 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 4 0 0 0
[pid=21399/tid=21404] ppid=21397 vsize=10559764 CPUtime=0.58 cores=0,2,4,6
/proc/21399/task/21404/stat : 21404 (java) S 21397 21399 20069 0 -1 4202560 5705 0 0 0 57 1 0 0 16 0 19 0 834111128 10813198336 930858 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 4 0 0 0
[pid=21399/tid=21405] ppid=21397 vsize=10559764 CPUtime=0.65 cores=0,2,4,6
/proc/21399/task/21405/stat : 21405 (java) S 21397 21399 20069 0 -1 4202560 7128 0 0 0 65 0 0 0 15 0 19 0 834111128 10813198336 930858 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 4 0 0 0
[pid=21399/tid=21406] ppid=21397 vsize=10559764 CPUtime=0.62 cores=0,2,4,6
/proc/21399/task/21406/stat : 21406 (java) S 21397 21399 20069 0 -1 4202560 9418 0 0 0 61 1 0 0 15 0 19 0 834111128 10813198336 930858 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 2 0 0 0
[pid=21399/tid=21407] ppid=21397 vsize=10559764 CPUtime=0.89 cores=0,2,4,6
/proc/21399/task/21407/stat : 21407 (java) S 21397 21399 20069 0 -1 4202560 13259 0 0 0 87 2 0 0 16 0 19 0 834111128 10813198336 930858 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 0 0 0 0
[pid=21399/tid=21408] ppid=21397 vsize=10559764 CPUtime=0.69 cores=0,2,4,6
/proc/21399/task/21408/stat : 21408 (java) S 21397 21399 20069 0 -1 4202560 13253 0 0 0 68 1 0 0 15 0 19 0 834111128 10813198336 930858 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21409] ppid=21397 vsize=10559764 CPUtime=0.86 cores=0,2,4,6
/proc/21399/task/21409/stat : 21409 (java) S 21397 21399 20069 0 -1 4202560 11635 0 0 0 85 1 0 0 16 0 19 0 834111128 10813198336 930858 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 0 0 0 0
[pid=21399/tid=21410] ppid=21397 vsize=10559764 CPUtime=1.14 cores=0,2,4,6
/proc/21399/task/21410/stat : 21410 (java) S 21397 21399 20069 0 -1 4202560 10767 0 0 0 113 1 0 0 15 0 19 0 834111129 10813198336 930858 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447833600 0 0 0 16800975 18446604441456880640 0 0 -1 0 0 0 0
[pid=21399/tid=21411] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21411/stat : 21411 (java) S 21397 21399 20069 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834111129 10813198336 930858 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 4 0 0 0
[pid=21399/tid=21412] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21412/stat : 21412 (java) S 21397 21399 20069 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834111129 10813198336 930858 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21413] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21413/stat : 21413 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834111132 10813198336 930858 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447840689 0 4 0 16800975 18446604441456880640 0 0 -1 4 0 0 0
[pid=21399/tid=21414] ppid=21397 vsize=10559764 CPUtime=0.88 cores=0,2,4,6
/proc/21399/task/21414/stat : 21414 (java) S 21397 21399 20069 0 -1 4202560 7547 0 0 0 87 1 0 0 16 0 19 0 834111132 10813198336 930858 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 4 0 0 0
[pid=21399/tid=21415] ppid=21397 vsize=10559764 CPUtime=0.75 cores=0,2,4,6
/proc/21399/task/21415/stat : 21415 (java) S 21397 21399 20069 0 -1 4202560 5745 0 0 0 75 0 0 0 15 0 19 0 834111132 10813198336 930858 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 2 0 0 0
[pid=21399/tid=21416] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21416/stat : 21416 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834111132 10813198336 930858 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 4 0 0 0
[pid=21399/tid=21417] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21417/stat : 21417 (java) S 21397 21399 20069 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 834111132 10813198336 930858 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447833600 0 4 0 16800975 18446604441456880640 0 0 -1 2 0 0 0
[pid=21399/tid=21418] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21418/stat : 21418 (java) S 21397 21399 20069 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834111141 10813198336 930858 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447833600 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1727.85
Current children cumulated vsize (KiB) 10559764

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/518 21513
/proc/meminfo: memFree=19608444/32951124 swapFree=38422276/67111528
[pid=21399] ppid=21397 vsize=10559764 CPUtime=1788.03 cores=0,2,4,6
/proc/21399/stat : 21399 (java) S 21397 21399 20069 0 -1 4202496 938758 0 1 0 178685 118 0 0 25 0 19 0 834111126 10813198336 932100 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21399/statm: 2639941 932100 2259 9 0 2630675 0
[pid=21399/tid=21400] ppid=21397 vsize=10559764 CPUtime=1778.53 cores=0,2,4,6
/proc/21399/task/21400/stat : 21400 (java) R 21397 21399 20069 0 -1 4202560 829934 0 1 0 177753 100 0 0 25 0 19 0 834111126 10813198336 932100 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 46912505519588 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21399/tid=21402] ppid=21397 vsize=10559764 CPUtime=0.75 cores=0,2,4,6
/proc/21399/task/21402/stat : 21402 (java) S 21397 21399 20069 0 -1 4202560 10088 0 0 0 74 1 0 0 15 0 19 0 834111128 10813198336 932100 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 2 0 0 0
[pid=21399/tid=21403] ppid=21397 vsize=10559764 CPUtime=0.92 cores=0,2,4,6
/proc/21399/task/21403/stat : 21403 (java) S 21397 21399 20069 0 -1 4202560 11834 0 0 0 91 1 0 0 15 0 19 0 834111128 10813198336 932100 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21404] ppid=21397 vsize=10559764 CPUtime=0.58 cores=0,2,4,6
/proc/21399/task/21404/stat : 21404 (java) S 21397 21399 20069 0 -1 4202560 5711 0 0 0 57 1 0 0 15 0 19 0 834111128 10813198336 932100 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 4 0 0 0
[pid=21399/tid=21405] ppid=21397 vsize=10559764 CPUtime=0.69 cores=0,2,4,6
/proc/21399/task/21405/stat : 21405 (java) S 21397 21399 20069 0 -1 4202560 7166 0 0 0 69 0 0 0 15 0 19 0 834111128 10813198336 932100 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 4 0 0 0
[pid=21399/tid=21406] ppid=21397 vsize=10559764 CPUtime=0.68 cores=0,2,4,6
/proc/21399/task/21406/stat : 21406 (java) S 21397 21399 20069 0 -1 4202560 9652 0 0 0 67 1 0 0 16 0 19 0 834111128 10813198336 932100 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 2 0 0 0
[pid=21399/tid=21407] ppid=21397 vsize=10559764 CPUtime=0.91 cores=0,2,4,6
/proc/21399/task/21407/stat : 21407 (java) S 21397 21399 20069 0 -1 4202560 13317 0 0 0 89 2 0 0 15 0 19 0 834111128 10813198336 932100 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 4 0 0 0
[pid=21399/tid=21408] ppid=21397 vsize=10559764 CPUtime=0.72 cores=0,2,4,6
/proc/21399/task/21408/stat : 21408 (java) S 21397 21399 20069 0 -1 4202560 13328 0 0 0 71 1 0 0 16 0 19 0 834111128 10813198336 932100 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21409] ppid=21397 vsize=10559764 CPUtime=0.92 cores=0,2,4,6
/proc/21399/task/21409/stat : 21409 (java) S 21397 21399 20069 0 -1 4202560 11699 0 0 0 91 1 0 0 16 0 19 0 834111128 10813198336 932100 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 0 0 0 0
[pid=21399/tid=21410] ppid=21397 vsize=10559764 CPUtime=1.58 cores=0,2,4,6
/proc/21399/task/21410/stat : 21410 (java) S 21397 21399 20069 0 -1 4202560 11483 0 0 0 156 2 0 0 15 0 19 0 834111129 10813198336 932100 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447833600 0 0 0 16800975 18446604441456880640 0 0 -1 0 0 0 0
[pid=21399/tid=21411] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21411/stat : 21411 (java) S 21397 21399 20069 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834111129 10813198336 932100 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 4 0 0 0
[pid=21399/tid=21412] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21412/stat : 21412 (java) S 21397 21399 20069 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834111129 10813198336 932100 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21413] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21413/stat : 21413 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834111132 10813198336 932100 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447840689 0 4 0 16800975 18446604441456880640 0 0 -1 4 0 0 0
[pid=21399/tid=21414] ppid=21397 vsize=10559764 CPUtime=0.88 cores=0,2,4,6
/proc/21399/task/21414/stat : 21414 (java) S 21397 21399 20069 0 -1 4202560 7547 0 0 0 87 1 0 0 16 0 19 0 834111132 10813198336 932100 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 4 0 0 0
[pid=21399/tid=21415] ppid=21397 vsize=10559764 CPUtime=0.75 cores=0,2,4,6
/proc/21399/task/21415/stat : 21415 (java) S 21397 21399 20069 0 -1 4202560 5745 0 0 0 75 0 0 0 15 0 19 0 834111132 10813198336 932100 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 2 0 0 0
[pid=21399/tid=21416] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21416/stat : 21416 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834111132 10813198336 932100 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 4 0 0 0
[pid=21399/tid=21417] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21417/stat : 21417 (java) S 21397 21399 20069 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 834111132 10813198336 932100 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447833600 0 4 0 16800975 18446604441456880640 0 0 -1 2 0 0 0
[pid=21399/tid=21418] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21418/stat : 21418 (java) S 21397 21399 20069 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834111141 10813198336 932100 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447833600 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1788.03
Current children cumulated vsize (KiB) 10559764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.22 s]
/proc/loadavg: 2.01 2.02 2.00 3/518 21514
/proc/meminfo: memFree=19605964/32951124 swapFree=38422276/67111528
[pid=21399] ppid=21397 vsize=10559764 CPUtime=1800.01 cores=0,2,4,6
/proc/21399/stat : 21399 (java) S 21397 21399 20069 0 -1 4202496 939315 0 1 0 179883 118 0 0 25 0 19 0 834111126 10813198336 932645 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21399/statm: 2639941 932645 2259 9 0 2630675 0
[pid=21399/tid=21400] ppid=21397 vsize=10559764 CPUtime=1790.45 cores=0,2,4,6
/proc/21399/task/21400/stat : 21400 (java) R 21397 21399 20069 0 -1 4202560 829935 0 1 0 178945 100 0 0 25 0 19 0 834111126 10813198336 932645 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 46912506074393 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21399/tid=21402] ppid=21397 vsize=10559764 CPUtime=0.76 cores=0,2,4,6
/proc/21399/task/21402/stat : 21402 (java) S 21397 21399 20069 0 -1 4202560 10214 0 0 0 75 1 0 0 16 0 19 0 834111128 10813198336 932645 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 2 0 0 0
[pid=21399/tid=21403] ppid=21397 vsize=10559764 CPUtime=0.92 cores=0,2,4,6
/proc/21399/task/21403/stat : 21403 (java) S 21397 21399 20069 0 -1 4202560 11834 0 0 0 91 1 0 0 15 0 19 0 834111128 10813198336 932645 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21404] ppid=21397 vsize=10559764 CPUtime=0.6 cores=0,2,4,6
/proc/21399/task/21404/stat : 21404 (java) S 21397 21399 20069 0 -1 4202560 5997 0 0 0 59 1 0 0 16 0 19 0 834111128 10813198336 932645 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 4 0 0 0
[pid=21399/tid=21405] ppid=21397 vsize=10559764 CPUtime=0.69 cores=0,2,4,6
/proc/21399/task/21405/stat : 21405 (java) S 21397 21399 20069 0 -1 4202560 7166 0 0 0 69 0 0 0 15 0 19 0 834111128 10813198336 932645 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 4 0 0 0
[pid=21399/tid=21406] ppid=21397 vsize=10559764 CPUtime=0.68 cores=0,2,4,6
/proc/21399/task/21406/stat : 21406 (java) S 21397 21399 20069 0 -1 4202560 9652 0 0 0 67 1 0 0 15 0 19 0 834111128 10813198336 932645 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 2 0 0 0
[pid=21399/tid=21407] ppid=21397 vsize=10559764 CPUtime=0.92 cores=0,2,4,6
/proc/21399/task/21407/stat : 21407 (java) S 21397 21399 20069 0 -1 4202560 13394 0 0 0 90 2 0 0 16 0 19 0 834111128 10813198336 932645 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21408] ppid=21397 vsize=10559764 CPUtime=0.72 cores=0,2,4,6
/proc/21399/task/21408/stat : 21408 (java) S 21397 21399 20069 0 -1 4202560 13328 0 0 0 71 1 0 0 15 0 19 0 834111128 10813198336 932645 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21409] ppid=21397 vsize=10559764 CPUtime=0.93 cores=0,2,4,6
/proc/21399/task/21409/stat : 21409 (java) S 21397 21399 20069 0 -1 4202560 11766 0 0 0 92 1 0 0 16 0 19 0 834111128 10813198336 932645 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 0 0 0 0
[pid=21399/tid=21410] ppid=21397 vsize=10559764 CPUtime=1.58 cores=0,2,4,6
/proc/21399/task/21410/stat : 21410 (java) S 21397 21399 20069 0 -1 4202560 11483 0 0 0 156 2 0 0 15 0 19 0 834111129 10813198336 932645 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447833600 0 0 0 16800975 18446604441456880640 0 0 -1 0 0 0 0
[pid=21399/tid=21411] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21411/stat : 21411 (java) S 21397 21399 20069 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834111129 10813198336 932645 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 4 0 0 0
[pid=21399/tid=21412] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21412/stat : 21412 (java) S 21397 21399 20069 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834111129 10813198336 932645 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
[pid=21399/tid=21413] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21413/stat : 21413 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834111132 10813198336 932645 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447840689 0 4 0 16800975 18446604441456880640 0 0 -1 4 0 0 0
[pid=21399/tid=21414] ppid=21397 vsize=10559764 CPUtime=0.88 cores=0,2,4,6
/proc/21399/task/21414/stat : 21414 (java) S 21397 21399 20069 0 -1 4202560 7547 0 0 0 87 1 0 0 16 0 19 0 834111132 10813198336 932645 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 4 0 0 0
[pid=21399/tid=21415] ppid=21397 vsize=10559764 CPUtime=0.75 cores=0,2,4,6
/proc/21399/task/21415/stat : 21415 (java) S 21397 21399 20069 0 -1 4202560 5745 0 0 0 75 0 0 0 15 0 19 0 834111132 10813198336 932645 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 2 0 0 0
[pid=21399/tid=21416] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21416/stat : 21416 (java) S 21397 21399 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834111132 10813198336 932645 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447832985 0 4 0 16800975 18446604441456880640 0 0 -1 4 0 0 0
[pid=21399/tid=21417] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21417/stat : 21417 (java) S 21397 21399 20069 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 834111132 10813198336 932645 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447833600 0 4 0 16800975 18446604441456880640 0 0 -1 2 0 0 0
[pid=21399/tid=21418] ppid=21397 vsize=10559764 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21418/stat : 21418 (java) S 21397 21399 20069 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834111141 10813198336 932645 33554432000 1073741824 1073778376 140736958052272 18446744073709551615 212447833600 0 4 0 16800975 18446604441456880640 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 10559764

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

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

[startup+1794.32 s]
/proc/loadavg: 2.01 2.02 2.00 3/518 21514
/proc/meminfo: memFree=19605964/32951124 swapFree=38422276/67111528
[pid=21399] ppid=21397 vsize=0 CPUtime=1800.13 cores=0,2,4,6
/proc/21399/stat : 21399 (java) Z 21397 21399 20069 0 -1 4203548 939353 0 1 0 179890 123 0 0 17 0 2 0 834111126 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21399/statm: 0 0 0 0 0 0 0
[pid=21399/tid=21406] ppid=21397 vsize=0 CPUtime=0.73 cores=0,2,4,6
/proc/21399/task/21406/stat : 21406 (java) R 21397 21399 20069 0 -1 4203588 9652 0 0 0 67 6 0 0 15 0 2 0 834111128 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

[startup+1794.4 s]
/proc/loadavg: 2.01 2.02 2.00 3/518 21514
/proc/meminfo: memFree=19605964/32951124 swapFree=38422276/67111528
[pid=21399] ppid=21397 vsize=0 CPUtime=1800.2 cores=0,2,4,6
/proc/21399/stat : 21399 (java) Z 21397 21399 20069 0 -1 4203548 939353 0 1 0 179890 130 0 0 17 0 2 0 834111126 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21399/statm: 0 0 0 0 0 0 0
[pid=21399/tid=21406] ppid=21397 vsize=0 CPUtime=0.8 cores=0,2,4,6
/proc/21399/task/21406/stat : 21406 (java) R 21397 21399 20069 0 -1 4203588 9652 0 0 0 67 13 0 0 16 0 2 0 834111128 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.41
CPU time (s): 1800.22
CPU user time (s): 1798.9
CPU system time (s): 1.3198
CPU usage (%): 100.324
Max. virtual memory (cumulated for all children) (KiB): 10559764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.9
system time used= 1.3198
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 939353
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= 40175
involuntary context switches= 29560

runsolver used 9.68853 second user time and 19.696 second system time

The end

Launcher Data

Begin job on node102 at 2011-06-05 00:04:48
IDJOB=3455910
IDBENCH=47922
IDSOLVER=1951
FILE ID=node102/3455910-1307225088
RUNJOBID= node102-1307215872-20087
PBS_JOBID= 13509116
Free space on /tmp= 73960 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=419-P1=479-P2=367-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455910-1307225088/watcher-3455910-1307225088 -o /tmp/evaluation-result-3455910-1307225088/solver-3455910-1307225088 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3455910-1307225088.opb

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

MD5SUM BENCH= 52bf383ed9b3de8fe398adacf729ec57
RANDOM SEED=1830494553

node102.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.828
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.828
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.828
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.82
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.828
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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23153800 kB
Buffers:        323288 kB
Cached:        1610504 kB
SwapCached:      86940 kB
Active:        4687216 kB
Inactive:      4800660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23153800 kB
SwapTotal:    67111528 kB
SwapFree:     38422276 kB
Dirty:             152 kB
Writeback:           0 kB
AnonPages:     7489584 kB
Mapped:          21820 kB
Slab:           133676 kB
PageTables:     107592 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145816008 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= 73964 MiB
End job on node102 at 2011-06-05 00:34:44