Trace number 3689434

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.58 924.053

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-129.opb
MD5SUM67d021e5b92124566c71fb431934058c
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 variables48368
Total number of constraints1121286
Number of constraints which are clauses1007481
Number of constraints which are cardinality constraints (but not clauses)3534
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint1
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3689434-1337882175.opb
0.08/0.13	c reading problem ... 
11.21/8.45	c ... done. Wall clock time 8.316s.
11.21/8.45	c declared #vars     48368
11.21/8.45	c #constraints  1117418
11.21/8.45	c constraints type 
11.21/8.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 767440
11.21/8.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 3523
11.21/8.45	c ignored satisfied constraints => 5652
11.21/8.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 236052
11.21/8.45	c org.sat4j.minisat.constraints.cnf.UnitClause => 132
11.21/8.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 110271
11.21/8.45	c 1123070 constraints processed.
11.21/8.45	c constraints type 
11.21/8.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 236052
11.21/8.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 767440
11.21/8.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3523
11.21/8.45	c ignored satisfied constraints => 5652
11.21/8.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110271
11.21/8.45	c org.sat4j.pb.constraints.pb.UnitClausePB => 132
11.21/8.45	c 1123070 constraints processed.
28.92/16.42	c cleaning 2474 clauses out of 5002 with flag 5002/5002
32.05/17.94	c cleaning 0 clauses out of 5002 with flag 0/5002
42.85/23.99	c cleaning 0 clauses out of 11000 with flag 0/11000
52.88/29.33	c cleaning 4233 clauses out of 8526 with flag 11000/11000
57.65/32.06	c cleaning 0 clauses out of 18000 with flag 0/18000
74.58/40.87	c cleaning 5560 clauses out of 11295 with flag 18002/18002
75.98/41.84	c cleaning 0 clauses out of 26002 with flag 0/26002
95.98/52.32	c cleaning 6867 clauses out of 13733 with flag 26000/26000
99.50/54.47	c cleaning 0 clauses out of 35000 with flag 0/35000
118.48/64.29	c cleaning 7919 clauses out of 15866 with flag 35000/35000
131.22/70.98	c cleaning 0 clauses out of 45000 with flag 0/45000
132.43/72.09	c cleaning 8968 clauses out of 17948 with flag 45001/45001
154.32/83.31	c cleaning 9922 clauses out of 19979 with flag 56000/56000
169.12/91.04	c cleaning 0 clauses out of 56001 with flag 0/56001
176.47/95.02	c cleaning 10960 clauses out of 22057 with flag 68000/68000
206.06/110.35	c cleaning 12000 clauses out of 24097 with flag 81000/81000
212.43/113.84	c cleaning 0 clauses out of 68000 with flag 0/68000
239.36/127.60	c cleaning 13002 clauses out of 26099 with flag 95002/95002
258.44/137.54	c cleaning 0 clauses out of 81000 with flag 0/81000
271.33/144.57	c cleaning 13989 clauses out of 28095 with flag 110000/110000
315.37/166.94	c cleaning 15009 clauses out of 30106 with flag 126000/126000
325.83/172.53	c cleaning 0 clauses out of 95000 with flag 0/95000
349.95/184.98	c cleaning 15991 clauses out of 32100 with flag 143003/143003
379.94/200.46	c cleaning 17001 clauses out of 34106 with flag 161000/161000
396.09/208.81	c cleaning 0 clauses out of 110001 with flag 0/110001
412.98/217.68	c cleaning 18020 clauses out of 36105 with flag 180000/180000
441.30/232.12	c cleaning 19003 clauses out of 38085 with flag 200000/200000
476.70/250.39	c cleaning 20019 clauses out of 40082 with flag 221000/221000
488.76/256.70	c cleaning 0 clauses out of 126001 with flag 0/126001
517.31/271.32	c cleaning 20946 clauses out of 42063 with flag 243000/243000
564.25/295.11	c cleaning 0 clauses out of 143000 with flag 0/143000
571.21/299.15	c cleaning 22036 clauses out of 44119 with flag 266002/266002
610.20/318.97	c cleaning 23002 clauses out of 46082 with flag 290001/290001
646.39/337.36	c cleaning 23998 clauses out of 48080 with flag 315001/315001
651.70/340.32	c cleaning 0 clauses out of 161002 with flag 0/161002
691.27/360.62	c cleaning 25000 clauses out of 50082 with flag 341001/341001
741.17/385.97	c cleaning 25994 clauses out of 52081 with flag 368000/368000
771.11/401.22	c cleaning 0 clauses out of 180000 with flag 0/180000
794.81/413.41	c cleaning 27006 clauses out of 54087 with flag 396000/396000
836.78/434.98	c cleaning 28001 clauses out of 56081 with flag 425000/425000
881.90/457.81	c cleaning 29005 clauses out of 58080 with flag 455000/455000
889.41/461.91	c cleaning 0 clauses out of 200000 with flag 0/200000
934.91/485.02	c cleaning 29858 clauses out of 60076 with flag 486001/486001
996.44/516.32	c cleaning 30595 clauses out of 62217 with flag 518000/518000
1017.96/527.47	c cleaning 0 clauses out of 221002 with flag 0/221002
1046.25/541.96	c cleaning 32298 clauses out of 64622 with flag 551000/551000
1115.75/577.02	c cleaning 33153 clauses out of 66327 with flag 585003/585003
1189.46/614.40	c cleaning 34052 clauses out of 68172 with flag 620001/620001
1192.92/616.55	c cleaning 0 clauses out of 243002 with flag 0/243002
1255.62/648.24	c cleaning 35015 clauses out of 70117 with flag 656001/656001
1340.13/690.81	c cleaning 36041 clauses out of 72103 with flag 693002/693002
1399.65/721.13	c cleaning 0 clauses out of 266002 with flag 0/266002
1417.70/730.51	c cleaning 36966 clauses out of 74057 with flag 731001/731001
1479.43/761.79	c cleaning 38040 clauses out of 76089 with flag 770000/770000
1542.72/793.71	c cleaning 39019 clauses out of 78049 with flag 810000/810000
1626.19/836.03	c cleaning 39997 clauses out of 80029 with flag 851000/851000
1632.66/839.66	c cleaning 0 clauses out of 290001 with flag 0/290001
1720.78/884.06	c cleaning 40968 clauses out of 82032 with flag 893000/893000
1800.09/924.01	c starts		: 171
1800.09/924.01	c conflicts		: 922485
1800.09/924.01	c decisions		: 19101052
1800.09/924.01	c propagations		: 1587227449
1800.09/924.01	c inspects		: 7330766794
1800.09/924.01	c shortcuts		: 0
1800.09/924.01	c learnt literals	: 9
1800.09/924.01	c learnt binary clauses	: 1204
1800.09/924.01	c learnt ternary clauses	: 2920
1800.09/924.01	c learnt constraints	: 922476
1800.09/924.01	c ignored constraints	: 0
1800.09/924.01	c root simplifications	: 0
1800.09/924.01	c removed literals (reason simplification)	: 13238977
1800.09/924.01	c reason swapping (by a shorter reason)	: 0
1800.09/924.01	c Calls to reduceDB	: 38
1800.09/924.01	c number of reductions to clauses (during analyze)	: 0
1800.09/924.01	c number of learned constraints concerned by reduction	: 0
1800.09/924.01	c number of learning phase by resolution	: 0
1800.09/924.01	c number of learning phase by cutting planes	: 0
1800.09/924.01	c speed (assignments/second)	: 1733666.8210395703
1800.09/924.01	c non guided choices	2128880
1800.09/924.03	c learnt constraints type 
1800.09/924.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1204
1800.09/924.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 69358
1800.09/924.03	c constraints type 
1800.09/924.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 767440
1800.09/924.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 3523
1800.09/924.03	c ignored satisfied constraints => 5652
1800.09/924.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 236052
1800.09/924.03	c org.sat4j.minisat.constraints.cnf.UnitClause => 132
1800.09/924.03	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 110271
1800.09/924.03	c 1123070 constraints processed.
1800.09/924.03	c constraints type 
1800.09/924.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 236052
1800.09/924.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 767440
1800.09/924.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3523
1800.09/924.04	c ignored satisfied constraints => 5652
1800.09/924.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110271
1800.09/924.04	c org.sat4j.pb.constraints.pb.UnitClausePB => 132
1800.09/924.04	c 1123070 constraints processed.
1800.09/924.04	s UNKNOWN
1800.09/924.04	c Total wall clock time (in seconds): 923.904

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-3689434-1337882175/watcher-3689434-1337882175 -o /tmp/evaluation-result-3689434-1337882175/solver-3689434-1337882175 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689434-1337882175.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.75 3.85 3.87 4/197 25239
/proc/meminfo: memFree=25029624/32873844 swapFree=7100/7100
[pid=25239] ppid=25237 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/25239/stat : 25239 (java) D 25237 25239 22059 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 254344586 9515008 183 33554432000 1073741824 1073778376 140736514733248 140736514724280 233411788469 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/25239/statm: 2323 183 140 9 0 71 0

