Trace number 4084971

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.05 1797.04

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_20null50mast_rapportOE1.0_TMAX300_K192_cod2.opb
MD5SUM62dd7f8a085b5a1f21ba599a3d4b790f
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-458472
Best CPU time to get the best result obtained on this benchmark1800.13
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1427
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 10229961
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 10229961
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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@2b21cc40
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@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4084971-1465315813.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
7.41/5.45	c ... done. Wall clock time 5.336s.
7.41/5.45	c declared #vars     400896
7.41/5.45	c #constraints  402763
7.41/5.45	c constraints type 
7.41/5.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
7.41/5.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
7.41/5.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
7.41/5.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
7.41/5.45	c 402763 constraints processed.
7.41/5.45	c objective function length is 1427 literals
55.14/52.38	c cleaning 2497 clauses out of 5000 with flag 10930/5000
103.63/100.74	c cleaning 4250 clauses out of 8504 with flag 40013/11002
155.03/152.13	c cleaning 5592 clauses out of 11254 with flag 75350/18002
202.55/199.61	c cleaning 6824 clauses out of 13660 with flag 108422/26000
253.56/250.62	c cleaning 7859 clauses out of 15837 with flag 158098/35001
311.56/308.65	c cleaning 8698 clauses out of 17977 with flag 203329/45000
380.77/377.87	c cleaning 10065 clauses out of 20279 with flag 274063/56000
450.96/448.01	c cleaning 11067 clauses out of 22214 with flag 378422/68000
521.18/518.26	c cleaning 12037 clauses out of 24147 with flag 453864/81000
594.58/591.69	c cleaning 13008 clauses out of 26110 with flag 531345/95000
666.48/663.58	c cleaning 14046 clauses out of 28102 with flag 610897/110000
735.88/732.97	c cleaning 15003 clauses out of 30056 with flag 673446/126000
809.19/806.23	c cleaning 16020 clauses out of 32053 with flag 738207/143000
889.20/886.23	c cleaning 17001 clauses out of 34034 with flag 823405/161001
953.01/950.08	c cleaning 18012 clauses out of 36033 with flag 922593/180001
1015.20/1012.28	c cleaning 19009 clauses out of 38020 with flag 1023238/200000
1081.71/1078.75	c cleaning 19999 clauses out of 40011 with flag 1128564/221000
1153.82/1150.80	c cleaning 21006 clauses out of 42013 with flag 1231905/243001
1228.54/1225.56	c cleaning 21993 clauses out of 44007 with flag 1326437/266001
1310.33/1307.36	c cleaning 23000 clauses out of 46014 with flag 1426279/290001
1394.14/1391.11	c cleaning 24001 clauses out of 48013 with flag 1532385/315000
1468.55/1465.50	c cleaning 25006 clauses out of 50013 with flag 1647240/341001
1572.35/1569.39	c cleaning 26004 clauses out of 52007 with flag 1761721/368001
1671.05/1668.04	c cleaning 26999 clauses out of 54002 with flag 1888203/396000
1757.25/1754.24	c cleaning 27998 clauses out of 56003 with flag 2012879/425000
1800.05/1797.00	c starts		: 973
1800.05/1797.00	c conflicts		: 438908
1800.05/1797.00	c decisions		: 6218349
1800.05/1797.00	c propagations		: 3806553408
1800.05/1797.00	c inspects		: 3275879864
1800.05/1797.00	c shortcuts		: 0
1800.05/1797.00	c learnt literals	: 1
1800.05/1797.00	c learnt binary clauses	: 1561
1800.05/1797.00	c learnt ternary clauses	: 1212
1800.05/1797.00	c learnt constraints	: 438906
1800.05/1797.00	c ignored constraints	: 0
1800.05/1797.00	c root simplifications	: 0
1800.05/1797.00	c removed literals (reason simplification)	: 0
1800.05/1797.00	c reason swapping (by a shorter reason)	: 0
1800.05/1797.00	c Calls to reduceDB	: 25
1800.05/1797.00	c Number of update (reduction) of LBD	: 88619
1800.05/1797.00	c Imported unit clauses	: 0
1800.05/1797.00	c number of reductions to clauses (during analyze)	: 0
1800.05/1797.00	c number of learned constraints concerned by reduction	: 0
1800.05/1797.00	c number of learning phase by resolution	: 0
1800.05/1797.00	c number of learning phase by cutting planes	: 0
1800.05/1797.00	c speed (assignments/second)	: 2124798.649614929
1800.05/1797.00	c non guided choices	138
1800.05/1797.02	c learnt constraints type 
1800.05/1797.02	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1561
1800.05/1797.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 40352
1800.05/1797.02	s UNKNOWN
1800.05/1797.02	c Total wall clock time (in seconds): 1796.905

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-4084971-1465315813/watcher-4084971-1465315813 -o /tmp/evaluation-result-4084971-1465315813/solver-4084971-1465315813 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1465303265-32462 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084971-1465315813.opb 

