Trace number 3744591

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 NameAnswerCPU timeWall clock time
PB09: SAT4J Pseudo Resolution 2.1.1? (TO) 1800.83 1775.05

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat50_6_9_6_ic.opb
MD5SUMb4594275dd418145ecf4ec914c196844
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark23421403
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables125200
Total number of constraints250157
Number of constraints which are clauses120150
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints130000
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 7400
Biggest coefficient in the objective function 169112377
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 53555449284
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 169112377
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 53555449284
Number of bits of the biggest sum of numbers36
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.07	c version 2.1.1.v20090612
0.03/0.07	c sun.arch.data.model	64
0.03/0.07	c java.version	1.6.0_24
0.03/0.07	c os.name	Linux
0.03/0.07	c os.version	2.6.32-71.29.1.el6.x86_64
0.03/0.07	c os.arch	amd64
0.03/0.07	c Free memory 1299577560
0.03/0.07	c Max memory 1306394624
0.03/0.07	c Total memory 1306394624
0.03/0.07	c Number of processors 8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
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 Expensive reason simplification
0.10/0.10	c MiniSAT restarts strategy
0.10/0.10	c Memory based 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-3744591-1338812667.opb
0.10/0.10	c reading problem ... 
3.53/2.12	c ... done. Wall clock time 2.023s.
3.53/2.12	c #vars     125200
3.53/2.12	c #constraints  257658
3.53/2.12	c constraints type 
3.53/2.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
3.53/2.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 14750
3.53/2.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 121425
3.53/2.12	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 121326
952.51/937.38	c cleaning 139751 clauses out of 279502
1322.34/1302.60	c cleaning 141346 clauses out of 282750
1799.16/1774.25	c cleaning 139201 clauses out of 278404
1800.00/1775.01	c starts		: 20
1800.00/1775.01	c conflicts		: 559572
1800.00/1775.01	c decisions		: 596853
1800.00/1775.01	c propagations		: 551370701
1800.00/1775.01	c inspects		: 4213988211
1800.00/1775.01	c learnt literals	: 0
1800.00/1775.01	c learnt binary clauses	: 0
1800.00/1775.01	c learnt ternary clauses	: 0
1800.00/1775.01	c learnt clauses	: 559572
1800.00/1775.01	c ignored clauses	: 0
1800.00/1775.01	c root simplifications	: 0
1800.00/1775.01	c removed literals (reason simplification)	: 44562501
1800.00/1775.01	c reason swapping (by a shorter reason)	: 0
1800.00/1775.01	c Calls to reduceDB	: 3
1800.00/1775.01	c speed (assignments/second)	: 311001.49868463207
1800.00/1775.01	c non guided choices	2
1800.00/1775.04	c learnt constraints type 
1800.00/1775.04	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 139284
1800.00/1775.04	c constraints type 
1800.00/1775.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.00/1775.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 14750
1800.00/1775.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 121425
1800.00/1775.04	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 121326
1800.00/1775.04	s UNKNOWN
1800.00/1775.04	c Total wall clock time (in seconds): 1774.942

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3744591-1338812667/watcher-3744591-1338812667 -o /tmp/evaluation-result-3744591-1338812667/solver-3744591-1338812667 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744591-1338812667.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.02 1.66 1.82 4/193 4459
/proc/meminfo: memFree=31823024/32873648 swapFree=6860/6860
[pid=4459] ppid=4457 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/4459/stat : 4459 (java) S 4457 4459 3993 0 -1 4202496 1147 0 0 0 0 0 0 0 20 0 2 0 347393541 24780800 867 33554432000 1073741824 1073778376 140734046389168 140734046380304 271790932029 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4459/statm: 6050 867 654 9 0 385 0
[pid=4459/tid=4460] ppid=4457 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4460/stat : 4460 (java) R 4457 4459 3993 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 2 0 347393542 91889664 879 33554432000 1073741824 1073778376 140734046389168 140734046378232 139847006171792 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0447689 s]
/proc/loadavg: 1.02 1.66 1.82 4/193 4459
/proc/meminfo: memFree=31823024/32873648 swapFree=6860/6860
[pid=4459] ppid=4457 vsize=2315716 CPUtime=0.03 cores=1,3,5,7
/proc/4459/stat : 4459 (java) S 4457 4459 3993 0 -1 4202496 3698 0 1 0 3 0 0 0 20 0 13 0 347393541 2371293184 4906 33554432000 1073741824 1073778376 140734046389168 140734046380304 271790932029 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4459/statm: 578929 4906 1708 9 0 569630 0
[pid=4459/tid=4460] ppid=4457 vsize=2315716 CPUtime=0.02 cores=1,3,5,7
/proc/4459/task/4460/stat : 4460 (java) R 4457 4459 3993 0 -1 4202560 2516 0 1 0 2 0 0 0 20 0 13 0 347393542 2371293184 4906 33554432000 1073741824 1073778376 140734046389168 139846998479088 271790957837 0 4 0 16800971 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2315716

[startup+0.100289 s]
/proc/loadavg: 1.02 1.66 1.82 4/193 4459
/proc/meminfo: memFree=31823024/32873648 swapFree=6860/6860
[pid=4459] ppid=4457 vsize=2648568 CPUtime=0.1 cores=1,3,5,7
/proc/4459/stat : 4459 (java) S 4457 4459 3993 0 -1 4202496 4683 0 1 0 10 0 0 0 20 0 18 0 347393541 2712133632 6401 33554432000 1073741824 1073778376 140734046389168 140734046380304 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4459/statm: 662142 6401 2109 9 0 652835 0
[pid=4459/tid=4460] ppid=4457 vsize=2648568 CPUtime=0.07 cores=1,3,5,7
/proc/4459/task/4460/stat : 4460 (java) R 4457 4459 3993 0 -1 4202560 2732 0 1 0 7 0 0 0 20 0 18 0 347393542 2712133632 6401 33554432000 1073741824 1073778376 140734046389168 139846998481608 271790947384 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2648568

