Trace number 3457978

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.19 1797.78

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_3_80.opb
MD5SUMd27101fec2f8e3dc322d79bbc996c69e
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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 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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)74920
Sum of products size (including duplicates)149840
Number of different products37460
Sum of products size74920

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.18-164.el5
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		12995394264
0.04/0.09	c Max memory 		13063553024
0.04/0.09	c Total memory 		13063553024
0.04/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@761a626f
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3457978-1307163894.opb
0.10/0.11	c reading problem ... 
1.58/0.85	c ... done. Wall clock time 0.747s.
1.58/0.85	c #vars     38460
1.58/0.85	c #constraints  76423
1.58/0.85	c constraints type 
1.58/0.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37460
1.58/0.86	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1.58/0.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.58/0.86	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37460
11.28/10.10	c cleaning 2518 clauses out of 5036 with flag 5036/5036
20.92/19.59	c cleaning 4266 clauses out of 8532 with flag 11050/11050
30.54/29.12	c cleaning 5612 clauses out of 11224 with flag 18008/18008
42.26/40.89	c cleaning 6828 clauses out of 13655 with flag 26051/26051
60.52/59.09	c cleaning 7889 clauses out of 15777 with flag 35001/35001
83.33/81.80	c cleaning 8944 clauses out of 17888 with flag 45001/45001
99.14/97.67	c cleaning 9980 clauses out of 19960 with flag 56017/56017
132.06/130.51	c cleaning 10983 clauses out of 21965 with flag 68002/68002
166.08/164.50	c cleaning 11991 clauses out of 23981 with flag 81001/81001
202.61/201.00	c cleaning 13002 clauses out of 26004 with flag 95015/95015
241.33/239.77	c cleaning 13996 clauses out of 27992 with flag 110005/110005
289.07/287.40	c cleaning 15001 clauses out of 30001 with flag 126010/126010
355.02/353.32	c cleaning 15997 clauses out of 31994 with flag 143004/143004
428.03/426.33	c cleaning 17112 clauses out of 34224 with flag 161231/161231
488.47/486.79	c cleaning 17941 clauses out of 35882 with flag 180001/180001
515.01/513.25	c cleaning 18971 clauses out of 37941 with flag 200001/200001
546.64/544.88	c cleaning 19907 clauses out of 39969 with flag 221000/221000
585.28/583.49	c cleaning 20966 clauses out of 42062 with flag 243000/243000
611.13/609.28	c cleaning 22017 clauses out of 44096 with flag 266000/266000
642.57/640.65	c cleaning 22975 clauses out of 46079 with flag 290000/290000
674.09/672.10	c cleaning 24033 clauses out of 48104 with flag 315000/315000
704.02/702.02	c cleaning 24989 clauses out of 50071 with flag 341000/341000
740.07/738.00	c cleaning 25960 clauses out of 52082 with flag 368000/368000
792.99/790.92	c cleaning 26927 clauses out of 54122 with flag 396000/396000
859.32/857.26	c cleaning 28076 clauses out of 56197 with flag 425002/425002
929.34/927.30	c cleaning 29007 clauses out of 58120 with flag 455001/455001
1002.56/1000.49	c cleaning 29994 clauses out of 60112 with flag 486000/486000
1081.68/1079.51	c cleaning 31028 clauses out of 62119 with flag 518001/518001
1162.09/1159.96	c cleaning 32002 clauses out of 64090 with flag 551000/551000
1239.51/1237.34	c cleaning 32984 clauses out of 66088 with flag 585000/585000
1325.82/1323.67	c cleaning 34012 clauses out of 68104 with flag 620000/620000
1408.04/1405.87	c cleaning 34933 clauses out of 70092 with flag 656000/656000
1496.18/1493.99	c cleaning 36024 clauses out of 72160 with flag 693001/693001
1580.70/1578.41	c cleaning 37013 clauses out of 74137 with flag 731002/731002
1678.42/1676.12	c cleaning 38022 clauses out of 76122 with flag 770000/770000
1767.64/1765.36	c cleaning 38988 clauses out of 78100 with flag 810000/810000
1800.07/1797.72	c starts		: 171
1800.07/1797.72	c conflicts		: 828457
1800.07/1797.72	c decisions		: 2210313
1800.07/1797.72	c propagations		: 439789122
1800.07/1797.72	c inspects		: 9417925188
1800.07/1797.72	c shortcuts		: 0
1800.07/1797.72	c learnt literals	: 0
1800.07/1797.72	c learnt binary clauses	: 0
1800.07/1797.72	c learnt ternary clauses	: 600
1800.07/1797.72	c learnt constraints	: 828457
1800.07/1797.72	c ignored constraints	: 0
1800.07/1797.72	c root simplifications	: 0
1800.07/1797.72	c removed literals (reason simplification)	: 141048615
1800.07/1797.72	c reason swapping (by a shorter reason)	: 0
1800.07/1797.72	c Calls to reduceDB	: 36
1800.07/1797.72	c number of reductions to clauses (during analyze)	: 0
1800.07/1797.72	c number of learned constraints concerned by reduction	: 0
1800.07/1797.72	c number of learning phase by resolution	: 0
1800.07/1797.72	c number of learning phase by cutting planes	: 0
1800.07/1797.72	c speed (assignments/second)	: 244753.98555926944
1800.07/1797.72	c non guided choices	37864
1800.07/1797.74	c learnt constraints type 
1800.07/1797.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 57581
1800.07/1797.74	c constraints type 
1800.07/1797.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37460
1800.07/1797.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.07/1797.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.07/1797.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37460
1800.07/1797.74	s UNKNOWN
1800.07/1797.74	c Total wall clock time (in seconds): 1797.633

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-3457978-1307163894/watcher-3457978-1307163894 -o /tmp/evaluation-result-3457978-1307163894/solver-3457978-1307163894 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3457978-1307163894.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: 1.94 2.00 1.99 2/424 6961
/proc/meminfo: memFree=26016504/32950928 swapFree=52006644/67111528
[pid=6961] ppid=6959 vsize=13508980 CPUtime=0 cores=1,3,5,7
/proc/6961/stat : 6961 (java) S 6959 6961 6914 0 -1 4202496 2102 0 1 0 0 0 0 0 18 0 2 0 283998821 13833195520 1804 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892367845 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/6961/statm: 3377245 1818 906 9 0 3368401 0
[pid=6961/tid=6962] ppid=6959 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6962/stat : 6962 (java) R 6959 6961 6914 0 -1 4202560 5297 0 1 0 0 0 0 0 19 0 2 0 283998821 13850947584 6113 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218880259131 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0580491 s]
/proc/loadavg: 1.94 2.00 1.99 2/424 6961
/proc/meminfo: memFree=26016504/32950928 swapFree=52006644/67111528
[pid=6961] ppid=6959 vsize=13549616 CPUtime=0.04 cores=1,3,5,7
/proc/6961/stat : 6961 (java) S 6959 6961 6914 0 -1 4202496 14021 0 1 0 3 1 0 0 18 0 13 0 283998821 13874806784 13718 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892367845 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0
/proc/6961/statm: 3387404 13718 1685 9 0 3378152 0
[pid=6961/tid=6962] ppid=6959 vsize=13549616 CPUtime=0.04 cores=1,3,5,7
/proc/6961/task/6962/stat : 6962 (java) R 6959 6961 6914 0 -1 4202560 12873 0 1 0 3 1 0 0 18 0 13 0 283998821 13874806784 13718 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 47031265139539 0 4 0 16800971 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13549616