[startup+0.0887711 s]
/proc/loadavg: 3.75 3.85 3.87 4/197 25239
/proc/meminfo: memFree=25029624/32873844 swapFree=7100/7100
[pid=25239] ppid=25237 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/25239/stat : 25239 (java) S 25237 25239 22059 0 -1 4202496 3382 0 1 0 6 1 0 0 20 0 18 0 254344586 9787813888 4079 33554432000 1073741824 1073778376 140736141620944 140736141612080 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25239/statm: 2389603 4084 1771 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.100354 s]
/proc/loadavg: 3.75 3.85 3.87 4/197 25239
/proc/meminfo: memFree=25029624/32873844 swapFree=7100/7100
[pid=25239] ppid=25237 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/25239/stat : 25239 (java) S 25237 25239 22059 0 -1 4202496 4025 0 1 0 7 1 0 0 20 0 18 0 254344586 9787813888 4718 33554432000 1073741824 1073778376 140736141620944 140736141612080 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25239/statm: 2389603 4719 2035 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.30022 s]
/proc/loadavg: 3.75 3.85 3.87 4/197 25239
/proc/meminfo: memFree=25029624/32873844 swapFree=7100/7100
[pid=25239] ppid=25237 vsize=9558412 CPUtime=0.43 cores=0,2,4,6
/proc/25239/stat : 25239 (java) S 25237 25239 22059 0 -1 4202496 5340 0 1 0 42 1 0 0 20 0 18 0 254344586 9787813888 9388 33554432000 1073741824 1073778376 140736141620944 140736141612080 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25239/statm: 2389603 9388 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558412

[startup+0.700278 s]
/proc/loadavg: 3.75 3.85 3.87 4/197 25239
/proc/meminfo: memFree=25029624/32873844 swapFree=7100/7100
[pid=25239] ppid=25237 vsize=9558412 CPUtime=1.33 cores=0,2,4,6
/proc/25239/stat : 25239 (java) S 25237 25239 22059 0 -1 4202496 10889 0 1 0 127 6 0 0 20 0 18 0 254344586 9787813888 42538 33554432000 1073741824 1073778376 140736141620944 140736141612080 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25239/statm: 2389603 42538 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9558412