[startup+0.3002 s]
/proc/loadavg: 1.02 1.66 1.82 4/193 4459
/proc/meminfo: memFree=31823024/32873648 swapFree=6860/6860
[pid=4459] ppid=4457 vsize=2648568 CPUtime=0.56 cores=1,3,5,7
/proc/4459/stat : 4459 (java) S 4457 4459 3993 0 -1 4202496 8935 0 1 0 54 2 0 0 20 0 18 0 347393541 2712133632 14067 33554432000 1073741824 1073778376 140734046389168 140734046380304 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4459/statm: 662142 14068 2222 9 0 652835 0
[pid=4459/tid=4460] ppid=4457 vsize=2648568 CPUtime=0.27 cores=1,3,5,7
/proc/4459/task/4460/stat : 4460 (java) R 4457 4459 3993 0 -1 4202560 2753 0 1 0 27 0 0 0 20 0 18 0 347393542 2712133632 14076 33554432000 1073741824 1073778376 140734046389168 139846998474784 139846836742235 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 2648568

[startup+0.700272 s]
/proc/loadavg: 1.02 1.66 1.82 4/193 4459
/proc/meminfo: memFree=31823024/32873648 swapFree=6860/6860
[pid=4459] ppid=4457 vsize=2648568 CPUtime=1.53 cores=1,3,5,7
/proc/4459/stat : 4459 (java) S 4457 4459 3993 0 -1 4202496 14139 0 1 0 150 3 0 0 20 0 18 0 347393541 2712133632 42133 33554432000 1073741824 1073778376 140734046389168 140734046380304 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4459/statm: 662142 42133 2234 9 0 652835 0
[pid=4459/tid=4460] ppid=4457 vsize=2648568 CPUtime=0.67 cores=1,3,5,7
/proc/4459/task/4460/stat : 4460 (java) R 4457 4459 3993 0 -1 4202560 2803 0 1 0 66 1 0 0 20 0 18 0 347393542 2712133632 42133 33554432000 1073741824 1073778376 140734046389168 139846998474784 271790957837 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 2648568

[startup+1.50069 s]
/proc/loadavg: 1.02 1.66 1.82 3/212 4478
/proc/meminfo: memFree=31364996/32873648 swapFree=6860/6860
[pid=4459] ppid=4457 vsize=2648568 CPUtime=2.65 cores=1,3,5,7
/proc/4459/stat : 4459 (java) S 4457 4459 3993 0 -1 4202496 14436 0 1 0 250 15 0 0 20 0 18 0 347393541 2712133632 113344 33554432000 1073741824 1073778376 140734046389168 140734046380304 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4459/statm: 662142 113344 2250 9 0 652835 0
[pid=4459/tid=4460] ppid=4457 vsize=2648568 CPUtime=1.37 cores=1,3,5,7
/proc/4459/task/4460/stat : 4460 (java) R 4457 4459 3993 0 -1 4202560 2910 0 1 0 132 5 0 0 20 0 18 0 347393542 2712133632 113344 33554432000 1073741824 1073778376 140734046389168 139846998474880 139846836740119 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4459/tid=4462] ppid=4457 vsize=2648568 CPUtime=0.02 cores=1,3,5,7
/proc/4459/task/4462/stat : 4462 (java) S 4457 4459 3993 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 347393542 2712133632 113344 33554432000 1073741824 1073778376 140734046389168 139846982933160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4459/tid=4463] ppid=4457 vsize=2648568 CPUtime=0.03 cores=1,3,5,7
/proc/4459/task/4463/stat : 4463 (java) S 4457 4459 3993 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 347393542 2712133632 113344 33554432000 1073741824 1073778376 140734046389168 139846981880616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4464] ppid=4457 vsize=2648568 CPUtime=0.04 cores=1,3,5,7
/proc/4459/task/4464/stat : 4464 (java) S 4457 4459 3993 0 -1 4202560 23 0 0 0 2 2 0 0 20 0 18 0 347393542 2712133632 113344 33554432000 1073741824 1073778376 140734046389168 139846980828072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4459/tid=4465] ppid=4457 vsize=2648568 CPUtime=0.09 cores=1,3,5,7
/proc/4459/task/4465/stat : 4465 (java) S 4457 4459 3993 0 -1 4202560 52 0 0 0 7 2 0 0 20 0 18 0 347393542 2712133632 113344 33554432000 1073741824 1073778376 140734046389168 139846979775528 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4459/tid=4466] ppid=4457 vsize=2648568 CPUtime=0.04 cores=1,3,5,7
/proc/4459/task/4466/stat : 4466 (java) S 4457 4459 3993 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 18 0 347393542 2712133632 113344 33554432000 1073741824 1073778376 140734046389168 139846978721960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4459/tid=4467] ppid=4457 vsize=2648568 CPUtime=0.03 cores=1,3,5,7
/proc/4459/task/4467/stat : 4467 (java) S 4457 4459 3993 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 18 0 347393542 2712133632 113344 33554432000 1073741824 1073778376 140734046389168 139846977669416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4468] ppid=4457 vsize=2648568 CPUtime=0.02 cores=1,3,5,7
/proc/4459/task/4468/stat : 4468 (java) S 4457 4459 3993 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 347393542 2712133632 113344 33554432000 1073741824 1073778376 140734046389168 139846976616872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4459/tid=4469] ppid=4457 vsize=2648568 CPUtime=0.05 cores=1,3,5,7
/proc/4459/task/4469/stat : 4469 (java) S 4457 4459 3993 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 18 0 347393542 2712133632 113344 33554432000 1073741824 1073778376 140734046389168 139846975564328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4459/tid=4470] ppid=4457 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4470/stat : 4470 (java) S 4457 4459 3993 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347393543 2712133632 113344 33554432000 1073741824 1073778376 140734046389168 139846963153512 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4459/tid=4471] ppid=4457 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4471/stat : 4471 (java) S 4457 4459 3993 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347393544 2712133632 113344 33554432000 1073741824 1073778376 140734046389168 139846962099832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4472] ppid=4457 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4472/stat : 4472 (java) S 4457 4459 3993 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347393544 2712133632 113344 33554432000 1073741824 1073778376 140734046389168 139846961047176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4473] ppid=4457 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4473/stat : 4473 (java) S 4457 4459 3993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347393546 2712133632 113344 33554432000 1073741824 1073778376 140734046389168 139846959995920 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4474] ppid=4457 vsize=2648568 CPUtime=0.41 cores=1,3,5,7
/proc/4459/task/4474/stat : 4474 (java) S 4457 4459 3993 0 -1 4202560 4215 0 0 0 41 0 0 0 20 0 18 0 347393546 2712133632 113344 33554432000 1073741824 1073778376 140734046389168 139846958942264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4475] ppid=4457 vsize=2648568 CPUtime=0.41 cores=1,3,5,7
/proc/4459/task/4475/stat : 4475 (java) S 4457 4459 3993 0 -1 4202560 5936 0 0 0 40 1 0 0 20 0 18 0 347393546 2712133632 113344 33554432000 1073741824 1073778376 140734046389168 139846957889720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4459/tid=4476] ppid=4457 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4476/stat : 4476 (java) S 4457 4459 3993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347393546 2712133632 113344 33554432000 1073741824 1073778376 140734046389168 139846956837368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4459/tid=4477] ppid=4457 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4477/stat : 4477 (java) S 4457 4459 3993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347393546 2712133632 113344 33554432000 1073741824 1073778376 140734046389168 139846955785032 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 2648568

