Trace number 4107183

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 Res+CP PB16? (TO) 1802.01 1752.53

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__512.opb
MD5SUMd5fa369dda5ecc7dd4bdafa11362a969
Bench CategoryOPT-BIGINT-LIN (optimisation, big 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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5121998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint512
Maximum length of a constraint22529
Number of terms in the objective function 5120000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 177420790272
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 177420790272
Number of bits of the biggest sum of numbers38
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.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4107183-1466281682.opb
0.08/0.12	c reading problem ... 
0.30/0.29	c  objective function found

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-4107183-1466281682/watcher-4107183-1466281682 -o /tmp/evaluation-result-4107183-1466281682/solver-4107183-1466281682 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466276277-8274 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4107183-1466281682.opb 

pid=10477
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: 4.19 4.20 4.18 4/197 10480
/proc/meminfo: memFree=26984764/32872528 swapFree=1200228/1314692
[pid=10480] ppid=10477 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/10480/stat : 10480 (java) D 10477 10480 8258 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 30215529 9515008 182 33554432000 1073741824 1073778376 140735723256816 140735723247848 252263087797 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/10480/statm: 2323 182 140 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 4.19 4.20 4.18 4/197 10480
/proc/meminfo: memFree=26984764/32872528 swapFree=1200228/1314692
[pid=10480] ppid=10477 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/10480/stat : 10480 (java) S 10477 10480 8258 0 -1 4202496 4465 0 1 0 7 1 0 0 20 0 18 0 30215529 9787879424 5587 33554432000 1073741824 1073778376 140734141469968 140734141461104 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10480/statm: 2389619 5587 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200233 s]
/proc/loadavg: 4.19 4.20 4.18 4/197 10480
/proc/meminfo: memFree=26984764/32872528 swapFree=1200228/1314692
[pid=10480] ppid=10477 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/10480/stat : 10480 (java) S 10477 10480 8258 0 -1 4202496 4731 0 1 0 25 5 0 0 20 0 18 0 30215529 9787879424 62544 33554432000 1073741824 1073778376 140734141469968 140734141461104 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10480/statm: 2389619 62544 2180 9 0 2380296 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300341 s]
/proc/loadavg: 4.19 4.20 4.18 4/197 10480
/proc/meminfo: memFree=26984764/32872528 swapFree=1200228/1314692
[pid=10480] ppid=10477 vsize=9558476 CPUtime=0.59 cores=0,2,4,6
/proc/10480/stat : 10480 (java) S 10477 10480 8258 0 -1 4202496 4836 0 1 0 54 5 0 0 20 0 18 0 30215529 9787879424 66225 33554432000 1073741824 1073778376 140734141469968 140734141461104 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10480/statm: 2389619 66225 2185 9 0 2380296 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9558476

[startup+0.700287 s]
/proc/loadavg: 4.19 4.20 4.18 4/197 10480
/proc/meminfo: memFree=26984764/32872528 swapFree=1200228/1314692
[pid=10480] ppid=10477 vsize=9558476 CPUtime=1.43 cores=0,2,4,6
/proc/10480/stat : 10480 (java) S 10477 10480 8258 0 -1 4202496 6179 0 1 0 134 9 0 0 20 0 18 0 30215529 9787879424 105318 33554432000 1073741824 1073778376 140734141469968 140734141461104 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10480/statm: 2389619 105318 2259 9 0 2380296 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 9558476