[startup+1.50063 s]
/proc/loadavg: 3.75 3.85 3.87 4/215 25257
/proc/meminfo: memFree=24833024/32873844 swapFree=7100/7100
[pid=25239] ppid=25237 vsize=9558412 CPUtime=2.55 cores=0,2,4,6
/proc/25239/stat : 25239 (java) S 25237 25239 22059 0 -1 4202496 11870 0 1 0 240 15 0 0 20 0 18 0 254344586 9787813888 88860 33554432000 1073741824 1073778376 140736141620944 140736141612080 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25239/statm: 2389603 88860 2247 9 0 2380296 0
[pid=25239/tid=25241] ppid=25237 vsize=9558412 CPUtime=1.37 cores=0,2,4,6
/proc/25239/task/25241/stat : 25241 (java) S 25237 25239 22059 0 -1 4202560 2623 0 1 0 131 6 0 0 20 0 18 0 254344587 9787813888 88860 33554432000 1073741824 1073778376 140736141620944 139845209074728 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25239/tid=25242] ppid=25237 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/25239/task/25242/stat : 25242 (java) R 25237 25239 22059 0 -1 4202560 27 0 0 0 2 0 0 0 20 0 18 0 254344588 9787813888 88860 33554432000 1073741824 1073778376 140736141620944 139845147806040 139845211547321 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25239/tid=25243] ppid=25237 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/25239/task/25243/stat : 25243 (java) R 25237 25239 22059 0 -1 4202560 28 0 0 0 2 0 0 0 20 0 18 0 254344588 9787813888 88860 33554432000 1073741824 1073778376 140736141620944 139845146753496 139845211547321 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25239/tid=25244] ppid=25237 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/25239/task/25244/stat : 25244 (java) R 25237 25239 22059 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 18 0 254344588 9787813888 88860 33554432000 1073741824 1073778376 140736141620944 139845145700776 139845211547329 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25239/tid=25245] ppid=25237 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/25239/task/25245/stat : 25245 (java) R 25237 25239 22059 0 -1 4202560 43 0 0 0 3 1 0 0 20 0 18 0 254344588 9787813888 88860 33554432000 1073741824 1073778376 140736141620944 139845144648112 139845213251759 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25239/tid=25246] ppid=25237 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/25239/task/25246/stat : 25246 (java) R 25237 25239 22059 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 18 0 254344588 9787813888 88860 33554432000 1073741824 1073778376 140736141620944 139845143595864 139845211547379 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25239/tid=25247] ppid=25237 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/25239/task/25247/stat : 25247 (java) R 25237 25239 22059 0 -1 4202560 37 0 0 0 3 0 0 0 20 0 18 0 254344588 9787813888 88860 33554432000 1073741824 1073778376 140736141620944 139845047106520 139845215972268 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25248] ppid=25237 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/25239/task/25248/stat : 25248 (java) R 25237 25239 22059 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 18 0 254344588 9787813888 88860 33554432000 1073741824 1073778376 140736141620944 139845046053976 139845211547337 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25249] ppid=25237 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/25239/task/25249/stat : 25249 (java) R 25237 25239 22059 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 18 0 254344588 9787813888 88860 33554432000 1073741824 1073778376 140736141620944 139845045001432 139845215972036 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25239/tid=25250] ppid=25237 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25250/stat : 25250 (java) S 25237 25239 22059 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 254344589 9787813888 88860 33554432000 1073741824 1073778376 140736141620944 139845032801288 233415160892 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25251] ppid=25237 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25251/stat : 25251 (java) S 25237 25239 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254344590 9787813888 88860 33554432000 1073741824 1073778376 140736141620944 139845031748728 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25252] ppid=25237 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25252/stat : 25252 (java) S 25237 25239 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254344590 9787813888 89372 33554432000 1073741824 1073778376 140736141620944 139845030696072 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25253] ppid=25237 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25253/stat : 25253 (java) S 25237 25239 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254344593 9787813888 89372 33554432000 1073741824 1073778376 140736141620944 139845029644816 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25254] ppid=25237 vsize=9558412 CPUtime=0.43 cores=0,2,4,6
/proc/25239/task/25254/stat : 25254 (java) S 25237 25239 22059 0 -1 4202560 3794 0 0 0 43 0 0 0 20 0 18 0 254344593 9787813888 89372 33554432000 1073741824 1073778376 140736141620944 139845028592184 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25255] ppid=25237 vsize=9558412 CPUtime=0.38 cores=0,2,4,6
/proc/25239/task/25255/stat : 25255 (java) S 25237 25239 22059 0 -1 4202560 3863 0 0 0 38 0 0 0 20 0 18 0 254344593 9787813888 89372 33554432000 1073741824 1073778376 140736141620944 139845027539640 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25239/tid=25256] ppid=25237 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25256/stat : 25256 (java) S 25237 25239 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254344593 9787813888 89372 33554432000 1073741824 1073778376 140736141620944 139845026487288 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25239/tid=25257] ppid=25237 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25257/stat : 25257 (java) S 25237 25239 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254344593 9787813888 89372 33554432000 1073741824 1073778376 140736141620944 139845025434952 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 9558412