[startup+3.1007 s]
/proc/loadavg: 1.02 1.66 1.82 3/189 4505
/proc/meminfo: memFree=31322916/32873648 swapFree=6860/6860
[pid=4459] ppid=4457 vsize=2715132 CPUtime=4.95 cores=1,3,5,7
/proc/4459/stat : 4459 (java) S 4457 4459 3993 0 -1 4202496 14716 0 1 0 472 23 0 0 20 0 19 0 347393541 2780295168 131334 33554432000 1073741824 1073778376 140734046389168 140734046380304 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4459/statm: 678783 131334 2272 9 0 669476 0
[pid=4459/tid=4460] ppid=4457 vsize=2715132 CPUtime=2.87 cores=1,3,5,7
/proc/4459/task/4460/stat : 4460 (java) R 4457 4459 3993 0 -1 4202560 2922 0 1 0 282 5 0 0 20 0 19 0 347393542 2780295168 131334 33554432000 1073741824 1073778376 140734046389168 139846998482232 139846837060233 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4459/tid=4462] ppid=4457 vsize=2715132 CPUtime=0.05 cores=1,3,5,7
/proc/4459/task/4462/stat : 4462 (java) S 4457 4459 3993 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 19 0 347393542 2780295168 131334 33554432000 1073741824 1073778376 140734046389168 139846982933160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4459/tid=4463] ppid=4457 vsize=2715132 CPUtime=0.08 cores=1,3,5,7
/proc/4459/task/4463/stat : 4463 (java) S 4457 4459 3993 0 -1 4202560 38 0 0 0 6 2 0 0 20 0 19 0 347393542 2780295168 131334 33554432000 1073741824 1073778376 140734046389168 139846981880616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4459/tid=4464] ppid=4457 vsize=2715132 CPUtime=0.08 cores=1,3,5,7
/proc/4459/task/4464/stat : 4464 (java) S 4457 4459 3993 0 -1 4202560 45 0 0 0 6 2 0 0 20 0 19 0 347393542 2780295168 131334 33554432000 1073741824 1073778376 140734046389168 139846980828072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4459/tid=4465] ppid=4457 vsize=2715132 CPUtime=0.16 cores=1,3,5,7
/proc/4459/task/4465/stat : 4465 (java) S 4457 4459 3993 0 -1 4202560 83 0 0 0 12 4 0 0 20 0 19 0 347393542 2780295168 131334 33554432000 1073741824 1073778376 140734046389168 139846979775528 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4459/tid=4466] ppid=4457 vsize=2715132 CPUtime=0.08 cores=1,3,5,7
/proc/4459/task/4466/stat : 4466 (java) S 4457 4459 3993 0 -1 4202560 41 0 0 0 6 2 0 0 20 0 19 0 347393542 2780295168 131334 33554432000 1073741824 1073778376 140734046389168 139846978721960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4459/tid=4467] ppid=4457 vsize=2715132 CPUtime=0.08 cores=1,3,5,7
/proc/4459/task/4467/stat : 4467 (java) S 4457 4459 3993 0 -1 4202560 41 0 0 0 6 2 0 0 20 0 19 0 347393542 2780295168 131334 33554432000 1073741824 1073778376 140734046389168 139846977669416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4468] ppid=4457 vsize=2715132 CPUtime=0.08 cores=1,3,5,7
/proc/4459/task/4468/stat : 4468 (java) S 4457 4459 3993 0 -1 4202560 35 0 0 0 6 2 0 0 20 0 19 0 347393542 2780295168 131334 33554432000 1073741824 1073778376 140734046389168 139846976616872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4459/tid=4469] ppid=4457 vsize=2715132 CPUtime=0.08 cores=1,3,5,7
/proc/4459/task/4469/stat : 4469 (java) S 4457 4459 3993 0 -1 4202560 51 0 0 0 6 2 0 0 20 0 19 0 347393542 2780295168 131334 33554432000 1073741824 1073778376 140734046389168 139846975564328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4459/tid=4470] ppid=4457 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4470/stat : 4470 (java) S 4457 4459 3993 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347393543 2780295168 131334 33554432000 1073741824 1073778376 140734046389168 139846963153512 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4471] ppid=4457 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4471/stat : 4471 (java) S 4457 4459 3993 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347393544 2780295168 131334 33554432000 1073741824 1073778376 140734046389168 139846962099832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4472] ppid=4457 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4472/stat : 4472 (java) S 4457 4459 3993 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347393544 2780295168 131334 33554432000 1073741824 1073778376 140734046389168 139846961047176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4473] ppid=4457 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4473/stat : 4473 (java) S 4457 4459 3993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347393546 2780295168 131334 33554432000 1073741824 1073778376 140734046389168 139846959995920 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4474] ppid=4457 vsize=2715132 CPUtime=0.63 cores=1,3,5,7
/proc/4459/task/4474/stat : 4474 (java) S 4457 4459 3993 0 -1 4202560 4294 0 0 0 63 0 0 0 20 0 19 0 347393546 2780295168 131334 33554432000 1073741824 1073778376 140734046389168 139846958942264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4475] ppid=4457 vsize=2715132 CPUtime=0.62 cores=1,3,5,7
/proc/4459/task/4475/stat : 4475 (java) S 4457 4459 3993 0 -1 4202560 5940 0 0 0 60 2 0 0 20 0 19 0 347393546 2780295168 131334 33554432000 1073741824 1073778376 140734046389168 139846957889720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4459/tid=4476] ppid=4457 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4476/stat : 4476 (java) S 4457 4459 3993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347393546 2780295168 131334 33554432000 1073741824 1073778376 140734046389168 139846956837368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4459/tid=4477] ppid=4457 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4477/stat : 4477 (java) S 4457 4459 3993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347393546 2780295168 131334 33554432000 1073741824 1073778376 140734046389168 139846955785032 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 2715132

