Trace number 3458000

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
Sat4j Resolution 2.3.0? (TO) 1800.16 1797.78

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_5_15.opb
MD5SUMb33a935d423c3fea7f6ee6702f232aa4
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.236963
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31412
Sum of products size (including duplicates)62824
Number of different products15706
Sum of products size31412

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		12995394264
0.02/0.09	c Max memory 		13063553024
0.02/0.09	c Total memory 		13063553024
0.02/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@761a626f
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3458000-1307164353.opb
0.09/0.11	c reading problem ... 
1.34/0.66	c ... done. Wall clock time 0.549s.
1.34/0.66	c #vars     16706
1.34/0.66	c #constraints  32915
1.34/0.66	c constraints type 
1.34/0.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15706
1.34/0.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1.34/0.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.34/0.66	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15706
7.39/6.15	c cleaning 2502 clauses out of 5004 with flag 5004/5004
14.17/12.88	c cleaning 4250 clauses out of 8500 with flag 11002/11002
24.18/22.87	c cleaning 5625 clauses out of 11249 with flag 18001/18001
36.80/35.44	c cleaning 6812 clauses out of 13623 with flag 26000/26000
54.33/52.99	c cleaning 7906 clauses out of 15811 with flag 35000/35000
106.84/105.46	c cleaning 9037 clauses out of 18073 with flag 45168/45168
141.16/139.79	c cleaning 9935 clauses out of 19869 with flag 56001/56001
183.97/182.58	c cleaning 11058 clauses out of 22116 with flag 68183/68183
219.28/217.89	c cleaning 11940 clauses out of 23879 with flag 81004/81004
256.99/255.57	c cleaning 13094 clauses out of 26188 with flag 95253/95253
333.20/331.76	c cleaning 14006 clauses out of 28011 with flag 110170/110170
453.74/452.28	c cleaning 14968 clauses out of 29935 with flag 126100/126100
511.56/510.01	c cleaning 16091 clauses out of 32181 with flag 143314/143314
611.00/609.48	c cleaning 16891 clauses out of 33782 with flag 161006/161006
720.12/718.50	c cleaning 17945 clauses out of 35889 with flag 180004/180004
779.05/777.43	c cleaning 18974 clauses out of 37951 with flag 200011/200011
835.39/833.79	c cleaning 19987 clauses out of 39976 with flag 221010/221010
897.53/895.80	c cleaning 20988 clauses out of 41980 with flag 243001/243001
971.39/969.62	c cleaning 21994 clauses out of 43991 with flag 266000/266000
1031.45/1029.64	c cleaning 23001 clauses out of 46005 with flag 290008/290008
1076.69/1074.82	c cleaning 24003 clauses out of 48009 with flag 315013/315013
1127.84/1125.96	c cleaning 24998 clauses out of 49998 with flag 341005/341005
1190.29/1188.32	c cleaning 26011 clauses out of 52023 with flag 368028/368028
1270.95/1268.94	c cleaning 26991 clauses out of 53985 with flag 396001/396001
1361.18/1359.15	c cleaning 28007 clauses out of 56017 with flag 425024/425024
1487.63/1485.56	c cleaning 28993 clauses out of 57990 with flag 455004/455004
1583.41/1581.22	c cleaning 29995 clauses out of 59994 with flag 486001/486001
1691.78/1689.60	c cleaning 31012 clauses out of 62026 with flag 518028/518028
1800.04/1797.72	c starts		: 153
1800.04/1797.72	c conflicts		: 546360
1800.04/1797.72	c decisions		: 1256081
1800.04/1797.72	c propagations		: 31245485
1800.04/1797.72	c inspects		: 2739811817
1800.04/1797.72	c shortcuts		: 0
1800.04/1797.72	c learnt literals	: 0
1800.04/1797.72	c learnt binary clauses	: 0
1800.04/1797.72	c learnt ternary clauses	: 0
1800.04/1797.72	c learnt constraints	: 546360
1800.04/1797.72	c ignored constraints	: 0
1800.04/1797.72	c root simplifications	: 0
1800.04/1797.72	c removed literals (reason simplification)	: 2442472
1800.04/1797.72	c reason swapping (by a shorter reason)	: 0
1800.04/1797.72	c Calls to reduceDB	: 28
1800.04/1797.72	c number of reductions to clauses (during analyze)	: 0
1800.04/1797.72	c number of learned constraints concerned by reduction	: 0
1800.04/1797.72	c number of learning phase by resolution	: 0
1800.04/1797.72	c number of learning phase by cutting planes	: 0
1800.04/1797.72	c speed (assignments/second)	: 17387.020897489117
1800.04/1797.72	c non guided choices	16171
1800.04/1797.75	c learnt constraints type 
1800.04/1797.75	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 59350
1800.04/1797.75	c constraints type 
1800.04/1797.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15706
1800.04/1797.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.04/1797.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.04/1797.75	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15706
1800.04/1797.75	s UNKNOWN
1800.04/1797.75	c Total wall clock time (in seconds): 1797.636

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3458000-1307164353/watcher-3458000-1307164353 -o /tmp/evaluation-result-3458000-1307164353/solver-3458000-1307164353 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458000-1307164353.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: 2.14 2.07 2.01 3/471 23632
/proc/meminfo: memFree=31728420/32951124 swapFree=55639044/67111528
[pid=23632] ppid=23630 vsize=13508980 CPUtime=0 cores=1,3,5,7
/proc/23632/stat : 23632 (java) S 23630 23632 23433 0 -1 4202496 1675 0 1 0 0 0 0 0 25 0 2 0 828033180 13833195520 1377 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562340325 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/23632/statm: 3377245 1390 906 9 0 3368401 0
[pid=23632/tid=23633] ppid=23630 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23633/stat : 23633 (java) R 23630 23632 23433 0 -1 4202560 3927 0 1 0 0 0 0 0 25 0 2 0 828033181 13850947584 4742 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271550231611 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.037654 s]
/proc/loadavg: 2.14 2.07 2.01 3/471 23632
/proc/meminfo: memFree=31728420/32951124 swapFree=55639044/67111528
[pid=23632] ppid=23630 vsize=13537012 CPUtime=0.02 cores=1,3,5,7
/proc/23632/stat : 23632 (java) S 23630 23632 23433 0 -1 4202496 13293 0 1 0 1 1 0 0 25 0 10 0 828033180 13861900288 12991 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562340325 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/23632/statm: 3384253 12994 1515 9 0 3375001 0
[pid=23632/tid=23633] ppid=23630 vsize=13537012 CPUtime=0.02 cores=1,3,5,7
/proc/23632/task/23633/stat : 23633 (java) R 23630 23632 23433 0 -1 4202560 12174 0 1 0 1 1 0 0 25 0 10 0 828033181 13861900288 12994 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 47898202967139 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13537012

