Trace number 3741173

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) 1800.19 919.947

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-122.opb
MD5SUM45533d52c524a74641c715d4320b890b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48411
Total number of constraints1121517
Number of constraints which are clauses1007723
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint2
Maximum length of a constraint690
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.2.0.v20100531
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		1349517296
0.00/0.09	c Max memory 		1356595200
0.00/0.09	c Total memory 		1356595200
0.00/0.09	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization
0.07/0.12	c ManyCore solver with 2 solvers running in parallel
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c Expensive reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	
0.07/0.12	c solving HOME/instance-3741173-1338762238.opb
0.07/0.12	c reading problem ... 
12.54/8.18	c ... done. Wall clock time 8.056s.
12.54/8.18	c #vars     48411
12.54/8.18	c #constraints  1123290
12.54/8.18	c constraints type 
12.54/8.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 773682
12.54/8.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
12.54/8.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 235813
12.54/8.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110271
12.54/8.18	c constraints type 
12.54/8.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 235813
12.54/8.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 773682
12.54/8.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3524
12.54/8.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110271
43.92/22.74	c cleaning 2485 clauses out of 5001 with flag 5001/5001
79.20/40.63	c cleaning 4249 clauses out of 8516 with flag 11001/11001
107.02/54.89	c cleaning 0 clauses out of 5000 with flag 0/5000
117.79/60.55	c cleaning 5572 clauses out of 11266 with flag 18000/18000
122.00/63.33	c cleaning 0 clauses out of 11001 with flag 0/11001
139.78/72.66	c cleaning 0 clauses out of 18000 with flag 0/18000
150.88/78.65	c cleaning 6832 clauses out of 13694 with flag 26000/26000
162.34/84.88	c cleaning 0 clauses out of 26001 with flag 0/26001
191.14/99.82	c cleaning 7892 clauses out of 15862 with flag 35000/35000
192.72/101.15	c cleaning 0 clauses out of 35000 with flag 0/35000
228.32/119.36	c cleaning 0 clauses out of 45000 with flag 0/45000
236.32/123.82	c cleaning 8917 clauses out of 17972 with flag 45002/45002
278.74/145.65	c cleaning 0 clauses out of 56002 with flag 0/56002
282.52/148.09	c cleaning 9996 clauses out of 20053 with flag 56000/56000
318.03/166.22	c cleaning 11017 clauses out of 22058 with flag 68001/68001
333.04/174.20	c cleaning 0 clauses out of 68002 with flag 0/68002
351.67/184.25	c cleaning 11993 clauses out of 24044 with flag 81004/81004
377.98/197.89	c cleaning 13011 clauses out of 26048 with flag 95001/95001
408.88/213.76	c cleaning 0 clauses out of 81002 with flag 0/81002
421.68/220.69	c cleaning 14004 clauses out of 28039 with flag 110003/110003
465.20/243.08	c cleaning 14997 clauses out of 30035 with flag 126003/126003
488.85/255.31	c cleaning 0 clauses out of 95001 with flag 0/95001
510.56/266.63	c cleaning 15990 clauses out of 32040 with flag 143005/143005
589.77/306.03	c cleaning 0 clauses out of 110000 with flag 0/110000
604.44/314.17	c cleaning 16988 clauses out of 34047 with flag 161002/161002
682.11/353.08	c cleaning 18001 clauses out of 36057 with flag 180000/180000
711.80/368.32	c cleaning 0 clauses out of 126002 with flag 0/126002
748.51/387.11	c cleaning 19002 clauses out of 38057 with flag 200001/200001
802.12/414.63	c cleaning 19973 clauses out of 40057 with flag 221003/221003
822.29/425.20	c cleaning 0 clauses out of 143000 with flag 0/143000
854.61/441.83	c cleaning 20987 clauses out of 42081 with flag 243000/243000
907.71/468.77	c cleaning 21999 clauses out of 44095 with flag 266001/266001
952.09/491.51	c cleaning 0 clauses out of 161002 with flag 0/161002
964.63/498.34	c cleaning 23002 clauses out of 46095 with flag 290000/290000
1026.37/529.58	c cleaning 23987 clauses out of 48093 with flag 315000/315000
1112.72/572.82	c cleaning 0 clauses out of 180000 with flag 0/180000
1146.19/590.37	c cleaning 24989 clauses out of 50109 with flag 341003/341003
1235.85/635.41	c cleaning 25883 clauses out of 52117 with flag 368000/368000
1312.28/673.69	c cleaning 0 clauses out of 200003 with flag 0/200003
1381.38/708.33	c cleaning 27072 clauses out of 54234 with flag 396000/396000
1480.85/758.63	c cleaning 28035 clauses out of 56163 with flag 425001/425001
1529.34/783.33	c cleaning 0 clauses out of 221000 with flag 0/221000
1576.43/807.20	c cleaning 29028 clauses out of 58130 with flag 455003/455003
1722.75/880.33	c cleaning 29737 clauses out of 60099 with flag 486000/486000
1730.92/885.21	c cleaning 0 clauses out of 243000 with flag 0/243000
1800.19/919.91	c starts		: 152
1800.19/919.91	c conflicts		: 494713
1800.19/919.91	c decisions		: 11898715
1800.19/919.91	c propagations		: 865351338
1800.19/919.91	c inspects		: 3886615771
1800.19/919.91	c learnt literals	: 0
1800.19/919.91	c learnt binary clauses	: 575
1800.19/919.91	c learnt ternary clauses	: 1208
1800.19/919.91	c learnt clauses	: 494713
1800.19/919.91	c ignored clauses	: 0
1800.19/919.91	c root simplifications	: 0
1800.19/919.91	c removed literals (reason simplification)	: 10172568
1800.19/919.91	c reason swapping (by a shorter reason)	: 0
1800.19/919.91	c Calls to reduceDB	: 27
1800.19/919.91	c number of reductions to clauses (during analyze)	: 0
1800.19/919.91	c number of learned constraints concerned by reduction	: 0
1800.19/919.91	c number of learning phase by resolution	: 0
1800.19/919.91	c number of learning phase by cutting planes	: 0
1800.19/919.91	c speed (assignments/second)	: 949127.6457826515
1800.19/919.91	c non guided choices	3008428
1800.19/919.93	c learnt constraints type 
1800.19/919.93	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 38500
1800.19/919.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 575
1800.19/919.93	c constraints type 
1800.19/919.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 773682
1800.19/919.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
1800.19/919.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 235813
1800.19/919.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110271
1800.19/919.93	c constraints type 
1800.19/919.93	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 235813
1800.19/919.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 773682
1800.19/919.93	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3524
1800.19/919.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110271
1800.19/919.93	s UNKNOWN
1800.19/919.93	c Total wall clock time (in seconds): 919.812

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-3741173-1338762238/watcher-3741173-1338762238 -o /tmp/evaluation-result-3741173-1338762238/solver-3741173-1338762238 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741173-1338762238.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.85 3.88 3.65 4/199 25934
/proc/meminfo: memFree=27695428/32873844 swapFree=7620/7620
[pid=25934] ppid=25932 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25934/stat : 25934 (java6) D 25932 25934 19811 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 342348668 9515008 183 33554432000 1073741824 1073778376 140733756065264 140733756056296 215124623029 0 0 4096 0 18446744072100748580 0 0 17 5 0 0 0 0 0
/proc/25934/statm: 2323 183 140 9 0 71 0

