Trace number 3457553

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.32 1779.61

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_3000_5__126_2812__32.opb
MD5SUMf1b12c33aaac68f20158d6377be96ea7
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark156851
Best CPU time to get the best result obtained on this benchmark1800.59
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables482998
Total number of constraints18000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)15002
Number of constraints which are nor clauses,nor cardinality constraints2998
Minimum length of a constraint32
Maximum length of a constraint1441
Number of terms in the objective function 480000
Biggest coefficient in the objective function 129631
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 16255252768
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 129631
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 16255252768
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.1.v20110525
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		9996466904
0.03/0.08	c Max memory 		10048897024
0.03/0.08	c Total memory 		10048897024
0.03/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@3e34a1fc
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3457553-1307228462.opb
0.10/0.10	c reading problem ... 
4.69/3.97	c ... done. Wall clock time 3.866s.
4.69/3.97	c #vars     482998
4.69/3.97	c #constraints  21000
4.69/3.97	c constraints type 
4.69/3.97	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
4.69/3.97	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15002
4.69/3.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5996
288.26/280.77	c cleaning 0 clauses out of 5000 with flag 0/5000
504.23/494.26	c cleaning 0 clauses out of 11000 with flag 0/11000
870.39/857.46	c cleaning 0 clauses out of 18000 with flag 0/18000
1456.24/1438.59	c cleaning 0 clauses out of 26000 with flag 0/26000
1800.10/1779.42	c starts		: 55
1800.10/1779.42	c conflicts		: 31104
1800.10/1779.42	c decisions		: 59038449
1800.10/1779.42	c propagations		: 203322327
1800.10/1779.42	c inspects		: 1730823797
1800.10/1779.42	c shortcuts		: 0
1800.10/1779.42	c learnt literals	: 0
1800.10/1779.42	c learnt binary clauses	: 0
1800.10/1779.42	c learnt ternary clauses	: 0
1800.10/1779.42	c learnt constraints	: 31103
1800.10/1779.42	c ignored constraints	: 0
1800.10/1779.42	c root simplifications	: 0
1800.10/1779.42	c removed literals (reason simplification)	: 0
1800.10/1779.42	c reason swapping (by a shorter reason)	: 0
1800.10/1779.42	c Calls to reduceDB	: 4
1800.10/1779.42	c number of reductions to clauses (during analyze)	: 0
1800.10/1779.42	c number of learned constraints concerned by reduction	: 0
1800.10/1779.42	c number of learning phase by resolution	: 0
1800.10/1779.42	c number of learning phase by cutting planes	: 0
1800.10/1779.42	c speed (assignments/second)	: 114518.88593752112
1800.10/1779.42	c non guided choices	20114440
1800.10/1779.44	c learnt constraints type 
1800.10/1779.44	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 7573
1800.10/1779.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
1800.10/1779.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23527
1800.10/1779.44	c constraints type 
1800.10/1779.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1800.10/1779.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15002
1800.10/1779.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5996
1800.10/1779.44	s UNKNOWN
1800.10/1779.44	c Total wall clock time (in seconds): 1779.333

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-3457553-1307228462/watcher-3457553-1307228462 -o /tmp/evaluation-result-3457553-1307228462/solver-3457553-1307228462 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457553-1307228462.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: 1.92 2.01 1.99 2/487 20407
/proc/meminfo: memFree=23823840/32951124 swapFree=56297244/67111528
[pid=20407] ppid=20405 vsize=36924 CPUtime=0 cores=1,3,5,7
/proc/20407/stat : 20407 (java) S 20405 20407 19203 0 -1 4202496 1370 0 1 0 0 0 0 0 24 0 2 0 913076733 37810176 1073 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469868517 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/20407/statm: 9231 1073 833 9 0 387 0
[pid=20407/tid=20408] ppid=20405 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20408/stat : 20408 (java) R 20405 20407 19203 0 -1 4202560 7357 0 1 0 0 0 0 0 25 0 2 0 913076734 10694979584 8173 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252457759803 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0336671 s]
/proc/loadavg: 1.92 2.01 1.99 2/487 20407
/proc/meminfo: memFree=23823840/32951124 swapFree=56297244/67111528
[pid=20407] ppid=20405 vsize=10465424 CPUtime=0.03 cores=1,3,5,7
/proc/20407/stat : 20407 (java) S 20405 20407 19203 0 -1 4202496 10994 0 1 0 2 1 0 0 24 0 11 0 913076733 10716594176 10693 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469868517 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/20407/statm: 2616356 10693 1608 9 0 2607104 0
[pid=20407/tid=20408] ppid=20405 vsize=10465424 CPUtime=0.01 cores=1,3,5,7
/proc/20407/task/20408/stat : 20408 (java) R 20405 20407 19203 0 -1 4202560 9871 0 1 0 1 0 0 0 25 0 11 0 913076734 10716594176 10694 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 47754027155488 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10465424

