Trace number 4085790

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 1796.35

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_25_1.opb
MD5SUM02054528a722e9af7937139e87d0b5ac
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-117
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -169
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)63280
Sum of products size (including duplicates)126560
Number of different products31640
Sum of products size63280

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
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 lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4085790-1465261276.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
2.29/0.99	c ... done. Wall clock time 0.872s.
2.29/0.99	c declared #vars     2000
2.29/0.99	c internal #vars     33640
2.29/0.99	c #constraints  66282
2.29/0.99	c constraints type 
2.29/0.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 31640
2.29/0.99	c org.sat4j.minisat.constraints.card.MinWatchCard => 2002
2.29/0.99	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1000
2.29/0.99	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 31640
2.29/0.99	c 66282 constraints processed.
2.29/0.99	c objective function length is 1000 literals
22.15/19.93	c cleaning 2497 clauses out of 5000 with flag 207614/5000
41.11/38.75	c cleaning 4252 clauses out of 8503 with flag 239111/11000
62.42/60.06	c cleaning 5619 clauses out of 11251 with flag 259188/18000
87.45/85.01	c cleaning 6817 clauses out of 13633 with flag 281591/26001
115.69/113.28	c cleaning 7901 clauses out of 15816 with flag 306934/35001
147.82/145.37	c cleaning 8958 clauses out of 17915 with flag 334396/45001
183.51/181.04	c cleaning 9978 clauses out of 19956 with flag 364906/56000
221.62/219.17	c cleaning 10989 clauses out of 21979 with flag 396862/68001
264.61/261.99	c cleaning 11995 clauses out of 23990 with flag 432356/81001
310.31/307.70	c cleaning 12998 clauses out of 25995 with flag 470544/95001
361.22/358.58	c cleaning 13992 clauses out of 27996 with flag 511549/110000
417.02/414.31	c cleaning 14999 clauses out of 30004 with flag 554610/126000
475.14/472.49	c cleaning 15995 clauses out of 32006 with flag 596299/143001
545.16/542.43	c cleaning 17004 clauses out of 34011 with flag 638266/161001
616.76/614.09	c cleaning 18004 clauses out of 36007 with flag 682504/180001
692.77/690.08	c cleaning 19001 clauses out of 38002 with flag 729121/200000
760.92/757.78	c cleaning 20001 clauses out of 40001 with flag 778005/221000
829.73/826.52	c cleaning 20996 clauses out of 42000 with flag 828858/243000
902.46/899.20	c cleaning 21995 clauses out of 44005 with flag 881451/266001
981.17/977.92	c cleaning 23002 clauses out of 46010 with flag 937142/290001
1061.68/1058.46	c cleaning 24000 clauses out of 48008 with flag 995487/315001
1150.78/1147.30	c cleaning 25000 clauses out of 50007 with flag 1055904/341000
1243.21/1239.63	c cleaning 26001 clauses out of 52007 with flag 1118339/368000
1339.81/1336.27	c cleaning 27002 clauses out of 54006 with flag 1182775/396000
1421.34/1417.79	c cleaning 28002 clauses out of 56004 with flag 1266264/425000
1517.35/1513.71	c cleaning 28999 clauses out of 58003 with flag 1341035/455001
1614.26/1610.60	c cleaning 30002 clauses out of 60004 with flag 1421932/486001
1733.79/1730.10	c cleaning 31001 clauses out of 62002 with flag 1507323/518001
1800.00/1796.31	c starts		: 113
1800.00/1796.31	c conflicts		: 536383
1800.00/1796.31	c decisions		: 940800
1800.00/1796.31	c propagations		: 922808268
1800.00/1796.31	c inspects		: 15133318102
1800.00/1796.31	c shortcuts		: 0
1800.00/1796.31	c learnt literals	: 0
1800.00/1796.31	c learnt binary clauses	: 37
1800.00/1796.31	c learnt ternary clauses	: 1026
1800.00/1796.31	c learnt constraints	: 536382
1800.00/1796.31	c ignored constraints	: 0
1800.00/1796.31	c root simplifications	: 0
1800.00/1796.31	c removed literals (reason simplification)	: 0
1800.00/1796.31	c reason swapping (by a shorter reason)	: 0
1800.00/1796.31	c Calls to reduceDB	: 28
1800.00/1796.31	c Number of update (reduction) of LBD	: 672
1800.00/1796.31	c Imported unit clauses	: 0
1800.00/1796.31	c number of reductions to clauses (during analyze)	: 0
1800.00/1796.31	c number of learned constraints concerned by reduction	: 0
1800.00/1796.31	c number of learning phase by resolution	: 0
1800.00/1796.31	c number of learning phase by cutting planes	: 0
1800.00/1796.31	c speed (assignments/second)	: 514016.8418660404
1800.00/1796.31	c non guided choices	0
1800.00/1796.31	c timeout
1800.00/1796.33	c learnt constraints type 
1800.00/1796.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 37
1800.00/1796.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 49346
1800.00/1796.33	s UNKNOWN
1800.00/1796.33	c Total wall clock time (in seconds): 1796.216

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-4085790-1465261276/watcher-4085790-1465261276 -o /tmp/evaluation-result-4085790-1465261276/solver-4085790-1465261276 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1465245095-8451 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085790-1465261276.opb 

