Trace number 4084567

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.04 1793.04

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-175.opb
MD5SUM3472d2cba7eedc0e4f1652523daa893e
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables248659
Total number of constraints5546518
Number of constraints which are clauses4965781
Number of constraints which are cardinality constraints (but not clauses)19724
Number of constraints which are nor clauses,nor cardinality constraints561013
Minimum length of a constraint2
Maximum length of a constraint2220
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2221
Number of bits of the biggest sum of numbers12
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.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4084567-1465275571.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
43.34/37.14	c ... done. Wall clock time 37.019s.
43.34/37.14	c declared #vars     248659
43.34/37.14	c #constraints  5556400
43.34/37.14	c constraints type 
43.34/37.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3877971
43.34/37.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 19725
43.34/37.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1097691
43.34/37.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 561013
43.34/37.14	c 5556400 constraints processed.
48.76/42.13	c cleaning 2493 clauses out of 5000 with flag 26450/5000
64.77/58.08	c cleaning 4243 clauses out of 8507 with flag 65411/11000
77.37/70.62	c cleaning 5617 clauses out of 11266 with flag 105669/18002
90.37/83.69	c cleaning 6811 clauses out of 13648 with flag 152337/26001
105.21/98.48	c cleaning 7904 clauses out of 15836 with flag 211697/35000
142.20/135.49	c cleaning 8958 clauses out of 17933 with flag 1229788/45001
167.01/160.24	c cleaning 9981 clauses out of 19974 with flag 3152100/56000
240.91/234.19	c cleaning 10981 clauses out of 21993 with flag 3425972/68000
283.83/277.05	c cleaning 11992 clauses out of 24013 with flag 4547462/81001
342.85/336.07	c cleaning 12982 clauses out of 26021 with flag 5689625/95001
420.45/413.64	c cleaning 14008 clauses out of 28038 with flag 7094977/110000
498.37/491.53	c cleaning 14740 clauses out of 30030 with flag 8429325/126000
518.46/511.62	c cleaning 16042 clauses out of 32292 with flag 9980425/143002
534.06/527.20	c cleaning 17107 clauses out of 34248 with flag 10097977/161000
552.88/546.07	c cleaning 18063 clauses out of 36142 with flag 10228955/180001
605.29/598.45	c cleaning 19028 clauses out of 38078 with flag 11183342/200000
681.90/675.00	c cleaning 19785 clauses out of 40050 with flag 12521268/221000
735.71/728.82	c cleaning 20331 clauses out of 42265 with flag 14147313/243000
763.91/757.03	c cleaning 22445 clauses out of 44934 with flag 14338501/266000
860.42/853.52	c cleaning 23085 clauses out of 46489 with flag 17459244/290000
911.62/904.71	c cleaning 24187 clauses out of 48405 with flag 20183013/315001
997.93/991.07	c cleaning 24978 clauses out of 50218 with flag 23420592/341001
1127.55/1120.61	c cleaning 26073 clauses out of 52239 with flag 25954346/368000
1181.45/1174.54	c cleaning 27019 clauses out of 54167 with flag 26273441/396001
1225.35/1218.40	c cleaning 28051 clauses out of 56149 with flag 26473783/425002
1274.57/1267.68	c cleaning 29025 clauses out of 58096 with flag 26699424/455000
1358.58/1351.64	c cleaning 30011 clauses out of 60071 with flag 27020513/486000
1435.39/1428.42	c cleaning 30994 clauses out of 62062 with flag 28395980/518002
1512.60/1505.66	c cleaning 32019 clauses out of 64069 with flag 29477746/551003
1637.01/1630.00	c cleaning 32120 clauses out of 66047 with flag 31350124/585000
1800.04/1793.00	c starts		: 1335
1800.04/1793.00	c conflicts		: 612097
1800.04/1793.00	c decisions		: 75189398
1800.04/1793.00	c propagations		: 3187051145
1800.04/1793.00	c inspects		: 14353278961
1800.04/1793.00	c shortcuts		: 0
1800.04/1793.00	c learnt literals	: 0
1800.04/1793.00	c learnt binary clauses	: 1096
1800.04/1793.00	c learnt ternary clauses	: 2883
1800.04/1793.00	c learnt constraints	: 612097
1800.04/1793.00	c ignored constraints	: 0
1800.04/1793.00	c root simplifications	: 0
1800.04/1793.00	c removed literals (reason simplification)	: 0
1800.04/1793.00	c reason swapping (by a shorter reason)	: 0
1800.04/1793.00	c Calls to reduceDB	: 30
1800.04/1793.00	c Number of update (reduction) of LBD	: 332187
1800.04/1793.00	c Imported unit clauses	: 0
1800.04/1793.00	c number of reductions to clauses (during analyze)	: 0
1800.04/1793.00	c number of learned constraints concerned by reduction	: 0
1800.04/1793.00	c number of learning phase by resolution	: 0
1800.04/1793.00	c number of learning phase by cutting planes	: 0
1800.04/1793.00	c speed (assignments/second)	: 1815138.3554559755
1800.04/1793.00	c non guided choices	17318882
1800.04/1793.01	c timeout
1800.04/1793.03	c learnt constraints type 
1800.04/1793.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1096
1800.04/1793.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 59928
1800.04/1793.03	s UNKNOWN
1800.04/1793.03	c Total wall clock time (in seconds): 1792.908

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