[startup+0.100628 s]
/proc/loadavg: 1.92 2.01 1.99 2/487 20407
/proc/meminfo: memFree=23823840/32951124 swapFree=56297244/67111528
[pid=20407] ppid=20405 vsize=10540416 CPUtime=0.1 cores=1,3,5,7
/proc/20407/stat : 20407 (java) S 20405 20407 19203 0 -1 4202496 13116 0 1 0 9 1 0 0 24 0 18 0 913076733 10793385984 12813 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20407/statm: 2635104 12813 2093 9 0 2625838 0
[pid=20407/tid=20408] ppid=20405 vsize=10540416 CPUtime=0.09 cores=1,3,5,7
/proc/20407/task/20408/stat : 20408 (java) R 20405 20407 19203 0 -1 4202560 11193 0 1 0 8 1 0 0 18 0 18 0 913076734 10793385984 12814 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 47754026405893 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540416

[startup+0.300596 s]
/proc/loadavg: 1.92 2.01 1.99 2/487 20407
/proc/meminfo: memFree=23823840/32951124 swapFree=56297244/67111528
[pid=20407] ppid=20405 vsize=10542168 CPUtime=0.46 cores=1,3,5,7
/proc/20407/stat : 20407 (java) S 20405 20407 19203 0 -1 4202496 23078 0 1 0 44 2 0 0 24 0 18 0 913076733 10795180032 22531 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20407/statm: 2635542 22535 2201 9 0 2626276 0
[pid=20407/tid=20408] ppid=20405 vsize=10542168 CPUtime=0.29 cores=1,3,5,7
/proc/20407/task/20408/stat : 20408 (java) R 20405 20407 19203 0 -1 4202560 20365 0 1 0 27 2 0 0 18 0 18 0 913076734 10795180032 22537 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10542168

[startup+0.700526 s]
/proc/loadavg: 1.92 2.01 1.99 2/487 20407
/proc/meminfo: memFree=23823840/32951124 swapFree=56297244/67111528
[pid=20407] ppid=20405 vsize=10542168 CPUtime=0.85 cores=1,3,5,7
/proc/20407/stat : 20407 (java) S 20405 20407 19203 0 -1 4202496 54587 0 1 0 80 5 0 0 24 0 18 0 913076733 10795180032 54040 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20407/statm: 2635542 54043 2201 9 0 2626276 0
[pid=20407/tid=20408] ppid=20405 vsize=10542168 CPUtime=0.68 cores=1,3,5,7
/proc/20407/task/20408/stat : 20408 (java) R 20405 20407 19203 0 -1 4202560 51873 0 1 0 63 5 0 0 18 0 18 0 913076734 10795180032 54045 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 46912505552606 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 10542168

[startup+1.50137 s]
/proc/loadavg: 1.92 2.01 1.99 3/505 20425
/proc/meminfo: memFree=23186964/32951124 swapFree=56297244/67111528
[pid=20407] ppid=20405 vsize=10546056 CPUtime=2.02 cores=1,3,5,7
/proc/20407/stat : 20407 (java) S 20405 20407 19203 0 -1 4202496 126768 0 1 0 188 14 0 0 24 0 18 0 913076733 10799161344 122512 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20407/statm: 2636514 122517 2206 9 0 2627248 0
[pid=20407/tid=20408] ppid=20405 vsize=10546056 CPUtime=1.49 cores=1,3,5,7
/proc/20407/task/20408/stat : 20408 (java) R 20405 20407 19203 0 -1 4202560 115973 0 1 0 137 12 0 0 19 0 18 0 913076734 10799161344 122519 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 46912505574456 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20407/tid=20410] ppid=20405 vsize=10546056 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20410/stat : 20410 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913076735 10799161344 122521 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20411] ppid=20405 vsize=10546056 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20411/stat : 20411 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913076735 10799161344 122524 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20412] ppid=20405 vsize=10546056 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20412/stat : 20412 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913076735 10799161344 122526 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20413] ppid=20405 vsize=10546056 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20413/stat : 20413 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913076735 10799161344 122528 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20414] ppid=20405 vsize=10546056 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20414/stat : 20414 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913076735 10799161344 122531 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20415] ppid=20405 vsize=10546056 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20415/stat : 20415 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913076735 10799161344 122533 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20416] ppid=20405 vsize=10546056 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20416/stat : 20416 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913076735 10799161344 122536 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20417] ppid=20405 vsize=10546056 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20417/stat : 20417 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913076735 10799161344 122538 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20418] ppid=20405 vsize=10546056 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20418/stat : 20418 (java) S 20405 20407 19203 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 913076736 10799161344 122540 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469882368 0 0 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20419] ppid=20405 vsize=10546056 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20419/stat : 20419 (java) S 20405 20407 19203 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 913076737 10799161344 122543 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20420] ppid=20405 vsize=10546056 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20420/stat : 20420 (java) S 20405 20407 19203 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 913076737 10799161344 122545 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20421] ppid=20405 vsize=10546056 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20421/stat : 20421 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913076739 10799161344 122547 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469889457 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20422] ppid=20405 vsize=10546056 CPUtime=0.35 cores=1,3,5,7
/proc/20407/task/20422/stat : 20422 (java) S 20405 20407 19203 0 -1 4202560 7691 0 0 0 35 0 0 0 16 0 18 0 913076739 10799161344 122550 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 3 0 0 0
[pid=20407/tid=20423] ppid=20405 vsize=10546056 CPUtime=0.16 cores=1,3,5,7
/proc/20407/task/20423/stat : 20423 (java) S 20405 20407 19203 0 -1 4202560 1961 0 0 0 16 0 0 0 18 0 18 0 913076739 10799161344 122552 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20424] ppid=20405 vsize=10546056 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20424/stat : 20424 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913076739 10799161344 122554 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20425] ppid=20405 vsize=10546056 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20425/stat : 20425 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 913076739 10799161344 122557 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469882368 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 10546056