[startup+6.30073 s]
/proc/loadavg: 1.10 1.66 1.83 3/212 4592
/proc/meminfo: memFree=31052608/32873648 swapFree=6860/6860
[pid=4459] ppid=4457 vsize=2715132 CPUtime=8.77 cores=1,3,5,7
/proc/4459/stat : 4459 (java) S 4457 4459 3993 0 -1 4202496 14819 0 1 0 853 24 0 0 20 0 19 0 347393541 2780295168 133840 33554432000 1073741824 1073778376 140734046389168 140734046380304 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4459/statm: 678783 133840 2272 9 0 669476 0
[pid=4459/tid=4460] ppid=4457 vsize=2715132 CPUtime=5.88 cores=1,3,5,7
/proc/4459/task/4460/stat : 4460 (java) R 4457 4459 3993 0 -1 4202560 2927 0 1 0 583 5 0 0 20 0 19 0 347393542 2780295168 133840 33554432000 1073741824 1073778376 140734046389168 139846998482360 139846837266734 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4459/tid=4462] ppid=4457 vsize=2715132 CPUtime=0.12 cores=1,3,5,7
/proc/4459/task/4462/stat : 4462 (java) S 4457 4459 3993 0 -1 4202560 44 0 0 0 10 2 0 0 20 0 19 0 347393542 2780295168 133840 33554432000 1073741824 1073778376 140734046389168 139846982933160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4459/tid=4463] ppid=4457 vsize=2715132 CPUtime=0.21 cores=1,3,5,7
/proc/4459/task/4463/stat : 4463 (java) S 4457 4459 3993 0 -1 4202560 51 0 0 0 18 3 0 0 20 0 19 0 347393542 2780295168 133840 33554432000 1073741824 1073778376 140734046389168 139846981880616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4459/tid=4464] ppid=4457 vsize=2715132 CPUtime=0.24 cores=1,3,5,7
/proc/4459/task/4464/stat : 4464 (java) S 4457 4459 3993 0 -1 4202560 58 0 0 0 22 2 0 0 20 0 19 0 347393542 2780295168 133840 33554432000 1073741824 1073778376 140734046389168 139846980828072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4459/tid=4465] ppid=4457 vsize=2715132 CPUtime=0.22 cores=1,3,5,7
/proc/4459/task/4465/stat : 4465 (java) S 4457 4459 3993 0 -1 4202560 93 0 0 0 18 4 0 0 20 0 19 0 347393542 2780295168 133840 33554432000 1073741824 1073778376 140734046389168 139846979775528 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4466] ppid=4457 vsize=2715132 CPUtime=0.16 cores=1,3,5,7
/proc/4459/task/4466/stat : 4466 (java) S 4457 4459 3993 0 -1 4202560 47 0 0 0 14 2 0 0 20 0 19 0 347393542 2780295168 133840 33554432000 1073741824 1073778376 140734046389168 139846978721960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4459/tid=4467] ppid=4457 vsize=2715132 CPUtime=0.19 cores=1,3,5,7
/proc/4459/task/4467/stat : 4467 (java) S 4457 4459 3993 0 -1 4202560 57 0 0 0 17 2 0 0 20 0 19 0 347393542 2780295168 133840 33554432000 1073741824 1073778376 140734046389168 139846977669416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4468] ppid=4457 vsize=2715132 CPUtime=0.16 cores=1,3,5,7
/proc/4459/task/4468/stat : 4468 (java) S 4457 4459 3993 0 -1 4202560 45 0 0 0 14 2 0 0 20 0 19 0 347393542 2780295168 133840 33554432000 1073741824 1073778376 140734046389168 139846976616872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4459/tid=4469] ppid=4457 vsize=2715132 CPUtime=0.16 cores=1,3,5,7
/proc/4459/task/4469/stat : 4469 (java) S 4457 4459 3993 0 -1 4202560 67 0 0 0 14 2 0 0 20 0 19 0 347393542 2780295168 133840 33554432000 1073741824 1073778376 140734046389168 139846975564328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4459/tid=4470] ppid=4457 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4470/stat : 4470 (java) S 4457 4459 3993 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 347393543 2780295168 133840 33554432000 1073741824 1073778376 140734046389168 139846963153512 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4459/tid=4471] ppid=4457 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4471/stat : 4471 (java) S 4457 4459 3993 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347393544 2780295168 133840 33554432000 1073741824 1073778376 140734046389168 139846962099832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4472] ppid=4457 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4472/stat : 4472 (java) S 4457 4459 3993 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347393544 2780295168 133840 33554432000 1073741824 1073778376 140734046389168 139846961047176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4473] ppid=4457 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4473/stat : 4473 (java) S 4457 4459 3993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347393546 2780295168 133840 33554432000 1073741824 1073778376 140734046389168 139846959995920 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4474] ppid=4457 vsize=2715132 CPUtime=0.68 cores=1,3,5,7
/proc/4459/task/4474/stat : 4474 (java) S 4457 4459 3993 0 -1 4202560 4294 0 0 0 68 0 0 0 20 0 19 0 347393546 2780295168 133840 33554432000 1073741824 1073778376 140734046389168 139846958942264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4475] ppid=4457 vsize=2715132 CPUtime=0.62 cores=1,3,5,7
/proc/4459/task/4475/stat : 4475 (java) S 4457 4459 3993 0 -1 4202560 5940 0 0 0 60 2 0 0 20 0 19 0 347393546 2780295168 133840 33554432000 1073741824 1073778376 140734046389168 139846957889720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4459/tid=4476] ppid=4457 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4476/stat : 4476 (java) S 4457 4459 3993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347393546 2780295168 133840 33554432000 1073741824 1073778376 140734046389168 139846956837368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4459/tid=4477] ppid=4457 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4477/stat : 4477 (java) S 4457 4459 3993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347393546 2780295168 133840 33554432000 1073741824 1073778376 140734046389168 139846955785032 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=4459/tid=4467] ppid=4457 vsize=2715132 CPUtime=3.83 cores=1,3,5,7
/proc/4459/task/4467/stat : 4467 (java) S 4457 4459 3993 0 -1 4202560 394 0 0 0 374 9 0 0 20 0 19 0 347393542 2780295168 320126 33554432000 1073741824 1073778376 140734046389168 139846977669416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4459/tid=4468] ppid=4457 vsize=2715132 CPUtime=3.94 cores=1,3,5,7
/proc/4459/task/4468/stat : 4468 (java) S 4457 4459 3993 0 -1 4202560 399 0 0 0 384 10 0 0 20 0 19 0 347393542 2780295168 320126 33554432000 1073741824 1073778376 140734046389168 139846976616872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4459/tid=4469] ppid=4457 vsize=2715132 CPUtime=3.86 cores=1,3,5,7
/proc/4459/task/4469/stat : 4469 (java) S 4457 4459 3993 0 -1 4202560 405 0 0 0 376 10 0 0 20 0 19 0 347393542 2780295168 320126 33554432000 1073741824 1073778376 140734046389168 139846975564328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4459/tid=4470] ppid=4457 vsize=2715132 CPUtime=1.16 cores=1,3,5,7
/proc/4459/task/4470/stat : 4470 (java) S 4457 4459 3993 0 -1 4202560 7371 0 0 0 109 7 0 0 20 0 19 0 347393543 2780295168 320126 33554432000 1073741824 1073778376 140734046389168 139846963153512 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4471] ppid=4457 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4471/stat : 4471 (java) S 4457 4459 3993 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347393544 2780295168 320126 33554432000 1073741824 1073778376 140734046389168 139846962099832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4472] ppid=4457 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4472/stat : 4472 (java) S 4457 4459 3993 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347393544 2780295168 320126 33554432000 1073741824 1073778376 140734046389168 139846961047176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4473] ppid=4457 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4473/stat : 4473 (java) S 4457 4459 3993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347393546 2780295168 320126 33554432000 1073741824 1073778376 140734046389168 139846959995920 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4474] ppid=4457 vsize=2715132 CPUtime=0.74 cores=1,3,5,7
/proc/4459/task/4474/stat : 4474 (java) S 4457 4459 3993 0 -1 4202560 4302 0 0 0 74 0 0 0 20 0 19 0 347393546 2780295168 320126 33554432000 1073741824 1073778376 140734046389168 139846958942264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4475] ppid=4457 vsize=2715132 CPUtime=0.71 cores=1,3,5,7
/proc/4459/task/4475/stat : 4475 (java) S 4457 4459 3993 0 -1 4202560 5946 0 0 0 69 2 0 0 20 0 19 0 347393546 2780295168 320126 33554432000 1073741824 1073778376 140734046389168 139846957889720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4459/tid=4476] ppid=4457 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4476/stat : 4476 (java) S 4457 4459 3993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347393546 2780295168 320126 33554432000 1073741824 1073778376 140734046389168 139846956837368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4459/tid=4477] ppid=4457 vsize=2715132 CPUtime=0.77 cores=1,3,5,7
/proc/4459/task/4477/stat : 4477 (java) S 4457 4459 3993 0 -1 4202560 97 0 0 0 35 42 0 0 20 0 19 0 347393546 2780295168 320126 33554432000 1073741824 1073778376 140734046389168 139846955785032 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4459/tid=4535] ppid=4457 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4535/stat : 4535 (java) S 4457 4459 3993 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347393768 2780295168 320126 33554432000 1073741824 1073778376 140734046389168 139846836282664 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1686.06
Current children cumulated vsize (KiB) 2715132