pid=13695
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.10 2.04 2.05 4/192 13698
/proc/meminfo: memFree=30218304/32872528 swapFree=13256/481332
[pid=13698] ppid=13695 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/13698/stat : 13698 (java) R 13695 13698 8435 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 109492577 9515008 184 33554432000 1073741824 1073778376 140736588969600 140736588960632 235374538167 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13698/statm: 2323 184 142 9 0 71 0

[startup+0.100089 s]
/proc/loadavg: 2.10 2.04 2.05 4/192 13698
/proc/meminfo: memFree=30218304/32872528 swapFree=13256/481332
[pid=13698] ppid=13695 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/13698/stat : 13698 (java) S 13695 13698 8435 0 -1 4202496 4432 0 1 0 8 1 0 0 20 0 18 0 109492577 9787879424 6062 33554432000 1073741824 1073778376 140735149939840 140735149930976 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13698/statm: 2389619 6062 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200266 s]
/proc/loadavg: 2.10 2.04 2.05 4/192 13698
/proc/meminfo: memFree=30218304/32872528 swapFree=13256/481332
[pid=13698] ppid=13695 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/13698/stat : 13698 (java) S 13695 13698 8435 0 -1 4202496 4752 0 1 0 22 1 0 0 20 0 18 0 109492577 9787879424 11450 33554432000 1073741824 1073778376 140735149939840 140735149930976 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13698/statm: 2389619 11450 2197 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300281 s]
/proc/loadavg: 2.10 2.04 2.05 4/192 13698
/proc/meminfo: memFree=30218304/32872528 swapFree=13256/481332
[pid=13698] ppid=13695 vsize=9558476 CPUtime=0.43 cores=0,2,4,6
/proc/13698/stat : 13698 (java) S 13695 13698 8435 0 -1 4202496 5499 0 1 0 42 1 0 0 20 0 18 0 109492577 9787879424 15323 33554432000 1073741824 1073778376 140735149939840 140735149930976 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13698/statm: 2389619 15323 2230 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558476

[startup+0.700246 s]
/proc/loadavg: 2.10 2.04 2.05 4/192 13698
/proc/meminfo: memFree=30218304/32872528 swapFree=13256/481332
[pid=13698] ppid=13695 vsize=9558476 CPUtime=1.14 cores=0,2,4,6
/proc/13698/stat : 13698 (java) S 13695 13698 8435 0 -1 4202496 7460 0 1 0 109 5 0 0 20 0 18 0 109492577 9787879424 51790 33554432000 1073741824 1073778376 140735149939840 140735149930976 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13698/statm: 2389619 51790 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9558476

