Trace number 3688788

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.69 908.359

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_5_40.opb
MD5SUMc1794605d16cd8196553c490f5507fd9
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 variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12452
Sum of products size (including duplicates)24904
Number of different products6226
Sum of products size12452

Solver Data

0.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.07	c version 2.3.2.v20120418
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.07	c java.vm.version	19.1-b02
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	64
0.01/0.07	c java.version		1.6.0_24
0.01/0.07	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		501472288
0.01/0.08	c Max memory 		7480803328
0.01/0.08	c Total memory 		504102912
0.01/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3688788-1337879782.opb
0.10/0.10	c reading problem ... 
1.03/0.57	c ... done. Wall clock time 0.47s.
1.03/0.57	c declared #vars     400
1.03/0.57	c internal #vars     6626
1.03/0.57	c #constraints  13055
1.03/0.57	c constraints type 
1.03/0.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6226
1.03/0.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1.03/0.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1.03/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6226
1.03/0.57	c 13055 constraints processed.
1.03/0.57	c constraints type 
1.03/0.57	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1.03/0.57	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6226
1.03/0.57	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
1.03/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
1.03/0.57	c 13055 constraints processed.
8.10/2.82	c cleaning 2498 clauses out of 5000 with flag 5000/5000
10.74/4.14	c cleaning 4240 clauses out of 8502 with flag 11000/11000
13.92/5.77	c cleaning 5633 clauses out of 11265 with flag 18003/18003
17.75/7.65	c cleaning 6834 clauses out of 13667 with flag 26038/26038
24.77/11.13	c cleaning 7900 clauses out of 15799 with flag 35004/35004
35.97/16.71	c cleaning 8954 clauses out of 17907 with flag 45012/45012
42.48/20.07	c cleaning 9954 clauses out of 19941 with flag 56000/56000
54.15/25.98	c cleaning 11020 clauses out of 22039 with flag 68052/68052
90.13/43.96	c cleaning 11995 clauses out of 23990 with flag 81023/81023
112.25/55.01	c cleaning 13013 clauses out of 26026 with flag 95054/95054
125.47/61.76	c cleaning 13957 clauses out of 27973 with flag 110014/110014
147.15/72.64	c cleaning 14975 clauses out of 30002 with flag 126000/126000
165.83/82.16	c cleaning 16017 clauses out of 32033 with flag 143006/143006
184.23/91.48	c cleaning 17018 clauses out of 34038 with flag 161028/161028
207.07/102.98	c cleaning 17985 clauses out of 35994 with flag 180002/180002
221.64/110.34	c cleaning 19008 clauses out of 38021 with flag 200014/200014
244.09/121.78	c cleaning 20000 clauses out of 40000 with flag 221001/221001
261.09/130.36	c cleaning 21012 clauses out of 42024 with flag 243025/243025
263.14/131.58	c cleaning 0 clauses out of 5002 with flag 0/5002
294.42/147.21	c cleaning 21999 clauses out of 43998 with flag 266011/266011
323.22/161.86	c cleaning 22959 clauses out of 45988 with flag 290000/290000
362.09/181.39	c cleaning 24025 clauses out of 48051 with flag 315022/315022
388.26/194.55	c cleaning 25014 clauses out of 50030 with flag 341026/341026
419.23/210.10	c cleaning 25996 clauses out of 51991 with flag 368001/368001
444.89/223.24	c cleaning 26995 clauses out of 53996 with flag 396002/396002
471.56/236.77	c cleaning 28016 clauses out of 56031 with flag 425032/425032
500.25/251.25	c cleaning 28987 clauses out of 57986 with flag 455003/455003
528.34/265.47	c cleaning 29999 clauses out of 60000 with flag 486004/486004
563.60/283.33	c cleaning 30995 clauses out of 62000 with flag 518003/518003
592.51/298.28	c cleaning 32004 clauses out of 64010 with flag 551008/551008
631.89/318.08	c cleaning 33000 clauses out of 65999 with flag 585001/585001
668.85/336.86	c cleaning 34007 clauses out of 68013 with flag 620015/620015
711.61/358.38	c cleaning 34994 clauses out of 69992 with flag 656001/656001
761.45/383.39	c cleaning 36015 clauses out of 72033 with flag 693036/693036
796.76/401.15	c cleaning 36990 clauses out of 73984 with flag 731002/731002
859.22/432.60	c cleaning 37987 clauses out of 75992 with flag 770000/770000
935.79/470.99	c cleaning 38969 clauses out of 78021 with flag 810016/810016
1016.67/511.43	c cleaning 40000 clauses out of 80042 with flag 851006/851006
1100.04/553.14	c cleaning 41027 clauses out of 82058 with flag 893022/893022
1179.68/593.34	c cleaning 42001 clauses out of 84009 with flag 936000/936000
1279.61/643.43	c cleaning 43004 clauses out of 86010 with flag 980002/980002
1341.05/674.44	c cleaning 0 clauses out of 11002 with flag 0/11002
1353.07/680.84	c cleaning 44003 clauses out of 88005 with flag 1025001/1025001
1416.38/713.09	c cleaning 45000 clauses out of 90001 with flag 1071000/1071000
1458.15/734.22	c cleaning 45992 clauses out of 92001 with flag 1118000/1118000
1503.66/757.31	c cleaning 46984 clauses out of 94011 with flag 1166002/1166002
1537.70/774.71	c cleaning 47994 clauses out of 96034 with flag 1215009/1215009
1570.31/791.73	c cleaning 49009 clauses out of 98036 with flag 1265005/1265005
1602.31/808.17	c cleaning 50011 clauses out of 100032 with flag 1316010/1316010
1654.42/834.59	c cleaning 51008 clauses out of 102019 with flag 1368008/1368008
1739.64/877.42	c cleaning 51982 clauses out of 104003 with flag 1421000/1421000
1800.07/908.31	c starts		: 206
1800.07/908.31	c conflicts		: 1455198
1800.07/908.31	c decisions		: 4947540
1800.07/908.31	c propagations		: 63909902
1800.07/908.31	c inspects		: 3561731216
1800.07/908.31	c shortcuts		: 0
1800.07/908.31	c learnt literals	: 0
1800.07/908.31	c learnt binary clauses	: 0
1800.07/908.31	c learnt ternary clauses	: 353
1800.07/908.31	c learnt constraints	: 1455198
1800.07/908.31	c ignored constraints	: 0
1800.07/908.31	c root simplifications	: 0
1800.07/908.31	c removed literals (reason simplification)	: 63268631
1800.07/908.31	c reason swapping (by a shorter reason)	: 0
1800.07/908.31	c Calls to reduceDB	: 49
1800.07/908.31	c number of reductions to clauses (during analyze)	: 0
1800.07/908.31	c number of learned constraints concerned by reduction	: 0
1800.07/908.31	c number of learning phase by resolution	: 0
1800.07/908.31	c number of learning phase by cutting planes	: 0
1800.07/908.31	c speed (assignments/second)	: 70407.37631594023
1800.07/908.31	c non guided choices	6378
1800.07/908.34	c learnt constraints type 
1800.07/908.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 86247
1800.07/908.34	c constraints type 
1800.07/908.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6226
1800.07/908.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.07/908.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.07/908.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6226
1800.07/908.34	c 13055 constraints processed.
1800.07/908.34	c constraints type 
1800.07/908.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1800.07/908.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6226
1800.07/908.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
1800.07/908.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
1800.07/908.34	c 13055 constraints processed.
1800.07/908.34	s UNKNOWN
1800.07/908.34	c Total wall clock time (in seconds): 908.235

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3688788-1337879782/watcher-3688788-1337879782 -o /tmp/evaluation-result-3688788-1337879782/solver-3688788-1337879782 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688788-1337879782.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.70 3.81 3.85 4/197 527
/proc/meminfo: memFree=28138652/32873648 swapFree=7104/7104
[pid=527] ppid=525 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/527/stat : 527 (java) R 525 527 30487 0 -1 4202496 215 0 0 0 0 0 0 0 20 0 1 0 254103633 9515008 151 33554432000 1073741824 1073778376 140736610293616 140736610290744 214537091843 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/527/statm: 2323 156 115 9 0 71 0

