Trace number 4085791

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.45

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_25_2.opb
MD5SUM24465d104818b01999b811ba346c3d8e
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-123
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 -152
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)63088
Sum of products size (including duplicates)126176
Number of different products31544
Sum of products size63088

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.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	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.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085791-1465261494.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
2.30/0.97	c ... done. Wall clock time 0.86s.
2.30/0.97	c declared #vars     2000
2.30/0.97	c internal #vars     33544
2.30/0.97	c #constraints  66090
2.30/0.97	c constraints type 
2.30/0.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 31544
2.30/0.97	c org.sat4j.minisat.constraints.card.MinWatchCard => 2002
2.30/0.97	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1000
2.30/0.97	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 31544
2.30/0.97	c 66090 constraints processed.
2.30/0.97	c objective function length is 1000 literals
22.89/20.71	c cleaning 2498 clauses out of 5001 with flag 183991/5001
44.95/42.67	c cleaning 4252 clauses out of 8503 with flag 221081/11001
68.27/65.93	c cleaning 5626 clauses out of 11251 with flag 246647/18001
94.48/92.16	c cleaning 6813 clauses out of 13625 with flag 274095/26001
123.93/121.50	c cleaning 7906 clauses out of 15812 with flag 303919/35001
157.65/155.25	c cleaning 8946 clauses out of 17906 with flag 337310/45001
194.41/191.98	c cleaning 9977 clauses out of 19959 with flag 373946/56000
235.27/232.75	c cleaning 10991 clauses out of 21982 with flag 413963/68000
281.17/278.47	c cleaning 11996 clauses out of 23992 with flag 460337/81001
330.96/328.28	c cleaning 12998 clauses out of 25996 with flag 506420/95001
381.67/378.97	c cleaning 13995 clauses out of 27998 with flag 556474/110001
436.68/433.98	c cleaning 15002 clauses out of 30003 with flag 614460/126001
494.60/491.88	c cleaning 15997 clauses out of 32000 with flag 671453/143000
555.20/552.44	c cleaning 16999 clauses out of 34003 with flag 726423/161000
619.61/616.84	c cleaning 17998 clauses out of 36005 with flag 785636/180001
687.19/684.06	c cleaning 19003 clauses out of 38007 with flag 848375/200001
758.30/755.13	c cleaning 20002 clauses out of 40004 with flag 913732/221001
835.01/831.83	c cleaning 21001 clauses out of 42002 with flag 979767/243001
919.73/916.56	c cleaning 22001 clauses out of 44001 with flag 1050643/266001
1006.74/1003.58	c cleaning 22999 clauses out of 45999 with flag 1125420/290000
1096.46/1093.26	c cleaning 23997 clauses out of 48001 with flag 1202940/315001
1195.14/1191.68	c cleaning 25000 clauses out of 50004 with flag 1283179/341001
1292.03/1288.58	c cleaning 26000 clauses out of 52004 with flag 1365661/368001
1391.21/1387.79	c cleaning 26999 clauses out of 54004 with flag 1449204/396001
1490.23/1486.74	c cleaning 28002 clauses out of 56004 with flag 1538287/425000
1600.35/1596.90	c cleaning 29001 clauses out of 58002 with flag 1631141/455000
1710.89/1707.36	c cleaning 29999 clauses out of 60001 with flag 1726388/486000
1800.00/1796.41	c starts		: 139
1800.00/1796.41	c conflicts		: 511738
1800.00/1796.41	c decisions		: 951530
1800.00/1796.41	c propagations		: 949165498
1800.00/1796.41	c inspects		: 14367193570
1800.00/1796.41	c shortcuts		: 0
1800.00/1796.41	c learnt literals	: 0
1800.00/1796.41	c learnt binary clauses	: 40
1800.00/1796.41	c learnt ternary clauses	: 1005
1800.00/1796.41	c learnt constraints	: 511738
1800.00/1796.41	c ignored constraints	: 0
1800.00/1796.41	c root simplifications	: 0
1800.00/1796.41	c removed literals (reason simplification)	: 0
1800.00/1796.41	c reason swapping (by a shorter reason)	: 0
1800.00/1796.41	c Calls to reduceDB	: 27
1800.00/1796.41	c Number of update (reduction) of LBD	: 656
1800.00/1796.41	c Imported unit clauses	: 0
1800.00/1796.41	c number of reductions to clauses (during analyze)	: 0
1800.00/1796.41	c number of learned constraints concerned by reduction	: 0
1800.00/1796.41	c number of learning phase by resolution	: 0
1800.00/1796.41	c number of learning phase by cutting planes	: 0
1800.00/1796.41	c speed (assignments/second)	: 528664.6461349603
1800.00/1796.41	c non guided choices	0
1800.00/1796.42	c timeout
1800.00/1796.43	c learnt constraints type 
1800.00/1796.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 40
1800.00/1796.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 55701
1800.00/1796.43	s UNKNOWN
1800.00/1796.43	c Total wall clock time (in seconds): 1796.318

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-4085791-1465261494/watcher-4085791-1465261494 -o /tmp/evaluation-result-4085791-1465261494/solver-4085791-1465261494 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465252319-3502 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085791-1465261494.opb 

