Trace number 3744520

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1801.31 893.366

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_0_ic.opb
MD5SUM3ccb0020d438b0d41f96e5d1bc8e13b8
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 160103007
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 14748631329
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 160103007
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 14748631329
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.08	c version 2.2.0.v20100531
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		1349517296
0.04/0.08	c Max memory 		1356595200
0.04/0.08	c Total memory 		1356595200
0.04/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	
0.10/0.11	c solving HOME/instance-3744520-1338810571.opb
0.10/0.11	c reading problem ... 
1.66/0.71	c ... done. Wall clock time 0.601s.
1.66/0.71	c #vars     15725
1.66/0.71	c #constraints  33208
1.66/0.71	c constraints type 
1.66/0.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.66/0.71	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.66/0.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.66/0.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1.66/0.71	c constraints type 
1.66/0.71	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1.66/0.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1.66/0.71	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1.66/0.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
12.89/5.57	c cleaning 2495 clauses out of 5002 with flag 5002/5002
25.18/11.42	c cleaning 4252 clauses out of 8507 with flag 11002/11002
36.64/17.12	c cleaning 5621 clauses out of 11253 with flag 18000/18000
49.91/23.74	c cleaning 6809 clauses out of 13632 with flag 26000/26000
72.40/34.92	c cleaning 7909 clauses out of 15825 with flag 35002/35002
90.22/43.86	c cleaning 8953 clauses out of 17915 with flag 45001/45001
114.52/55.95	c cleaning 9977 clauses out of 19961 with flag 56000/56000
142.84/70.09	c cleaning 10988 clauses out of 21984 with flag 68000/68000
168.85/83.06	c cleaning 11996 clauses out of 23997 with flag 81001/81001
201.41/99.23	c cleaning 12994 clauses out of 26001 with flag 95001/95001
236.75/116.87	c cleaning 13996 clauses out of 28007 with flag 110001/110001
268.27/132.55	c cleaning 14999 clauses out of 30010 with flag 126000/126000
306.51/151.68	c cleaning 15999 clauses out of 32011 with flag 143000/143000
346.49/171.54	c cleaning 16993 clauses out of 34012 with flag 161000/161000
384.27/190.30	c cleaning 18008 clauses out of 36021 with flag 180002/180002
422.85/209.59	c cleaning 18998 clauses out of 38011 with flag 200000/200000
472.04/234.02	c cleaning 19986 clauses out of 40014 with flag 221001/221001
497.91/246.95	c cleaning 0 clauses out of 5004 with flag 0/5004
521.59/258.67	c cleaning 21006 clauses out of 42028 with flag 243001/243001
570.34/282.86	c cleaning 22006 clauses out of 44021 with flag 266000/266000
622.06/308.68	c cleaning 23001 clauses out of 46015 with flag 290000/290000
680.14/337.53	c cleaning 23999 clauses out of 48014 with flag 315000/315000
770.10/382.16	c cleaning 25002 clauses out of 50015 with flag 341000/341000
832.23/413.04	c cleaning 26000 clauses out of 52015 with flag 368002/368002
889.39/441.59	c cleaning 27004 clauses out of 54014 with flag 396001/396001
953.00/473.13	c cleaning 27999 clauses out of 56011 with flag 425002/425002
1019.83/506.34	c cleaning 28993 clauses out of 58010 with flag 455000/455000
1085.05/538.78	c cleaning 30001 clauses out of 60018 with flag 486001/486001
1164.57/578.33	c cleaning 30999 clauses out of 62017 with flag 518001/518001
1267.00/629.04	c cleaning 31990 clauses out of 64020 with flag 551003/551003
1381.35/685.75	c cleaning 32994 clauses out of 66028 with flag 585001/585001
1473.31/731.25	c cleaning 33512 clauses out of 67034 with flag 619001/619001
1565.22/776.81	c cleaning 33755 clauses out of 67521 with flag 653000/653000
1652.98/820.32	c cleaning 33877 clauses out of 67766 with flag 687000/687000
1724.88/856.05	c cleaning 33924 clauses out of 67889 with flag 721000/721000
1800.15/893.31	c starts		: 170
1800.15/893.31	c conflicts		: 754291
1800.15/893.31	c decisions		: 1182627
1800.15/893.31	c propagations		: 453508780
1800.15/893.31	c inspects		: 3068992147
1800.15/893.31	c learnt literals	: 0
1800.15/893.31	c learnt binary clauses	: 0
1800.15/893.31	c learnt ternary clauses	: 3
1800.15/893.31	c learnt clauses	: 754291
1800.15/893.31	c ignored clauses	: 0
1800.15/893.31	c root simplifications	: 0
1800.15/893.31	c removed literals (reason simplification)	: 29583463
1800.15/893.31	c reason swapping (by a shorter reason)	: 0
1800.15/893.31	c Calls to reduceDB	: 34
1800.15/893.31	c number of reductions to clauses (during analyze)	: 0
1800.15/893.31	c number of learned constraints concerned by reduction	: 0
1800.15/893.31	c number of learning phase by resolution	: 0
1800.15/893.31	c number of learning phase by cutting planes	: 0
1800.15/893.31	c speed (assignments/second)	: 508079.7081315805
1800.15/893.31	c non guided choices	6
1800.15/893.35	c learnt constraints type 
1800.15/893.35	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 67268
1800.15/893.35	c constraints type 
1800.15/893.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.15/893.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.15/893.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.15/893.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.15/893.35	c constraints type 
1800.15/893.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1800.15/893.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1800.15/893.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.15/893.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.15/893.35	s UNKNOWN
1800.15/893.35	c Total wall clock time (in seconds): 893.242

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-3744520-1338810571/watcher-3744520-1338810571 -o /tmp/evaluation-result-3744520-1338810571/solver-3744520-1338810571 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3744520-1338810571.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.56 3.80 3.80 4/195 3511
/proc/meminfo: memFree=20664868/32873844 swapFree=7112/7112
[pid=3511] ppid=3509 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/3511/stat : 3511 (java) R 3509 3511 6982 0 -1 4202496 986 0 0 0 0 0 0 0 20 0 1 0 347185622 23793664 713 33554432000 1073741824 1073778376 140735242110400 140735242099464 235365512552 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3511/statm: 5809 714 528 9 0 128 0

