Trace number 3743868

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.21 907.448

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_9_ic.opb
MD5SUM02cb8d701f4a0125a0bd11e66327d452
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark18291783
Best CPU time to get the best result obtained on this benchmark1800.54
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 174676879
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 199931303158
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 174676879
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 199931303158
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.1.v20110525
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		9996466904
0.08/0.10	c Max memory 		10048897024
0.08/0.10	c Total memory 		10048897024
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3743868-1338787993.opb
0.08/0.13	c reading problem ... 
24.17/16.19	c ... done. Wall clock time 16.061s.
24.17/16.19	c #vars     1000400
24.17/16.19	c #constraints  2030311
24.17/16.19	c constraints type 
24.17/16.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
24.17/16.19	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
24.17/16.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
24.17/16.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 59500
24.17/16.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985350
24.17/16.19	c constraints type 
24.17/16.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 59500
24.17/16.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 985151
24.17/16.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
24.17/16.19	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
24.17/16.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 985350
168.05/84.02	c cleaning 2501 clauses out of 5001 with flag 5001/5001
454.99/225.87	c cleaning 4247 clauses out of 8499 with flag 11000/11000
756.77/376.52	c cleaning 5623 clauses out of 11253 with flag 18001/18001
957.07/478.38	c cleaning 6813 clauses out of 13631 with flag 26002/26002
1102.81/553.86	c cleaning 7905 clauses out of 15817 with flag 35001/35001
1585.23/796.42	c cleaning 8951 clauses out of 17911 with flag 45000/45000
1750.16/880.54	c cleaning 9966 clauses out of 19960 with flag 56000/56000
1800.21/907.41	c starts		: 77
1800.21/907.41	c conflicts		: 61523
1800.21/907.41	c decisions		: 700940
1800.21/907.41	c propagations		: 460052503
1800.21/907.41	c inspects		: 1488744390
1800.21/907.41	c shortcuts		: 0
1800.21/907.41	c learnt literals	: 0
1800.21/907.41	c learnt binary clauses	: 0
1800.21/907.42	c learnt ternary clauses	: 879
1800.21/907.42	c learnt constraints	: 61522
1800.21/907.42	c ignored constraints	: 0
1800.21/907.42	c root simplifications	: 0
1800.21/907.42	c removed literals (reason simplification)	: 6051957
1800.21/907.42	c reason swapping (by a shorter reason)	: 0
1800.21/907.42	c Calls to reduceDB	: 7
1800.21/907.42	c number of reductions to clauses (during analyze)	: 0
1800.21/907.42	c number of learned constraints concerned by reduction	: 0
1800.21/907.42	c number of learning phase by resolution	: 0
1800.21/907.42	c number of learning phase by cutting planes	: 0
1800.21/907.42	c speed (assignments/second)	: 516206.47585663665
1800.21/907.42	c non guided choices	37513
1800.21/907.42	c learnt constraints type 
1800.21/907.42	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15517
1800.21/907.42	c constraints type 
1800.21/907.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
1800.21/907.42	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.21/907.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.21/907.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 59500
1800.21/907.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985350
1800.21/907.42	c constraints type 
1800.21/907.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 59500
1800.21/907.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 985151
1800.21/907.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.21/907.42	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1800.21/907.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 985350
1800.21/907.42	s UNKNOWN
1800.21/907.42	c Total wall clock time (in seconds): 907.295

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

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

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


[startup+0 s]
/proc/loadavg: 3.97 3.89 3.77 4/199 2641
/proc/meminfo: memFree=22090900/32873844 swapFree=7112/7112
[pid=2641] ppid=2639 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/2641/stat : 2641 (java) D 2639 2641 31826 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 344924900 9515008 182 33554432000 1073741824 1073778376 140733615776576 140733615767608 273589026485 0 0 4096 0 18446744072100748580 0 0 17 2 0 0 0 0 0
/proc/2641/statm: 2323 182 140 9 0 71 0

[startup+0.0488649 s]
/proc/loadavg: 3.97 3.89 3.77 4/199 2641
/proc/meminfo: memFree=22090900/32873844 swapFree=7112/7112
[pid=2641] ppid=2639 vsize=11120388 CPUtime=0.02 cores=0,2,4,6
/proc/2641/stat : 2641 (java) S 2639 2641 31826 0 -1 4202496 4199 0 1 0 1 1 0 0 20 0 11 0 344924900 11387277312 12052 33554432000 1073741824 1073778376 140736543662816 140736543653952 273592385597 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2641/statm: 2780097 12052 1652 9 0 2770798 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11120388

[startup+0.102809 s]
/proc/loadavg: 3.97 3.89 3.77 4/199 2641
/proc/meminfo: memFree=22090900/32873844 swapFree=7112/7112
[pid=2641] ppid=2639 vsize=11586392 CPUtime=0.08 cores=0,2,4,6
/proc/2641/stat : 2641 (java) S 2639 2641 31826 0 -1 4202496 4817 0 1 0 7 1 0 0 20 0 18 0 344924900 11864465408 13177 33554432000 1073741824 1073778376 140736543662816 140736543653952 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2641/statm: 2896598 13180 1997 9 0 2887285 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.30026 s]
/proc/loadavg: 3.97 3.89 3.77 4/199 2641
/proc/meminfo: memFree=22090900/32873844 swapFree=7112/7112
[pid=2641] ppid=2639 vsize=11586392 CPUtime=0.44 cores=0,2,4,6
/proc/2641/stat : 2641 (java) S 2639 2641 31826 0 -1 4202496 6430 0 1 0 41 3 0 0 20 0 18 0 344924900 11864465408 29553 33554432000 1073741824 1073778376 140736543662816 140736543653952 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2641/statm: 2896598 29553 2223 9 0 2887285 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 11586392

