Trace number 4106750

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.03 1796.04

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_25_4.opb
MD5SUM95a6f76009dbd8a204f015cb008300c0
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-122
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -146
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)63184
Sum of products size (including duplicates)126368
Number of different products31592
Sum of products size63184

Solver Data

0.07/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.31	c See www.sat4j.org for details.
0.07/0.31	c version PB16.v20160501
0.07/0.31	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.31	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.31	c java.vm.version	19.1-b02
0.07/0.31	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.31	c sun.arch.data.model	64
0.07/0.31	c java.version		1.6.0_24
0.07/0.31	c os.name		Linux
0.07/0.31	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.31	c os.arch		amd64
0.07/0.32	c Free memory 		501472288
0.07/0.32	c Max memory 		7480803328
0.07/0.32	c Total memory 		504102912
0.07/0.32	c Number of processors 	8
0.07/0.35	c Pseudo Boolean Optimization by upper bound
0.07/0.35	c --- Begin Solver configuration ---
0.07/0.35	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.07/0.35	c Learn all clauses as in MiniSAT
0.07/0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.35	c No reason simplification
0.07/0.35	c Glucose 2.1 dynamic restart strategy
0.07/0.35	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.07/0.35	c timeout=2147483s
0.07/0.35	c DB Simplification allowed=false
0.07/0.35	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.07/0.35	c --- End Solver configuration ---
0.07/0.35	c solving HOME/instance-4106750-1466275999.opb
0.07/0.35	c reading problem ... 
0.07/0.36	c  objective function found
2.55/1.24	c ... done. Wall clock time 0.896s.
2.55/1.24	c declared #vars     2000
2.55/1.24	c internal #vars     33592
2.55/1.24	c #constraints  66186
2.55/1.24	c constraints type 
2.55/1.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 31592
2.55/1.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 2002
2.55/1.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1000
2.55/1.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 31592
2.55/1.24	c 66186 constraints processed.
2.55/1.24	c objective function length is 1000 literals
21.53/19.51	c cleaning 2496 clauses out of 5001 with flag 212105/5001
42.47/40.38	c cleaning 4253 clauses out of 8505 with flag 247414/11001
65.27/63.10	c cleaning 5621 clauses out of 11251 with flag 266962/18000
91.77/89.64	c cleaning 6811 clauses out of 13631 with flag 289673/26001
121.44/119.20	c cleaning 7905 clauses out of 15819 with flag 314192/35000
153.05/150.83	c cleaning 8950 clauses out of 17915 with flag 337765/45001
188.26/186.08	c cleaning 9982 clauses out of 19964 with flag 362615/56000
228.43/226.00	c cleaning 10987 clauses out of 21982 with flag 391004/68000
273.03/270.64	c cleaning 11995 clauses out of 23995 with flag 421352/81000
320.24/317.80	c cleaning 12996 clauses out of 26000 with flag 453893/95000
369.85/367.50	c cleaning 13998 clauses out of 28004 with flag 494493/110000
421.14/418.77	c cleaning 14999 clauses out of 30006 with flag 537854/126000
478.76/476.31	c cleaning 15999 clauses out of 32007 with flag 584119/143000
539.67/537.27	c cleaning 17001 clauses out of 34008 with flag 632871/161000
604.20/601.73	c cleaning 18002 clauses out of 36007 with flag 684352/180000
673.14/670.34	c cleaning 18997 clauses out of 38005 with flag 739032/200000
744.86/742.07	c cleaning 20000 clauses out of 40008 with flag 795878/221000
819.68/816.85	c cleaning 21004 clauses out of 42008 with flag 856329/243000
898.31/895.43	c cleaning 22001 clauses out of 44004 with flag 918596/266000
978.03/975.13	c cleaning 23001 clauses out of 46003 with flag 983582/290000
1065.97/1062.73	c cleaning 23993 clauses out of 48003 with flag 1051429/315001
1155.18/1151.90	c cleaning 25001 clauses out of 50010 with flag 1121887/341001
1246.42/1243.17	c cleaning 26004 clauses out of 52009 with flag 1194970/368001
1339.53/1336.23	c cleaning 27001 clauses out of 54005 with flag 1270837/396001
1440.87/1437.54	c cleaning 27999 clauses out of 56004 with flag 1349724/425001
1546.99/1543.65	c cleaning 28999 clauses out of 58005 with flag 1431011/455001
1655.11/1651.72	c cleaning 30000 clauses out of 60006 with flag 1514959/486001
1764.23/1760.29	c cleaning 31003 clauses out of 62006 with flag 1601657/518001
1800.03/1796.00	c starts		: 128
1800.03/1796.00	c conflicts		: 528588
1800.03/1796.00	c decisions		: 995578
1800.03/1796.00	c propagations		: 979035934
1800.03/1796.00	c inspects		: 14505610349
1800.03/1796.00	c shortcuts		: 0
1800.03/1796.00	c learnt literals	: 0
1800.03/1796.00	c learnt binary clauses	: 31
1800.03/1796.00	c learnt ternary clauses	: 1059
1800.03/1796.00	c learnt constraints	: 528587
1800.03/1796.00	c ignored constraints	: 0
1800.03/1796.00	c root simplifications	: 0
1800.03/1796.00	c removed literals (reason simplification)	: 0
1800.03/1796.00	c reason swapping (by a shorter reason)	: 0
1800.03/1796.00	c Calls to reduceDB	: 28
1800.03/1796.00	c Number of update (reduction) of LBD	: 651
1800.03/1796.00	c Imported unit clauses	: 0
1800.03/1796.00	c number of reductions to clauses (during analyze)	: 0
1800.03/1796.00	c number of learned constraints concerned by reduction	: 0
1800.03/1796.00	c number of learning phase by resolution	: 0
1800.03/1796.00	c number of learning phase by cutting planes	: 0
1800.03/1796.00	c speed (assignments/second)	: 545506.8843339405
1800.03/1796.00	c non guided choices	0
1800.03/1796.01	c timeout
1800.03/1796.02	c learnt constraints type 
1800.03/1796.02	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 31
1800.03/1796.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 41559
1800.03/1796.02	s UNKNOWN
1800.03/1796.02	c Total wall clock time (in seconds): 1795.673

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4106750-1466275999/watcher-4106750-1466275999 -o /tmp/evaluation-result-4106750-1466275999/solver-4106750-1466275999 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466275999-22551 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106750-1466275999.opb 