pid=1386
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.01 2.06 2.05 3/197 1389
/proc/meminfo: memFree=28826912/32872528 swapFree=8144/8144
[pid=1389] ppid=1386 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/1389/stat : 1389 (java) D 1386 1389 32446 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 113513477 9515008 182 33554432000 1073741824 1073778376 140734782640016 140734782631048 206408859317 0 0 4096 0 18446744072100756772 0 0 17 2 0 0 0 0 0
/proc/1389/statm: 2323 182 140 9 0 71 0

[startup+0.100142 s]
/proc/loadavg: 2.01 2.06 2.05 3/197 1389
/proc/meminfo: memFree=28826912/32872528 swapFree=8144/8144
[pid=1389] ppid=1386 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/1389/stat : 1389 (java) S 1386 1389 32446 0 -1 4202496 4398 0 1 0 8 1 0 0 20 0 18 0 113513477 9787879424 6029 33554432000 1073741824 1073778376 140734664087888 140734664079024 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1389/statm: 2389619 6029 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200226 s]
/proc/loadavg: 2.01 2.06 2.05 3/197 1389
/proc/meminfo: memFree=28826912/32872528 swapFree=8144/8144
[pid=1389] ppid=1386 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/1389/stat : 1389 (java) S 1386 1389 32446 0 -1 4202496 5112 0 1 0 26 1 0 0 20 0 18 0 113513477 9787879424 11060 33554432000 1073741824 1073778376 140734664087888 140734664079024 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1389/statm: 2389619 11060 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.30023 s]
/proc/loadavg: 2.01 2.06 2.05 3/197 1389
/proc/meminfo: memFree=28826912/32872528 swapFree=8144/8144
[pid=1389] ppid=1386 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/1389/stat : 1389 (java) S 1386 1389 32446 0 -1 4202496 6076 0 1 0 49 2 0 0 20 0 18 0 113513477 9787879424 13017 33554432000 1073741824 1073778376 140734664087888 140734664079024 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1389/statm: 2389619 13017 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700239 s]
/proc/loadavg: 2.01 2.06 2.05 3/197 1389
/proc/meminfo: memFree=28826912/32872528 swapFree=8144/8144
[pid=1389] ppid=1386 vsize=9558476 CPUtime=1.16 cores=0,2,4,6
/proc/1389/stat : 1389 (java) S 1386 1389 32446 0 -1 4202496 7364 0 1 0 111 5 0 0 20 0 18 0 113513477 9787879424 44246 33554432000 1073741824 1073778376 140734664087888 140734664079024 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1389/statm: 2389619 44246 2261 9 0 2380296 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9558476