[startup+0.0622039 s]
/proc/loadavg: 3.56 3.80 3.80 4/195 3511
/proc/meminfo: memFree=20664868/32873844 swapFree=7112/7112
[pid=3511] ppid=3509 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/3511/stat : 3511 (java) S 3509 3511 6982 0 -1 4202496 3842 0 1 0 4 0 0 0 20 0 18 0 347185622 2764726272 5561 33554432000 1073741824 1073778376 140735242110400 140735242101536 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3511/statm: 674982 5561 1757 9 0 665676 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2699928

[startup+0.100253 s]
/proc/loadavg: 3.56 3.80 3.80 4/195 3511
/proc/meminfo: memFree=20664868/32873844 swapFree=7112/7112
[pid=3511] ppid=3509 vsize=2699928 CPUtime=0.1 cores=0,2,4,6
/proc/3511/stat : 3511 (java) S 3509 3511 6982 0 -1 4202496 4690 0 1 0 9 1 0 0 20 0 18 0 347185622 2764726272 6399 33554432000 1073741824 1073778376 140735242110400 140735242101536 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3511/statm: 674982 6399 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.300221 s]
/proc/loadavg: 3.56 3.80 3.80 4/195 3511
/proc/meminfo: memFree=20664868/32873844 swapFree=7112/7112
[pid=3511] ppid=3509 vsize=2699928 CPUtime=0.51 cores=0,2,4,6
/proc/3511/stat : 3511 (java) S 3509 3511 6982 0 -1 4202496 5995 0 1 0 49 2 0 0 20 0 18 0 347185622 2764726272 9668 33554432000 1073741824 1073778376 140735242110400 140735242101536 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3511/statm: 674982 9668 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2699928

[startup+0.700247 s]
/proc/loadavg: 3.56 3.80 3.80 4/195 3511
/proc/meminfo: memFree=20664868/32873844 swapFree=7112/7112
[pid=3511] ppid=3509 vsize=2699928 CPUtime=1.66 cores=0,2,4,6
/proc/3511/stat : 3511 (java) S 3509 3511 6982 0 -1 4202496 17539 0 1 0 161 5 0 0 20 0 18 0 347185622 2764726272 40989 33554432000 1073741824 1073778376 140735242110400 140735242101536 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3511/statm: 674982 40989 2232 9 0 665676 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 2699928