[startup+1.50083 s]
/proc/loadavg: 4.18 4.20 4.18 4/215 10498
/proc/meminfo: memFree=26562316/32872528 swapFree=1200228/1314692
[pid=10480] ppid=10477 vsize=9558476 CPUtime=2.36 cores=0,2,4,6
/proc/10480/stat : 10480 (java) S 10477 10480 8258 0 -1 4202496 6456 0 1 0 220 16 0 0 20 0 18 0 30215529 9787879424 141824 33554432000 1073741824 1073778376 140734141469968 140734141461104 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10480/statm: 2389619 141824 2259 9 0 2380296 0
[pid=10480/tid=10482] ppid=10477 vsize=9558476 CPUtime=1.11 cores=0,2,4,6
/proc/10480/task/10482/stat : 10482 (java) R 10477 10480 8258 0 -1 4202560 2568 0 1 0 106 5 0 0 20 0 18 0 30215530 9787879424 141824 33554432000 1073741824 1073778376 140734141469968 139880047697160 252266472717 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10480/tid=10483] ppid=10477 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/10480/task/10483/stat : 10483 (java) S 10477 10480 8258 0 -1 4202560 52 0 0 0 6 2 0 0 20 0 18 0 30215531 9787879424 141824 33554432000 1073741824 1073778376 140734141469968 139879891467304 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10484] ppid=10477 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/10480/task/10484/stat : 10484 (java) S 10477 10480 8258 0 -1 4202560 49 0 0 0 10 1 0 0 20 0 18 0 30215531 9787879424 141824 33554432000 1073741824 1073778376 140734141469968 139879890414504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10485] ppid=10477 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/10480/task/10485/stat : 10485 (java) S 10477 10480 8258 0 -1 4202560 46 0 0 0 13 2 0 0 20 0 18 0 30215531 9787879424 141824 33554432000 1073741824 1073778376 140734141469968 139879889361704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10480/tid=10486] ppid=10477 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/10480/task/10486/stat : 10486 (java) S 10477 10480 8258 0 -1 4202560 38 0 0 0 9 0 0 0 20 0 18 0 30215531 9787879424 141824 33554432000 1073741824 1073778376 140734141469968 139879888308904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10480/tid=10487] ppid=10477 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/10480/task/10487/stat : 10487 (java) S 10477 10480 8258 0 -1 4202560 59 0 0 0 10 1 0 0 20 0 18 0 30215531 9787879424 141824 33554432000 1073741824 1073778376 140734141469968 139879887256104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10488] ppid=10477 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/10480/task/10488/stat : 10488 (java) S 10477 10480 8258 0 -1 4202560 45 0 0 0 11 0 0 0 20 0 18 0 30215531 9787879424 141824 33554432000 1073741824 1073778376 140734141469968 139879886203304 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10489] ppid=10477 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/10480/task/10489/stat : 10489 (java) S 10477 10480 8258 0 -1 4202560 49 0 0 0 10 2 0 0 20 0 18 0 30215531 9787879424 141824 33554432000 1073741824 1073778376 140734141469968 139879885150504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10490] ppid=10477 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/10480/task/10490/stat : 10490 (java) S 10477 10480 8258 0 -1 4202560 25 0 0 0 8 0 0 0 20 0 18 0 30215531 9787879424 141824 33554432000 1073741824 1073778376 140734141469968 139879884097704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10480/tid=10491] ppid=10477 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/10480/task/10491/stat : 10491 (java) S 10477 10480 8258 0 -1 4202560 355 0 0 0 7 0 0 0 20 0 18 0 30215532 9787879424 141824 33554432000 1073741824 1073778376 140734141469968 139879871900648 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10480/tid=10492] ppid=10477 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10480/task/10492/stat : 10492 (java) S 10477 10480 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30215533 9787879424 141824 33554432000 1073741824 1073778376 140734141469968 139879870846712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10493] ppid=10477 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10480/task/10493/stat : 10493 (java) S 10477 10480 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30215533 9787879424 141824 33554432000 1073741824 1073778376 140734141469968 139879869793800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10494] ppid=10477 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10480/task/10494/stat : 10494 (java) S 10477 10480 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30215535 9787879424 141824 33554432000 1073741824 1073778376 140734141469968 139879868742288 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10495] ppid=10477 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/10480/task/10495/stat : 10495 (java) S 10477 10480 8258 0 -1 4202560 813 0 0 0 7 0 0 0 20 0 18 0 30215535 9787879424 141824 33554432000 1073741824 1073778376 140734141469968 139879867689400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10496] ppid=10477 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/10480/task/10496/stat : 10496 (java) S 10477 10480 8258 0 -1 4202560 1105 0 0 0 8 0 0 0 20 0 18 0 30215535 9787879424 141824 33554432000 1073741824 1073778376 140734141469968 139879866636600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10497] ppid=10477 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10480/task/10497/stat : 10497 (java) S 10477 10480 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30215535 9787879424 141824 33554432000 1073741824 1073778376 140734141469968 139879865583992 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10498] ppid=10477 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10480/task/10498/stat : 10498 (java) S 10477 10480 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30215535 9787879424 141824 33554432000 1073741824 1073778376 140734141469968 139879864531400 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 9558476