[startup+1.50084 s]
/proc/loadavg: 2.01 2.06 2.05 3/215 1407
/proc/meminfo: memFree=28482732/32872528 swapFree=8144/8144
[pid=1389] ppid=1386 vsize=9558476 CPUtime=2.25 cores=0,2,4,6
/proc/1389/stat : 1389 (java) S 1386 1389 32446 0 -1 4202496 8073 0 1 0 210 15 0 0 20 0 18 0 113513477 9787879424 88313 33554432000 1073741824 1073778376 140734664087888 140734664079024 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1389/statm: 2389619 88313 2263 9 0 2380296 0
[pid=1389/tid=1391] ppid=1386 vsize=9558476 CPUtime=1.34 cores=0,2,4,6
/proc/1389/task/1391/stat : 1391 (java) R 1386 1389 32446 0 -1 4202560 2517 0 1 0 129 5 0 0 20 0 18 0 113513478 9787879424 88313 33554432000 1073741824 1073778376 140734664087888 139666010524488 139665844095001 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1389/tid=1392] ppid=1386 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/1389/task/1392/stat : 1392 (java) S 1386 1389 32446 0 -1 4202560 131 0 0 0 3 2 0 0 20 0 18 0 113513480 9787879424 88313 33554432000 1073741824 1073778376 140734664087888 139665972017576 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1389/tid=1393] ppid=1386 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/1389/task/1393/stat : 1393 (java) S 1386 1389 32446 0 -1 4202560 81 0 0 0 4 1 0 0 20 0 18 0 113513480 9787879424 88313 33554432000 1073741824 1073778376 140734664087888 139665970965032 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1389/tid=1394] ppid=1386 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/1389/task/1394/stat : 1394 (java) S 1386 1389 32446 0 -1 4202560 64 0 0 0 3 2 0 0 20 0 18 0 113513480 9787879424 88313 33554432000 1073741824 1073778376 140734664087888 139665969911976 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1389/tid=1395] ppid=1386 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/1389/task/1395/stat : 1395 (java) S 1386 1389 32446 0 -1 4202560 121 0 0 0 3 1 0 0 20 0 18 0 113513480 9787879424 88313 33554432000 1073741824 1073778376 140734664087888 139665968859432 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1389/tid=1396] ppid=1386 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/1389/task/1396/stat : 1396 (java) S 1386 1389 32446 0 -1 4202560 101 0 0 0 4 0 0 0 20 0 18 0 113513480 9787879424 88313 33554432000 1073741824 1073778376 140734664087888 139665967807400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1389/tid=1397] ppid=1386 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/1389/task/1397/stat : 1397 (java) S 1386 1389 32446 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 18 0 113513480 9787879424 88313 33554432000 1073741824 1073778376 140734664087888 139665966754856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1389/tid=1398] ppid=1386 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/1389/task/1398/stat : 1398 (java) S 1386 1389 32446 0 -1 4202560 45 0 0 0 2 2 0 0 20 0 18 0 113513480 9787879424 88313 33554432000 1073741824 1073778376 140734664087888 139665965701800 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1389/tid=1399] ppid=1386 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/1389/task/1399/stat : 1399 (java) S 1386 1389 32446 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 18 0 113513480 9787879424 88313 33554432000 1073741824 1073778376 140734664087888 139665964649256 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1389/tid=1400] ppid=1386 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1389/task/1400/stat : 1400 (java) S 1386 1389 32446 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 113513481 9787879424 88313 33554432000 1073741824 1073778376 140734664087888 139665834203496 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1389/tid=1401] ppid=1386 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1389/task/1401/stat : 1401 (java) S 1386 1389 32446 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 113513481 9787879424 88313 33554432000 1073741824 1073778376 140734664087888 139665833149816 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1389/tid=1402] ppid=1386 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1389/task/1402/stat : 1402 (java) S 1386 1389 32446 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 113513481 9787879424 88313 33554432000 1073741824 1073778376 140734664087888 139665832096648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1389/tid=1403] ppid=1386 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1389/task/1403/stat : 1403 (java) S 1386 1389 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113513484 9787879424 88313 33554432000 1073741824 1073778376 140734664087888 139665831045392 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1389/tid=1404] ppid=1386 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/1389/task/1404/stat : 1404 (java) S 1386 1389 32446 0 -1 4202560 1901 0 0 0 21 0 0 0 20 0 18 0 113513484 9787879424 88313 33554432000 1073741824 1073778376 140734664087888 139665829993272 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1389/tid=1405] ppid=1386 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/1389/task/1405/stat : 1405 (java) S 1386 1389 32446 0 -1 4202560 1618 0 0 0 23 0 0 0 20 0 18 0 113513484 9787879424 88313 33554432000 1073741824 1073778376 140734664087888 139665828940728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1389/tid=1406] ppid=1386 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1389/task/1406/stat : 1406 (java) S 1386 1389 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113513484 9787879424 88313 33554432000 1073741824 1073778376 140734664087888 139664954485496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1389/tid=1407] ppid=1386 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1389/task/1407/stat : 1407 (java) S 1386 1389 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113513484 9787879424 88313 33554432000 1073741824 1073778376 140734664087888 139664953433160 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 9558476