[startup+1.5007 s]
/proc/loadavg: 3.56 3.80 3.80 7/217 3533
/proc/meminfo: memFree=20474712/32873844 swapFree=7112/7112
[pid=3511] ppid=3509 vsize=2966184 CPUtime=4.22 cores=0,2,4,6
/proc/3511/stat : 3511 (java) S 3509 3511 6982 0 -1 4202496 17806 0 1 0 413 9 0 0 20 0 22 0 347185622 3037372416 96431 33554432000 1073741824 1073778376 140735242110400 140735242101536 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3511/statm: 741546 96431 2263 9 0 732240 0
[pid=3511/tid=3513] ppid=3509 vsize=2966184 CPUtime=0.69 cores=0,2,4,6
/proc/3511/task/3513/stat : 3513 (java) S 3509 3511 6982 0 -1 4202560 2850 0 1 0 66 3 0 0 20 0 22 0 347185622 3037372416 96431 33554432000 1073741824 1073778376 140735242110400 140287490839704 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3514] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3514/stat : 3514 (java) S 3509 3511 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347185623 3037372416 96431 33554432000 1073741824 1073778376 140735242110400 140287475120296 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3515] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3515/stat : 3515 (java) S 3509 3511 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347185623 3037372416 96431 33554432000 1073741824 1073778376 140735242110400 140287474067752 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3516] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3516/stat : 3516 (java) S 3509 3511 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347185623 3037372416 96431 33554432000 1073741824 1073778376 140735242110400 140287473015208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3517] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3517/stat : 3517 (java) S 3509 3511 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347185623 3037372416 96431 33554432000 1073741824 1073778376 140735242110400 140287471962664 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3518] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3518/stat : 3518 (java) S 3509 3511 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347185623 3037372416 96431 33554432000 1073741824 1073778376 140735242110400 140287470910120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3519] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3519/stat : 3519 (java) S 3509 3511 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347185623 3037372416 96431 33554432000 1073741824 1073778376 140735242110400 140287469857576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3520] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3520/stat : 3520 (java) S 3509 3511 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347185623 3037372416 96431 33554432000 1073741824 1073778376 140735242110400 140287468805032 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3521] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3521/stat : 3521 (java) S 3509 3511 6982 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 347185623 3037372416 96431 33554432000 1073741824 1073778376 140735242110400 140287467752488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3522] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3522/stat : 3522 (java) S 3509 3511 6982 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 347185625 3037372416 96431 33554432000 1073741824 1073778376 140735242110400 140287337814120 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3523] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3523/stat : 3523 (java) S 3509 3511 6982 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 347185625 3037372416 96431 33554432000 1073741824 1073778376 140735242110400 140287336760440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3524] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3524/stat : 3524 (java) S 3509 3511 6982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347185625 3037372416 96431 33554432000 1073741824 1073778376 140735242110400 140287335707784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3525] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3525/stat : 3525 (java) S 3509 3511 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347185628 3037372416 96431 33554432000 1073741824 1073778376 140735242110400 140287334656528 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3526] ppid=3509 vsize=2966184 CPUtime=1 cores=0,2,4,6
/proc/3511/task/3526/stat : 3526 (java) S 3509 3511 6982 0 -1 4202560 6080 0 0 0 98 2 0 0 20 0 22 0 347185628 3037372416 96431 33554432000 1073741824 1073778376 140735242110400 140287333603896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3527] ppid=3509 vsize=2966184 CPUtime=0.97 cores=0,2,4,6
/proc/3511/task/3527/stat : 3527 (java) S 3509 3511 6982 0 -1 4202560 7467 0 0 0 96 1 0 0 20 0 22 0 347185628 3037372416 96431 33554432000 1073741824 1073778376 140735242110400 140287332551352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3528] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3528/stat : 3528 (java) S 3509 3511 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347185628 3037372416 96431 33554432000 1073741824 1073778376 140735242110400 140287331499000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3529] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3529/stat : 3529 (java) S 3509 3511 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347185628 3037372416 96431 33554432000 1073741824 1073778376 140735242110400 140287330446664 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3530] ppid=3509 vsize=2966184 CPUtime=0.75 cores=0,2,4,6
/proc/3511/task/3530/stat : 3530 (java) R 3509 3511 6982 0 -1 4202560 84 0 0 0 73 2 0 0 20 0 22 0 347185694 3037372416 96431 33554432000 1073741824 1073778376 140735242110400 140287329390824 140287339600504 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3531] ppid=3509 vsize=2966184 CPUtime=0.75 cores=0,2,4,6
/proc/3511/task/3531/stat : 3531 (java) R 3509 3511 6982 0 -1 4202560 123 0 0 0 73 2 0 0 20 0 22 0 347185694 3037372416 96431 33554432000 1073741824 1073778376 140735242110400 140287328338120 140287339856646 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3532] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3532/stat : 3532 (java) S 3509 3511 6982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347185701 3037372416 96431 33554432000 1073741824 1073778376 140735242110400 140287327286312 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3533] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3533/stat : 3533 (java) S 3509 3511 6982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347185701 3037372416 96431 33554432000 1073741824 1073778376 140735242110400 140287326233768 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 2966184