[startup+0.100039 s]
/proc/loadavg: 3.85 3.88 3.65 4/199 25934
/proc/meminfo: memFree=27695428/32873844 swapFree=7620/7620
[pid=25934] ppid=25932 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/25934/stat : 25934 (java) S 25932 25934 19811 0 -1 4202496 4132 0 1 0 7 0 0 0 20 0 18 0 342348668 2764726272 5851 33554432000 1073741824 1073778376 140737094975904 140737094967040 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25934/statm: 674982 5851 1933 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.200283 s]
/proc/loadavg: 3.85 3.88 3.65 4/199 25934
/proc/meminfo: memFree=27695428/32873844 swapFree=7620/7620
[pid=25934] ppid=25932 vsize=2699928 CPUtime=0.23 cores=1,3,5,7
/proc/25934/stat : 25934 (java) S 25932 25934 19811 0 -1 4202496 5014 0 1 0 22 1 0 0 20 0 18 0 342348668 2764726272 8198 33554432000 1073741824 1073778376 140737094975904 140737094967040 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25934/statm: 674982 8198 2183 9 0 665676 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 2699928

[startup+0.300329 s]
/proc/loadavg: 3.85 3.88 3.65 4/199 25934
/proc/meminfo: memFree=27695428/32873844 swapFree=7620/7620
[pid=25934] ppid=25932 vsize=2699928 CPUtime=0.46 cores=1,3,5,7
/proc/25934/stat : 25934 (java) S 25932 25934 19811 0 -1 4202496 5769 0 1 0 45 1 0 0 20 0 18 0 342348668 2764726272 10228 33554432000 1073741824 1073778376 140737094975904 140737094967040 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25934/statm: 674982 10228 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2699928

[startup+0.700323 s]
/proc/loadavg: 3.85 3.88 3.65 4/199 25934
/proc/meminfo: memFree=27695428/32873844 swapFree=7620/7620
[pid=25934] ppid=25932 vsize=2699928 CPUtime=1.26 cores=1,3,5,7
/proc/25934/stat : 25934 (java) S 25932 25934 19811 0 -1 4202496 12076 0 1 0 121 5 0 0 20 0 18 0 342348668 2764726272 57607 33554432000 1073741824 1073778376 140737094975904 140737094967040 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25934/statm: 674982 57607 2232 9 0 665676 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 2699928