[startup+3.10067 s]
/proc/loadavg: 3.75 3.85 3.87 4/215 25257
/proc/meminfo: memFree=24476736/32873844 swapFree=7100/7100
[pid=25239] ppid=25237 vsize=9558412 CPUtime=4.55 cores=0,2,4,6
/proc/25239/stat : 25239 (java) S 25237 25239 22059 0 -1 4202496 12468 0 1 0 426 29 0 0 20 0 18 0 254344586 9787813888 167515 33554432000 1073741824 1073778376 140736141620944 140736141612080 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25239/statm: 2389603 167515 2247 9 0 2380296 0
[pid=25239/tid=25241] ppid=25237 vsize=9558412 CPUtime=2.84 cores=0,2,4,6
/proc/25239/task/25241/stat : 25241 (java) R 25237 25239 22059 0 -1 4202560 2735 0 1 0 274 10 0 0 20 0 18 0 254344587 9787813888 167515 33554432000 1073741824 1073778376 140736141620944 139845209073800 139845149180052 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25239/tid=25242] ppid=25237 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/25239/task/25242/stat : 25242 (java) S 25237 25239 22059 0 -1 4202560 46 0 0 0 5 2 0 0 20 0 18 0 254344588 9787813888 167515 33554432000 1073741824 1073778376 140736141620944 139845147805864 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25243] ppid=25237 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/25239/task/25243/stat : 25243 (java) S 25237 25239 22059 0 -1 4202560 49 0 0 0 6 2 0 0 20 0 18 0 254344588 9787813888 167515 33554432000 1073741824 1073778376 140736141620944 139845146753320 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25239/tid=25244] ppid=25237 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/25239/task/25244/stat : 25244 (java) S 25237 25239 22059 0 -1 4202560 48 0 0 0 7 3 0 0 20 0 18 0 254344588 9787813888 167515 33554432000 1073741824 1073778376 140736141620944 139845145700776 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25245] ppid=25237 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/25239/task/25245/stat : 25245 (java) S 25237 25239 22059 0 -1 4202560 69 0 0 0 7 3 0 0 20 0 18 0 254344588 9787813888 167515 33554432000 1073741824 1073778376 140736141620944 139845144648232 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25246] ppid=25237 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/25239/task/25246/stat : 25246 (java) S 25237 25239 22059 0 -1 4202560 40 0 0 0 5 2 0 0 20 0 18 0 254344588 9787813888 167515 33554432000 1073741824 1073778376 140736141620944 139845143595688 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25239/tid=25247] ppid=25237 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/25239/task/25247/stat : 25247 (java) S 25237 25239 22059 0 -1 4202560 66 0 0 0 8 3 0 0 20 0 18 0 254344588 9787813888 167515 33554432000 1073741824 1073778376 140736141620944 139845047106344 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25239/tid=25248] ppid=25237 vsize=9558412 CPUtime=0.12 cores=0,2,4,6
/proc/25239/task/25248/stat : 25248 (java) S 25237 25239 22059 0 -1 4202560 53 0 0 0 8 4 0 0 20 0 18 0 254344588 9787813888 167515 33554432000 1073741824 1073778376 140736141620944 139845046053800 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25249] ppid=25237 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/25239/task/25249/stat : 25249 (java) S 25237 25239 22059 0 -1 4202560 48 0 0 0 6 2 0 0 20 0 18 0 254344588 9787813888 167515 33554432000 1073741824 1073778376 140736141620944 139845045001256 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25239/tid=25250] ppid=25237 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25250/stat : 25250 (java) S 25237 25239 22059 0 -1 4202560 480 0 0 0 0 0 0 0 20 0 18 0 254344589 9787813888 167515 33554432000 1073741824 1073778376 140736141620944 139845032802408 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25251] ppid=25237 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25251/stat : 25251 (java) S 25237 25239 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254344590 9787813888 167515 33554432000 1073741824 1073778376 140736141620944 139845031748728 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25252] ppid=25237 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25252/stat : 25252 (java) S 25237 25239 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254344590 9787813888 167515 33554432000 1073741824 1073778376 140736141620944 139845030696072 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25253] ppid=25237 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25253/stat : 25253 (java) S 25237 25239 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254344593 9787813888 167515 33554432000 1073741824 1073778376 140736141620944 139845029644816 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25254] ppid=25237 vsize=9558412 CPUtime=0.46 cores=0,2,4,6
/proc/25239/task/25254/stat : 25254 (java) S 25237 25239 22059 0 -1 4202560 3796 0 0 0 46 0 0 0 20 0 18 0 254344593 9787813888 167515 33554432000 1073741824 1073778376 140736141620944 139845028592184 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25255] ppid=25237 vsize=9558412 CPUtime=0.38 cores=0,2,4,6
/proc/25239/task/25255/stat : 25255 (java) S 25237 25239 22059 0 -1 4202560 3863 0 0 0 38 0 0 0 20 0 18 0 254344593 9787813888 167515 33554432000 1073741824 1073778376 140736141620944 139845027539640 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25239/tid=25256] ppid=25237 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25256/stat : 25256 (java) S 25237 25239 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254344593 9787813888 167515 33554432000 1073741824 1073778376 140736141620944 139845026487288 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25239/tid=25257] ppid=25237 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25257/stat : 25257 (java) S 25237 25239 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254344593 9787813888 167515 33554432000 1073741824 1073778376 140736141620944 139845025434952 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 9558412