[startup+0.101045 s]
/proc/loadavg: 1.94 2.00 1.99 2/424 6961
/proc/meminfo: memFree=26016504/32950928 swapFree=52006644/67111528
[pid=6961] ppid=6959 vsize=13622108 CPUtime=0.1 cores=1,3,5,7
/proc/6961/stat : 6961 (java) S 6959 6961 6914 0 -1 4202496 15532 0 1 0 8 2 0 0 18 0 18 0 283998821 13949038592 15229 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6961/statm: 3405527 15230 2092 9 0 3396261 0
[pid=6961/tid=6962] ppid=6959 vsize=13622108 CPUtime=0.09 cores=1,3,5,7
/proc/6961/task/6962/stat : 6962 (java) R 6959 6961 6914 0 -1 4202560 13617 0 1 0 7 2 0 0 22 0 18 0 283998821 13949038592 15230 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 47031261502373 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622108

[startup+0.316436 s]
/proc/loadavg: 1.94 2.00 1.99 2/424 6961
/proc/meminfo: memFree=26016504/32950928 swapFree=52006644/67111528
[pid=6961] ppid=6959 vsize=13622824 CPUtime=0.51 cores=1,3,5,7
/proc/6961/stat : 6961 (java) S 6959 6961 6914 0 -1 4202496 18323 0 1 0 49 2 0 0 18 0 18 0 283998821 13949771776 17871 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6961/statm: 3405706 17871 2220 9 0 3396440 0
[pid=6961/tid=6962] ppid=6959 vsize=13622824 CPUtime=0.3 cores=1,3,5,7
/proc/6961/task/6962/stat : 6962 (java) R 6959 6961 6914 0 -1 4202560 15561 0 1 0 28 2 0 0 22 0 18 0 283998821 13949771776 17872 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 46912505590121 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 13622824