[startup+3.10108 s]
/proc/loadavg: 1.93 2.01 1.99 3/505 20425
/proc/meminfo: memFree=22368332/32951124 swapFree=56297244/67111528
[pid=20407] ppid=20405 vsize=10546056 CPUtime=3.62 cores=1,3,5,7
/proc/20407/stat : 20407 (java) S 20405 20407 19203 0 -1 4202496 292958 0 1 0 330 32 0 0 24 0 18 0 913076733 10799161344 288702 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20407/statm: 2636514 288706 2206 9 0 2627248 0
[pid=20407/tid=20408] ppid=20405 vsize=10546056 CPUtime=3.08 cores=1,3,5,7
/proc/20407/task/20408/stat : 20408 (java) R 20405 20407 19203 0 -1 4202560 282160 0 1 0 278 30 0 0 25 0 18 0 913076734 10799161344 288706 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 46912505555583 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20407/tid=20410] ppid=20405 vsize=10546056 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20410/stat : 20410 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913076735 10799161344 288709 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20411] ppid=20405 vsize=10546056 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20411/stat : 20411 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913076735 10799161344 288711 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20412] ppid=20405 vsize=10546056 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20412/stat : 20412 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913076735 10799161344 288713 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20413] ppid=20405 vsize=10546056 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20413/stat : 20413 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913076735 10799161344 288716 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20414] ppid=20405 vsize=10546056 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20414/stat : 20414 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913076735 10799161344 288718 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20415] ppid=20405 vsize=10546056 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20415/stat : 20415 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913076735 10799161344 288720 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20416] ppid=20405 vsize=10546056 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20416/stat : 20416 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913076735 10799161344 288722 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20417] ppid=20405 vsize=10546056 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20417/stat : 20417 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913076735 10799161344 288725 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20418] ppid=20405 vsize=10546056 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20418/stat : 20418 (java) S 20405 20407 19203 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 913076736 10799161344 288727 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469882368 0 0 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20419] ppid=20405 vsize=10546056 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20419/stat : 20419 (java) S 20405 20407 19203 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 913076737 10799161344 288733 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20420] ppid=20405 vsize=10546056 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20420/stat : 20420 (java) S 20405 20407 19203 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 913076737 10799161344 288734 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20421] ppid=20405 vsize=10546056 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20421/stat : 20421 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913076739 10799161344 288737 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469889457 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20422] ppid=20405 vsize=10546056 CPUtime=0.35 cores=1,3,5,7
/proc/20407/task/20422/stat : 20422 (java) S 20405 20407 19203 0 -1 4202560 7691 0 0 0 35 0 0 0 15 0 18 0 913076739 10799161344 288738 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 3 0 0 0
[pid=20407/tid=20423] ppid=20405 vsize=10546056 CPUtime=0.16 cores=1,3,5,7
/proc/20407/task/20423/stat : 20423 (java) S 20405 20407 19203 0 -1 4202560 1961 0 0 0 16 0 0 0 18 0 18 0 913076739 10799161344 288740 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20424] ppid=20405 vsize=10546056 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20424/stat : 20424 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913076739 10799161344 288742 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20425] ppid=20405 vsize=10546056 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20425/stat : 20425 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 913076739 10799161344 288744 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469882368 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 10546056