pid=6446
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: 2.02 2.05 2.04 3/195 6449
/proc/meminfo: memFree=30844372/32872528 swapFree=12352/737972
[pid=6449] ppid=6446 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/6449/stat : 6449 (java) D 6446 6449 3485 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 108083880 9515008 176 33554432000 1073741824 1073778376 140735626928016 140735626910744 213866333072 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/6449/statm: 2323 176 133 9 0 71 0

[startup+0.100109 s]
/proc/loadavg: 2.02 2.05 2.04 3/195 6449
/proc/meminfo: memFree=30844372/32872528 swapFree=12352/737972
[pid=6449] ppid=6446 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/6449/stat : 6449 (java) S 6446 6449 3485 0 -1 4202496 4400 0 1 0 8 1 0 0 20 0 18 0 108083880 9787879424 6022 33554432000 1073741824 1073778376 140733938779088 140733938770224 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6449/statm: 2389619 6022 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200288 s]
/proc/loadavg: 2.02 2.05 2.04 3/195 6449
/proc/meminfo: memFree=30844372/32872528 swapFree=12352/737972
[pid=6449] ppid=6446 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/6449/stat : 6449 (java) S 6446 6449 3485 0 -1 4202496 4736 0 1 0 23 1 0 0 20 0 18 0 108083880 9787879424 6807 33554432000 1073741824 1073778376 140733938779088 140733938770224 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6449/statm: 2389619 6807 2204 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300297 s]
/proc/loadavg: 2.02 2.05 2.04 3/195 6449
/proc/meminfo: memFree=30844372/32872528 swapFree=12352/737972
[pid=6449] ppid=6446 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/6449/stat : 6449 (java) S 6446 6449 3485 0 -1 4202496 6090 0 1 0 44 1 0 0 20 0 18 0 108083880 9787879424 8700 33554432000 1073741824 1073778376 140733938779088 140733938770224 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6449/statm: 2389619 8700 2243 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700247 s]
/proc/loadavg: 2.02 2.05 2.04 3/195 6449
/proc/meminfo: memFree=30844372/32872528 swapFree=12352/737972
[pid=6449] ppid=6446 vsize=9560104 CPUtime=1.65 cores=1,3,5,7
/proc/6449/stat : 6449 (java) S 6446 6449 3485 0 -1 4202496 26155 0 1 0 157 8 0 0 20 0 18 0 108083880 9789546496 51136 33554432000 1073741824 1073778376 140733938779088 140733938770224 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6449/statm: 2390026 51136 2257 9 0 2380703 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 9560104