pid=22576
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.26 1.85 2.01 4/176 22580
/proc/meminfo: memFree=30587152/32872528 swapFree=1103996/1183712
[pid=22580] ppid=22576 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/22580/stat : 22580 (java) R 22576 22580 22534 0 -1 4202496 209 0 1 0 0 0 0 0 20 0 1 0 29648855 9445376 84 33554432000 1073741824 1073778376 140733361172576 140733361169608 271778362807 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22580/statm: 2306 92 74 9 0 38 0

[startup+0.100068 s]
/proc/loadavg: 1.26 1.85 2.01 4/176 22580
/proc/meminfo: memFree=30587152/32872528 swapFree=1103996/1183712
[pid=22580] ppid=22576 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/22580/stat : 22580 (java) D 22576 22580 22534 0 -1 4202496 1169 0 16 0 0 0 0 0 20 0 1 0 29648855 23793664 834 33554432000 1073741824 1073778376 140734164032320 140734164022312 140358874894272 0 0 4096 0 18446744071579943789 0 0 17 7 0 0 7 0 0
/proc/22580/statm: 5809 834 627 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.200211 s]
/proc/loadavg: 1.26 1.85 2.01 4/176 22580
/proc/meminfo: memFree=30587152/32872528 swapFree=1103996/1183712
[pid=22580] ppid=22576 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/22580/stat : 22580 (java) S 22576 22580 22534 0 -1 4202496 3024 0 22 0 1 1 0 0 20 0 13 0 29648855 9446973440 3665 33554432000 1073741824 1073778376 140734164032320 140734164023456 271790932029 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/22580/statm: 2306390 3665 1661 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.300208 s]
/proc/loadavg: 1.26 1.85 2.01 4/176 22580
/proc/meminfo: memFree=30587152/32872528 swapFree=1103996/1183712
[pid=22580] ppid=22576 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/22580/stat : 22580 (java) S 22576 22580 22534 0 -1 4202496 3421 0 22 0 5 2 0 0 20 0 18 0 29648855 9787879424 4572 33554432000 1073741824 1073778376 140734164032320 140734164023456 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/22580/statm: 2389619 4572 1789 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.700244 s]
/proc/loadavg: 1.26 1.85 2.01 4/176 22580
/proc/meminfo: memFree=30587152/32872528 swapFree=1103996/1183712
[pid=22580] ppid=22576 vsize=9558476 CPUtime=0.96 cores=1,3,5,7
/proc/22580/stat : 22580 (java) S 22576 22580 22534 0 -1 4202496 12971 0 24 0 92 4 0 0 20 0 18 0 29648855 9787879424 17368 33554432000 1073741824 1073778376 140734164032320 140734164023456 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/22580/statm: 2389619 17368 2255 9 0 2380296 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 9558476