[startup+0.100606 s]
/proc/loadavg: 2.14 2.07 2.01 3/471 23632
/proc/meminfo: memFree=31728420/32951124 swapFree=55639044/67111528
[pid=23632] ppid=23630 vsize=13621464 CPUtime=0.09 cores=1,3,5,7
/proc/23632/stat : 23632 (java) S 23630 23632 23433 0 -1 4202496 15223 0 1 0 8 1 0 0 25 0 18 0 828033180 13948379136 14919 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23632/statm: 3405366 14921 2078 9 0 3396100 0
[pid=23632/tid=23633] ppid=23630 vsize=13621464 CPUtime=0.08 cores=1,3,5,7
/proc/23632/task/23633/stat : 23633 (java) R 23630 23632 23433 0 -1 4202560 13532 0 1 0 7 1 0 0 25 0 18 0 828033181 13948379136 14921 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271550198817 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13621464

[startup+0.32452 s]
/proc/loadavg: 2.14 2.07 2.01 3/471 23632
/proc/meminfo: memFree=31728420/32951124 swapFree=55639044/67111528
[pid=23632] ppid=23630 vsize=13626012 CPUtime=0.53 cores=1,3,5,7
/proc/23632/stat : 23632 (java) S 23630 23632 23433 0 -1 4202496 19170 0 1 0 50 3 0 0 25 0 18 0 828033180 13953036288 18491 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23632/statm: 3406503 18492 2223 9 0 3397237 0
[pid=23632/tid=23633] ppid=23630 vsize=13626012 CPUtime=0.3 cores=1,3,5,7
/proc/23632/task/23633/stat : 23633 (java) R 23630 23632 23433 0 -1 4202560 15757 0 1 0 28 2 0 0 25 0 18 0 828033181 13953036288 18492 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 46912505546363 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 13626012

[startup+0.700531 s]
/proc/loadavg: 2.14 2.07 2.01 3/471 23632
/proc/meminfo: memFree=31728420/32951124 swapFree=55639044/67111528
[pid=23632] ppid=23630 vsize=13638636 CPUtime=1.57 cores=1,3,5,7
/proc/23632/stat : 23632 (java) S 23630 23632 23433 0 -1 4202496 60372 0 1 0 149 8 0 0 25 0 19 0 828033180 13965963264 57694 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23632/statm: 3409659 57694 2238 9 0 3400393 0
[pid=23632/tid=23633] ppid=23630 vsize=13638636 CPUtime=0.67 cores=1,3,5,7
/proc/23632/task/23633/stat : 23633 (java) R 23630 23632 23433 0 -1 4202560 50755 0 1 0 61 6 0 0 25 0 19 0 828033181 13965963264 57694 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 46912505217839 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 13638636