[startup+1.50071 s]
/proc/loadavg: 3.85 3.88 3.65 4/217 25952
/proc/meminfo: memFree=27296624/32873844 swapFree=7620/7620
[pid=25934] ppid=25932 vsize=2699928 CPUtime=2.37 cores=1,3,5,7
/proc/25934/stat : 25934 (java) S 25932 25934 19811 0 -1 4202496 12456 0 1 0 219 18 0 0 20 0 18 0 342348668 2764726272 111400 33554432000 1073741824 1073778376 140737094975904 140737094967040 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25934/statm: 674982 111400 2248 9 0 665676 0
[pid=25934/tid=25936] ppid=25932 vsize=2699928 CPUtime=1.37 cores=1,3,5,7
/proc/25934/task/25936/stat : 25936 (java) S 25932 25934 19811 0 -1 4202560 2958 0 1 0 129 8 0 0 20 0 18 0 342348669 2764726272 111400 33554432000 1073741824 1073778376 140737094975904 139753080901144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25934/tid=25937] ppid=25932 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/25934/task/25937/stat : 25937 (java) R 25932 25934 19811 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 342348670 2764726272 111400 33554432000 1073741824 1073778376 140737094975904 139753069963736 139753087798176 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25938] ppid=25932 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/25934/task/25938/stat : 25938 (java) R 25932 25934 19811 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 342348670 2764726272 111400 33554432000 1073741824 1073778376 140737094975904 139752946202968 139753087798188 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25934/tid=25939] ppid=25932 vsize=2699928 CPUtime=0.04 cores=1,3,5,7
/proc/25934/task/25939/stat : 25939 (java) R 25932 25934 19811 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 18 0 342348670 2764726272 111400 33554432000 1073741824 1073778376 140737094975904 139752945150384 139753085063809 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25934/tid=25940] ppid=25932 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/25934/task/25940/stat : 25940 (java) R 25932 25934 19811 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 342348670 2764726272 111400 33554432000 1073741824 1073778376 140737094975904 139752944097880 139753085077679 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25934/tid=25941] ppid=25932 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/25934/task/25941/stat : 25941 (java) R 25932 25934 19811 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 18 0 342348670 2764726272 111400 33554432000 1073741824 1073778376 140737094975904 139752943045592 139753085063959 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25934/tid=25942] ppid=25932 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/25934/task/25942/stat : 25942 (java) R 25932 25934 19811 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 342348670 2764726272 111400 33554432000 1073741824 1073778376 140737094975904 139752941992792 139753085077679 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25934/tid=25943] ppid=25932 vsize=2699928 CPUtime=0.05 cores=1,3,5,7
/proc/25934/task/25943/stat : 25943 (java) R 25932 25934 19811 0 -1 4202560 25 0 0 0 3 2 0 0 20 0 18 0 342348670 2764726272 111400 33554432000 1073741824 1073778376 140737094975904 139752940940328 139753083373299 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25934/tid=25944] ppid=25932 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/25934/task/25944/stat : 25944 (java) R 25932 25934 19811 0 -1 4202560 16 0 0 0 1 1 0 0 20 0 18 0 342348670 2764726272 111400 33554432000 1073741824 1073778376 140737094975904 139752939887704 139753087798188 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25945] ppid=25932 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25945/stat : 25945 (java) S 25932 25934 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342348672 2764726272 111400 33554432000 1073741824 1073778376 140737094975904 139752457073800 215127995452 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25946] ppid=25932 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25946/stat : 25946 (java) S 25932 25934 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342348672 2764726272 111400 33554432000 1073741824 1073778376 140737094975904 139752456020984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25947] ppid=25932 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25947/stat : 25947 (java) S 25932 25934 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342348672 2764726272 111400 33554432000 1073741824 1073778376 140737094975904 139752454968584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25948] ppid=25932 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25948/stat : 25948 (java) S 25932 25934 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342348675 2764726272 111400 33554432000 1073741824 1073778376 140737094975904 139752453917072 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25949] ppid=25932 vsize=2699928 CPUtime=0.29 cores=1,3,5,7
/proc/25934/task/25949/stat : 25949 (java) S 25932 25934 19811 0 -1 4202560 4151 0 0 0 29 0 0 0 20 0 18 0 342348675 2764726272 111400 33554432000 1073741824 1073778376 140737094975904 139752452864696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25950] ppid=25932 vsize=2699928 CPUtime=0.32 cores=1,3,5,7
/proc/25934/task/25950/stat : 25950 (java) S 25932 25934 19811 0 -1 4202560 4026 0 0 0 32 0 0 0 20 0 18 0 342348675 2764726272 111400 33554432000 1073741824 1073778376 140737094975904 139752451811896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25934/tid=25951] ppid=25932 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25951/stat : 25951 (java) S 25932 25934 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342348675 2764726272 111400 33554432000 1073741824 1073778376 140737094975904 139752450759800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25934/tid=25952] ppid=25932 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25952/stat : 25952 (java) S 25932 25934 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342348675 2764726272 111400 33554432000 1073741824 1073778376 140737094975904 139752449707208 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 2699928

[startup+3.10079 s]
/proc/loadavg: 3.85 3.88 3.65 4/217 25952
/proc/meminfo: memFree=27216256/32873844 swapFree=7620/7620
[pid=25934] ppid=25932 vsize=2699928 CPUtime=4.57 cores=1,3,5,7
/proc/25934/stat : 25934 (java) S 25932 25934 19811 0 -1 4202496 12685 0 1 0 425 32 0 0 20 0 18 0 342348668 2764726272 130375 33554432000 1073741824 1073778376 140737094975904 140737094967040 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25934/statm: 674982 130375 2248 9 0 665676 0
[pid=25934/tid=25936] ppid=25932 vsize=2699928 CPUtime=2.78 cores=1,3,5,7
/proc/25934/task/25936/stat : 25936 (java) R 25932 25934 19811 0 -1 4202560 2961 0 1 0 270 8 0 0 20 0 18 0 342348669 2764726272 130375 33554432000 1073741824 1073778376 140737094975904 139753080893424 139752951400621 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25934/tid=25937] ppid=25932 vsize=2699928 CPUtime=0.15 cores=1,3,5,7
/proc/25934/task/25937/stat : 25937 (java) S 25932 25934 19811 0 -1 4202560 46 0 0 0 11 4 0 0 20 0 18 0 342348670 2764726272 130375 33554432000 1073741824 1073778376 140737094975904 139753069963560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25934/tid=25938] ppid=25932 vsize=2699928 CPUtime=0.14 cores=1,3,5,7
/proc/25934/task/25938/stat : 25938 (java) S 25932 25934 19811 0 -1 4202560 41 0 0 0 10 4 0 0 20 0 18 0 342348670 2764726272 130375 33554432000 1073741824 1073778376 140737094975904 139752946202792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25934/tid=25939] ppid=25932 vsize=2699928 CPUtime=0.12 cores=1,3,5,7
/proc/25934/task/25939/stat : 25939 (java) S 25932 25934 19811 0 -1 4202560 38 0 0 0 9 3 0 0 20 0 18 0 342348670 2764726272 130375 33554432000 1073741824 1073778376 140737094975904 139752945150504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25940] ppid=25932 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/25934/task/25940/stat : 25940 (java) S 25932 25934 19811 0 -1 4202560 40 0 0 0 8 3 0 0 20 0 18 0 342348670 2764726272 130375 33554432000 1073741824 1073778376 140737094975904 139752944097704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25934/tid=25941] ppid=25932 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/25934/task/25941/stat : 25941 (java) S 25932 25934 19811 0 -1 4202560 35 0 0 0 7 3 0 0 20 0 18 0 342348670 2764726272 130375 33554432000 1073741824 1073778376 140737094975904 139752943045416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25934/tid=25942] ppid=25932 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/25934/task/25942/stat : 25942 (java) S 25932 25934 19811 0 -1 4202560 33 0 0 0 7 2 0 0 20 0 18 0 342348670 2764726272 130375 33554432000 1073741824 1073778376 140737094975904 139752941992616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25934/tid=25943] ppid=25932 vsize=2699928 CPUtime=0.15 cores=1,3,5,7
/proc/25934/task/25943/stat : 25943 (java) S 25932 25934 19811 0 -1 4202560 51 0 0 0 11 4 0 0 20 0 18 0 342348670 2764726272 130375 33554432000 1073741824 1073778376 140737094975904 139752940940328 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25934/tid=25944] ppid=25932 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/25934/task/25944/stat : 25944 (java) S 25932 25934 19811 0 -1 4202560 35 0 0 0 9 2 0 0 20 0 18 0 342348670 2764726272 130375 33554432000 1073741824 1073778376 140737094975904 139752939887528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25934/tid=25945] ppid=25932 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25945/stat : 25945 (java) S 25932 25934 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342348672 2764726272 130375 33554432000 1073741824 1073778376 140737094975904 139752457074920 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25934/tid=25946] ppid=25932 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25946/stat : 25946 (java) S 25932 25934 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342348672 2764726272 130375 33554432000 1073741824 1073778376 140737094975904 139752456020984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25947] ppid=25932 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25947/stat : 25947 (java) S 25932 25934 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342348672 2764726272 130375 33554432000 1073741824 1073778376 140737094975904 139752454968584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25948] ppid=25932 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25948/stat : 25948 (java) S 25932 25934 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342348675 2764726272 130375 33554432000 1073741824 1073778376 140737094975904 139752453917072 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25949] ppid=25932 vsize=2699928 CPUtime=0.3 cores=1,3,5,7
/proc/25934/task/25949/stat : 25949 (java) S 25932 25934 19811 0 -1 4202560 4154 0 0 0 30 0 0 0 20 0 18 0 342348675 2764726272 130375 33554432000 1073741824 1073778376 140737094975904 139752452864696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25950] ppid=25932 vsize=2699928 CPUtime=0.36 cores=1,3,5,7
/proc/25934/task/25950/stat : 25950 (java) S 25932 25934 19811 0 -1 4202560 4070 0 0 0 36 0 0 0 20 0 18 0 342348675 2764726272 130375 33554432000 1073741824 1073778376 140737094975904 139752451811896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25934/tid=25951] ppid=25932 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25951/stat : 25951 (java) S 25932 25934 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342348675 2764726272 130375 33554432000 1073741824 1073778376 140737094975904 139752450759800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25934/tid=25952] ppid=25932 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25952/stat : 25952 (java) S 25932 25934 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342348675 2764726272 130375 33554432000 1073741824 1073778376 140737094975904 139752449707208 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 2699928

