Trace number 3709716

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 PB specific settings 2.3.2 snapshot? (TO) 1800.45 1779.77

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl40_45_pb.cnf.cr.opb
MD5SUMb95bbeb851a52866877e397310a0a770
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.073987
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3600
Total number of constraints170
Number of constraints which are clauses90
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint45
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.09/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.11	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3709716-1338129351.opb
0.09/0.12	c reading problem ... 
0.27/0.24	c ... done. Wall clock time 0.125s.
0.27/0.24	c declared #vars     3600
0.27/0.24	c #constraints  170
0.27/0.24	c constraints type 
0.27/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 90
0.27/0.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 80
0.27/0.24	c 170 constraints processed.
3.25/2.83	c cleaning 2511 clauses out of 5028 with flag 5028/5028
6.94/6.41	c cleaning 4245 clauses out of 8489 with flag 11000/11000
11.58/11.05	c cleaning 5622 clauses out of 11245 with flag 18001/18001
18.08/17.41	c cleaning 6808 clauses out of 13622 with flag 26000/26000
24.59/23.85	c cleaning 7910 clauses out of 15819 with flag 35005/35005
33.85/33.09	c cleaning 8951 clauses out of 17905 with flag 45001/45001
43.62/42.80	c cleaning 9974 clauses out of 19953 with flag 56000/56000
54.47/53.58	c cleaning 10993 clauses out of 21986 with flag 68007/68007
66.24/65.24	c cleaning 11988 clauses out of 23986 with flag 81000/81000
79.61/78.52	c cleaning 13008 clauses out of 26018 with flag 95020/95020
93.69/92.56	c cleaning 13994 clauses out of 27994 with flag 110004/110004
107.13/105.97	c cleaning 15007 clauses out of 30019 with flag 126023/126023
124.26/122.99	c cleaning 15992 clauses out of 31989 with flag 143000/143000
140.93/139.52	c cleaning 16994 clauses out of 33998 with flag 161001/161001
158.61/157.18	c cleaning 18006 clauses out of 36013 with flag 180010/180010
176.29/174.79	c cleaning 18983 clauses out of 37998 with flag 200001/200001
196.67/195.07	c cleaning 20003 clauses out of 40016 with flag 221002/221002
216.78/214.97	c cleaning 20996 clauses out of 42011 with flag 243000/243000
238.59/236.65	c cleaning 22008 clauses out of 44016 with flag 266001/266001
265.04/262.94	c cleaning 23013 clauses out of 46025 with flag 290018/290018
290.87/288.63	c cleaning 23992 clauses out of 47994 with flag 315000/315000
327.26/324.42	c cleaning 24993 clauses out of 50003 with flag 341001/341001
358.08/354.83	c cleaning 26006 clauses out of 52011 with flag 368002/368002
392.53/388.99	c cleaning 26998 clauses out of 54007 with flag 396004/396004
419.40/415.36	c cleaning 28000 clauses out of 56005 with flag 425000/425000
456.56/452.06	c cleaning 29001 clauses out of 58008 with flag 455003/455003
494.19/489.23	c cleaning 29995 clauses out of 60004 with flag 486000/486000
550.29/544.88	c cleaning 30997 clauses out of 62009 with flag 518000/518000
600.43/594.47	c cleaning 32001 clauses out of 64013 with flag 551001/551001
642.15/635.58	c cleaning 33006 clauses out of 66012 with flag 585001/585001
678.47/671.25	c cleaning 33990 clauses out of 68007 with flag 620002/620002
724.96/717.23	c cleaning 35001 clauses out of 70015 with flag 656000/656000
784.78/776.55	c cleaning 35997 clauses out of 72014 with flag 693000/693000
832.78/824.02	c cleaning 37005 clauses out of 74017 with flag 731000/731000
887.16/877.83	c cleaning 38003 clauses out of 76014 with flag 770002/770002
932.94/922.95	c cleaning 38997 clauses out of 78010 with flag 810001/810001
996.56/985.93	c cleaning 40008 clauses out of 80017 with flag 851005/851005
1054.50/1043.13	c cleaning 40999 clauses out of 82005 with flag 893001/893001
1108.18/1096.08	c cleaning 41994 clauses out of 84006 with flag 936001/936001
1172.03/1158.90	c cleaning 43000 clauses out of 86013 with flag 980002/980002
1239.88/1226.13	c cleaning 44004 clauses out of 88012 with flag 1025001/1025001
1306.80/1292.38	c cleaning 44997 clauses out of 90007 with flag 1071000/1071000
1387.97/1372.62	c cleaning 46002 clauses out of 92016 with flag 1118006/1118006
1459.92/1443.75	c cleaning 47001 clauses out of 94009 with flag 1166001/1166001
1555.92/1538.87	c cleaning 47999 clauses out of 96008 with flag 1215001/1215001
1633.98/1615.91	c cleaning 49011 clauses out of 98026 with flag 1265018/1265018
1707.43/1688.45	c cleaning 50002 clauses out of 100006 with flag 1316009/1316009
1770.98/1751.00	c cleaning 50991 clauses out of 101996 with flag 1368001/1368001
1800.10/1779.72	c starts		: 205
1800.10/1779.72	c conflicts		: 1394044
1800.10/1779.72	c decisions		: 1548036
1800.10/1779.72	c propagations		: 78409955
1800.10/1779.72	c inspects		: 4878912830
1800.10/1779.72	c shortcuts		: 0
1800.10/1779.72	c learnt literals	: 0
1800.10/1779.72	c learnt binary clauses	: 0
1800.10/1779.72	c learnt ternary clauses	: 0
1800.10/1779.72	c learnt constraints	: 1394044
1800.10/1779.72	c ignored constraints	: 0
1800.10/1779.72	c root simplifications	: 205
1800.10/1779.72	c removed literals (reason simplification)	: 8577697
1800.10/1779.72	c reason swapping (by a shorter reason)	: 0
1800.10/1779.72	c Calls to reduceDB	: 48
1800.10/1779.72	c number of reductions to clauses (during analyze)	: 0
1800.10/1779.72	c number of learned constraints concerned by reduction	: 0
1800.10/1779.72	c number of learning phase by resolution	: 0
1800.10/1779.72	c number of learning phase by cutting planes	: 0
1800.10/1779.72	c speed (assignments/second)	: 44063.81022600064
1800.10/1779.72	c non guided choices	781
1800.10/1779.76	c learnt constraints type 
1800.10/1779.76	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 77070
1800.10/1779.76	c constraints type 
1800.10/1779.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 90
1800.10/1779.76	c org.sat4j.minisat.constraints.card.MinWatchCard => 80
1800.10/1779.76	c 170 constraints processed.
1800.10/1779.76	s UNKNOWN
1800.10/1779.76	c Total wall clock time (in seconds): 1779.646

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-3709716-1338129351/watcher-3709716-1338129351 -o /tmp/evaluation-result-3709716-1338129351/solver-3709716-1338129351 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709716-1338129351.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.92 1.98 1.97 3/194 1158
/proc/meminfo: memFree=28681292/32873648 swapFree=6864/6864
[pid=1158] ppid=1156 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/1158/stat : 1158 (java) R 1156 1158 32120 0 -1 4202496 95 0 0 0 0 0 0 0 20 0 1 0 279060512 2560000 47 33554432000 1073741824 1073778376 140734040698096 140734040695272 270698376487 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1158/statm: 625 47 37 9 0 29 0