[startup+6.30073 s]
/proc/loadavg: 3.69 3.84 3.87 4/214 25257
/proc/meminfo: memFree=23720544/32873844 swapFree=7100/7100
[pid=25239] ppid=25237 vsize=9558412 CPUtime=8.44 cores=0,2,4,6
/proc/25239/stat : 25239 (java) S 25237 25239 22059 0 -1 4202496 14664 0 1 0 786 58 0 0 20 0 18 0 254344586 9787813888 328907 33554432000 1073741824 1073778376 140736141620944 140736141612080 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25239/statm: 2389603 328907 2247 9 0 2380296 0
[pid=25239/tid=25241] ppid=25237 vsize=9558412 CPUtime=5.8 cores=0,2,4,6
/proc/25239/task/25241/stat : 25241 (java) R 25237 25239 22059 0 -1 4202560 3429 0 1 0 562 18 0 0 20 0 18 0 254344587 9787813888 328907 33554432000 1073741824 1073778376 140736141620944 139845209067376 233415173389 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25239/tid=25242] ppid=25237 vsize=9558412 CPUtime=0.14 cores=0,2,4,6
/proc/25239/task/25242/stat : 25242 (java) S 25237 25239 22059 0 -1 4202560 74 0 0 0 11 3 0 0 20 0 18 0 254344588 9787813888 328907 33554432000 1073741824 1073778376 140736141620944 139845147805864 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25239/tid=25243] ppid=25237 vsize=9558412 CPUtime=0.17 cores=0,2,4,6
/proc/25239/task/25243/stat : 25243 (java) S 25237 25239 22059 0 -1 4202560 217 0 0 0 13 4 0 0 20 0 18 0 254344588 9787813888 328907 33554432000 1073741824 1073778376 140736141620944 139845146753320 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25239/tid=25244] ppid=25237 vsize=9558412 CPUtime=0.3 cores=0,2,4,6
/proc/25239/task/25244/stat : 25244 (java) S 25237 25239 22059 0 -1 4202560 237 0 0 0 23 7 0 0 20 0 18 0 254344588 9787813888 328907 33554432000 1073741824 1073778376 140736141620944 139845145700776 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25239/tid=25245] ppid=25237 vsize=9558412 CPUtime=0.28 cores=0,2,4,6
/proc/25239/task/25245/stat : 25245 (java) S 25237 25239 22059 0 -1 4202560 322 0 0 0 21 7 0 0 20 0 18 0 254344588 9787813888 328907 33554432000 1073741824 1073778376 140736141620944 139845144648232 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25246] ppid=25237 vsize=9558412 CPUtime=0.21 cores=0,2,4,6
/proc/25239/task/25246/stat : 25246 (java) S 25237 25239 22059 0 -1 4202560 221 0 0 0 16 5 0 0 20 0 18 0 254344588 9787813888 328907 33554432000 1073741824 1073778376 140736141620944 139845143595688 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25239/tid=25247] ppid=25237 vsize=9558412 CPUtime=0.17 cores=0,2,4,6
/proc/25239/task/25247/stat : 25247 (java) S 25237 25239 22059 0 -1 4202560 141 0 0 0 13 4 0 0 20 0 18 0 254344588 9787813888 328907 33554432000 1073741824 1073778376 140736141620944 139845047106344 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25239/tid=25248] ppid=25237 vsize=9558412 CPUtime=0.19 cores=0,2,4,6
/proc/25239/task/25248/stat : 25248 (java) S 25237 25239 22059 0 -1 4202560 82 0 0 0 14 5 0 0 20 0 18 0 254344588 9787813888 328907 33554432000 1073741824 1073778376 140736141620944 139845046053800 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25239/tid=25249] ppid=25237 vsize=9558412 CPUtime=0.18 cores=0,2,4,6
/proc/25239/task/25249/stat : 25249 (java) S 25237 25239 22059 0 -1 4202560 85 0 0 0 14 4 0 0 20 0 18 0 254344588 9787813888 328907 33554432000 1073741824 1073778376 140736141620944 139845045001256 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25239/tid=25250] ppid=25237 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25250/stat : 25250 (java) S 25237 25239 22059 0 -1 4202560 1021 0 0 0 0 0 0 0 20 0 18 0 254344589 9787813888 328907 33554432000 1073741824 1073778376 140736141620944 139845032802408 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25251] ppid=25237 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25251/stat : 25251 (java) S 25237 25239 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254344590 9787813888 328907 33554432000 1073741824 1073778376 140736141620944 139845031748728 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25252] ppid=25237 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25252/stat : 25252 (java) S 25237 25239 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254344590 9787813888 328907 33554432000 1073741824 1073778376 140736141620944 139845030696072 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25253] ppid=25237 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25253/stat : 25253 (java) S 25237 25239 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254344593 9787813888 328907 33554432000 1073741824 1073778376 140736141620944 139845029644816 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25254] ppid=25237 vsize=9558412 CPUtime=0.46 cores=0,2,4,6
/proc/25239/task/25254/stat : 25254 (java) S 25237 25239 22059 0 -1 4202560 3797 0 0 0 46 0 0 0 20 0 18 0 254344593 9787813888 328907 33554432000 1073741824 1073778376 140736141620944 139845028592184 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25255] ppid=25237 vsize=9558412 CPUtime=0.38 cores=0,2,4,6
/proc/25239/task/25255/stat : 25255 (java) S 25237 25239 22059 0 -1 4202560 3863 0 0 0 38 0 0 0 20 0 18 0 254344593 9787813888 328907 33554432000 1073741824 1073778376 140736141620944 139845027539640 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25239/tid=25256] ppid=25237 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25256/stat : 25256 (java) S 25237 25239 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254344593 9787813888 328907 33554432000 1073741824 1073778376 140736141620944 139845026487288 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25239/tid=25257] ppid=25237 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25257/stat : 25257 (java) S 25237 25239 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254344593 9787813888 328907 33554432000 1073741824 1073778376 140736141620944 139845025434952 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.44
Current children cumulated vsize (KiB) 9558412

[startup+12.7008 s]
/proc/loadavg: 4.20 3.94 3.90 5/219 25262
/proc/meminfo: memFree=22495136/32873844 swapFree=7100/7100
[pid=25239] ppid=25237 vsize=9824668 CPUtime=21.23 cores=0,2,4,6
/proc/25239/stat : 25239 (java) S 25237 25239 22059 0 -1 4202496 23898 0 1 0 2024 99 0 0 20 0 22 0 254344586 10060460032 635881 33554432000 1073741824 1073778376 140736141620944 140736141612080 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25239/statm: 2456167 635881 2267 9 0 2446860 0
[pid=25239/tid=25241] ppid=25237 vsize=9824668 CPUtime=7.75 cores=0,2,4,6

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