[startup+0.0339891 s]
/proc/loadavg: 3.70 3.81 3.85 4/197 527
/proc/meminfo: memFree=28138652/32873648 swapFree=7104/7104
[pid=527] ppid=525 vsize=9225560 CPUtime=0.01 cores=1,3,5,7
/proc/527/stat : 527 (java) S 525 527 30487 0 -1 4202496 3017 0 1 0 1 0 0 0 20 0 13 0 254103633 9446973440 3715 33554432000 1073741824 1073778376 140734037858560 140734037849696 214540779581 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/527/statm: 2306390 3715 1695 9 0 2297091 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100169 s]
/proc/loadavg: 3.70 3.81 3.85 4/197 527
/proc/meminfo: memFree=28138652/32873648 swapFree=7104/7104
[pid=527] ppid=525 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/527/stat : 527 (java) S 525 527 30487 0 -1 4202496 4438 0 1 0 9 1 0 0 20 0 18 0 254103633 9787813888 6114 33554432000 1073741824 1073778376 140734037858560 140734037849696 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/527/statm: 2389603 6114 2139 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.30017 s]
/proc/loadavg: 3.70 3.81 3.85 4/197 527
/proc/meminfo: memFree=28138652/32873648 swapFree=7104/7104
[pid=527] ppid=525 vsize=9558412 CPUtime=0.47 cores=1,3,5,7
/proc/527/stat : 527 (java) S 525 527 30487 0 -1 4202496 5816 0 1 0 46 1 0 0 20 0 18 0 254103633 9787813888 8541 33554432000 1073741824 1073778376 140734037858560 140734037849696 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/527/statm: 2389603 8541 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700169 s]
/proc/loadavg: 3.70 3.81 3.85 4/197 527
/proc/meminfo: memFree=28138652/32873648 swapFree=7104/7104
[pid=527] ppid=525 vsize=9824668 CPUtime=1.74 cores=1,3,5,7
/proc/527/stat : 527 (java) S 525 527 30487 0 -1 4202496 25003 0 1 0 168 6 0 0 20 0 22 0 254103633 10060460032 35896 33554432000 1073741824 1073778376 140734037858560 140734037849696 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/527/statm: 2456167 35896 2252 9 0 2446860 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 9824668