[startup+0.700163 s]
/proc/loadavg: 3.97 3.89 3.77 4/199 2641
/proc/meminfo: memFree=22090900/32873844 swapFree=7112/7112
[pid=2641] ppid=2639 vsize=11586392 CPUtime=1.58 cores=0,2,4,6
/proc/2641/stat : 2641 (java) S 2639 2641 31826 0 -1 4202496 19490 0 1 0 152 6 0 0 20 0 18 0 344924900 11864465408 55712 33554432000 1073741824 1073778376 140736543662816 140736543653952 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2641/statm: 2896598 55712 2246 9 0 2887285 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 11586392

[startup+1.50072 s]
/proc/loadavg: 4.06 3.91 3.77 6/217 2659
/proc/meminfo: memFree=21739076/32873844 swapFree=7112/7112
[pid=2641] ppid=2639 vsize=11586392 CPUtime=2.69 cores=0,2,4,6
/proc/2641/stat : 2641 (java) S 2639 2641 31826 0 -1 4202496 19889 0 1 0 258 11 0 0 20 0 18 0 344924900 11864465408 154473 33554432000 1073741824 1073778376 140736543662816 140736543653952 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2641/statm: 2896598 154473 2249 9 0 2887285 0
[pid=2641/tid=2643] ppid=2639 vsize=11586392 CPUtime=1.46 cores=0,2,4,6
/proc/2641/task/2643/stat : 2643 (java) R 2639 2641 31826 0 -1 4202560 3638 0 1 0 137 9 0 0 20 0 18 0 344924901 11864465408 154473 33554432000 1073741824 1073778376 140736543662816 140563229231736 140563089738732 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2641/tid=2644] ppid=2639 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2644/stat : 2644 (java) S 2639 2641 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344924903 11864465408 154473 33554432000 1073741824 1073778376 140736543662816 140563218295720 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2645] ppid=2639 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2645/stat : 2645 (java) S 2639 2641 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344924903 11864465408 154473 33554432000 1073741824 1073778376 140736543662816 140563217243176 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2641/tid=2646] ppid=2639 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2646/stat : 2646 (java) S 2639 2641 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344924903 11864465408 154473 33554432000 1073741824 1073778376 140736543662816 140563216190120 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2641/tid=2647] ppid=2639 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2647/stat : 2647 (java) S 2639 2641 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344924903 11864465408 154473 33554432000 1073741824 1073778376 140736543662816 140563215137576 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2641/tid=2648] ppid=2639 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2648/stat : 2648 (java) S 2639 2641 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344924903 11864465408 154473 33554432000 1073741824 1073778376 140736543662816 140563214084520 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2649] ppid=2639 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2649/stat : 2649 (java) S 2639 2641 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344924903 11864465408 154473 33554432000 1073741824 1073778376 140736543662816 140563213031976 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2641/tid=2650] ppid=2639 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2650/stat : 2650 (java) S 2639 2641 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344924903 11864465408 154473 33554432000 1073741824 1073778376 140736543662816 140563211978920 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2651] ppid=2639 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2651/stat : 2651 (java) S 2639 2641 31826 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 344924903 11864465408 154473 33554432000 1073741824 1073778376 140736543662816 140563210926376 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2652] ppid=2639 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2652/stat : 2652 (java) S 2639 2641 31826 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 344924904 11864465408 154473 33554432000 1073741824 1073778376 140736543662816 140563046460264 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2641/tid=2653] ppid=2639 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2653/stat : 2653 (java) S 2639 2641 31826 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 344924905 11864465408 154473 33554432000 1073741824 1073778376 140736543662816 140563045406584 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2654] ppid=2639 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2654/stat : 2654 (java) S 2639 2641 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344924905 11864465408 154473 33554432000 1073741824 1073778376 140736543662816 140563044353416 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2655] ppid=2639 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2655/stat : 2655 (java) S 2639 2641 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344924907 11864465408 154473 33554432000 1073741824 1073778376 140736543662816 140563043302160 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2656] ppid=2639 vsize=11586392 CPUtime=0.56 cores=0,2,4,6
/proc/2641/task/2656/stat : 2656 (java) S 2639 2641 31826 0 -1 4202560 9679 0 0 0 54 2 0 0 20 0 18 0 344924907 11864465408 154473 33554432000 1073741824 1073778376 140736543662816 140563042249016 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2657] ppid=2639 vsize=11586392 CPUtime=0.63 cores=0,2,4,6
/proc/2641/task/2657/stat : 2657 (java) S 2639 2641 31826 0 -1 4202560 5384 0 0 0 63 0 0 0 20 0 18 0 344924907 11864465408 154473 33554432000 1073741824 1073778376 140736543662816 140563041196472 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2641/tid=2658] ppid=2639 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2658/stat : 2658 (java) S 2639 2641 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344924907 11864465408 154473 33554432000 1073741824 1073778376 140736543662816 140563040143608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2641/tid=2659] ppid=2639 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2659/stat : 2659 (java) S 2639 2641 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344924907 11864465408 154473 33554432000 1073741824 1073778376 140736543662816 140563039091272 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 11586392