[startup+0.700942 s]
/proc/loadavg: 1.94 2.00 1.99 2/424 6961
/proc/meminfo: memFree=26016504/32950928 swapFree=52006644/67111528
[pid=6961] ppid=6959 vsize=13630276 CPUtime=1.48 cores=1,3,5,7
/proc/6961/stat : 6961 (java) S 6959 6961 6914 0 -1 4202496 61621 0 1 0 139 9 0 0 18 0 18 0 283998821 13957402624 59009 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6961/statm: 3407569 59012 2227 9 0 3398303 0
[pid=6961/tid=6962] ppid=6959 vsize=13630276 CPUtime=0.68 cores=1,3,5,7
/proc/6961/task/6962/stat : 6962 (java) R 6959 6961 6914 0 -1 4202560 52675 0 1 0 60 8 0 0 18 0 18 0 283998821 13957402624 59014 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 46912505713302 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 13630276

[startup+1.5008 s]
/proc/loadavg: 2.34 2.09 2.02 3/452 6989
/proc/meminfo: memFree=25556996/32950928 swapFree=52006644/67111528
[pid=6961] ppid=6959 vsize=13631304 CPUtime=2.65 cores=1,3,5,7
/proc/6961/stat : 6961 (java) S 6959 6961 6914 0 -1 4202496 107416 0 1 0 250 15 0 0 18 0 19 0 283998821 13958455296 104389 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6961/statm: 3407826 104389 2238 9 0 3398560 0
[pid=6961/tid=6962] ppid=6959 vsize=13631304 CPUtime=1.48 cores=1,3,5,7
/proc/6961/task/6962/stat : 6962 (java) R 6959 6961 6914 0 -1 4202560 97945 0 1 0 135 13 0 0 19 0 19 0 283998821 13958455296 104389 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 46912506090514 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6961/tid=6967] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6967/stat : 6967 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283998823 13958455296 104389 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6968] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6968/stat : 6968 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 283998823 13958455296 104389 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6969] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6969/stat : 6969 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 283998823 13958455296 104389 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6970] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6970/stat : 6970 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 283998823 13958455296 104389 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6971] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6971/stat : 6971 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 283998823 13958455296 104389 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6972] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6972/stat : 6972 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 283998823 13958455296 104389 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6973] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6973/stat : 6973 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 283998823 13958455296 104389 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6974] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6974/stat : 6974 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 283998823 13958455296 104389 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6980] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6980/stat : 6980 (java) S 6959 6961 6914 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 283998824 13958455296 104389 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381696 0 0 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
[pid=6961/tid=6981] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6981/stat : 6981 (java) S 6959 6961 6914 0 -1 4202560 8 0 0 0 0 0 0 0 24 0 19 0 283998825 13958455296 104389 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6982] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6982/stat : 6982 (java) S 6959 6961 6914 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 283998825 13958455296 104389 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
[pid=6961/tid=6983] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6983/stat : 6983 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 283998827 13958455296 104389 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892388785 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6984] ppid=6959 vsize=13631304 CPUtime=0.64 cores=1,3,5,7
/proc/6961/task/6984/stat : 6984 (java) S 6959 6961 6914 0 -1 4202560 3765 0 0 0 64 0 0 0 15 0 19 0 283998827 13958455296 104389 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6985] ppid=6959 vsize=13631304 CPUtime=0.5 cores=1,3,5,7
/proc/6961/task/6985/stat : 6985 (java) S 6959 6961 6914 0 -1 4202560 4544 0 0 0 50 0 0 0 15 0 19 0 283998827 13958455296 104389 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=6961/tid=6986] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6986/stat : 6986 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 283998827 13958455296 104389 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6987] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6987/stat : 6987 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 283998827 13958455296 104389 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381696 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=6961/tid=6989] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6989/stat : 6989 (java) S 6959 6961 6914 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 283998909 13958455296 104389 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381696 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 13631304