[startup+1.50072 s]
/proc/loadavg: 3.70 3.81 3.85 7/219 549
/proc/meminfo: memFree=27988012/32873648 swapFree=7104/7104
[pid=527] ppid=525 vsize=9824668 CPUtime=4.92 cores=1,3,5,7
/proc/527/stat : 527 (java) S 525 527 30487 0 -1 4202496 29715 0 1 0 485 7 0 0 20 0 22 0 254103633 10060460032 43536 33554432000 1073741824 1073778376 140734037858560 140734037849696 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/527/statm: 2456167 43536 2261 9 0 2446860 0
[pid=527/tid=529] ppid=525 vsize=9824668 CPUtime=0.55 cores=1,3,5,7
/proc/527/task/529/stat : 529 (java) S 525 527 30487 0 -1 4202560 2490 0 1 0 53 2 0 0 20 0 22 0 254103634 10060460032 43536 33554432000 1073741824 1073778376 140734037858560 139723454133240 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=530] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/530/stat : 530 (java) S 525 527 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254103634 10060460032 43536 33554432000 1073741824 1073778376 140734037858560 139723415623848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=531] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/531/stat : 531 (java) S 525 527 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254103634 10060460032 43536 33554432000 1073741824 1073778376 140734037858560 139723414571304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=527/tid=532] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/532/stat : 532 (java) S 525 527 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254103634 10060460032 43536 33554432000 1073741824 1073778376 140734037858560 139723413518760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=533] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/533/stat : 533 (java) S 525 527 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254103634 10060460032 43536 33554432000 1073741824 1073778376 140734037858560 139723412466216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=534] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/534/stat : 534 (java) S 525 527 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254103634 10060460032 43536 33554432000 1073741824 1073778376 140734037858560 139723411413672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=535] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/535/stat : 535 (java) S 525 527 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254103634 10060460032 43536 33554432000 1073741824 1073778376 140734037858560 139723410361128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=536] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/536/stat : 536 (java) S 525 527 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254103634 10060460032 43536 33554432000 1073741824 1073778376 140734037858560 139723409308584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=537] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/537/stat : 537 (java) S 525 527 30487 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254103634 10060460032 43536 33554432000 1073741824 1073778376 140734037858560 139723408256040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=538] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/538/stat : 538 (java) S 525 527 30487 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254103635 10060460032 43536 33554432000 1073741824 1073778376 140734037858560 139723277719656 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=539] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/539/stat : 539 (java) S 525 527 30487 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 254103636 10060460032 43536 33554432000 1073741824 1073778376 140734037858560 139723276665976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=540] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/540/stat : 540 (java) S 525 527 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254103636 10060460032 43536 33554432000 1073741824 1073778376 140734037858560 139723275613320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=541] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/541/stat : 541 (java) S 525 527 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254103638 10060460032 43536 33554432000 1073741824 1073778376 140734037858560 139723274562064 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=542] ppid=525 vsize=9824668 CPUtime=1.25 cores=1,3,5,7
/proc/527/task/542/stat : 542 (java) R 525 527 30487 0 -1 4202560 13164 0 0 0 123 2 0 0 20 0 22 0 254103638 10060460032 43536 33554432000 1073741824 1073778376 140734037858560 139723273496512 139723456717312 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=527/tid=543] ppid=525 vsize=9824668 CPUtime=1.25 cores=1,3,5,7
/proc/527/task/543/stat : 543 (java) R 525 527 30487 0 -1 4202560 12733 0 0 0 123 2 0 0 20 0 22 0 254103638 10060460032 43536 33554432000 1073741824 1073778376 140734037858560 139722399660296 139723460938089 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=527/tid=544] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/544/stat : 544 (java) S 525 527 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254103638 10060460032 43536 33554432000 1073741824 1073778376 140734037858560 139722398620664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=527/tid=545] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/545/stat : 545 (java) S 525 527 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254103638 10060460032 43536 33554432000 1073741824 1073778376 140734037858560 139722397568328 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=546] ppid=525 vsize=9824668 CPUtime=0.9 cores=1,3,5,7
/proc/527/task/546/stat : 546 (java) R 525 527 30487 0 -1 4202560 30 0 0 0 90 0 0 0 20 0 22 0 254103691 10060460032 43536 33554432000 1073741824 1073778376 140734037858560 139722396504064 139723289975712 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=527/tid=547] ppid=525 vsize=9824668 CPUtime=0.9 cores=1,3,5,7
/proc/527/task/547/stat : 547 (java) R 525 527 30487 0 -1 4202560 98 0 0 0 90 0 0 0 20 0 22 0 254103691 10060460032 43536 33554432000 1073741824 1073778376 140734037858560 139722395457472 139723288995132 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=527/tid=548] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/548/stat : 548 (java) S 525 527 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254103693 10060460032 43536 33554432000 1073741824 1073778376 140734037858560 139722394407976 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=549] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/549/stat : 549 (java) S 525 527 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254103693 10060460032 43536 33554432000 1073741824 1073778376 140734037858560 139722393355432 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 9824668