[startup+1.50139 s]
/proc/loadavg: 2.14 2.07 2.01 3/490 23651
/proc/meminfo: memFree=31503340/32951124 swapFree=55639044/67111528
[pid=23632] ppid=23630 vsize=13638636 CPUtime=2.72 cores=1,3,5,7
/proc/23632/stat : 23632 (java) S 23630 23632 23433 0 -1 4202496 61680 0 1 0 264 8 0 0 25 0 19 0 828033180 13965963264 58186 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23632/statm: 3409659 58186 2243 9 0 3400393 0
[pid=23632/tid=23633] ppid=23630 vsize=13638636 CPUtime=1.47 cores=1,3,5,7
/proc/23632/task/23633/stat : 23633 (java) R 23630 23632 23433 0 -1 4202560 51161 0 1 0 141 6 0 0 25 0 19 0 828033181 13965963264 58186 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 46912505987234 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23632/tid=23635] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23635/stat : 23635 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828033183 13965963264 58186 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
[pid=23632/tid=23636] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23636/stat : 23636 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828033183 13965963264 58186 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
[pid=23632/tid=23637] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23637/stat : 23637 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828033183 13965963264 58186 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
[pid=23632/tid=23638] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23638/stat : 23638 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828033183 13965963264 58186 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
[pid=23632/tid=23639] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23639/stat : 23639 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828033183 13965963264 58186 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
[pid=23632/tid=23640] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23640/stat : 23640 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828033183 13965963264 58186 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
[pid=23632/tid=23641] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23641/stat : 23641 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828033183 13965963264 58186 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
[pid=23632/tid=23642] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23642/stat : 23642 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828033183 13965963264 58186 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
[pid=23632/tid=23643] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23643/stat : 23643 (java) S 23630 23632 23433 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 828033184 13965963264 58186 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562354176 0 0 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23644] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23644/stat : 23644 (java) S 23630 23632 23433 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 828033184 13965963264 58186 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23645] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23645/stat : 23645 (java) S 23630 23632 23433 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828033184 13965963264 58186 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23646] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23646/stat : 23646 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828033187 13965963264 58186 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562361265 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23647] ppid=23630 vsize=13638636 CPUtime=0.59 cores=1,3,5,7
/proc/23632/task/23647/stat : 23647 (java) S 23630 23632 23433 0 -1 4202560 4386 0 0 0 59 0 0 0 25 0 19 0 828033187 13965963264 58186 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 1 0 0 0
[pid=23632/tid=23648] ppid=23630 vsize=13638636 CPUtime=0.63 cores=1,3,5,7
/proc/23632/task/23648/stat : 23648 (java) S 23630 23632 23433 0 -1 4202560 4972 0 0 0 62 1 0 0 17 0 19 0 828033187 13965963264 58186 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
[pid=23632/tid=23649] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23649/stat : 23649 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828033187 13965963264 58186 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23650] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23650/stat : 23650 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828033187 13965963264 58186 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562354176 0 4 0 16800975 18446604470358364544 0 0 -1 1 0 0 0
[pid=23632/tid=23651] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23651/stat : 23651 (java) S 23630 23632 23433 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828033249 13965963264 58186 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562354176 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 13638636

[startup+3.1011 s]
/proc/loadavg: 2.13 2.07 2.01 3/490 23651
/proc/meminfo: memFree=31501356/32951124 swapFree=55639044/67111528
[pid=23632] ppid=23630 vsize=13638636 CPUtime=4.38 cores=1,3,5,7
/proc/23632/stat : 23632 (java) S 23630 23632 23433 0 -1 4202496 62541 0 1 0 430 8 0 0 25 0 19 0 828033180 13965963264 59045 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23632/statm: 3409659 59045 2245 9 0 3400393 0
[pid=23632/tid=23633] ppid=23630 vsize=13638636 CPUtime=3.07 cores=1,3,5,7
/proc/23632/task/23633/stat : 23633 (java) R 23630 23632 23433 0 -1 4202560 52014 0 1 0 301 6 0 0 25 0 19 0 828033181 13965963264 59045 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 46912505995105 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23632/tid=23635] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23635/stat : 23635 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828033183 13965963264 59045 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
[pid=23632/tid=23636] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23636/stat : 23636 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828033183 13965963264 59045 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
[pid=23632/tid=23637] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23637/stat : 23637 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828033183 13965963264 59045 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
[pid=23632/tid=23638] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23638/stat : 23638 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828033183 13965963264 59045 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
[pid=23632/tid=23639] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23639/stat : 23639 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828033183 13965963264 59045 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
[pid=23632/tid=23640] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23640/stat : 23640 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828033183 13965963264 59045 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
[pid=23632/tid=23641] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23641/stat : 23641 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828033183 13965963264 59045 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
[pid=23632/tid=23642] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23642/stat : 23642 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828033183 13965963264 59045 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
[pid=23632/tid=23643] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23643/stat : 23643 (java) S 23630 23632 23433 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 828033184 13965963264 59045 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562354176 0 0 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23644] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23644/stat : 23644 (java) S 23630 23632 23433 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 828033184 13965963264 59046 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23645] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23645/stat : 23645 (java) S 23630 23632 23433 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828033184 13965963264 59046 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23646] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23646/stat : 23646 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828033187 13965963264 59046 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562361265 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23647] ppid=23630 vsize=13638636 CPUtime=0.64 cores=1,3,5,7
/proc/23632/task/23647/stat : 23647 (java) S 23630 23632 23433 0 -1 4202560 4394 0 0 0 64 0 0 0 15 0 19 0 828033187 13965963264 59046 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 1 0 0 0
[pid=23632/tid=23648] ppid=23630 vsize=13638636 CPUtime=0.65 cores=1,3,5,7
/proc/23632/task/23648/stat : 23648 (java) S 23630 23632 23433 0 -1 4202560 4972 0 0 0 64 1 0 0 15 0 19 0 828033187 13965963264 59046 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
[pid=23632/tid=23649] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23649/stat : 23649 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828033187 13965963264 59046 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23650] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23650/stat : 23650 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828033187 13965963264 59046 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562354176 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
[pid=23632/tid=23651] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23651/stat : 23651 (java) S 23630 23632 23433 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828033249 13965963264 59046 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562354176 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 13638636