[startup+6.30774 s]
/proc/loadavg: 3.78 3.87 3.65 4/217 25952
/proc/meminfo: memFree=27018120/32873844 swapFree=7620/7620
[pid=25934] ppid=25932 vsize=2699928 CPUtime=9.96 cores=1,3,5,7
/proc/25934/stat : 25934 (java) S 25932 25934 19811 0 -1 4202496 13865 0 1 0 942 54 0 0 20 0 18 0 342348668 2764726272 171517 33554432000 1073741824 1073778376 140737094975904 140737094967040 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25934/statm: 674982 171517 2248 9 0 665676 0
[pid=25934/tid=25936] ppid=25932 vsize=2699928 CPUtime=5.22 cores=1,3,5,7
/proc/25934/task/25936/stat : 25936 (java) R 25932 25934 19811 0 -1 4202560 2970 0 1 0 513 9 0 0 20 0 18 0 342348669 2764726272 171517 33554432000 1073741824 1073778376 140737094975904 139753080893440 215128007949 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25934/tid=25937] ppid=25932 vsize=2699928 CPUtime=0.56 cores=1,3,5,7
/proc/25934/task/25937/stat : 25937 (java) S 25932 25934 19811 0 -1 4202560 125 0 0 0 50 6 0 0 20 0 18 0 342348670 2764726272 171517 33554432000 1073741824 1073778376 140737094975904 139753069963560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25938] ppid=25932 vsize=2699928 CPUtime=0.57 cores=1,3,5,7
/proc/25934/task/25938/stat : 25938 (java) S 25932 25934 19811 0 -1 4202560 329 0 0 0 51 6 0 0 20 0 18 0 342348670 2764726272 171517 33554432000 1073741824 1073778376 140737094975904 139752946202792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25939] ppid=25932 vsize=2699928 CPUtime=0.47 cores=1,3,5,7
/proc/25934/task/25939/stat : 25939 (java) S 25932 25934 19811 0 -1 4202560 79 0 0 0 43 4 0 0 20 0 18 0 342348670 2764726272 171517 33554432000 1073741824 1073778376 140737094975904 139752945150504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25940] ppid=25932 vsize=2699928 CPUtime=0.41 cores=1,3,5,7
/proc/25934/task/25940/stat : 25940 (java) S 25932 25934 19811 0 -1 4202560 108 0 0 0 36 5 0 0 20 0 18 0 342348670 2764726272 171517 33554432000 1073741824 1073778376 140737094975904 139752944097704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25941] ppid=25932 vsize=2699928 CPUtime=0.48 cores=1,3,5,7
/proc/25934/task/25941/stat : 25941 (java) S 25932 25934 19811 0 -1 4202560 141 0 0 0 43 5 0 0 20 0 18 0 342348670 2764726272 171517 33554432000 1073741824 1073778376 140737094975904 139752943045416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25934/tid=25942] ppid=25932 vsize=2699928 CPUtime=0.52 cores=1,3,5,7
/proc/25934/task/25942/stat : 25942 (java) S 25932 25934 19811 0 -1 4202560 372 0 0 0 48 4 0 0 20 0 18 0 342348670 2764726272 171517 33554432000 1073741824 1073778376 140737094975904 139752941992616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25934/tid=25943] ppid=25932 vsize=2699928 CPUtime=0.47 cores=1,3,5,7
/proc/25934/task/25943/stat : 25943 (java) S 25932 25934 19811 0 -1 4202560 185 0 0 0 40 7 0 0 20 0 18 0 342348670 2764726272 171517 33554432000 1073741824 1073778376 140737094975904 139752940940328 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25934/tid=25944] ppid=25932 vsize=2699928 CPUtime=0.41 cores=1,3,5,7
/proc/25934/task/25944/stat : 25944 (java) S 25932 25934 19811 0 -1 4202560 151 0 0 0 36 5 0 0 20 0 18 0 342348670 2764726272 171517 33554432000 1073741824 1073778376 140737094975904 139752939887528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25934/tid=25945] ppid=25932 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25945/stat : 25945 (java) S 25932 25934 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342348672 2764726272 171517 33554432000 1073741824 1073778376 140737094975904 139752457074920 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25934/tid=25946] ppid=25932 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25946/stat : 25946 (java) S 25932 25934 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342348672 2764726272 171517 33554432000 1073741824 1073778376 140737094975904 139752456020984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25947] ppid=25932 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25947/stat : 25947 (java) S 25932 25934 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342348672 2764726272 171517 33554432000 1073741824 1073778376 140737094975904 139752454968584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25948] ppid=25932 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25948/stat : 25948 (java) S 25932 25934 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342348675 2764726272 171517 33554432000 1073741824 1073778376 140737094975904 139752453917072 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25949] ppid=25932 vsize=2699928 CPUtime=0.3 cores=1,3,5,7
/proc/25934/task/25949/stat : 25949 (java) S 25932 25934 19811 0 -1 4202560 4154 0 0 0 30 0 0 0 20 0 18 0 342348675 2764726272 171517 33554432000 1073741824 1073778376 140737094975904 139752452864696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25950] ppid=25932 vsize=2699928 CPUtime=0.36 cores=1,3,5,7
/proc/25934/task/25950/stat : 25950 (java) S 25932 25934 19811 0 -1 4202560 4070 0 0 0 36 0 0 0 20 0 18 0 342348675 2764726272 171517 33554432000 1073741824 1073778376 140737094975904 139752451811896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25934/tid=25951] ppid=25932 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25951/stat : 25951 (java) S 25932 25934 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342348675 2764726272 171517 33554432000 1073741824 1073778376 140737094975904 139752450759800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25934/tid=25952] ppid=25932 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25952/stat : 25952 (java) S 25932 25934 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342348675 2764726272 171517 33554432000 1073741824 1073778376 140737094975904 139752449707208 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 9.96
Current children cumulated vsize (KiB) 2699928