[startup+3.1008 s]
/proc/loadavg: 3.73 3.81 3.85 5/218 549
/proc/meminfo: memFree=27906288/32873648 swapFree=7104/7104
[pid=527] ppid=525 vsize=9824668 CPUtime=8.68 cores=1,3,5,7
/proc/527/stat : 527 (java) S 525 527 30487 0 -1 4202496 30271 0 1 0 857 11 0 0 20 0 22 0 254103633 10060460032 71630 33554432000 1073741824 1073778376 140734037858560 140734037849696 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/527/statm: 2456167 71630 2287 9 0 2446860 0
[pid=527/tid=529] ppid=525 vsize=9824668 CPUtime=0.55 cores=1,3,5,7
/proc/527/task/529/stat : 529 (java) S 525 527 30487 0 -1 4202560 2490 0 1 0 53 2 0 0 20 0 22 0 254103634 10060460032 71630 33554432000 1073741824 1073778376 140734037858560 139723454133240 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=530] ppid=525 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/527/task/530/stat : 530 (java) S 525 527 30487 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 254103634 10060460032 71630 33554432000 1073741824 1073778376 140734037858560 139723415623848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=531] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/531/stat : 531 (java) S 525 527 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254103634 10060460032 71630 33554432000 1073741824 1073778376 140734037858560 139723414571304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=527/tid=532] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/532/stat : 532 (java) S 525 527 30487 0 -1 4202560 56 0 0 0 0 0 0 0 20 0 22 0 254103634 10060460032 71630 33554432000 1073741824 1073778376 140734037858560 139723413518760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=533] ppid=525 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/527/task/533/stat : 533 (java) S 525 527 30487 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 254103634 10060460032 71630 33554432000 1073741824 1073778376 140734037858560 139723412466216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=534] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/534/stat : 534 (java) S 525 527 30487 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254103634 10060460032 71630 33554432000 1073741824 1073778376 140734037858560 139723411413672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=527/tid=535] ppid=525 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/527/task/535/stat : 535 (java) S 525 527 30487 0 -1 4202560 61 0 0 0 2 0 0 0 20 0 22 0 254103634 10060460032 71630 33554432000 1073741824 1073778376 140734037858560 139723410361128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=536] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/536/stat : 536 (java) S 525 527 30487 0 -1 4202560 206 0 0 0 0 0 0 0 20 0 22 0 254103634 10060460032 71630 33554432000 1073741824 1073778376 140734037858560 139723409308584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=527/tid=537] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/537/stat : 537 (java) S 525 527 30487 0 -1 4202560 57 0 0 0 0 0 0 0 20 0 22 0 254103634 10060460032 71630 33554432000 1073741824 1073778376 140734037858560 139723408256040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=527/tid=538] ppid=525 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/527/task/538/stat : 538 (java) S 525 527 30487 0 -1 4202560 104 0 0 0 6 0 0 0 20 0 22 0 254103635 10060460032 71630 33554432000 1073741824 1073778376 140734037858560 139723277719656 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=539] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/539/stat : 539 (java) S 525 527 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254103636 10060460032 71630 33554432000 1073741824 1073778376 140734037858560 139723276665976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=540] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/540/stat : 540 (java) S 525 527 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254103636 10060460032 71630 33554432000 1073741824 1073778376 140734037858560 139723275613320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=541] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/541/stat : 541 (java) S 525 527 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254103638 10060460032 71630 33554432000 1073741824 1073778376 140734037858560 139723274562064 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=542] ppid=525 vsize=9824668 CPUtime=1.63 cores=1,3,5,7
/proc/527/task/542/stat : 542 (java) S 525 527 30487 0 -1 4202560 13165 0 0 0 160 3 0 0 20 0 22 0 254103638 10060460032 71630 33554432000 1073741824 1073778376 140734037858560 139723273509432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=543] ppid=525 vsize=9824668 CPUtime=1.45 cores=1,3,5,7
/proc/527/task/543/stat : 543 (java) S 525 527 30487 0 -1 4202560 12739 0 0 0 143 2 0 0 20 0 22 0 254103638 10060460032 71630 33554432000 1073741824 1073778376 140734037858560 139722399673016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=527/tid=544] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/544/stat : 544 (java) S 525 527 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254103638 10060460032 71630 33554432000 1073741824 1073778376 140734037858560 139722398620664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=527/tid=545] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/545/stat : 545 (java) S 525 527 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254103638 10060460032 71630 33554432000 1073741824 1073778376 140734037858560 139722397568328 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=527/tid=546] ppid=525 vsize=9824668 CPUtime=2.38 cores=1,3,5,7
/proc/527/task/546/stat : 546 (java) R 525 527 30487 0 -1 4202560 31 0 0 0 238 0 0 0 20 0 22 0 254103691 10060460032 71630 33554432000 1073741824 1073778376 140734037858560 139722396512456 139723289981568 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=527/tid=547] ppid=525 vsize=9824668 CPUtime=2.36 cores=1,3,5,7
/proc/527/task/547/stat : 547 (java) R 525 527 30487 0 -1 4202560 124 0 0 0 236 0 0 0 20 0 22 0 254103691 10060460032 71630 33554432000 1073741824 1073778376 140734037858560 139722395459160 139723290021272 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=527/tid=548] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/548/stat : 548 (java) S 525 527 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254103693 10060460032 71630 33554432000 1073741824 1073778376 140734037858560 139722394407976 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=549] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/549/stat : 549 (java) S 525 527 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254103693 10060460032 71630 33554432000 1073741824 1073778376 140734037858560 139722393355432 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.68
Current children cumulated vsize (KiB) 9824668