[startup+3.10084 s]
/proc/loadavg: 2.01 2.06 2.05 3/215 1407
/proc/meminfo: memFree=28201052/32872528 swapFree=8144/8144
[pid=1389] ppid=1386 vsize=9558476 CPUtime=4.09 cores=0,2,4,6
/proc/1389/stat : 1389 (java) S 1386 1389 32446 0 -1 4202496 8805 0 1 0 382 27 0 0 20 0 18 0 113513477 9787879424 158453 33554432000 1073741824 1073778376 140734664087888 140734664079024 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1389/statm: 2389619 158453 2263 9 0 2380296 0
[pid=1389/tid=1391] ppid=1386 vsize=9558476 CPUtime=2.86 cores=0,2,4,6
/proc/1389/task/1391/stat : 1391 (java) R 1386 1389 32446 0 -1 4202560 2803 0 1 0 277 9 0 0 20 0 18 0 113513478 9787879424 158453 33554432000 1073741824 1073778376 140734664087888 139666010517552 139666018290775 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1389/tid=1392] ppid=1386 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/1389/task/1392/stat : 1392 (java) S 1386 1389 32446 0 -1 4202560 148 0 0 0 6 3 0 0 20 0 18 0 113513480 9787879424 158453 33554432000 1073741824 1073778376 140734664087888 139665972017576 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1389/tid=1393] ppid=1386 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/1389/task/1393/stat : 1393 (java) S 1386 1389 32446 0 -1 4202560 121 0 0 0 11 3 0 0 20 0 18 0 113513480 9787879424 158453 33554432000 1073741824 1073778376 140734664087888 139665970965032 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1389/tid=1394] ppid=1386 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/1389/task/1394/stat : 1394 (java) S 1386 1389 32446 0 -1 4202560 99 0 0 0 9 3 0 0 20 0 18 0 113513480 9787879424 158453 33554432000 1073741824 1073778376 140734664087888 139665969911976 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1389/tid=1395] ppid=1386 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/1389/task/1395/stat : 1395 (java) S 1386 1389 32446 0 -1 4202560 139 0 0 0 5 2 0 0 20 0 18 0 113513480 9787879424 158453 33554432000 1073741824 1073778376 140734664087888 139665968859432 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1389/tid=1396] ppid=1386 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/1389/task/1396/stat : 1396 (java) S 1386 1389 32446 0 -1 4202560 117 0 0 0 5 2 0 0 20 0 18 0 113513480 9787879424 158453 33554432000 1073741824 1073778376 140734664087888 139665967807400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1389/tid=1397] ppid=1386 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/1389/task/1397/stat : 1397 (java) S 1386 1389 32446 0 -1 4202560 30 0 0 0 4 0 0 0 20 0 18 0 113513480 9787879424 158453 33554432000 1073741824 1073778376 140734664087888 139665966754856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1389/tid=1398] ppid=1386 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/1389/task/1398/stat : 1398 (java) S 1386 1389 32446 0 -1 4202560 62 0 0 0 5 2 0 0 20 0 18 0 113513480 9787879424 158453 33554432000 1073741824 1073778376 140734664087888 139665965701800 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1389/tid=1399] ppid=1386 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/1389/task/1399/stat : 1399 (java) S 1386 1389 32446 0 -1 4202560 35 0 0 0 5 0 0 0 20 0 18 0 113513480 9787879424 158453 33554432000 1073741824 1073778376 140734664087888 139665964649256 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1389/tid=1400] ppid=1386 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1389/task/1400/stat : 1400 (java) S 1386 1389 32446 0 -1 4202560 479 0 0 0 0 0 0 0 20 0 18 0 113513481 9787879424 158453 33554432000 1073741824 1073778376 140734664087888 139665834203496 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1389/tid=1401] ppid=1386 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1389/task/1401/stat : 1401 (java) S 1386 1389 32446 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 113513481 9787879424 158453 33554432000 1073741824 1073778376 140734664087888 139665833149816 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1389/tid=1402] ppid=1386 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1389/task/1402/stat : 1402 (java) S 1386 1389 32446 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 113513481 9787879424 158453 33554432000 1073741824 1073778376 140734664087888 139665832096648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1389/tid=1403] ppid=1386 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1389/task/1403/stat : 1403 (java) S 1386 1389 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113513484 9787879424 158453 33554432000 1073741824 1073778376 140734664087888 139665831045392 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1389/tid=1404] ppid=1386 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/1389/task/1404/stat : 1404 (java) S 1386 1389 32446 0 -1 4202560 1901 0 0 0 21 0 0 0 20 0 18 0 113513484 9787879424 158453 33554432000 1073741824 1073778376 140734664087888 139665829993272 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1389/tid=1405] ppid=1386 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/1389/task/1405/stat : 1405 (java) S 1386 1389 32446 0 -1 4202560 1618 0 0 0 23 0 0 0 20 0 18 0 113513484 9787879424 158453 33554432000 1073741824 1073778376 140734664087888 139665828940728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1389/tid=1406] ppid=1386 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1389/task/1406/stat : 1406 (java) S 1386 1389 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113513484 9787879424 158453 33554432000 1073741824 1073778376 140734664087888 139664954485496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1389/tid=1407] ppid=1386 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1389/task/1407/stat : 1407 (java) S 1386 1389 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113513484 9787879424 158453 33554432000 1073741824 1073778376 140734664087888 139664953433160 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 9558476