[startup+1.50079 s]
/proc/loadavg: 1.48 1.89 2.02 10/212 22616
/proc/meminfo: memFree=30295396/32872528 swapFree=1103996/1183712
[pid=22580] ppid=22576 vsize=9625040 CPUtime=3.36 cores=1,3,5,7
/proc/22580/stat : 22580 (java) S 22576 22580 22534 0 -1 4202496 26890 0 24 0 324 12 0 0 20 0 19 0 29648855 9856040960 85557 33554432000 1073741824 1073778376 140734164032320 140734164023456 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/22580/statm: 2406260 85557 2283 9 0 2396937 0
[pid=22580/tid=22582] ppid=22576 vsize=9625040 CPUtime=1.14 cores=1,3,5,7
/proc/22580/task/22582/stat : 22582 (java) R 22576 22580 22534 0 -1 4202560 2518 0 5 0 109 5 0 0 20 0 19 0 29648865 9856040960 85557 33554432000 1073741824 1073778376 140734164032320 140358871932944 140358743387326 0 4 0 16800975 0 0 0 -1 1 0 0 12 0 0
[pid=22580/tid=22588] ppid=22576 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/22580/task/22588/stat : 22588 (java) S 22576 22580 22534 0 -1 4202560 138 0 0 0 4 0 0 0 20 0 19 0 29648870 9856040960 85557 33554432000 1073741824 1073778376 140734164032320 140358715128360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22580/tid=22592] ppid=22576 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/22580/task/22592/stat : 22592 (java) S 22576 22580 22534 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 29648870 9856040960 85557 33554432000 1073741824 1073778376 140734164032320 140358714075560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22580/tid=22594] ppid=22576 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/22580/task/22594/stat : 22594 (java) S 22576 22580 22534 0 -1 4202560 78 0 0 0 1 0 0 0 20 0 19 0 29648870 9856040960 85557 33554432000 1073741824 1073778376 140734164032320 140358713022760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22580/tid=22595] ppid=22576 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/22580/task/22595/stat : 22595 (java) S 22576 22580 22534 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 29648870 9856040960 85557 33554432000 1073741824 1073778376 140734164032320 140358711969960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22580/tid=22596] ppid=22576 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/22580/task/22596/stat : 22596 (java) S 22576 22580 22534 0 -1 4202560 117 0 0 0 2 0 0 0 20 0 19 0 29648870 9856040960 85557 33554432000 1073741824 1073778376 140734164032320 140358710918184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22580/tid=22597] ppid=22576 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/22580/task/22597/stat : 22597 (java) S 22576 22580 22534 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 29648870 9856040960 85557 33554432000 1073741824 1073778376 140734164032320 140358709865384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22580/tid=22598] ppid=22576 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/22580/task/22598/stat : 22598 (java) S 22576 22580 22534 0 -1 4202560 39 0 0 0 1 0 0 0 20 0 19 0 29648870 9856040960 85557 33554432000 1073741824 1073778376 140734164032320 140358708812584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22580/tid=22599] ppid=22576 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/22580/task/22599/stat : 22599 (java) S 22576 22580 22534 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 29648870 9856040960 85557 33554432000 1073741824 1073778376 140734164032320 140358707759784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22580/tid=22600] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22600/stat : 22600 (java) S 22576 22580 22534 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 29648873 9856040960 85557 33554432000 1073741824 1073778376 140734164032320 140358695561704 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22580/tid=22603] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22603/stat : 22603 (java) S 22576 22580 22534 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29648875 9856040960 85557 33554432000 1073741824 1073778376 140734164032320 140358694507768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22580/tid=22605] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22605/stat : 22605 (java) S 22576 22580 22534 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29648875 9856040960 85557 33554432000 1073741824 1073778376 140734164032320 140358693454856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22580/tid=22606] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22606/stat : 22606 (java) S 22576 22580 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29648881 9856040960 85557 33554432000 1073741824 1073778376 140734164032320 140358692403344 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22580/tid=22607] ppid=22576 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/22580/task/22607/stat : 22607 (java) S 22576 22580 22534 0 -1 4202560 7082 0 1 0 91 2 0 0 20 0 19 0 29648881 9856040960 85557 33554432000 1073741824 1073778376 140734164032320 140358691351480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22580/tid=22609] ppid=22576 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/22580/task/22609/stat : 22609 (java) S 22576 22580 22534 0 -1 4202560 15558 0 1 0 95 2 0 0 20 0 19 0 29648881 9856040960 85557 33554432000 1073741824 1073778376 140734164032320 140358690298680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22580/tid=22611] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22611/stat : 22611 (java) S 22576 22580 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29648881 9856040960 85557 33554432000 1073741824 1073778376 140734164032320 140358689246072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22580/tid=22613] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22613/stat : 22613 (java) S 22576 22580 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29648881 9856040960 85557 33554432000 1073741824 1073778376 140734164032320 140358688193480 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.36
Current children cumulated vsize (KiB) 9625040