[startup+3.10068 s]
/proc/loadavg: 4.06 3.91 3.77 4/217 2659
/proc/meminfo: memFree=21171164/32873844 swapFree=7112/7112
[pid=2641] ppid=2639 vsize=11586392 CPUtime=4.29 cores=0,2,4,6
/proc/2641/stat : 2641 (java) S 2639 2641 31826 0 -1 4202496 20276 0 1 0 403 26 0 0 20 0 18 0 344924900 11864465408 352617 33554432000 1073741824 1073778376 140736543662816 140736543653952 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2641/statm: 2896598 352617 2249 9 0 2887285 0
[pid=2641/tid=2643] ppid=2639 vsize=11586392 CPUtime=3.05 cores=0,2,4,6
/proc/2641/task/2643/stat : 2643 (java) R 2639 2641 31826 0 -1 4202560 4025 0 1 0 281 24 0 0 20 0 18 0 344924901 11864465408 352617 33554432000 1073741824 1073778376 140736543662816 140563229224992 140563089603145 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2641/tid=2644] ppid=2639 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2644/stat : 2644 (java) S 2639 2641 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344924903 11864465408 352617 33554432000 1073741824 1073778376 140736543662816 140563218295720 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2645] ppid=2639 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2645/stat : 2645 (java) S 2639 2641 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344924903 11864465408 352617 33554432000 1073741824 1073778376 140736543662816 140563217243176 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2641/tid=2646] ppid=2639 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2646/stat : 2646 (java) S 2639 2641 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344924903 11864465408 352617 33554432000 1073741824 1073778376 140736543662816 140563216190120 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2641/tid=2647] ppid=2639 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2647/stat : 2647 (java) S 2639 2641 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344924903 11864465408 352617 33554432000 1073741824 1073778376 140736543662816 140563215137576 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2641/tid=2648] ppid=2639 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2648/stat : 2648 (java) S 2639 2641 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344924903 11864465408 352617 33554432000 1073741824 1073778376 140736543662816 140563214084520 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2649] ppid=2639 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2649/stat : 2649 (java) S 2639 2641 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344924903 11864465408 352617 33554432000 1073741824 1073778376 140736543662816 140563213031976 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2641/tid=2650] ppid=2639 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2650/stat : 2650 (java) S 2639 2641 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344924903 11864465408 352617 33554432000 1073741824 1073778376 140736543662816 140563211978920 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2651] ppid=2639 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2651/stat : 2651 (java) S 2639 2641 31826 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 344924903 11864465408 352617 33554432000 1073741824 1073778376 140736543662816 140563210926376 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2652] ppid=2639 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2652/stat : 2652 (java) S 2639 2641 31826 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 344924904 11864465408 352617 33554432000 1073741824 1073778376 140736543662816 140563046460264 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2641/tid=2653] ppid=2639 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2653/stat : 2653 (java) S 2639 2641 31826 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 344924905 11864465408 352617 33554432000 1073741824 1073778376 140736543662816 140563045406584 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2654] ppid=2639 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2654/stat : 2654 (java) S 2639 2641 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344924905 11864465408 352617 33554432000 1073741824 1073778376 140736543662816 140563044353416 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2655] ppid=2639 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2655/stat : 2655 (java) S 2639 2641 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344924907 11864465408 352617 33554432000 1073741824 1073778376 140736543662816 140563043302160 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2656] ppid=2639 vsize=11586392 CPUtime=0.56 cores=0,2,4,6
/proc/2641/task/2656/stat : 2656 (java) S 2639 2641 31826 0 -1 4202560 9679 0 0 0 54 2 0 0 20 0 18 0 344924907 11864465408 352617 33554432000 1073741824 1073778376 140736543662816 140563042249016 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2657] ppid=2639 vsize=11586392 CPUtime=0.63 cores=0,2,4,6
/proc/2641/task/2657/stat : 2657 (java) S 2639 2641 31826 0 -1 4202560 5384 0 0 0 63 0 0 0 20 0 18 0 344924907 11864465408 352617 33554432000 1073741824 1073778376 140736543662816 140563041196472 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2641/tid=2658] ppid=2639 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2658/stat : 2658 (java) S 2639 2641 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344924907 11864465408 352617 33554432000 1073741824 1073778376 140736543662816 140563040143608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2641/tid=2659] ppid=2639 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2659/stat : 2659 (java) S 2639 2641 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344924907 11864465408 352617 33554432000 1073741824 1073778376 140736543662816 140563039091272 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 11586392