[startup+6.30151 s]
/proc/loadavg: 2.13 2.07 2.01 3/490 23652
/proc/meminfo: memFree=31484488/32951124 swapFree=55639044/67111528
[pid=23632] ppid=23630 vsize=13638636 CPUtime=7.63 cores=1,3,5,7
/proc/23632/stat : 23632 (java) S 23630 23632 23433 0 -1 4202496 79671 0 1 0 752 11 0 0 25 0 19 0 828033180 13965963264 76152 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23632/statm: 3409659 76152 2271 9 0 3400393 0
[pid=23632/tid=23633] ppid=23630 vsize=13638636 CPUtime=6.17 cores=1,3,5,7
/proc/23632/task/23633/stat : 23633 (java) R 23630 23632 23433 0 -1 4202560 56272 0 1 0 610 7 0 0 25 0 19 0 828033181 13965963264 76152 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 46912505999565 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23632/tid=23635] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23635/stat : 23635 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828033183 13965963264 76152 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
[pid=23632/tid=23636] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23636/stat : 23636 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828033183 13965963264 76152 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
[pid=23632/tid=23637] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23637/stat : 23637 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828033183 13965963264 76152 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
[pid=23632/tid=23638] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23638/stat : 23638 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828033183 13965963264 76152 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
[pid=23632/tid=23639] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23639/stat : 23639 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828033183 13965963264 76152 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
[pid=23632/tid=23640] ppid=23630 vsize=13638636 CPUtime=0.01 cores=1,3,5,7
/proc/23632/task/23640/stat : 23640 (java) S 23630 23632 23433 0 -1 4202560 3280 0 0 0 1 0 0 0 18 0 19 0 828033183 13965963264 76152 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
[pid=23632/tid=23641] ppid=23630 vsize=13638636 CPUtime=0.02 cores=1,3,5,7
/proc/23632/task/23641/stat : 23641 (java) S 23630 23632 23433 0 -1 4202560 2126 0 0 0 2 0 0 0 18 0 19 0 828033183 13965963264 76152 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
[pid=23632/tid=23642] ppid=23630 vsize=13638636 CPUtime=0.01 cores=1,3,5,7
/proc/23632/task/23642/stat : 23642 (java) S 23630 23632 23433 0 -1 4202560 754 0 0 0 1 0 0 0 18 0 19 0 828033183 13965963264 76152 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
[pid=23632/tid=23643] ppid=23630 vsize=13638636 CPUtime=0.06 cores=1,3,5,7
/proc/23632/task/23643/stat : 23643 (java) S 23630 23632 23433 0 -1 4202560 6712 0 0 0 6 0 0 0 16 0 19 0 828033184 13965963264 76152 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562354176 0 0 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23644] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23644/stat : 23644 (java) S 23630 23632 23433 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828033184 13965963264 76152 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23645] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23645/stat : 23645 (java) S 23630 23632 23433 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828033184 13965963264 76152 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23646] ppid=23630 vsize=13638636 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23646/stat : 23646 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828033187 13965963264 76152 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562361265 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23647] ppid=23630 vsize=13638636 CPUtime=0.64 cores=1,3,5,7
/proc/23632/task/23647/stat : 23647 (java) S 23630 23632 23433 0 -1 4202560 4399 0 0 0 64 0 0 0 15 0 19 0 828033187 13965963264 76152 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 1 0 0 0
[pid=23632/tid=23648] ppid=23630 vsize=13638636 CPUtime=0.66 cores=1,3,5,7
/proc/23632/task/23648/stat : 23648 (java) S 23630 23632 23433 0 -1 4202560 4972 0 0 0 65 1 0 0 16 0 19 0 828033187 13965963264 76152 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0

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