[startup+12.7009 s]
/proc/loadavg: 4.04 3.92 3.67 5/221 25956
/proc/meminfo: memFree=26875432/32873844 swapFree=7620/7620
[pid=25934] ppid=25932 vsize=2966184 CPUtime=23.33 cores=1,3,5,7
/proc/25934/stat : 25934 (java) S 25932 25934 19811 0 -1 4202496 23660 0 1 0 2263 70 0 0 20 0 22 0 342348668 3037372416 207509 33554432000 1073741824 1073778376 140737094975904 140737094967040 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25934/statm: 741546 207509 2268 9 0 732240 0
[pid=25934/tid=25936] ppid=25932 vsize=2966184 CPUtime=6.82 cores=1,3,5,7

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

/proc/25934/statm: 741546 273945 2282 9 0 732240 0
[pid=25934/tid=25936] ppid=25932 vsize=2966184 CPUtime=6.85 cores=1,3,5,7
/proc/25934/task/25936/stat : 25936 (java) S 25932 25934 19811 0 -1 4202560 3026 0 1 0 675 10 0 0 20 0 22 0 342348669 3037372416 273945 33554432000 1073741824 1073778376 140737094975904 139753080902808 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25934/tid=25937] ppid=25932 vsize=2966184 CPUtime=5.11 cores=1,3,5,7
/proc/25934/task/25937/stat : 25937 (java) S 25932 25934 19811 0 -1 4202560 402 0 0 0 497 14 0 0 20 0 22 0 342348670 3037372416 273945 33554432000 1073741824 1073778376 140737094975904 139753069963560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25934/tid=25938] ppid=25932 vsize=2966184 CPUtime=5.39 cores=1,3,5,7
/proc/25934/task/25938/stat : 25938 (java) S 25932 25934 19811 0 -1 4202560 405 0 0 0 524 15 0 0 20 0 22 0 342348670 3037372416 273945 33554432000 1073741824 1073778376 140737094975904 139752946202792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25934/tid=25939] ppid=25932 vsize=2966184 CPUtime=5 cores=1,3,5,7
/proc/25934/task/25939/stat : 25939 (java) S 25932 25934 19811 0 -1 4202560 374 0 0 0 489 11 0 0 20 0 22 0 342348670 3037372416 273945 33554432000 1073741824 1073778376 140737094975904 139752945150504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25934/tid=25940] ppid=25932 vsize=2966184 CPUtime=5.06 cores=1,3,5,7
/proc/25934/task/25940/stat : 25940 (java) S 25932 25934 19811 0 -1 4202560 397 0 0 0 494 12 0 0 20 0 22 0 342348670 3037372416 273945 33554432000 1073741824 1073778376 140737094975904 139752944097704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25941] ppid=25932 vsize=2966184 CPUtime=5.32 cores=1,3,5,7
/proc/25934/task/25941/stat : 25941 (java) S 25932 25934 19811 0 -1 4202560 380 0 0 0 519 13 0 0 20 0 22 0 342348670 3037372416 273945 33554432000 1073741824 1073778376 140737094975904 139752943045416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25942] ppid=25932 vsize=2966184 CPUtime=5.42 cores=1,3,5,7
/proc/25934/task/25942/stat : 25942 (java) S 25932 25934 19811 0 -1 4202560 450 0 0 0 530 12 0 0 20 0 22 0 342348670 3037372416 273945 33554432000 1073741824 1073778376 140737094975904 139752941992616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25934/tid=25943] ppid=25932 vsize=2966184 CPUtime=5.28 cores=1,3,5,7
/proc/25934/task/25943/stat : 25943 (java) S 25932 25934 19811 0 -1 4202560 417 0 0 0 513 15 0 0 20 0 22 0 342348670 3037372416 273945 33554432000 1073741824 1073778376 140737094975904 139752940940328 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25934/tid=25944] ppid=25932 vsize=2966184 CPUtime=5.02 cores=1,3,5,7
/proc/25934/task/25944/stat : 25944 (java) S 25932 25934 19811 0 -1 4202560 383 0 0 0 490 12 0 0 20 0 22 0 342348670 3037372416 273945 33554432000 1073741824 1073778376 140737094975904 139752939887528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25945] ppid=25932 vsize=2966184 CPUtime=53.65 cores=1,3,5,7
/proc/25934/task/25945/stat : 25945 (java) S 25932 25934 19811 0 -1 4202560 226795 0 0 0 5286 79 0 0 20 0 22 0 342348672 3037372416 273945 33554432000 1073741824 1073778376 140737094975904 139752457074920 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25934/tid=25946] ppid=25932 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25946/stat : 25946 (java) S 25932 25934 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342348672 3037372416 273945 33554432000 1073741824 1073778376 140737094975904 139752456020984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25934/tid=25947] ppid=25932 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25947/stat : 25947 (java) S 25932 25934 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342348672 3037372416 273945 33554432000 1073741824 1073778376 140737094975904 139752454968584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25948] ppid=25932 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25948/stat : 25948 (java) S 25932 25934 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342348675 3037372416 273945 33554432000 1073741824 1073778376 140737094975904 139752453917072 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25949] ppid=25932 vsize=2966184 CPUtime=1.23 cores=1,3,5,7
/proc/25934/task/25949/stat : 25949 (java) S 25932 25934 19811 0 -1 4202560 9174 0 0 0 121 2 0 0 20 0 22 0 342348675 3037372416 273945 33554432000 1073741824 1073778376 140737094975904 139752452864696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25934/tid=25950] ppid=25932 vsize=2966184 CPUtime=1.35 cores=1,3,5,7
/proc/25934/task/25950/stat : 25950 (java) S 25932 25934 19811 0 -1 4202560 9981 0 0 0 133 2 0 0 20 0 22 0 342348675 3037372416 273945 33554432000 1073741824 1073778376 140737094975904 139752451811896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25951] ppid=25932 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25951/stat : 25951 (java) S 25932 25934 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342348675 3037372416 273945 33554432000 1073741824 1073778376 140737094975904 139752450759800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25934/tid=25952] ppid=25932 vsize=2966184 CPUtime=0.46 cores=1,3,5,7
/proc/25934/task/25952/stat : 25952 (java) S 25932 25934 19811 0 -1 4202560 51 0 0 0 23 23 0 0 20 0 22 0 342348675 3037372416 273945 33554432000 1073741824 1073778376 140737094975904 139752449707208 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25953] ppid=25932 vsize=2966184 CPUtime=807.89 cores=1,3,5,7
/proc/25934/task/25953/stat : 25953 (java) R 25932 25934 19811 0 -1 4202560 225 0 0 0 80776 13 0 0 20 0 22 0 342349486 3037372416 273945 33554432000 1073741824 1073778376 140737094975904 139752448651576 139752951798299 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25934/tid=25954] ppid=25932 vsize=2966184 CPUtime=807.78 cores=1,3,5,7
/proc/25934/task/25954/stat : 25954 (java) R 25932 25934 19811 0 -1 4202560 314 0 0 0 80765 13 0 0 20 0 22 0 342349486 3037372416 273945 33554432000 1073741824 1073778376 140737094975904 139752447596960 139752951862927 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25955] ppid=25932 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25955/stat : 25955 (java) S 25932 25934 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342349489 3037372416 273945 33554432000 1073741824 1073778376 140737094975904 139752446547112 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25934/tid=25956] ppid=25932 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25956/stat : 25956 (java) S 25932 25934 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342349489 3037372416 273945 33554432000 1073741824 1073778376 140737094975904 139752445494312 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1725.05
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+919.901 s]
/proc/loadavg: 4.08 4.04 3.88 5/221 26024
/proc/meminfo: memFree=26898432/32873844 swapFree=7620/7620
[pid=25934] ppid=25932 vsize=2966184 CPUtime=1800.19 cores=1,3,5,7
/proc/25934/stat : 25934 (java) S 25932 25934 19811 0 -1 4202496 258780 0 1 0 179799 220 0 0 20 0 22 0 342348668 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 140737094967040 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25934/statm: 741546 274109 2282 9 0 732240 0
[pid=25934/tid=25936] ppid=25932 vsize=2966184 CPUtime=6.86 cores=1,3,5,7
/proc/25934/task/25936/stat : 25936 (java) S 25932 25934 19811 0 -1 4202560 3027 0 1 0 675 11 0 0 20 0 22 0 342348669 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139753080902808 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25934/tid=25937] ppid=25932 vsize=2966184 CPUtime=5.4 cores=1,3,5,7
/proc/25934/task/25937/stat : 25937 (java) S 25932 25934 19811 0 -1 4202560 402 0 0 0 526 14 0 0 20 0 22 0 342348670 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139753069963560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25934/tid=25938] ppid=25932 vsize=2966184 CPUtime=5.74 cores=1,3,5,7
/proc/25934/task/25938/stat : 25938 (java) S 25932 25934 19811 0 -1 4202560 405 0 0 0 559 15 0 0 20 0 22 0 342348670 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752946202792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25939] ppid=25932 vsize=2966184 CPUtime=5.26 cores=1,3,5,7
/proc/25934/task/25939/stat : 25939 (java) S 25932 25934 19811 0 -1 4202560 374 0 0 0 515 11 0 0 20 0 22 0 342348670 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752945150504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25940] ppid=25932 vsize=2966184 CPUtime=5.37 cores=1,3,5,7
/proc/25934/task/25940/stat : 25940 (java) S 25932 25934 19811 0 -1 4202560 397 0 0 0 525 12 0 0 20 0 22 0 342348670 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752944097704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25934/tid=25941] ppid=25932 vsize=2966184 CPUtime=5.66 cores=1,3,5,7
/proc/25934/task/25941/stat : 25941 (java) S 25932 25934 19811 0 -1 4202560 380 0 0 0 553 13 0 0 20 0 22 0 342348670 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752943045416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25942] ppid=25932 vsize=2966184 CPUtime=5.74 cores=1,3,5,7
/proc/25934/task/25942/stat : 25942 (java) S 25932 25934 19811 0 -1 4202560 450 0 0 0 562 12 0 0 20 0 22 0 342348670 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752941992616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25943] ppid=25932 vsize=2966184 CPUtime=5.52 cores=1,3,5,7
/proc/25934/task/25943/stat : 25943 (java) S 25932 25934 19811 0 -1 4202560 417 0 0 0 537 15 0 0 20 0 22 0 342348670 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752940940328 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25934/tid=25944] ppid=25932 vsize=2966184 CPUtime=5.37 cores=1,3,5,7
/proc/25934/task/25944/stat : 25944 (java) S 25932 25934 19811 0 -1 4202560 383 0 0 0 525 12 0 0 20 0 22 0 342348670 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752939887528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25934/tid=25945] ppid=25932 vsize=2966184 CPUtime=54.85 cores=1,3,5,7
/proc/25934/task/25945/stat : 25945 (java) S 25932 25934 19811 0 -1 4202560 231593 0 0 0 5404 81 0 0 20 0 22 0 342348672 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752457074920 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25934/tid=25946] ppid=25932 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25946/stat : 25946 (java) S 25932 25934 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342348672 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752456020984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25934/tid=25947] ppid=25932 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25947/stat : 25947 (java) S 25932 25934 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342348672 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752454968584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25948] ppid=25932 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25948/stat : 25948 (java) S 25932 25934 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342348675 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752453917072 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25949] ppid=25932 vsize=2966184 CPUtime=1.23 cores=1,3,5,7
/proc/25934/task/25949/stat : 25949 (java) S 25932 25934 19811 0 -1 4202560 9174 0 0 0 121 2 0 0 20 0 22 0 342348675 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752452864696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25934/tid=25950] ppid=25932 vsize=2966184 CPUtime=1.35 cores=1,3,5,7
/proc/25934/task/25950/stat : 25950 (java) S 25932 25934 19811 0 -1 4202560 9981 0 0 0 133 2 0 0 20 0 22 0 342348675 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752451811896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25951] ppid=25932 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25951/stat : 25951 (java) S 25932 25934 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342348675 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752450759800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25934/tid=25952] ppid=25932 vsize=2966184 CPUtime=0.48 cores=1,3,5,7
/proc/25934/task/25952/stat : 25952 (java) S 25932 25934 19811 0 -1 4202560 53 0 0 0 24 24 0 0 20 0 22 0 342348675 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752449707208 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25953] ppid=25932 vsize=2966184 CPUtime=843.53 cores=1,3,5,7
/proc/25934/task/25953/stat : 25953 (java) R 25932 25934 19811 0 -1 4202560 237 0 0 0 84339 14 0 0 20 0 22 0 342349486 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752448650464 139752951752441 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25934/tid=25954] ppid=25932 vsize=2966184 CPUtime=843.42 cores=1,3,5,7
/proc/25934/task/25954/stat : 25954 (java) R 25932 25934 19811 0 -1 4202560 320 0 0 0 84329 13 0 0 20 0 22 0 342349486 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752447596960 139752951752441 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25934/tid=25955] ppid=25932 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25955/stat : 25955 (java) S 25932 25934 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342349489 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752446547112 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25934/tid=25956] ppid=25932 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25956/stat : 25956 (java) S 25932 25934 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342349489 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752445494312 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
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+919.901 s]
/proc/loadavg: 4.08 4.04 3.88 5/221 26024
/proc/meminfo: memFree=26898432/32873844 swapFree=7620/7620
[pid=25934] ppid=25932 vsize=2966184 CPUtime=1800.19 cores=1,3,5,7
/proc/25934/stat : 25934 (java) S 25932 25934 19811 0 -1 4202496 258780 0 1 0 179799 220 0 0 20 0 22 0 342348668 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 140737094967040 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25934/statm: 741546 274109 2282 9 0 732240 0
[pid=25934/tid=25936] ppid=25932 vsize=2966184 CPUtime=6.86 cores=1,3,5,7
/proc/25934/task/25936/stat : 25936 (java) S 25932 25934 19811 0 -1 4202560 3027 0 1 0 675 11 0 0 20 0 22 0 342348669 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139753080902808 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25934/tid=25937] ppid=25932 vsize=2966184 CPUtime=5.4 cores=1,3,5,7
/proc/25934/task/25937/stat : 25937 (java) S 25932 25934 19811 0 -1 4202560 402 0 0 0 526 14 0 0 20 0 22 0 342348670 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139753069963560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25934/tid=25938] ppid=25932 vsize=2966184 CPUtime=5.74 cores=1,3,5,7
/proc/25934/task/25938/stat : 25938 (java) S 25932 25934 19811 0 -1 4202560 405 0 0 0 559 15 0 0 20 0 22 0 342348670 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752946202792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25939] ppid=25932 vsize=2966184 CPUtime=5.26 cores=1,3,5,7
/proc/25934/task/25939/stat : 25939 (java) S 25932 25934 19811 0 -1 4202560 374 0 0 0 515 11 0 0 20 0 22 0 342348670 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752945150504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25940] ppid=25932 vsize=2966184 CPUtime=5.37 cores=1,3,5,7
/proc/25934/task/25940/stat : 25940 (java) S 25932 25934 19811 0 -1 4202560 397 0 0 0 525 12 0 0 20 0 22 0 342348670 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752944097704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25934/tid=25941] ppid=25932 vsize=2966184 CPUtime=5.66 cores=1,3,5,7
/proc/25934/task/25941/stat : 25941 (java) S 25932 25934 19811 0 -1 4202560 380 0 0 0 553 13 0 0 20 0 22 0 342348670 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752943045416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25942] ppid=25932 vsize=2966184 CPUtime=5.74 cores=1,3,5,7
/proc/25934/task/25942/stat : 25942 (java) S 25932 25934 19811 0 -1 4202560 450 0 0 0 562 12 0 0 20 0 22 0 342348670 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752941992616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25943] ppid=25932 vsize=2966184 CPUtime=5.52 cores=1,3,5,7
/proc/25934/task/25943/stat : 25943 (java) S 25932 25934 19811 0 -1 4202560 417 0 0 0 537 15 0 0 20 0 22 0 342348670 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752940940328 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25934/tid=25944] ppid=25932 vsize=2966184 CPUtime=5.37 cores=1,3,5,7
/proc/25934/task/25944/stat : 25944 (java) S 25932 25934 19811 0 -1 4202560 383 0 0 0 525 12 0 0 20 0 22 0 342348670 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752939887528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25934/tid=25945] ppid=25932 vsize=2966184 CPUtime=54.85 cores=1,3,5,7
/proc/25934/task/25945/stat : 25945 (java) S 25932 25934 19811 0 -1 4202560 231593 0 0 0 5404 81 0 0 20 0 22 0 342348672 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752457074920 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25934/tid=25946] ppid=25932 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25946/stat : 25946 (java) S 25932 25934 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342348672 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752456020984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25934/tid=25947] ppid=25932 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25947/stat : 25947 (java) S 25932 25934 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342348672 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752454968584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25948] ppid=25932 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25948/stat : 25948 (java) S 25932 25934 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342348675 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752453917072 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25949] ppid=25932 vsize=2966184 CPUtime=1.23 cores=1,3,5,7
/proc/25934/task/25949/stat : 25949 (java) S 25932 25934 19811 0 -1 4202560 9174 0 0 0 121 2 0 0 20 0 22 0 342348675 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752452864696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25934/tid=25950] ppid=25932 vsize=2966184 CPUtime=1.35 cores=1,3,5,7
/proc/25934/task/25950/stat : 25950 (java) S 25932 25934 19811 0 -1 4202560 9981 0 0 0 133 2 0 0 20 0 22 0 342348675 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752451811896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25951] ppid=25932 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25951/stat : 25951 (java) S 25932 25934 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342348675 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752450759800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25934/tid=25952] ppid=25932 vsize=2966184 CPUtime=0.48 cores=1,3,5,7
/proc/25934/task/25952/stat : 25952 (java) S 25932 25934 19811 0 -1 4202560 53 0 0 0 24 24 0 0 20 0 22 0 342348675 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752449707208 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25934/tid=25953] ppid=25932 vsize=2966184 CPUtime=843.53 cores=1,3,5,7
/proc/25934/task/25953/stat : 25953 (java) R 25932 25934 19811 0 -1 4202560 237 0 0 0 84339 14 0 0 20 0 22 0 342349486 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752448650464 139752951752441 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25934/tid=25954] ppid=25932 vsize=2966184 CPUtime=843.42 cores=1,3,5,7
/proc/25934/task/25954/stat : 25954 (java) R 25932 25934 19811 0 -1 4202560 320 0 0 0 84329 13 0 0 20 0 22 0 342349486 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752447596960 139752951752441 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25934/tid=25955] ppid=25932 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25955/stat : 25955 (java) S 25932 25934 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342349489 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752446547112 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25934/tid=25956] ppid=25932 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25934/task/25956/stat : 25956 (java) S 25932 25934 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342349489 3037372416 274109 33554432000 1073741824 1073778376 140737094975904 139752445494312 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 2966184

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25934 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=498346
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=672593
# CPU time returned by wait4() is 1796.17
# while last known CPU time is 1800.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 919.947
CPU time (s): 1800.19
CPU user time (s): 1797.99
CPU system time (s): 2.2
CPU usage (%): 195.684
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.5
system time used= 2.67259
maximum resident set size= 1115092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 258821
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36772
involuntary context switches= 73947