[startup+6.30074 s]
/proc/loadavg: 3.73 3.81 3.85 5/218 549
/proc/meminfo: memFree=27714424/32873648 swapFree=7104/7104
[pid=527] ppid=525 vsize=9824668 CPUtime=15.07 cores=1,3,5,7
/proc/527/stat : 527 (java) S 525 527 30487 0 -1 4202496 30538 0 1 0 1490 17 0 0 20 0 22 0 254103633 10060460032 110588 33554432000 1073741824 1073778376 140734037858560 140734037849696 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/527/statm: 2456167 110588 2287 9 0 2446860 0
[pid=527/tid=529] ppid=525 vsize=9824668 CPUtime=0.55 cores=1,3,5,7
/proc/527/task/529/stat : 529 (java) S 525 527 30487 0 -1 4202560 2490 0 1 0 53 2 0 0 20 0 22 0 254103634 10060460032 110588 33554432000 1073741824 1073778376 140734037858560 139723454133240 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=530] ppid=525 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/527/task/530/stat : 530 (java) S 525 527 30487 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 254103634 10060460032 110588 33554432000 1073741824 1073778376 140734037858560 139723415623848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=531] ppid=525 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/527/task/531/stat : 531 (java) S 525 527 30487 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 254103634 10060460032 110588 33554432000 1073741824 1073778376 140734037858560 139723414571304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=527/tid=532] ppid=525 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/527/task/532/stat : 532 (java) S 525 527 30487 0 -1 4202560 69 0 0 0 3 0 0 0 20 0 22 0 254103634 10060460032 110588 33554432000 1073741824 1073778376 140734037858560 139723413518760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=533] ppid=525 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/527/task/533/stat : 533 (java) S 525 527 30487 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 22 0 254103634 10060460032 110588 33554432000 1073741824 1073778376 140734037858560 139723412466216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=527/tid=534] ppid=525 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/527/task/534/stat : 534 (java) S 525 527 30487 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 254103634 10060460032 110588 33554432000 1073741824 1073778376 140734037858560 139723411413672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=535] ppid=525 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/527/task/535/stat : 535 (java) S 525 527 30487 0 -1 4202560 63 0 0 0 2 0 0 0 20 0 22 0 254103634 10060460032 110588 33554432000 1073741824 1073778376 140734037858560 139723410361128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=536] ppid=525 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/527/task/536/stat : 536 (java) S 525 527 30487 0 -1 4202560 217 0 0 0 2 0 0 0 20 0 22 0 254103634 10060460032 110588 33554432000 1073741824 1073778376 140734037858560 139723409308584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=537] ppid=525 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/527/task/537/stat : 537 (java) S 525 527 30487 0 -1 4202560 61 0 0 0 2 0 0 0 20 0 22 0 254103634 10060460032 110588 33554432000 1073741824 1073778376 140734037858560 139723408256040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=538] ppid=525 vsize=9824668 CPUtime=0.24 cores=1,3,5,7
/proc/527/task/538/stat : 538 (java) S 525 527 30487 0 -1 4202560 249 0 0 0 22 2 0 0 20 0 22 0 254103635 10060460032 110588 33554432000 1073741824 1073778376 140734037858560 139723277719656 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=539] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/539/stat : 539 (java) S 525 527 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254103636 10060460032 110588 33554432000 1073741824 1073778376 140734037858560 139723276665976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=540] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/540/stat : 540 (java) S 525 527 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254103636 10060460032 110588 33554432000 1073741824 1073778376 140734037858560 139723275613320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=541] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/541/stat : 541 (java) S 525 527 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254103638 10060460032 110588 33554432000 1073741824 1073778376 140734037858560 139723274562064 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=542] ppid=525 vsize=9824668 CPUtime=1.7 cores=1,3,5,7
/proc/527/task/542/stat : 542 (java) S 525 527 30487 0 -1 4202560 13166 0 0 0 167 3 0 0 20 0 22 0 254103638 10060460032 110588 33554432000 1073741824 1073778376 140734037858560 139723273509432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=527/tid=547] ppid=525 vsize=9824668 CPUtime=785.1 cores=1,3,5,7
/proc/527/task/547/stat : 547 (java) R 525 527 30487 0 -1 4202560 1333 0 0 0 78471 39 0 0 20 0 22 0 254103691 10060460032 601092 33554432000 1073741824 1073778376 140734037858560 139722395458896 139723290002857 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=527/tid=548] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/548/stat : 548 (java) S 525 527 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254103693 10060460032 601092 33554432000 1073741824 1073778376 140734037858560 139722394407976 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=549] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/549/stat : 549 (java) S 525 527 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254103693 10060460032 601092 33554432000 1073741824 1073778376 140734037858560 139722393355432 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1629.95
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.90 3.91 3.86 5/219 619
/proc/meminfo: memFree=25430372/32873648 swapFree=7104/7104
[pid=527] ppid=525 vsize=9824668 CPUtime=1747.9 cores=1,3,5,7
/proc/527/stat : 527 (java) S 525 527 30487 0 -1 4202496 44091 0 1 0 174562 228 0 0 20 0 22 0 254103633 10060460032 629299 33554432000 1073741824 1073778376 140734037858560 140734037849696 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/527/statm: 2456167 629299 2288 9 0 2446860 0
[pid=527/tid=529] ppid=525 vsize=9824668 CPUtime=0.59 cores=1,3,5,7
/proc/527/task/529/stat : 529 (java) S 525 527 30487 0 -1 4202560 2514 0 1 0 55 4 0 0 20 0 22 0 254103634 10060460032 629299 33554432000 1073741824 1073778376 140734037858560 139723454133240 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=530] ppid=525 vsize=9824668 CPUtime=3.24 cores=1,3,5,7
/proc/527/task/530/stat : 530 (java) S 525 527 30487 0 -1 4202560 940 0 0 0 309 15 0 0 20 0 22 0 254103634 10060460032 629299 33554432000 1073741824 1073778376 140734037858560 139723415623848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=531] ppid=525 vsize=9824668 CPUtime=3.62 cores=1,3,5,7
/proc/527/task/531/stat : 531 (java) S 525 527 30487 0 -1 4202560 1559 0 0 0 342 20 0 0 20 0 22 0 254103634 10060460032 629299 33554432000 1073741824 1073778376 140734037858560 139723414571304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=527/tid=532] ppid=525 vsize=9824668 CPUtime=3.47 cores=1,3,5,7
/proc/527/task/532/stat : 532 (java) S 525 527 30487 0 -1 4202560 1451 0 0 0 329 18 0 0 20 0 22 0 254103634 10060460032 629299 33554432000 1073741824 1073778376 140734037858560 139723413518760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=527/tid=533] ppid=525 vsize=9824668 CPUtime=3.5 cores=1,3,5,7
/proc/527/task/533/stat : 533 (java) S 525 527 30487 0 -1 4202560 1696 0 0 0 331 19 0 0 20 0 22 0 254103634 10060460032 629299 33554432000 1073741824 1073778376 140734037858560 139723412466216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=534] ppid=525 vsize=9824668 CPUtime=3.33 cores=1,3,5,7
/proc/527/task/534/stat : 534 (java) S 525 527 30487 0 -1 4202560 811 0 0 0 317 16 0 0 20 0 22 0 254103634 10060460032 629299 33554432000 1073741824 1073778376 140734037858560 139723411413672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=535] ppid=525 vsize=9824668 CPUtime=3.42 cores=1,3,5,7
/proc/527/task/535/stat : 535 (java) S 525 527 30487 0 -1 4202560 1645 0 0 0 323 19 0 0 20 0 22 0 254103634 10060460032 629299 33554432000 1073741824 1073778376 140734037858560 139723410361128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=536] ppid=525 vsize=9824668 CPUtime=3.36 cores=1,3,5,7
/proc/527/task/536/stat : 536 (java) S 525 527 30487 0 -1 4202560 1159 0 0 0 322 14 0 0 20 0 22 0 254103634 10060460032 629299 33554432000 1073741824 1073778376 140734037858560 139723409308584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=537] ppid=525 vsize=9824668 CPUtime=3.41 cores=1,3,5,7
/proc/527/task/537/stat : 537 (java) S 525 527 30487 0 -1 4202560 1539 0 0 0 322 19 0 0 20 0 22 0 254103634 10060460032 629299 33554432000 1073741824 1073778376 140734037858560 139723408256040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=538] ppid=525 vsize=9824668 CPUtime=32.06 cores=1,3,5,7
/proc/527/task/538/stat : 538 (java) S 525 527 30487 0 -1 4202560 2155 0 0 0 3180 26 0 0 20 0 22 0 254103635 10060460032 629299 33554432000 1073741824 1073778376 140734037858560 139723277719656 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=527/tid=539] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/539/stat : 539 (java) S 525 527 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254103636 10060460032 629299 33554432000 1073741824 1073778376 140734037858560 139723276665976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=540] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/540/stat : 540 (java) S 525 527 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254103636 10060460032 629299 33554432000 1073741824 1073778376 140734037858560 139723275613320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=541] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/541/stat : 541 (java) S 525 527 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254103638 10060460032 629299 33554432000 1073741824 1073778376 140734037858560 139723274562064 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=542] ppid=525 vsize=9824668 CPUtime=1.85 cores=1,3,5,7
/proc/527/task/542/stat : 542 (java) S 525 527 30487 0 -1 4202560 13168 0 0 0 182 3 0 0 20 0 22 0 254103638 10060460032 629299 33554432000 1073741824 1073778376 140734037858560 139723273509432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=543] ppid=525 vsize=9824668 CPUtime=1.68 cores=1,3,5,7
/proc/527/task/543/stat : 543 (java) S 525 527 30487 0 -1 4202560 12747 0 0 0 165 3 0 0 20 0 22 0 254103638 10060460032 629299 33554432000 1073741824 1073778376 140734037858560 139722399673016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=544] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/544/stat : 544 (java) S 525 527 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254103638 10060460032 629299 33554432000 1073741824 1073778376 140734037858560 139722398620664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=527/tid=545] ppid=525 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/527/task/545/stat : 545 (java) S 525 527 30487 0 -1 4202560 51 0 0 0 12 21 0 0 20 0 22 0 254103638 10060460032 629299 33554432000 1073741824 1073778376 140734037858560 139722397568328 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=546] ppid=525 vsize=9824668 CPUtime=842.1 cores=1,3,5,7
/proc/527/task/546/stat : 546 (java) R 525 527 30487 0 -1 4202560 134 0 0 0 84194 16 0 0 20 0 22 0 254103691 10060460032 629299 33554432000 1073741824 1073778376 140734037858560 139722396512336 139723290123619 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=527/tid=547] ppid=525 vsize=9824668 CPUtime=842.12 cores=1,3,5,7
/proc/527/task/547/stat : 547 (java) R 525 527 30487 0 -1 4202560 1335 0 0 0 84172 40 0 0 20 0 22 0 254103691 10060460032 629299 33554432000 1073741824 1073778376 140734037858560 139722395457976 139723290112295 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=527/tid=548] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/548/stat : 548 (java) S 525 527 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254103693 10060460032 629299 33554432000 1073741824 1073778376 140734037858560 139722394407976 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=549] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/549/stat : 549 (java) S 525 527 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254103693 10060460032 629299 33554432000 1073741824 1073778376 140734037858560 139722393355432 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1747.9
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+908.301 s]
/proc/loadavg: 3.93 3.92 3.86 5/219 619
/proc/meminfo: memFree=25430124/32873648 swapFree=7104/7104
[pid=527] ppid=525 vsize=9824668 CPUtime=1800.07 cores=1,3,5,7
/proc/527/stat : 527 (java) S 525 527 30487 0 -1 4202496 44110 0 1 0 179778 229 0 0 20 0 22 0 254103633 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 140734037849696 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/527/statm: 2456167 629309 2288 9 0 2446860 0
[pid=527/tid=529] ppid=525 vsize=9824668 CPUtime=0.59 cores=1,3,5,7
/proc/527/task/529/stat : 529 (java) S 525 527 30487 0 -1 4202560 2514 0 1 0 55 4 0 0 20 0 22 0 254103634 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139723454133240 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=530] ppid=525 vsize=9824668 CPUtime=3.28 cores=1,3,5,7
/proc/527/task/530/stat : 530 (java) S 525 527 30487 0 -1 4202560 940 0 0 0 313 15 0 0 20 0 22 0 254103634 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139723415623848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=531] ppid=525 vsize=9824668 CPUtime=3.67 cores=1,3,5,7
/proc/527/task/531/stat : 531 (java) S 525 527 30487 0 -1 4202560 1559 0 0 0 347 20 0 0 20 0 22 0 254103634 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139723414571304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=532] ppid=525 vsize=9824668 CPUtime=3.53 cores=1,3,5,7
/proc/527/task/532/stat : 532 (java) S 525 527 30487 0 -1 4202560 1451 0 0 0 335 18 0 0 20 0 22 0 254103634 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139723413518760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=533] ppid=525 vsize=9824668 CPUtime=3.54 cores=1,3,5,7
/proc/527/task/533/stat : 533 (java) S 525 527 30487 0 -1 4202560 1696 0 0 0 335 19 0 0 20 0 22 0 254103634 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139723412466216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=534] ppid=525 vsize=9824668 CPUtime=3.37 cores=1,3,5,7
/proc/527/task/534/stat : 534 (java) S 525 527 30487 0 -1 4202560 811 0 0 0 321 16 0 0 20 0 22 0 254103634 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139723411413672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=535] ppid=525 vsize=9824668 CPUtime=3.48 cores=1,3,5,7
/proc/527/task/535/stat : 535 (java) S 525 527 30487 0 -1 4202560 1645 0 0 0 329 19 0 0 20 0 22 0 254103634 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139723410361128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=536] ppid=525 vsize=9824668 CPUtime=3.4 cores=1,3,5,7
/proc/527/task/536/stat : 536 (java) S 525 527 30487 0 -1 4202560 1159 0 0 0 326 14 0 0 20 0 22 0 254103634 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139723409308584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=537] ppid=525 vsize=9824668 CPUtime=3.44 cores=1,3,5,7
/proc/527/task/537/stat : 537 (java) S 525 527 30487 0 -1 4202560 1539 0 0 0 325 19 0 0 20 0 22 0 254103634 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139723408256040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=538] ppid=525 vsize=9824668 CPUtime=32.06 cores=1,3,5,7
/proc/527/task/538/stat : 538 (java) S 525 527 30487 0 -1 4202560 2169 0 0 0 3180 26 0 0 20 0 22 0 254103635 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139723277719656 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=527/tid=539] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/539/stat : 539 (java) S 525 527 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254103636 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139723276665976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=540] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/540/stat : 540 (java) S 525 527 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254103636 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139723275613320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=541] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/541/stat : 541 (java) S 525 527 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254103638 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139723274562064 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=542] ppid=525 vsize=9824668 CPUtime=1.85 cores=1,3,5,7
/proc/527/task/542/stat : 542 (java) S 525 527 30487 0 -1 4202560 13168 0 0 0 182 3 0 0 20 0 22 0 254103638 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139723273509432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=543] ppid=525 vsize=9824668 CPUtime=1.68 cores=1,3,5,7
/proc/527/task/543/stat : 543 (java) S 525 527 30487 0 -1 4202560 12747 0 0 0 165 3 0 0 20 0 22 0 254103638 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139722399673016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=544] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/544/stat : 544 (java) S 525 527 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254103638 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139722398620664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=527/tid=545] ppid=525 vsize=9824668 CPUtime=0.34 cores=1,3,5,7
/proc/527/task/545/stat : 545 (java) S 525 527 30487 0 -1 4202560 53 0 0 0 12 22 0 0 20 0 22 0 254103638 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139722397568328 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=546] ppid=525 vsize=9824668 CPUtime=868.01 cores=1,3,5,7
/proc/527/task/546/stat : 546 (java) R 525 527 30487 0 -1 4202560 135 0 0 0 86784 17 0 0 20 0 22 0 254103691 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139722396511344 139723290123677 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=527/tid=547] ppid=525 vsize=9824668 CPUtime=868.02 cores=1,3,5,7
/proc/527/task/547/stat : 547 (java) R 525 527 30487 0 -1 4202560 1337 0 0 0 86761 41 0 0 20 0 22 0 254103691 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139722395459952 139723290004684 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=527/tid=548] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/548/stat : 548 (java) S 525 527 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254103693 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139722394407976 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=549] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/549/stat : 549 (java) S 525 527 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254103693 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139722393355432 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824668

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

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