[startup+1.50079 s]
/proc/loadavg: 2.10 2.04 2.05 3/210 13716
/proc/meminfo: memFree=29904224/32872528 swapFree=13256/481332
[pid=13698] ppid=13695 vsize=9558476 CPUtime=2.19 cores=0,2,4,6
/proc/13698/stat : 13698 (java) S 13695 13698 8435 0 -1 4202496 9899 0 1 0 203 16 0 0 20 0 18 0 109492577 9787879424 145133 33554432000 1073741824 1073778376 140735149939840 140735149930976 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13698/statm: 2389619 145133 2263 9 0 2380296 0
[pid=13698/tid=13700] ppid=13695 vsize=9558476 CPUtime=1.4 cores=0,2,4,6
/proc/13698/task/13700/stat : 13700 (java) R 13695 13698 8435 0 -1 4202560 2690 0 1 0 132 8 0 0 20 0 18 0 109492578 9787879424 145133 33554432000 1073741824 1073778376 140735149939840 139988217015912 235378107661 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13698/tid=13701] ppid=13695 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/13698/task/13701/stat : 13701 (java) S 13695 13698 8435 0 -1 4202560 24 0 0 0 0 2 0 0 20 0 18 0 109492579 9787879424 145133 33554432000 1073741824 1073778376 140735149939840 139988155747112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13698/tid=13702] ppid=13695 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13702/stat : 13702 (java) S 13695 13698 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109492579 9787879424 145133 33554432000 1073741824 1073778376 140735149939840 139988154694312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13698/tid=13703] ppid=13695 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13703/stat : 13703 (java) S 13695 13698 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109492579 9787879424 145133 33554432000 1073741824 1073778376 140735149939840 139988153642024 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13704] ppid=13695 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/13698/task/13704/stat : 13704 (java) S 13695 13698 8435 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 18 0 109492579 9787879424 145133 33554432000 1073741824 1073778376 140735149939840 139988152589224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13705] ppid=13695 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/13698/task/13705/stat : 13705 (java) S 13695 13698 8435 0 -1 4202560 33 0 0 0 2 2 0 0 20 0 18 0 109492579 9787879424 145133 33554432000 1073741824 1073778376 140735149939840 139988056095016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13698/tid=13706] ppid=13695 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/13698/task/13706/stat : 13706 (java) S 13695 13698 8435 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 109492579 9787879424 145133 33554432000 1073741824 1073778376 140735149939840 139988055042216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13698/tid=13707] ppid=13695 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/13698/task/13707/stat : 13707 (java) S 13695 13698 8435 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 109492579 9787879424 145133 33554432000 1073741824 1073778376 140735149939840 139988053989928 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13698/tid=13708] ppid=13695 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/13698/task/13708/stat : 13708 (java) S 13695 13698 8435 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 109492579 9787879424 145133 33554432000 1073741824 1073778376 140735149939840 139988052937128 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13698/tid=13709] ppid=13695 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13709/stat : 13709 (java) S 13695 13698 8435 0 -1 4202560 445 0 0 0 0 0 0 0 20 0 18 0 109492580 9787879424 145133 33554432000 1073741824 1073778376 140735149939840 139988040739560 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13698/tid=13710] ppid=13695 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13710/stat : 13710 (java) S 13695 13698 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109492581 9787879424 145133 33554432000 1073741824 1073778376 140735149939840 139988039685624 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13711] ppid=13695 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13711/stat : 13711 (java) S 13695 13698 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109492581 9787879424 145133 33554432000 1073741824 1073778376 140735149939840 139988038633224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13712] ppid=13695 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13712/stat : 13712 (java) S 13695 13698 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109492583 9787879424 145133 33554432000 1073741824 1073778376 140735149939840 139988037581712 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13713] ppid=13695 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/13698/task/13713/stat : 13713 (java) S 13695 13698 8435 0 -1 4202560 3046 0 0 0 30 0 0 0 20 0 18 0 109492583 9787879424 145133 33554432000 1073741824 1073778376 140735149939840 139988036528312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13698/tid=13714] ppid=13695 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/13698/task/13714/stat : 13714 (java) S 13695 13698 8435 0 -1 4202560 2329 0 0 0 21 0 0 0 20 0 18 0 109492583 9787879424 145133 33554432000 1073741824 1073778376 140735149939840 139988035475512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13715] ppid=13695 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13715/stat : 13715 (java) S 13695 13698 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109492583 9787879424 145133 33554432000 1073741824 1073778376 140735149939840 139988034423416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13698/tid=13716] ppid=13695 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13716/stat : 13716 (java) S 13695 13698 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109492583 9787879424 145133 33554432000 1073741824 1073778376 140735149939840 139988033370824 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9558476