pid=10857
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.11 2.07 2.02 3/194 10860
/proc/meminfo: memFree=31108056/32872528 swapFree=13256/481332
[pid=10860] ppid=10857 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/10860/stat : 10860 (java) D 10857 10860 8435 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 108062419 9515008 183 33554432000 1073741824 1073778376 140737314308176 140737314299208 235374722741 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/10860/statm: 2323 183 140 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 2.11 2.07 2.02 3/194 10860
/proc/meminfo: memFree=31108056/32872528 swapFree=13256/481332
[pid=10860] ppid=10857 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/10860/stat : 10860 (java) S 10857 10860 8435 0 -1 4202496 4397 0 1 0 8 1 0 0 20 0 18 0 108062419 9787879424 6028 33554432000 1073741824 1073778376 140734041166800 140734041157936 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10860/statm: 2389619 6028 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200207 s]
/proc/loadavg: 2.11 2.07 2.02 3/194 10860
/proc/meminfo: memFree=31108056/32872528 swapFree=13256/481332
[pid=10860] ppid=10857 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/10860/stat : 10860 (java) S 10857 10860 8435 0 -1 4202496 4732 0 1 0 23 1 0 0 20 0 18 0 108062419 9787879424 6806 33554432000 1073741824 1073778376 140734041166800 140734041157936 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10860/statm: 2389619 6806 2204 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300208 s]
/proc/loadavg: 2.11 2.07 2.02 3/194 10860
/proc/meminfo: memFree=31108056/32872528 swapFree=13256/481332
[pid=10860] ppid=10857 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/10860/stat : 10860 (java) S 10857 10860 8435 0 -1 4202496 6043 0 1 0 43 2 0 0 20 0 18 0 108062419 9787879424 8689 33554432000 1073741824 1073778376 140734041166800 140734041157936 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10860/statm: 2389619 8689 2243 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700177 s]
/proc/loadavg: 2.11 2.07 2.02 3/194 10860
/proc/meminfo: memFree=31108056/32872528 swapFree=13256/481332
[pid=10860] ppid=10857 vsize=9558476 CPUtime=1.64 cores=0,2,4,6
/proc/10860/stat : 10860 (java) S 10857 10860 8435 0 -1 4202496 24819 0 1 0 157 7 0 0 20 0 18 0 108062419 9787879424 48794 33554432000 1073741824 1073778376 140734041166800 140734041157936 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10860/statm: 2389619 48675 2258 9 0 2380296 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9558476