[pid=25239/tid=25260] ppid=25237 vsize=9824668 CPUtime=766.03 cores=0,2,4,6
/proc/25239/task/25260/stat : 25260 (java) R 25237 25239 22059 0 -1 4202560 262 0 0 0 76586 17 0 0 20 0 22 0 254345431 10060460032 828582 33554432000 1073741824 1073778376 140736141620944 139845023324672 139845149767182 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25261] ppid=25237 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25261/stat : 25261 (java) S 25237 25239 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254345434 10060460032 828582 33554432000 1073741824 1073778376 140736141620944 139845022274600 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25239/tid=25262] ppid=25237 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25262/stat : 25262 (java) S 25237 25239 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254345434 10060460032 828582 33554432000 1073741824 1073778376 140736141620944 139845021222056 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1598.78
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.90 3.86 3.82 5/220 25484
/proc/meminfo: memFree=21671920/32873844 swapFree=7100/7100
[pid=25239] ppid=25237 vsize=9824668 CPUtime=1717.38 cores=0,2,4,6
/proc/25239/stat : 25239 (java) S 25237 25239 22059 0 -1 4202496 35412 0 1 0 171582 156 0 0 20 0 22 0 254344586 10060460032 828588 33554432000 1073741824 1073778376 140736141620944 140736141612080 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25239/statm: 2456167 828588 2283 9 0 2446860 0
[pid=25239/tid=25241] ppid=25237 vsize=9824668 CPUtime=7.78 cores=0,2,4,6
/proc/25239/task/25241/stat : 25241 (java) S 25237 25239 22059 0 -1 4202560 3928 0 1 0 744 34 0 0 20 0 22 0 254344587 10060460032 828588 33554432000 1073741824 1073778376 140736141620944 139845209076728 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25242] ppid=25237 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/25239/task/25242/stat : 25242 (java) S 25237 25239 22059 0 -1 4202560 232 0 0 0 105 8 0 0 20 0 22 0 254344588 10060460032 828588 33554432000 1073741824 1073778376 140736141620944 139845147805864 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25239/tid=25243] ppid=25237 vsize=9824668 CPUtime=1.1 cores=0,2,4,6
/proc/25239/task/25243/stat : 25243 (java) S 25237 25239 22059 0 -1 4202560 329 0 0 0 101 9 0 0 20 0 22 0 254344588 10060460032 828588 33554432000 1073741824 1073778376 140736141620944 139845146753320 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25239/tid=25244] ppid=25237 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/25239/task/25244/stat : 25244 (java) S 25237 25239 22059 0 -1 4202560 513 0 0 0 111 13 0 0 20 0 22 0 254344588 10060460032 828588 33554432000 1073741824 1073778376 140736141620944 139845145700776 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25239/tid=25245] ppid=25237 vsize=9824668 CPUtime=1.29 cores=0,2,4,6
/proc/25239/task/25245/stat : 25245 (java) S 25237 25239 22059 0 -1 4202560 487 0 0 0 117 12 0 0 20 0 22 0 254344588 10060460032 828588 33554432000 1073741824 1073778376 140736141620944 139845144648232 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25239/tid=25246] ppid=25237 vsize=9824668 CPUtime=1.16 cores=0,2,4,6
/proc/25239/task/25246/stat : 25246 (java) S 25237 25239 22059 0 -1 4202560 348 0 0 0 105 11 0 0 20 0 22 0 254344588 10060460032 828588 33554432000 1073741824 1073778376 140736141620944 139845143595688 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25239/tid=25247] ppid=25237 vsize=9824668 CPUtime=1.16 cores=0,2,4,6
/proc/25239/task/25247/stat : 25247 (java) S 25237 25239 22059 0 -1 4202560 308 0 0 0 106 10 0 0 20 0 22 0 254344588 10060460032 828588 33554432000 1073741824 1073778376 140736141620944 139845047106344 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25239/tid=25248] ppid=25237 vsize=9824668 CPUtime=1.06 cores=0,2,4,6
/proc/25239/task/25248/stat : 25248 (java) S 25237 25239 22059 0 -1 4202560 379 0 0 0 96 10 0 0 20 0 22 0 254344588 10060460032 828588 33554432000 1073741824 1073778376 140736141620944 139845046053800 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25249] ppid=25237 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/25239/task/25249/stat : 25249 (java) S 25237 25239 22059 0 -1 4202560 208 0 0 0 106 9 0 0 20 0 22 0 254344588 10060460032 828588 33554432000 1073741824 1073778376 140736141620944 139845045001256 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25239/tid=25250] ppid=25237 vsize=9824668 CPUtime=47.34 cores=0,2,4,6
/proc/25239/task/25250/stat : 25250 (java) S 25237 25239 22059 0 -1 4202560 1979 0 0 0 4722 12 0 0 20 0 22 0 254344589 10060460032 828588 33554432000 1073741824 1073778376 140736141620944 139845032802408 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25251] ppid=25237 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25251/stat : 25251 (java) S 25237 25239 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254344590 10060460032 828588 33554432000 1073741824 1073778376 140736141620944 139845031748728 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25252] ppid=25237 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25252/stat : 25252 (java) S 25237 25239 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254344590 10060460032 828588 33554432000 1073741824 1073778376 140736141620944 139845030696072 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25253] ppid=25237 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25253/stat : 25253 (java) S 25237 25239 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254344593 10060460032 828588 33554432000 1073741824 1073778376 140736141620944 139845029644816 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25254] ppid=25237 vsize=9824668 CPUtime=1.22 cores=0,2,4,6
/proc/25239/task/25254/stat : 25254 (java) S 25237 25239 22059 0 -1 4202560 6186 0 0 0 122 0 0 0 20 0 22 0 254344593 10060460032 828588 33554432000 1073741824 1073778376 140736141620944 139845028592184 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25239/tid=25255] ppid=25237 vsize=9824668 CPUtime=2.46 cores=0,2,4,6
/proc/25239/task/25255/stat : 25255 (java) S 25237 25239 22059 0 -1 4202560 18960 0 0 0 242 4 0 0 20 0 22 0 254344593 10060460032 828588 33554432000 1073741824 1073778376 140736141620944 139845027539640 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25256] ppid=25237 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25256/stat : 25256 (java) S 25237 25239 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254344593 10060460032 828588 33554432000 1073741824 1073778376 140736141620944 139845026487288 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25239/tid=25257] ppid=25237 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/25239/task/25257/stat : 25257 (java) S 25237 25239 22059 0 -1 4202560 51 0 0 0 20 16 0 0 20 0 22 0 254344593 10060460032 828588 33554432000 1073741824 1073778376 140736141620944 139845025434952 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25239/tid=25259] ppid=25237 vsize=9824668 CPUtime=824.58 cores=0,2,4,6
/proc/25239/task/25259/stat : 25259 (java) R 25237 25239 22059 0 -1 4202560 53 0 0 0 82444 14 0 0 20 0 22 0 254345431 10060460032 828588 33554432000 1073741824 1073778376 140736141620944 139845024378048 139845149852055 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25239/tid=25260] ppid=25237 vsize=9824668 CPUtime=824.42 cores=0,2,4,6
/proc/25239/task/25260/stat : 25260 (java) R 25237 25239 22059 0 -1 4202560 263 0 0 0 82424 18 0 0 20 0 22 0 254345431 10060460032 828588 33554432000 1073741824 1073778376 140736141620944 139845023324576 139845149640970 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25261] ppid=25237 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25261/stat : 25261 (java) S 25237 25239 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254345434 10060460032 828588 33554432000 1073741824 1073778376 140736141620944 139845022274600 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25239/tid=25262] ppid=25237 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25262/stat : 25262 (java) S 25237 25239 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254345434 10060460032 828588 33554432000 1073741824 1073778376 140736141620944 139845021222056 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1717.38
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+924.001 s]
/proc/loadavg: 3.94 3.88 3.83 5/219 25485
/proc/meminfo: memFree=21665784/32873844 swapFree=7100/7100
[pid=25239] ppid=25237 vsize=9824668 CPUtime=1800.09 cores=0,2,4,6
/proc/25239/stat : 25239 (java) S 25237 25239 22059 0 -1 4202496 35425 0 1 0 179849 160 0 0 20 0 22 0 254344586 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 140736141612080 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25239/statm: 2456167 830128 2283 9 0 2446860 0
[pid=25239/tid=25241] ppid=25237 vsize=9824668 CPUtime=7.78 cores=0,2,4,6
/proc/25239/task/25241/stat : 25241 (java) S 25237 25239 22059 0 -1 4202560 3929 0 1 0 744 34 0 0 20 0 22 0 254344587 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845209076728 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25242] ppid=25237 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/25239/task/25242/stat : 25242 (java) S 25237 25239 22059 0 -1 4202560 232 0 0 0 107 8 0 0 20 0 22 0 254344588 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845147805864 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25239/tid=25243] ppid=25237 vsize=9824668 CPUtime=1.12 cores=0,2,4,6
/proc/25239/task/25243/stat : 25243 (java) S 25237 25239 22059 0 -1 4202560 329 0 0 0 103 9 0 0 20 0 22 0 254344588 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845146753320 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25239/tid=25244] ppid=25237 vsize=9824668 CPUtime=1.25 cores=0,2,4,6
/proc/25239/task/25244/stat : 25244 (java) S 25237 25239 22059 0 -1 4202560 513 0 0 0 112 13 0 0 20 0 22 0 254344588 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845145700776 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25239/tid=25245] ppid=25237 vsize=9824668 CPUtime=1.33 cores=0,2,4,6
/proc/25239/task/25245/stat : 25245 (java) S 25237 25239 22059 0 -1 4202560 491 0 0 0 121 12 0 0 20 0 22 0 254344588 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845144648232 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25239/tid=25246] ppid=25237 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/25239/task/25246/stat : 25246 (java) S 25237 25239 22059 0 -1 4202560 348 0 0 0 106 11 0 0 20 0 22 0 254344588 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845143595688 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25239/tid=25247] ppid=25237 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/25239/task/25247/stat : 25247 (java) S 25237 25239 22059 0 -1 4202560 308 0 0 0 107 10 0 0 20 0 22 0 254344588 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845047106344 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25239/tid=25248] ppid=25237 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/25239/task/25248/stat : 25248 (java) S 25237 25239 22059 0 -1 4202560 379 0 0 0 98 10 0 0 20 0 22 0 254344588 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845046053800 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25239/tid=25249] ppid=25237 vsize=9824668 CPUtime=1.18 cores=0,2,4,6
/proc/25239/task/25249/stat : 25249 (java) S 25237 25239 22059 0 -1 4202560 208 0 0 0 109 9 0 0 20 0 22 0 254344588 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845045001256 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25239/tid=25250] ppid=25237 vsize=9824668 CPUtime=48.12 cores=0,2,4,6
/proc/25239/task/25250/stat : 25250 (java) S 25237 25239 22059 0 -1 4202560 1984 0 0 0 4799 13 0 0 20 0 22 0 254344589 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845032802408 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25251] ppid=25237 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25251/stat : 25251 (java) S 25237 25239 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254344590 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845031748728 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25252] ppid=25237 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25252/stat : 25252 (java) S 25237 25239 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254344590 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845030696072 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25253] ppid=25237 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25253/stat : 25253 (java) S 25237 25239 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254344593 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845029644816 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25254] ppid=25237 vsize=9824668 CPUtime=1.22 cores=0,2,4,6
/proc/25239/task/25254/stat : 25254 (java) S 25237 25239 22059 0 -1 4202560 6186 0 0 0 122 0 0 0 20 0 22 0 254344593 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845028592184 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25239/tid=25255] ppid=25237 vsize=9824668 CPUtime=2.46 cores=0,2,4,6
/proc/25239/task/25255/stat : 25255 (java) S 25237 25239 22059 0 -1 4202560 18960 0 0 0 242 4 0 0 20 0 22 0 254344593 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845027539640 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25256] ppid=25237 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25256/stat : 25256 (java) S 25237 25239 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254344593 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845026487288 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25239/tid=25257] ppid=25237 vsize=9824668 CPUtime=0.38 cores=0,2,4,6
/proc/25239/task/25257/stat : 25257 (java) S 25237 25239 22059 0 -1 4202560 53 0 0 0 20 18 0 0 20 0 22 0 254344593 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845025434952 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25239/tid=25259] ppid=25237 vsize=9824668 CPUtime=865.46 cores=0,2,4,6
/proc/25239/task/25259/stat : 25259 (java) R 25237 25239 22059 0 -1 4202560 54 0 0 0 86531 15 0 0 20 0 22 0 254345431 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845024378048 139845149740419 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25239/tid=25260] ppid=25237 vsize=9824668 CPUtime=865.29 cores=0,2,4,6
/proc/25239/task/25260/stat : 25260 (java) R 25237 25239 22059 0 -1 4202560 263 0 0 0 86510 19 0 0 20 0 22 0 254345431 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845023324672 139845149766596 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25261] ppid=25237 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25261/stat : 25261 (java) S 25237 25239 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254345434 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845022274600 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25239/tid=25262] ppid=25237 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25262/stat : 25262 (java) S 25237 25239 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254345434 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845021222056 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9824668

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

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