[startup+3.10083 s]
/proc/loadavg: 4.18 4.20 4.18 4/215 10498
/proc/meminfo: memFree=26363620/32872528 swapFree=1200228/1314692
[pid=10480] ppid=10477 vsize=9558476 CPUtime=4.18 cores=0,2,4,6
/proc/10480/stat : 10480 (java) S 10477 10480 8258 0 -1 4202496 7117 0 1 0 396 22 0 0 20 0 18 0 30215529 9787879424 156727 33554432000 1073741824 1073778376 140734141469968 140734141461104 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10480/statm: 2389619 156727 2263 9 0 2380296 0
[pid=10480/tid=10482] ppid=10477 vsize=9558476 CPUtime=2.63 cores=0,2,4,6
/proc/10480/task/10482/stat : 10482 (java) R 10477 10480 8258 0 -1 4202560 2569 0 1 0 257 6 0 0 20 0 18 0 30215530 9787879424 156727 33554432000 1073741824 1073778376 140734141469968 139880047689600 252266472717 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10480/tid=10483] ppid=10477 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/10480/task/10483/stat : 10483 (java) S 10477 10480 8258 0 -1 4202560 65 0 0 0 8 3 0 0 20 0 18 0 30215531 9787879424 156727 33554432000 1073741824 1073778376 140734141469968 139879891467304 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10480/tid=10484] ppid=10477 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/10480/task/10484/stat : 10484 (java) S 10477 10480 8258 0 -1 4202560 187 0 0 0 13 2 0 0 20 0 18 0 30215531 9787879424 156727 33554432000 1073741824 1073778376 140734141469968 139879890414504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10485] ppid=10477 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/10480/task/10485/stat : 10485 (java) S 10477 10480 8258 0 -1 4202560 171 0 0 0 16 2 0 0 20 0 18 0 30215531 9787879424 156727 33554432000 1073741824 1073778376 140734141469968 139879889361704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10480/tid=10486] ppid=10477 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/10480/task/10486/stat : 10486 (java) S 10477 10480 8258 0 -1 4202560 197 0 0 0 15 2 0 0 20 0 18 0 30215531 9787879424 156727 33554432000 1073741824 1073778376 140734141469968 139879888308904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10480/tid=10487] ppid=10477 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/10480/task/10487/stat : 10487 (java) S 10477 10480 8258 0 -1 4202560 84 0 0 0 12 3 0 0 20 0 18 0 30215531 9787879424 156727 33554432000 1073741824 1073778376 140734141469968 139879887256104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10488] ppid=10477 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/10480/task/10488/stat : 10488 (java) S 10477 10480 8258 0 -1 4202560 204 0 0 0 13 2 0 0 20 0 18 0 30215531 9787879424 156727 33554432000 1073741824 1073778376 140734141469968 139879886203304 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10489] ppid=10477 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/10480/task/10489/stat : 10489 (java) S 10477 10480 8258 0 -1 4202560 70 0 0 0 13 2 0 0 20 0 18 0 30215531 9787879424 156727 33554432000 1073741824 1073778376 140734141469968 139879885150504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10490] ppid=10477 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/10480/task/10490/stat : 10490 (java) S 10477 10480 8258 0 -1 4202560 41 0 0 0 9 1 0 0 20 0 18 0 30215531 9787879424 156727 33554432000 1073741824 1073778376 140734141469968 139879884097704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10480/tid=10491] ppid=10477 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/10480/task/10491/stat : 10491 (java) S 10477 10480 8258 0 -1 4202560 355 0 0 0 7 0 0 0 20 0 18 0 30215532 9787879424 156727 33554432000 1073741824 1073778376 140734141469968 139879871900648 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10480/tid=10492] ppid=10477 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10480/task/10492/stat : 10492 (java) S 10477 10480 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30215533 9787879424 156727 33554432000 1073741824 1073778376 140734141469968 139879870846712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10493] ppid=10477 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10480/task/10493/stat : 10493 (java) S 10477 10480 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30215533 9787879424 156727 33554432000 1073741824 1073778376 140734141469968 139879869793800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10494] ppid=10477 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10480/task/10494/stat : 10494 (java) S 10477 10480 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30215535 9787879424 156727 33554432000 1073741824 1073778376 140734141469968 139879868742288 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10495] ppid=10477 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/10480/task/10495/stat : 10495 (java) S 10477 10480 8258 0 -1 4202560 813 0 0 0 7 0 0 0 20 0 18 0 30215535 9787879424 156727 33554432000 1073741824 1073778376 140734141469968 139879867689400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10496] ppid=10477 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/10480/task/10496/stat : 10496 (java) S 10477 10480 8258 0 -1 4202560 1109 0 0 0 8 0 0 0 20 0 18 0 30215535 9787879424 156727 33554432000 1073741824 1073778376 140734141469968 139879866636600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10497] ppid=10477 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10480/task/10497/stat : 10497 (java) S 10477 10480 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30215535 9787879424 156727 33554432000 1073741824 1073778376 140734141469968 139879865583992 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10498] ppid=10477 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10480/task/10498/stat : 10498 (java) S 10477 10480 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30215535 9787879424 156727 33554432000 1073741824 1073778376 140734141469968 139879864531400 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 9558476