[startup+6.30063 s]
/proc/loadavg: 4.06 3.91 3.77 4/217 2659
/proc/meminfo: memFree=19475480/32873844 swapFree=7112/7112
[pid=2641] ppid=2639 vsize=11586392 CPUtime=10.1 cores=0,2,4,6
/proc/2641/stat : 2641 (java) S 2639 2641 31826 0 -1 4202496 21976 0 1 0 876 134 0 0 20 0 18 0 344924900 11864465408 800475 33554432000 1073741824 1073778376 140736543662816 140736543653952 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2641/statm: 2896598 800475 2257 9 0 2887285 0
[pid=2641/tid=2643] ppid=2639 vsize=11586392 CPUtime=5.38 cores=0,2,4,6
/proc/2641/task/2643/stat : 2643 (java) S 2639 2641 31826 0 -1 4202560 4626 0 1 0 489 49 0 0 20 0 18 0 344924901 11864465408 800475 33554432000 1073741824 1073778376 140736543662816 140563229232648 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2641/tid=2644] ppid=2639 vsize=11586392 CPUtime=0.45 cores=0,2,4,6
/proc/2641/task/2644/stat : 2644 (java) R 2639 2641 31826 0 -1 4202560 146 0 0 0 35 10 0 0 20 0 18 0 344924903 11864465408 800475 33554432000 1073741824 1073778376 140736543662816 140563218295896 140563236129708 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2645] ppid=2639 vsize=11586392 CPUtime=0.42 cores=0,2,4,6
/proc/2641/task/2645/stat : 2645 (java) R 2639 2641 31826 0 -1 4202560 138 0 0 0 31 11 0 0 20 0 18 0 344924903 11864465408 800475 33554432000 1073741824 1073778376 140736543662816 140563217243352 140563232990348 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2641/tid=2646] ppid=2639 vsize=11586392 CPUtime=0.41 cores=0,2,4,6
/proc/2641/task/2646/stat : 2646 (java) R 2639 2641 31826 0 -1 4202560 139 0 0 0 31 10 0 0 20 0 18 0 344924903 11864465408 800475 33554432000 1073741824 1073778376 140736543662816 140563216190296 140563233409199 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=2641/tid=2647] ppid=2639 vsize=11586392 CPUtime=0.57 cores=0,2,4,6
/proc/2641/task/2647/stat : 2647 (java) R 2639 2641 31826 0 -1 4202560 192 0 0 0 43 14 0 0 20 0 18 0 344924903 11864465408 800475 33554432000 1073741824 1073778376 140736543662816 140563215137752 140563236129708 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2648] ppid=2639 vsize=11586392 CPUtime=0.42 cores=0,2,4,6
/proc/2641/task/2648/stat : 2648 (java) R 2639 2641 31826 0 -1 4202560 134 0 0 0 32 10 0 0 20 0 18 0 344924903 11864465408 800475 33554432000 1073741824 1073778376 140736543662816 140563214084696 140563233409199 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=2641/tid=2649] ppid=2639 vsize=11586392 CPUtime=0.41 cores=0,2,4,6
/proc/2641/task/2649/stat : 2649 (java) R 2639 2641 31826 0 -1 4202560 134 0 0 0 32 9 0 0 20 0 18 0 344924903 11864465408 800475 33554432000 1073741824 1073778376 140736543662816 140563213032152 140563231704777 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2641/tid=2650] ppid=2639 vsize=11586392 CPUtime=0.27 cores=0,2,4,6
/proc/2641/task/2650/stat : 2650 (java) R 2639 2641 31826 0 -1 4202560 94 0 0 0 20 7 0 0 20 0 18 0 344924903 11864465408 800475 33554432000 1073741824 1073778376 140736543662816 140563211979096 140563231704761 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2651] ppid=2639 vsize=11586392 CPUtime=0.39 cores=0,2,4,6
/proc/2641/task/2651/stat : 2651 (java) R 2639 2641 31826 0 -1 4202560 130 0 0 0 30 9 0 0 20 0 18 0 344924903 11864465408 800475 33554432000 1073741824 1073778376 140736543662816 140563210926256 140563233409199 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2641/tid=2652] ppid=2639 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2652/stat : 2652 (java) S 2639 2641 31826 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 344924904 11864465408 800475 33554432000 1073741824 1073778376 140736543662816 140563046459144 273592398908 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2641/tid=2653] ppid=2639 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2653/stat : 2653 (java) S 2639 2641 31826 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 344924905 11864465408 800475 33554432000 1073741824 1073778376 140736543662816 140563045406584 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2654] ppid=2639 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2654/stat : 2654 (java) S 2639 2641 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344924905 11864465408 800475 33554432000 1073741824 1073778376 140736543662816 140563044353416 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2655] ppid=2639 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2655/stat : 2655 (java) S 2639 2641 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344924907 11864465408 800475 33554432000 1073741824 1073778376 140736543662816 140563043302160 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2656] ppid=2639 vsize=11586392 CPUtime=0.56 cores=0,2,4,6
/proc/2641/task/2656/stat : 2656 (java) S 2639 2641 31826 0 -1 4202560 9679 0 0 0 54 2 0 0 20 0 18 0 344924907 11864465408 800475 33554432000 1073741824 1073778376 140736543662816 140563042249016 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2657] ppid=2639 vsize=11586392 CPUtime=0.63 cores=0,2,4,6
/proc/2641/task/2657/stat : 2657 (java) S 2639 2641 31826 0 -1 4202560 5384 0 0 0 63 0 0 0 20 0 18 0 344924907 11864465408 800475 33554432000 1073741824 1073778376 140736543662816 140563041196472 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2641/tid=2658] ppid=2639 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2658/stat : 2658 (java) S 2639 2641 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344924907 11864465408 800475 33554432000 1073741824 1073778376 140736543662816 140563040143608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2641/tid=2659] ppid=2639 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2659/stat : 2659 (java) S 2639 2641 31826 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 344924907 11864465408 800475 33554432000 1073741824 1073778376 140736543662816 140563039091272 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.1
Current children cumulated vsize (KiB) 11586392