[startup+0.019499 s]
/proc/loadavg: 1.92 1.98 1.97 3/194 1158
/proc/meminfo: memFree=28681292/32873648 swapFree=6864/6864
[pid=1158] ppid=1156 vsize=152584 CPUtime=0 cores=1,3,5,7
/proc/1158/stat : 1158 (java) S 1156 1158 32120 0 -1 4202496 1450 0 1 0 0 0 0 0 20 0 2 0 279060512 156246016 1129 33554432000 1073741824 1073778376 140734261675856 140734261666992 270710898749 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1158/statm: 38146 1129 864 9 0 29255 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 152584

[startup+0.100223 s]
/proc/loadavg: 1.92 1.98 1.97 3/194 1158
/proc/meminfo: memFree=28681292/32873648 swapFree=6864/6864
[pid=1158] ppid=1156 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/1158/stat : 1158 (java) S 1156 1158 32120 0 -1 4202496 4295 0 1 0 7 2 0 0 20 0 18 0 279060512 9787842560 6012 33554432000 1073741824 1073778376 140734261675856 140734261666992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1158/statm: 2389610 6012 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300234 s]
/proc/loadavg: 1.92 1.98 1.97 3/194 1158
/proc/meminfo: memFree=28681292/32873648 swapFree=6864/6864
[pid=1158] ppid=1156 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/1158/stat : 1158 (java) S 1156 1158 32120 0 -1 4202496 5754 0 1 0 46 2 0 0 20 0 19 0 279060512 9856004096 9532 33554432000 1073741824 1073778376 140734261675856 140734261666992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1158/statm: 2406251 9532 2237 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625004

[startup+0.700241 s]
/proc/loadavg: 1.92 1.98 1.97 3/194 1158
/proc/meminfo: memFree=28681292/32873648 swapFree=6864/6864
[pid=1158] ppid=1156 vsize=9625004 CPUtime=1.1 cores=1,3,5,7
/proc/1158/stat : 1158 (java) S 1156 1158 32120 0 -1 4202496 6464 0 1 0 108 2 0 0 20 0 19 0 279060512 9856004096 10633 33554432000 1073741824 1073778376 140734261675856 140734261666992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1158/statm: 2406251 10633 2240 9 0 2396937 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9625004