[startup+1.50084 s]
/proc/loadavg: 2.02 2.05 2.04 5/214 6468
/proc/meminfo: memFree=30510516/32872528 swapFree=12352/737972
[pid=6449] ppid=6446 vsize=9625040 CPUtime=3.55 cores=1,3,5,7
/proc/6449/stat : 6449 (java) S 6446 6449 3485 0 -1 4202496 28193 0 1 0 342 13 0 0 20 0 19 0 108083880 9856040960 85679 33554432000 1073741824 1073778376 140733938779088 140733938770224 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6449/statm: 2406260 85679 2283 9 0 2396937 0
[pid=6449/tid=6451] ppid=6446 vsize=9625040 CPUtime=1.39 cores=1,3,5,7
/proc/6449/task/6451/stat : 6451 (java) R 6446 6449 3485 0 -1 4202560 2536 0 1 0 135 4 0 0 20 0 19 0 108083882 9856040960 85679 33554432000 1073741824 1073778376 140733938779088 140606244125880 140606107092096 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6449/tid=6452] ppid=6446 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6449/task/6452/stat : 6452 (java) S 6446 6449 3485 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 108083883 9856040960 85679 33554432000 1073741824 1073778376 140733938779088 140606233189288 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6449/tid=6453] ppid=6446 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6449/task/6453/stat : 6453 (java) S 6446 6449 3485 0 -1 4202560 111 0 0 0 1 0 0 0 20 0 19 0 108083883 9856040960 85679 33554432000 1073741824 1073778376 140733938779088 140606232136744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6449/tid=6454] ppid=6446 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6449/task/6454/stat : 6454 (java) S 6446 6449 3485 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 108083883 9856040960 85679 33554432000 1073741824 1073778376 140733938779088 140606231083688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6449/tid=6455] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6455/stat : 6455 (java) S 6446 6449 3485 0 -1 4202560 95 0 0 0 0 0 0 0 20 0 19 0 108083883 9856040960 85679 33554432000 1073741824 1073778376 140733938779088 140606230031144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6449/tid=6456] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6456/stat : 6456 (java) S 6446 6449 3485 0 -1 4202560 82 0 0 0 0 0 0 0 20 0 19 0 108083883 9856040960 85679 33554432000 1073741824 1073778376 140733938779088 140606228978088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6449/tid=6457] ppid=6446 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6449/task/6457/stat : 6457 (java) S 6446 6449 3485 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 108083883 9856040960 85679 33554432000 1073741824 1073778376 140733938779088 140606227925544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6449/tid=6458] ppid=6446 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/6449/task/6458/stat : 6458 (java) S 6446 6449 3485 0 -1 4202560 101 0 0 0 2 0 0 0 20 0 19 0 108083883 9856040960 85679 33554432000 1073741824 1073778376 140733938779088 140606226872488 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6449/tid=6459] ppid=6446 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6449/task/6459/stat : 6459 (java) S 6446 6449 3485 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 108083883 9856040960 85679 33554432000 1073741824 1073778376 140733938779088 140606225819944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6449/tid=6460] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6460/stat : 6460 (java) S 6446 6449 3485 0 -1 4202560 74 0 0 0 0 0 0 0 20 0 19 0 108083884 9856040960 85679 33554432000 1073741824 1073778376 140733938779088 140606068308840 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6449/tid=6461] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6461/stat : 6461 (java) S 6446 6449 3485 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 108083884 9856040960 85679 33554432000 1073741824 1073778376 140733938779088 140606067255160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6449/tid=6462] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6462/stat : 6462 (java) S 6446 6449 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108083884 9856040960 85679 33554432000 1073741824 1073778376 140733938779088 140606066201992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6449/tid=6463] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6463/stat : 6463 (java) S 6446 6449 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108083887 9856040960 85679 33554432000 1073741824 1073778376 140733938779088 140606065150736 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6449/tid=6464] ppid=6446 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/6449/task/6464/stat : 6464 (java) S 6446 6449 3485 0 -1 4202560 9329 0 0 0 93 2 0 0 20 0 19 0 108083887 9856040960 85679 33554432000 1073741824 1073778376 140733938779088 140606064097592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6449/tid=6465] ppid=6446 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/6449/task/6465/stat : 6465 (java) S 6446 6449 3485 0 -1 4202560 14558 0 0 0 94 4 0 0 20 0 19 0 108083887 9856040960 85679 33554432000 1073741824 1073778376 140733938779088 140606063045048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6449/tid=6466] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6466/stat : 6466 (java) S 6446 6449 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108083887 9856040960 85679 33554432000 1073741824 1073778376 140733938779088 140606061992184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6449/tid=6467] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6467/stat : 6467 (java) S 6446 6449 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108083887 9856040960 85679 33554432000 1073741824 1073778376 140733938779088 140606060939848 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6449/tid=6468] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6468/stat : 6468 (java) S 6446 6449 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108083982 9856040960 85679 33554432000 1073741824 1073778376 140733938779088 140606059886120 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.02 2.05 2.04 3/214 6468
/proc/meminfo: memFree=30510012/32872528 swapFree=12352/737972
[pid=6449] ppid=6446 vsize=9625040 CPUtime=5.23 cores=1,3,5,7
/proc/6449/stat : 6449 (java) S 6446 6449 3485 0 -1 4202496 28236 0 1 0 510 13 0 0 20 0 19 0 108083880 9856040960 86233 33554432000 1073741824 1073778376 140733938779088 140733938770224 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6449/statm: 2406260 86233 2284 9 0 2396937 0
[pid=6449/tid=6451] ppid=6446 vsize=9625040 CPUtime=2.99 cores=1,3,5,7
/proc/6449/task/6451/stat : 6451 (java) R 6446 6449 3485 0 -1 4202560 2537 0 1 0 295 4 0 0 20 0 19 0 108083882 9856040960 86233 33554432000 1073741824 1073778376 140733938779088 140606244126808 140606107092821 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6449/tid=6452] ppid=6446 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6449/task/6452/stat : 6452 (java) S 6446 6449 3485 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 108083883 9856040960 86233 33554432000 1073741824 1073778376 140733938779088 140606233189288 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6449/tid=6453] ppid=6446 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6449/task/6453/stat : 6453 (java) S 6446 6449 3485 0 -1 4202560 111 0 0 0 1 0 0 0 20 0 19 0 108083883 9856040960 86233 33554432000 1073741824 1073778376 140733938779088 140606232136744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6449/tid=6454] ppid=6446 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6449/task/6454/stat : 6454 (java) S 6446 6449 3485 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 108083883 9856040960 86233 33554432000 1073741824 1073778376 140733938779088 140606231083688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6449/tid=6455] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6455/stat : 6455 (java) S 6446 6449 3485 0 -1 4202560 95 0 0 0 0 0 0 0 20 0 19 0 108083883 9856040960 86233 33554432000 1073741824 1073778376 140733938779088 140606230031144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6449/tid=6456] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6456/stat : 6456 (java) S 6446 6449 3485 0 -1 4202560 82 0 0 0 0 0 0 0 20 0 19 0 108083883 9856040960 86233 33554432000 1073741824 1073778376 140733938779088 140606228978088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6449/tid=6457] ppid=6446 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6449/task/6457/stat : 6457 (java) S 6446 6449 3485 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 108083883 9856040960 86233 33554432000 1073741824 1073778376 140733938779088 140606227925544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6449/tid=6458] ppid=6446 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/6449/task/6458/stat : 6458 (java) S 6446 6449 3485 0 -1 4202560 101 0 0 0 2 0 0 0 20 0 19 0 108083883 9856040960 86233 33554432000 1073741824 1073778376 140733938779088 140606226872488 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6449/tid=6459] ppid=6446 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6449/task/6459/stat : 6459 (java) S 6446 6449 3485 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 108083883 9856040960 86233 33554432000 1073741824 1073778376 140733938779088 140606225819944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6449/tid=6460] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6460/stat : 6460 (java) S 6446 6449 3485 0 -1 4202560 74 0 0 0 0 0 0 0 20 0 19 0 108083884 9856040960 86233 33554432000 1073741824 1073778376 140733938779088 140606068308840 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6449/tid=6461] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6461/stat : 6461 (java) S 6446 6449 3485 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 108083884 9856040960 86233 33554432000 1073741824 1073778376 140733938779088 140606067255160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6449/tid=6462] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6462/stat : 6462 (java) S 6446 6449 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108083884 9856040960 86233 33554432000 1073741824 1073778376 140733938779088 140606066201992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6449/tid=6463] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6463/stat : 6463 (java) S 6446 6449 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108083887 9856040960 86233 33554432000 1073741824 1073778376 140733938779088 140606065150736 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6449/tid=6464] ppid=6446 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/6449/task/6464/stat : 6464 (java) S 6446 6449 3485 0 -1 4202560 9329 0 0 0 93 2 0 0 20 0 19 0 108083887 9856040960 86233 33554432000 1073741824 1073778376 140733938779088 140606064097592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6449/tid=6465] ppid=6446 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/6449/task/6465/stat : 6465 (java) S 6446 6449 3485 0 -1 4202560 14600 0 0 0 101 4 0 0 20 0 19 0 108083887 9856040960 86233 33554432000 1073741824 1073778376 140733938779088 140606063045048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6449/tid=6466] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6466/stat : 6466 (java) S 6446 6449 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108083887 9856040960 86233 33554432000 1073741824 1073778376 140733938779088 140606061992184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6449/tid=6467] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6467/stat : 6467 (java) S 6446 6449 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108083887 9856040960 86233 33554432000 1073741824 1073778376 140733938779088 140606060939848 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6449/tid=6468] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6468/stat : 6468 (java) S 6446 6449 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108083982 9856040960 86233 33554432000 1073741824 1073778376 140733938779088 140606059886120 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.23
Current children cumulated vsize (KiB) 9625040