[startup+12.7007 s]
/proc/loadavg: 4.41 4.00 3.80 11/217 2659
/proc/meminfo: memFree=18010868/32873844 swapFree=7112/7112
[pid=2641] ppid=2639 vsize=11586392 CPUtime=20.75 cores=0,2,4,6
/proc/2641/stat : 2641 (java) S 2639 2641 31826 0 -1 4202496 23848 0 1 0 1815 260 0 0 20 0 18 0 344924900 11864465408 1027475 33554432000 1073741824 1073778376 140736543662816 140736543653952 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2641/statm: 2896598 1027475 2263 9 0 2887285 0
[pid=2641/tid=2643] ppid=2639 vsize=11586392 CPUtime=10.35 cores=0,2,4,6

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

/proc/2641/statm: 2963162 1347823 2290 9 0 2953849 0
[pid=2641/tid=2643] ppid=2639 vsize=11852648 CPUtime=13.87 cores=0,2,4,6
/proc/2641/task/2643/stat : 2643 (java) S 2639 2641 31826 0 -1 4202560 4656 0 1 0 1335 52 0 0 20 0 22 0 344924901 12137111552 1347823 33554432000 1073741824 1073778376 140736543662816 140563229234040 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2641/tid=2644] ppid=2639 vsize=11852648 CPUtime=7.6 cores=0,2,4,6
/proc/2641/task/2644/stat : 2644 (java) S 2639 2641 31826 0 -1 4202560 878 0 0 0 714 46 0 0 20 0 22 0 344924903 12137111552 1347823 33554432000 1073741824 1073778376 140736543662816 140563218295720 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2641/tid=2645] ppid=2639 vsize=11852648 CPUtime=6.83 cores=0,2,4,6
/proc/2641/task/2645/stat : 2645 (java) S 2639 2641 31826 0 -1 4202560 809 0 0 0 640 43 0 0 20 0 22 0 344924903 12137111552 1347823 33554432000 1073741824 1073778376 140736543662816 140563217243176 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2641/tid=2646] ppid=2639 vsize=11852648 CPUtime=7.23 cores=0,2,4,6
/proc/2641/task/2646/stat : 2646 (java) S 2639 2641 31826 0 -1 4202560 810 0 0 0 680 43 0 0 20 0 22 0 344924903 12137111552 1347823 33554432000 1073741824 1073778376 140736543662816 140563216190120 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2641/tid=2647] ppid=2639 vsize=11852648 CPUtime=6.87 cores=0,2,4,6
/proc/2641/task/2647/stat : 2647 (java) S 2639 2641 31826 0 -1 4202560 884 0 0 0 639 48 0 0 20 0 22 0 344924903 12137111552 1347823 33554432000 1073741824 1073778376 140736543662816 140563215137576 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2641/tid=2648] ppid=2639 vsize=11852648 CPUtime=7.35 cores=0,2,4,6
/proc/2641/task/2648/stat : 2648 (java) S 2639 2641 31826 0 -1 4202560 800 0 0 0 693 42 0 0 20 0 22 0 344924903 12137111552 1347823 33554432000 1073741824 1073778376 140736543662816 140563214084520 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2641/tid=2649] ppid=2639 vsize=11852648 CPUtime=7.4 cores=0,2,4,6
/proc/2641/task/2649/stat : 2649 (java) S 2639 2641 31826 0 -1 4202560 824 0 0 0 697 43 0 0 20 0 22 0 344924903 12137111552 1347823 33554432000 1073741824 1073778376 140736543662816 140563213031976 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2641/tid=2650] ppid=2639 vsize=11852648 CPUtime=7 cores=0,2,4,6
/proc/2641/task/2650/stat : 2650 (java) S 2639 2641 31826 0 -1 4202560 722 0 0 0 665 35 0 0 20 0 22 0 344924903 12137111552 1347823 33554432000 1073741824 1073778376 140736543662816 140563211978920 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2641/tid=2651] ppid=2639 vsize=11852648 CPUtime=7.6 cores=0,2,4,6
/proc/2641/task/2651/stat : 2651 (java) S 2639 2641 31826 0 -1 4202560 1197 0 0 0 716 44 0 0 20 0 22 0 344924903 12137111552 1347823 33554432000 1073741824 1073778376 140736543662816 140563210926376 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2641/tid=2652] ppid=2639 vsize=11852648 CPUtime=28.78 cores=0,2,4,6
/proc/2641/task/2652/stat : 2652 (java) R 2639 2641 31826 0 -1 4202560 60744 0 0 0 2855 23 0 0 20 0 22 0 344924904 12137111552 1347823 33554432000 1073741824 1073778376 140736543662816 140563046459120 140563235359887 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2653] ppid=2639 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2653/stat : 2653 (java) S 2639 2641 31826 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344924905 12137111552 1347823 33554432000 1073741824 1073778376 140736543662816 140563045406584 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2654] ppid=2639 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2654/stat : 2654 (java) S 2639 2641 31826 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344924905 12137111552 1347823 33554432000 1073741824 1073778376 140736543662816 140563044353416 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2655] ppid=2639 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2655/stat : 2655 (java) S 2639 2641 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344924907 12137111552 1347823 33554432000 1073741824 1073778376 140736543662816 140563043302160 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2656] ppid=2639 vsize=11852648 CPUtime=1.18 cores=0,2,4,6
/proc/2641/task/2656/stat : 2656 (java) S 2639 2641 31826 0 -1 4202560 9703 0 0 0 116 2 0 0 20 0 22 0 344924907 12137111552 1347823 33554432000 1073741824 1073778376 140736543662816 140563042249016 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2641/tid=2657] ppid=2639 vsize=11852648 CPUtime=1.39 cores=0,2,4,6
/proc/2641/task/2657/stat : 2657 (java) S 2639 2641 31826 0 -1 4202560 5402 0 0 0 139 0 0 0 20 0 22 0 344924907 12137111552 1347823 33554432000 1073741824 1073778376 140736543662816 140563041196472 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2641/tid=2658] ppid=2639 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2658/stat : 2658 (java) S 2639 2641 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344924907 12137111552 1347823 33554432000 1073741824 1073778376 140736543662816 140563040143608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2641/tid=2659] ppid=2639 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/2641/task/2659/stat : 2659 (java) S 2639 2641 31826 0 -1 4202560 52 0 0 0 15 14 0 0 20 0 22 0 344924907 12137111552 1347823 33554432000 1073741824 1073778376 140736543662816 140563039091272 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2641/tid=2660] ppid=2639 vsize=11852648 CPUtime=822.25 cores=0,2,4,6
/proc/2641/task/2660/stat : 2660 (java) S 2639 2641 31826 0 -1 4202560 117 0 0 0 82212 13 0 0 20 0 22 0 344926519 12137111552 1347823 33554432000 1073741824 1073778376 140736543662816 140563038036920 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2641/tid=2661] ppid=2639 vsize=11852648 CPUtime=822.19 cores=0,2,4,6
/proc/2641/task/2661/stat : 2661 (java) S 2639 2641 31826 0 -1 4202560 124 0 0 0 82206 13 0 0 20 0 22 0 344926519 12137111552 1347823 33554432000 1073741824 1073778376 140736543662816 140563036982184 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2641/tid=2662] ppid=2639 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2662/stat : 2662 (java) S 2639 2641 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344926628 12137111552 1347823 33554432000 1073741824 1073778376 140736543662816 140563035931944 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2641/tid=2663] ppid=2639 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2663/stat : 2663 (java) S 2639 2641 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344926628 12137111552 1347823 33554432000 1073741824 1073778376 140736543662816 140563034879400 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1752.06
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+907.401 s]
/proc/loadavg: 1.95 2.66 3.33 3/194 2700
/proc/meminfo: memFree=22015416/32873844 swapFree=7112/7112
[pid=2641] ppid=2639 vsize=11852648 CPUtime=1800.21 cores=0,2,4,6
/proc/2641/stat : 2641 (java) S 2639 2641 31826 0 -1 4202496 91226 0 1 0 179584 437 0 0 20 0 22 0 344924900 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140736543653952 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2641/statm: 2963162 1335176 2290 9 0 2953849 0
[pid=2641/tid=2643] ppid=2639 vsize=11852648 CPUtime=13.87 cores=0,2,4,6
/proc/2641/task/2643/stat : 2643 (java) S 2639 2641 31826 0 -1 4202560 4656 0 1 0 1335 52 0 0 20 0 22 0 344924901 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563229234328 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2641/tid=2644] ppid=2639 vsize=11852648 CPUtime=7.67 cores=0,2,4,6
/proc/2641/task/2644/stat : 2644 (java) S 2639 2641 31826 0 -1 4202560 878 0 0 0 721 46 0 0 20 0 22 0 344924903 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563218295720 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2645] ppid=2639 vsize=11852648 CPUtime=6.94 cores=0,2,4,6
/proc/2641/task/2645/stat : 2645 (java) S 2639 2641 31826 0 -1 4202560 809 0 0 0 651 43 0 0 20 0 22 0 344924903 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563217243176 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2646] ppid=2639 vsize=11852648 CPUtime=7.29 cores=0,2,4,6
/proc/2641/task/2646/stat : 2646 (java) S 2639 2641 31826 0 -1 4202560 810 0 0 0 686 43 0 0 20 0 22 0 344924903 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563216190120 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2641/tid=2647] ppid=2639 vsize=11852648 CPUtime=6.94 cores=0,2,4,6
/proc/2641/task/2647/stat : 2647 (java) S 2639 2641 31826 0 -1 4202560 884 0 0 0 645 49 0 0 20 0 22 0 344924903 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563215137576 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2641/tid=2648] ppid=2639 vsize=11852648 CPUtime=7.4 cores=0,2,4,6
/proc/2641/task/2648/stat : 2648 (java) S 2639 2641 31826 0 -1 4202560 800 0 0 0 698 42 0 0 20 0 22 0 344924903 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563214084520 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2641/tid=2649] ppid=2639 vsize=11852648 CPUtime=7.48 cores=0,2,4,6
/proc/2641/task/2649/stat : 2649 (java) S 2639 2641 31826 0 -1 4202560 824 0 0 0 705 43 0 0 20 0 22 0 344924903 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563213031976 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2641/tid=2650] ppid=2639 vsize=11852648 CPUtime=7.11 cores=0,2,4,6
/proc/2641/task/2650/stat : 2650 (java) S 2639 2641 31826 0 -1 4202560 722 0 0 0 676 35 0 0 20 0 22 0 344924903 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563211978920 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2641/tid=2651] ppid=2639 vsize=11852648 CPUtime=7.67 cores=0,2,4,6
/proc/2641/task/2651/stat : 2651 (java) S 2639 2641 31826 0 -1 4202560 1197 0 0 0 723 44 0 0 20 0 22 0 344924903 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563210926376 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2641/tid=2652] ppid=2639 vsize=11852648 CPUtime=31.11 cores=0,2,4,6
/proc/2641/task/2652/stat : 2652 (java) S 2639 2641 31826 0 -1 4202560 63052 0 0 0 3087 24 0 0 20 0 22 0 344924904 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563046460264 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2641/tid=2653] ppid=2639 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2653/stat : 2653 (java) S 2639 2641 31826 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344924905 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563045406584 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2654] ppid=2639 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2654/stat : 2654 (java) S 2639 2641 31826 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344924905 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563044353416 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2655] ppid=2639 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2655/stat : 2655 (java) S 2639 2641 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344924907 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563043302160 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2656] ppid=2639 vsize=11852648 CPUtime=1.18 cores=0,2,4,6
/proc/2641/task/2656/stat : 2656 (java) S 2639 2641 31826 0 -1 4202560 9703 0 0 0 116 2 0 0 20 0 22 0 344924907 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563042249016 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2641/tid=2657] ppid=2639 vsize=11852648 CPUtime=1.39 cores=0,2,4,6
/proc/2641/task/2657/stat : 2657 (java) S 2639 2641 31826 0 -1 4202560 5402 0 0 0 139 0 0 0 20 0 22 0 344924907 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563041196472 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2641/tid=2658] ppid=2639 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2658/stat : 2658 (java) S 2639 2641 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344924907 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563040143608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2641/tid=2659] ppid=2639 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/2641/task/2659/stat : 2659 (java) S 2639 2641 31826 0 -1 4202560 54 0 0 0 15 15 0 0 20 0 22 0 344924907 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563039091272 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2641/tid=2660] ppid=2639 vsize=11852648 CPUtime=844.79 cores=0,2,4,6
/proc/2641/task/2660/stat : 2660 (java) R 2639 2641 31826 0 -1 4202560 122 0 0 0 84466 13 0 0 20 0 22 0 344926519 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563038035856 140563090438986 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2641/tid=2661] ppid=2639 vsize=11852648 CPUtime=844.74 cores=0,2,4,6
/proc/2641/task/2661/stat : 2661 (java) R 2639 2641 31826 0 -1 4202560 125 0 0 0 84461 13 0 0 20 0 22 0 344926519 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563036982064 140563090456879 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2641/tid=2662] ppid=2639 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2662/stat : 2662 (java) S 2639 2641 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344926628 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563035931944 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2641/tid=2663] ppid=2639 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2663/stat : 2663 (java) S 2639 2641 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344926628 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563034879400 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 11852648

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

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