[startup+3.10152 s]
/proc/loadavg: 2.34 2.09 2.02 3/452 6989
/proc/meminfo: memFree=25545340/32950928 swapFree=52006644/67111528
[pid=6961] ppid=6959 vsize=13631304 CPUtime=4.35 cores=1,3,5,7
/proc/6961/stat : 6961 (java) S 6959 6961 6914 0 -1 4202496 107735 0 1 0 420 15 0 0 18 0 19 0 283998821 13958455296 104625 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6961/statm: 3407826 104625 2241 9 0 3398560 0
[pid=6961/tid=6962] ppid=6959 vsize=13631304 CPUtime=3.08 cores=1,3,5,7
/proc/6961/task/6962/stat : 6962 (java) R 6959 6961 6914 0 -1 4202560 98164 0 1 0 295 13 0 0 25 0 19 0 283998821 13958455296 104625 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 46912505934270 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6961/tid=6967] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6967/stat : 6967 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283998823 13958455296 104625 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6968] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6968/stat : 6968 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 283998823 13958455296 104625 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6969] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6969/stat : 6969 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 283998823 13958455296 104625 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6970] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6970/stat : 6970 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 283998823 13958455296 104625 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6971] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6971/stat : 6971 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 283998823 13958455296 104625 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6972] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6972/stat : 6972 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 283998823 13958455296 104625 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6973] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6973/stat : 6973 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 283998823 13958455296 104625 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6974] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6974/stat : 6974 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 283998823 13958455296 104625 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6980] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6980/stat : 6980 (java) S 6959 6961 6914 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 283998824 13958455296 104625 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381696 0 0 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
[pid=6961/tid=6981] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6981/stat : 6981 (java) S 6959 6961 6914 0 -1 4202560 8 0 0 0 0 0 0 0 24 0 19 0 283998825 13958455296 104625 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6982] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6982/stat : 6982 (java) S 6959 6961 6914 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 283998825 13958455296 104625 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
[pid=6961/tid=6983] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6983/stat : 6983 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 283998827 13958455296 104625 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892388785 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6984] ppid=6959 vsize=13631304 CPUtime=0.68 cores=1,3,5,7
/proc/6961/task/6984/stat : 6984 (java) S 6959 6961 6914 0 -1 4202560 3773 0 0 0 68 0 0 0 15 0 19 0 283998827 13958455296 104625 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6985] ppid=6959 vsize=13631304 CPUtime=0.55 cores=1,3,5,7
/proc/6961/task/6985/stat : 6985 (java) S 6959 6961 6914 0 -1 4202560 4636 0 0 0 55 0 0 0 15 0 19 0 283998827 13958455296 104625 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=6961/tid=6986] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6986/stat : 6986 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 283998827 13958455296 104625 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6987] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6987/stat : 6987 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 283998827 13958455296 104625 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381696 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
[pid=6961/tid=6989] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6989/stat : 6989 (java) S 6959 6961 6914 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 283998909 13958455296 104625 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381696 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 13631304

[startup+6.30095 s]
/proc/loadavg: 2.32 2.08 2.02 3/452 6989
/proc/meminfo: memFree=25533832/32950928 swapFree=52006644/67111528
[pid=6961] ppid=6959 vsize=13631304 CPUtime=7.57 cores=1,3,5,7
/proc/6961/stat : 6961 (java) S 6959 6961 6914 0 -1 4202496 109747 0 1 0 742 15 0 0 18 0 19 0 283998821 13958455296 106635 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6961/statm: 3407826 106635 2241 9 0 3398560 0
[pid=6961/tid=6962] ppid=6959 vsize=13631304 CPUtime=6.29 cores=1,3,5,7
/proc/6961/task/6962/stat : 6962 (java) R 6959 6961 6914 0 -1 4202560 100176 0 1 0 615 14 0 0 25 0 19 0 283998821 13958455296 106635 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 47031265139539 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6961/tid=6967] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6967/stat : 6967 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283998823 13958455296 106635 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6968] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6968/stat : 6968 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 283998823 13958455296 106635 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6969] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6969/stat : 6969 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 283998823 13958455296 106635 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6970] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6970/stat : 6970 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 283998823 13958455296 106635 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6971] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6971/stat : 6971 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 283998823 13958455296 106635 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6972] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6972/stat : 6972 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 283998823 13958455296 106635 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6973] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6973/stat : 6973 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 283998823 13958455296 106635 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6974] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6974/stat : 6974 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 283998823 13958455296 106635 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6980] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6980/stat : 6980 (java) S 6959 6961 6914 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 283998824 13958455296 106635 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381696 0 0 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
[pid=6961/tid=6981] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6981/stat : 6981 (java) S 6959 6961 6914 0 -1 4202560 8 0 0 0 0 0 0 0 24 0 19 0 283998825 13958455296 106635 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6982] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6982/stat : 6982 (java) S 6959 6961 6914 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 283998825 13958455296 106635 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
[pid=6961/tid=6983] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6983/stat : 6983 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 283998827 13958455296 106635 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892388785 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6984] ppid=6959 vsize=13631304 CPUtime=0.68 cores=1,3,5,7
/proc/6961/task/6984/stat : 6984 (java) S 6959 6961 6914 0 -1 4202560 3773 0 0 0 68 0 0 0 15 0 19 0 283998827 13958455296 106635 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6985] ppid=6959 vsize=13631304 CPUtime=0.58 cores=1,3,5,7
/proc/6961/task/6985/stat : 6985 (java) S 6959 6961 6914 0 -1 4202560 4636 0 0 0 58 0 0 0 16 0 19 0 283998827 13958455296 106635 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0

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