[startup+3.10078 s]
/proc/loadavg: 3.56 3.80 3.80 5/217 3533
/proc/meminfo: memFree=20250472/32873844 swapFree=7112/7112
[pid=3511] ppid=3509 vsize=2966184 CPUtime=7.81 cores=0,2,4,6
/proc/3511/stat : 3511 (java) S 3509 3511 6982 0 -1 4202496 17950 0 1 0 765 16 0 0 20 0 22 0 347185622 3037372416 113356 33554432000 1073741824 1073778376 140735242110400 140735242101536 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3511/statm: 741546 113356 2275 9 0 732240 0
[pid=3511/tid=3513] ppid=3509 vsize=2966184 CPUtime=0.69 cores=0,2,4,6
/proc/3511/task/3513/stat : 3513 (java) S 3509 3511 6982 0 -1 4202560 2850 0 1 0 66 3 0 0 20 0 22 0 347185622 3037372416 113356 33554432000 1073741824 1073778376 140735242110400 140287490839704 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3514] ppid=3509 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/3511/task/3514/stat : 3514 (java) S 3509 3511 6982 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 22 0 347185623 3037372416 113356 33554432000 1073741824 1073778376 140735242110400 140287475120296 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3515] ppid=3509 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/3511/task/3515/stat : 3515 (java) S 3509 3511 6982 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 22 0 347185623 3037372416 113356 33554432000 1073741824 1073778376 140735242110400 140287474067752 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3516] ppid=3509 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/3511/task/3516/stat : 3516 (java) S 3509 3511 6982 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 347185623 3037372416 113356 33554432000 1073741824 1073778376 140735242110400 140287473015208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3517] ppid=3509 vsize=2966184 CPUtime=0.07 cores=0,2,4,6
/proc/3511/task/3517/stat : 3517 (java) S 3509 3511 6982 0 -1 4202560 29 0 0 0 5 2 0 0 20 0 22 0 347185623 3037372416 113356 33554432000 1073741824 1073778376 140735242110400 140287471962664 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3518] ppid=3509 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/3511/task/3518/stat : 3518 (java) S 3509 3511 6982 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 347185623 3037372416 113356 33554432000 1073741824 1073778376 140735242110400 140287470910120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3519] ppid=3509 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/3511/task/3519/stat : 3519 (java) S 3509 3511 6982 0 -1 4202560 28 0 0 0 3 2 0 0 20 0 22 0 347185623 3037372416 113356 33554432000 1073741824 1073778376 140735242110400 140287469857576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3520] ppid=3509 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/3511/task/3520/stat : 3520 (java) S 3509 3511 6982 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 347185623 3037372416 113356 33554432000 1073741824 1073778376 140735242110400 140287468805032 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3521] ppid=3509 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/3511/task/3521/stat : 3521 (java) S 3509 3511 6982 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 347185623 3037372416 113356 33554432000 1073741824 1073778376 140735242110400 140287467752488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3522] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3522/stat : 3522 (java) S 3509 3511 6982 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 347185625 3037372416 113356 33554432000 1073741824 1073778376 140735242110400 140287337814120 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3523] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3523/stat : 3523 (java) S 3509 3511 6982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347185625 3037372416 113356 33554432000 1073741824 1073778376 140735242110400 140287336760440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3524] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3524/stat : 3524 (java) S 3509 3511 6982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347185625 3037372416 113356 33554432000 1073741824 1073778376 140735242110400 140287335707784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3525] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3525/stat : 3525 (java) S 3509 3511 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347185628 3037372416 113356 33554432000 1073741824 1073778376 140735242110400 140287334656528 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3526] ppid=3509 vsize=2966184 CPUtime=1.11 cores=0,2,4,6
/proc/3511/task/3526/stat : 3526 (java) S 3509 3511 6982 0 -1 4202560 6080 0 0 0 109 2 0 0 20 0 22 0 347185628 3037372416 113356 33554432000 1073741824 1073778376 140735242110400 140287333603896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3527] ppid=3509 vsize=2966184 CPUtime=1.08 cores=0,2,4,6
/proc/3511/task/3527/stat : 3527 (java) S 3509 3511 6982 0 -1 4202560 7467 0 0 0 106 2 0 0 20 0 22 0 347185628 3037372416 113356 33554432000 1073741824 1073778376 140735242110400 140287332551352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3528] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3528/stat : 3528 (java) S 3509 3511 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347185628 3037372416 113356 33554432000 1073741824 1073778376 140735242110400 140287331499000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3529] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3529/stat : 3529 (java) S 3509 3511 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347185628 3037372416 113356 33554432000 1073741824 1073778376 140735242110400 140287330446664 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3530] ppid=3509 vsize=2966184 CPUtime=2.24 cores=0,2,4,6
/proc/3511/task/3530/stat : 3530 (java) R 3509 3511 6982 0 -1 4202560 90 0 0 0 221 3 0 0 20 0 22 0 347185694 3037372416 113356 33554432000 1073741824 1073778376 140735242110400 140287329389632 140287339344214 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3531] ppid=3509 vsize=2966184 CPUtime=2.25 cores=0,2,4,6
/proc/3511/task/3531/stat : 3531 (java) R 3509 3511 6982 0 -1 4202560 126 0 0 0 223 2 0 0 20 0 22 0 347185694 3037372416 113356 33554432000 1073741824 1073778376 140735242110400 140287328336248 140287339856557 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3532] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3532/stat : 3532 (java) S 3509 3511 6982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347185701 3037372416 113356 33554432000 1073741824 1073778376 140735242110400 140287327286312 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3533] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3533/stat : 3533 (java) S 3509 3511 6982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347185701 3037372416 113356 33554432000 1073741824 1073778376 140735242110400 140287326233768 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (KiB) 2966184