[startup+6.30087 s]
/proc/loadavg: 2.01 2.04 2.04 3/214 6468
/proc/meminfo: memFree=30521048/32872528 swapFree=12352/737972
[pid=6449] ppid=6446 vsize=9625040 CPUtime=8.42 cores=1,3,5,7
/proc/6449/stat : 6449 (java) S 6446 6449 3485 0 -1 4202496 28238 0 1 0 829 13 0 0 20 0 19 0 108083880 9856040960 83271 33554432000 1073741824 1073778376 140733938779088 140733938770224 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6449/statm: 2406260 83271 2284 9 0 2396937 0
[pid=6449/tid=6451] ppid=6446 vsize=9625040 CPUtime=6.18 cores=1,3,5,7
/proc/6449/task/6451/stat : 6451 (java) R 6446 6449 3485 0 -1 4202560 2539 0 1 0 614 4 0 0 20 0 19 0 108083882 9856040960 83271 33554432000 1073741824 1073778376 140733938779088 140606244125184 140606107092773 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6449/tid=6452] ppid=6446 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6449/task/6452/stat : 6452 (java) S 6446 6449 3485 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 108083883 9856040960 83271 33554432000 1073741824 1073778376 140733938779088 140606233189288 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6449/tid=6453] ppid=6446 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6449/task/6453/stat : 6453 (java) S 6446 6449 3485 0 -1 4202560 111 0 0 0 1 0 0 0 20 0 19 0 108083883 9856040960 83271 33554432000 1073741824 1073778376 140733938779088 140606232136744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6449/tid=6454] ppid=6446 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6449/task/6454/stat : 6454 (java) S 6446 6449 3485 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 108083883 9856040960 83271 33554432000 1073741824 1073778376 140733938779088 140606231083688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6449/tid=6455] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6455/stat : 6455 (java) S 6446 6449 3485 0 -1 4202560 95 0 0 0 0 0 0 0 20 0 19 0 108083883 9856040960 83271 33554432000 1073741824 1073778376 140733938779088 140606230031144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6449/tid=6456] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6456/stat : 6456 (java) S 6446 6449 3485 0 -1 4202560 82 0 0 0 0 0 0 0 20 0 19 0 108083883 9856040960 83271 33554432000 1073741824 1073778376 140733938779088 140606228978088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6449/tid=6457] ppid=6446 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6449/task/6457/stat : 6457 (java) S 6446 6449 3485 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 108083883 9856040960 83271 33554432000 1073741824 1073778376 140733938779088 140606227925544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6449/tid=6458] ppid=6446 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/6449/task/6458/stat : 6458 (java) S 6446 6449 3485 0 -1 4202560 101 0 0 0 2 0 0 0 20 0 19 0 108083883 9856040960 83271 33554432000 1073741824 1073778376 140733938779088 140606226872488 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6449/tid=6459] ppid=6446 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6449/task/6459/stat : 6459 (java) S 6446 6449 3485 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 108083883 9856040960 83271 33554432000 1073741824 1073778376 140733938779088 140606225819944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6449/tid=6460] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6460/stat : 6460 (java) S 6446 6449 3485 0 -1 4202560 74 0 0 0 0 0 0 0 20 0 19 0 108083884 9856040960 83271 33554432000 1073741824 1073778376 140733938779088 140606068308840 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6449/tid=6461] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6461/stat : 6461 (java) S 6446 6449 3485 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 108083884 9856040960 83271 33554432000 1073741824 1073778376 140733938779088 140606067255160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6449/tid=6462] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6462/stat : 6462 (java) S 6446 6449 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108083884 9856040960 83271 33554432000 1073741824 1073778376 140733938779088 140606066201992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6449/tid=6463] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6463/stat : 6463 (java) S 6446 6449 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108083887 9856040960 83271 33554432000 1073741824 1073778376 140733938779088 140606065150736 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6449/tid=6464] ppid=6446 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/6449/task/6464/stat : 6464 (java) S 6446 6449 3485 0 -1 4202560 9329 0 0 0 93 2 0 0 20 0 19 0 108083887 9856040960 83271 33554432000 1073741824 1073778376 140733938779088 140606064097592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6449/tid=6465] ppid=6446 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/6449/task/6465/stat : 6465 (java) S 6446 6449 3485 0 -1 4202560 14600 0 0 0 101 4 0 0 20 0 19 0 108083887 9856040960 83271 33554432000 1073741824 1073778376 140733938779088 140606063045048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6449/tid=6466] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6466/stat : 6466 (java) S 6446 6449 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108083887 9856040960 83271 33554432000 1073741824 1073778376 140733938779088 140606061992184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6449/tid=6467] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6467/stat : 6467 (java) S 6446 6449 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108083887 9856040960 83271 33554432000 1073741824 1073778376 140733938779088 140606060939848 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6449/tid=6468] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6468/stat : 6468 (java) S 6446 6449 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108083982 9856040960 83271 33554432000 1073741824 1073778376 140733938779088 140606059886120 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.42
Current children cumulated vsize (KiB) 9625040


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