[startup+3.10079 s]
/proc/loadavg: 2.10 2.04 2.05 4/210 13716
/proc/meminfo: memFree=29617944/32872528 swapFree=13256/481332
[pid=13698] ppid=13695 vsize=9558476 CPUtime=4.03 cores=0,2,4,6
/proc/13698/stat : 13698 (java) S 13695 13698 8435 0 -1 4202496 11011 0 1 0 374 29 0 0 20 0 18 0 109492577 9787879424 277456 33554432000 1073741824 1073778376 140735149939840 140735149930976 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13698/statm: 2389619 277456 2263 9 0 2380296 0
[pid=13698/tid=13700] ppid=13695 vsize=9558476 CPUtime=2.92 cores=0,2,4,6
/proc/13698/task/13700/stat : 13700 (java) R 13695 13698 8435 0 -1 4202560 2923 0 1 0 277 15 0 0 20 0 18 0 109492578 9787879424 277456 33554432000 1073741824 1073778376 140735149939840 139988217008208 139988157116028 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13698/tid=13701] ppid=13695 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/13698/task/13701/stat : 13701 (java) S 13695 13698 8435 0 -1 4202560 74 0 0 0 3 2 0 0 20 0 18 0 109492579 9787879424 277456 33554432000 1073741824 1073778376 140735149939840 139988155747112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13698/tid=13702] ppid=13695 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/13698/task/13702/stat : 13702 (java) S 13695 13698 8435 0 -1 4202560 55 0 0 0 2 0 0 0 20 0 18 0 109492579 9787879424 277456 33554432000 1073741824 1073778376 140735149939840 139988154694312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13703] ppid=13695 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/13698/task/13703/stat : 13703 (java) S 13695 13698 8435 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 109492579 9787879424 277456 33554432000 1073741824 1073778376 140735149939840 139988153642024 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13704] ppid=13695 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/13698/task/13704/stat : 13704 (java) S 13695 13698 8435 0 -1 4202560 98 0 0 0 3 2 0 0 20 0 18 0 109492579 9787879424 277456 33554432000 1073741824 1073778376 140735149939840 139988152589224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13698/tid=13705] ppid=13695 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/13698/task/13705/stat : 13705 (java) S 13695 13698 8435 0 -1 4202560 97 0 0 0 6 2 0 0 20 0 18 0 109492579 9787879424 277456 33554432000 1073741824 1073778376 140735149939840 139988056095016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13698/tid=13706] ppid=13695 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/13698/task/13706/stat : 13706 (java) S 13695 13698 8435 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 18 0 109492579 9787879424 277456 33554432000 1073741824 1073778376 140735149939840 139988055042216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13698/tid=13707] ppid=13695 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/13698/task/13707/stat : 13707 (java) S 13695 13698 8435 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 18 0 109492579 9787879424 277456 33554432000 1073741824 1073778376 140735149939840 139988053989928 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13698/tid=13708] ppid=13695 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/13698/task/13708/stat : 13708 (java) S 13695 13698 8435 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 18 0 109492579 9787879424 277456 33554432000 1073741824 1073778376 140735149939840 139988052937128 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13709] ppid=13695 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13709/stat : 13709 (java) S 13695 13698 8435 0 -1 4202560 950 0 0 0 0 0 0 0 20 0 18 0 109492580 9787879424 277456 33554432000 1073741824 1073778376 140735149939840 139988040739560 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13698/tid=13710] ppid=13695 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13710/stat : 13710 (java) S 13695 13698 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109492581 9787879424 277456 33554432000 1073741824 1073778376 140735149939840 139988039685624 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13711] ppid=13695 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13711/stat : 13711 (java) S 13695 13698 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109492581 9787879424 277456 33554432000 1073741824 1073778376 140735149939840 139988038633224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13712] ppid=13695 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13712/stat : 13712 (java) S 13695 13698 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109492583 9787879424 277456 33554432000 1073741824 1073778376 140735149939840 139988037581712 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13713] ppid=13695 vsize=9558476 CPUtime=0.35 cores=0,2,4,6
/proc/13698/task/13713/stat : 13713 (java) S 13695 13698 8435 0 -1 4202560 3142 0 0 0 35 0 0 0 20 0 18 0 109492583 9787879424 277456 33554432000 1073741824 1073778376 140735149939840 139988036528312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13698/tid=13714] ppid=13695 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/13698/task/13714/stat : 13714 (java) S 13695 13698 8435 0 -1 4202560 2329 0 0 0 21 0 0 0 20 0 18 0 109492583 9787879424 277456 33554432000 1073741824 1073778376 140735149939840 139988035475512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13715] ppid=13695 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13715/stat : 13715 (java) S 13695 13698 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109492583 9787879424 277456 33554432000 1073741824 1073778376 140735149939840 139988034423416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13698/tid=13716] ppid=13695 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13716/stat : 13716 (java) S 13695 13698 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109492583 9787879424 277456 33554432000 1073741824 1073778376 140735149939840 139988033370824 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 9558476