[startup+3.10089 s]
/proc/loadavg: 1.48 1.89 2.02 6/213 22617
/proc/meminfo: memFree=30185244/32872528 swapFree=1103996/1183712
[pid=22580] ppid=22576 vsize=9625040 CPUtime=5.08 cores=1,3,5,7
/proc/22580/stat : 22580 (java) S 22576 22580 22534 0 -1 4202496 26894 0 24 0 496 12 0 0 20 0 19 0 29648855 9856040960 86070 33554432000 1073741824 1073778376 140734164032320 140734164023456 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/22580/statm: 2406260 86070 2284 9 0 2396937 0
[pid=22580/tid=22582] ppid=22576 vsize=9625040 CPUtime=2.73 cores=1,3,5,7
/proc/22580/task/22582/stat : 22582 (java) R 22576 22580 22534 0 -1 4202560 2521 0 5 0 268 5 0 0 20 0 19 0 29648865 9856040960 86070 33554432000 1073741824 1073778376 140734164032320 140358871941208 140358743387219 0 4 0 16800975 0 0 0 -1 3 0 0 12 0 0
[pid=22580/tid=22588] ppid=22576 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/22580/task/22588/stat : 22588 (java) S 22576 22580 22534 0 -1 4202560 138 0 0 0 4 0 0 0 20 0 19 0 29648870 9856040960 86070 33554432000 1073741824 1073778376 140734164032320 140358715128360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22580/tid=22592] ppid=22576 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/22580/task/22592/stat : 22592 (java) S 22576 22580 22534 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 29648870 9856040960 86070 33554432000 1073741824 1073778376 140734164032320 140358714075560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22580/tid=22594] ppid=22576 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/22580/task/22594/stat : 22594 (java) S 22576 22580 22534 0 -1 4202560 78 0 0 0 1 0 0 0 20 0 19 0 29648870 9856040960 86070 33554432000 1073741824 1073778376 140734164032320 140358713022760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22580/tid=22595] ppid=22576 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/22580/task/22595/stat : 22595 (java) S 22576 22580 22534 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 29648870 9856040960 86070 33554432000 1073741824 1073778376 140734164032320 140358711969960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22580/tid=22596] ppid=22576 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/22580/task/22596/stat : 22596 (java) S 22576 22580 22534 0 -1 4202560 117 0 0 0 2 0 0 0 20 0 19 0 29648870 9856040960 86070 33554432000 1073741824 1073778376 140734164032320 140358710918184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22580/tid=22597] ppid=22576 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/22580/task/22597/stat : 22597 (java) S 22576 22580 22534 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 29648870 9856040960 86070 33554432000 1073741824 1073778376 140734164032320 140358709865384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22580/tid=22598] ppid=22576 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/22580/task/22598/stat : 22598 (java) S 22576 22580 22534 0 -1 4202560 39 0 0 0 1 0 0 0 20 0 19 0 29648870 9856040960 86070 33554432000 1073741824 1073778376 140734164032320 140358708812584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22580/tid=22599] ppid=22576 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/22580/task/22599/stat : 22599 (java) S 22576 22580 22534 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 29648870 9856040960 86070 33554432000 1073741824 1073778376 140734164032320 140358707759784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22580/tid=22600] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22600/stat : 22600 (java) S 22576 22580 22534 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 29648873 9856040960 86070 33554432000 1073741824 1073778376 140734164032320 140358695561704 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22580/tid=22603] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22603/stat : 22603 (java) S 22576 22580 22534 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29648875 9856040960 86070 33554432000 1073741824 1073778376 140734164032320 140358694507768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22580/tid=22605] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22605/stat : 22605 (java) S 22576 22580 22534 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29648875 9856040960 86070 33554432000 1073741824 1073778376 140734164032320 140358693454856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22580/tid=22606] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22606/stat : 22606 (java) S 22576 22580 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29648881 9856040960 86070 33554432000 1073741824 1073778376 140734164032320 140358692403344 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22580/tid=22607] ppid=22576 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/22580/task/22607/stat : 22607 (java) S 22576 22580 22534 0 -1 4202560 7083 0 1 0 94 2 0 0 20 0 19 0 29648881 9856040960 86070 33554432000 1073741824 1073778376 140734164032320 140358691351480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22580/tid=22609] ppid=22576 vsize=9625040 CPUtime=1.06 cores=1,3,5,7
/proc/22580/task/22609/stat : 22609 (java) S 22576 22580 22534 0 -1 4202560 15558 0 1 0 104 2 0 0 20 0 19 0 29648881 9856040960 86070 33554432000 1073741824 1073778376 140734164032320 140358690298680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22580/tid=22611] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22611/stat : 22611 (java) S 22576 22580 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29648881 9856040960 86070 33554432000 1073741824 1073778376 140734164032320 140358689246072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22580/tid=22613] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22613/stat : 22613 (java) S 22576 22580 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29648881 9856040960 86070 33554432000 1073741824 1073778376 140734164032320 140358688193480 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22580/tid=22617] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22617/stat : 22617 (java) S 22576 22580 22534 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29648983 9856040960 86070 33554432000 1073741824 1073778376 140734164032320 140358687138984 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 5.08
Current children cumulated vsize (KiB) 9625040