[pid=6449/tid=6468] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6468/stat : 6468 (java) S 6446 6449 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108083982 9856040960 271482 33554432000 1073741824 1073778376 140733938779088 140606059886120 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1665.87
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.09 2.13 2.09 3/214 6577
/proc/meminfo: memFree=29759440/32872528 swapFree=12352/737972
[pid=6449] ppid=6446 vsize=9625040 CPUtime=1725.88 cores=1,3,5,7
/proc/6449/stat : 6449 (java) S 6446 6449 3485 0 -1 4202496 30518 0 1 0 172477 111 0 0 20 0 19 0 108083880 9856040960 287354 33554432000 1073741824 1073778376 140733938779088 140733938770224 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6449/statm: 2406260 287354 2299 9 0 2396937 0
[pid=6449/tid=6451] ppid=6446 vsize=9625040 CPUtime=1717.21 cores=1,3,5,7
/proc/6449/task/6451/stat : 6451 (java) R 6446 6449 3485 0 -1 4202560 2878 0 1 0 171682 39 0 0 20 0 19 0 108083882 9856040960 287354 33554432000 1073741824 1073778376 140733938779088 140606244118208 140606107092206 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6449/tid=6452] ppid=6446 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/6449/task/6452/stat : 6452 (java) S 6446 6449 3485 0 -1 4202560 142 0 0 0 10 6 0 0 20 0 19 0 108083883 9856040960 287354 33554432000 1073741824 1073778376 140733938779088 140606233189288 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6449/tid=6453] ppid=6446 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/6449/task/6453/stat : 6453 (java) S 6446 6449 3485 0 -1 4202560 290 0 0 0 14 10 0 0 20 0 19 0 108083883 9856040960 287354 33554432000 1073741824 1073778376 140733938779088 140606232136744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6449/tid=6454] ppid=6446 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/6449/task/6454/stat : 6454 (java) S 6446 6449 3485 0 -1 4202560 217 0 0 0 14 11 0 0 20 0 19 0 108083883 9856040960 287354 33554432000 1073741824 1073778376 140733938779088 140606231083688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6449/tid=6455] ppid=6446 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/6449/task/6455/stat : 6455 (java) S 6446 6449 3485 0 -1 4202560 292 0 0 0 11 10 0 0 20 0 19 0 108083883 9856040960 287354 33554432000 1073741824 1073778376 140733938779088 140606230031144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6449/tid=6456] ppid=6446 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/6449/task/6456/stat : 6456 (java) S 6446 6449 3485 0 -1 4202560 156 0 0 0 4 4 0 0 20 0 19 0 108083883 9856040960 287354 33554432000 1073741824 1073778376 140733938779088 140606228978088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6449/tid=6457] ppid=6446 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/6449/task/6457/stat : 6457 (java) S 6446 6449 3485 0 -1 4202560 105 0 0 0 6 4 0 0 20 0 19 0 108083883 9856040960 287354 33554432000 1073741824 1073778376 140733938779088 140606227925544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6449/tid=6458] ppid=6446 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/6449/task/6458/stat : 6458 (java) S 6446 6449 3485 0 -1 4202560 183 0 0 0 5 5 0 0 20 0 19 0 108083883 9856040960 287354 33554432000 1073741824 1073778376 140733938779088 140606226872488 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6449/tid=6459] ppid=6446 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/6449/task/6459/stat : 6459 (java) S 6446 6449 3485 0 -1 4202560 156 0 0 0 10 8 0 0 20 0 19 0 108083883 9856040960 287354 33554432000 1073741824 1073778376 140733938779088 140606225819944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6449/tid=6460] ppid=6446 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/6449/task/6460/stat : 6460 (java) S 6446 6449 3485 0 -1 4202560 798 0 0 0 17 2 0 0 20 0 19 0 108083884 9856040960 287354 33554432000 1073741824 1073778376 140733938779088 140606068308840 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6449/tid=6461] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6461/stat : 6461 (java) S 6446 6449 3485 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 108083884 9856040960 287354 33554432000 1073741824 1073778376 140733938779088 140606067255160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6449/tid=6462] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6462/stat : 6462 (java) S 6446 6449 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108083884 9856040960 287354 33554432000 1073741824 1073778376 140733938779088 140606066201992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6449/tid=6463] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6463/stat : 6463 (java) S 6446 6449 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108083887 9856040960 287354 33554432000 1073741824 1073778376 140733938779088 140606065150736 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6449/tid=6464] ppid=6446 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/6449/task/6464/stat : 6464 (java) S 6446 6449 3485 0 -1 4202560 9334 0 0 0 96 2 0 0 20 0 19 0 108083887 9856040960 287354 33554432000 1073741824 1073778376 140733938779088 140606064097592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6449/tid=6465] ppid=6446 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/6449/task/6465/stat : 6465 (java) S 6446 6449 3485 0 -1 4202560 14609 0 0 0 125 4 0 0 20 0 19 0 108083887 9856040960 287354 33554432000 1073741824 1073778376 140733938779088 140606063045048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6449/tid=6466] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6466/stat : 6466 (java) S 6446 6449 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108083887 9856040960 287354 33554432000 1073741824 1073778376 140733938779088 140606061992184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6449/tid=6467] ppid=6446 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/6449/task/6467/stat : 6467 (java) S 6446 6449 3485 0 -1 4202560 99 0 0 0 26 37 0 0 20 0 19 0 108083887 9856040960 287354 33554432000 1073741824 1073778376 140733938779088 140606060939848 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6449/tid=6468] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6468/stat : 6468 (java) S 6446 6449 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108083982 9856040960 287354 33554432000 1073741824 1073778376 140733938779088 140606059886120 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1725.88
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.18 2.15 2.09 3/214 6578
/proc/meminfo: memFree=29713964/32872528 swapFree=12352/737972
[pid=6449] ppid=6446 vsize=9625040 CPUtime=1785.89 cores=1,3,5,7
/proc/6449/stat : 6449 (java) S 6446 6449 3485 0 -1 4202496 30556 0 1 0 178476 113 0 0 20 0 19 0 108083880 9856040960 304762 33554432000 1073741824 1073778376 140733938779088 140733938770224 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6449/statm: 2406260 304762 2299 9 0 2396937 0
[pid=6449/tid=6451] ppid=6446 vsize=9625040 CPUtime=1777.05 cores=1,3,5,7
/proc/6449/task/6451/stat : 6451 (java) R 6446 6449 3485 0 -1 4202560 2912 0 1 0 177664 41 0 0 20 0 19 0 108083882 9856040960 304762 33554432000 1073741824 1073778376 140733938779088 140606244118208 140606106666408 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6449/tid=6452] ppid=6446 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/6449/task/6452/stat : 6452 (java) S 6446 6449 3485 0 -1 4202560 142 0 0 0 10 6 0 0 20 0 19 0 108083883 9856040960 304762 33554432000 1073741824 1073778376 140733938779088 140606233189288 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6449/tid=6453] ppid=6446 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/6449/task/6453/stat : 6453 (java) S 6446 6449 3485 0 -1 4202560 290 0 0 0 14 10 0 0 20 0 19 0 108083883 9856040960 304762 33554432000 1073741824 1073778376 140733938779088 140606232136744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6449/tid=6454] ppid=6446 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/6449/task/6454/stat : 6454 (java) S 6446 6449 3485 0 -1 4202560 217 0 0 0 14 11 0 0 20 0 19 0 108083883 9856040960 304762 33554432000 1073741824 1073778376 140733938779088 140606231083688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6449/tid=6455] ppid=6446 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/6449/task/6455/stat : 6455 (java) S 6446 6449 3485 0 -1 4202560 292 0 0 0 11 10 0 0 20 0 19 0 108083883 9856040960 304762 33554432000 1073741824 1073778376 140733938779088 140606230031144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6449/tid=6456] ppid=6446 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/6449/task/6456/stat : 6456 (java) S 6446 6449 3485 0 -1 4202560 156 0 0 0 4 4 0 0 20 0 19 0 108083883 9856040960 304762 33554432000 1073741824 1073778376 140733938779088 140606228978088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6449/tid=6457] ppid=6446 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/6449/task/6457/stat : 6457 (java) S 6446 6449 3485 0 -1 4202560 105 0 0 0 6 4 0 0 20 0 19 0 108083883 9856040960 304762 33554432000 1073741824 1073778376 140733938779088 140606227925544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6449/tid=6458] ppid=6446 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/6449/task/6458/stat : 6458 (java) S 6446 6449 3485 0 -1 4202560 183 0 0 0 5 5 0 0 20 0 19 0 108083883 9856040960 304762 33554432000 1073741824 1073778376 140733938779088 140606226872488 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6449/tid=6459] ppid=6446 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/6449/task/6459/stat : 6459 (java) S 6446 6449 3485 0 -1 4202560 156 0 0 0 10 8 0 0 20 0 19 0 108083883 9856040960 304762 33554432000 1073741824 1073778376 140733938779088 140606225819944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6449/tid=6460] ppid=6446 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/6449/task/6460/stat : 6460 (java) S 6446 6449 3485 0 -1 4202560 798 0 0 0 17 2 0 0 20 0 19 0 108083884 9856040960 304762 33554432000 1073741824 1073778376 140733938779088 140606068308840 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6449/tid=6461] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6461/stat : 6461 (java) S 6446 6449 3485 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 108083884 9856040960 304762 33554432000 1073741824 1073778376 140733938779088 140606067255160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6449/tid=6462] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6462/stat : 6462 (java) S 6446 6449 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108083884 9856040960 304762 33554432000 1073741824 1073778376 140733938779088 140606066201992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6449/tid=6463] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6463/stat : 6463 (java) S 6446 6449 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108083887 9856040960 304762 33554432000 1073741824 1073778376 140733938779088 140606065150736 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6449/tid=6464] ppid=6446 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/6449/task/6464/stat : 6464 (java) S 6446 6449 3485 0 -1 4202560 9334 0 0 0 96 2 0 0 20 0 19 0 108083887 9856040960 304762 33554432000 1073741824 1073778376 140733938779088 140606064097592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6449/tid=6465] ppid=6446 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/6449/task/6465/stat : 6465 (java) S 6446 6449 3485 0 -1 4202560 14609 0 0 0 125 4 0 0 20 0 19 0 108083887 9856040960 304762 33554432000 1073741824 1073778376 140733938779088 140606063045048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6449/tid=6466] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6466/stat : 6466 (java) S 6446 6449 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108083887 9856040960 304762 33554432000 1073741824 1073778376 140733938779088 140606061992184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6449/tid=6467] ppid=6446 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/6449/task/6467/stat : 6467 (java) S 6446 6449 3485 0 -1 4202560 103 0 0 0 27 39 0 0 20 0 19 0 108083887 9856040960 304762 33554432000 1073741824 1073778376 140733938779088 140606060939848 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6449/tid=6468] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6468/stat : 6468 (java) S 6446 6449 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108083982 9856040960 304762 33554432000 1073741824 1073778376 140733938779088 140606059886120 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1785.89
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.41 s]
/proc/loadavg: 2.14 2.14 2.09 3/214 6578
/proc/meminfo: memFree=29683244/32872528 swapFree=12352/737972
[pid=6449] ppid=6446 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/6449/stat : 6449 (java) S 6446 6449 3485 0 -1 4202496 30563 0 1 0 179886 114 0 0 20 0 19 0 108083880 9856040960 308346 33554432000 1073741824 1073778376 140733938779088 140733938770224 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6449/statm: 2406260 308346 2299 9 0 2396937 0
[pid=6449/tid=6451] ppid=6446 vsize=9625040 CPUtime=1791.12 cores=1,3,5,7
/proc/6449/task/6451/stat : 6451 (java) R 6446 6449 3485 0 -1 4202560 2919 0 1 0 179071 41 0 0 20 0 19 0 108083882 9856040960 308346 33554432000 1073741824 1073778376 140733938779088 140606244118208 140606107092821 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6449/tid=6452] ppid=6446 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/6449/task/6452/stat : 6452 (java) S 6446 6449 3485 0 -1 4202560 142 0 0 0 10 6 0 0 20 0 19 0 108083883 9856040960 308346 33554432000 1073741824 1073778376 140733938779088 140606233189288 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6449/tid=6453] ppid=6446 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/6449/task/6453/stat : 6453 (java) S 6446 6449 3485 0 -1 4202560 290 0 0 0 14 10 0 0 20 0 19 0 108083883 9856040960 308346 33554432000 1073741824 1073778376 140733938779088 140606232136744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6449/tid=6454] ppid=6446 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/6449/task/6454/stat : 6454 (java) S 6446 6449 3485 0 -1 4202560 217 0 0 0 14 11 0 0 20 0 19 0 108083883 9856040960 308346 33554432000 1073741824 1073778376 140733938779088 140606231083688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6449/tid=6455] ppid=6446 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/6449/task/6455/stat : 6455 (java) S 6446 6449 3485 0 -1 4202560 292 0 0 0 11 10 0 0 20 0 19 0 108083883 9856040960 308346 33554432000 1073741824 1073778376 140733938779088 140606230031144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6449/tid=6456] ppid=6446 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/6449/task/6456/stat : 6456 (java) S 6446 6449 3485 0 -1 4202560 156 0 0 0 4 4 0 0 20 0 19 0 108083883 9856040960 308346 33554432000 1073741824 1073778376 140733938779088 140606228978088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6449/tid=6457] ppid=6446 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/6449/task/6457/stat : 6457 (java) S 6446 6449 3485 0 -1 4202560 105 0 0 0 6 4 0 0 20 0 19 0 108083883 9856040960 308346 33554432000 1073741824 1073778376 140733938779088 140606227925544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6449/tid=6458] ppid=6446 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/6449/task/6458/stat : 6458 (java) S 6446 6449 3485 0 -1 4202560 183 0 0 0 5 5 0 0 20 0 19 0 108083883 9856040960 308346 33554432000 1073741824 1073778376 140733938779088 140606226872488 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6449/tid=6459] ppid=6446 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/6449/task/6459/stat : 6459 (java) S 6446 6449 3485 0 -1 4202560 156 0 0 0 10 8 0 0 20 0 19 0 108083883 9856040960 308346 33554432000 1073741824 1073778376 140733938779088 140606225819944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6449/tid=6460] ppid=6446 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/6449/task/6460/stat : 6460 (java) S 6446 6449 3485 0 -1 4202560 798 0 0 0 17 2 0 0 20 0 19 0 108083884 9856040960 308346 33554432000 1073741824 1073778376 140733938779088 140606068308840 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6449/tid=6461] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6461/stat : 6461 (java) S 6446 6449 3485 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 108083884 9856040960 308346 33554432000 1073741824 1073778376 140733938779088 140606067255160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6449/tid=6462] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6462/stat : 6462 (java) S 6446 6449 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108083884 9856040960 308346 33554432000 1073741824 1073778376 140733938779088 140606066201992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6449/tid=6463] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6463/stat : 6463 (java) S 6446 6449 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108083887 9856040960 308346 33554432000 1073741824 1073778376 140733938779088 140606065150736 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6449/tid=6464] ppid=6446 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/6449/task/6464/stat : 6464 (java) S 6446 6449 3485 0 -1 4202560 9334 0 0 0 96 2 0 0 20 0 19 0 108083887 9856040960 308346 33554432000 1073741824 1073778376 140733938779088 140606064097592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6449/tid=6465] ppid=6446 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/6449/task/6465/stat : 6465 (java) S 6446 6449 3485 0 -1 4202560 14609 0 0 0 125 4 0 0 20 0 19 0 108083887 9856040960 308346 33554432000 1073741824 1073778376 140733938779088 140606063045048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6449/tid=6466] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6466/stat : 6466 (java) S 6446 6449 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108083887 9856040960 308346 33554432000 1073741824 1073778376 140733938779088 140606061992184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6449/tid=6467] ppid=6446 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/6449/task/6467/stat : 6467 (java) S 6446 6449 3485 0 -1 4202560 103 0 0 0 27 39 0 0 20 0 19 0 108083887 9856040960 308346 33554432000 1073741824 1073778376 140733938779088 140606060939848 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6449/tid=6468] ppid=6446 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6468/stat : 6468 (java) S 6446 6449 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108083982 9856040960 308346 33554432000 1073741824 1073778376 140733938779088 140606059886120 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 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 6449 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 6449 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=290226
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=600756
# CPU time returned by wait4() is 1795.89
# 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.45
CPU time (s): 1800
CPU user time (s): 1798.86
CPU system time (s): 1.14
CPU usage (%): 100.198
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.29
system time used= 1.60076
maximum resident set size= 1239668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30606
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38180
involuntary context switches= 7750

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5314 second user time and 13.9929 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-07 03:04:54
IDJOB=4085791
IDBENCH=48269
IDSOLVER=2546
FILE ID=node112/4085791-1465261494
RUNJOBID= node112-1465252319-3502
PBS_JOBID= 19843261
Free space on /tmp= 71748 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_2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085791-1465261494/watcher-4085791-1465261494 -o /tmp/evaluation-result-4085791-1465261494/solver-4085791-1465261494 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465252319-3502 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085791-1465261494.opb

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

MD5SUM BENCH= 24465d104818b01999b811ba346c3d8e
RANDOM SEED=1265348078

node112.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.783
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.56
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.783
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.783
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.783
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.56
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.783
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.54
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.783
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.72
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.783
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.783
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:        30844900 kB
Buffers:           52860 kB
Cached:           112240 kB
SwapCached:         1620 kB
Active:           479152 kB
Inactive:         100040 kB
Active(anon):     416268 kB
Inactive(anon):      564 kB
Active(file):      62884 kB
Inactive(file):    99476 kB
Unevictable:      737972 kB
Mlocked:           12352 kB
SwapTotal:      67108856 kB
SwapFree:       67098572 kB
Dirty:              1640 kB
Writeback:             0 kB
AnonPages:       1151956 kB
Mapped:            15372 kB
Shmem:                 0 kB
Slab:             568124 kB
SReclaimable:      11560 kB
SUnreclaim:       556564 kB
KernelStack:        1592 kB
PageTables:         6936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1262596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1122304 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= 71744 MiB
End job on node112 at 2016-06-07 03:34:51