[startup+6.30073 s]
/proc/loadavg: 2.33 2.09 2.07 3/210 13716
/proc/meminfo: memFree=28059128/32872528 swapFree=13256/481332
[pid=13698] ppid=13695 vsize=9558476 CPUtime=7.94 cores=0,2,4,6
/proc/13698/stat : 13698 (java) S 13695 13698 8435 0 -1 4202496 13974 0 1 0 734 60 0 0 20 0 18 0 109492577 9787879424 558493 33554432000 1073741824 1073778376 140735149939840 140735149930976 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13698/statm: 2389619 558493 2263 9 0 2380296 0
[pid=13698/tid=13700] ppid=13695 vsize=9558476 CPUtime=5.86 cores=0,2,4,6
/proc/13698/task/13700/stat : 13700 (java) S 13695 13698 8435 0 -1 4202560 3738 0 1 0 550 36 0 0 20 0 18 0 109492578 9787879424 558493 33554432000 1073741824 1073778376 140735149939840 139988217014456 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13698/tid=13701] ppid=13695 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/13698/task/13701/stat : 13701 (java) R 13695 13698 8435 0 -1 4202560 197 0 0 0 17 4 0 0 20 0 18 0 109492579 9787879424 558493 33554432000 1073741824 1073778376 140735149939840 139988155747288 139988225062050 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13698/tid=13702] ppid=13695 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/13698/task/13702/stat : 13702 (java) R 13695 13698 8435 0 -1 4202560 124 0 0 0 12 2 0 0 20 0 18 0 109492579 9787879424 558493 33554432000 1073741824 1073778376 140735149939840 139988154694488 139988220769314 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13703] ppid=13695 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/13698/task/13703/stat : 13703 (java) R 13695 13698 8435 0 -1 4202560 437 0 0 0 12 2 0 0 20 0 18 0 109492579 9787879424 558493 33554432000 1073741824 1073778376 140735149939840 139988153642200 139988224512213 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=13698/tid=13704] ppid=13695 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/13698/task/13704/stat : 13704 (java) R 13695 13698 8435 0 -1 4202560 296 0 0 0 14 3 0 0 20 0 18 0 109492579 9787879424 558493 33554432000 1073741824 1073778376 140735149939840 139988152589400 139988220773797 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13698/tid=13705] ppid=13695 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/13698/task/13705/stat : 13705 (java) R 13695 13698 8435 0 -1 4202560 386 0 0 0 18 5 0 0 20 0 18 0 109492579 9787879424 558493 33554432000 1073741824 1073778376 140735149939840 139988056095192 139988220773800 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13698/tid=13706] ppid=13695 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/13698/task/13706/stat : 13706 (java) R 13695 13698 8435 0 -1 4202560 178 0 0 0 13 2 0 0 20 0 18 0 109492579 9787879424 558493 33554432000 1073741824 1073778376 140735149939840 139988055042096 139988220773792 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=13698/tid=13707] ppid=13695 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/13698/task/13707/stat : 13707 (java) R 13695 13698 8435 0 -1 4202560 300 0 0 0 14 4 0 0 20 0 18 0 109492579 9787879424 558493 33554432000 1073741824 1073778376 140735149939840 139988053990104 139988220773916 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13698/tid=13708] ppid=13695 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/13698/task/13708/stat : 13708 (java) R 13695 13698 8435 0 -1 4202560 335 0 0 0 10 3 0 0 20 0 18 0 109492579 9787879424 558493 33554432000 1073741824 1073778376 140735149939840 139988052936888 139988220773975 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13698/tid=13709] ppid=13695 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13709/stat : 13709 (java) S 13695 13698 8435 0 -1 4202560 1261 0 0 0 0 0 0 0 20 0 18 0 109492580 9787879424 558493 33554432000 1073741824 1073778376 140735149939840 139988040738440 235378095164 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13698/tid=13710] ppid=13695 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13710/stat : 13710 (java) S 13695 13698 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109492581 9787879424 558493 33554432000 1073741824 1073778376 140735149939840 139988039685624 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13711] ppid=13695 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13711/stat : 13711 (java) S 13695 13698 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109492581 9787879424 558493 33554432000 1073741824 1073778376 140735149939840 139988038633224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13712] ppid=13695 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13712/stat : 13712 (java) S 13695 13698 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109492583 9787879424 558493 33554432000 1073741824 1073778376 140735149939840 139988037581712 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13713] ppid=13695 vsize=9558476 CPUtime=0.35 cores=0,2,4,6
/proc/13698/task/13713/stat : 13713 (java) S 13695 13698 8435 0 -1 4202560 3142 0 0 0 35 0 0 0 20 0 18 0 109492583 9787879424 558493 33554432000 1073741824 1073778376 140735149939840 139988036528312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13698/tid=13714] ppid=13695 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/13698/task/13714/stat : 13714 (java) S 13695 13698 8435 0 -1 4202560 2329 0 0 0 21 0 0 0 20 0 18 0 109492583 9787879424 558493 33554432000 1073741824 1073778376 140735149939840 139988035475512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13715] ppid=13695 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13715/stat : 13715 (java) S 13695 13698 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109492583 9787879424 558493 33554432000 1073741824 1073778376 140735149939840 139988034423416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13698/tid=13716] ppid=13695 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13716/stat : 13716 (java) S 13695 13698 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109492583 9787879424 558493 33554432000 1073741824 1073778376 140735149939840 139988033370824 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.94
Current children cumulated vsize (KiB) 9558476

[startup+12.7009 s]
/proc/loadavg: 2.30 2.09 2.07 3/210 13716
/proc/meminfo: memFree=27324368/32872528 swapFree=13256/481332
[pid=13698] ppid=13695 vsize=9558476 CPUtime=15.2 cores=0,2,4,6
/proc/13698/stat : 13698 (java) S 13695 13698 8435 0 -1 4202496 15200 0 1 0 1440 80 0 0 20 0 18 0 109492577 9787879424 725045 33554432000 1073741824 1073778376 140735149939840 140735149930976 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13698/statm: 2389619 725045 2263 9 0 2380296 0

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