[startup+1722.3 s]
/proc/loadavg: 2.05 1.99 1.93 3/213 4609
/proc/meminfo: memFree=29268284/32873648 swapFree=6860/6860
[pid=4459] ppid=4457 vsize=2715132 CPUtime=1746.72 cores=1,3,5,7
/proc/4459/stat : 4459 (java) S 4457 4459 3993 0 -1 4202496 25760 0 1 0 174545 127 0 0 20 0 19 0 347393541 2780295168 320126 33554432000 1073741824 1073778376 140734046389168 140734046380304 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4459/statm: 678783 320126 2285 9 0 669476 0
[pid=4459/tid=4460] ppid=4457 vsize=2715132 CPUtime=1711.32 cores=1,3,5,7
/proc/4459/task/4460/stat : 4460 (java) R 4457 4459 3993 0 -1 4202560 3583 0 1 0 171097 35 0 0 20 0 19 0 347393542 2780295168 320126 33554432000 1073741824 1073778376 140734046389168 139846998482240 139846837240863 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4459/tid=4462] ppid=4457 vsize=2715132 CPUtime=4.01 cores=1,3,5,7
/proc/4459/task/4462/stat : 4462 (java) S 4457 4459 3993 0 -1 4202560 411 0 0 0 390 11 0 0 20 0 19 0 347393542 2780295168 320126 33554432000 1073741824 1073778376 140734046389168 139846982933160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4459/tid=4463] ppid=4457 vsize=2715132 CPUtime=4.17 cores=1,3,5,7
/proc/4459/task/4463/stat : 4463 (java) S 4457 4459 3993 0 -1 4202560 417 0 0 0 407 10 0 0 20 0 19 0 347393542 2780295168 320126 33554432000 1073741824 1073778376 140734046389168 139846981880616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4464] ppid=4457 vsize=2715132 CPUtime=4.16 cores=1,3,5,7
/proc/4459/task/4464/stat : 4464 (java) S 4457 4459 3993 0 -1 4202560 408 0 0 0 406 10 0 0 20 0 19 0 347393542 2780295168 320126 33554432000 1073741824 1073778376 140734046389168 139846980828072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4465] ppid=4457 vsize=2715132 CPUtime=4.09 cores=1,3,5,7
/proc/4459/task/4465/stat : 4465 (java) S 4457 4459 3993 0 -1 4202560 437 0 0 0 399 10 0 0 20 0 19 0 347393542 2780295168 320126 33554432000 1073741824 1073778376 140734046389168 139846979775528 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4459/tid=4466] ppid=4457 vsize=2715132 CPUtime=4.04 cores=1,3,5,7
/proc/4459/task/4466/stat : 4466 (java) S 4457 4459 3993 0 -1 4202560 400 0 0 0 395 9 0 0 20 0 19 0 347393542 2780295168 320126 33554432000 1073741824 1073778376 140734046389168 139846978721960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4467] ppid=4457 vsize=2715132 CPUtime=3.97 cores=1,3,5,7
/proc/4459/task/4467/stat : 4467 (java) S 4457 4459 3993 0 -1 4202560 394 0 0 0 388 9 0 0 20 0 19 0 347393542 2780295168 320126 33554432000 1073741824 1073778376 140734046389168 139846977669416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4459/tid=4468] ppid=4457 vsize=2715132 CPUtime=4.05 cores=1,3,5,7
/proc/4459/task/4468/stat : 4468 (java) S 4457 4459 3993 0 -1 4202560 399 0 0 0 395 10 0 0 20 0 19 0 347393542 2780295168 320126 33554432000 1073741824 1073778376 140734046389168 139846976616872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4469] ppid=4457 vsize=2715132 CPUtime=3.95 cores=1,3,5,7
/proc/4459/task/4469/stat : 4469 (java) S 4457 4459 3993 0 -1 4202560 405 0 0 0 385 10 0 0 20 0 19 0 347393542 2780295168 320126 33554432000 1073741824 1073778376 140734046389168 139846975564328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4459/tid=4470] ppid=4457 vsize=2715132 CPUtime=1.17 cores=1,3,5,7
/proc/4459/task/4470/stat : 4470 (java) S 4457 4459 3993 0 -1 4202560 7373 0 0 0 110 7 0 0 20 0 19 0 347393543 2780295168 320126 33554432000 1073741824 1073778376 140734046389168 139846963153512 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4459/tid=4471] ppid=4457 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4471/stat : 4471 (java) S 4457 4459 3993 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347393544 2780295168 320126 33554432000 1073741824 1073778376 140734046389168 139846962099832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4472] ppid=4457 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4472/stat : 4472 (java) S 4457 4459 3993 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347393544 2780295168 320126 33554432000 1073741824 1073778376 140734046389168 139846961047176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4473] ppid=4457 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4473/stat : 4473 (java) S 4457 4459 3993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347393546 2780295168 320126 33554432000 1073741824 1073778376 140734046389168 139846959995920 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4474] ppid=4457 vsize=2715132 CPUtime=0.74 cores=1,3,5,7
/proc/4459/task/4474/stat : 4474 (java) S 4457 4459 3993 0 -1 4202560 4302 0 0 0 74 0 0 0 20 0 19 0 347393546 2780295168 320126 33554432000 1073741824 1073778376 140734046389168 139846958942264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4475] ppid=4457 vsize=2715132 CPUtime=0.71 cores=1,3,5,7
/proc/4459/task/4475/stat : 4475 (java) S 4457 4459 3993 0 -1 4202560 5946 0 0 0 69 2 0 0 20 0 19 0 347393546 2780295168 320126 33554432000 1073741824 1073778376 140734046389168 139846957889720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4459/tid=4476] ppid=4457 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4476/stat : 4476 (java) S 4457 4459 3993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347393546 2780295168 320126 33554432000 1073741824 1073778376 140734046389168 139846956837368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4459/tid=4477] ppid=4457 vsize=2715132 CPUtime=0.8 cores=1,3,5,7
/proc/4459/task/4477/stat : 4477 (java) S 4457 4459 3993 0 -1 4202560 99 0 0 0 36 44 0 0 20 0 19 0 347393546 2780295168 320126 33554432000 1073741824 1073778376 140734046389168 139846955785032 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4459/tid=4535] ppid=4457 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4535/stat : 4535 (java) S 4457 4459 3993 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347393768 2780295168 320126 33554432000 1073741824 1073778376 140734046389168 139846836282664 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1746.72
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1775 s]
/proc/loadavg: 2.02 1.99 1.93 3/213 4609
/proc/meminfo: memFree=29253248/32873648 swapFree=6860/6860
[pid=4459] ppid=4457 vsize=2715132 CPUtime=1800 cores=1,3,5,7
/proc/4459/stat : 4459 (java) S 4457 4459 3993 0 -1 4202496 29316 0 1 0 179870 130 0 0 20 0 19 0 347393541 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 140734046380304 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4459/statm: 678783 322685 2285 9 0 669476 0
[pid=4459/tid=4460] ppid=4457 vsize=2715132 CPUtime=1763.26 cores=1,3,5,7
/proc/4459/task/4460/stat : 4460 (java) R 4457 4459 3993 0 -1 4202560 3601 0 1 0 176291 35 0 0 20 0 19 0 347393542 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846998483192 139846837181601 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4459/tid=4462] ppid=4457 vsize=2715132 CPUtime=4.09 cores=1,3,5,7
/proc/4459/task/4462/stat : 4462 (java) S 4457 4459 3993 0 -1 4202560 411 0 0 0 398 11 0 0 20 0 19 0 347393542 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846982933160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4463] ppid=4457 vsize=2715132 CPUtime=4.29 cores=1,3,5,7
/proc/4459/task/4463/stat : 4463 (java) S 4457 4459 3993 0 -1 4202560 419 0 0 0 419 10 0 0 20 0 19 0 347393542 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846981880616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4459/tid=4464] ppid=4457 vsize=2715132 CPUtime=4.24 cores=1,3,5,7
/proc/4459/task/4464/stat : 4464 (java) S 4457 4459 3993 0 -1 4202560 409 0 0 0 414 10 0 0 20 0 19 0 347393542 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846980828072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4459/tid=4465] ppid=4457 vsize=2715132 CPUtime=4.22 cores=1,3,5,7
/proc/4459/task/4465/stat : 4465 (java) S 4457 4459 3993 0 -1 4202560 439 0 0 0 412 10 0 0 20 0 19 0 347393542 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846979775528 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4459/tid=4466] ppid=4457 vsize=2715132 CPUtime=4.16 cores=1,3,5,7
/proc/4459/task/4466/stat : 4466 (java) S 4457 4459 3993 0 -1 4202560 401 0 0 0 407 9 0 0 20 0 19 0 347393542 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846978721960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4459/tid=4467] ppid=4457 vsize=2715132 CPUtime=4.06 cores=1,3,5,7
/proc/4459/task/4467/stat : 4467 (java) S 4457 4459 3993 0 -1 4202560 396 0 0 0 397 9 0 0 20 0 19 0 347393542 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846977669416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4468] ppid=4457 vsize=2715132 CPUtime=4.15 cores=1,3,5,7
/proc/4459/task/4468/stat : 4468 (java) S 4457 4459 3993 0 -1 4202560 400 0 0 0 405 10 0 0 20 0 19 0 347393542 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846976616872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4459/tid=4469] ppid=4457 vsize=2715132 CPUtime=4.07 cores=1,3,5,7
/proc/4459/task/4469/stat : 4469 (java) S 4457 4459 3993 0 -1 4202560 406 0 0 0 397 10 0 0 20 0 19 0 347393542 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846975564328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4459/tid=4470] ppid=4457 vsize=2715132 CPUtime=1.67 cores=1,3,5,7
/proc/4459/task/4470/stat : 4470 (java) S 4457 4459 3993 0 -1 4202560 10897 0 0 0 160 7 0 0 20 0 19 0 347393543 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846963153512 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4459/tid=4471] ppid=4457 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4471/stat : 4471 (java) S 4457 4459 3993 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347393544 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846962099832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4472] ppid=4457 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4472/stat : 4472 (java) S 4457 4459 3993 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347393544 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846961047176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4473] ppid=4457 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4473/stat : 4473 (java) S 4457 4459 3993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347393546 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846959995920 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4474] ppid=4457 vsize=2715132 CPUtime=0.74 cores=1,3,5,7
/proc/4459/task/4474/stat : 4474 (java) S 4457 4459 3993 0 -1 4202560 4302 0 0 0 74 0 0 0 20 0 19 0 347393546 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846958942264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4475] ppid=4457 vsize=2715132 CPUtime=0.71 cores=1,3,5,7
/proc/4459/task/4475/stat : 4475 (java) S 4457 4459 3993 0 -1 4202560 5946 0 0 0 69 2 0 0 20 0 19 0 347393546 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846957889720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4459/tid=4476] ppid=4457 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4476/stat : 4476 (java) S 4457 4459 3993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347393546 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846956837368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4459/tid=4477] ppid=4457 vsize=2715132 CPUtime=0.83 cores=1,3,5,7
/proc/4459/task/4477/stat : 4477 (java) S 4457 4459 3993 0 -1 4202560 103 0 0 0 37 46 0 0 20 0 19 0 347393546 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846955785032 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4459/tid=4535] ppid=4457 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4535/stat : 4535 (java) S 4457 4459 3993 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347393768 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846836282664 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 2715132

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

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