[startup+908.301 s]
/proc/loadavg: 3.93 3.92 3.86 5/219 619
/proc/meminfo: memFree=25430124/32873648 swapFree=7104/7104
[pid=527] ppid=525 vsize=9824668 CPUtime=1800.07 cores=1,3,5,7
/proc/527/stat : 527 (java) S 525 527 30487 0 -1 4202496 44110 0 1 0 179778 229 0 0 20 0 22 0 254103633 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 140734037849696 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/527/statm: 2456167 629309 2288 9 0 2446860 0
[pid=527/tid=529] ppid=525 vsize=9824668 CPUtime=0.59 cores=1,3,5,7
/proc/527/task/529/stat : 529 (java) S 525 527 30487 0 -1 4202560 2514 0 1 0 55 4 0 0 20 0 22 0 254103634 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139723454133240 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=530] ppid=525 vsize=9824668 CPUtime=3.28 cores=1,3,5,7
/proc/527/task/530/stat : 530 (java) S 525 527 30487 0 -1 4202560 940 0 0 0 313 15 0 0 20 0 22 0 254103634 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139723415623848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=531] ppid=525 vsize=9824668 CPUtime=3.67 cores=1,3,5,7
/proc/527/task/531/stat : 531 (java) S 525 527 30487 0 -1 4202560 1559 0 0 0 347 20 0 0 20 0 22 0 254103634 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139723414571304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=532] ppid=525 vsize=9824668 CPUtime=3.53 cores=1,3,5,7
/proc/527/task/532/stat : 532 (java) S 525 527 30487 0 -1 4202560 1451 0 0 0 335 18 0 0 20 0 22 0 254103634 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139723413518760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=533] ppid=525 vsize=9824668 CPUtime=3.54 cores=1,3,5,7
/proc/527/task/533/stat : 533 (java) S 525 527 30487 0 -1 4202560 1696 0 0 0 335 19 0 0 20 0 22 0 254103634 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139723412466216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=534] ppid=525 vsize=9824668 CPUtime=3.37 cores=1,3,5,7
/proc/527/task/534/stat : 534 (java) S 525 527 30487 0 -1 4202560 811 0 0 0 321 16 0 0 20 0 22 0 254103634 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139723411413672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=535] ppid=525 vsize=9824668 CPUtime=3.48 cores=1,3,5,7
/proc/527/task/535/stat : 535 (java) S 525 527 30487 0 -1 4202560 1645 0 0 0 329 19 0 0 20 0 22 0 254103634 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139723410361128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=536] ppid=525 vsize=9824668 CPUtime=3.4 cores=1,3,5,7
/proc/527/task/536/stat : 536 (java) S 525 527 30487 0 -1 4202560 1159 0 0 0 326 14 0 0 20 0 22 0 254103634 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139723409308584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=537] ppid=525 vsize=9824668 CPUtime=3.44 cores=1,3,5,7
/proc/527/task/537/stat : 537 (java) S 525 527 30487 0 -1 4202560 1539 0 0 0 325 19 0 0 20 0 22 0 254103634 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139723408256040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=527/tid=538] ppid=525 vsize=9824668 CPUtime=32.06 cores=1,3,5,7
/proc/527/task/538/stat : 538 (java) S 525 527 30487 0 -1 4202560 2169 0 0 0 3180 26 0 0 20 0 22 0 254103635 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139723277719656 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=527/tid=539] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/539/stat : 539 (java) S 525 527 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254103636 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139723276665976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=540] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/540/stat : 540 (java) S 525 527 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254103636 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139723275613320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=541] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/541/stat : 541 (java) S 525 527 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254103638 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139723274562064 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=542] ppid=525 vsize=9824668 CPUtime=1.85 cores=1,3,5,7
/proc/527/task/542/stat : 542 (java) S 525 527 30487 0 -1 4202560 13168 0 0 0 182 3 0 0 20 0 22 0 254103638 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139723273509432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=543] ppid=525 vsize=9824668 CPUtime=1.68 cores=1,3,5,7
/proc/527/task/543/stat : 543 (java) S 525 527 30487 0 -1 4202560 12747 0 0 0 165 3 0 0 20 0 22 0 254103638 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139722399673016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=527/tid=544] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/544/stat : 544 (java) S 525 527 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254103638 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139722398620664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=527/tid=545] ppid=525 vsize=9824668 CPUtime=0.34 cores=1,3,5,7
/proc/527/task/545/stat : 545 (java) S 525 527 30487 0 -1 4202560 53 0 0 0 12 22 0 0 20 0 22 0 254103638 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139722397568328 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=546] ppid=525 vsize=9824668 CPUtime=868.01 cores=1,3,5,7
/proc/527/task/546/stat : 546 (java) R 525 527 30487 0 -1 4202560 135 0 0 0 86784 17 0 0 20 0 22 0 254103691 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139722396511344 139723290123677 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=527/tid=547] ppid=525 vsize=9824668 CPUtime=868.02 cores=1,3,5,7
/proc/527/task/547/stat : 547 (java) R 525 527 30487 0 -1 4202560 1337 0 0 0 86761 41 0 0 20 0 22 0 254103691 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139722395459952 139723290004684 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=527/tid=548] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/548/stat : 548 (java) S 525 527 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254103693 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139722394407976 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=527/tid=549] ppid=525 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/527/task/549/stat : 549 (java) S 525 527 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254103693 10060460032 629309 33554432000 1073741824 1073778376 140734037858560 139722393355432 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 908.359
CPU time (s): 1800.69
CPU user time (s): 1797.95
CPU system time (s): 2.74258
CPU usage (%): 198.236
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.95
system time used= 2.74258
maximum resident set size= 2517352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44142
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30016
involuntary context switches= 49719