[startup+907.401 s]
/proc/loadavg: 1.95 2.66 3.33 3/194 2700
/proc/meminfo: memFree=22015416/32873844 swapFree=7112/7112
[pid=2641] ppid=2639 vsize=11852648 CPUtime=1800.21 cores=0,2,4,6
/proc/2641/stat : 2641 (java) S 2639 2641 31826 0 -1 4202496 91226 0 1 0 179584 437 0 0 20 0 22 0 344924900 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140736543653952 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2641/statm: 2963162 1335176 2290 9 0 2953849 0
[pid=2641/tid=2643] ppid=2639 vsize=11852648 CPUtime=13.87 cores=0,2,4,6
/proc/2641/task/2643/stat : 2643 (java) S 2639 2641 31826 0 -1 4202560 4656 0 1 0 1335 52 0 0 20 0 22 0 344924901 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563229234328 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2641/tid=2644] ppid=2639 vsize=11852648 CPUtime=7.67 cores=0,2,4,6
/proc/2641/task/2644/stat : 2644 (java) S 2639 2641 31826 0 -1 4202560 878 0 0 0 721 46 0 0 20 0 22 0 344924903 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563218295720 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2645] ppid=2639 vsize=11852648 CPUtime=6.94 cores=0,2,4,6
/proc/2641/task/2645/stat : 2645 (java) S 2639 2641 31826 0 -1 4202560 809 0 0 0 651 43 0 0 20 0 22 0 344924903 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563217243176 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2646] ppid=2639 vsize=11852648 CPUtime=7.29 cores=0,2,4,6
/proc/2641/task/2646/stat : 2646 (java) S 2639 2641 31826 0 -1 4202560 810 0 0 0 686 43 0 0 20 0 22 0 344924903 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563216190120 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2641/tid=2647] ppid=2639 vsize=11852648 CPUtime=6.94 cores=0,2,4,6
/proc/2641/task/2647/stat : 2647 (java) S 2639 2641 31826 0 -1 4202560 884 0 0 0 645 49 0 0 20 0 22 0 344924903 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563215137576 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2641/tid=2648] ppid=2639 vsize=11852648 CPUtime=7.4 cores=0,2,4,6
/proc/2641/task/2648/stat : 2648 (java) S 2639 2641 31826 0 -1 4202560 800 0 0 0 698 42 0 0 20 0 22 0 344924903 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563214084520 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2641/tid=2649] ppid=2639 vsize=11852648 CPUtime=7.48 cores=0,2,4,6
/proc/2641/task/2649/stat : 2649 (java) S 2639 2641 31826 0 -1 4202560 824 0 0 0 705 43 0 0 20 0 22 0 344924903 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563213031976 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2641/tid=2650] ppid=2639 vsize=11852648 CPUtime=7.11 cores=0,2,4,6
/proc/2641/task/2650/stat : 2650 (java) S 2639 2641 31826 0 -1 4202560 722 0 0 0 676 35 0 0 20 0 22 0 344924903 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563211978920 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2641/tid=2651] ppid=2639 vsize=11852648 CPUtime=7.67 cores=0,2,4,6
/proc/2641/task/2651/stat : 2651 (java) S 2639 2641 31826 0 -1 4202560 1197 0 0 0 723 44 0 0 20 0 22 0 344924903 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563210926376 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2641/tid=2652] ppid=2639 vsize=11852648 CPUtime=31.11 cores=0,2,4,6
/proc/2641/task/2652/stat : 2652 (java) S 2639 2641 31826 0 -1 4202560 63052 0 0 0 3087 24 0 0 20 0 22 0 344924904 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563046460264 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2641/tid=2653] ppid=2639 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2653/stat : 2653 (java) S 2639 2641 31826 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344924905 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563045406584 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2654] ppid=2639 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2654/stat : 2654 (java) S 2639 2641 31826 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344924905 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563044353416 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2655] ppid=2639 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2655/stat : 2655 (java) S 2639 2641 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344924907 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563043302160 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2641/tid=2656] ppid=2639 vsize=11852648 CPUtime=1.18 cores=0,2,4,6
/proc/2641/task/2656/stat : 2656 (java) S 2639 2641 31826 0 -1 4202560 9703 0 0 0 116 2 0 0 20 0 22 0 344924907 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563042249016 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2641/tid=2657] ppid=2639 vsize=11852648 CPUtime=1.39 cores=0,2,4,6
/proc/2641/task/2657/stat : 2657 (java) S 2639 2641 31826 0 -1 4202560 5402 0 0 0 139 0 0 0 20 0 22 0 344924907 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563041196472 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2641/tid=2658] ppid=2639 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2658/stat : 2658 (java) S 2639 2641 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344924907 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563040143608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2641/tid=2659] ppid=2639 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/2641/task/2659/stat : 2659 (java) S 2639 2641 31826 0 -1 4202560 54 0 0 0 15 15 0 0 20 0 22 0 344924907 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563039091272 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2641/tid=2660] ppid=2639 vsize=11852648 CPUtime=844.79 cores=0,2,4,6
/proc/2641/task/2660/stat : 2660 (java) R 2639 2641 31826 0 -1 4202560 122 0 0 0 84466 13 0 0 20 0 22 0 344926519 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563038035856 140563090438986 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2641/tid=2661] ppid=2639 vsize=11852648 CPUtime=844.74 cores=0,2,4,6
/proc/2641/task/2661/stat : 2661 (java) R 2639 2641 31826 0 -1 4202560 125 0 0 0 84461 13 0 0 20 0 22 0 344926519 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563036982064 140563090456879 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2641/tid=2662] ppid=2639 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2662/stat : 2662 (java) S 2639 2641 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344926628 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563035931944 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2641/tid=2663] ppid=2639 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2641/task/2663/stat : 2663 (java) S 2639 2641 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344926628 12137111552 1335176 33554432000 1073741824 1073778376 140736543662816 140563034879400 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 11852648

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2641 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=388667
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=812268
# CPU time returned by wait4() is 1796.2
# while last known CPU time is 1800.21
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 907.448
CPU time (s): 1800.21
CPU user time (s): 1795.84
CPU system time (s): 4.37
CPU usage (%): 198.382
Max. virtual memory (cumulated for all children) (KiB): 11918184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.39
system time used= 4.81227
maximum resident set size= 5425768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91258
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26784
involuntary context switches= 51014