[pid=23632/tid=23640] ppid=23630 vsize=13632588 CPUtime=0.15 cores=1,3,5,7
/proc/23632/task/23640/stat : 23640 (java) S 23630 23632 23433 0 -1 4202560 11058 0 0 0 14 1 0 0 15 0 19 0 828033183 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 5 0 0 0
[pid=23632/tid=23641] ppid=23630 vsize=13632588 CPUtime=0.18 cores=1,3,5,7
/proc/23632/task/23641/stat : 23641 (java) S 23630 23632 23433 0 -1 4202560 9708 0 0 0 17 1 0 0 15 0 19 0 828033183 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23642] ppid=23630 vsize=13632588 CPUtime=0.13 cores=1,3,5,7
/proc/23632/task/23642/stat : 23642 (java) S 23630 23632 23433 0 -1 4202560 5307 0 0 0 13 0 0 0 15 0 19 0 828033183 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23643] ppid=23630 vsize=13632588 CPUtime=2.34 cores=1,3,5,7
/proc/23632/task/23643/stat : 23643 (java) S 23630 23632 23433 0 -1 4202560 39824 0 0 0 230 4 0 0 15 0 19 0 828033184 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562354176 0 0 0 16800975 18446604470358364544 0 0 -1 1 0 0 0
[pid=23632/tid=23644] ppid=23630 vsize=13632588 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23644/stat : 23644 (java) S 23630 23632 23433 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828033184 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23645] ppid=23630 vsize=13632588 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23645/stat : 23645 (java) S 23630 23632 23433 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828033184 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23646] ppid=23630 vsize=13632588 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23646/stat : 23646 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828033187 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562361265 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23647] ppid=23630 vsize=13632588 CPUtime=0.67 cores=1,3,5,7
/proc/23632/task/23647/stat : 23647 (java) S 23630 23632 23433 0 -1 4202560 4400 0 0 0 67 0 0 0 15 0 19 0 828033187 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 1 0 0 0
[pid=23632/tid=23648] ppid=23630 vsize=13632588 CPUtime=0.75 cores=1,3,5,7
/proc/23632/task/23648/stat : 23648 (java) S 23630 23632 23433 0 -1 4202560 4987 0 0 0 74 1 0 0 15 0 19 0 828033187 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
[pid=23632/tid=23649] ppid=23630 vsize=13632588 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23649/stat : 23649 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828033187 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23650] ppid=23630 vsize=13632588 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23650/stat : 23650 (java) S 23630 23632 23433 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 828033187 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562354176 0 4 0 16800975 18446604470358364544 0 0 -1 5 0 0 0
[pid=23632/tid=23651] ppid=23630 vsize=13632588 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23651/stat : 23651 (java) S 23630 23632 23433 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828033249 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562354176 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1724.62
Current children cumulated vsize (KiB) 13632588