[startup+1.50065 s]
/proc/loadavg: 1.92 1.98 1.97 3/213 1177
/proc/meminfo: memFree=28643192/32873648 swapFree=6864/6864
[pid=1158] ppid=1156 vsize=9625004 CPUtime=1.92 cores=1,3,5,7
/proc/1158/stat : 1158 (java) S 1156 1158 32120 0 -1 4202496 6473 0 1 0 189 3 0 0 20 0 19 0 279060512 9856004096 13196 33554432000 1073741824 1073778376 140734261675856 140734261666992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1158/statm: 2406251 13196 2242 9 0 2396937 0
[pid=1158/tid=1160] ppid=1156 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/1158/task/1160/stat : 1160 (java) R 1156 1158 32120 0 -1 4202560 2513 0 1 0 144 2 0 0 20 0 19 0 279060513 9856004096 13196 33554432000 1073741824 1073778376 140734261675856 140377738819928 140377600909408 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1158/tid=1161] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1161/stat : 1161 (java) S 1156 1158 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279060514 9856004096 13196 33554432000 1073741824 1073778376 140734261675856 140377727883560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1162] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1162/stat : 1162 (java) S 1156 1158 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279060514 9856004096 13196 33554432000 1073741824 1073778376 140734261675856 140377726830760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1158/tid=1163] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1163/stat : 1163 (java) S 1156 1158 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279060514 9856004096 13196 33554432000 1073741824 1073778376 140734261675856 140377725778472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1158/tid=1164] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1164/stat : 1164 (java) S 1156 1158 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279060514 9856004096 13196 33554432000 1073741824 1073778376 140734261675856 140377724725672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1158/tid=1165] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1165/stat : 1165 (java) S 1156 1158 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279060514 9856004096 13196 33554432000 1073741824 1073778376 140734261675856 140377723673384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1166] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1166/stat : 1166 (java) S 1156 1158 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279060514 9856004096 13196 33554432000 1073741824 1073778376 140734261675856 140377722620584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1158/tid=1167] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1167/stat : 1167 (java) S 1156 1158 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279060514 9856004096 13196 33554432000 1073741824 1073778376 140734261675856 140377721568296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1168] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1168/stat : 1168 (java) S 1156 1158 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279060514 9856004096 13196 33554432000 1073741824 1073778376 140734261675856 140377720515496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1169] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1169/stat : 1169 (java) S 1156 1158 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 279060515 9856004096 13196 33554432000 1073741824 1073778376 140734261675856 140377563031784 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1170] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1170/stat : 1170 (java) S 1156 1158 32120 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 279060515 9856004096 13196 33554432000 1073741824 1073778376 140734261675856 140377561977848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1171] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1171/stat : 1171 (java) S 1156 1158 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279060515 9856004096 13196 33554432000 1073741824 1073778376 140734261675856 140377560925448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1172] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1172/stat : 1172 (java) S 1156 1158 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279060518 9856004096 13196 33554432000 1073741824 1073778376 140734261675856 140377559873936 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1173] ppid=1156 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/1158/task/1173/stat : 1173 (java) S 1156 1158 32120 0 -1 4202560 1206 0 0 0 20 0 0 0 20 0 19 0 279060518 9856004096 13196 33554432000 1073741824 1073778376 140734261675856 140377558821560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1174] ppid=1156 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/1158/task/1174/stat : 1174 (java) S 1156 1158 32120 0 -1 4202560 1558 0 0 0 22 0 0 0 20 0 19 0 279060518 9856004096 13196 33554432000 1073741824 1073778376 140734261675856 140377557768760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1158/tid=1175] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1175/stat : 1175 (java) S 1156 1158 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279060518 9856004096 13196 33554432000 1073741824 1073778376 140734261675856 140377556716664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1158/tid=1176] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1176/stat : 1176 (java) S 1156 1158 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279060518 9856004096 13196 33554432000 1073741824 1073778376 140734261675856 140377555664072 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1177] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1177/stat : 1177 (java) S 1156 1158 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279060537 9856004096 13196 33554432000 1073741824 1073778376 140734261675856 140377554609064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9625004

[startup+3.10065 s]
/proc/loadavg: 1.92 1.98 1.97 3/213 1177
/proc/meminfo: memFree=28630408/32873648 swapFree=6864/6864
[pid=1158] ppid=1156 vsize=9625004 CPUtime=3.61 cores=1,3,5,7
/proc/1158/stat : 1158 (java) S 1156 1158 32120 0 -1 4202496 7009 0 1 0 357 4 0 0 20 0 19 0 279060512 9856004096 26583 33554432000 1073741824 1073778376 140734261675856 140734261666992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1158/statm: 2406251 26583 2275 9 0 2396937 0
[pid=1158/tid=1160] ppid=1156 vsize=9625004 CPUtime=3.03 cores=1,3,5,7
/proc/1158/task/1160/stat : 1160 (java) R 1156 1158 32120 0 -1 4202560 2526 0 1 0 301 2 0 0 20 0 19 0 279060513 9856004096 26583 33554432000 1073741824 1073778376 140734261675856 140377738822056 140377600812190 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1158/tid=1161] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1161/stat : 1161 (java) S 1156 1158 32120 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 279060514 9856004096 26583 33554432000 1073741824 1073778376 140734261675856 140377727883560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1158/tid=1162] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1162/stat : 1162 (java) S 1156 1158 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279060514 9856004096 26583 33554432000 1073741824 1073778376 140734261675856 140377726830760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1158/tid=1163] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1163/stat : 1163 (java) S 1156 1158 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279060514 9856004096 26583 33554432000 1073741824 1073778376 140734261675856 140377725778472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1158/tid=1164] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1164/stat : 1164 (java) S 1156 1158 32120 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 279060514 9856004096 26583 33554432000 1073741824 1073778376 140734261675856 140377724725672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1158/tid=1165] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1165/stat : 1165 (java) S 1156 1158 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279060514 9856004096 26583 33554432000 1073741824 1073778376 140734261675856 140377723673384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1158/tid=1166] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1166/stat : 1166 (java) S 1156 1158 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279060514 9856004096 26583 33554432000 1073741824 1073778376 140734261675856 140377722620584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1158/tid=1167] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1167/stat : 1167 (java) S 1156 1158 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279060514 9856004096 26583 33554432000 1073741824 1073778376 140734261675856 140377721568296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1158/tid=1168] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1168/stat : 1168 (java) S 1156 1158 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279060514 9856004096 26583 33554432000 1073741824 1073778376 140734261675856 140377720515496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1158/tid=1169] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1169/stat : 1169 (java) S 1156 1158 32120 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 19 0 279060515 9856004096 26583 33554432000 1073741824 1073778376 140734261675856 140377563031784 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1170] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1170/stat : 1170 (java) S 1156 1158 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279060515 9856004096 26583 33554432000 1073741824 1073778376 140734261675856 140377561977848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1171] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1171/stat : 1171 (java) S 1156 1158 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279060515 9856004096 26583 33554432000 1073741824 1073778376 140734261675856 140377560925448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1172] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1172/stat : 1172 (java) S 1156 1158 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279060518 9856004096 26583 33554432000 1073741824 1073778376 140734261675856 140377559873936 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1173] ppid=1156 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/1158/task/1173/stat : 1173 (java) S 1156 1158 32120 0 -1 4202560 1658 0 0 0 25 0 0 0 20 0 19 0 279060518 9856004096 26583 33554432000 1073741824 1073778376 140734261675856 140377558821560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1174] ppid=1156 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/1158/task/1174/stat : 1174 (java) S 1156 1158 32120 0 -1 4202560 1559 0 0 0 23 0 0 0 20 0 19 0 279060518 9856004096 26583 33554432000 1073741824 1073778376 140734261675856 140377557768760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1158/tid=1175] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1175/stat : 1175 (java) S 1156 1158 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279060518 9856004096 26583 33554432000 1073741824 1073778376 140734261675856 140377556716664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1158/tid=1176] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1176/stat : 1176 (java) S 1156 1158 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279060518 9856004096 26583 33554432000 1073741824 1073778376 140734261675856 140377555664072 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1177] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1177/stat : 1177 (java) S 1156 1158 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279060537 9856004096 26583 33554432000 1073741824 1073778376 140734261675856 140377554609064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 9625004