[startup+6.30069 s]
/proc/loadavg: 3.59 3.81 3.81 5/217 3533
/proc/meminfo: memFree=20182516/32873844 swapFree=7112/7112
[pid=3511] ppid=3509 vsize=2966184 CPUtime=14.79 cores=0,2,4,6
/proc/3511/stat : 3511 (java) S 3509 3511 6982 0 -1 4202496 19710 0 1 0 1455 24 0 0 20 0 22 0 347185622 3037372416 136469 33554432000 1073741824 1073778376 140735242110400 140735242101536 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3511/statm: 741546 136469 2287 9 0 732240 0
[pid=3511/tid=3513] ppid=3509 vsize=2966184 CPUtime=0.69 cores=0,2,4,6
/proc/3511/task/3513/stat : 3513 (java) S 3509 3511 6982 0 -1 4202560 2850 0 1 0 66 3 0 0 20 0 22 0 347185622 3037372416 136469 33554432000 1073741824 1073778376 140735242110400 140287490839704 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3514] ppid=3509 vsize=2966184 CPUtime=0.12 cores=0,2,4,6
/proc/3511/task/3514/stat : 3514 (java) S 3509 3511 6982 0 -1 4202560 42 0 0 0 10 2 0 0 20 0 22 0 347185623 3037372416 136469 33554432000 1073741824 1073778376 140735242110400 140287475120296 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3515] ppid=3509 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/3511/task/3515/stat : 3515 (java) S 3509 3511 6982 0 -1 4202560 33 0 0 0 8 2 0 0 20 0 22 0 347185623 3037372416 136469 33554432000 1073741824 1073778376 140735242110400 140287474067752 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3516] ppid=3509 vsize=2966184 CPUtime=0.08 cores=0,2,4,6
/proc/3511/task/3516/stat : 3516 (java) S 3509 3511 6982 0 -1 4202560 30 0 0 0 6 2 0 0 20 0 22 0 347185623 3037372416 136469 33554432000 1073741824 1073778376 140735242110400 140287473015208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3517] ppid=3509 vsize=2966184 CPUtime=0.12 cores=0,2,4,6
/proc/3511/task/3517/stat : 3517 (java) S 3509 3511 6982 0 -1 4202560 42 0 0 0 10 2 0 0 20 0 22 0 347185623 3037372416 136469 33554432000 1073741824 1073778376 140735242110400 140287471962664 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3518] ppid=3509 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/3511/task/3518/stat : 3518 (java) S 3509 3511 6982 0 -1 4202560 35 0 0 0 8 2 0 0 20 0 22 0 347185623 3037372416 136469 33554432000 1073741824 1073778376 140735242110400 140287470910120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3519] ppid=3509 vsize=2966184 CPUtime=0.13 cores=0,2,4,6
/proc/3511/task/3519/stat : 3519 (java) S 3509 3511 6982 0 -1 4202560 41 0 0 0 10 3 0 0 20 0 22 0 347185623 3037372416 136469 33554432000 1073741824 1073778376 140735242110400 140287469857576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3520] ppid=3509 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/3511/task/3520/stat : 3520 (java) S 3509 3511 6982 0 -1 4202560 24 0 0 0 7 2 0 0 20 0 22 0 347185623 3037372416 136469 33554432000 1073741824 1073778376 140735242110400 140287468805032 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3521] ppid=3509 vsize=2966184 CPUtime=0.11 cores=0,2,4,6
/proc/3511/task/3521/stat : 3521 (java) S 3509 3511 6982 0 -1 4202560 38 0 0 0 9 2 0 0 20 0 22 0 347185623 3037372416 136469 33554432000 1073741824 1073778376 140735242110400 140287467752488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3522] ppid=3509 vsize=2966184 CPUtime=0.08 cores=0,2,4,6
/proc/3511/task/3522/stat : 3522 (java) S 3509 3511 6982 0 -1 4202560 32 0 0 0 8 0 0 0 20 0 22 0 347185625 3037372416 136469 33554432000 1073741824 1073778376 140735242110400 140287337814120 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3523] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3523/stat : 3523 (java) S 3509 3511 6982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347185625 3037372416 136469 33554432000 1073741824 1073778376 140735242110400 140287336760440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3524] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3524/stat : 3524 (java) S 3509 3511 6982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347185625 3037372416 136469 33554432000 1073741824 1073778376 140735242110400 140287335707784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3525] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3525/stat : 3525 (java) S 3509 3511 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347185628 3037372416 136469 33554432000 1073741824 1073778376 140735242110400 140287334656528 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3526] ppid=3509 vsize=2966184 CPUtime=1.38 cores=0,2,4,6
/proc/3511/task/3526/stat : 3526 (java) S 3509 3511 6982 0 -1 4202560 7651 0 0 0 136 2 0 0 20 0 22 0 347185628 3037372416 136469 33554432000 1073741824 1073778376 140735242110400 140287333603896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=3511/tid=3531] ppid=3509 vsize=2966184 CPUtime=801.1 cores=0,2,4,6
/proc/3511/task/3531/stat : 3531 (java) R 3509 3511 6982 0 -1 4202560 499 0 0 0 80093 17 0 0 20 0 22 0 347185694 3037372416 191481 33554432000 1073741824 1073778376 140735242110400 140287328337104 140287340172782 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3532] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3532/stat : 3532 (java) S 3509 3511 6982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347185701 3037372416 191481 33554432000 1073741824 1073778376 140735242110400 140287327286312 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3533] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3533/stat : 3533 (java) S 3509 3511 6982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347185701 3037372416 191481 33554432000 1073741824 1073778376 140735242110400 140287326233768 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1656.74
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 4.47 4.06 3.90 5/217 3628
/proc/meminfo: memFree=19913148/32873844 swapFree=7112/7112
[pid=3511] ppid=3509 vsize=2966184 CPUtime=1777.87 cores=0,2,4,6
/proc/3511/stat : 3511 (java) S 3509 3511 6982 0 -1 4202496 32539 0 1 0 177662 125 0 0 20 0 22 0 347185622 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140735242101536 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3511/statm: 741546 194553 2287 9 0 732240 0
[pid=3511/tid=3513] ppid=3509 vsize=2966184 CPUtime=0.72 cores=0,2,4,6
/proc/3511/task/3513/stat : 3513 (java) S 3509 3511 6982 0 -1 4202560 2859 0 1 0 68 4 0 0 20 0 22 0 347185622 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287490839704 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3514] ppid=3509 vsize=2966184 CPUtime=5.55 cores=0,2,4,6
/proc/3511/task/3514/stat : 3514 (java) S 3509 3511 6982 0 -1 4202560 338 0 0 0 548 7 0 0 20 0 22 0 347185623 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287475120296 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3515] ppid=3509 vsize=2966184 CPUtime=5.51 cores=0,2,4,6
/proc/3511/task/3515/stat : 3515 (java) S 3509 3511 6982 0 -1 4202560 311 0 0 0 545 6 0 0 20 0 22 0 347185623 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287474067752 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3516] ppid=3509 vsize=2966184 CPUtime=5.87 cores=0,2,4,6
/proc/3511/task/3516/stat : 3516 (java) S 3509 3511 6982 0 -1 4202560 316 0 0 0 581 6 0 0 20 0 22 0 347185623 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287473015208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3517] ppid=3509 vsize=2966184 CPUtime=5.93 cores=0,2,4,6
/proc/3511/task/3517/stat : 3517 (java) S 3509 3511 6982 0 -1 4202560 334 0 0 0 586 7 0 0 20 0 22 0 347185623 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287471962664 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3518] ppid=3509 vsize=2966184 CPUtime=6.06 cores=0,2,4,6
/proc/3511/task/3518/stat : 3518 (java) S 3509 3511 6982 0 -1 4202560 324 0 0 0 599 7 0 0 20 0 22 0 347185623 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287470910120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3519] ppid=3509 vsize=2966184 CPUtime=5.81 cores=0,2,4,6
/proc/3511/task/3519/stat : 3519 (java) S 3509 3511 6982 0 -1 4202560 327 0 0 0 574 7 0 0 20 0 22 0 347185623 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287469857576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3520] ppid=3509 vsize=2966184 CPUtime=5.76 cores=0,2,4,6
/proc/3511/task/3520/stat : 3520 (java) S 3509 3511 6982 0 -1 4202560 318 0 0 0 570 6 0 0 20 0 22 0 347185623 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287468805032 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3521] ppid=3509 vsize=2966184 CPUtime=5.55 cores=0,2,4,6
/proc/3511/task/3521/stat : 3521 (java) S 3509 3511 6982 0 -1 4202560 327 0 0 0 549 6 0 0 20 0 22 0 347185623 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287467752488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3522] ppid=3509 vsize=2966184 CPUtime=8.56 cores=0,2,4,6
/proc/3511/task/3522/stat : 3522 (java) S 3509 3511 6982 0 -1 4202560 8405 0 0 0 810 46 0 0 20 0 22 0 347185625 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287337814120 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3523] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3523/stat : 3523 (java) S 3509 3511 6982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347185625 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287336760440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3524] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3524/stat : 3524 (java) S 3509 3511 6982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347185625 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287335707784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3525] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3525/stat : 3525 (java) S 3509 3511 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347185628 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287334656528 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3526] ppid=3509 vsize=2966184 CPUtime=1.98 cores=0,2,4,6
/proc/3511/task/3526/stat : 3526 (java) S 3509 3511 6982 0 -1 4202560 8956 0 0 0 196 2 0 0 20 0 22 0 347185628 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287333603896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3527] ppid=3509 vsize=2966184 CPUtime=1.31 cores=0,2,4,6
/proc/3511/task/3527/stat : 3527 (java) S 3509 3511 6982 0 -1 4202560 7475 0 0 0 129 2 0 0 20 0 22 0 347185628 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287332551352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3528] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3528/stat : 3528 (java) S 3509 3511 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347185628 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287331499000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3529] ppid=3509 vsize=2966184 CPUtime=0.3 cores=0,2,4,6
/proc/3511/task/3529/stat : 3529 (java) S 3509 3511 6982 0 -1 4202560 51 0 0 0 17 13 0 0 20 0 22 0 347185628 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287330446664 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3530] ppid=3509 vsize=2966184 CPUtime=859.81 cores=0,2,4,6
/proc/3511/task/3530/stat : 3530 (java) R 3509 3511 6982 0 -1 4202560 487 0 0 0 85961 20 0 0 20 0 22 0 347185694 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287329389664 140287339833808 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3531] ppid=3509 vsize=2966184 CPUtime=859.85 cores=0,2,4,6
/proc/3511/task/3531/stat : 3531 (java) R 3509 3511 6982 0 -1 4202560 523 0 0 0 85967 18 0 0 20 0 22 0 347185694 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287328336128 140287340173928 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3532] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3532/stat : 3532 (java) S 3509 3511 6982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347185701 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287327286312 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3533] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3533/stat : 3533 (java) S 3509 3511 6982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347185701 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287326233768 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1777.87
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+893.301 s]
/proc/loadavg: 4.37 4.06 3.91 6/217 3628
/proc/meminfo: memFree=19888324/32873844 swapFree=7112/7112
[pid=3511] ppid=3509 vsize=2966184 CPUtime=1800.15 cores=0,2,4,6
/proc/3511/stat : 3511 (java) S 3509 3511 6982 0 -1 4202496 32546 0 1 0 179889 126 0 0 20 0 22 0 347185622 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140735242101536 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3511/statm: 741546 194553 2287 9 0 732240 0
[pid=3511/tid=3513] ppid=3509 vsize=2966184 CPUtime=0.72 cores=0,2,4,6
/proc/3511/task/3513/stat : 3513 (java) S 3509 3511 6982 0 -1 4202560 2859 0 1 0 68 4 0 0 20 0 22 0 347185622 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287490839704 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3514] ppid=3509 vsize=2966184 CPUtime=5.6 cores=0,2,4,6
/proc/3511/task/3514/stat : 3514 (java) S 3509 3511 6982 0 -1 4202560 338 0 0 0 553 7 0 0 20 0 22 0 347185623 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287475120296 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3515] ppid=3509 vsize=2966184 CPUtime=5.55 cores=0,2,4,6
/proc/3511/task/3515/stat : 3515 (java) S 3509 3511 6982 0 -1 4202560 311 0 0 0 549 6 0 0 20 0 22 0 347185623 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287474067752 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3516] ppid=3509 vsize=2966184 CPUtime=5.93 cores=0,2,4,6
/proc/3511/task/3516/stat : 3516 (java) S 3509 3511 6982 0 -1 4202560 316 0 0 0 587 6 0 0 20 0 22 0 347185623 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287473015208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3517] ppid=3509 vsize=2966184 CPUtime=6.02 cores=0,2,4,6
/proc/3511/task/3517/stat : 3517 (java) S 3509 3511 6982 0 -1 4202560 334 0 0 0 595 7 0 0 20 0 22 0 347185623 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287471962664 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3518] ppid=3509 vsize=2966184 CPUtime=6.17 cores=0,2,4,6
/proc/3511/task/3518/stat : 3518 (java) S 3509 3511 6982 0 -1 4202560 324 0 0 0 610 7 0 0 20 0 22 0 347185623 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287470910120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3519] ppid=3509 vsize=2966184 CPUtime=5.89 cores=0,2,4,6
/proc/3511/task/3519/stat : 3519 (java) S 3509 3511 6982 0 -1 4202560 327 0 0 0 582 7 0 0 20 0 22 0 347185623 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287469857576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3520] ppid=3509 vsize=2966184 CPUtime=5.86 cores=0,2,4,6
/proc/3511/task/3520/stat : 3520 (java) S 3509 3511 6982 0 -1 4202560 318 0 0 0 580 6 0 0 20 0 22 0 347185623 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287468805032 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3521] ppid=3509 vsize=2966184 CPUtime=5.61 cores=0,2,4,6
/proc/3511/task/3521/stat : 3521 (java) S 3509 3511 6982 0 -1 4202560 327 0 0 0 555 6 0 0 20 0 22 0 347185623 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287467752488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3522] ppid=3509 vsize=2966184 CPUtime=8.57 cores=0,2,4,6
/proc/3511/task/3522/stat : 3522 (java) S 3509 3511 6982 0 -1 4202560 8405 0 0 0 810 47 0 0 20 0 22 0 347185625 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287337814120 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3523] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3523/stat : 3523 (java) S 3509 3511 6982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347185625 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287336760440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3524] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3524/stat : 3524 (java) S 3509 3511 6982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347185625 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287335707784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3525] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3525/stat : 3525 (java) S 3509 3511 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347185628 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287334656528 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3526] ppid=3509 vsize=2966184 CPUtime=1.98 cores=0,2,4,6
/proc/3511/task/3526/stat : 3526 (java) S 3509 3511 6982 0 -1 4202560 8956 0 0 0 196 2 0 0 20 0 22 0 347185628 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287333603896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3527] ppid=3509 vsize=2966184 CPUtime=1.31 cores=0,2,4,6
/proc/3511/task/3527/stat : 3527 (java) S 3509 3511 6982 0 -1 4202560 7475 0 0 0 129 2 0 0 20 0 22 0 347185628 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287332551352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3528] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3528/stat : 3528 (java) S 3509 3511 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347185628 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287331499000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3529] ppid=3509 vsize=2966184 CPUtime=0.3 cores=0,2,4,6
/proc/3511/task/3529/stat : 3529 (java) S 3509 3511 6982 0 -1 4202560 51 0 0 0 17 13 0 0 20 0 22 0 347185628 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287330446664 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3530] ppid=3509 vsize=2966184 CPUtime=870.65 cores=0,2,4,6
/proc/3511/task/3530/stat : 3530 (java) R 3509 3511 6982 0 -1 4202560 493 0 0 0 87045 20 0 0 20 0 22 0 347185694 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287329389648 140287339600500 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3531] ppid=3509 vsize=2966184 CPUtime=870.69 cores=0,2,4,6
/proc/3511/task/3531/stat : 3531 (java) R 3509 3511 6982 0 -1 4202560 524 0 0 0 87051 18 0 0 20 0 22 0 347185694 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287328336288 140287339863299 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3532] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3532/stat : 3532 (java) S 3509 3511 6982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347185701 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287327286312 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3533] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3533/stat : 3533 (java) S 3509 3511 6982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347185701 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287326233768 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 2966184

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

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