[startup+1.50073 s]
/proc/loadavg: 2.11 2.07 2.02 5/213 10879
/proc/meminfo: memFree=30774804/32872528 swapFree=13256/481332
[pid=10860] ppid=10857 vsize=9625040 CPUtime=3.62 cores=0,2,4,6
/proc/10860/stat : 10860 (java) S 10857 10860 8435 0 -1 4202496 27065 0 1 0 349 13 0 0 20 0 19 0 108062419 9856040960 85541 33554432000 1073741824 1073778376 140734041166800 140734041157936 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10860/statm: 2406260 85541 2283 9 0 2396937 0
[pid=10860/tid=10862] ppid=10857 vsize=9625040 CPUtime=1.38 cores=0,2,4,6
/proc/10860/task/10862/stat : 10862 (java) R 10857 10860 8435 0 -1 4202560 2534 0 1 0 134 4 0 0 20 0 19 0 108062420 9856040960 85541 33554432000 1073741824 1073778376 140734041166800 140703543791896 140703414432394 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10860/tid=10863] ppid=10857 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/10860/task/10863/stat : 10863 (java) S 10857 10860 8435 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 108062421 9856040960 85541 33554432000 1073741824 1073778376 140734041166800 140703532853800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10860/tid=10864] ppid=10857 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/10860/task/10864/stat : 10864 (java) S 10857 10860 8435 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 108062421 9856040960 85541 33554432000 1073741824 1073778376 140734041166800 140703386253736 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10865] ppid=10857 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/10860/task/10865/stat : 10865 (java) S 10857 10860 8435 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 108062421 9856040960 85541 33554432000 1073741824 1073778376 140734041166800 140703385200936 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10866] ppid=10857 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/10860/task/10866/stat : 10866 (java) S 10857 10860 8435 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 108062421 9856040960 85541 33554432000 1073741824 1073778376 140734041166800 140703384148136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10867] ppid=10857 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/10860/task/10867/stat : 10867 (java) S 10857 10860 8435 0 -1 4202560 134 0 0 0 2 0 0 0 20 0 19 0 108062421 9856040960 85541 33554432000 1073741824 1073778376 140734041166800 140703383096360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10860/tid=10868] ppid=10857 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/10860/task/10868/stat : 10868 (java) S 10857 10860 8435 0 -1 4202560 115 0 0 0 2 0 0 0 20 0 19 0 108062421 9856040960 85541 33554432000 1073741824 1073778376 140734041166800 140703382043560 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10860/tid=10869] ppid=10857 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/10860/task/10869/stat : 10869 (java) S 10857 10860 8435 0 -1 4202560 117 0 0 0 1 0 0 0 20 0 19 0 108062421 9856040960 85541 33554432000 1073741824 1073778376 140734041166800 140703380990760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10860/tid=10870] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10870/stat : 10870 (java) S 10857 10860 8435 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108062421 9856040960 85541 33554432000 1073741824 1073778376 140734041166800 140703379937960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10860/tid=10871] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10871/stat : 10871 (java) S 10857 10860 8435 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 108062422 9856040960 85541 33554432000 1073741824 1073778376 140734041166800 140703367739880 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10872] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10872/stat : 10872 (java) S 10857 10860 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108062422 9856040960 85541 33554432000 1073741824 1073778376 140734041166800 140703366685944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10873] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10873/stat : 10873 (java) S 10857 10860 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108062422 9856040960 85541 33554432000 1073741824 1073778376 140734041166800 140703365633032 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10874] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10874/stat : 10874 (java) S 10857 10860 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108062425 9856040960 85541 33554432000 1073741824 1073778376 140734041166800 140703364581520 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10875] ppid=10857 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/10860/task/10875/stat : 10875 (java) S 10857 10860 8435 0 -1 4202560 15089 0 0 0 98 3 0 0 20 0 19 0 108062425 9856040960 85541 33554432000 1073741824 1073778376 140734041166800 140703363529656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10860/tid=10876] ppid=10857 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/10860/task/10876/stat : 10876 (java) S 10857 10860 8435 0 -1 4202560 7689 0 0 0 94 2 0 0 20 0 19 0 108062425 9856040960 85541 33554432000 1073741824 1073778376 140734041166800 140703362476856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10860/tid=10877] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10877/stat : 10877 (java) S 10857 10860 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108062425 9856040960 85541 33554432000 1073741824 1073778376 140734041166800 140703361424248 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10860/tid=10878] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10878/stat : 10878 (java) S 10857 10860 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108062425 9856040960 85541 33554432000 1073741824 1073778376 140734041166800 140703360371656 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10860/tid=10879] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10879/stat : 10879 (java) S 10857 10860 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108062521 9856040960 85541 33554432000 1073741824 1073778376 140734041166800 140703359317160 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.10 2.07 2.02 4/213 10879
/proc/meminfo: memFree=30772004/32872528 swapFree=13256/481332
[pid=10860] ppid=10857 vsize=9625040 CPUtime=5.3 cores=0,2,4,6
/proc/10860/stat : 10860 (java) S 10857 10860 8435 0 -1 4202496 27068 0 1 0 517 13 0 0 20 0 19 0 108062419 9856040960 86054 33554432000 1073741824 1073778376 140734041166800 140734041157936 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10860/statm: 2406260 86054 2284 9 0 2396937 0
[pid=10860/tid=10862] ppid=10857 vsize=9625040 CPUtime=2.99 cores=0,2,4,6
/proc/10860/task/10862/stat : 10862 (java) R 10857 10860 8435 0 -1 4202560 2536 0 1 0 294 5 0 0 20 0 19 0 108062420 9856040960 86054 33554432000 1073741824 1073778376 140734041166800 140703543791832 140703414972489 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10860/tid=10863] ppid=10857 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/10860/task/10863/stat : 10863 (java) S 10857 10860 8435 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 108062421 9856040960 86054 33554432000 1073741824 1073778376 140734041166800 140703532853800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10860/tid=10864] ppid=10857 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/10860/task/10864/stat : 10864 (java) S 10857 10860 8435 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 108062421 9856040960 86054 33554432000 1073741824 1073778376 140734041166800 140703386253736 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10865] ppid=10857 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/10860/task/10865/stat : 10865 (java) S 10857 10860 8435 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 108062421 9856040960 86054 33554432000 1073741824 1073778376 140734041166800 140703385200936 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10866] ppid=10857 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/10860/task/10866/stat : 10866 (java) S 10857 10860 8435 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 108062421 9856040960 86054 33554432000 1073741824 1073778376 140734041166800 140703384148136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10867] ppid=10857 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/10860/task/10867/stat : 10867 (java) S 10857 10860 8435 0 -1 4202560 134 0 0 0 2 0 0 0 20 0 19 0 108062421 9856040960 86054 33554432000 1073741824 1073778376 140734041166800 140703383096360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10860/tid=10868] ppid=10857 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/10860/task/10868/stat : 10868 (java) S 10857 10860 8435 0 -1 4202560 115 0 0 0 2 0 0 0 20 0 19 0 108062421 9856040960 86054 33554432000 1073741824 1073778376 140734041166800 140703382043560 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10860/tid=10869] ppid=10857 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/10860/task/10869/stat : 10869 (java) S 10857 10860 8435 0 -1 4202560 117 0 0 0 1 0 0 0 20 0 19 0 108062421 9856040960 86054 33554432000 1073741824 1073778376 140734041166800 140703380990760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10860/tid=10870] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10870/stat : 10870 (java) S 10857 10860 8435 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108062421 9856040960 86054 33554432000 1073741824 1073778376 140734041166800 140703379937960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10860/tid=10871] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10871/stat : 10871 (java) S 10857 10860 8435 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 108062422 9856040960 86054 33554432000 1073741824 1073778376 140734041166800 140703367739880 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10872] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10872/stat : 10872 (java) S 10857 10860 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108062422 9856040960 86054 33554432000 1073741824 1073778376 140734041166800 140703366685944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10873] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10873/stat : 10873 (java) S 10857 10860 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108062422 9856040960 86054 33554432000 1073741824 1073778376 140734041166800 140703365633032 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10874] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10874/stat : 10874 (java) S 10857 10860 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108062425 9856040960 86054 33554432000 1073741824 1073778376 140734041166800 140703364581520 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10875] ppid=10857 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/10860/task/10875/stat : 10875 (java) S 10857 10860 8435 0 -1 4202560 15090 0 0 0 106 3 0 0 20 0 19 0 108062425 9856040960 86054 33554432000 1073741824 1073778376 140734041166800 140703363529656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10860/tid=10876] ppid=10857 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/10860/task/10876/stat : 10876 (java) S 10857 10860 8435 0 -1 4202560 7689 0 0 0 94 2 0 0 20 0 19 0 108062425 9856040960 86054 33554432000 1073741824 1073778376 140734041166800 140703362476856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10860/tid=10877] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10877/stat : 10877 (java) S 10857 10860 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108062425 9856040960 86054 33554432000 1073741824 1073778376 140734041166800 140703361424248 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10860/tid=10878] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10878/stat : 10878 (java) S 10857 10860 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108062425 9856040960 86054 33554432000 1073741824 1073778376 140734041166800 140703360371656 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10860/tid=10879] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10879/stat : 10879 (java) S 10857 10860 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108062521 9856040960 86054 33554432000 1073741824 1073778376 140734041166800 140703359317160 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 5.3
Current children cumulated vsize (KiB) 9625040