[startup+6.3015 s]
/proc/loadavg: 1.93 2.01 1.99 3/506 20426
/proc/meminfo: memFree=20205684/32951124 swapFree=56297244/67111528
[pid=20407] ppid=20405 vsize=10548716 CPUtime=7.53 cores=1,3,5,7
/proc/20407/stat : 20407 (java) S 20405 20407 19203 0 -1 4202496 473190 0 1 0 698 55 0 0 24 0 19 0 913076733 10801885184 468066 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20407/statm: 2637179 468068 2237 9 0 2627913 0
[pid=20407/tid=20408] ppid=20405 vsize=10548716 CPUtime=6.29 cores=1,3,5,7
/proc/20407/task/20408/stat : 20408 (java) R 20405 20407 19203 0 -1 4202560 460982 0 1 0 576 53 0 0 25 0 19 0 913076734 10801885184 468068 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 46912506112472 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20407/tid=20410] ppid=20405 vsize=10548716 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20410/stat : 20410 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076735 10801885184 468069 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20411] ppid=20405 vsize=10548716 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20411/stat : 20411 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076735 10801885184 468070 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20412] ppid=20405 vsize=10548716 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20412/stat : 20412 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076735 10801885184 468071 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20413] ppid=20405 vsize=10548716 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20413/stat : 20413 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076735 10801885184 468071 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20414] ppid=20405 vsize=10548716 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20414/stat : 20414 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076735 10801885184 468072 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20415] ppid=20405 vsize=10548716 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20415/stat : 20415 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076735 10801885184 468073 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20416] ppid=20405 vsize=10548716 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20416/stat : 20416 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076735 10801885184 468074 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20417] ppid=20405 vsize=10548716 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20417/stat : 20417 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076735 10801885184 468075 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20418] ppid=20405 vsize=10548716 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20418/stat : 20418 (java) S 20405 20407 19203 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 913076736 10801885184 468076 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469882368 0 0 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20419] ppid=20405 vsize=10548716 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20419/stat : 20419 (java) S 20405 20407 19203 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 913076737 10801885184 468076 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20420] ppid=20405 vsize=10548716 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20420/stat : 20420 (java) S 20405 20407 19203 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 913076737 10801885184 468077 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20421] ppid=20405 vsize=10548716 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20421/stat : 20421 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076739 10801885184 468078 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469889457 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20422] ppid=20405 vsize=10548716 CPUtime=0.74 cores=1,3,5,7
/proc/20407/task/20422/stat : 20422 (java) S 20405 20407 19203 0 -1 4202560 7770 0 0 0 73 1 0 0 15 0 19 0 913076739 10801885184 468079 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 3 0 0 0
[pid=20407/tid=20423] ppid=20405 vsize=10548716 CPUtime=0.49 cores=1,3,5,7
/proc/20407/task/20423/stat : 20423 (java) S 20405 20407 19203 0 -1 4202560 3280 0 0 0 49 0 0 0 15 0 19 0 913076739 10801885184 468080 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20424] ppid=20405 vsize=10548716 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20424/stat : 20424 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076739 10801885184 468081 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20425] ppid=20405 vsize=10548716 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20425/stat : 20425 (java) S 20405 20407 19203 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 913076739 10801885184 468082 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469882368 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0

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

/proc/20407/task/20419/stat : 20419 (java) S 20405 20407 19203 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 913076737 10801336320 1038624 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20420] ppid=20405 vsize=10548180 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20420/stat : 20420 (java) S 20405 20407 19203 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 913076737 10801336320 1038624 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20421] ppid=20405 vsize=10548180 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20421/stat : 20421 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076739 10801336320 1038624 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469889457 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20422] ppid=20405 vsize=10548180 CPUtime=1.42 cores=1,3,5,7
/proc/20407/task/20422/stat : 20422 (java) S 20405 20407 19203 0 -1 4202560 10996 0 0 0 141 1 0 0 15 0 19 0 913076739 10801336320 1038624 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 3 0 0 0
[pid=20407/tid=20423] ppid=20405 vsize=10548180 CPUtime=0.96 cores=1,3,5,7
/proc/20407/task/20423/stat : 20423 (java) S 20405 20407 19203 0 -1 4202560 3449 0 0 0 96 0 0 0 15 0 19 0 913076739 10801336320 1038624 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20424] ppid=20405 vsize=10548180 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20424/stat : 20424 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076739 10801336320 1038624 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20425] ppid=20405 vsize=10548180 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20425/stat : 20425 (java) S 20405 20407 19203 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 913076739 10801336320 1038624 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469882368 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20426] ppid=20405 vsize=10548180 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20426/stat : 20426 (java) S 20405 20407 19203 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 913077153 10801336320 1038624 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469882368 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1621.39
Current children cumulated vsize (KiB) 10548180