[pid=6961/tid=6972] ppid=6959 vsize=13631304 CPUtime=0.12 cores=1,3,5,7
/proc/6961/task/6972/stat : 6972 (java) S 6959 6961 6914 0 -1 4202560 1489 0 0 0 12 0 0 0 16 0 19 0 283998823 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
[pid=6961/tid=6973] ppid=6959 vsize=13631304 CPUtime=0.08 cores=1,3,5,7
/proc/6961/task/6973/stat : 6973 (java) S 6959 6961 6914 0 -1 4202560 1740 0 0 0 8 0 0 0 15 0 19 0 283998823 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=6961/tid=6974] ppid=6959 vsize=13631304 CPUtime=0.12 cores=1,3,5,7
/proc/6961/task/6974/stat : 6974 (java) S 6959 6961 6914 0 -1 4202560 3075 0 0 0 12 0 0 0 16 0 19 0 283998823 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
[pid=6961/tid=6980] ppid=6959 vsize=13631304 CPUtime=4.71 cores=1,3,5,7
/proc/6961/task/6980/stat : 6980 (java) S 6959 6961 6914 0 -1 4202560 45537 0 0 0 466 5 0 0 15 0 19 0 283998824 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381696 0 0 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
[pid=6961/tid=6981] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6981/stat : 6981 (java) S 6959 6961 6914 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 283998825 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6982] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6982/stat : 6982 (java) S 6959 6961 6914 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 283998825 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
[pid=6961/tid=6983] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6983/stat : 6983 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 283998827 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892388785 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6984] ppid=6959 vsize=13631304 CPUtime=0.81 cores=1,3,5,7
/proc/6961/task/6984/stat : 6984 (java) S 6959 6961 6914 0 -1 4202560 3805 0 0 0 81 0 0 0 15 0 19 0 283998827 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6985] ppid=6959 vsize=13631304 CPUtime=0.62 cores=1,3,5,7
/proc/6961/task/6985/stat : 6985 (java) S 6959 6961 6914 0 -1 4202560 4639 0 0 0 62 0 0 0 15 0 19 0 283998827 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=6961/tid=6986] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6986/stat : 6986 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 283998827 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6987] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6987/stat : 6987 (java) S 6959 6961 6914 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 283998827 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381696 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=6961/tid=6989] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6989/stat : 6989 (java) S 6959 6961 6914 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 283998909 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381696 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1724.64
Current children cumulated vsize (KiB) 13631304