[startup+6.30087 s]
/proc/loadavg: 2.10 2.07 2.02 3/213 10879
/proc/meminfo: memFree=30783476/32872528 swapFree=13256/481332
[pid=10860] ppid=10857 vsize=9625040 CPUtime=8.5 cores=0,2,4,6
/proc/10860/stat : 10860 (java) S 10857 10860 8435 0 -1 4202496 27071 0 1 0 837 13 0 0 20 0 19 0 108062419 9856040960 83483 33554432000 1073741824 1073778376 140734041166800 140734041157936 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10860/statm: 2406260 83483 2284 9 0 2396937 0
[pid=10860/tid=10862] ppid=10857 vsize=9625040 CPUtime=6.18 cores=0,2,4,6
/proc/10860/task/10862/stat : 10862 (java) R 10857 10860 8435 0 -1 4202560 2539 0 1 0 613 5 0 0 20 0 19 0 108062420 9856040960 83483 33554432000 1073741824 1073778376 140734041166800 140703543789920 140703414941908 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10860/tid=10863] ppid=10857 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/10860/task/10863/stat : 10863 (java) S 10857 10860 8435 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 108062421 9856040960 83483 33554432000 1073741824 1073778376 140734041166800 140703532853800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10860/tid=10864] ppid=10857 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/10860/task/10864/stat : 10864 (java) S 10857 10860 8435 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 108062421 9856040960 83483 33554432000 1073741824 1073778376 140734041166800 140703386253736 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10865] ppid=10857 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/10860/task/10865/stat : 10865 (java) S 10857 10860 8435 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 108062421 9856040960 83483 33554432000 1073741824 1073778376 140734041166800 140703385200936 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10866] ppid=10857 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/10860/task/10866/stat : 10866 (java) S 10857 10860 8435 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 108062421 9856040960 83483 33554432000 1073741824 1073778376 140734041166800 140703384148136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10867] ppid=10857 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/10860/task/10867/stat : 10867 (java) S 10857 10860 8435 0 -1 4202560 134 0 0 0 2 0 0 0 20 0 19 0 108062421 9856040960 83483 33554432000 1073741824 1073778376 140734041166800 140703383096360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10860/tid=10868] ppid=10857 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/10860/task/10868/stat : 10868 (java) S 10857 10860 8435 0 -1 4202560 115 0 0 0 2 0 0 0 20 0 19 0 108062421 9856040960 83483 33554432000 1073741824 1073778376 140734041166800 140703382043560 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10860/tid=10869] ppid=10857 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/10860/task/10869/stat : 10869 (java) S 10857 10860 8435 0 -1 4202560 117 0 0 0 1 0 0 0 20 0 19 0 108062421 9856040960 83483 33554432000 1073741824 1073778376 140734041166800 140703380990760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10860/tid=10870] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10870/stat : 10870 (java) S 10857 10860 8435 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108062421 9856040960 83483 33554432000 1073741824 1073778376 140734041166800 140703379937960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10860/tid=10871] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10871/stat : 10871 (java) S 10857 10860 8435 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 108062422 9856040960 83483 33554432000 1073741824 1073778376 140734041166800 140703367739880 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10872] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10872/stat : 10872 (java) S 10857 10860 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108062422 9856040960 83483 33554432000 1073741824 1073778376 140734041166800 140703366685944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10873] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10873/stat : 10873 (java) S 10857 10860 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108062422 9856040960 83483 33554432000 1073741824 1073778376 140734041166800 140703365633032 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10874] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10874/stat : 10874 (java) S 10857 10860 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108062425 9856040960 83483 33554432000 1073741824 1073778376 140734041166800 140703364581520 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10875] ppid=10857 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/10860/task/10875/stat : 10875 (java) S 10857 10860 8435 0 -1 4202560 15090 0 0 0 106 3 0 0 20 0 19 0 108062425 9856040960 83483 33554432000 1073741824 1073778376 140734041166800 140703363529656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10860/tid=10876] ppid=10857 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/10860/task/10876/stat : 10876 (java) S 10857 10860 8435 0 -1 4202560 7689 0 0 0 94 2 0 0 20 0 19 0 108062425 9856040960 83483 33554432000 1073741824 1073778376 140734041166800 140703362476856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10860/tid=10877] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10877/stat : 10877 (java) S 10857 10860 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108062425 9856040960 83483 33554432000 1073741824 1073778376 140734041166800 140703361424248 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10860/tid=10878] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10878/stat : 10878 (java) S 10857 10860 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108062425 9856040960 83483 33554432000 1073741824 1073778376 140734041166800 140703360371656 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10860/tid=10879] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10879/stat : 10879 (java) S 10857 10860 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108062521 9856040960 83483 33554432000 1073741824 1073778376 140734041166800 140703359317160 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.5
Current children cumulated vsize (KiB) 9625040


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