[startup+6.30085 s]
/proc/loadavg: 2.01 2.06 2.05 4/215 1407
/proc/meminfo: memFree=26610936/32872528 swapFree=8144/8144
[pid=1389] ppid=1386 vsize=9625040 CPUtime=8.87 cores=0,2,4,6
/proc/1389/stat : 1389 (java) S 1386 1389 32446 0 -1 4202496 16288 0 1 0 815 72 0 0 20 0 19 0 113513477 9856040960 557168 33554432000 1073741824 1073778376 140734664087888 140734664079024 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1389/statm: 2406260 557168 2277 9 0 2396937 0
[pid=1389/tid=1391] ppid=1386 vsize=9625040 CPUtime=5.68 cores=0,2,4,6
/proc/1389/task/1391/stat : 1391 (java) R 1386 1389 32446 0 -1 4202560 4360 0 1 0 536 32 0 0 20 0 19 0 113513478 9856040960 557168 33554432000 1073741824 1073778376 140734664087888 139666010525784 139665844634310 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1389/tid=1392] ppid=1386 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/1389/task/1392/stat : 1392 (java) S 1386 1389 32446 0 -1 4202560 214 0 0 0 20 5 0 0 20 0 19 0 113513480 9856040960 557168 33554432000 1073741824 1073778376 140734664087888 139665972017576 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1389/tid=1393] ppid=1386 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/1389/task/1393/stat : 1393 (java) S 1386 1389 32446 0 -1 4202560 432 0 0 0 24 5 0 0 20 0 19 0 113513480 9856040960 557168 33554432000 1073741824 1073778376 140734664087888 139665970965032 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1389/tid=1394] ppid=1386 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/1389/task/1394/stat : 1394 (java) S 1386 1389 32446 0 -1 4202560 141 0 0 0 20 5 0 0 20 0 19 0 113513480 9856040960 557168 33554432000 1073741824 1073778376 140734664087888 139665969911976 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1389/tid=1395] ppid=1386 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/1389/task/1395/stat : 1395 (java) S 1386 1389 32446 0 -1 4202560 540 0 0 0 22 6 0 0 20 0 19 0 113513480 9856040960 557168 33554432000 1073741824 1073778376 140734664087888 139665968859432 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1389/tid=1396] ppid=1386 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/1389/task/1396/stat : 1396 (java) S 1386 1389 32446 0 -1 4202560 155 0 0 0 13 4 0 0 20 0 19 0 113513480 9856040960 557168 33554432000 1073741824 1073778376 140734664087888 139665967807400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1389/tid=1397] ppid=1386 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/1389/task/1397/stat : 1397 (java) S 1386 1389 32446 0 -1 4202560 121 0 0 0 24 5 0 0 20 0 19 0 113513480 9856040960 557168 33554432000 1073741824 1073778376 140734664087888 139665966754856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1389/tid=1398] ppid=1386 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/1389/task/1398/stat : 1398 (java) S 1386 1389 32446 0 -1 4202560 136 0 0 0 16 5 0 0 20 0 19 0 113513480 9856040960 557168 33554432000 1073741824 1073778376 140734664087888 139665965701800 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1389/tid=1399] ppid=1386 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/1389/task/1399/stat : 1399 (java) S 1386 1389 32446 0 -1 4202560 357 0 0 0 22 4 0 0 20 0 19 0 113513480 9856040960 557168 33554432000 1073741824 1073778376 140734664087888 139665964649256 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1389/tid=1400] ppid=1386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1389/task/1400/stat : 1400 (java) S 1386 1389 32446 0 -1 4202560 1265 0 0 0 0 0 0 0 20 0 19 0 113513481 9856040960 557168 33554432000 1073741824 1073778376 140734664087888 139665834203496 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1389/tid=1401] ppid=1386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1389/task/1401/stat : 1401 (java) S 1386 1389 32446 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 113513481 9856040960 557168 33554432000 1073741824 1073778376 140734664087888 139665833149816 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1389/tid=1402] ppid=1386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1389/task/1402/stat : 1402 (java) S 1386 1389 32446 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 113513481 9856040960 557168 33554432000 1073741824 1073778376 140734664087888 139665832096648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1389/tid=1403] ppid=1386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1389/task/1403/stat : 1403 (java) S 1386 1389 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113513484 9856040960 557168 33554432000 1073741824 1073778376 140734664087888 139665831045392 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1389/tid=1404] ppid=1386 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/1389/task/1404/stat : 1404 (java) S 1386 1389 32446 0 -1 4202560 3652 0 0 0 46 0 0 0 20 0 19 0 113513484 9856040960 557168 33554432000 1073741824 1073778376 140734664087888 139665829993272 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1389/tid=1405] ppid=1386 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/1389/task/1405/stat : 1405 (java) S 1386 1389 32446 0 -1 4202560 3655 0 0 0 56 0 0 0 20 0 19 0 113513484 9856040960 557168 33554432000 1073741824 1073778376 140734664087888 139665828940728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1389/tid=1406] ppid=1386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1389/task/1406/stat : 1406 (java) S 1386 1389 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113513484 9856040960 557168 33554432000 1073741824 1073778376 140734664087888 139664954485496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1389/tid=1407] ppid=1386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1389/task/1407/stat : 1407 (java) S 1386 1389 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113513484 9856040960 557168 33554432000 1073741824 1073778376 140734664087888 139664953433160 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.87
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.01 2.06 2.05 3/216 1408
/proc/meminfo: memFree=26576300/32872528 swapFree=8144/8144
[pid=1389] ppid=1386 vsize=9625040 CPUtime=15.45 cores=0,2,4,6
/proc/1389/stat : 1389 (java) S 1386 1389 32446 0 -1 4202496 16534 0 1 0 1471 74 0 0 20 0 19 0 113513477 9856040960 564238 33554432000 1073741824 1073778376 140734664087888 140734664079024 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1389/statm: 2406260 564238 2277 9 0 2396937 0

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