[startup+893.301 s]
/proc/loadavg: 4.37 4.06 3.91 6/217 3628
/proc/meminfo: memFree=19888324/32873844 swapFree=7112/7112
[pid=3511] ppid=3509 vsize=2966184 CPUtime=1800.15 cores=0,2,4,6
/proc/3511/stat : 3511 (java) S 3509 3511 6982 0 -1 4202496 32546 0 1 0 179889 126 0 0 20 0 22 0 347185622 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140735242101536 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3511/statm: 741546 194553 2287 9 0 732240 0
[pid=3511/tid=3513] ppid=3509 vsize=2966184 CPUtime=0.72 cores=0,2,4,6
/proc/3511/task/3513/stat : 3513 (java) S 3509 3511 6982 0 -1 4202560 2859 0 1 0 68 4 0 0 20 0 22 0 347185622 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287490839704 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3514] ppid=3509 vsize=2966184 CPUtime=5.6 cores=0,2,4,6
/proc/3511/task/3514/stat : 3514 (java) S 3509 3511 6982 0 -1 4202560 338 0 0 0 553 7 0 0 20 0 22 0 347185623 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287475120296 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3515] ppid=3509 vsize=2966184 CPUtime=5.55 cores=0,2,4,6
/proc/3511/task/3515/stat : 3515 (java) S 3509 3511 6982 0 -1 4202560 311 0 0 0 549 6 0 0 20 0 22 0 347185623 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287474067752 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3516] ppid=3509 vsize=2966184 CPUtime=5.93 cores=0,2,4,6
/proc/3511/task/3516/stat : 3516 (java) S 3509 3511 6982 0 -1 4202560 316 0 0 0 587 6 0 0 20 0 22 0 347185623 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287473015208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3517] ppid=3509 vsize=2966184 CPUtime=6.02 cores=0,2,4,6
/proc/3511/task/3517/stat : 3517 (java) S 3509 3511 6982 0 -1 4202560 334 0 0 0 595 7 0 0 20 0 22 0 347185623 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287471962664 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3518] ppid=3509 vsize=2966184 CPUtime=6.17 cores=0,2,4,6
/proc/3511/task/3518/stat : 3518 (java) S 3509 3511 6982 0 -1 4202560 324 0 0 0 610 7 0 0 20 0 22 0 347185623 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287470910120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3519] ppid=3509 vsize=2966184 CPUtime=5.89 cores=0,2,4,6
/proc/3511/task/3519/stat : 3519 (java) S 3509 3511 6982 0 -1 4202560 327 0 0 0 582 7 0 0 20 0 22 0 347185623 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287469857576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3520] ppid=3509 vsize=2966184 CPUtime=5.86 cores=0,2,4,6
/proc/3511/task/3520/stat : 3520 (java) S 3509 3511 6982 0 -1 4202560 318 0 0 0 580 6 0 0 20 0 22 0 347185623 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287468805032 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3521] ppid=3509 vsize=2966184 CPUtime=5.61 cores=0,2,4,6
/proc/3511/task/3521/stat : 3521 (java) S 3509 3511 6982 0 -1 4202560 327 0 0 0 555 6 0 0 20 0 22 0 347185623 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287467752488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3522] ppid=3509 vsize=2966184 CPUtime=8.57 cores=0,2,4,6
/proc/3511/task/3522/stat : 3522 (java) S 3509 3511 6982 0 -1 4202560 8405 0 0 0 810 47 0 0 20 0 22 0 347185625 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287337814120 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3523] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3523/stat : 3523 (java) S 3509 3511 6982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347185625 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287336760440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3524] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3524/stat : 3524 (java) S 3509 3511 6982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347185625 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287335707784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3525] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3525/stat : 3525 (java) S 3509 3511 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347185628 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287334656528 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3526] ppid=3509 vsize=2966184 CPUtime=1.98 cores=0,2,4,6
/proc/3511/task/3526/stat : 3526 (java) S 3509 3511 6982 0 -1 4202560 8956 0 0 0 196 2 0 0 20 0 22 0 347185628 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287333603896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3527] ppid=3509 vsize=2966184 CPUtime=1.31 cores=0,2,4,6
/proc/3511/task/3527/stat : 3527 (java) S 3509 3511 6982 0 -1 4202560 7475 0 0 0 129 2 0 0 20 0 22 0 347185628 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287332551352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3528] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3528/stat : 3528 (java) S 3509 3511 6982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347185628 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287331499000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3529] ppid=3509 vsize=2966184 CPUtime=0.3 cores=0,2,4,6
/proc/3511/task/3529/stat : 3529 (java) S 3509 3511 6982 0 -1 4202560 51 0 0 0 17 13 0 0 20 0 22 0 347185628 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287330446664 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3511/tid=3530] ppid=3509 vsize=2966184 CPUtime=870.65 cores=0,2,4,6
/proc/3511/task/3530/stat : 3530 (java) R 3509 3511 6982 0 -1 4202560 493 0 0 0 87045 20 0 0 20 0 22 0 347185694 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287329389648 140287339600500 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3511/tid=3531] ppid=3509 vsize=2966184 CPUtime=870.69 cores=0,2,4,6
/proc/3511/task/3531/stat : 3531 (java) R 3509 3511 6982 0 -1 4202560 524 0 0 0 87051 18 0 0 20 0 22 0 347185694 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287328336288 140287339863299 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3511/tid=3532] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3532/stat : 3532 (java) S 3509 3511 6982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347185701 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287327286312 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3511/tid=3533] ppid=3509 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3511/task/3533/stat : 3533 (java) S 3509 3511 6982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347185701 3037372416 194553 33554432000 1073741824 1073778376 140735242110400 140287326233768 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 2966184