[startup+1775 s]
/proc/loadavg: 2.02 1.99 1.93 3/213 4609
/proc/meminfo: memFree=29253248/32873648 swapFree=6860/6860
[pid=4459] ppid=4457 vsize=2715132 CPUtime=1800 cores=1,3,5,7
/proc/4459/stat : 4459 (java) S 4457 4459 3993 0 -1 4202496 29316 0 1 0 179870 130 0 0 20 0 19 0 347393541 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 140734046380304 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4459/statm: 678783 322685 2285 9 0 669476 0
[pid=4459/tid=4460] ppid=4457 vsize=2715132 CPUtime=1763.26 cores=1,3,5,7
/proc/4459/task/4460/stat : 4460 (java) R 4457 4459 3993 0 -1 4202560 3601 0 1 0 176291 35 0 0 20 0 19 0 347393542 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846998483192 139846837181601 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4459/tid=4462] ppid=4457 vsize=2715132 CPUtime=4.09 cores=1,3,5,7
/proc/4459/task/4462/stat : 4462 (java) S 4457 4459 3993 0 -1 4202560 411 0 0 0 398 11 0 0 20 0 19 0 347393542 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846982933160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4463] ppid=4457 vsize=2715132 CPUtime=4.29 cores=1,3,5,7
/proc/4459/task/4463/stat : 4463 (java) S 4457 4459 3993 0 -1 4202560 419 0 0 0 419 10 0 0 20 0 19 0 347393542 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846981880616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4459/tid=4464] ppid=4457 vsize=2715132 CPUtime=4.24 cores=1,3,5,7
/proc/4459/task/4464/stat : 4464 (java) S 4457 4459 3993 0 -1 4202560 409 0 0 0 414 10 0 0 20 0 19 0 347393542 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846980828072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4459/tid=4465] ppid=4457 vsize=2715132 CPUtime=4.22 cores=1,3,5,7
/proc/4459/task/4465/stat : 4465 (java) S 4457 4459 3993 0 -1 4202560 439 0 0 0 412 10 0 0 20 0 19 0 347393542 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846979775528 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4459/tid=4466] ppid=4457 vsize=2715132 CPUtime=4.16 cores=1,3,5,7
/proc/4459/task/4466/stat : 4466 (java) S 4457 4459 3993 0 -1 4202560 401 0 0 0 407 9 0 0 20 0 19 0 347393542 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846978721960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4459/tid=4467] ppid=4457 vsize=2715132 CPUtime=4.06 cores=1,3,5,7
/proc/4459/task/4467/stat : 4467 (java) S 4457 4459 3993 0 -1 4202560 396 0 0 0 397 9 0 0 20 0 19 0 347393542 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846977669416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4468] ppid=4457 vsize=2715132 CPUtime=4.15 cores=1,3,5,7
/proc/4459/task/4468/stat : 4468 (java) S 4457 4459 3993 0 -1 4202560 400 0 0 0 405 10 0 0 20 0 19 0 347393542 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846976616872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4459/tid=4469] ppid=4457 vsize=2715132 CPUtime=4.07 cores=1,3,5,7
/proc/4459/task/4469/stat : 4469 (java) S 4457 4459 3993 0 -1 4202560 406 0 0 0 397 10 0 0 20 0 19 0 347393542 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846975564328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4459/tid=4470] ppid=4457 vsize=2715132 CPUtime=1.67 cores=1,3,5,7
/proc/4459/task/4470/stat : 4470 (java) S 4457 4459 3993 0 -1 4202560 10897 0 0 0 160 7 0 0 20 0 19 0 347393543 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846963153512 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4459/tid=4471] ppid=4457 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4471/stat : 4471 (java) S 4457 4459 3993 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347393544 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846962099832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4472] ppid=4457 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4472/stat : 4472 (java) S 4457 4459 3993 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347393544 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846961047176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4473] ppid=4457 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4473/stat : 4473 (java) S 4457 4459 3993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347393546 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846959995920 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4474] ppid=4457 vsize=2715132 CPUtime=0.74 cores=1,3,5,7
/proc/4459/task/4474/stat : 4474 (java) S 4457 4459 3993 0 -1 4202560 4302 0 0 0 74 0 0 0 20 0 19 0 347393546 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846958942264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4459/tid=4475] ppid=4457 vsize=2715132 CPUtime=0.71 cores=1,3,5,7
/proc/4459/task/4475/stat : 4475 (java) S 4457 4459 3993 0 -1 4202560 5946 0 0 0 69 2 0 0 20 0 19 0 347393546 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846957889720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4459/tid=4476] ppid=4457 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4476/stat : 4476 (java) S 4457 4459 3993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347393546 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846956837368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4459/tid=4477] ppid=4457 vsize=2715132 CPUtime=0.83 cores=1,3,5,7
/proc/4459/task/4477/stat : 4477 (java) S 4457 4459 3993 0 -1 4202560 103 0 0 0 37 46 0 0 20 0 19 0 347393546 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846955785032 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4459/tid=4535] ppid=4457 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4459/task/4535/stat : 4535 (java) S 4457 4459 3993 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347393768 2780295168 322685 33554432000 1073741824 1073778376 140734046389168 139846836282664 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 2715132