[startup+1662.3 s]
/proc/loadavg: 2.01 2.04 2.02 3/506 20470
/proc/meminfo: memFree=15700684/32951124 swapFree=56297244/67111528
[pid=20407] ppid=20405 vsize=10548180 CPUtime=1681.9 cores=1,3,5,7
/proc/20407/stat : 20407 (java) S 20405 20407 19203 0 -1 4202496 1085213 0 1 0 168053 137 0 0 24 0 19 0 913076733 10801336320 1038657 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20407/statm: 2637045 1038657 2266 9 0 2627779 0
[pid=20407/tid=20408] ppid=20405 vsize=10548180 CPUtime=1650.67 cores=1,3,5,7
/proc/20407/task/20408/stat : 20408 (java) R 20405 20407 19203 0 -1 4202560 678940 0 1 0 164990 77 0 0 25 0 19 0 913076734 10801336320 1038657 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 46912506112975 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20407/tid=20410] ppid=20405 vsize=10548180 CPUtime=3.32 cores=1,3,5,7
/proc/20407/task/20410/stat : 20410 (java) S 20405 20407 19203 0 -1 4202560 47358 0 0 0 325 7 0 0 15 0 19 0 913076735 10801336320 1038657 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20411] ppid=20405 vsize=10548180 CPUtime=2.49 cores=1,3,5,7
/proc/20407/task/20411/stat : 20411 (java) S 20405 20407 19203 0 -1 4202560 30978 0 0 0 245 4 0 0 15 0 19 0 913076735 10801336320 1038657 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 5 0 0 0
[pid=20407/tid=20412] ppid=20405 vsize=10548180 CPUtime=2.9 cores=1,3,5,7
/proc/20407/task/20412/stat : 20412 (java) S 20405 20407 19203 0 -1 4202560 38402 0 0 0 285 5 0 0 15 0 19 0 913076735 10801336320 1038657 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 5 0 0 0
[pid=20407/tid=20413] ppid=20405 vsize=10548180 CPUtime=2.97 cores=1,3,5,7
/proc/20407/task/20413/stat : 20413 (java) S 20405 20407 19203 0 -1 4202560 43987 0 0 0 292 5 0 0 15 0 19 0 913076735 10801336320 1038657 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20414] ppid=20405 vsize=10548180 CPUtime=2.59 cores=1,3,5,7
/proc/20407/task/20414/stat : 20414 (java) S 20405 20407 19203 0 -1 4202560 29571 0 0 0 255 4 0 0 16 0 19 0 913076735 10801336320 1038657 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 5 0 0 0
[pid=20407/tid=20415] ppid=20405 vsize=10548180 CPUtime=3.23 cores=1,3,5,7
/proc/20407/task/20415/stat : 20415 (java) S 20405 20407 19203 0 -1 4202560 63537 0 0 0 315 8 0 0 16 0 19 0 913076735 10801336320 1038657 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 3 0 0 0
[pid=20407/tid=20416] ppid=20405 vsize=10548180 CPUtime=3.36 cores=1,3,5,7
/proc/20407/task/20416/stat : 20416 (java) S 20405 20407 19203 0 -1 4202560 33139 0 0 0 333 3 0 0 16 0 19 0 913076735 10801336320 1038657 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20417] ppid=20405 vsize=10548180 CPUtime=3.59 cores=1,3,5,7
/proc/20407/task/20417/stat : 20417 (java) S 20405 20407 19203 0 -1 4202560 66622 0 0 0 350 9 0 0 15 0 19 0 913076735 10801336320 1038657 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20418] ppid=20405 vsize=10548180 CPUtime=4.28 cores=1,3,5,7
/proc/20407/task/20418/stat : 20418 (java) S 20405 20407 19203 0 -1 4202560 36987 0 0 0 422 6 0 0 15 0 19 0 913076736 10801336320 1038657 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469882368 0 0 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20419] ppid=20405 vsize=10548180 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20419/stat : 20419 (java) S 20405 20407 19203 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 913076737 10801336320 1038657 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20420] ppid=20405 vsize=10548180 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20420/stat : 20420 (java) S 20405 20407 19203 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 913076737 10801336320 1038657 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20421] ppid=20405 vsize=10548180 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20421/stat : 20421 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076739 10801336320 1038657 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469889457 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20422] ppid=20405 vsize=10548180 CPUtime=1.42 cores=1,3,5,7
/proc/20407/task/20422/stat : 20422 (java) S 20405 20407 19203 0 -1 4202560 10996 0 0 0 141 1 0 0 15 0 19 0 913076739 10801336320 1038657 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 3 0 0 0
[pid=20407/tid=20423] ppid=20405 vsize=10548180 CPUtime=0.96 cores=1,3,5,7
/proc/20407/task/20423/stat : 20423 (java) S 20405 20407 19203 0 -1 4202560 3449 0 0 0 96 0 0 0 15 0 19 0 913076739 10801336320 1038657 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20424] ppid=20405 vsize=10548180 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20424/stat : 20424 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076739 10801336320 1038657 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20425] ppid=20405 vsize=10548180 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20425/stat : 20425 (java) S 20405 20407 19203 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 913076739 10801336320 1038657 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469882368 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20426] ppid=20405 vsize=10548180 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20426/stat : 20426 (java) S 20405 20407 19203 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 913077153 10801336320 1038657 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469882368 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1681.9
Current children cumulated vsize (KiB) 10548180

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/506 20471
/proc/meminfo: memFree=15689492/32951124 swapFree=56297244/67111528
[pid=20407] ppid=20405 vsize=10548180 CPUtime=1742.47 cores=1,3,5,7
/proc/20407/stat : 20407 (java) S 20405 20407 19203 0 -1 4202496 1085269 0 1 0 174110 137 0 0 24 0 19 0 913076733 10801336320 1038698 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20407/statm: 2637045 1038698 2266 9 0 2627779 0
[pid=20407/tid=20408] ppid=20405 vsize=10548180 CPUtime=1710.43 cores=1,3,5,7
/proc/20407/task/20408/stat : 20408 (java) R 20405 20407 19203 0 -1 4202560 678947 0 1 0 170966 77 0 0 25 0 19 0 913076734 10801336320 1038698 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 46912505615390 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20407/tid=20410] ppid=20405 vsize=10548180 CPUtime=3.43 cores=1,3,5,7
/proc/20407/task/20410/stat : 20410 (java) S 20405 20407 19203 0 -1 4202560 47358 0 0 0 336 7 0 0 16 0 19 0 913076735 10801336320 1038698 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20411] ppid=20405 vsize=10548180 CPUtime=2.57 cores=1,3,5,7
/proc/20407/task/20411/stat : 20411 (java) S 20405 20407 19203 0 -1 4202560 30988 0 0 0 253 4 0 0 16 0 19 0 913076735 10801336320 1038698 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 5 0 0 0
[pid=20407/tid=20412] ppid=20405 vsize=10548180 CPUtime=2.95 cores=1,3,5,7
/proc/20407/task/20412/stat : 20412 (java) S 20405 20407 19203 0 -1 4202560 38403 0 0 0 290 5 0 0 16 0 19 0 913076735 10801336320 1038698 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 5 0 0 0
[pid=20407/tid=20413] ppid=20405 vsize=10548180 CPUtime=3.09 cores=1,3,5,7
/proc/20407/task/20413/stat : 20413 (java) S 20405 20407 19203 0 -1 4202560 44002 0 0 0 304 5 0 0 16 0 19 0 913076735 10801336320 1038698 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 3 0 0 0
[pid=20407/tid=20414] ppid=20405 vsize=10548180 CPUtime=2.65 cores=1,3,5,7
/proc/20407/task/20414/stat : 20414 (java) S 20405 20407 19203 0 -1 4202560 29572 0 0 0 261 4 0 0 15 0 19 0 913076735 10801336320 1038698 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 5 0 0 0
[pid=20407/tid=20415] ppid=20405 vsize=10548180 CPUtime=3.34 cores=1,3,5,7
/proc/20407/task/20415/stat : 20415 (java) S 20405 20407 19203 0 -1 4202560 63543 0 0 0 326 8 0 0 16 0 19 0 913076735 10801336320 1038698 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20416] ppid=20405 vsize=10548180 CPUtime=3.5 cores=1,3,5,7
/proc/20407/task/20416/stat : 20416 (java) S 20405 20407 19203 0 -1 4202560 33141 0 0 0 347 3 0 0 16 0 19 0 913076735 10801336320 1038698 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20417] ppid=20405 vsize=10548180 CPUtime=3.7 cores=1,3,5,7
/proc/20407/task/20417/stat : 20417 (java) S 20405 20407 19203 0 -1 4202560 66628 0 0 0 361 9 0 0 16 0 19 0 913076735 10801336320 1038698 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 3 0 0 0
[pid=20407/tid=20418] ppid=20405 vsize=10548180 CPUtime=4.28 cores=1,3,5,7
/proc/20407/task/20418/stat : 20418 (java) S 20405 20407 19203 0 -1 4202560 36991 0 0 0 422 6 0 0 15 0 19 0 913076736 10801336320 1038698 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469882368 0 0 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20419] ppid=20405 vsize=10548180 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20419/stat : 20419 (java) S 20405 20407 19203 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 913076737 10801336320 1038698 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20420] ppid=20405 vsize=10548180 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20420/stat : 20420 (java) S 20405 20407 19203 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 913076737 10801336320 1038698 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20421] ppid=20405 vsize=10548180 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20421/stat : 20421 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076739 10801336320 1038698 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469889457 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20422] ppid=20405 vsize=10548180 CPUtime=1.42 cores=1,3,5,7
/proc/20407/task/20422/stat : 20422 (java) S 20405 20407 19203 0 -1 4202560 10996 0 0 0 141 1 0 0 15 0 19 0 913076739 10801336320 1038698 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 3 0 0 0
[pid=20407/tid=20423] ppid=20405 vsize=10548180 CPUtime=0.96 cores=1,3,5,7
/proc/20407/task/20423/stat : 20423 (java) S 20405 20407 19203 0 -1 4202560 3449 0 0 0 96 0 0 0 15 0 19 0 913076739 10801336320 1038698 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20424] ppid=20405 vsize=10548180 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20424/stat : 20424 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076739 10801336320 1038698 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20425] ppid=20405 vsize=10548180 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20425/stat : 20425 (java) S 20405 20407 19203 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 913076739 10801336320 1038698 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469882368 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20426] ppid=20405 vsize=10548180 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20426/stat : 20426 (java) S 20405 20407 19203 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 913077153 10801336320 1038698 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469882368 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1742.47
Current children cumulated vsize (KiB) 10548180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1779.4 s]
/proc/loadavg: 2.00 2.02 2.01 3/506 20473
/proc/meminfo: memFree=15671244/32951124 swapFree=56297244/67111528
[pid=20407] ppid=20405 vsize=10548180 CPUtime=1800.1 cores=1,3,5,7
/proc/20407/stat : 20407 (java) S 20405 20407 19203 0 -1 4202496 1085341 0 1 0 179873 137 0 0 24 0 19 0 913076733 10801336320 1038759 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20407/statm: 2637045 1038759 2266 9 0 2627779 0
[pid=20407/tid=20408] ppid=20405 vsize=10548180 CPUtime=1767.31 cores=1,3,5,7
/proc/20407/task/20408/stat : 20408 (java) R 20405 20407 19203 0 -1 4202560 678954 0 1 0 176654 77 0 0 25 0 19 0 913076734 10801336320 1038759 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 46912506119721 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20407/tid=20410] ppid=20405 vsize=10548180 CPUtime=3.51 cores=1,3,5,7
/proc/20407/task/20410/stat : 20410 (java) S 20405 20407 19203 0 -1 4202560 47358 0 0 0 344 7 0 0 15 0 19 0 913076735 10801336320 1038759 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20411] ppid=20405 vsize=10548180 CPUtime=2.61 cores=1,3,5,7
/proc/20407/task/20411/stat : 20411 (java) S 20405 20407 19203 0 -1 4202560 30992 0 0 0 257 4 0 0 15 0 19 0 913076735 10801336320 1038759 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20412] ppid=20405 vsize=10548180 CPUtime=3.08 cores=1,3,5,7
/proc/20407/task/20412/stat : 20412 (java) S 20405 20407 19203 0 -1 4202560 38428 0 0 0 303 5 0 0 15 0 19 0 913076735 10801336320 1038759 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 3 0 0 0
[pid=20407/tid=20413] ppid=20405 vsize=10548180 CPUtime=3.23 cores=1,3,5,7
/proc/20407/task/20413/stat : 20413 (java) S 20405 20407 19203 0 -1 4202560 44015 0 0 0 318 5 0 0 16 0 19 0 913076735 10801336320 1038759 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 3 0 0 0
[pid=20407/tid=20414] ppid=20405 vsize=10548180 CPUtime=2.72 cores=1,3,5,7
/proc/20407/task/20414/stat : 20414 (java) S 20405 20407 19203 0 -1 4202560 29575 0 0 0 268 4 0 0 16 0 19 0 913076735 10801336320 1038759 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 5 0 0 0
[pid=20407/tid=20415] ppid=20405 vsize=10548180 CPUtime=3.48 cores=1,3,5,7
/proc/20407/task/20415/stat : 20415 (java) S 20405 20407 19203 0 -1 4202560 63555 0 0 0 340 8 0 0 15 0 19 0 913076735 10801336320 1038759 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20416] ppid=20405 vsize=10548180 CPUtime=3.54 cores=1,3,5,7
/proc/20407/task/20416/stat : 20416 (java) S 20405 20407 19203 0 -1 4202560 33141 0 0 0 351 3 0 0 15 0 19 0 913076735 10801336320 1038759 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 5 0 0 0
[pid=20407/tid=20417] ppid=20405 vsize=10548180 CPUtime=3.82 cores=1,3,5,7
/proc/20407/task/20417/stat : 20417 (java) S 20405 20407 19203 0 -1 4202560 66632 0 0 0 373 9 0 0 16 0 19 0 913076735 10801336320 1038759 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20418] ppid=20405 vsize=10548180 CPUtime=4.28 cores=1,3,5,7
/proc/20407/task/20418/stat : 20418 (java) S 20405 20407 19203 0 -1 4202560 36993 0 0 0 422 6 0 0 15 0 19 0 913076736 10801336320 1038759 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469882368 0 0 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20419] ppid=20405 vsize=10548180 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20419/stat : 20419 (java) S 20405 20407 19203 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 913076737 10801336320 1038759 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20420] ppid=20405 vsize=10548180 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20420/stat : 20420 (java) S 20405 20407 19203 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 913076737 10801336320 1038759 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20421] ppid=20405 vsize=10548180 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20421/stat : 20421 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076739 10801336320 1038759 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469889457 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20422] ppid=20405 vsize=10548180 CPUtime=1.42 cores=1,3,5,7
/proc/20407/task/20422/stat : 20422 (java) S 20405 20407 19203 0 -1 4202560 10996 0 0 0 141 1 0 0 15 0 19 0 913076739 10801336320 1038759 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 3 0 0 0
[pid=20407/tid=20423] ppid=20405 vsize=10548180 CPUtime=0.96 cores=1,3,5,7
/proc/20407/task/20423/stat : 20423 (java) S 20405 20407 19203 0 -1 4202560 3449 0 0 0 96 0 0 0 15 0 19 0 913076739 10801336320 1038759 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
[pid=20407/tid=20424] ppid=20405 vsize=10548180 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20424/stat : 20424 (java) S 20405 20407 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913076739 10801336320 1038759 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469881753 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20425] ppid=20405 vsize=10548180 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20425/stat : 20425 (java) S 20405 20407 19203 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 913076739 10801336320 1038759 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469882368 0 4 0 16800975 18446604470058243904 0 0 -1 1 0 0 0
[pid=20407/tid=20426] ppid=20405 vsize=10548180 CPUtime=0 cores=1,3,5,7
/proc/20407/task/20426/stat : 20426 (java) S 20405 20407 19203 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 913077153 10801336320 1038759 33554432000 1073741824 1073778376 140733806759008 18446744073709551615 252469882368 0 4 0 16800975 18446604470058243904 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 10548180

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

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