[startup+6.30092 s]
/proc/loadavg: 1.48 1.89 2.02 5/213 22617
/proc/meminfo: memFree=30159560/32872528 swapFree=1103996/1183712
[pid=22580] ppid=22576 vsize=9625040 CPUtime=8.28 cores=1,3,5,7
/proc/22580/stat : 22580 (java) S 22576 22580 22534 0 -1 4202496 26896 0 24 0 816 12 0 0 20 0 19 0 29648855 9856040960 85875 33554432000 1073741824 1073778376 140734164032320 140734164023456 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/22580/statm: 2406260 85875 2284 9 0 2396937 0
[pid=22580/tid=22582] ppid=22576 vsize=9625040 CPUtime=5.92 cores=1,3,5,7
/proc/22580/task/22582/stat : 22582 (java) R 22576 22580 22534 0 -1 4202560 2523 0 5 0 587 5 0 0 20 0 19 0 29648865 9856040960 85875 33554432000 1073741824 1073778376 140734164032320 140358871939424 140358743834374 0 4 0 16800975 0 0 0 -1 3 0 0 12 0 0
[pid=22580/tid=22588] ppid=22576 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/22580/task/22588/stat : 22588 (java) S 22576 22580 22534 0 -1 4202560 138 0 0 0 4 0 0 0 20 0 19 0 29648870 9856040960 85875 33554432000 1073741824 1073778376 140734164032320 140358715128360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22580/tid=22592] ppid=22576 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/22580/task/22592/stat : 22592 (java) S 22576 22580 22534 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 29648870 9856040960 85875 33554432000 1073741824 1073778376 140734164032320 140358714075560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22580/tid=22594] ppid=22576 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/22580/task/22594/stat : 22594 (java) S 22576 22580 22534 0 -1 4202560 78 0 0 0 1 0 0 0 20 0 19 0 29648870 9856040960 85875 33554432000 1073741824 1073778376 140734164032320 140358713022760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22580/tid=22595] ppid=22576 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/22580/task/22595/stat : 22595 (java) S 22576 22580 22534 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 29648870 9856040960 85875 33554432000 1073741824 1073778376 140734164032320 140358711969960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22580/tid=22596] ppid=22576 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/22580/task/22596/stat : 22596 (java) S 22576 22580 22534 0 -1 4202560 117 0 0 0 2 0 0 0 20 0 19 0 29648870 9856040960 85875 33554432000 1073741824 1073778376 140734164032320 140358710918184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22580/tid=22597] ppid=22576 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/22580/task/22597/stat : 22597 (java) S 22576 22580 22534 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 29648870 9856040960 85875 33554432000 1073741824 1073778376 140734164032320 140358709865384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22580/tid=22598] ppid=22576 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/22580/task/22598/stat : 22598 (java) S 22576 22580 22534 0 -1 4202560 39 0 0 0 1 0 0 0 20 0 19 0 29648870 9856040960 85875 33554432000 1073741824 1073778376 140734164032320 140358708812584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22580/tid=22599] ppid=22576 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/22580/task/22599/stat : 22599 (java) S 22576 22580 22534 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 29648870 9856040960 85875 33554432000 1073741824 1073778376 140734164032320 140358707759784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22580/tid=22600] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22600/stat : 22600 (java) S 22576 22580 22534 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 29648873 9856040960 85875 33554432000 1073741824 1073778376 140734164032320 140358695561704 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22580/tid=22603] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22603/stat : 22603 (java) S 22576 22580 22534 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29648875 9856040960 85875 33554432000 1073741824 1073778376 140734164032320 140358694507768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22580/tid=22605] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22605/stat : 22605 (java) S 22576 22580 22534 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29648875 9856040960 85875 33554432000 1073741824 1073778376 140734164032320 140358693454856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22580/tid=22606] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22606/stat : 22606 (java) S 22576 22580 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29648881 9856040960 85875 33554432000 1073741824 1073778376 140734164032320 140358692403344 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22580/tid=22607] ppid=22576 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/22580/task/22607/stat : 22607 (java) S 22576 22580 22534 0 -1 4202560 7083 0 1 0 94 2 0 0 20 0 19 0 29648881 9856040960 85875 33554432000 1073741824 1073778376 140734164032320 140358691351480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22580/tid=22609] ppid=22576 vsize=9625040 CPUtime=1.06 cores=1,3,5,7
/proc/22580/task/22609/stat : 22609 (java) S 22576 22580 22534 0 -1 4202560 15558 0 1 0 104 2 0 0 20 0 19 0 29648881 9856040960 85875 33554432000 1073741824 1073778376 140734164032320 140358690298680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22580/tid=22611] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22611/stat : 22611 (java) S 22576 22580 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29648881 9856040960 85875 33554432000 1073741824 1073778376 140734164032320 140358689246072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22580/tid=22613] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22613/stat : 22613 (java) S 22576 22580 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29648881 9856040960 85875 33554432000 1073741824 1073778376 140734164032320 140358688193480 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22580/tid=22617] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22617/stat : 22617 (java) S 22576 22580 22534 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29648983 9856040960 85875 33554432000 1073741824 1073778376 140734164032320 140358687138984 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.28
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 1.56 1.89 2.02 5/213 22617

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