[startup+6.3009 s]
/proc/loadavg: 4.64 4.29 4.21 4/215 10498
/proc/meminfo: memFree=26062408/32872528 swapFree=1200228/1314692
[pid=10480] ppid=10477 vsize=9558476 CPUtime=8.45 cores=0,2,4,6
/proc/10480/stat : 10480 (java) S 10477 10480 8258 0 -1 4202496 8341 0 1 0 803 42 0 0 20 0 18 0 30215529 9787879424 233143 33554432000 1073741824 1073778376 140734141469968 140734141461104 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10480/statm: 2389619 233143 2263 9 0 2380296 0
[pid=10480/tid=10482] ppid=10477 vsize=9558476 CPUtime=5.46 cores=0,2,4,6
/proc/10480/task/10482/stat : 10482 (java) R 10477 10480 8258 0 -1 4202560 2639 0 1 0 537 9 0 0 20 0 18 0 30215530 9787879424 233143 33554432000 1073741824 1073778376 140734141469968 139880047689760 252266472717 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10480/tid=10483] ppid=10477 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/10480/task/10483/stat : 10483 (java) S 10477 10480 8258 0 -1 4202560 122 0 0 0 22 5 0 0 20 0 18 0 30215531 9787879424 233143 33554432000 1073741824 1073778376 140734141469968 139879891467304 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10484] ppid=10477 vsize=9558476 CPUtime=0.35 cores=0,2,4,6
/proc/10480/task/10484/stat : 10484 (java) S 10477 10480 8258 0 -1 4202560 239 0 0 0 31 4 0 0 20 0 18 0 30215531 9787879424 233143 33554432000 1073741824 1073778376 140734141469968 139879890414504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10485] ppid=10477 vsize=9558476 CPUtime=0.38 cores=0,2,4,6
/proc/10480/task/10485/stat : 10485 (java) S 10477 10480 8258 0 -1 4202560 237 0 0 0 34 4 0 0 20 0 18 0 30215531 9787879424 233143 33554432000 1073741824 1073778376 140734141469968 139879889361704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10486] ppid=10477 vsize=9558476 CPUtime=0.33 cores=0,2,4,6
/proc/10480/task/10486/stat : 10486 (java) S 10477 10480 8258 0 -1 4202560 234 0 0 0 29 4 0 0 20 0 18 0 30215531 9787879424 233143 33554432000 1073741824 1073778376 140734141469968 139879888308904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10480/tid=10487] ppid=10477 vsize=9558476 CPUtime=0.35 cores=0,2,4,6
/proc/10480/task/10487/stat : 10487 (java) S 10477 10480 8258 0 -1 4202560 140 0 0 0 30 5 0 0 20 0 18 0 30215531 9787879424 233143 33554432000 1073741824 1073778376 140734141469968 139879887256104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10488] ppid=10477 vsize=9558476 CPUtime=0.34 cores=0,2,4,6
/proc/10480/task/10488/stat : 10488 (java) S 10477 10480 8258 0 -1 4202560 268 0 0 0 30 4 0 0 20 0 18 0 30215531 9787879424 233143 33554432000 1073741824 1073778376 140734141469968 139879886203304 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10480/tid=10489] ppid=10477 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/10480/task/10489/stat : 10489 (java) S 10477 10480 8258 0 -1 4202560 148 0 0 0 27 4 0 0 20 0 18 0 30215531 9787879424 233143 33554432000 1073741824 1073778376 140734141469968 139879885150504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10490] ppid=10477 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/10480/task/10490/stat : 10490 (java) S 10477 10480 8258 0 -1 4202560 551 0 0 0 22 3 0 0 20 0 18 0 30215531 9787879424 233143 33554432000 1073741824 1073778376 140734141469968 139879884097704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10480/tid=10491] ppid=10477 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/10480/task/10491/stat : 10491 (java) S 10477 10480 8258 0 -1 4202560 560 0 0 0 7 0 0 0 20 0 18 0 30215532 9787879424 233143 33554432000 1073741824 1073778376 140734141469968 139879871900648 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10492] ppid=10477 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10480/task/10492/stat : 10492 (java) S 10477 10480 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30215533 9787879424 233143 33554432000 1073741824 1073778376 140734141469968 139879870846712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10493] ppid=10477 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10480/task/10493/stat : 10493 (java) S 10477 10480 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30215533 9787879424 233143 33554432000 1073741824 1073778376 140734141469968 139879869793800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10494] ppid=10477 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10480/task/10494/stat : 10494 (java) S 10477 10480 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30215535 9787879424 233143 33554432000 1073741824 1073778376 140734141469968 139879868742288 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10495] ppid=10477 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/10480/task/10495/stat : 10495 (java) S 10477 10480 8258 0 -1 4202560 813 0 0 0 7 0 0 0 20 0 18 0 30215535 9787879424 233143 33554432000 1073741824 1073778376 140734141469968 139879867689400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10496] ppid=10477 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/10480/task/10496/stat : 10496 (java) S 10477 10480 8258 0 -1 4202560 1138 0 0 0 10 0 0 0 20 0 18 0 30215535 9787879424 233143 33554432000 1073741824 1073778376 140734141469968 139879866636600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10497] ppid=10477 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10480/task/10497/stat : 10497 (java) S 10477 10480 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30215535 9787879424 233143 33554432000 1073741824 1073778376 140734141469968 139879865583992 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10498] ppid=10477 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10480/task/10498/stat : 10498 (java) S 10477 10480 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30215535 9787879424 233143 33554432000 1073741824 1073778376 140734141469968 139879864531400 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.45
Current children cumulated vsize (KiB) 9558476