[pid=1389/tid=1408] ppid=1386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1389/task/1408/stat : 1408 (java) S 1386 1389 32446 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 113514029 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139664952378408 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1665.35
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 1527
/proc/meminfo: memFree=26716636/32872528 swapFree=8144/8144
[pid=1389] ppid=1386 vsize=9625040 CPUtime=1725.35 cores=0,2,4,6
/proc/1389/stat : 1389 (java) S 1386 1389 32446 0 -1 4202496 17546 0 1 0 172442 93 0 0 20 0 19 0 113513477 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 140734664079024 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1389/statm: 2406260 564246 2285 9 0 2396937 0
[pid=1389/tid=1391] ppid=1386 vsize=9625040 CPUtime=1717.1 cores=0,2,4,6
/proc/1389/task/1391/stat : 1391 (java) R 1386 1389 32446 0 -1 4202560 4370 0 1 0 171652 58 0 0 20 0 19 0 113513478 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139666010517184 139665844429705 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1389/tid=1392] ppid=1386 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/1389/task/1392/stat : 1392 (java) S 1386 1389 32446 0 -1 4202560 218 0 0 0 21 6 0 0 20 0 19 0 113513480 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665972017576 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1389/tid=1393] ppid=1386 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/1389/task/1393/stat : 1393 (java) S 1386 1389 32446 0 -1 4202560 437 0 0 0 26 6 0 0 20 0 19 0 113513480 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665970965032 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1389/tid=1394] ppid=1386 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/1389/task/1394/stat : 1394 (java) S 1386 1389 32446 0 -1 4202560 143 0 0 0 22 5 0 0 20 0 19 0 113513480 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665969911976 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1389/tid=1395] ppid=1386 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/1389/task/1395/stat : 1395 (java) S 1386 1389 32446 0 -1 4202560 547 0 0 0 24 6 0 0 20 0 19 0 113513480 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665968859432 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1389/tid=1396] ppid=1386 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/1389/task/1396/stat : 1396 (java) S 1386 1389 32446 0 -1 4202560 160 0 0 0 15 4 0 0 20 0 19 0 113513480 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665967807400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1389/tid=1397] ppid=1386 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/1389/task/1397/stat : 1397 (java) S 1386 1389 32446 0 -1 4202560 133 0 0 0 26 5 0 0 20 0 19 0 113513480 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665966754856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1389/tid=1398] ppid=1386 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/1389/task/1398/stat : 1398 (java) S 1386 1389 32446 0 -1 4202560 148 0 0 0 19 5 0 0 20 0 19 0 113513480 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665965701800 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1389/tid=1399] ppid=1386 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/1389/task/1399/stat : 1399 (java) S 1386 1389 32446 0 -1 4202560 553 0 0 0 24 4 0 0 20 0 19 0 113513480 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665964649256 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1389/tid=1400] ppid=1386 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/1389/task/1400/stat : 1400 (java) S 1386 1389 32446 0 -1 4202560 1267 0 0 0 0 4 0 0 20 0 19 0 113513481 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665834203496 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1389/tid=1401] ppid=1386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1389/task/1401/stat : 1401 (java) S 1386 1389 32446 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 113513481 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665833149816 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1389/tid=1402] ppid=1386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1389/task/1402/stat : 1402 (java) S 1386 1389 32446 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 113513481 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665832096648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1389/tid=1403] ppid=1386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1389/task/1403/stat : 1403 (java) S 1386 1389 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113513484 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665831045392 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1389/tid=1404] ppid=1386 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/1389/task/1404/stat : 1404 (java) S 1386 1389 32446 0 -1 4202560 4023 0 0 0 57 0 0 0 20 0 19 0 113513484 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665829993272 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1389/tid=1405] ppid=1386 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/1389/task/1405/stat : 1405 (java) S 1386 1389 32446 0 -1 4202560 4187 0 0 0 72 0 0 0 20 0 19 0 113513484 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665828940728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1389/tid=1406] ppid=1386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1389/task/1406/stat : 1406 (java) S 1386 1389 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113513484 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139664954485496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1389/tid=1407] ppid=1386 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/1389/task/1407/stat : 1407 (java) S 1386 1389 32446 0 -1 4202560 101 0 0 0 39 34 0 0 20 0 19 0 113513484 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139664953433160 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1389/tid=1408] ppid=1386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1389/task/1408/stat : 1408 (java) S 1386 1389 32446 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 113514029 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139664952378408 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1725.35
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 1529
/proc/meminfo: memFree=26646104/32872528 swapFree=8144/8144
[pid=1389] ppid=1386 vsize=9625040 CPUtime=1785.35 cores=0,2,4,6
/proc/1389/stat : 1389 (java) S 1386 1389 32446 0 -1 4202496 17548 0 1 0 178442 93 0 0 20 0 19 0 113513477 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 140734664079024 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1389/statm: 2406260 564246 2285 9 0 2396937 0
[pid=1389/tid=1391] ppid=1386 vsize=9625040 CPUtime=1776.94 cores=0,2,4,6
/proc/1389/task/1391/stat : 1391 (java) R 1386 1389 32446 0 -1 4202560 4370 0 1 0 177635 59 0 0 20 0 19 0 113513478 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139666010517184 139665844567272 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1389/tid=1392] ppid=1386 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/1389/task/1392/stat : 1392 (java) S 1386 1389 32446 0 -1 4202560 218 0 0 0 21 6 0 0 20 0 19 0 113513480 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665972017576 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1389/tid=1393] ppid=1386 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/1389/task/1393/stat : 1393 (java) S 1386 1389 32446 0 -1 4202560 437 0 0 0 26 6 0 0 20 0 19 0 113513480 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665970965032 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1389/tid=1394] ppid=1386 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/1389/task/1394/stat : 1394 (java) S 1386 1389 32446 0 -1 4202560 143 0 0 0 22 5 0 0 20 0 19 0 113513480 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665969911976 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1389/tid=1395] ppid=1386 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/1389/task/1395/stat : 1395 (java) S 1386 1389 32446 0 -1 4202560 547 0 0 0 24 6 0 0 20 0 19 0 113513480 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665968859432 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1389/tid=1396] ppid=1386 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/1389/task/1396/stat : 1396 (java) S 1386 1389 32446 0 -1 4202560 160 0 0 0 15 4 0 0 20 0 19 0 113513480 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665967807400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1389/tid=1397] ppid=1386 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/1389/task/1397/stat : 1397 (java) S 1386 1389 32446 0 -1 4202560 133 0 0 0 26 5 0 0 20 0 19 0 113513480 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665966754856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1389/tid=1398] ppid=1386 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/1389/task/1398/stat : 1398 (java) S 1386 1389 32446 0 -1 4202560 148 0 0 0 19 5 0 0 20 0 19 0 113513480 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665965701800 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1389/tid=1399] ppid=1386 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/1389/task/1399/stat : 1399 (java) S 1386 1389 32446 0 -1 4202560 553 0 0 0 24 4 0 0 20 0 19 0 113513480 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665964649256 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1389/tid=1400] ppid=1386 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/1389/task/1400/stat : 1400 (java) S 1386 1389 32446 0 -1 4202560 1267 0 0 0 0 4 0 0 20 0 19 0 113513481 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665834203496 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1389/tid=1401] ppid=1386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1389/task/1401/stat : 1401 (java) S 1386 1389 32446 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 113513481 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665833149816 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1389/tid=1402] ppid=1386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1389/task/1402/stat : 1402 (java) S 1386 1389 32446 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 113513481 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665832096648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1389/tid=1403] ppid=1386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1389/task/1403/stat : 1403 (java) S 1386 1389 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113513484 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665831045392 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1389/tid=1404] ppid=1386 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/1389/task/1404/stat : 1404 (java) S 1386 1389 32446 0 -1 4202560 4023 0 0 0 57 0 0 0 20 0 19 0 113513484 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665829993272 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1389/tid=1405] ppid=1386 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/1389/task/1405/stat : 1405 (java) S 1386 1389 32446 0 -1 4202560 4187 0 0 0 72 0 0 0 20 0 19 0 113513484 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665828940728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1389/tid=1406] ppid=1386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1389/task/1406/stat : 1406 (java) S 1386 1389 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113513484 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139664954485496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1389/tid=1407] ppid=1386 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/1389/task/1407/stat : 1407 (java) S 1386 1389 32446 0 -1 4202560 103 0 0 0 40 36 0 0 20 0 19 0 113513484 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139664953433160 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1389/tid=1408] ppid=1386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1389/task/1408/stat : 1408 (java) S 1386 1389 32446 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 113514029 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139664952378408 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1785.35
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 1536
/proc/meminfo: memFree=26645756/32872528 swapFree=8144/8144
[pid=1389] ppid=1386 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/1389/stat : 1389 (java) S 1386 1389 32446 0 -1 4202496 17550 0 1 0 179912 93 0 0 20 0 19 0 113513477 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 140734664079024 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1389/statm: 2406260 564246 2285 9 0 2396937 0
[pid=1389/tid=1391] ppid=1386 vsize=9625040 CPUtime=1791.6 cores=0,2,4,6
/proc/1389/task/1391/stat : 1391 (java) R 1386 1389 32446 0 -1 4202560 4370 0 1 0 179101 59 0 0 20 0 19 0 113513478 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139666010517184 139665844429413 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1389/tid=1392] ppid=1386 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/1389/task/1392/stat : 1392 (java) S 1386 1389 32446 0 -1 4202560 218 0 0 0 21 6 0 0 20 0 19 0 113513480 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665972017576 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1389/tid=1393] ppid=1386 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/1389/task/1393/stat : 1393 (java) S 1386 1389 32446 0 -1 4202560 437 0 0 0 26 6 0 0 20 0 19 0 113513480 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665970965032 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1389/tid=1394] ppid=1386 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/1389/task/1394/stat : 1394 (java) S 1386 1389 32446 0 -1 4202560 143 0 0 0 22 5 0 0 20 0 19 0 113513480 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665969911976 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1389/tid=1395] ppid=1386 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/1389/task/1395/stat : 1395 (java) S 1386 1389 32446 0 -1 4202560 547 0 0 0 24 6 0 0 20 0 19 0 113513480 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665968859432 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1389/tid=1396] ppid=1386 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/1389/task/1396/stat : 1396 (java) S 1386 1389 32446 0 -1 4202560 160 0 0 0 15 4 0 0 20 0 19 0 113513480 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665967807400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1389/tid=1397] ppid=1386 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/1389/task/1397/stat : 1397 (java) S 1386 1389 32446 0 -1 4202560 133 0 0 0 26 5 0 0 20 0 19 0 113513480 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665966754856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1389/tid=1398] ppid=1386 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/1389/task/1398/stat : 1398 (java) S 1386 1389 32446 0 -1 4202560 148 0 0 0 19 5 0 0 20 0 19 0 113513480 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665965701800 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1389/tid=1399] ppid=1386 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/1389/task/1399/stat : 1399 (java) S 1386 1389 32446 0 -1 4202560 553 0 0 0 24 4 0 0 20 0 19 0 113513480 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665964649256 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1389/tid=1400] ppid=1386 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/1389/task/1400/stat : 1400 (java) S 1386 1389 32446 0 -1 4202560 1267 0 0 0 0 4 0 0 20 0 19 0 113513481 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665834203496 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1389/tid=1401] ppid=1386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1389/task/1401/stat : 1401 (java) S 1386 1389 32446 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 113513481 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665833149816 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1389/tid=1402] ppid=1386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1389/task/1402/stat : 1402 (java) S 1386 1389 32446 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 113513481 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665832096648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1389/tid=1403] ppid=1386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1389/task/1403/stat : 1403 (java) S 1386 1389 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113513484 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665831045392 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1389/tid=1404] ppid=1386 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/1389/task/1404/stat : 1404 (java) S 1386 1389 32446 0 -1 4202560 4023 0 0 0 57 0 0 0 20 0 19 0 113513484 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665829993272 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1389/tid=1405] ppid=1386 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/1389/task/1405/stat : 1405 (java) S 1386 1389 32446 0 -1 4202560 4187 0 0 0 72 0 0 0 20 0 19 0 113513484 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139665828940728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1389/tid=1406] ppid=1386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1389/task/1406/stat : 1406 (java) S 1386 1389 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113513484 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139664954485496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1389/tid=1407] ppid=1386 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/1389/task/1407/stat : 1407 (java) S 1386 1389 32446 0 -1 4202560 105 0 0 0 41 36 0 0 20 0 19 0 113513484 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139664953433160 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1389/tid=1408] ppid=1386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1389/task/1408/stat : 1408 (java) S 1386 1389 32446 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 113514029 9856040960 564246 33554432000 1073741824 1073778376 140734664087888 139664952378408 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 1389 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 1389 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=660170
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=551764
# CPU time returned by wait4() is 1796.21
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.04
CPU time (s): 1800.05
CPU user time (s): 1799.12
CPU system time (s): 0.93
CPU usage (%): 100.167
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.66
system time used= 1.55176
maximum resident set size= 2258600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17586
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38435
involuntary context switches= 5173

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5614 second user time and 13.6739 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-07 18:10:14
IDJOB=4084971
IDBENCH=92102
IDSOLVER=2546
FILE ID=node133/4084971-1465315813
RUNJOBID= node133-1465303265-32462
PBS_JOBID= 19848088
Free space on /tmp= 71692 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_fibo_20null50mast_rapportOE1.0_TMAX300_K192_cod2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084971-1465315813/watcher-4084971-1465315813 -o /tmp/evaluation-result-4084971-1465315813/solver-4084971-1465315813 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1465303265-32462 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084971-1465315813.opb

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

MD5SUM BENCH= 62dd7f8a085b5a1f21ba599a3d4b790f
RANDOM SEED=1712859367

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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	: 7358.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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:        28827704 kB
Buffers:          120996 kB
Cached:           800100 kB
SwapCached:         2080 kB
Active:          2507560 kB
Inactive:         788840 kB
Active(anon):    2376500 kB
Inactive(anon):     1448 kB
Active(file):     131060 kB
Inactive(file):   787392 kB
Unevictable:        8144 kB
Mlocked:            8144 kB
SwapTotal:      67108856 kB
SwapFree:       67098272 kB
Dirty:             28452 kB
Writeback:             0 kB
AnonPages:       2382904 kB
Mapped:            15364 kB
Shmem:                 0 kB
Slab:             605012 kB
SReclaimable:      47956 kB
SUnreclaim:       557056 kB
KernelStack:        1600 kB
PageTables:         8972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3278632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2320384 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= 71692 MiB
End job on node133 at 2016-06-07 18:40:11