[startup+1782.3 s]
/proc/loadavg: 2.02 2.07 2.02 3/490 23747
/proc/meminfo: memFree=31084680/32951124 swapFree=55639044/67111528
[pid=23632] ppid=23630 vsize=13632588 CPUtime=1784.63 cores=1,3,5,7
/proc/23632/stat : 23632 (java) S 23630 23632 23433 0 -1 4202496 166650 0 1 0 178442 21 0 0 25 0 19 0 828033180 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23632/statm: 3408147 161680 2271 9 0 3398881 0
[pid=23632/tid=23633] ppid=23630 vsize=13632588 CPUtime=1779.41 cores=1,3,5,7
/proc/23632/task/23633/stat : 23633 (java) R 23630 23632 23433 0 -1 4202560 56300 0 1 0 177934 7 0 0 25 0 19 0 828033181 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 46912505936995 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23632/tid=23635] ppid=23630 vsize=13632588 CPUtime=0.21 cores=1,3,5,7
/proc/23632/task/23635/stat : 23635 (java) S 23630 23632 23433 0 -1 4202560 11268 0 0 0 20 1 0 0 15 0 19 0 828033183 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 5 0 0 0
[pid=23632/tid=23636] ppid=23630 vsize=13632588 CPUtime=0.12 cores=1,3,5,7
/proc/23632/task/23636/stat : 23636 (java) S 23630 23632 23433 0 -1 4202560 3864 0 0 0 12 0 0 0 15 0 19 0 828033183 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23637] ppid=23630 vsize=13632588 CPUtime=0.18 cores=1,3,5,7
/proc/23632/task/23637/stat : 23637 (java) S 23630 23632 23433 0 -1 4202560 7791 0 0 0 18 0 0 0 16 0 19 0 828033183 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 5 0 0 0
[pid=23632/tid=23638] ppid=23630 vsize=13632588 CPUtime=0.18 cores=1,3,5,7
/proc/23632/task/23638/stat : 23638 (java) S 23630 23632 23433 0 -1 4202560 7030 0 0 0 17 1 0 0 16 0 19 0 828033183 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23639] ppid=23630 vsize=13632588 CPUtime=0.21 cores=1,3,5,7
/proc/23632/task/23639/stat : 23639 (java) S 23630 23632 23433 0 -1 4202560 3860 0 0 0 21 0 0 0 16 0 19 0 828033183 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23640] ppid=23630 vsize=13632588 CPUtime=0.15 cores=1,3,5,7
/proc/23632/task/23640/stat : 23640 (java) S 23630 23632 23433 0 -1 4202560 11058 0 0 0 14 1 0 0 15 0 19 0 828033183 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 5 0 0 0
[pid=23632/tid=23641] ppid=23630 vsize=13632588 CPUtime=0.18 cores=1,3,5,7
/proc/23632/task/23641/stat : 23641 (java) S 23630 23632 23433 0 -1 4202560 9708 0 0 0 17 1 0 0 15 0 19 0 828033183 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23642] ppid=23630 vsize=13632588 CPUtime=0.13 cores=1,3,5,7
/proc/23632/task/23642/stat : 23642 (java) S 23630 23632 23433 0 -1 4202560 5307 0 0 0 13 0 0 0 15 0 19 0 828033183 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23643] ppid=23630 vsize=13632588 CPUtime=2.34 cores=1,3,5,7
/proc/23632/task/23643/stat : 23643 (java) S 23630 23632 23433 0 -1 4202560 39824 0 0 0 230 4 0 0 15 0 19 0 828033184 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562354176 0 0 0 16800975 18446604470358364544 0 0 -1 1 0 0 0
[pid=23632/tid=23644] ppid=23630 vsize=13632588 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23644/stat : 23644 (java) S 23630 23632 23433 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828033184 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23645] ppid=23630 vsize=13632588 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23645/stat : 23645 (java) S 23630 23632 23433 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828033184 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23646] ppid=23630 vsize=13632588 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23646/stat : 23646 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828033187 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562361265 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23647] ppid=23630 vsize=13632588 CPUtime=0.67 cores=1,3,5,7
/proc/23632/task/23647/stat : 23647 (java) S 23630 23632 23433 0 -1 4202560 4400 0 0 0 67 0 0 0 15 0 19 0 828033187 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 1 0 0 0
[pid=23632/tid=23648] ppid=23630 vsize=13632588 CPUtime=0.75 cores=1,3,5,7
/proc/23632/task/23648/stat : 23648 (java) S 23630 23632 23433 0 -1 4202560 4987 0 0 0 74 1 0 0 15 0 19 0 828033187 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
[pid=23632/tid=23649] ppid=23630 vsize=13632588 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23649/stat : 23649 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828033187 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23650] ppid=23630 vsize=13632588 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23650/stat : 23650 (java) S 23630 23632 23433 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 828033187 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562354176 0 4 0 16800975 18446604470358364544 0 0 -1 5 0 0 0
[pid=23632/tid=23651] ppid=23630 vsize=13632588 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23651/stat : 23651 (java) S 23630 23632 23433 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828033249 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562354176 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1784.63
Current children cumulated vsize (KiB) 13632588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 2.02 2.06 2.02 3/490 23747
/proc/meminfo: memFree=31084556/32951124 swapFree=55639044/67111528
[pid=23632] ppid=23630 vsize=13632588 CPUtime=1800.04 cores=1,3,5,7
/proc/23632/stat : 23632 (java) S 23630 23632 23433 0 -1 4202496 166652 0 1 0 179983 21 0 0 25 0 19 0 828033180 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23632/statm: 3408147 161680 2271 9 0 3398881 0
[pid=23632/tid=23633] ppid=23630 vsize=13632588 CPUtime=1794.83 cores=1,3,5,7
/proc/23632/task/23633/stat : 23633 (java) R 23630 23632 23433 0 -1 4202560 56300 0 1 0 179476 7 0 0 25 0 19 0 828033181 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 46912505987295 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23632/tid=23635] ppid=23630 vsize=13632588 CPUtime=0.21 cores=1,3,5,7
/proc/23632/task/23635/stat : 23635 (java) S 23630 23632 23433 0 -1 4202560 11268 0 0 0 20 1 0 0 15 0 19 0 828033183 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 5 0 0 0
[pid=23632/tid=23636] ppid=23630 vsize=13632588 CPUtime=0.12 cores=1,3,5,7
/proc/23632/task/23636/stat : 23636 (java) S 23630 23632 23433 0 -1 4202560 3864 0 0 0 12 0 0 0 15 0 19 0 828033183 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23637] ppid=23630 vsize=13632588 CPUtime=0.18 cores=1,3,5,7
/proc/23632/task/23637/stat : 23637 (java) S 23630 23632 23433 0 -1 4202560 7791 0 0 0 18 0 0 0 16 0 19 0 828033183 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 5 0 0 0
[pid=23632/tid=23638] ppid=23630 vsize=13632588 CPUtime=0.18 cores=1,3,5,7
/proc/23632/task/23638/stat : 23638 (java) S 23630 23632 23433 0 -1 4202560 7030 0 0 0 17 1 0 0 16 0 19 0 828033183 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23639] ppid=23630 vsize=13632588 CPUtime=0.21 cores=1,3,5,7
/proc/23632/task/23639/stat : 23639 (java) S 23630 23632 23433 0 -1 4202560 3860 0 0 0 21 0 0 0 16 0 19 0 828033183 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23640] ppid=23630 vsize=13632588 CPUtime=0.15 cores=1,3,5,7
/proc/23632/task/23640/stat : 23640 (java) S 23630 23632 23433 0 -1 4202560 11058 0 0 0 14 1 0 0 15 0 19 0 828033183 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 5 0 0 0
[pid=23632/tid=23641] ppid=23630 vsize=13632588 CPUtime=0.18 cores=1,3,5,7
/proc/23632/task/23641/stat : 23641 (java) S 23630 23632 23433 0 -1 4202560 9708 0 0 0 17 1 0 0 15 0 19 0 828033183 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23642] ppid=23630 vsize=13632588 CPUtime=0.13 cores=1,3,5,7
/proc/23632/task/23642/stat : 23642 (java) S 23630 23632 23433 0 -1 4202560 5307 0 0 0 13 0 0 0 15 0 19 0 828033183 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23643] ppid=23630 vsize=13632588 CPUtime=2.34 cores=1,3,5,7
/proc/23632/task/23643/stat : 23643 (java) S 23630 23632 23433 0 -1 4202560 39824 0 0 0 230 4 0 0 15 0 19 0 828033184 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562354176 0 0 0 16800975 18446604470358364544 0 0 -1 1 0 0 0
[pid=23632/tid=23644] ppid=23630 vsize=13632588 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23644/stat : 23644 (java) S 23630 23632 23433 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828033184 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23645] ppid=23630 vsize=13632588 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23645/stat : 23645 (java) S 23630 23632 23433 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828033184 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23646] ppid=23630 vsize=13632588 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23646/stat : 23646 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828033187 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562361265 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23647] ppid=23630 vsize=13632588 CPUtime=0.67 cores=1,3,5,7
/proc/23632/task/23647/stat : 23647 (java) S 23630 23632 23433 0 -1 4202560 4400 0 0 0 67 0 0 0 15 0 19 0 828033187 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 1 0 0 0
[pid=23632/tid=23648] ppid=23630 vsize=13632588 CPUtime=0.75 cores=1,3,5,7
/proc/23632/task/23648/stat : 23648 (java) S 23630 23632 23433 0 -1 4202560 4987 0 0 0 74 1 0 0 15 0 19 0 828033187 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
[pid=23632/tid=23649] ppid=23630 vsize=13632588 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23649/stat : 23649 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828033187 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23650] ppid=23630 vsize=13632588 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23650/stat : 23650 (java) S 23630 23632 23433 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 828033187 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562354176 0 4 0 16800975 18446604470358364544 0 0 -1 5 0 0 0
[pid=23632/tid=23651] ppid=23630 vsize=13632588 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23651/stat : 23651 (java) S 23630 23632 23433 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828033249 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562354176 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 13632588

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

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