[startup+1779.6 s]
/proc/loadavg: 2.00 2.02 2.01 3/506 20473
/proc/meminfo: memFree=15671244/32951124 swapFree=56297244/67111528
[pid=20407] ppid=20405 vsize=0 CPUtime=1800.31 cores=1,3,5,7
/proc/20407/stat : 20407 (java) Z 20405 20407 19203 0 -1 4203548 1085371 0 1 0 179879 152 0 0 17 0 2 0 913076733 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20407/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1779.61
CPU time (s): 1800.32
CPU user time (s): 1798.79
CPU system time (s): 1.53177
CPU usage (%): 101.164
Max. virtual memory (cumulated for all children) (KiB): 10593192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.79
system time used= 1.53177
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1085371
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= 42463
involuntary context switches= 20939

runsolver used 8.05977 second user time and 19.548 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-05 01:01:03
IDJOB=3457553
IDBENCH=71850
IDSOLVER=1951
FILE ID=node111/3457553-1307228462
RUNJOBID= node111-1307215870-19222
PBS_JOBID= 13509107
Free space on /tmp= 73848 MiB

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

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

MD5SUM BENCH= f1b12c33aaac68f20158d6377be96ea7
RANDOM SEED=760276023

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.75
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.849
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.83
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.849
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.67
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.849
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23824376 kB
Buffers:        337628 kB
Cached:         894232 kB
SwapCached:      11784 kB
Active:        8046544 kB
Inactive:       798796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23824376 kB
SwapTotal:    67111528 kB
SwapFree:     56297244 kB
Dirty:           23696 kB
Writeback:           0 kB
AnonPages:     7611188 kB
Mapped:          35908 kB
Slab:           145032 kB
PageTables:      67032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 159446024 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= 73844 MiB
End job on node111 at 2011-06-05 01:30:44