[pid=13698/tid=13720] ppid=13695 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13720/stat : 13720 (java) S 13695 13698 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109496296 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988032316840 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1669.32
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.02 2.04 2.04 3/211 13848
/proc/meminfo: memFree=26068828/32872528 swapFree=13256/481332
[pid=13698] ppid=13695 vsize=9625040 CPUtime=1729.33 cores=0,2,4,6
/proc/13698/stat : 13698 (java) S 13695 13698 8435 0 -1 4202496 21671 0 1 0 172797 136 0 0 20 0 19 0 109492577 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 140735149930976 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13698/statm: 2406260 825607 2292 9 0 2396937 0
[pid=13698/tid=13700] ppid=13695 vsize=9625040 CPUtime=1714.8 cores=0,2,4,6
/proc/13698/task/13700/stat : 13700 (java) R 13695 13698 8435 0 -1 4202560 4093 0 1 0 171401 79 0 0 20 0 19 0 109492578 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988217007824 139988157535643 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13701] ppid=13695 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/13698/task/13701/stat : 13701 (java) S 13695 13698 8435 0 -1 4202560 633 0 0 0 84 8 0 0 20 0 19 0 109492579 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988155747112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13702] ppid=13695 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/13698/task/13702/stat : 13702 (java) S 13695 13698 8435 0 -1 4202560 553 0 0 0 82 6 0 0 20 0 19 0 109492579 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988154694312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13698/tid=13703] ppid=13695 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/13698/task/13703/stat : 13703 (java) S 13695 13698 8435 0 -1 4202560 662 0 0 0 84 7 0 0 20 0 19 0 109492579 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988153642024 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13698/tid=13704] ppid=13695 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/13698/task/13704/stat : 13704 (java) S 13695 13698 8435 0 -1 4202560 641 0 0 0 89 8 0 0 20 0 19 0 109492579 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988152589224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13698/tid=13705] ppid=13695 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/13698/task/13705/stat : 13705 (java) S 13695 13698 8435 0 -1 4202560 571 0 0 0 89 9 0 0 20 0 19 0 109492579 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988056095016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13698/tid=13706] ppid=13695 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/13698/task/13706/stat : 13706 (java) S 13695 13698 8435 0 -1 4202560 526 0 0 0 80 5 0 0 20 0 19 0 109492579 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988055042216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13707] ppid=13695 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/13698/task/13707/stat : 13707 (java) S 13695 13698 8435 0 -1 4202560 719 0 0 0 83 8 0 0 20 0 19 0 109492579 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988053989928 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13698/tid=13708] ppid=13695 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/13698/task/13708/stat : 13708 (java) S 13695 13698 8435 0 -1 4202560 507 0 0 0 92 9 0 0 20 0 19 0 109492579 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988052937128 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13698/tid=13709] ppid=13695 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/13698/task/13709/stat : 13709 (java) S 13695 13698 8435 0 -1 4202560 1647 0 0 0 98 3 0 0 20 0 19 0 109492580 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988040739560 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13698/tid=13710] ppid=13695 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13710/stat : 13710 (java) S 13695 13698 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109492581 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988039685624 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13711] ppid=13695 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13711/stat : 13711 (java) S 13695 13698 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109492581 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988038633224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13712] ppid=13695 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13712/stat : 13712 (java) S 13695 13698 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109492583 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988037581712 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13713] ppid=13695 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/13698/task/13713/stat : 13713 (java) S 13695 13698 8435 0 -1 4202560 4592 0 0 0 67 2 0 0 20 0 19 0 109492583 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988036528312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13698/tid=13714] ppid=13695 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/13698/task/13714/stat : 13714 (java) S 13695 13698 8435 0 -1 4202560 5168 0 0 0 57 0 0 0 20 0 19 0 109492583 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988035475512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13715] ppid=13695 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13715/stat : 13715 (java) S 13695 13698 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109492583 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988034423416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13698/tid=13716] ppid=13695 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/13698/task/13716/stat : 13716 (java) S 13695 13698 8435 0 -1 4202560 101 0 0 0 40 28 0 0 20 0 19 0 109492583 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988033370824 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13698/tid=13720] ppid=13695 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13720/stat : 13720 (java) S 13695 13698 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109496296 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988032316840 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1729.33
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.04 3/211 13849
/proc/meminfo: memFree=26021356/32872528 swapFree=13256/481332
[pid=13698] ppid=13695 vsize=9625040 CPUtime=1789.34 cores=0,2,4,6
/proc/13698/stat : 13698 (java) S 13695 13698 8435 0 -1 4202496 21673 0 1 0 178797 137 0 0 20 0 19 0 109492577 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 140735149930976 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13698/statm: 2406260 825607 2292 9 0 2396937 0
[pid=13698/tid=13700] ppid=13695 vsize=9625040 CPUtime=1774.64 cores=0,2,4,6
/proc/13698/task/13700/stat : 13700 (java) R 13695 13698 8435 0 -1 4202560 4093 0 1 0 177385 79 0 0 20 0 19 0 109492578 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988217007824 139988157461803 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13701] ppid=13695 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/13698/task/13701/stat : 13701 (java) S 13695 13698 8435 0 -1 4202560 633 0 0 0 84 8 0 0 20 0 19 0 109492579 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988155747112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13702] ppid=13695 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/13698/task/13702/stat : 13702 (java) S 13695 13698 8435 0 -1 4202560 553 0 0 0 82 6 0 0 20 0 19 0 109492579 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988154694312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13698/tid=13703] ppid=13695 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/13698/task/13703/stat : 13703 (java) S 13695 13698 8435 0 -1 4202560 662 0 0 0 84 7 0 0 20 0 19 0 109492579 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988153642024 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13698/tid=13704] ppid=13695 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/13698/task/13704/stat : 13704 (java) S 13695 13698 8435 0 -1 4202560 641 0 0 0 89 8 0 0 20 0 19 0 109492579 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988152589224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13698/tid=13705] ppid=13695 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/13698/task/13705/stat : 13705 (java) S 13695 13698 8435 0 -1 4202560 571 0 0 0 89 9 0 0 20 0 19 0 109492579 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988056095016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13698/tid=13706] ppid=13695 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/13698/task/13706/stat : 13706 (java) S 13695 13698 8435 0 -1 4202560 526 0 0 0 80 5 0 0 20 0 19 0 109492579 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988055042216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13707] ppid=13695 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/13698/task/13707/stat : 13707 (java) S 13695 13698 8435 0 -1 4202560 719 0 0 0 83 8 0 0 20 0 19 0 109492579 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988053989928 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13698/tid=13708] ppid=13695 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/13698/task/13708/stat : 13708 (java) S 13695 13698 8435 0 -1 4202560 507 0 0 0 92 9 0 0 20 0 19 0 109492579 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988052937128 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13698/tid=13709] ppid=13695 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/13698/task/13709/stat : 13709 (java) S 13695 13698 8435 0 -1 4202560 1647 0 0 0 98 3 0 0 20 0 19 0 109492580 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988040739560 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13698/tid=13710] ppid=13695 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13710/stat : 13710 (java) S 13695 13698 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109492581 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988039685624 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13711] ppid=13695 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13711/stat : 13711 (java) S 13695 13698 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109492581 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988038633224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13712] ppid=13695 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13712/stat : 13712 (java) S 13695 13698 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109492583 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988037581712 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13713] ppid=13695 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/13698/task/13713/stat : 13713 (java) S 13695 13698 8435 0 -1 4202560 4592 0 0 0 67 2 0 0 20 0 19 0 109492583 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988036528312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13698/tid=13714] ppid=13695 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/13698/task/13714/stat : 13714 (java) S 13695 13698 8435 0 -1 4202560 5168 0 0 0 57 0 0 0 20 0 19 0 109492583 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988035475512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13715] ppid=13695 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13715/stat : 13715 (java) S 13695 13698 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109492583 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988034423416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13698/tid=13716] ppid=13695 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/13698/task/13716/stat : 13716 (java) S 13695 13698 8435 0 -1 4202560 103 0 0 0 41 29 0 0 20 0 19 0 109492583 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988033370824 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13698/tid=13720] ppid=13695 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13720/stat : 13720 (java) S 13695 13698 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109496296 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988032316840 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1789.34
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793 s]
/proc/loadavg: 2.00 2.03 2.03 3/211 13849
/proc/meminfo: memFree=26009072/32872528 swapFree=13256/481332
[pid=13698] ppid=13695 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/13698/stat : 13698 (java) S 13695 13698 8435 0 -1 4202496 21675 0 1 0 179867 137 0 0 20 0 19 0 109492577 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 140735149930976 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13698/statm: 2406260 825607 2292 9 0 2396937 0
[pid=13698/tid=13700] ppid=13695 vsize=9625040 CPUtime=1785.31 cores=0,2,4,6
/proc/13698/task/13700/stat : 13700 (java) R 13695 13698 8435 0 -1 4202560 4093 0 1 0 178451 80 0 0 20 0 19 0 109492578 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988217007824 139988157539085 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13701] ppid=13695 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/13698/task/13701/stat : 13701 (java) S 13695 13698 8435 0 -1 4202560 633 0 0 0 84 8 0 0 20 0 19 0 109492579 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988155747112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13702] ppid=13695 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/13698/task/13702/stat : 13702 (java) S 13695 13698 8435 0 -1 4202560 553 0 0 0 82 6 0 0 20 0 19 0 109492579 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988154694312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13698/tid=13703] ppid=13695 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/13698/task/13703/stat : 13703 (java) S 13695 13698 8435 0 -1 4202560 662 0 0 0 84 7 0 0 20 0 19 0 109492579 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988153642024 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13698/tid=13704] ppid=13695 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/13698/task/13704/stat : 13704 (java) S 13695 13698 8435 0 -1 4202560 641 0 0 0 89 8 0 0 20 0 19 0 109492579 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988152589224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13698/tid=13705] ppid=13695 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/13698/task/13705/stat : 13705 (java) S 13695 13698 8435 0 -1 4202560 571 0 0 0 89 9 0 0 20 0 19 0 109492579 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988056095016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13698/tid=13706] ppid=13695 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/13698/task/13706/stat : 13706 (java) S 13695 13698 8435 0 -1 4202560 526 0 0 0 80 5 0 0 20 0 19 0 109492579 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988055042216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13707] ppid=13695 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/13698/task/13707/stat : 13707 (java) S 13695 13698 8435 0 -1 4202560 719 0 0 0 83 8 0 0 20 0 19 0 109492579 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988053989928 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13698/tid=13708] ppid=13695 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/13698/task/13708/stat : 13708 (java) S 13695 13698 8435 0 -1 4202560 507 0 0 0 92 9 0 0 20 0 19 0 109492579 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988052937128 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13698/tid=13709] ppid=13695 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/13698/task/13709/stat : 13709 (java) S 13695 13698 8435 0 -1 4202560 1647 0 0 0 98 3 0 0 20 0 19 0 109492580 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988040739560 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13698/tid=13710] ppid=13695 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13710/stat : 13710 (java) S 13695 13698 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109492581 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988039685624 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13711] ppid=13695 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13711/stat : 13711 (java) S 13695 13698 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109492581 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988038633224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13712] ppid=13695 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13712/stat : 13712 (java) S 13695 13698 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109492583 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988037581712 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13713] ppid=13695 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/13698/task/13713/stat : 13713 (java) S 13695 13698 8435 0 -1 4202560 4592 0 0 0 67 2 0 0 20 0 19 0 109492583 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988036528312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13698/tid=13714] ppid=13695 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/13698/task/13714/stat : 13714 (java) S 13695 13698 8435 0 -1 4202560 5168 0 0 0 57 0 0 0 20 0 19 0 109492583 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988035475512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13698/tid=13715] ppid=13695 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13715/stat : 13715 (java) S 13695 13698 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109492583 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988034423416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13698/tid=13716] ppid=13695 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/13698/task/13716/stat : 13716 (java) S 13695 13698 8435 0 -1 4202560 105 0 0 0 41 29 0 0 20 0 19 0 109492583 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988033370824 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13698/tid=13720] ppid=13695 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13720/stat : 13720 (java) S 13695 13698 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109496296 9856040960 825607 33554432000 1073741824 1073778376 140735149939840 139988032316840 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 13698 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 13698 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=160246
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=891712
# CPU time returned by wait4() is 1796.05
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1793.04
CPU time (s): 1800.04
CPU user time (s): 1798.67
CPU system time (s): 1.37
CPU usage (%): 100.39
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.16
system time used= 1.89171
maximum resident set size= 3304436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21710
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39106
involuntary context switches= 6035

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.74352 second user time and 13.442 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-07 06:59:37
IDJOB=4084567
IDBENCH=89632
IDSOLVER=2546
FILE ID=node104/4084567-1465275571
RUNJOBID= node104-1465245095-8451
PBS_JOBID= 19843252
Free space on /tmp= 71476 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-175.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084567-1465275571/watcher-4084567-1465275571 -o /tmp/evaluation-result-4084567-1465275571/solver-4084567-1465275571 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1465245095-8451 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084567-1465275571.opb

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

MD5SUM BENCH= 3472d2cba7eedc0e4f1652523daa893e
RANDOM SEED=1400718322

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30219236 kB
Buffers:          117128 kB
Cached:           422700 kB
SwapCached:         1736 kB
Active:          1234164 kB
Inactive:         188484 kB
Active(anon):     883048 kB
Inactive(anon):     2416 kB
Active(file):     351116 kB
Inactive(file):   186068 kB
Unevictable:      481332 kB
Mlocked:           13256 kB
SwapTotal:      67108856 kB
SwapFree:       67097276 kB
Dirty:            265496 kB
Writeback:             0 kB
AnonPages:       1369648 kB
Mapped:            15260 kB
Shmem:                 0 kB
Slab:             610572 kB
SReclaimable:      53908 kB
SUnreclaim:       556664 kB
KernelStack:        1552 kB
PageTables:         6788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1774864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1343488 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= 71428 MiB
End job on node104 at 2016-06-07 07:29:30