Child status: 143
Real time (s): 893.366
CPU time (s): 1801.31
CPU user time (s): 1799.57
CPU system time (s): 1.74273
CPU usage (%): 201.632
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.57
system time used= 1.74273
maximum resident set size= 782468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32591
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44005
involuntary context switches= 77278

runsolver used 3.17052 second user time and 7.67483 second system time

The end

Launcher Data

Begin job on node104 at 2012-06-04 13:49:31
IDJOB=3744520
IDBENCH=92768
IDSOLVER=2324
FILE ID=node104/3744520-1338810571
RUNJOBID= node104-1338804170-1996
PBS_JOBID= 14636834
Free space on /tmp= 66432 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_0_ic.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744520-1338810571/watcher-3744520-1338810571 -o /tmp/evaluation-result-3744520-1338810571/solver-3744520-1338810571 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3744520-1338810571.opb

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

MD5SUM BENCH= 3ccb0020d438b0d41f96e5d1bc8e13b8
RANDOM SEED=45589680

node104.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.266
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.53
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.266
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.266
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.91
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.266
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.92
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.266
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.91
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.266
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.266
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.266
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        20664868 kB
Buffers:         3058044 kB
Cached:          7471772 kB
SwapCached:          708 kB
Active:          7927256 kB
Inactive:        3203648 kB
Active(anon):     582524 kB
Inactive(anon):     8092 kB
Active(file):    7344732 kB
Inactive(file):  3195556 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67105164 kB
Dirty:              3116 kB
Writeback:             0 kB
AnonPages:        595008 kB
Mapped:            22460 kB
Shmem:                 8 kB
Slab:             937676 kB
SReclaimable:     379384 kB
SUnreclaim:       558292 kB
KernelStack:        1608 kB
PageTables:         5496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1564844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    538624 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= 66432 MiB
End job on node104 at 2012-06-04 14:04:26