[startup+1782.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/452 7039
/proc/meminfo: memFree=25203104/32950928 swapFree=52006644/67111528
[pid=6961] ppid=6959 vsize=13631304 CPUtime=1784.66 cores=1,3,5,7
/proc/6961/stat : 6961 (java) S 6959 6961 6914 0 -1 4202496 190703 0 1 0 178440 26 0 0 18 0 19 0 283998821 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6961/statm: 3407826 187355 2267 9 0 3398560 0
[pid=6961/tid=6962] ppid=6959 vsize=13631304 CPUtime=1777.05 cores=1,3,5,7
/proc/6961/task/6962/stat : 6962 (java) R 6959 6961 6914 0 -1 4202560 102841 0 1 0 177691 14 0 0 25 0 19 0 283998821 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 46912506080258 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6961/tid=6967] ppid=6959 vsize=13631304 CPUtime=0.15 cores=1,3,5,7
/proc/6961/task/6967/stat : 6967 (java) S 6959 6961 6914 0 -1 4202560 4865 0 0 0 15 0 0 0 15 0 19 0 283998823 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6968] ppid=6959 vsize=13631304 CPUtime=0.17 cores=1,3,5,7
/proc/6961/task/6968/stat : 6968 (java) S 6959 6961 6914 0 -1 4202560 3905 0 0 0 17 0 0 0 15 0 19 0 283998823 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
[pid=6961/tid=6969] ppid=6959 vsize=13631304 CPUtime=0.17 cores=1,3,5,7
/proc/6961/task/6969/stat : 6969 (java) S 6959 6961 6914 0 -1 4202560 5775 0 0 0 17 0 0 0 15 0 19 0 283998823 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6970] ppid=6959 vsize=13631304 CPUtime=0.18 cores=1,3,5,7
/proc/6961/task/6970/stat : 6970 (java) S 6959 6961 6914 0 -1 4202560 7061 0 0 0 18 0 0 0 16 0 19 0 283998823 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=6961/tid=6971] ppid=6959 vsize=13631304 CPUtime=0.17 cores=1,3,5,7
/proc/6961/task/6971/stat : 6971 (java) S 6959 6961 6914 0 -1 4202560 4716 0 0 0 17 0 0 0 16 0 19 0 283998823 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
[pid=6961/tid=6972] ppid=6959 vsize=13631304 CPUtime=0.13 cores=1,3,5,7
/proc/6961/task/6972/stat : 6972 (java) S 6959 6961 6914 0 -1 4202560 1489 0 0 0 13 0 0 0 16 0 19 0 283998823 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
[pid=6961/tid=6973] ppid=6959 vsize=13631304 CPUtime=0.08 cores=1,3,5,7
/proc/6961/task/6973/stat : 6973 (java) S 6959 6961 6914 0 -1 4202560 1740 0 0 0 8 0 0 0 15 0 19 0 283998823 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=6961/tid=6974] ppid=6959 vsize=13631304 CPUtime=0.12 cores=1,3,5,7
/proc/6961/task/6974/stat : 6974 (java) S 6959 6961 6914 0 -1 4202560 3075 0 0 0 12 0 0 0 15 0 19 0 283998823 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
[pid=6961/tid=6980] ppid=6959 vsize=13631304 CPUtime=4.86 cores=1,3,5,7
/proc/6961/task/6980/stat : 6980 (java) S 6959 6961 6914 0 -1 4202560 45539 0 0 0 481 5 0 0 15 0 19 0 283998824 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381696 0 0 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
[pid=6961/tid=6981] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6981/stat : 6981 (java) S 6959 6961 6914 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 283998825 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6982] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6982/stat : 6982 (java) S 6959 6961 6914 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 283998825 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
[pid=6961/tid=6983] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6983/stat : 6983 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 283998827 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892388785 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6984] ppid=6959 vsize=13631304 CPUtime=0.81 cores=1,3,5,7
/proc/6961/task/6984/stat : 6984 (java) S 6959 6961 6914 0 -1 4202560 3805 0 0 0 81 0 0 0 15 0 19 0 283998827 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6985] ppid=6959 vsize=13631304 CPUtime=0.62 cores=1,3,5,7
/proc/6961/task/6985/stat : 6985 (java) S 6959 6961 6914 0 -1 4202560 4639 0 0 0 62 0 0 0 15 0 19 0 283998827 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=6961/tid=6986] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6986/stat : 6986 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 283998827 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6987] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6987/stat : 6987 (java) S 6959 6961 6914 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 283998827 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381696 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=6961/tid=6989] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6989/stat : 6989 (java) S 6959 6961 6914 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 283998909 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381696 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1784.66
Current children cumulated vsize (KiB) 13631304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 2.10 2.05 2.01 2/432 7043
/proc/meminfo: memFree=25313624/32950928 swapFree=52006644/67111528
[pid=6961] ppid=6959 vsize=13631304 CPUtime=1800.07 cores=1,3,5,7
/proc/6961/stat : 6961 (java) S 6959 6961 6914 0 -1 4202496 190705 0 1 0 179981 26 0 0 18 0 19 0 283998821 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6961/statm: 3407826 187355 2267 9 0 3398560 0
[pid=6961/tid=6962] ppid=6959 vsize=13631304 CPUtime=1792.47 cores=1,3,5,7
/proc/6961/task/6962/stat : 6962 (java) R 6959 6961 6914 0 -1 4202560 102841 0 1 0 179233 14 0 0 25 0 19 0 283998821 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 46912505942309 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6961/tid=6967] ppid=6959 vsize=13631304 CPUtime=0.15 cores=1,3,5,7
/proc/6961/task/6967/stat : 6967 (java) S 6959 6961 6914 0 -1 4202560 4865 0 0 0 15 0 0 0 15 0 19 0 283998823 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6968] ppid=6959 vsize=13631304 CPUtime=0.17 cores=1,3,5,7
/proc/6961/task/6968/stat : 6968 (java) S 6959 6961 6914 0 -1 4202560 3905 0 0 0 17 0 0 0 15 0 19 0 283998823 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
[pid=6961/tid=6969] ppid=6959 vsize=13631304 CPUtime=0.17 cores=1,3,5,7
/proc/6961/task/6969/stat : 6969 (java) S 6959 6961 6914 0 -1 4202560 5775 0 0 0 17 0 0 0 15 0 19 0 283998823 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6970] ppid=6959 vsize=13631304 CPUtime=0.18 cores=1,3,5,7
/proc/6961/task/6970/stat : 6970 (java) S 6959 6961 6914 0 -1 4202560 7061 0 0 0 18 0 0 0 16 0 19 0 283998823 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=6961/tid=6971] ppid=6959 vsize=13631304 CPUtime=0.17 cores=1,3,5,7
/proc/6961/task/6971/stat : 6971 (java) S 6959 6961 6914 0 -1 4202560 4716 0 0 0 17 0 0 0 16 0 19 0 283998823 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
[pid=6961/tid=6972] ppid=6959 vsize=13631304 CPUtime=0.13 cores=1,3,5,7
/proc/6961/task/6972/stat : 6972 (java) S 6959 6961 6914 0 -1 4202560 1489 0 0 0 13 0 0 0 16 0 19 0 283998823 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
[pid=6961/tid=6973] ppid=6959 vsize=13631304 CPUtime=0.08 cores=1,3,5,7
/proc/6961/task/6973/stat : 6973 (java) S 6959 6961 6914 0 -1 4202560 1740 0 0 0 8 0 0 0 15 0 19 0 283998823 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=6961/tid=6974] ppid=6959 vsize=13631304 CPUtime=0.12 cores=1,3,5,7
/proc/6961/task/6974/stat : 6974 (java) S 6959 6961 6914 0 -1 4202560 3075 0 0 0 12 0 0 0 15 0 19 0 283998823 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
[pid=6961/tid=6980] ppid=6959 vsize=13631304 CPUtime=4.86 cores=1,3,5,7
/proc/6961/task/6980/stat : 6980 (java) S 6959 6961 6914 0 -1 4202560 45539 0 0 0 481 5 0 0 15 0 19 0 283998824 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381696 0 0 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
[pid=6961/tid=6981] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6981/stat : 6981 (java) S 6959 6961 6914 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 283998825 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6982] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6982/stat : 6982 (java) S 6959 6961 6914 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 283998825 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
[pid=6961/tid=6983] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6983/stat : 6983 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 283998827 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892388785 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6984] ppid=6959 vsize=13631304 CPUtime=0.81 cores=1,3,5,7
/proc/6961/task/6984/stat : 6984 (java) S 6959 6961 6914 0 -1 4202560 3805 0 0 0 81 0 0 0 15 0 19 0 283998827 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6985] ppid=6959 vsize=13631304 CPUtime=0.62 cores=1,3,5,7
/proc/6961/task/6985/stat : 6985 (java) S 6959 6961 6914 0 -1 4202560 4639 0 0 0 62 0 0 0 15 0 19 0 283998827 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=6961/tid=6986] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6986/stat : 6986 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 283998827 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6987] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6987/stat : 6987 (java) S 6959 6961 6914 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 283998827 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381696 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=6961/tid=6989] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6989/stat : 6989 (java) S 6959 6961 6914 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 283998909 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381696 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 13631304

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.10 2.05 2.01 2/432 7043
/proc/meminfo: memFree=25313624/32950928 swapFree=52006644/67111528
[pid=6961] ppid=6959 vsize=13631304 CPUtime=1800.07 cores=1,3,5,7
/proc/6961/stat : 6961 (java) S 6959 6961 6914 0 -1 4202496 190705 0 1 0 179981 26 0 0 18 0 19 0 283998821 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6961/statm: 3407826 187355 2267 9 0 3398560 0
[pid=6961/tid=6962] ppid=6959 vsize=13631304 CPUtime=1792.47 cores=1,3,5,7
/proc/6961/task/6962/stat : 6962 (java) R 6959 6961 6914 0 -1 4202560 102841 0 1 0 179233 14 0 0 25 0 19 0 283998821 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 46912505942309 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6961/tid=6967] ppid=6959 vsize=13631304 CPUtime=0.15 cores=1,3,5,7
/proc/6961/task/6967/stat : 6967 (java) S 6959 6961 6914 0 -1 4202560 4865 0 0 0 15 0 0 0 15 0 19 0 283998823 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6968] ppid=6959 vsize=13631304 CPUtime=0.17 cores=1,3,5,7
/proc/6961/task/6968/stat : 6968 (java) S 6959 6961 6914 0 -1 4202560 3905 0 0 0 17 0 0 0 15 0 19 0 283998823 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
[pid=6961/tid=6969] ppid=6959 vsize=13631304 CPUtime=0.17 cores=1,3,5,7
/proc/6961/task/6969/stat : 6969 (java) S 6959 6961 6914 0 -1 4202560 5775 0 0 0 17 0 0 0 15 0 19 0 283998823 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6970] ppid=6959 vsize=13631304 CPUtime=0.18 cores=1,3,5,7
/proc/6961/task/6970/stat : 6970 (java) S 6959 6961 6914 0 -1 4202560 7061 0 0 0 18 0 0 0 16 0 19 0 283998823 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=6961/tid=6971] ppid=6959 vsize=13631304 CPUtime=0.17 cores=1,3,5,7
/proc/6961/task/6971/stat : 6971 (java) S 6959 6961 6914 0 -1 4202560 4716 0 0 0 17 0 0 0 16 0 19 0 283998823 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
[pid=6961/tid=6972] ppid=6959 vsize=13631304 CPUtime=0.13 cores=1,3,5,7
/proc/6961/task/6972/stat : 6972 (java) S 6959 6961 6914 0 -1 4202560 1489 0 0 0 13 0 0 0 16 0 19 0 283998823 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
[pid=6961/tid=6973] ppid=6959 vsize=13631304 CPUtime=0.08 cores=1,3,5,7
/proc/6961/task/6973/stat : 6973 (java) S 6959 6961 6914 0 -1 4202560 1740 0 0 0 8 0 0 0 15 0 19 0 283998823 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=6961/tid=6974] ppid=6959 vsize=13631304 CPUtime=0.12 cores=1,3,5,7
/proc/6961/task/6974/stat : 6974 (java) S 6959 6961 6914 0 -1 4202560 3075 0 0 0 12 0 0 0 15 0 19 0 283998823 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
[pid=6961/tid=6980] ppid=6959 vsize=13631304 CPUtime=4.86 cores=1,3,5,7
/proc/6961/task/6980/stat : 6980 (java) S 6959 6961 6914 0 -1 4202560 45539 0 0 0 481 5 0 0 15 0 19 0 283998824 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381696 0 0 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
[pid=6961/tid=6981] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6981/stat : 6981 (java) S 6959 6961 6914 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 283998825 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6982] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6982/stat : 6982 (java) S 6959 6961 6914 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 283998825 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
[pid=6961/tid=6983] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6983/stat : 6983 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 283998827 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892388785 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6984] ppid=6959 vsize=13631304 CPUtime=0.81 cores=1,3,5,7
/proc/6961/task/6984/stat : 6984 (java) S 6959 6961 6914 0 -1 4202560 3805 0 0 0 81 0 0 0 15 0 19 0 283998827 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6985] ppid=6959 vsize=13631304 CPUtime=0.62 cores=1,3,5,7
/proc/6961/task/6985/stat : 6985 (java) S 6959 6961 6914 0 -1 4202560 4639 0 0 0 62 0 0 0 15 0 19 0 283998827 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=6961/tid=6986] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6986/stat : 6986 (java) S 6959 6961 6914 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 283998827 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=6961/tid=6987] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6987/stat : 6987 (java) S 6959 6961 6914 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 283998827 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381696 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=6961/tid=6989] ppid=6959 vsize=13631304 CPUtime=0 cores=1,3,5,7
/proc/6961/task/6989/stat : 6989 (java) S 6959 6961 6914 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 283998909 13958455296 187355 33554432000 1073741824 1073778376 140733960983024 18446744073709551615 218892381696 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 13631304