[startup+924.001 s]
/proc/loadavg: 3.94 3.88 3.83 5/219 25485
/proc/meminfo: memFree=21665784/32873844 swapFree=7100/7100
[pid=25239] ppid=25237 vsize=9824668 CPUtime=1800.09 cores=0,2,4,6
/proc/25239/stat : 25239 (java) S 25237 25239 22059 0 -1 4202496 35425 0 1 0 179849 160 0 0 20 0 22 0 254344586 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 140736141612080 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25239/statm: 2456167 830128 2283 9 0 2446860 0
[pid=25239/tid=25241] ppid=25237 vsize=9824668 CPUtime=7.78 cores=0,2,4,6
/proc/25239/task/25241/stat : 25241 (java) S 25237 25239 22059 0 -1 4202560 3929 0 1 0 744 34 0 0 20 0 22 0 254344587 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845209076728 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25242] ppid=25237 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/25239/task/25242/stat : 25242 (java) S 25237 25239 22059 0 -1 4202560 232 0 0 0 107 8 0 0 20 0 22 0 254344588 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845147805864 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25239/tid=25243] ppid=25237 vsize=9824668 CPUtime=1.12 cores=0,2,4,6
/proc/25239/task/25243/stat : 25243 (java) S 25237 25239 22059 0 -1 4202560 329 0 0 0 103 9 0 0 20 0 22 0 254344588 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845146753320 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25239/tid=25244] ppid=25237 vsize=9824668 CPUtime=1.25 cores=0,2,4,6
/proc/25239/task/25244/stat : 25244 (java) S 25237 25239 22059 0 -1 4202560 513 0 0 0 112 13 0 0 20 0 22 0 254344588 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845145700776 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25239/tid=25245] ppid=25237 vsize=9824668 CPUtime=1.33 cores=0,2,4,6
/proc/25239/task/25245/stat : 25245 (java) S 25237 25239 22059 0 -1 4202560 491 0 0 0 121 12 0 0 20 0 22 0 254344588 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845144648232 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25239/tid=25246] ppid=25237 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/25239/task/25246/stat : 25246 (java) S 25237 25239 22059 0 -1 4202560 348 0 0 0 106 11 0 0 20 0 22 0 254344588 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845143595688 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25239/tid=25247] ppid=25237 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/25239/task/25247/stat : 25247 (java) S 25237 25239 22059 0 -1 4202560 308 0 0 0 107 10 0 0 20 0 22 0 254344588 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845047106344 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25239/tid=25248] ppid=25237 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/25239/task/25248/stat : 25248 (java) S 25237 25239 22059 0 -1 4202560 379 0 0 0 98 10 0 0 20 0 22 0 254344588 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845046053800 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25239/tid=25249] ppid=25237 vsize=9824668 CPUtime=1.18 cores=0,2,4,6
/proc/25239/task/25249/stat : 25249 (java) S 25237 25239 22059 0 -1 4202560 208 0 0 0 109 9 0 0 20 0 22 0 254344588 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845045001256 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25239/tid=25250] ppid=25237 vsize=9824668 CPUtime=48.12 cores=0,2,4,6
/proc/25239/task/25250/stat : 25250 (java) S 25237 25239 22059 0 -1 4202560 1984 0 0 0 4799 13 0 0 20 0 22 0 254344589 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845032802408 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25251] ppid=25237 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25251/stat : 25251 (java) S 25237 25239 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254344590 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845031748728 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25252] ppid=25237 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25252/stat : 25252 (java) S 25237 25239 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254344590 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845030696072 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25253] ppid=25237 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25253/stat : 25253 (java) S 25237 25239 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254344593 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845029644816 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25254] ppid=25237 vsize=9824668 CPUtime=1.22 cores=0,2,4,6
/proc/25239/task/25254/stat : 25254 (java) S 25237 25239 22059 0 -1 4202560 6186 0 0 0 122 0 0 0 20 0 22 0 254344593 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845028592184 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25239/tid=25255] ppid=25237 vsize=9824668 CPUtime=2.46 cores=0,2,4,6
/proc/25239/task/25255/stat : 25255 (java) S 25237 25239 22059 0 -1 4202560 18960 0 0 0 242 4 0 0 20 0 22 0 254344593 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845027539640 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25256] ppid=25237 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25256/stat : 25256 (java) S 25237 25239 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254344593 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845026487288 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25239/tid=25257] ppid=25237 vsize=9824668 CPUtime=0.38 cores=0,2,4,6
/proc/25239/task/25257/stat : 25257 (java) S 25237 25239 22059 0 -1 4202560 53 0 0 0 20 18 0 0 20 0 22 0 254344593 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845025434952 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25239/tid=25259] ppid=25237 vsize=9824668 CPUtime=865.46 cores=0,2,4,6
/proc/25239/task/25259/stat : 25259 (java) R 25237 25239 22059 0 -1 4202560 54 0 0 0 86531 15 0 0 20 0 22 0 254345431 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845024378048 139845149740419 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25239/tid=25260] ppid=25237 vsize=9824668 CPUtime=865.29 cores=0,2,4,6
/proc/25239/task/25260/stat : 25260 (java) R 25237 25239 22059 0 -1 4202560 263 0 0 0 86510 19 0 0 20 0 22 0 254345431 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845023324672 139845149766596 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25239/tid=25261] ppid=25237 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25261/stat : 25261 (java) S 25237 25239 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254345434 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845022274600 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25239/tid=25262] ppid=25237 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25239/task/25262/stat : 25262 (java) S 25237 25239 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254345434 10060460032 830128 33554432000 1073741824 1073778376 140736141620944 139845021222056 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 924.053
CPU time (s): 1800.58
CPU user time (s): 1798.56
CPU system time (s): 2.02269
CPU usage (%): 194.857
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.56
system time used= 2.02269
maximum resident set size= 3320632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35457
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= 24737
involuntary context switches= 24933