[startup+12.7008 s]
/proc/loadavg: 4.51 4.27 4.20 4/215 10498
/proc/meminfo: memFree=24780676/32872528 swapFree=1200228/1314692
[pid=10480] ppid=10477 vsize=9558476 CPUtime=18.57 cores=0,2,4,6
/proc/10480/stat : 10480 (java) S 10477 10480 8258 0 -1 4202496 15509 0 1 0 1741 116 0 0 20 0 18 0 30215529 9787879424 553156 33554432000 1073741824 1073778376 140734141469968 140734141461104 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10480/statm: 2389619 553156 2277 9 0 2380296 0

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

[pid=10480/tid=10488] ppid=10477 vsize=9558476 CPUtime=8.24 cores=0,2,4,6
/proc/10480/task/10488/stat : 10488 (java) S 10477 10480 8258 0 -1 4202560 17144 0 0 0 756 68 0 0 20 0 18 0 30215531 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879886203304 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10489] ppid=10477 vsize=9558476 CPUtime=8.28 cores=0,2,4,6
/proc/10480/task/10489/stat : 10489 (java) S 10477 10480 8258 0 -1 4202560 13691 0 0 0 757 71 0 0 20 0 18 0 30215531 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879885150504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10490] ppid=10477 vsize=9558476 CPUtime=8.06 cores=0,2,4,6
/proc/10480/task/10490/stat : 10490 (java) S 10477 10480 8258 0 -1 4202560 4858 0 0 0 742 64 0 0 20 0 18 0 30215531 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879884097704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10480/tid=10491] ppid=10477 vsize=9558476 CPUtime=1696.45 cores=0,2,4,6
/proc/10480/task/10491/stat : 10491 (java) R 10477 10480 8258 0 -1 4202560 8012 0 0 0 169598 47 0 0 20 0 18 0 30215532 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879871900808 139880054206602 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10480/tid=10492] ppid=10477 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10480/task/10492/stat : 10492 (java) S 10477 10480 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30215533 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879870846712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10493] ppid=10477 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10480/task/10493/stat : 10493 (java) S 10477 10480 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30215533 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879869793800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10494] ppid=10477 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10480/task/10494/stat : 10494 (java) S 10477 10480 8258 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 30215535 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879868741832 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10495] ppid=10477 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/10480/task/10495/stat : 10495 (java) S 10477 10480 8258 0 -1 4202560 1597 0 0 0 26 0 0 0 20 0 18 0 30215535 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879867689400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10496] ppid=10477 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/10480/task/10496/stat : 10496 (java) S 10477 10480 8258 0 -1 4202560 1264 0 0 0 23 0 0 0 20 0 18 0 30215535 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879866636600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10497] ppid=10477 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10480/task/10497/stat : 10497 (java) S 10477 10480 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30215535 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879865583992 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10498] ppid=10477 vsize=9558476 CPUtime=0.74 cores=0,2,4,6
/proc/10480/task/10498/stat : 10498 (java) S 10477 10480 8258 0 -1 4202560 101 0 0 0 38 36 0 0 20 0 18 0 30215535 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879864531400 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1801.32
Current children cumulated vsize (KiB) 9558476