[pid=22580/tid=22617] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22617/stat : 22617 (java) S 22576 22580 22534 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29648983 9856040960 345213 33554432000 1073741824 1073778376 140734164032320 140358687138984 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1665.72
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.07 2.08 2.02 3/213 22747
/proc/meminfo: memFree=28160052/32872528 swapFree=1103996/1183712
[pid=22580] ppid=22576 vsize=9625040 CPUtime=1725.73 cores=1,3,5,7
/proc/22580/stat : 22580 (java) S 22576 22580 22534 0 -1 4202496 29460 0 24 0 172461 112 0 0 20 0 19 0 29648855 9856040960 363133 33554432000 1073741824 1073778376 140734164032320 140734164023456 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/22580/statm: 2406260 363133 2299 9 0 2396937 0
[pid=22580/tid=22582] ppid=22576 vsize=9625040 CPUtime=1717.03 cores=1,3,5,7
/proc/22580/task/22582/stat : 22582 (java) R 22576 22580 22534 0 -1 4202560 3011 0 5 0 171663 40 0 0 20 0 19 0 29648865 9856040960 363133 33554432000 1073741824 1073778376 140734164032320 140358871932608 140358743822738 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0
[pid=22580/tid=22588] ppid=22576 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/22580/task/22588/stat : 22588 (java) S 22576 22580 22534 0 -1 4202560 280 0 0 0 11 7 0 0 20 0 19 0 29648870 9856040960 363133 33554432000 1073741824 1073778376 140734164032320 140358715128360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22580/tid=22592] ppid=22576 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/22580/task/22592/stat : 22592 (java) S 22576 22580 22534 0 -1 4202560 195 0 0 0 11 10 0 0 20 0 19 0 29648870 9856040960 363133 33554432000 1073741824 1073778376 140734164032320 140358714075560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22580/tid=22594] ppid=22576 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/22580/task/22594/stat : 22594 (java) S 22576 22580 22534 0 -1 4202560 249 0 0 0 10 8 0 0 20 0 19 0 29648870 9856040960 363133 33554432000 1073741824 1073778376 140734164032320 140358713022760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22580/tid=22595] ppid=22576 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/22580/task/22595/stat : 22595 (java) S 22576 22580 22534 0 -1 4202560 169 0 0 0 12 9 0 0 20 0 19 0 29648870 9856040960 363133 33554432000 1073741824 1073778376 140734164032320 140358711969960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22580/tid=22596] ppid=22576 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/22580/task/22596/stat : 22596 (java) S 22576 22580 22534 0 -1 4202560 327 0 0 0 12 10 0 0 20 0 19 0 29648870 9856040960 363133 33554432000 1073741824 1073778376 140734164032320 140358710918184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22580/tid=22597] ppid=22576 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/22580/task/22597/stat : 22597 (java) S 22576 22580 22534 0 -1 4202560 110 0 0 0 8 5 0 0 20 0 19 0 29648870 9856040960 363133 33554432000 1073741824 1073778376 140734164032320 140358709865384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22580/tid=22598] ppid=22576 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/22580/task/22598/stat : 22598 (java) S 22576 22580 22534 0 -1 4202560 158 0 0 0 7 6 0 0 20 0 19 0 29648870 9856040960 363133 33554432000 1073741824 1073778376 140734164032320 140358708812584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22580/tid=22599] ppid=22576 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/22580/task/22599/stat : 22599 (java) S 22576 22580 22534 0 -1 4202560 127 0 0 0 11 7 0 0 20 0 19 0 29648870 9856040960 363133 33554432000 1073741824 1073778376 140734164032320 140358707759784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22580/tid=22600] ppid=22576 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/22580/task/22600/stat : 22600 (java) S 22576 22580 22534 0 -1 4202560 822 0 0 0 16 2 0 0 20 0 19 0 29648873 9856040960 363133 33554432000 1073741824 1073778376 140734164032320 140358695561704 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22580/tid=22603] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22603/stat : 22603 (java) S 22576 22580 22534 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29648875 9856040960 363133 33554432000 1073741824 1073778376 140734164032320 140358694507768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22580/tid=22605] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22605/stat : 22605 (java) S 22576 22580 22534 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29648875 9856040960 363133 33554432000 1073741824 1073778376 140734164032320 140358693454856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22580/tid=22606] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22606/stat : 22606 (java) S 22576 22580 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29648881 9856040960 363133 33554432000 1073741824 1073778376 140734164032320 140358692403344 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22580/tid=22607] ppid=22576 vsize=9625040 CPUtime=1.04 cores=1,3,5,7
/proc/22580/task/22607/stat : 22607 (java) S 22576 22580 22534 0 -1 4202560 7103 0 1 0 102 2 0 0 20 0 19 0 29648881 9856040960 363133 33554432000 1073741824 1073778376 140734164032320 140358691351480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22580/tid=22609] ppid=22576 vsize=9625040 CPUtime=1.14 cores=1,3,5,7
/proc/22580/task/22609/stat : 22609 (java) S 22576 22580 22534 0 -1 4202560 15563 0 1 0 112 2 0 0 20 0 19 0 29648881 9856040960 363133 33554432000 1073741824 1073778376 140734164032320 140358690298680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22580/tid=22611] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22611/stat : 22611 (java) S 22576 22580 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29648881 9856040960 363133 33554432000 1073741824 1073778376 140734164032320 140358689246072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22580/tid=22613] ppid=22576 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/22580/task/22613/stat : 22613 (java) S 22576 22580 22534 0 -1 4202560 99 0 0 0 31 36 0 0 20 0 19 0 29648881 9856040960 363133 33554432000 1073741824 1073778376 140734164032320 140358688193480 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22580/tid=22617] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22617/stat : 22617 (java) S 22576 22580 22534 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29648983 9856040960 363133 33554432000 1073741824 1073778376 140734164032320 140358687138984 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1725.73
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.10 2.09 2.03 3/213 22748
/proc/meminfo: memFree=27789632/32872528 swapFree=1103996/1183712
[pid=22580] ppid=22576 vsize=9625040 CPUtime=1786.33 cores=1,3,5,7
/proc/22580/stat : 22580 (java) S 22576 22580 22534 0 -1 4202496 30878 0 24 0 178481 152 0 0 20 0 19 0 29648855 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140734164023456 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/22580/statm: 2406260 455538 2299 9 0 2396937 0
[pid=22580/tid=22582] ppid=22576 vsize=9625040 CPUtime=1776.48 cores=1,3,5,7
/proc/22580/task/22582/stat : 22582 (java) R 22576 22580 22534 0 -1 4202560 3030 0 5 0 177606 42 0 0 20 0 19 0 29648865 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358871932608 140358743789255 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0
[pid=22580/tid=22588] ppid=22576 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/22580/task/22588/stat : 22588 (java) S 22576 22580 22534 0 -1 4202560 362 0 0 0 16 12 0 0 20 0 19 0 29648870 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358715128360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22580/tid=22592] ppid=22576 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/22580/task/22592/stat : 22592 (java) S 22576 22580 22534 0 -1 4202560 272 0 0 0 16 15 0 0 20 0 19 0 29648870 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358714075560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22580/tid=22594] ppid=22576 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/22580/task/22594/stat : 22594 (java) S 22576 22580 22534 0 -1 4202560 297 0 0 0 13 11 0 0 20 0 19 0 29648870 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358713022760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22580/tid=22595] ppid=22576 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/22580/task/22595/stat : 22595 (java) S 22576 22580 22534 0 -1 4202560 337 0 0 0 22 19 0 0 20 0 19 0 29648870 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358711969960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22580/tid=22596] ppid=22576 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/22580/task/22596/stat : 22596 (java) S 22576 22580 22534 0 -1 4202560 361 0 0 0 15 12 0 0 20 0 19 0 29648870 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358710918184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22580/tid=22597] ppid=22576 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/22580/task/22597/stat : 22597 (java) S 22576 22580 22534 0 -1 4202560 156 0 0 0 11 7 0 0 20 0 19 0 29648870 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358709865384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22580/tid=22598] ppid=22576 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/22580/task/22598/stat : 22598 (java) S 22576 22580 22534 0 -1 4202560 360 0 0 0 17 16 0 0 20 0 19 0 29648870 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358708812584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22580/tid=22599] ppid=22576 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/22580/task/22599/stat : 22599 (java) S 22576 22580 22534 0 -1 4202560 167 0 0 0 14 9 0 0 20 0 19 0 29648870 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358707759784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22580/tid=22600] ppid=22576 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/22580/task/22600/stat : 22600 (java) S 22576 22580 22534 0 -1 4202560 1520 0 0 0 35 3 0 0 20 0 19 0 29648873 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358695561704 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22580/tid=22603] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22603/stat : 22603 (java) S 22576 22580 22534 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29648875 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358694507768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22580/tid=22605] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22605/stat : 22605 (java) S 22576 22580 22534 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29648875 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358693454856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22580/tid=22606] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22606/stat : 22606 (java) S 22576 22580 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29648881 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358692403344 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22580/tid=22607] ppid=22576 vsize=9625040 CPUtime=1.04 cores=1,3,5,7
/proc/22580/task/22607/stat : 22607 (java) S 22576 22580 22534 0 -1 4202560 7103 0 1 0 102 2 0 0 20 0 19 0 29648881 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358691351480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22580/tid=22609] ppid=22576 vsize=9625040 CPUtime=1.14 cores=1,3,5,7
/proc/22580/task/22609/stat : 22609 (java) S 22576 22580 22534 0 -1 4202560 15563 0 1 0 112 2 0 0 20 0 19 0 29648881 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358690298680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22580/tid=22611] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22611/stat : 22611 (java) S 22576 22580 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29648881 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358689246072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22580/tid=22613] ppid=22576 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/22580/task/22613/stat : 22613 (java) S 22576 22580 22534 0 -1 4202560 103 0 0 0 32 37 0 0 20 0 19 0 29648881 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358688193480 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22580/tid=22617] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22617/stat : 22617 (java) S 22576 22580 22534 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29648983 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358687138984 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1786.33
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796 s]
/proc/loadavg: 2.17 2.10 2.03 3/213 22749
/proc/meminfo: memFree=27789392/32872528 swapFree=1103996/1183712
[pid=22580] ppid=22576 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/22580/stat : 22580 (java) S 22576 22580 22534 0 -1 4202496 30878 0 24 0 179851 152 0 0 20 0 19 0 29648855 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140734164023456 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/22580/statm: 2406260 455538 2299 9 0 2396937 0
[pid=22580/tid=22582] ppid=22576 vsize=9625040 CPUtime=1790.15 cores=1,3,5,7
/proc/22580/task/22582/stat : 22582 (java) R 22576 22580 22534 0 -1 4202560 3030 0 5 0 178973 42 0 0 20 0 19 0 29648865 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358871932608 140358743387231 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0
[pid=22580/tid=22588] ppid=22576 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/22580/task/22588/stat : 22588 (java) S 22576 22580 22534 0 -1 4202560 362 0 0 0 16 12 0 0 20 0 19 0 29648870 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358715128360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22580/tid=22592] ppid=22576 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/22580/task/22592/stat : 22592 (java) S 22576 22580 22534 0 -1 4202560 272 0 0 0 16 15 0 0 20 0 19 0 29648870 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358714075560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22580/tid=22594] ppid=22576 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/22580/task/22594/stat : 22594 (java) S 22576 22580 22534 0 -1 4202560 297 0 0 0 13 11 0 0 20 0 19 0 29648870 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358713022760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22580/tid=22595] ppid=22576 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/22580/task/22595/stat : 22595 (java) S 22576 22580 22534 0 -1 4202560 337 0 0 0 22 19 0 0 20 0 19 0 29648870 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358711969960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22580/tid=22596] ppid=22576 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/22580/task/22596/stat : 22596 (java) S 22576 22580 22534 0 -1 4202560 361 0 0 0 15 12 0 0 20 0 19 0 29648870 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358710918184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22580/tid=22597] ppid=22576 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/22580/task/22597/stat : 22597 (java) S 22576 22580 22534 0 -1 4202560 156 0 0 0 11 7 0 0 20 0 19 0 29648870 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358709865384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22580/tid=22598] ppid=22576 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/22580/task/22598/stat : 22598 (java) S 22576 22580 22534 0 -1 4202560 360 0 0 0 17 16 0 0 20 0 19 0 29648870 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358708812584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22580/tid=22599] ppid=22576 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/22580/task/22599/stat : 22599 (java) S 22576 22580 22534 0 -1 4202560 167 0 0 0 14 9 0 0 20 0 19 0 29648870 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358707759784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22580/tid=22600] ppid=22576 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/22580/task/22600/stat : 22600 (java) S 22576 22580 22534 0 -1 4202560 1520 0 0 0 35 3 0 0 20 0 19 0 29648873 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358695561704 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22580/tid=22603] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22603/stat : 22603 (java) S 22576 22580 22534 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29648875 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358694507768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22580/tid=22605] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22605/stat : 22605 (java) S 22576 22580 22534 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29648875 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358693454856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22580/tid=22606] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22606/stat : 22606 (java) S 22576 22580 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29648881 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358692403344 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22580/tid=22607] ppid=22576 vsize=9625040 CPUtime=1.04 cores=1,3,5,7
/proc/22580/task/22607/stat : 22607 (java) S 22576 22580 22534 0 -1 4202560 7103 0 1 0 102 2 0 0 20 0 19 0 29648881 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358691351480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22580/tid=22609] ppid=22576 vsize=9625040 CPUtime=1.14 cores=1,3,5,7
/proc/22580/task/22609/stat : 22609 (java) S 22576 22580 22534 0 -1 4202560 15563 0 1 0 112 2 0 0 20 0 19 0 29648881 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358690298680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22580/tid=22611] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22611/stat : 22611 (java) S 22576 22580 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29648881 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358689246072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22580/tid=22613] ppid=22576 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/22580/task/22613/stat : 22613 (java) S 22576 22580 22534 0 -1 4202560 103 0 0 0 32 38 0 0 20 0 19 0 29648881 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358688193480 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22580/tid=22617] ppid=22576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22580/task/22617/stat : 22617 (java) S 22576 22580 22534 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29648983 9856040960 455538 33554432000 1073741824 1073778376 140734164032320 140358687138984 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 22580 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22580 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=939279
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=36690
# CPU time returned by wait4() is 1795.98
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.04
CPU time (s): 1800.03
CPU user time (s): 1798.51
CPU system time (s): 1.52
CPU usage (%): 100.222
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.94
system time used= 2.03669
maximum resident set size= 1822268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30912
page faults= 24
swaps= 0
block input operations= 11360
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38522
involuntary context switches= 3935

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3431 second user time and 11.8922 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-18 20:53:19
IDJOB=4106750
IDBENCH=48228
IDSOLVER=2546
FILE ID=node115/4106750-1466275999
RUNJOBID= node115-1466275999-22551
PBS_JOBID= 19918252
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_1000_25_4.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106750-1466275999/watcher-4106750-1466275999 -o /tmp/evaluation-result-4106750-1466275999/solver-4106750-1466275999 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466275999-22551 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106750-1466275999.opb

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

MD5SUM BENCH= 95a6f76009dbd8a204f015cb008300c0
RANDOM SEED=1223231284

node115.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		: 2667.103
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	: 5334.20
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		: 2667.103
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	: 5332.55
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		: 2667.103
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	: 5332.55
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		: 2667.103
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	: 5332.55
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		: 2667.103
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	: 5332.55
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		: 2667.103
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	: 5332.55
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		: 2667.103
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	: 5332.55
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		: 2667.103
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30588076 kB
Buffers:          161480 kB
Cached:           190012 kB
SwapCached:         2472 kB
Active:            85524 kB
Inactive:         269808 kB
Active(anon):       4656 kB
Inactive(anon):     2168 kB
Active(file):      80868 kB
Inactive(file):   267640 kB
Unevictable:     1183712 kB
Mlocked:         1103996 kB
SwapTotal:      67108856 kB
SwapFree:       67099632 kB
Dirty:              2328 kB
Writeback:             0 kB
AnonPages:       1186388 kB
Mapped:             8028 kB
Shmem:                 0 kB
Slab:             612196 kB
SReclaimable:      56528 kB
SUnreclaim:       555668 kB
KernelStack:        1336 kB
PageTables:         6672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1281340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node115 at 2016-06-18 21:23:15