Child status: 143
Real time (s): 1775.05
CPU time (s): 1800.83
CPU user time (s): 1798.99
CPU system time (s): 1.84172
CPU usage (%): 101.452
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.99
system time used= 1.84172
maximum resident set size= 1304824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29366
page faults= 1
swaps= 0
block input operations= 168
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57776
involuntary context switches= 68332

runsolver used 6.29104 second user time and 14.7018 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-04 14:24:28
IDJOB=3744591
IDBENCH=92780
IDSOLVER=2322
FILE ID=node115/3744591-1338812667
RUNJOBID= node115-1338812667-4415
PBS_JOBID= 14636871
Free space on /tmp= 70816 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat50_6_9_6_ic.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744591-1338812667/watcher-3744591-1338812667 -o /tmp/evaluation-result-3744591-1338812667/solver-3744591-1338812667 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744591-1338812667.opb

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

MD5SUM BENCH= b4594275dd418145ecf4ec914c196844
RANDOM SEED=1969289862

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        31823024 kB
Buffers:          111176 kB
Cached:           136168 kB
SwapCached:         1016 kB
Active:            61948 kB
Inactive:         210108 kB
Active(anon):      17788 kB
Inactive(anon):     9908 kB
Active(file):      44160 kB
Inactive(file):   200200 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:             13196 kB
Writeback:             0 kB
AnonPages:         24888 kB
Mapped:            14952 kB
Shmem:                96 kB
Slab:             638860 kB
SReclaimable:      82780 kB
SUnreclaim:       556080 kB
KernelStack:        1376 kB
PageTables:         3896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1513708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70804 MiB
End job on node115 at 2012-06-04 14:54:05