[startup+1752.2 s]
/proc/loadavg: 3.12 3.14 3.33 5/215 10861
/proc/meminfo: memFree=18465444/32872528 swapFree=1200228/1314692
[pid=10480] ppid=10477 vsize=9558476 CPUtime=1801.71 cores=0,2,4,6
/proc/10480/stat : 10480 (java) S 10477 10480 8258 0 -1 4202496 89841 0 1 0 179555 616 0 0 20 0 18 0 30215529 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 140734141461104 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10480/statm: 2389619 2069908 2280 9 0 2380296 0
[pid=10480/tid=10482] ppid=10477 vsize=9558476 CPUtime=33.7 cores=0,2,4,6
/proc/10480/task/10482/stat : 10482 (java) S 10477 10480 8258 0 -1 4202560 3000 0 1 0 3350 20 0 0 20 0 18 0 30215530 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139880047695752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10480/tid=10483] ppid=10477 vsize=9558476 CPUtime=8.4 cores=0,2,4,6
/proc/10480/task/10483/stat : 10483 (java) S 10477 10480 8258 0 -1 4202560 6897 0 0 0 768 72 0 0 20 0 18 0 30215531 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879891467304 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10484] ppid=10477 vsize=9558476 CPUtime=8.85 cores=0,2,4,6
/proc/10480/task/10484/stat : 10484 (java) S 10477 10480 8258 0 -1 4202560 9158 0 0 0 812 73 0 0 20 0 18 0 30215531 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879890414504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10480/tid=10485] ppid=10477 vsize=9558476 CPUtime=7.93 cores=0,2,4,6
/proc/10480/task/10485/stat : 10485 (java) S 10477 10480 8258 0 -1 4202560 10046 0 0 0 728 65 0 0 20 0 18 0 30215531 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879889361704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10486] ppid=10477 vsize=9558476 CPUtime=7.83 cores=0,2,4,6
/proc/10480/task/10486/stat : 10486 (java) S 10477 10480 8258 0 -1 4202560 4669 0 0 0 719 64 0 0 20 0 18 0 30215531 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879888308904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10480/tid=10487] ppid=10477 vsize=9558476 CPUtime=8.16 cores=0,2,4,6
/proc/10480/task/10487/stat : 10487 (java) S 10477 10480 8258 0 -1 4202560 8152 0 0 0 748 68 0 0 20 0 18 0 30215531 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879887256104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10488] ppid=10477 vsize=9558476 CPUtime=8.24 cores=0,2,4,6
/proc/10480/task/10488/stat : 10488 (java) S 10477 10480 8258 0 -1 4202560 17144 0 0 0 756 68 0 0 20 0 18 0 30215531 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879886203304 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10489] ppid=10477 vsize=9558476 CPUtime=8.28 cores=0,2,4,6
/proc/10480/task/10489/stat : 10489 (java) S 10477 10480 8258 0 -1 4202560 13691 0 0 0 757 71 0 0 20 0 18 0 30215531 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879885150504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10490] ppid=10477 vsize=9558476 CPUtime=8.06 cores=0,2,4,6
/proc/10480/task/10490/stat : 10490 (java) S 10477 10480 8258 0 -1 4202560 4858 0 0 0 742 64 0 0 20 0 18 0 30215531 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879884097704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10480/tid=10491] ppid=10477 vsize=9558476 CPUtime=1696.84 cores=0,2,4,6
/proc/10480/task/10491/stat : 10491 (java) R 10477 10480 8258 0 -1 4202560 8012 0 0 0 169637 47 0 0 20 0 18 0 30215532 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879871900808 139880051859945 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10480/tid=10492] ppid=10477 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10480/task/10492/stat : 10492 (java) S 10477 10480 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30215533 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879870846712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10493] ppid=10477 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10480/task/10493/stat : 10493 (java) S 10477 10480 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30215533 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879869793800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10494] ppid=10477 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10480/task/10494/stat : 10494 (java) S 10477 10480 8258 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 30215535 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879868741832 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10495] ppid=10477 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/10480/task/10495/stat : 10495 (java) S 10477 10480 8258 0 -1 4202560 1597 0 0 0 26 0 0 0 20 0 18 0 30215535 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879867689400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10496] ppid=10477 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/10480/task/10496/stat : 10496 (java) S 10477 10480 8258 0 -1 4202560 1264 0 0 0 23 0 0 0 20 0 18 0 30215535 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879866636600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10497] ppid=10477 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10480/task/10497/stat : 10497 (java) S 10477 10480 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30215535 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879865583992 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10498] ppid=10477 vsize=9558476 CPUtime=0.74 cores=0,2,4,6
/proc/10480/task/10498/stat : 10498 (java) S 10477 10480 8258 0 -1 4202560 101 0 0 0 38 36 0 0 20 0 18 0 30215535 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879864531400 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1801.71
Current children cumulated vsize (KiB) 9558476