[startup+6.30064 s]
/proc/loadavg: 2.01 2.00 1.97 3/213 1177
/proc/meminfo: memFree=28582412/32873648 swapFree=6864/6864
[pid=1158] ppid=1156 vsize=9625004 CPUtime=6.84 cores=1,3,5,7
/proc/1158/stat : 1158 (java) S 1156 1158 32120 0 -1 4202496 7011 0 1 0 680 4 0 0 20 0 19 0 279060512 9856004096 26498 33554432000 1073741824 1073778376 140734261675856 140734261666992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1158/statm: 2406251 26498 2275 9 0 2396937 0
[pid=1158/tid=1160] ppid=1156 vsize=9625004 CPUtime=6.24 cores=1,3,5,7
/proc/1158/task/1160/stat : 1160 (java) R 1156 1158 32120 0 -1 4202560 2528 0 1 0 621 3 0 0 20 0 19 0 279060513 9856004096 26498 33554432000 1073741824 1073778376 140734261675856 140377738820344 140377600812641 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1158/tid=1161] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1161/stat : 1161 (java) S 1156 1158 32120 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 279060514 9856004096 26498 33554432000 1073741824 1073778376 140734261675856 140377727883560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1158/tid=1162] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1162/stat : 1162 (java) S 1156 1158 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279060514 9856004096 26498 33554432000 1073741824 1073778376 140734261675856 140377726830760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1158/tid=1163] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1163/stat : 1163 (java) S 1156 1158 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279060514 9856004096 26498 33554432000 1073741824 1073778376 140734261675856 140377725778472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1158/tid=1164] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1164/stat : 1164 (java) S 1156 1158 32120 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 279060514 9856004096 26498 33554432000 1073741824 1073778376 140734261675856 140377724725672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1158/tid=1165] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1165/stat : 1165 (java) S 1156 1158 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279060514 9856004096 26498 33554432000 1073741824 1073778376 140734261675856 140377723673384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1158/tid=1166] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1166/stat : 1166 (java) S 1156 1158 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279060514 9856004096 26498 33554432000 1073741824 1073778376 140734261675856 140377722620584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1158/tid=1167] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1167/stat : 1167 (java) S 1156 1158 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279060514 9856004096 26498 33554432000 1073741824 1073778376 140734261675856 140377721568296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1158/tid=1168] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1168/stat : 1168 (java) S 1156 1158 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279060514 9856004096 26498 33554432000 1073741824 1073778376 140734261675856 140377720515496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1158/tid=1169] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1169/stat : 1169 (java) S 1156 1158 32120 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 19 0 279060515 9856004096 26498 33554432000 1073741824 1073778376 140734261675856 140377563031784 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1170] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1170/stat : 1170 (java) S 1156 1158 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279060515 9856004096 26498 33554432000 1073741824 1073778376 140734261675856 140377561977848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1171] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1171/stat : 1171 (java) S 1156 1158 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279060515 9856004096 26498 33554432000 1073741824 1073778376 140734261675856 140377560925448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1172] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1172/stat : 1172 (java) S 1156 1158 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279060518 9856004096 26498 33554432000 1073741824 1073778376 140734261675856 140377559873936 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1173] ppid=1156 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/1158/task/1173/stat : 1173 (java) S 1156 1158 32120 0 -1 4202560 1658 0 0 0 26 0 0 0 20 0 19 0 279060518 9856004096 26498 33554432000 1073741824 1073778376 140734261675856 140377558821560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1174] ppid=1156 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/1158/task/1174/stat : 1174 (java) S 1156 1158 32120 0 -1 4202560 1559 0 0 0 24 0 0 0 20 0 19 0 279060518 9856004096 26498 33554432000 1073741824 1073778376 140734261675856 140377557768760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1158/tid=1175] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1175/stat : 1175 (java) S 1156 1158 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279060518 9856004096 26498 33554432000 1073741824 1073778376 140734261675856 140377556716664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1158/tid=1176] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1176/stat : 1176 (java) S 1156 1158 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279060518 9856004096 26498 33554432000 1073741824 1073778376 140734261675856 140377555664072 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1177] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1177/stat : 1177 (java) S 1156 1158 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279060537 9856004096 26498 33554432000 1073741824 1073778376 140734261675856 140377554609064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=1158/tid=1166] ppid=1156 vsize=9625004 CPUtime=3.02 cores=1,3,5,7
/proc/1158/task/1166/stat : 1166 (java) S 1156 1158 32120 0 -1 4202560 2116 0 0 0 293 9 0 0 20 0 19 0 279060514 9856004096 189592 33554432000 1073741824 1073778376 140734261675856 140377722620584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1167] ppid=1156 vsize=9625004 CPUtime=3.14 cores=1,3,5,7
/proc/1158/task/1167/stat : 1167 (java) S 1156 1158 32120 0 -1 4202560 1027 0 0 0 304 10 0 0 20 0 19 0 279060514 9856004096 189592 33554432000 1073741824 1073778376 140734261675856 140377721568296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1168] ppid=1156 vsize=9625004 CPUtime=3.21 cores=1,3,5,7
/proc/1158/task/1168/stat : 1168 (java) S 1156 1158 32120 0 -1 4202560 604 0 0 0 310 11 0 0 20 0 19 0 279060514 9856004096 189592 33554432000 1073741824 1073778376 140734261675856 140377720515496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1158/tid=1169] ppid=1156 vsize=9625004 CPUtime=2.72 cores=1,3,5,7
/proc/1158/task/1169/stat : 1169 (java) S 1156 1158 32120 0 -1 4202560 728 0 0 0 266 6 0 0 20 0 19 0 279060515 9856004096 189592 33554432000 1073741824 1073778376 140734261675856 140377563031784 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1158/tid=1170] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1170/stat : 1170 (java) S 1156 1158 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279060515 9856004096 189592 33554432000 1073741824 1073778376 140734261675856 140377561977848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1171] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1171/stat : 1171 (java) S 1156 1158 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279060515 9856004096 189592 33554432000 1073741824 1073778376 140734261675856 140377560925448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1172] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1172/stat : 1172 (java) S 1156 1158 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279060518 9856004096 189592 33554432000 1073741824 1073778376 140734261675856 140377559873936 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1173] ppid=1156 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/1158/task/1173/stat : 1173 (java) S 1156 1158 32120 0 -1 4202560 2486 0 0 0 33 0 0 0 20 0 19 0 279060518 9856004096 189592 33554432000 1073741824 1073778376 140734261675856 140377558821560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1158/tid=1174] ppid=1156 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/1158/task/1174/stat : 1174 (java) S 1156 1158 32120 0 -1 4202560 1559 0 0 0 25 0 0 0 20 0 19 0 279060518 9856004096 189592 33554432000 1073741824 1073778376 140734261675856 140377557768760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1158/tid=1175] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1175/stat : 1175 (java) S 1156 1158 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279060518 9856004096 189592 33554432000 1073741824 1073778376 140734261675856 140377556716664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1158/tid=1176] ppid=1156 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/1158/task/1176/stat : 1176 (java) S 1156 1158 32120 0 -1 4202560 94 0 0 0 27 35 0 0 20 0 19 0 279060518 9856004096 189592 33554432000 1073741824 1073778376 140734261675856 140377555664072 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1158/tid=1177] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1177/stat : 1177 (java) S 1156 1158 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279060537 9856004096 189592 33554432000 1073741824 1073778376 140734261675856 140377554609064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1681.11
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/213 1273
/proc/meminfo: memFree=27831976/32873648 swapFree=6864/6864
[pid=1158] ppid=1156 vsize=9625004 CPUtime=1741.95 cores=1,3,5,7
/proc/1158/stat : 1158 (java) S 1156 1158 32120 0 -1 4202496 18543 0 1 0 174054 141 0 0 20 0 19 0 279060512 9856004096 188074 33554432000 1073741824 1073778376 140734261675856 140734261666992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1158/statm: 2406251 188074 2275 9 0 2396937 0
[pid=1158/tid=1160] ppid=1156 vsize=9625004 CPUtime=1711.53 cores=1,3,5,7
/proc/1158/task/1160/stat : 1160 (java) R 1156 1158 32120 0 -1 4202560 3020 0 1 0 171119 34 0 0 20 0 19 0 279060513 9856004096 188074 33554432000 1073741824 1073778376 140734261675856 140377738820952 140377600794490 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1158/tid=1161] ppid=1156 vsize=9625004 CPUtime=3.21 cores=1,3,5,7
/proc/1158/task/1161/stat : 1161 (java) S 1156 1158 32120 0 -1 4202560 1489 0 0 0 308 13 0 0 20 0 19 0 279060514 9856004096 188074 33554432000 1073741824 1073778376 140734261675856 140377727883560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1158/tid=1162] ppid=1156 vsize=9625004 CPUtime=3.4 cores=1,3,5,7
/proc/1158/task/1162/stat : 1162 (java) S 1156 1158 32120 0 -1 4202560 1101 0 0 0 329 11 0 0 20 0 19 0 279060514 9856004096 188074 33554432000 1073741824 1073778376 140734261675856 140377726830760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1163] ppid=1156 vsize=9625004 CPUtime=3.16 cores=1,3,5,7
/proc/1158/task/1163/stat : 1163 (java) S 1156 1158 32120 0 -1 4202560 763 0 0 0 307 9 0 0 20 0 19 0 279060514 9856004096 188074 33554432000 1073741824 1073778376 140734261675856 140377725778472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1158/tid=1164] ppid=1156 vsize=9625004 CPUtime=3.26 cores=1,3,5,7
/proc/1158/task/1164/stat : 1164 (java) S 1156 1158 32120 0 -1 4202560 1337 0 0 0 317 9 0 0 20 0 19 0 279060514 9856004096 188074 33554432000 1073741824 1073778376 140734261675856 140377724725672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1158/tid=1165] ppid=1156 vsize=9625004 CPUtime=3.39 cores=1,3,5,7
/proc/1158/task/1165/stat : 1165 (java) S 1156 1158 32120 0 -1 4202560 973 0 0 0 327 12 0 0 20 0 19 0 279060514 9856004096 188074 33554432000 1073741824 1073778376 140734261675856 140377723673384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1166] ppid=1156 vsize=9625004 CPUtime=3.15 cores=1,3,5,7
/proc/1158/task/1166/stat : 1166 (java) S 1156 1158 32120 0 -1 4202560 2116 0 0 0 306 9 0 0 20 0 19 0 279060514 9856004096 188074 33554432000 1073741824 1073778376 140734261675856 140377722620584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1158/tid=1167] ppid=1156 vsize=9625004 CPUtime=3.29 cores=1,3,5,7
/proc/1158/task/1167/stat : 1167 (java) S 1156 1158 32120 0 -1 4202560 1027 0 0 0 319 10 0 0 20 0 19 0 279060514 9856004096 188074 33554432000 1073741824 1073778376 140734261675856 140377721568296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1158/tid=1168] ppid=1156 vsize=9625004 CPUtime=3.32 cores=1,3,5,7
/proc/1158/task/1168/stat : 1168 (java) S 1156 1158 32120 0 -1 4202560 604 0 0 0 321 11 0 0 20 0 19 0 279060514 9856004096 188074 33554432000 1073741824 1073778376 140734261675856 140377720515496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1158/tid=1169] ppid=1156 vsize=9625004 CPUtime=2.96 cores=1,3,5,7
/proc/1158/task/1169/stat : 1169 (java) S 1156 1158 32120 0 -1 4202560 788 0 0 0 290 6 0 0 20 0 19 0 279060515 9856004096 188074 33554432000 1073741824 1073778376 140734261675856 140377563031784 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1158/tid=1170] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1170/stat : 1170 (java) S 1156 1158 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279060515 9856004096 188074 33554432000 1073741824 1073778376 140734261675856 140377561977848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1171] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1171/stat : 1171 (java) S 1156 1158 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279060515 9856004096 188074 33554432000 1073741824 1073778376 140734261675856 140377560925448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1172] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1172/stat : 1172 (java) S 1156 1158 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279060518 9856004096 188074 33554432000 1073741824 1073778376 140734261675856 140377559873936 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1173] ppid=1156 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/1158/task/1173/stat : 1173 (java) S 1156 1158 32120 0 -1 4202560 2486 0 0 0 33 0 0 0 20 0 19 0 279060518 9856004096 188074 33554432000 1073741824 1073778376 140734261675856 140377558821560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1158/tid=1174] ppid=1156 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/1158/task/1174/stat : 1174 (java) S 1156 1158 32120 0 -1 4202560 1559 0 0 0 25 0 0 0 20 0 19 0 279060518 9856004096 188074 33554432000 1073741824 1073778376 140734261675856 140377557768760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1158/tid=1175] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1175/stat : 1175 (java) S 1156 1158 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279060518 9856004096 188074 33554432000 1073741824 1073778376 140734261675856 140377556716664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1158/tid=1176] ppid=1156 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/1158/task/1176/stat : 1176 (java) S 1156 1158 32120 0 -1 4202560 98 0 0 0 28 37 0 0 20 0 19 0 279060518 9856004096 188074 33554432000 1073741824 1073778376 140734261675856 140377555664072 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1158/tid=1177] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1177/stat : 1177 (java) S 1156 1158 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279060537 9856004096 188074 33554432000 1073741824 1073778376 140734261675856 140377554609064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1741.95
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1779.7 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 1273
/proc/meminfo: memFree=27816092/32873648 swapFree=6864/6864
[pid=1158] ppid=1156 vsize=9625004 CPUtime=1800.1 cores=1,3,5,7
/proc/1158/stat : 1158 (java) S 1156 1158 32120 0 -1 4202496 19117 0 1 0 179865 145 0 0 20 0 19 0 279060512 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140734261666992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1158/statm: 2406251 186965 2275 9 0 2396937 0
[pid=1158/tid=1160] ppid=1156 vsize=9625004 CPUtime=1768.56 cores=1,3,5,7
/proc/1158/task/1160/stat : 1160 (java) R 1156 1158 32120 0 -1 4202560 3036 0 1 0 176821 35 0 0 20 0 19 0 279060513 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377738820992 140377600794531 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1158/tid=1161] ppid=1156 vsize=9625004 CPUtime=3.37 cores=1,3,5,7
/proc/1158/task/1161/stat : 1161 (java) S 1156 1158 32120 0 -1 4202560 1762 0 0 0 324 13 0 0 20 0 19 0 279060514 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377727883560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1162] ppid=1156 vsize=9625004 CPUtime=3.53 cores=1,3,5,7
/proc/1158/task/1162/stat : 1162 (java) S 1156 1158 32120 0 -1 4202560 1101 0 0 0 342 11 0 0 20 0 19 0 279060514 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377726830760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1163] ppid=1156 vsize=9625004 CPUtime=3.27 cores=1,3,5,7
/proc/1158/task/1163/stat : 1163 (java) S 1156 1158 32120 0 -1 4202560 763 0 0 0 318 9 0 0 20 0 19 0 279060514 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377725778472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1158/tid=1164] ppid=1156 vsize=9625004 CPUtime=3.41 cores=1,3,5,7
/proc/1158/task/1164/stat : 1164 (java) S 1156 1158 32120 0 -1 4202560 1602 0 0 0 331 10 0 0 20 0 19 0 279060514 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377724725672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1165] ppid=1156 vsize=9625004 CPUtime=3.48 cores=1,3,5,7
/proc/1158/task/1165/stat : 1165 (java) S 1156 1158 32120 0 -1 4202560 973 0 0 0 336 12 0 0 20 0 19 0 279060514 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377723673384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1166] ppid=1156 vsize=9625004 CPUtime=3.27 cores=1,3,5,7
/proc/1158/task/1166/stat : 1166 (java) S 1156 1158 32120 0 -1 4202560 2116 0 0 0 318 9 0 0 20 0 19 0 279060514 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377722620584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1158/tid=1167] ppid=1156 vsize=9625004 CPUtime=3.41 cores=1,3,5,7
/proc/1158/task/1167/stat : 1167 (java) S 1156 1158 32120 0 -1 4202560 1036 0 0 0 331 10 0 0 20 0 19 0 279060514 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377721568296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1168] ppid=1156 vsize=9625004 CPUtime=3.44 cores=1,3,5,7
/proc/1158/task/1168/stat : 1168 (java) S 1156 1158 32120 0 -1 4202560 604 0 0 0 333 11 0 0 20 0 19 0 279060514 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377720515496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1169] ppid=1156 vsize=9625004 CPUtime=3.05 cores=1,3,5,7
/proc/1158/task/1169/stat : 1169 (java) S 1156 1158 32120 0 -1 4202560 795 0 0 0 298 7 0 0 20 0 19 0 279060515 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377563031784 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1158/tid=1170] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1170/stat : 1170 (java) S 1156 1158 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279060515 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377561977848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1171] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1171/stat : 1171 (java) S 1156 1158 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279060515 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377560925448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1172] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1172/stat : 1172 (java) S 1156 1158 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279060518 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377559873936 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1173] ppid=1156 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/1158/task/1173/stat : 1173 (java) S 1156 1158 32120 0 -1 4202560 2486 0 0 0 33 0 0 0 20 0 19 0 279060518 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377558821560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1158/tid=1174] ppid=1156 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/1158/task/1174/stat : 1174 (java) S 1156 1158 32120 0 -1 4202560 1559 0 0 0 25 0 0 0 20 0 19 0 279060518 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377557768760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1158/tid=1175] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1175/stat : 1175 (java) S 1156 1158 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279060518 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377556716664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1158/tid=1176] ppid=1156 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/1158/task/1176/stat : 1176 (java) S 1156 1158 32120 0 -1 4202560 102 0 0 0 29 38 0 0 20 0 19 0 279060518 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377555664072 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1158/tid=1177] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1177/stat : 1177 (java) S 1156 1158 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279060537 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377554609064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1779.7 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 1273
/proc/meminfo: memFree=27816092/32873648 swapFree=6864/6864
[pid=1158] ppid=1156 vsize=9625004 CPUtime=1800.1 cores=1,3,5,7
/proc/1158/stat : 1158 (java) S 1156 1158 32120 0 -1 4202496 19117 0 1 0 179865 145 0 0 20 0 19 0 279060512 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140734261666992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1158/statm: 2406251 186965 2275 9 0 2396937 0
[pid=1158/tid=1160] ppid=1156 vsize=9625004 CPUtime=1768.56 cores=1,3,5,7
/proc/1158/task/1160/stat : 1160 (java) R 1156 1158 32120 0 -1 4202560 3036 0 1 0 176821 35 0 0 20 0 19 0 279060513 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377738820992 140377600794531 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1158/tid=1161] ppid=1156 vsize=9625004 CPUtime=3.37 cores=1,3,5,7
/proc/1158/task/1161/stat : 1161 (java) S 1156 1158 32120 0 -1 4202560 1762 0 0 0 324 13 0 0 20 0 19 0 279060514 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377727883560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1162] ppid=1156 vsize=9625004 CPUtime=3.53 cores=1,3,5,7
/proc/1158/task/1162/stat : 1162 (java) S 1156 1158 32120 0 -1 4202560 1101 0 0 0 342 11 0 0 20 0 19 0 279060514 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377726830760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1163] ppid=1156 vsize=9625004 CPUtime=3.27 cores=1,3,5,7
/proc/1158/task/1163/stat : 1163 (java) S 1156 1158 32120 0 -1 4202560 763 0 0 0 318 9 0 0 20 0 19 0 279060514 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377725778472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1158/tid=1164] ppid=1156 vsize=9625004 CPUtime=3.41 cores=1,3,5,7
/proc/1158/task/1164/stat : 1164 (java) S 1156 1158 32120 0 -1 4202560 1602 0 0 0 331 10 0 0 20 0 19 0 279060514 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377724725672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1165] ppid=1156 vsize=9625004 CPUtime=3.48 cores=1,3,5,7
/proc/1158/task/1165/stat : 1165 (java) S 1156 1158 32120 0 -1 4202560 973 0 0 0 336 12 0 0 20 0 19 0 279060514 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377723673384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1166] ppid=1156 vsize=9625004 CPUtime=3.27 cores=1,3,5,7
/proc/1158/task/1166/stat : 1166 (java) S 1156 1158 32120 0 -1 4202560 2116 0 0 0 318 9 0 0 20 0 19 0 279060514 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377722620584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1158/tid=1167] ppid=1156 vsize=9625004 CPUtime=3.41 cores=1,3,5,7
/proc/1158/task/1167/stat : 1167 (java) S 1156 1158 32120 0 -1 4202560 1036 0 0 0 331 10 0 0 20 0 19 0 279060514 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377721568296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1168] ppid=1156 vsize=9625004 CPUtime=3.44 cores=1,3,5,7
/proc/1158/task/1168/stat : 1168 (java) S 1156 1158 32120 0 -1 4202560 604 0 0 0 333 11 0 0 20 0 19 0 279060514 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377720515496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1169] ppid=1156 vsize=9625004 CPUtime=3.05 cores=1,3,5,7
/proc/1158/task/1169/stat : 1169 (java) S 1156 1158 32120 0 -1 4202560 795 0 0 0 298 7 0 0 20 0 19 0 279060515 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377563031784 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1158/tid=1170] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1170/stat : 1170 (java) S 1156 1158 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279060515 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377561977848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1171] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1171/stat : 1171 (java) S 1156 1158 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279060515 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377560925448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1172] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1172/stat : 1172 (java) S 1156 1158 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279060518 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377559873936 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1158/tid=1173] ppid=1156 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/1158/task/1173/stat : 1173 (java) S 1156 1158 32120 0 -1 4202560 2486 0 0 0 33 0 0 0 20 0 19 0 279060518 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377558821560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1158/tid=1174] ppid=1156 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/1158/task/1174/stat : 1174 (java) S 1156 1158 32120 0 -1 4202560 1559 0 0 0 25 0 0 0 20 0 19 0 279060518 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377557768760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1158/tid=1175] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1175/stat : 1175 (java) S 1156 1158 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279060518 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377556716664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1158/tid=1176] ppid=1156 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/1158/task/1176/stat : 1176 (java) S 1156 1158 32120 0 -1 4202560 102 0 0 0 29 38 0 0 20 0 19 0 279060518 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377555664072 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1158/tid=1177] ppid=1156 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1158/task/1177/stat : 1177 (java) S 1156 1158 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279060537 9856004096 186965 33554432000 1073741824 1073778376 140734261675856 140377554609064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1779.77
CPU time (s): 1800.45
CPU user time (s): 1798.66
CPU system time (s): 1.79273
CPU usage (%): 101.162
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.66
system time used= 1.79273
maximum resident set size= 758368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19163
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52467
involuntary context switches= 60963