/proc/10860/task/10879/stat : 10879 (java) S 10857 10860 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108062521 9856040960 330854 33554432000 1073741824 1073778376 140734041166800 140703359317160 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1725.98
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.69 2.21 2.06 3/212 11192
/proc/meminfo: memFree=29103816/32872528 swapFree=13256/481332
[pid=10860] ppid=10857 vsize=9625040 CPUtime=1785.99 cores=0,2,4,6
/proc/10860/stat : 10860 (java) S 10857 10860 8435 0 -1 4202496 29594 0 1 0 178487 112 0 0 20 0 19 0 108062419 9856040960 346726 33554432000 1073741824 1073778376 140734041166800 140734041157936 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10860/statm: 2406260 346726 2299 9 0 2396937 0
[pid=10860/tid=10862] ppid=10857 vsize=9625040 CPUtime=1777.01 cores=0,2,4,6
/proc/10860/task/10862/stat : 10862 (java) R 10857 10860 8435 0 -1 4202560 2959 0 1 0 177661 40 0 0 20 0 19 0 108062420 9856040960 346726 33554432000 1073741824 1073778376 140734041166800 140703543783104 140703415008244 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10860/tid=10863] ppid=10857 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/10860/task/10863/stat : 10863 (java) S 10857 10860 8435 0 -1 4202560 128 0 0 0 8 5 0 0 20 0 19 0 108062421 9856040960 346726 33554432000 1073741824 1073778376 140734041166800 140703532853800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10864] ppid=10857 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/10860/task/10864/stat : 10864 (java) S 10857 10860 8435 0 -1 4202560 178 0 0 0 14 10 0 0 20 0 19 0 108062421 9856040960 346726 33554432000 1073741824 1073778376 140734041166800 140703386253736 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10860/tid=10865] ppid=10857 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/10860/task/10865/stat : 10865 (java) S 10857 10860 8435 0 -1 4202560 215 0 0 0 12 12 0 0 20 0 19 0 108062421 9856040960 346726 33554432000 1073741824 1073778376 140734041166800 140703385200936 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10860/tid=10866] ppid=10857 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/10860/task/10866/stat : 10866 (java) S 10857 10860 8435 0 -1 4202560 204 0 0 0 11 9 0 0 20 0 19 0 108062421 9856040960 346726 33554432000 1073741824 1073778376 140734041166800 140703384148136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10860/tid=10867] ppid=10857 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/10860/task/10867/stat : 10867 (java) S 10857 10860 8435 0 -1 4202560 265 0 0 0 8 7 0 0 20 0 19 0 108062421 9856040960 346726 33554432000 1073741824 1073778376 140734041166800 140703383096360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10860/tid=10868] ppid=10857 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/10860/task/10868/stat : 10868 (java) S 10857 10860 8435 0 -1 4202560 300 0 0 0 13 11 0 0 20 0 19 0 108062421 9856040960 346726 33554432000 1073741824 1073778376 140734041166800 140703382043560 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10869] ppid=10857 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/10860/task/10869/stat : 10869 (java) S 10857 10860 8435 0 -1 4202560 230 0 0 0 8 6 0 0 20 0 19 0 108062421 9856040960 346726 33554432000 1073741824 1073778376 140734041166800 140703380990760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10860/tid=10870] ppid=10857 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/10860/task/10870/stat : 10870 (java) S 10857 10860 8435 0 -1 4202560 139 0 0 0 7 8 0 0 20 0 19 0 108062421 9856040960 346726 33554432000 1073741824 1073778376 140734041166800 140703379937960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10860/tid=10871] ppid=10857 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/10860/task/10871/stat : 10871 (java) S 10857 10860 8435 0 -1 4202560 801 0 0 0 17 0 0 0 20 0 19 0 108062422 9856040960 346726 33554432000 1073741824 1073778376 140734041166800 140703367739880 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10872] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10872/stat : 10872 (java) S 10857 10860 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108062422 9856040960 346726 33554432000 1073741824 1073778376 140734041166800 140703366685944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10873] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10873/stat : 10873 (java) S 10857 10860 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108062422 9856040960 346726 33554432000 1073741824 1073778376 140734041166800 140703365633032 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10874] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10874/stat : 10874 (java) S 10857 10860 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108062425 9856040960 346726 33554432000 1073741824 1073778376 140734041166800 140703364581520 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10875] ppid=10857 vsize=9625040 CPUtime=1.17 cores=0,2,4,6
/proc/10860/task/10875/stat : 10875 (java) S 10857 10860 8435 0 -1 4202560 15105 0 0 0 114 3 0 0 20 0 19 0 108062425 9856040960 346726 33554432000 1073741824 1073778376 140734041166800 140703363529656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10860/tid=10876] ppid=10857 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/10860/task/10876/stat : 10876 (java) S 10857 10860 8435 0 -1 4202560 7708 0 0 0 102 2 0 0 20 0 19 0 108062425 9856040960 346726 33554432000 1073741824 1073778376 140734041166800 140703362476856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10860/tid=10877] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10877/stat : 10877 (java) S 10857 10860 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108062425 9856040960 346726 33554432000 1073741824 1073778376 140734041166800 140703361424248 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10860/tid=10878] ppid=10857 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/10860/task/10878/stat : 10878 (java) S 10857 10860 8435 0 -1 4202560 103 0 0 0 33 29 0 0 20 0 19 0 108062425 9856040960 346726 33554432000 1073741824 1073778376 140734041166800 140703360371656 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10879] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10879/stat : 10879 (java) S 10857 10860 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108062521 9856040960 346726 33554432000 1073741824 1073778376 140734041166800 140703359317160 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1785.99
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.3 s]
/proc/loadavg: 2.54 2.20 2.06 3/212 11192
/proc/meminfo: memFree=29122064/32872528 swapFree=13256/481332
[pid=10860] ppid=10857 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/10860/stat : 10860 (java) S 10857 10860 8435 0 -1 4202496 29601 0 1 0 179888 112 0 0 20 0 19 0 108062419 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140734041157936 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10860/statm: 2406260 350310 2299 9 0 2396937 0
[pid=10860/tid=10862] ppid=10857 vsize=9625040 CPUtime=1790.98 cores=0,2,4,6
/proc/10860/task/10862/stat : 10862 (java) R 10857 10860 8435 0 -1 4202560 2966 0 1 0 179057 41 0 0 20 0 19 0 108062420 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703543783104 140703414913735 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10860/tid=10863] ppid=10857 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/10860/task/10863/stat : 10863 (java) S 10857 10860 8435 0 -1 4202560 128 0 0 0 8 5 0 0 20 0 19 0 108062421 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703532853800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10864] ppid=10857 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/10860/task/10864/stat : 10864 (java) S 10857 10860 8435 0 -1 4202560 178 0 0 0 14 10 0 0 20 0 19 0 108062421 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703386253736 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10860/tid=10865] ppid=10857 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/10860/task/10865/stat : 10865 (java) S 10857 10860 8435 0 -1 4202560 215 0 0 0 12 12 0 0 20 0 19 0 108062421 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703385200936 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10860/tid=10866] ppid=10857 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/10860/task/10866/stat : 10866 (java) S 10857 10860 8435 0 -1 4202560 204 0 0 0 11 9 0 0 20 0 19 0 108062421 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703384148136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10860/tid=10867] ppid=10857 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/10860/task/10867/stat : 10867 (java) S 10857 10860 8435 0 -1 4202560 265 0 0 0 8 7 0 0 20 0 19 0 108062421 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703383096360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10860/tid=10868] ppid=10857 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/10860/task/10868/stat : 10868 (java) S 10857 10860 8435 0 -1 4202560 300 0 0 0 13 11 0 0 20 0 19 0 108062421 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703382043560 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10869] ppid=10857 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/10860/task/10869/stat : 10869 (java) S 10857 10860 8435 0 -1 4202560 230 0 0 0 8 6 0 0 20 0 19 0 108062421 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703380990760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10860/tid=10870] ppid=10857 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/10860/task/10870/stat : 10870 (java) S 10857 10860 8435 0 -1 4202560 139 0 0 0 7 8 0 0 20 0 19 0 108062421 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703379937960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10860/tid=10871] ppid=10857 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/10860/task/10871/stat : 10871 (java) S 10857 10860 8435 0 -1 4202560 801 0 0 0 17 0 0 0 20 0 19 0 108062422 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703367739880 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10872] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10872/stat : 10872 (java) S 10857 10860 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108062422 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703366685944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10873] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10873/stat : 10873 (java) S 10857 10860 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108062422 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703365633032 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10874] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10874/stat : 10874 (java) S 10857 10860 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108062425 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703364581520 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10875] ppid=10857 vsize=9625040 CPUtime=1.17 cores=0,2,4,6
/proc/10860/task/10875/stat : 10875 (java) S 10857 10860 8435 0 -1 4202560 15105 0 0 0 114 3 0 0 20 0 19 0 108062425 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703363529656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10860/tid=10876] ppid=10857 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/10860/task/10876/stat : 10876 (java) S 10857 10860 8435 0 -1 4202560 7708 0 0 0 102 2 0 0 20 0 19 0 108062425 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703362476856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10860/tid=10877] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10877/stat : 10877 (java) S 10857 10860 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108062425 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703361424248 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10860/tid=10878] ppid=10857 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/10860/task/10878/stat : 10878 (java) S 10857 10860 8435 0 -1 4202560 103 0 0 0 33 29 0 0 20 0 19 0 108062425 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703360371656 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10879] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10879/stat : 10879 (java) S 10857 10860 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108062521 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703359317160 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 10860 sig 9
??? kill -10860 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.3 s]
/proc/loadavg: 2.54 2.20 2.06 3/212 11192
/proc/meminfo: memFree=29122064/32872528 swapFree=13256/481332
[pid=10860] ppid=10857 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/10860/stat : 10860 (java) S 10857 10860 8435 0 -1 4202496 29601 0 1 0 179888 112 0 0 20 0 19 0 108062419 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140734041157936 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10860/statm: 2406260 350310 2299 9 0 2396937 0
[pid=10860/tid=10862] ppid=10857 vsize=9625040 CPUtime=1790.98 cores=0,2,4,6
/proc/10860/task/10862/stat : 10862 (java) R 10857 10860 8435 0 -1 4202560 2966 0 1 0 179057 41 0 0 20 0 19 0 108062420 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703543783104 140703414913735 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10860/tid=10863] ppid=10857 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/10860/task/10863/stat : 10863 (java) S 10857 10860 8435 0 -1 4202560 128 0 0 0 8 5 0 0 20 0 19 0 108062421 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703532853800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10864] ppid=10857 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/10860/task/10864/stat : 10864 (java) S 10857 10860 8435 0 -1 4202560 178 0 0 0 14 10 0 0 20 0 19 0 108062421 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703386253736 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10860/tid=10865] ppid=10857 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/10860/task/10865/stat : 10865 (java) S 10857 10860 8435 0 -1 4202560 215 0 0 0 12 12 0 0 20 0 19 0 108062421 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703385200936 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10860/tid=10866] ppid=10857 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/10860/task/10866/stat : 10866 (java) S 10857 10860 8435 0 -1 4202560 204 0 0 0 11 9 0 0 20 0 19 0 108062421 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703384148136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10860/tid=10867] ppid=10857 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/10860/task/10867/stat : 10867 (java) S 10857 10860 8435 0 -1 4202560 265 0 0 0 8 7 0 0 20 0 19 0 108062421 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703383096360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10860/tid=10868] ppid=10857 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/10860/task/10868/stat : 10868 (java) S 10857 10860 8435 0 -1 4202560 300 0 0 0 13 11 0 0 20 0 19 0 108062421 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703382043560 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10869] ppid=10857 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/10860/task/10869/stat : 10869 (java) S 10857 10860 8435 0 -1 4202560 230 0 0 0 8 6 0 0 20 0 19 0 108062421 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703380990760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10860/tid=10870] ppid=10857 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/10860/task/10870/stat : 10870 (java) S 10857 10860 8435 0 -1 4202560 139 0 0 0 7 8 0 0 20 0 19 0 108062421 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703379937960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10860/tid=10871] ppid=10857 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/10860/task/10871/stat : 10871 (java) S 10857 10860 8435 0 -1 4202560 801 0 0 0 17 0 0 0 20 0 19 0 108062422 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703367739880 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10872] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10872/stat : 10872 (java) S 10857 10860 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108062422 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703366685944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10873] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10873/stat : 10873 (java) S 10857 10860 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108062422 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703365633032 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10874] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10874/stat : 10874 (java) S 10857 10860 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108062425 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703364581520 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10875] ppid=10857 vsize=9625040 CPUtime=1.17 cores=0,2,4,6
/proc/10860/task/10875/stat : 10875 (java) S 10857 10860 8435 0 -1 4202560 15105 0 0 0 114 3 0 0 20 0 19 0 108062425 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703363529656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10860/tid=10876] ppid=10857 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/10860/task/10876/stat : 10876 (java) S 10857 10860 8435 0 -1 4202560 7708 0 0 0 102 2 0 0 20 0 19 0 108062425 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703362476856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10860/tid=10877] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10877/stat : 10877 (java) S 10857 10860 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108062425 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703361424248 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10860/tid=10878] ppid=10857 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/10860/task/10878/stat : 10878 (java) S 10857 10860 8435 0 -1 4202560 103 0 0 0 33 29 0 0 20 0 19 0 108062425 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703360371656 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10860/tid=10879] ppid=10857 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10860/task/10879/stat : 10879 (java) S 10857 10860 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108062521 9856040960 350310 33554432000 1073741824 1073778376 140734041166800 140703359317160 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10860 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=208238
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=571761
# CPU time returned by wait4() is 1795.78
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.35
CPU time (s): 1800
CPU user time (s): 1798.88
CPU system time (s): 1.12
CPU usage (%): 100.203
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.21
system time used= 1.57176
maximum resident set size= 1407500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29638
page faults= 1
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38245
involuntary context switches= 3165

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3404 second user time and 12.824 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-07 03:01:16
IDJOB=4085790
IDBENCH=48255
IDSOLVER=2546
FILE ID=node104/4085790-1465261276
RUNJOBID= node104-1465245095-8451
PBS_JOBID= 19843252
Free space on /tmp= 71736 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_1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085790-1465261276/watcher-4085790-1465261276 -o /tmp/evaluation-result-4085790-1465261276/solver-4085790-1465261276 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1465245095-8451 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085790-1465261276.opb

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

MD5SUM BENCH= 02054528a722e9af7937139e87d0b5ac
RANDOM SEED=817290015

node104.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.775
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	: 5333.55
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.775
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		: 2666.775
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		: 2666.775
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		: 2666.775
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		: 2666.775
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		: 2666.775
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		: 2666.775
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31107956 kB
Buffers:           51488 kB
Cached:           122336 kB
SwapCached:         1720 kB
Active:           470108 kB
Inactive:         105344 kB
Active(anon):     402012 kB
Inactive(anon):     2360 kB
Active(file):      68096 kB
Inactive(file):   102984 kB
Unevictable:      481332 kB
Mlocked:           13256 kB
SwapTotal:      67108856 kB
SwapFree:       67097236 kB
Dirty:              1636 kB
Writeback:             0 kB
AnonPages:        890772 kB
Mapped:            15452 kB
Shmem:                 0 kB
Slab:             567760 kB
SReclaimable:      11764 kB
SUnreclaim:       555996 kB
KernelStack:        1640 kB
PageTables:         5896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1273368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    837632 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= 71736 MiB
End job on node104 at 2016-06-07 03:31:12