Child status: 143
Real time (s): 1797.78
CPU time (s): 1800.19
CPU user time (s): 1799.89
CPU system time (s): 0.298954
CPU usage (%): 100.134
Max. virtual memory (cumulated for all children) (KiB): 13631588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.298954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190735
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= 37792
involuntary context switches= 5827

runsolver used 7.64984 second user time and 16.9044 second system time

The end

Launcher Data

Begin job on node112 at 2011-06-04 07:04:54
IDJOB=3457978
IDBENCH=48303
IDSOLVER=1952
FILE ID=node112/3457978-1307163894
RUNJOBID= node112-1307163894-6933
PBS_JOBID= 13508820
Free space on /tmp= 73912 MiB

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

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

MD5SUM BENCH= d27101fec2f8e3dc322d79bbc996c69e
RANDOM SEED=1669076702

node112.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.847
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.69
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.847
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	: 5180.45
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.847
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.76
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.847
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	: 5332.82
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.847
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.61
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.847
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.847
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.847
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26017048 kB
Buffers:        334140 kB
Cached:        5590780 kB
SwapCached:      31280 kB
Active:         963900 kB
Inactive:      5687188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26017048 kB
SwapTotal:    67111528 kB
SwapFree:     52006644 kB
Dirty:            1680 kB
Writeback:           0 kB
AnonPages:      704064 kB
Mapped:          16064 kB
Slab:           155280 kB
PageTables:      58932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 112027660 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73908 MiB
End job on node112 at 2011-06-04 07:34:54