runsolver used 4.06138 second user time and 7.05493 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-04 07:33:16
IDJOB=3743868
IDBENCH=92639
IDSOLVER=2328
FILE ID=node132/3743868-1338787993
RUNJOBID= node132-1338771251-31842
PBS_JOBID= 14636815
Free space on /tmp= 71020 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_9_ic.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743868-1338787993/watcher-3743868-1338787993 -o /tmp/evaluation-result-3743868-1338787993/solver-3743868-1338787993 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3743868-1338787993.opb

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

MD5SUM BENCH= 02cb8d701f4a0125a0bd11e66327d452
RANDOM SEED=904837971

node132.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.832
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	: 5333.66
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        22090776 kB
Buffers:         1304400 kB
Cached:          3381116 kB
SwapCached:         2288 kB
Active:          7666540 kB
Inactive:        2173200 kB
Active(anon):    5144656 kB
Inactive(anon):     7108 kB
Active(file):    2521884 kB
Inactive(file):  2166092 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67102712 kB
Dirty:            100324 kB
Writeback:             0 kB
AnonPages:       5169140 kB
Mapped:            19320 kB
Shmem:                 8 kB
Slab:             780164 kB
SReclaimable:     220904 kB
SUnreclaim:       559260 kB
KernelStack:        1632 kB
PageTables:        14288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10457288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5107712 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71120 MiB
End job on node132 at 2012-06-04 07:48:25