[startup+1797.7 s]
/proc/loadavg: 2.02 2.06 2.02 3/490 23747
/proc/meminfo: memFree=31084556/32951124 swapFree=55639044/67111528
[pid=23632] ppid=23630 vsize=13632588 CPUtime=1800.04 cores=1,3,5,7
/proc/23632/stat : 23632 (java) S 23630 23632 23433 0 -1 4202496 166652 0 1 0 179983 21 0 0 25 0 19 0 828033180 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23632/statm: 3408147 161680 2271 9 0 3398881 0
[pid=23632/tid=23633] ppid=23630 vsize=13632588 CPUtime=1794.83 cores=1,3,5,7
/proc/23632/task/23633/stat : 23633 (java) R 23630 23632 23433 0 -1 4202560 56300 0 1 0 179476 7 0 0 25 0 19 0 828033181 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 46912505987295 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23632/tid=23635] ppid=23630 vsize=13632588 CPUtime=0.21 cores=1,3,5,7
/proc/23632/task/23635/stat : 23635 (java) S 23630 23632 23433 0 -1 4202560 11268 0 0 0 20 1 0 0 15 0 19 0 828033183 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 5 0 0 0
[pid=23632/tid=23636] ppid=23630 vsize=13632588 CPUtime=0.12 cores=1,3,5,7
/proc/23632/task/23636/stat : 23636 (java) S 23630 23632 23433 0 -1 4202560 3864 0 0 0 12 0 0 0 15 0 19 0 828033183 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23637] ppid=23630 vsize=13632588 CPUtime=0.18 cores=1,3,5,7
/proc/23632/task/23637/stat : 23637 (java) S 23630 23632 23433 0 -1 4202560 7791 0 0 0 18 0 0 0 16 0 19 0 828033183 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 5 0 0 0
[pid=23632/tid=23638] ppid=23630 vsize=13632588 CPUtime=0.18 cores=1,3,5,7
/proc/23632/task/23638/stat : 23638 (java) S 23630 23632 23433 0 -1 4202560 7030 0 0 0 17 1 0 0 16 0 19 0 828033183 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23639] ppid=23630 vsize=13632588 CPUtime=0.21 cores=1,3,5,7
/proc/23632/task/23639/stat : 23639 (java) S 23630 23632 23433 0 -1 4202560 3860 0 0 0 21 0 0 0 16 0 19 0 828033183 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23640] ppid=23630 vsize=13632588 CPUtime=0.15 cores=1,3,5,7
/proc/23632/task/23640/stat : 23640 (java) S 23630 23632 23433 0 -1 4202560 11058 0 0 0 14 1 0 0 15 0 19 0 828033183 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 5 0 0 0
[pid=23632/tid=23641] ppid=23630 vsize=13632588 CPUtime=0.18 cores=1,3,5,7
/proc/23632/task/23641/stat : 23641 (java) S 23630 23632 23433 0 -1 4202560 9708 0 0 0 17 1 0 0 15 0 19 0 828033183 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23642] ppid=23630 vsize=13632588 CPUtime=0.13 cores=1,3,5,7
/proc/23632/task/23642/stat : 23642 (java) S 23630 23632 23433 0 -1 4202560 5307 0 0 0 13 0 0 0 15 0 19 0 828033183 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23643] ppid=23630 vsize=13632588 CPUtime=2.34 cores=1,3,5,7
/proc/23632/task/23643/stat : 23643 (java) S 23630 23632 23433 0 -1 4202560 39824 0 0 0 230 4 0 0 15 0 19 0 828033184 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562354176 0 0 0 16800975 18446604470358364544 0 0 -1 1 0 0 0
[pid=23632/tid=23644] ppid=23630 vsize=13632588 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23644/stat : 23644 (java) S 23630 23632 23433 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828033184 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23645] ppid=23630 vsize=13632588 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23645/stat : 23645 (java) S 23630 23632 23433 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828033184 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23646] ppid=23630 vsize=13632588 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23646/stat : 23646 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828033187 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562361265 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23647] ppid=23630 vsize=13632588 CPUtime=0.67 cores=1,3,5,7
/proc/23632/task/23647/stat : 23647 (java) S 23630 23632 23433 0 -1 4202560 4400 0 0 0 67 0 0 0 15 0 19 0 828033187 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 1 0 0 0
[pid=23632/tid=23648] ppid=23630 vsize=13632588 CPUtime=0.75 cores=1,3,5,7
/proc/23632/task/23648/stat : 23648 (java) S 23630 23632 23433 0 -1 4202560 4987 0 0 0 74 1 0 0 15 0 19 0 828033187 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
[pid=23632/tid=23649] ppid=23630 vsize=13632588 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23649/stat : 23649 (java) S 23630 23632 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828033187 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562353561 0 4 0 16800975 18446604470358364544 0 0 -1 3 0 0 0
[pid=23632/tid=23650] ppid=23630 vsize=13632588 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23650/stat : 23650 (java) S 23630 23632 23433 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 828033187 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562354176 0 4 0 16800975 18446604470358364544 0 0 -1 5 0 0 0
[pid=23632/tid=23651] ppid=23630 vsize=13632588 CPUtime=0 cores=1,3,5,7
/proc/23632/task/23651/stat : 23651 (java) S 23630 23632 23433 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828033249 13959770112 161680 33554432000 1073741824 1073778376 140735520722976 18446744073709551615 271562354176 0 4 0 16800975 18446604470358364544 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 13632588