[startup+1752.4 s]
/proc/loadavg: 3.12 3.14 3.33 5/215 10861
/proc/meminfo: memFree=18465444/32872528 swapFree=1200228/1314692
[pid=10480] ppid=10477 vsize=9558476 CPUtime=1801.91 cores=0,2,4,6
/proc/10480/stat : 10480 (java) S 10477 10480 8258 0 -1 4202496 89841 0 1 0 179575 616 0 0 20 0 18 0 30215529 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 140734141461104 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10480/statm: 2389619 2069908 2280 9 0 2380296 0
[pid=10480/tid=10482] ppid=10477 vsize=9558476 CPUtime=33.7 cores=0,2,4,6
/proc/10480/task/10482/stat : 10482 (java) S 10477 10480 8258 0 -1 4202560 3000 0 1 0 3350 20 0 0 20 0 18 0 30215530 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139880047695752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10480/tid=10483] ppid=10477 vsize=9558476 CPUtime=8.4 cores=0,2,4,6
/proc/10480/task/10483/stat : 10483 (java) S 10477 10480 8258 0 -1 4202560 6897 0 0 0 768 72 0 0 20 0 18 0 30215531 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879891467304 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10484] ppid=10477 vsize=9558476 CPUtime=8.85 cores=0,2,4,6
/proc/10480/task/10484/stat : 10484 (java) S 10477 10480 8258 0 -1 4202560 9158 0 0 0 812 73 0 0 20 0 18 0 30215531 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879890414504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10480/tid=10485] ppid=10477 vsize=9558476 CPUtime=7.93 cores=0,2,4,6
/proc/10480/task/10485/stat : 10485 (java) S 10477 10480 8258 0 -1 4202560 10046 0 0 0 728 65 0 0 20 0 18 0 30215531 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879889361704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10486] ppid=10477 vsize=9558476 CPUtime=7.83 cores=0,2,4,6
/proc/10480/task/10486/stat : 10486 (java) S 10477 10480 8258 0 -1 4202560 4669 0 0 0 719 64 0 0 20 0 18 0 30215531 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879888308904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10480/tid=10487] ppid=10477 vsize=9558476 CPUtime=8.16 cores=0,2,4,6
/proc/10480/task/10487/stat : 10487 (java) S 10477 10480 8258 0 -1 4202560 8152 0 0 0 748 68 0 0 20 0 18 0 30215531 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879887256104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10488] ppid=10477 vsize=9558476 CPUtime=8.24 cores=0,2,4,6
/proc/10480/task/10488/stat : 10488 (java) S 10477 10480 8258 0 -1 4202560 17144 0 0 0 756 68 0 0 20 0 18 0 30215531 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879886203304 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10489] ppid=10477 vsize=9558476 CPUtime=8.28 cores=0,2,4,6
/proc/10480/task/10489/stat : 10489 (java) S 10477 10480 8258 0 -1 4202560 13691 0 0 0 757 71 0 0 20 0 18 0 30215531 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879885150504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10490] ppid=10477 vsize=9558476 CPUtime=8.06 cores=0,2,4,6
/proc/10480/task/10490/stat : 10490 (java) S 10477 10480 8258 0 -1 4202560 4858 0 0 0 742 64 0 0 20 0 18 0 30215531 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879884097704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10480/tid=10491] ppid=10477 vsize=9558476 CPUtime=1697.04 cores=0,2,4,6
/proc/10480/task/10491/stat : 10491 (java) R 10477 10480 8258 0 -1 4202560 8012 0 0 0 169657 47 0 0 20 0 18 0 30215532 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879871900808 139880051859911 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10480/tid=10492] ppid=10477 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10480/task/10492/stat : 10492 (java) S 10477 10480 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30215533 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879870846712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10493] ppid=10477 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10480/task/10493/stat : 10493 (java) S 10477 10480 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30215533 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879869793800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10494] ppid=10477 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10480/task/10494/stat : 10494 (java) S 10477 10480 8258 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 30215535 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879868741832 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10495] ppid=10477 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/10480/task/10495/stat : 10495 (java) S 10477 10480 8258 0 -1 4202560 1597 0 0 0 26 0 0 0 20 0 18 0 30215535 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879867689400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10496] ppid=10477 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/10480/task/10496/stat : 10496 (java) S 10477 10480 8258 0 -1 4202560 1264 0 0 0 23 0 0 0 20 0 18 0 30215535 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879866636600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10497] ppid=10477 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10480/task/10497/stat : 10497 (java) S 10477 10480 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30215535 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879865583992 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10498] ppid=10477 vsize=9558476 CPUtime=0.74 cores=0,2,4,6
/proc/10480/task/10498/stat : 10498 (java) S 10477 10480 8258 0 -1 4202560 101 0 0 0 38 36 0 0 20 0 18 0 30215535 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879864531400 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1801.91
Current children cumulated vsize (KiB) 9558476