runsolver used 3.3025 second user time and 8.29274 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-24 19:56:16
IDJOB=3689434
IDBENCH=89756
IDSOLVER=2268
FILE ID=node111/3689434-1337882175
RUNJOBID= node111-1337871880-22075
PBS_JOBID= 14620093
Free space on /tmp= 71572 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-129.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689434-1337882175/watcher-3689434-1337882175 -o /tmp/evaluation-result-3689434-1337882175/solver-3689434-1337882175 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689434-1337882175.opb

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

MD5SUM BENCH= 67d021e5b92124566c71fb431934058c
RANDOM SEED=413812369

node111.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.152
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.30
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.152
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.152
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.152
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.152
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.152
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.152
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25029624 kB
Buffers:          208688 kB
Cached:          3116980 kB
SwapCached:            0 kB
Active:          4538360 kB
Inactive:        2523612 kB
Active(anon):    3739044 kB
Inactive(anon):        0 kB
Active(file):     799316 kB
Inactive(file):  2523612 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             50092 kB
Writeback:             0 kB
AnonPages:       3751720 kB
Mapped:            22604 kB
Shmem:               200 kB
Slab:             631832 kB
SReclaimable:      74096 kB
SUnreclaim:       557736 kB
KernelStack:        1616 kB
PageTables:        11564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    4006960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3661824 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= 71340 MiB
End job on node111 at 2012-05-24 20:11:42