runsolver used 3.77143 second user time and 9.38257 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-04 00:23:59
IDJOB=3741173
IDBENCH=89800
IDSOLVER=2324
FILE ID=node135/3741173-1338762238
RUNJOBID= node135-1338747255-19828
PBS_JOBID= 14636778
Free space on /tmp= 70824 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-122.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741173-1338762238/watcher-3741173-1338762238 -o /tmp/evaluation-result-3741173-1338762238/solver-3741173-1338762238 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741173-1338762238.opb

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

MD5SUM BENCH= 45533d52c524a74641c715d4320b890b
RANDOM SEED=265627236

node135.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.820
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.64
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.820
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.57
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.820
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.55
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.820
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.55
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.820
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.54
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.820
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.55
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.820
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	: 5238.35
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.820
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:        27695940 kB
Buffers:          384028 kB
Cached:          2723616 kB
SwapCached:         1672 kB
Active:          2563912 kB
Inactive:        1759552 kB
Active(anon):    1206116 kB
Inactive(anon):    12036 kB
Active(file):    1357796 kB
Inactive(file):  1747516 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67105800 kB
Dirty:             50056 kB
Writeback:             0 kB
AnonPages:       1238476 kB
Mapped:            18724 kB
Shmem:               132 kB
Slab:             710848 kB
SReclaimable:     152516 kB
SUnreclaim:       558332 kB
KernelStack:        1704 kB
PageTables:         6552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1575772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1181696 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= 70900 MiB
End job on node135 at 2012-06-04 00:39:21