runsolver used 6.17906 second user time and 14.5038 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-27 16:35:51
IDJOB=3709716
IDBENCH=1410
IDSOLVER=2289
FILE ID=node125/3709716-1338129351
RUNJOBID= node125-1338125514-32137
PBS_JOBID= 14624515
Free space on /tmp= 71260 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl40_45_pb.cnf.cr.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709716-1338129351/watcher-3709716-1338129351 -o /tmp/evaluation-result-3709716-1338129351/solver-3709716-1338129351 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709716-1338129351.opb

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

MD5SUM BENCH= b95bbeb851a52866877e397310a0a770
RANDOM SEED=495269972

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
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.90
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.373
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.373
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	: 5438.54
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.373
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.373
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:        28682200 kB
Buffers:          446536 kB
Cached:          2424388 kB
SwapCached:         2308 kB
Active:          1842688 kB
Inactive:        1494524 kB
Active(anon):     458168 kB
Inactive(anon):     9556 kB
Active(file):    1384520 kB
Inactive(file):  1484968 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102612 kB
Dirty:               840 kB
Writeback:             0 kB
AnonPages:        482216 kB
Mapped:            22456 kB
Shmem:               104 kB
Slab:             702976 kB
SReclaimable:     146832 kB
SUnreclaim:       556144 kB
KernelStack:        1608 kB
PageTables:         5140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    454656 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= 71256 MiB
End job on node125 at 2012-05-27 17:05:33