Child status: 143
Real time (s): 1797.78
CPU time (s): 1800.16
CPU user time (s): 1799.92
CPU system time (s): 0.244962
CPU usage (%): 100.132
Max. virtual memory (cumulated for all children) (KiB): 13638636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.92
system time used= 0.244962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166691
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37454
involuntary context switches= 5416

runsolver used 8.15476 second user time and 19.2541 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-04 07:12:33
IDJOB=3458000
IDBENCH=48325
IDSOLVER=1952
FILE ID=node133/3458000-1307164353
RUNJOBID= node133-1307164139-23452
PBS_JOBID= 13508830
Free space on /tmp= 73980 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_5_15.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458000-1307164353/watcher-3458000-1307164353 -o /tmp/evaluation-result-3458000-1307164353/solver-3458000-1307164353 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458000-1307164353.opb

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

MD5SUM BENCH= b33a935d423c3fea7f6ee6702f232aa4
RANDOM SEED=1700798507

node133.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 6741.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31728700 kB
Buffers:        317080 kB
Cached:         483824 kB
SwapCached:      10584 kB
Active:         491052 kB
Inactive:       457744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31728700 kB
SwapTotal:    67111528 kB
SwapFree:     55639044 kB
Dirty:             880 kB
Writeback:           0 kB
AnonPages:      144532 kB
Mapped:          21252 kB
Slab:           152220 kB
PageTables:      53912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 128352560 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73980 MiB
End job on node133 at 2011-06-04 07:42:33