[startup+1752.5 s]
/proc/loadavg: 3.12 3.14 3.33 5/215 10861
/proc/meminfo: memFree=18465444/32872528 swapFree=1200228/1314692
[pid=10480] ppid=10477 vsize=9558476 CPUtime=1802.01 cores=0,2,4,6
/proc/10480/stat : 10480 (java) S 10477 10480 8258 0 -1 4202496 89841 0 1 0 179585 616 0 0 20 0 18 0 30215529 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 140734141461104 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10480/statm: 2389619 2069908 2280 9 0 2380296 0
[pid=10480/tid=10482] ppid=10477 vsize=9558476 CPUtime=33.7 cores=0,2,4,6
/proc/10480/task/10482/stat : 10482 (java) S 10477 10480 8258 0 -1 4202560 3000 0 1 0 3350 20 0 0 20 0 18 0 30215530 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139880047695752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10480/tid=10483] ppid=10477 vsize=9558476 CPUtime=8.4 cores=0,2,4,6
/proc/10480/task/10483/stat : 10483 (java) S 10477 10480 8258 0 -1 4202560 6897 0 0 0 768 72 0 0 20 0 18 0 30215531 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879891467304 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10484] ppid=10477 vsize=9558476 CPUtime=8.85 cores=0,2,4,6
/proc/10480/task/10484/stat : 10484 (java) S 10477 10480 8258 0 -1 4202560 9158 0 0 0 812 73 0 0 20 0 18 0 30215531 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879890414504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10480/tid=10485] ppid=10477 vsize=9558476 CPUtime=7.93 cores=0,2,4,6
/proc/10480/task/10485/stat : 10485 (java) S 10477 10480 8258 0 -1 4202560 10046 0 0 0 728 65 0 0 20 0 18 0 30215531 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879889361704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10486] ppid=10477 vsize=9558476 CPUtime=7.83 cores=0,2,4,6
/proc/10480/task/10486/stat : 10486 (java) S 10477 10480 8258 0 -1 4202560 4669 0 0 0 719 64 0 0 20 0 18 0 30215531 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879888308904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10480/tid=10487] ppid=10477 vsize=9558476 CPUtime=8.16 cores=0,2,4,6
/proc/10480/task/10487/stat : 10487 (java) S 10477 10480 8258 0 -1 4202560 8152 0 0 0 748 68 0 0 20 0 18 0 30215531 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879887256104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10488] ppid=10477 vsize=9558476 CPUtime=8.24 cores=0,2,4,6
/proc/10480/task/10488/stat : 10488 (java) S 10477 10480 8258 0 -1 4202560 17144 0 0 0 756 68 0 0 20 0 18 0 30215531 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879886203304 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10489] ppid=10477 vsize=9558476 CPUtime=8.28 cores=0,2,4,6
/proc/10480/task/10489/stat : 10489 (java) S 10477 10480 8258 0 -1 4202560 13691 0 0 0 757 71 0 0 20 0 18 0 30215531 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879885150504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10490] ppid=10477 vsize=9558476 CPUtime=8.06 cores=0,2,4,6
/proc/10480/task/10490/stat : 10490 (java) S 10477 10480 8258 0 -1 4202560 4858 0 0 0 742 64 0 0 20 0 18 0 30215531 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879884097704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10480/tid=10491] ppid=10477 vsize=9558476 CPUtime=1697.14 cores=0,2,4,6
/proc/10480/task/10491/stat : 10491 (java) R 10477 10480 8258 0 -1 4202560 8012 0 0 0 169667 47 0 0 20 0 18 0 30215532 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879871900808 139880054206272 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10480/tid=10492] ppid=10477 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10480/task/10492/stat : 10492 (java) S 10477 10480 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30215533 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879870846712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10493] ppid=10477 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10480/task/10493/stat : 10493 (java) S 10477 10480 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30215533 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879869793800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10494] ppid=10477 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10480/task/10494/stat : 10494 (java) S 10477 10480 8258 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 30215535 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879868741832 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10495] ppid=10477 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/10480/task/10495/stat : 10495 (java) S 10477 10480 8258 0 -1 4202560 1597 0 0 0 26 0 0 0 20 0 18 0 30215535 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879867689400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10480/tid=10496] ppid=10477 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/10480/task/10496/stat : 10496 (java) S 10477 10480 8258 0 -1 4202560 1264 0 0 0 23 0 0 0 20 0 18 0 30215535 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879866636600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10497] ppid=10477 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10480/task/10497/stat : 10497 (java) S 10477 10480 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30215535 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879865583992 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10480/tid=10498] ppid=10477 vsize=9558476 CPUtime=0.74 cores=0,2,4,6
/proc/10480/task/10498/stat : 10498 (java) S 10477 10480 8258 0 -1 4202560 101 0 0 0 38 36 0 0 20 0 18 0 30215535 9787879424 2069908 33554432000 1073741824 1073778376 140734141469968 139879864531400 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 9558476

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10480 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=458656
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=631991
# CPU time returned by wait4() is 1798.09
# while last known CPU time is 1802.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1752.53
CPU time (s): 1802.01
CPU user time (s): 1795.85
CPU system time (s): 6.16
CPU usage (%): 102.823
Max. virtual memory (cumulated for all children) (KiB): 9558476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.46
system time used= 6.63199
maximum resident set size= 8279632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89841
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52469
involuntary context switches= 55074

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0035 second user time and 13.343 second system time

The end

Launcher Data

Begin job on node131 at 2016-06-18 22:28:10
IDJOB=4107183
IDBENCH=71913
IDSOLVER=2543
FILE ID=node131/4107183-1466281682
RUNJOBID= node131-1466276277-8274
PBS_JOBID= 19918257
Free space on /tmp= 71444 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_2000_5__647_1792__512.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107183-1466281682/watcher-4107183-1466281682 -o /tmp/evaluation-result-4107183-1466281682/solver-4107183-1466281682 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466276277-8274 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4107183-1466281682.opb

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

MD5SUM BENCH= d5fa369dda5ecc7dd4bdafa11362a969
RANDOM SEED=954507810

node131.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.752
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.50
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.752
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.752
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.57
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.752
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
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.752
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.56
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.752
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.57
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.752
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:        26985820 kB
Buffers:          161344 kB
Cached:           480352 kB
SwapCached:         1460 kB
Active:          3544024 kB
Inactive:         269780 kB
Active(anon):    3171828 kB
Inactive(anon):     2920 kB
Active(file):     372196 kB
Inactive(file):   266860 kB
Unevictable:     1314692 kB
Mlocked:         1200228 kB
SwapTotal:      67108856 kB
SwapFree:       67099856 kB
Dirty:            256352 kB
Writeback:             0 kB
AnonPages:       4488628 kB
Mapped:            15372 kB
Shmem:                 0 kB
Slab:             615964 kB
SReclaimable:      59424 kB
SUnreclaim:       556540 kB
KernelStack:        1592 kB
PageTables:        12976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4800712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3241984 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= 71452 MiB
End job on node131 at 2016-06-18 22:57:23