runsolver used 3.2505 second user time and 8.12476 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-24 19:16:22
IDJOB=3688788
IDBENCH=48313
IDSOLVER=2268
FILE ID=node127/3688788-1337879782
RUNJOBID= node127-1337871880-30504
PBS_JOBID= 14620077
Free space on /tmp= 71672 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_25_5_40.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688788-1337879782/watcher-3688788-1337879782 -o /tmp/evaluation-result-3688788-1337879782/solver-3688788-1337879782 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688788-1337879782.opb

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

MD5SUM BENCH= c1794605d16cd8196553c490f5507fd9
RANDOM SEED=319892987

node127.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28138544 kB
Buffers:          238284 kB
Cached:          2369448 kB
SwapCached:            0 kB
Active:          1737112 kB
Inactive:        2209340 kB
Active(anon):    1340784 kB
Inactive(anon):        0 kB
Active(file):     396328 kB
Inactive(file):  2209340 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               548 kB
Writeback:             0 kB
AnonPages:       1416412 kB
Mapped:            22612 kB
Shmem:               200 kB
Slab:             638316 kB
SReclaimable:      82424 kB
SUnreclaim:       555892 kB
KernelStack:        1808 kB
PageTables:         7340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2185712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1353728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71672 MiB
End job on node127 at 2012-05-24 19:31:32