Trace number 4107185

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1803.17 1716.94

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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4107185-1466288631.opb
0.09/0.11	c reading problem ... 
0.09/0.14	c  objective function found
214.21/136.91	c ... done. Wall clock time 136.801s.
214.21/136.91	c declared #vars     5121998
214.21/136.91	c #constraints  14000
214.21/136.91	c constraints type 
214.21/136.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
214.21/136.91	c org.sat4j.minisat.constraints.card.MinWatchCard => 10002
214.21/136.91	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3996
214.21/136.91	c 14000 constraints processed.
214.21/136.91	c objective function length is 5120000 literals
245.35/167.50	c cleaning 2559 clauses out of 5120 with flag 10241/5120
278.43/200.52	c cleaning 4352 clauses out of 8705 with flag 22529/11264
317.53/239.69	c cleaning 5760 clauses out of 11521 with flag 36865/18432
359.35/281.48	c cleaning 6720 clauses out of 13441 with flag 52225/26112
416.11/337.22	c cleaning 7968 clauses out of 15937 with flag 70657/35328
469.33/390.42	c cleaning 8848 clauses out of 17697 with flag 90113/45056
531.34/452.40	c cleaning 10056 clauses out of 20113 with flag 112641/56320
596.55/517.60	c cleaning 10916 clauses out of 21833 with flag 136193/68096
677.20/597.19	c cleaning 12114 clauses out of 24229 with flag 162817/81408
754.62/674.57	c cleaning 12969 clauses out of 25939 with flag 190465/95232
848.90/767.45	c cleaning 13908 clauses out of 27818 with flag 220161/110080
942.32/860.89	c cleaning 15146 clauses out of 30294 with flag 252929/126464
1039.56/958.08	c cleaning 16021 clauses out of 32044 with flag 286721/143360
1143.59/1061.75	c cleaning 16971 clauses out of 33943 with flag 322561/161280
1254.30/1171.91	c cleaning 17957 clauses out of 35916 with flag 360449/180224
1378.93/1294.84	c cleaning 18963 clauses out of 37927 with flag 400385/200192
1508.85/1424.73	c cleaning 19977 clauses out of 39956 with flag 442369/221184
1639.79/1555.27	c cleaning 20997 clauses out of 41995 with flag 486401/243200

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-4107185-1466288631/watcher-4107185-1466288631 -o /tmp/evaluation-result-4107185-1466288631/solver-4107185-1466288631 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466288631-23372 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4107185-1466288631.opb 

pid=23416
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.39 1.26 1.58 3/194 23419
/proc/meminfo: memFree=31095264/32872528 swapFree=249320/249320
[pid=23419] ppid=23416 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/23419/stat : 23419 (java) R 23416 23419 20879 0 -1 4202496 878 0 0 0 0 0 0 0 20 0 1 0 30914333 23793664 527 33554432000 1073741824 1073778376 140737186234640 140737186223704 247055039027 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23419/statm: 5809 538 406 9 0 128 0

[startup+0.100062 s]
/proc/loadavg: 1.39 1.26 1.58 3/194 23419
/proc/meminfo: memFree=31095264/32872528 swapFree=249320/249320
[pid=23419] ppid=23416 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/23419/stat : 23419 (java) S 23416 23419 20879 0 -1 4202496 4393 0 1 0 8 1 0 0 20 0 18 0 30914333 9787879424 6030 33554432000 1073741824 1073778376 140737186234640 140737186225776 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23419/statm: 2389619 6030 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200223 s]
/proc/loadavg: 1.39 1.26 1.58 3/194 23419
/proc/meminfo: memFree=31095264/32872528 swapFree=249320/249320
[pid=23419] ppid=23416 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/23419/stat : 23419 (java) S 23416 23419 20879 0 -1 4202496 4767 0 1 0 22 4 0 0 20 0 18 0 30914333 9787879424 35481 33554432000 1073741824 1073778376 140737186234640 140737186225776 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23419/statm: 2389619 35482 2205 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300251 s]
/proc/loadavg: 1.39 1.26 1.58 3/194 23419
/proc/meminfo: memFree=31095264/32872528 swapFree=249320/249320
[pid=23419] ppid=23416 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/23419/stat : 23419 (java) S 23416 23419 20879 0 -1 4202496 5397 0 1 0 42 5 0 0 20 0 18 0 30914333 9787879424 46070 33554432000 1073741824 1073778376 140737186234640 140737186225776 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23419/statm: 2389619 46070 2241 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700197 s]
/proc/loadavg: 1.39 1.26 1.58 3/194 23419
/proc/meminfo: memFree=31095264/32872528 swapFree=249320/249320
[pid=23419] ppid=23416 vsize=9558476 CPUtime=1.13 cores=1,3,5,7
/proc/23419/stat : 23419 (java) S 23416 23419 20879 0 -1 4202496 5550 0 1 0 104 9 0 0 20 0 18 0 30914333 9787879424 67684 33554432000 1073741824 1073778376 140737186234640 140737186225776 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23419/statm: 2389619 67684 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9558476

[startup+1.50083 s]
/proc/loadavg: 1.39 1.26 1.58 3/212 23437
/proc/meminfo: memFree=30799284/32872528 swapFree=249320/249320
[pid=23419] ppid=23416 vsize=9558476 CPUtime=2.03 cores=1,3,5,7
/proc/23419/stat : 23419 (java) S 23416 23419 20879 0 -1 4202496 5999 0 1 0 189 14 0 0 20 0 18 0 30914333 9787879424 97230 33554432000 1073741824 1073778376 140737186234640 140737186225776 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23419/statm: 2389619 97230 2247 9 0 2380296 0
[pid=23419/tid=23421] ppid=23416 vsize=9558476 CPUtime=1.33 cores=1,3,5,7
/proc/23419/task/23421/stat : 23421 (java) R 23416 23419 20879 0 -1 4202560 2500 0 1 0 125 8 0 0 20 0 18 0 30914334 9787879424 97230 33554432000 1073741824 1073778376 140737186234640 139716755688384 139716578396185 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23422] ppid=23416 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/23419/task/23422/stat : 23422 (java) S 23416 23419 20879 0 -1 4202560 146 0 0 0 3 0 0 0 20 0 18 0 30914335 9787879424 97230 33554432000 1073741824 1073778376 140737186234640 139716717181608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23419/tid=23423] ppid=23416 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/23419/task/23423/stat : 23423 (java) S 23416 23419 20879 0 -1 4202560 26 0 0 0 6 0 0 0 20 0 18 0 30914335 9787879424 97230 33554432000 1073741824 1073778376 140737186234640 139716716129064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23424] ppid=23416 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/23419/task/23424/stat : 23424 (java) S 23416 23419 20879 0 -1 4202560 141 0 0 0 6 0 0 0 20 0 18 0 30914335 9787879424 97230 33554432000 1073741824 1073778376 140737186234640 139716715076520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23425] ppid=23416 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/23419/task/23425/stat : 23425 (java) S 23416 23419 20879 0 -1 4202560 146 0 0 0 5 2 0 0 20 0 18 0 30914335 9787879424 97230 33554432000 1073741824 1073778376 140737186234640 139716714023976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23426] ppid=23416 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/23419/task/23426/stat : 23426 (java) S 23416 23419 20879 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 18 0 30914335 9787879424 97230 33554432000 1073741824 1073778376 140737186234640 139716712970408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23427] ppid=23416 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/23419/task/23427/stat : 23427 (java) S 23416 23419 20879 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 18 0 30914335 9787879424 97230 33554432000 1073741824 1073778376 140737186234640 139716711917864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23428] ppid=23416 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/23419/task/23428/stat : 23428 (java) S 23416 23419 20879 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 18 0 30914335 9787879424 97230 33554432000 1073741824 1073778376 140737186234640 139716710865320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23419/tid=23429] ppid=23416 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/23419/task/23429/stat : 23429 (java) S 23416 23419 20879 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 30914335 9787879424 97230 33554432000 1073741824 1073778376 140737186234640 139716709812776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23430] ppid=23416 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23430/stat : 23430 (java) S 23416 23419 20879 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 30914336 9787879424 97230 33554432000 1073741824 1073778376 140737186234640 139716697401960 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23431] ppid=23416 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23431/stat : 23431 (java) S 23416 23419 20879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30914336 9787879424 97230 33554432000 1073741824 1073778376 140737186234640 139716577977976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23432] ppid=23416 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23432/stat : 23432 (java) S 23416 23419 20879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30914336 9787879424 97230 33554432000 1073741824 1073778376 140737186234640 139716576925320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23433] ppid=23416 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23433/stat : 23433 (java) S 23416 23419 20879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30914339 9787879424 97230 33554432000 1073741824 1073778376 140737186234640 139716575874064 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23434] ppid=23416 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/23419/task/23434/stat : 23434 (java) S 23416 23419 20879 0 -1 4202560 673 0 0 0 7 0 0 0 20 0 18 0 30914339 9787879424 97230 33554432000 1073741824 1073778376 140737186234640 139716574820408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23435] ppid=23416 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/23419/task/23435/stat : 23435 (java) S 23416 23419 20879 0 -1 4202560 976 0 0 0 8 0 0 0 20 0 18 0 30914339 9787879424 97230 33554432000 1073741824 1073778376 140737186234640 139716573767864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23436] ppid=23416 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23436/stat : 23436 (java) S 23416 23419 20879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30914339 9787879424 97230 33554432000 1073741824 1073778376 140737186234640 139716572715512 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23437] ppid=23416 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23437/stat : 23437 (java) S 23416 23419 20879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30914339 9787879424 97230 33554432000 1073741824 1073778376 140737186234640 139716571663176 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 9558476

[startup+3.10086 s]
/proc/loadavg: 1.39 1.26 1.58 3/212 23437
/proc/meminfo: memFree=30633036/32872528 swapFree=249320/249320
[pid=23419] ppid=23416 vsize=9558476 CPUtime=4.06 cores=1,3,5,7
/proc/23419/stat : 23419 (java) S 23416 23419 20879 0 -1 4202496 6503 0 1 0 380 26 0 0 20 0 18 0 30914333 9787879424 134402 33554432000 1073741824 1073778376 140737186234640 140737186225776 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23419/statm: 2389619 134402 2251 9 0 2380296 0
[pid=23419/tid=23421] ppid=23416 vsize=9558476 CPUtime=2.79 cores=1,3,5,7
/proc/23419/task/23421/stat : 23421 (java) R 23416 23419 20879 0 -1 4202560 2515 0 1 0 270 9 0 0 20 0 18 0 30914334 9787879424 134402 33554432000 1073741824 1073778376 140737186234640 139716755688712 139716578407776 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23419/tid=23422] ppid=23416 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/23419/task/23422/stat : 23422 (java) S 23416 23419 20879 0 -1 4202560 217 0 0 0 10 4 0 0 20 0 18 0 30914335 9787879424 134402 33554432000 1073741824 1073778376 140737186234640 139716717181608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23419/tid=23423] ppid=23416 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/23419/task/23423/stat : 23423 (java) S 23416 23419 20879 0 -1 4202560 53 0 0 0 10 2 0 0 20 0 18 0 30914335 9787879424 134402 33554432000 1073741824 1073778376 140737186234640 139716716129064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23419/tid=23424] ppid=23416 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/23419/task/23424/stat : 23424 (java) S 23416 23419 20879 0 -1 4202560 169 0 0 0 10 2 0 0 20 0 18 0 30914335 9787879424 134402 33554432000 1073741824 1073778376 140737186234640 139716715076520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23419/tid=23425] ppid=23416 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/23419/task/23425/stat : 23425 (java) S 23416 23419 20879 0 -1 4202560 201 0 0 0 13 3 0 0 20 0 18 0 30914335 9787879424 134402 33554432000 1073741824 1073778376 140737186234640 139716714023976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23419/tid=23426] ppid=23416 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/23419/task/23426/stat : 23426 (java) S 23416 23419 20879 0 -1 4202560 44 0 0 0 8 2 0 0 20 0 18 0 30914335 9787879424 134402 33554432000 1073741824 1073778376 140737186234640 139716712970408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23427] ppid=23416 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/23419/task/23427/stat : 23427 (java) S 23416 23419 20879 0 -1 4202560 71 0 0 0 8 2 0 0 20 0 18 0 30914335 9787879424 134402 33554432000 1073741824 1073778376 140737186234640 139716711917864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23428] ppid=23416 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/23419/task/23428/stat : 23428 (java) S 23416 23419 20879 0 -1 4202560 77 0 0 0 11 2 0 0 20 0 18 0 30914335 9787879424 134402 33554432000 1073741824 1073778376 140737186234640 139716710865320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23429] ppid=23416 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/23419/task/23429/stat : 23429 (java) S 23416 23419 20879 0 -1 4202560 55 0 0 0 8 2 0 0 20 0 18 0 30914335 9787879424 134402 33554432000 1073741824 1073778376 140737186234640 139716709812776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23430] ppid=23416 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23430/stat : 23430 (java) S 23416 23419 20879 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 30914336 9787879424 134402 33554432000 1073741824 1073778376 140737186234640 139716697401960 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23431] ppid=23416 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23431/stat : 23431 (java) S 23416 23419 20879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30914336 9787879424 134402 33554432000 1073741824 1073778376 140737186234640 139716577977976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23432] ppid=23416 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23432/stat : 23432 (java) S 23416 23419 20879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30914336 9787879424 134402 33554432000 1073741824 1073778376 140737186234640 139716576925320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23433] ppid=23416 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23433/stat : 23433 (java) S 23416 23419 20879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30914339 9787879424 134402 33554432000 1073741824 1073778376 140737186234640 139716575874064 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23434] ppid=23416 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/23419/task/23434/stat : 23434 (java) S 23416 23419 20879 0 -1 4202560 677 0 0 0 7 0 0 0 20 0 18 0 30914339 9787879424 134402 33554432000 1073741824 1073778376 140737186234640 139716574820408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23435] ppid=23416 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/23419/task/23435/stat : 23435 (java) S 23416 23419 20879 0 -1 4202560 976 0 0 0 8 0 0 0 20 0 18 0 30914339 9787879424 134402 33554432000 1073741824 1073778376 140737186234640 139716573767864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23436] ppid=23416 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23436/stat : 23436 (java) S 23416 23419 20879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30914339 9787879424 134402 33554432000 1073741824 1073778376 140737186234640 139716572715512 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23437] ppid=23416 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23437/stat : 23437 (java) S 23416 23419 20879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30914339 9787879424 134402 33554432000 1073741824 1073778376 140737186234640 139716571663176 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 9558476

[startup+6.30083 s]
/proc/loadavg: 1.52 1.29 1.59 3/212 23437
/proc/meminfo: memFree=30197828/32872528 swapFree=249320/249320
[pid=23419] ppid=23416 vsize=9558476 CPUtime=8.02 cores=1,3,5,7
/proc/23419/stat : 23419 (java) S 23416 23419 20879 0 -1 4202496 8771 0 1 0 755 47 0 0 20 0 18 0 30914333 9787879424 246792 33554432000 1073741824 1073778376 140737186234640 140737186225776 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23419/statm: 2389619 246792 2262 9 0 2380296 0
[pid=23419/tid=23421] ppid=23416 vsize=9558476 CPUtime=5.34 cores=1,3,5,7
/proc/23419/task/23421/stat : 23421 (java) R 23416 23419 20879 0 -1 4202560 2803 0 1 0 522 12 0 0 20 0 18 0 30914334 9787879424 246792 33554432000 1073741824 1073778376 140737186234640 139716755688808 247067632909 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23422] ppid=23416 vsize=9558476 CPUtime=0.36 cores=1,3,5,7
/proc/23419/task/23422/stat : 23422 (java) S 23416 23419 20879 0 -1 4202560 484 0 0 0 28 8 0 0 20 0 18 0 30914335 9787879424 246792 33554432000 1073741824 1073778376 140737186234640 139716717181608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23419/tid=23423] ppid=23416 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/23419/task/23423/stat : 23423 (java) S 23416 23419 20879 0 -1 4202560 427 0 0 0 18 3 0 0 20 0 18 0 30914335 9787879424 246792 33554432000 1073741824 1073778376 140737186234640 139716716129064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23419/tid=23424] ppid=23416 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/23419/task/23424/stat : 23424 (java) S 23416 23419 20879 0 -1 4202560 231 0 0 0 19 3 0 0 20 0 18 0 30914335 9787879424 246792 33554432000 1073741824 1073778376 140737186234640 139716715076520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23425] ppid=23416 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/23419/task/23425/stat : 23425 (java) S 23416 23419 20879 0 -1 4202560 411 0 0 0 22 5 0 0 20 0 18 0 30914335 9787879424 246792 33554432000 1073741824 1073778376 140737186234640 139716714023976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23419/tid=23426] ppid=23416 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/23419/task/23426/stat : 23426 (java) S 23416 23419 20879 0 -1 4202560 108 0 0 0 18 3 0 0 20 0 18 0 30914335 9787879424 246792 33554432000 1073741824 1073778376 140737186234640 139716712970408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23419/tid=23427] ppid=23416 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/23419/task/23427/stat : 23427 (java) S 23416 23419 20879 0 -1 4202560 131 0 0 0 16 4 0 0 20 0 18 0 30914335 9787879424 246792 33554432000 1073741824 1073778376 140737186234640 139716711917864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23428] ppid=23416 vsize=9558476 CPUtime=0.32 cores=1,3,5,7
/proc/23419/task/23428/stat : 23428 (java) S 23416 23419 20879 0 -1 4202560 191 0 0 0 27 5 0 0 20 0 18 0 30914335 9787879424 246792 33554432000 1073741824 1073778376 140737186234640 139716710865320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23429] ppid=23416 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/23419/task/23429/stat : 23429 (java) S 23416 23419 20879 0 -1 4202560 255 0 0 0 16 4 0 0 20 0 18 0 30914335 9787879424 246792 33554432000 1073741824 1073778376 140737186234640 139716709812776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23419/tid=23430] ppid=23416 vsize=9558476 CPUtime=0.36 cores=1,3,5,7
/proc/23419/task/23430/stat : 23430 (java) S 23416 23419 20879 0 -1 4202560 811 0 0 0 36 0 0 0 20 0 18 0 30914336 9787879424 246792 33554432000 1073741824 1073778376 140737186234640 139716697401960 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23431] ppid=23416 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23431/stat : 23431 (java) S 23416 23419 20879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30914336 9787879424 246792 33554432000 1073741824 1073778376 140737186234640 139716577977976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23432] ppid=23416 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23432/stat : 23432 (java) S 23416 23419 20879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30914336 9787879424 246792 33554432000 1073741824 1073778376 140737186234640 139716576925320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23433] ppid=23416 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23433/stat : 23433 (java) S 23416 23419 20879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30914339 9787879424 246792 33554432000 1073741824 1073778376 140737186234640 139716575874064 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23434] ppid=23416 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/23419/task/23434/stat : 23434 (java) S 23416 23419 20879 0 -1 4202560 677 0 0 0 7 0 0 0 20 0 18 0 30914339 9787879424 246792 33554432000 1073741824 1073778376 140737186234640 139716574820408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23435] ppid=23416 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/23419/task/23435/stat : 23435 (java) S 23416 23419 20879 0 -1 4202560 990 0 0 0 10 0 0 0 20 0 18 0 30914339 9787879424 246792 33554432000 1073741824 1073778376 140737186234640 139716573767864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23436] ppid=23416 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23436/stat : 23436 (java) S 23416 23419 20879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30914339 9787879424 246792 33554432000 1073741824 1073778376 140737186234640 139716572715512 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23437] ppid=23416 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23437/stat : 23437 (java) S 23416 23419 20879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30914339 9787879424 246792 33554432000 1073741824 1073778376 140737186234640 139716571663176 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.02
Current children cumulated vsize (KiB) 9558476

[startup+12.7008 s]
/proc/loadavg: 1.56 1.30 1.59 3/212 23437
/proc/meminfo: memFree=29069488/32872528 swapFree=249320/249320
[pid=23419] ppid=23416 vsize=9558476 CPUtime=17.02 cores=1,3,5,7
/proc/23419/stat : 23419 (java) S 23416 23419 20879 0 -1 4202496 15527 0 1 0 1601 101 0 0 20 0 18 0 30914333 9787879424 508754 33554432000 1073741824 1073778376 140737186234640 140737186225776 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23419/statm: 2389619 508754 2273 9 0 2380296 0

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

[pid=23419/tid=23431] ppid=23416 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23431/stat : 23431 (java) S 23416 23419 20879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30914336 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716577977976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23432] ppid=23416 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23432/stat : 23432 (java) S 23416 23419 20879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30914336 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716576925320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23433] ppid=23416 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23433/stat : 23433 (java) S 23416 23419 20879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30914339 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716575872472 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23434] ppid=23416 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/23419/task/23434/stat : 23434 (java) S 23416 23419 20879 0 -1 4202560 2450 0 0 0 54 0 0 0 20 0 19 0 30914339 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716574820408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23419/tid=23435] ppid=23416 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/23419/task/23435/stat : 23435 (java) S 23416 23419 20879 0 -1 4202560 6949 0 0 0 73 2 0 0 20 0 19 0 30914339 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716573767864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23436] ppid=23416 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23436/stat : 23436 (java) S 23416 23419 20879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30914339 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716572715512 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23437] ppid=23416 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/23419/task/23437/stat : 23437 (java) S 23416 23419 20879 0 -1 4202560 97 0 0 0 34 46 0 0 20 0 19 0 30914339 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716571663176 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23440] ppid=23416 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23440/stat : 23440 (java) S 23416 23419 20879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30928104 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716570608936 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1801.57
Current children cumulated vsize (KiB) 9625040

[startup+1716.1 s]
/proc/loadavg: 2.11 2.09 2.01 3/213 23480
/proc/meminfo: memFree=22986208/32872528 swapFree=249320/249320
[pid=23419] ppid=23416 vsize=9625040 CPUtime=1802.38 cores=1,3,5,7
/proc/23419/stat : 23419 (java) S 23416 23419 20879 0 -1 4202496 80576 0 1 0 179507 731 0 0 20 0 19 0 30914333 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 140737186225776 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23419/statm: 2406260 1989877 2294 9 0 2396937 0
[pid=23419/tid=23421] ppid=23416 vsize=9625040 CPUtime=1635.5 cores=1,3,5,7
/proc/23419/task/23421/stat : 23421 (java) S 23416 23419 20879 0 -1 4202560 4063 0 1 0 163494 56 0 0 20 0 19 0 30914334 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716755688008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23422] ppid=23416 vsize=9625040 CPUtime=14 cores=1,3,5,7
/proc/23419/task/23422/stat : 23422 (java) S 23416 23419 20879 0 -1 4202560 5010 0 0 0 1323 77 0 0 20 0 19 0 30914335 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716717181608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23423] ppid=23416 vsize=9625040 CPUtime=14.61 cores=1,3,5,7
/proc/23419/task/23423/stat : 23423 (java) S 23416 23419 20879 0 -1 4202560 6842 0 0 0 1378 83 0 0 20 0 19 0 30914335 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716716129064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23419/tid=23424] ppid=23416 vsize=9625040 CPUtime=14.16 cores=1,3,5,7
/proc/23419/task/23424/stat : 23424 (java) S 23416 23419 20879 0 -1 4202560 4543 0 0 0 1337 79 0 0 20 0 19 0 30914335 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716715076520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23419/tid=23425] ppid=23416 vsize=9625040 CPUtime=14.11 cores=1,3,5,7
/proc/23419/task/23425/stat : 23425 (java) S 23416 23419 20879 0 -1 4202560 3531 0 0 0 1325 86 0 0 20 0 19 0 30914335 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716714023976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23426] ppid=23416 vsize=9625040 CPUtime=14.57 cores=1,3,5,7
/proc/23419/task/23426/stat : 23426 (java) S 23416 23419 20879 0 -1 4202560 12069 0 0 0 1371 86 0 0 20 0 19 0 30914335 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716712970408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23419/tid=23427] ppid=23416 vsize=9625040 CPUtime=14.23 cores=1,3,5,7
/proc/23419/task/23427/stat : 23427 (java) S 23416 23419 20879 0 -1 4202560 3754 0 0 0 1347 76 0 0 20 0 19 0 30914335 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716711917864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23428] ppid=23416 vsize=9625040 CPUtime=13.87 cores=1,3,5,7
/proc/23419/task/23428/stat : 23428 (java) S 23416 23419 20879 0 -1 4202560 8005 0 0 0 1318 69 0 0 20 0 19 0 30914335 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716710865320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23419/tid=23429] ppid=23416 vsize=9625040 CPUtime=13.87 cores=1,3,5,7
/proc/23419/task/23429/stat : 23429 (java) S 23416 23419 20879 0 -1 4202560 6433 0 0 0 1304 83 0 0 20 0 19 0 30914335 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716709812776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23419/tid=23430] ppid=23416 vsize=9625040 CPUtime=46.75 cores=1,3,5,7
/proc/23419/task/23430/stat : 23430 (java) R 23416 23419 20879 0 -1 4202560 15565 0 0 0 4666 9 0 0 20 0 19 0 30914336 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716697400720 139716761813433 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23431] ppid=23416 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23431/stat : 23431 (java) S 23416 23419 20879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30914336 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716577977976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23432] ppid=23416 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23432/stat : 23432 (java) S 23416 23419 20879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30914336 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716576925320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23433] ppid=23416 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23433/stat : 23433 (java) S 23416 23419 20879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30914339 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716575872472 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23434] ppid=23416 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/23419/task/23434/stat : 23434 (java) S 23416 23419 20879 0 -1 4202560 2450 0 0 0 54 0 0 0 20 0 19 0 30914339 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716574820408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23419/tid=23435] ppid=23416 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/23419/task/23435/stat : 23435 (java) S 23416 23419 20879 0 -1 4202560 6949 0 0 0 73 2 0 0 20 0 19 0 30914339 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716573767864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23436] ppid=23416 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23436/stat : 23436 (java) S 23416 23419 20879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30914339 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716572715512 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23437] ppid=23416 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/23419/task/23437/stat : 23437 (java) S 23416 23419 20879 0 -1 4202560 97 0 0 0 34 46 0 0 20 0 19 0 30914339 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716571663176 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23440] ppid=23416 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23440/stat : 23440 (java) S 23416 23419 20879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30928104 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716570608936 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1802.38
Current children cumulated vsize (KiB) 9625040

[startup+1716.5 s]
/proc/loadavg: 2.11 2.09 2.01 3/213 23480
/proc/meminfo: memFree=22986208/32872528 swapFree=249320/249320
[pid=23419] ppid=23416 vsize=9625040 CPUtime=1802.77 cores=1,3,5,7
/proc/23419/stat : 23419 (java) S 23416 23419 20879 0 -1 4202496 80576 0 1 0 179546 731 0 0 20 0 19 0 30914333 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 140737186225776 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23419/statm: 2406260 1989877 2294 9 0 2396937 0
[pid=23419/tid=23421] ppid=23416 vsize=9625040 CPUtime=1635.5 cores=1,3,5,7
/proc/23419/task/23421/stat : 23421 (java) S 23416 23419 20879 0 -1 4202560 4063 0 1 0 163494 56 0 0 20 0 19 0 30914334 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716755688008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23422] ppid=23416 vsize=9625040 CPUtime=14 cores=1,3,5,7
/proc/23419/task/23422/stat : 23422 (java) S 23416 23419 20879 0 -1 4202560 5010 0 0 0 1323 77 0 0 20 0 19 0 30914335 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716717181608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23423] ppid=23416 vsize=9625040 CPUtime=14.61 cores=1,3,5,7
/proc/23419/task/23423/stat : 23423 (java) S 23416 23419 20879 0 -1 4202560 6842 0 0 0 1378 83 0 0 20 0 19 0 30914335 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716716129064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23419/tid=23424] ppid=23416 vsize=9625040 CPUtime=14.16 cores=1,3,5,7
/proc/23419/task/23424/stat : 23424 (java) S 23416 23419 20879 0 -1 4202560 4543 0 0 0 1337 79 0 0 20 0 19 0 30914335 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716715076520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23419/tid=23425] ppid=23416 vsize=9625040 CPUtime=14.11 cores=1,3,5,7
/proc/23419/task/23425/stat : 23425 (java) S 23416 23419 20879 0 -1 4202560 3531 0 0 0 1325 86 0 0 20 0 19 0 30914335 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716714023976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23426] ppid=23416 vsize=9625040 CPUtime=14.57 cores=1,3,5,7
/proc/23419/task/23426/stat : 23426 (java) S 23416 23419 20879 0 -1 4202560 12069 0 0 0 1371 86 0 0 20 0 19 0 30914335 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716712970408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23419/tid=23427] ppid=23416 vsize=9625040 CPUtime=14.23 cores=1,3,5,7
/proc/23419/task/23427/stat : 23427 (java) S 23416 23419 20879 0 -1 4202560 3754 0 0 0 1347 76 0 0 20 0 19 0 30914335 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716711917864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23428] ppid=23416 vsize=9625040 CPUtime=13.87 cores=1,3,5,7
/proc/23419/task/23428/stat : 23428 (java) S 23416 23419 20879 0 -1 4202560 8005 0 0 0 1318 69 0 0 20 0 19 0 30914335 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716710865320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23419/tid=23429] ppid=23416 vsize=9625040 CPUtime=13.87 cores=1,3,5,7
/proc/23419/task/23429/stat : 23429 (java) S 23416 23419 20879 0 -1 4202560 6433 0 0 0 1304 83 0 0 20 0 19 0 30914335 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716709812776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23419/tid=23430] ppid=23416 vsize=9625040 CPUtime=47.15 cores=1,3,5,7
/proc/23419/task/23430/stat : 23430 (java) R 23416 23419 20879 0 -1 4202560 15565 0 0 0 4706 9 0 0 20 0 19 0 30914336 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716697400720 139716761816207 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23431] ppid=23416 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23431/stat : 23431 (java) S 23416 23419 20879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30914336 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716577977976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23432] ppid=23416 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23432/stat : 23432 (java) S 23416 23419 20879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30914336 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716576925320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23433] ppid=23416 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23433/stat : 23433 (java) S 23416 23419 20879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30914339 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716575872472 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23434] ppid=23416 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/23419/task/23434/stat : 23434 (java) S 23416 23419 20879 0 -1 4202560 2450 0 0 0 54 0 0 0 20 0 19 0 30914339 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716574820408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23419/tid=23435] ppid=23416 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/23419/task/23435/stat : 23435 (java) S 23416 23419 20879 0 -1 4202560 6949 0 0 0 73 2 0 0 20 0 19 0 30914339 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716573767864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23436] ppid=23416 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23436/stat : 23436 (java) S 23416 23419 20879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30914339 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716572715512 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23437] ppid=23416 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/23419/task/23437/stat : 23437 (java) S 23416 23419 20879 0 -1 4202560 97 0 0 0 34 46 0 0 20 0 19 0 30914339 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716571663176 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23440] ppid=23416 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23440/stat : 23440 (java) S 23416 23419 20879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30928104 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716570608936 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1802.77
Current children cumulated vsize (KiB) 9625040

[startup+1716.9 s]
/proc/loadavg: 2.11 2.09 2.01 3/213 23480
/proc/meminfo: memFree=22986208/32872528 swapFree=249320/249320
[pid=23419] ppid=23416 vsize=9625040 CPUtime=1803.17 cores=1,3,5,7
/proc/23419/stat : 23419 (java) S 23416 23419 20879 0 -1 4202496 80576 0 1 0 179586 731 0 0 20 0 19 0 30914333 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 140737186225776 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23419/statm: 2406260 1989877 2294 9 0 2396937 0
[pid=23419/tid=23421] ppid=23416 vsize=9625040 CPUtime=1635.5 cores=1,3,5,7
/proc/23419/task/23421/stat : 23421 (java) S 23416 23419 20879 0 -1 4202560 4063 0 1 0 163494 56 0 0 20 0 19 0 30914334 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716755688008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23422] ppid=23416 vsize=9625040 CPUtime=14 cores=1,3,5,7
/proc/23419/task/23422/stat : 23422 (java) S 23416 23419 20879 0 -1 4202560 5010 0 0 0 1323 77 0 0 20 0 19 0 30914335 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716717181608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23423] ppid=23416 vsize=9625040 CPUtime=14.61 cores=1,3,5,7
/proc/23419/task/23423/stat : 23423 (java) S 23416 23419 20879 0 -1 4202560 6842 0 0 0 1378 83 0 0 20 0 19 0 30914335 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716716129064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23419/tid=23424] ppid=23416 vsize=9625040 CPUtime=14.16 cores=1,3,5,7
/proc/23419/task/23424/stat : 23424 (java) S 23416 23419 20879 0 -1 4202560 4543 0 0 0 1337 79 0 0 20 0 19 0 30914335 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716715076520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23419/tid=23425] ppid=23416 vsize=9625040 CPUtime=14.11 cores=1,3,5,7
/proc/23419/task/23425/stat : 23425 (java) S 23416 23419 20879 0 -1 4202560 3531 0 0 0 1325 86 0 0 20 0 19 0 30914335 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716714023976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23426] ppid=23416 vsize=9625040 CPUtime=14.57 cores=1,3,5,7
/proc/23419/task/23426/stat : 23426 (java) S 23416 23419 20879 0 -1 4202560 12069 0 0 0 1371 86 0 0 20 0 19 0 30914335 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716712970408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23419/tid=23427] ppid=23416 vsize=9625040 CPUtime=14.23 cores=1,3,5,7
/proc/23419/task/23427/stat : 23427 (java) S 23416 23419 20879 0 -1 4202560 3754 0 0 0 1347 76 0 0 20 0 19 0 30914335 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716711917864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23428] ppid=23416 vsize=9625040 CPUtime=13.87 cores=1,3,5,7
/proc/23419/task/23428/stat : 23428 (java) S 23416 23419 20879 0 -1 4202560 8005 0 0 0 1318 69 0 0 20 0 19 0 30914335 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716710865320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23419/tid=23429] ppid=23416 vsize=9625040 CPUtime=13.87 cores=1,3,5,7
/proc/23419/task/23429/stat : 23429 (java) S 23416 23419 20879 0 -1 4202560 6433 0 0 0 1304 83 0 0 20 0 19 0 30914335 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716709812776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23419/tid=23430] ppid=23416 vsize=9625040 CPUtime=47.55 cores=1,3,5,7
/proc/23419/task/23430/stat : 23430 (java) R 23416 23419 20879 0 -1 4202560 15565 0 0 0 4746 9 0 0 20 0 19 0 30914336 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716697400720 139716757885488 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23431] ppid=23416 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23431/stat : 23431 (java) S 23416 23419 20879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30914336 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716577977976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23432] ppid=23416 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23432/stat : 23432 (java) S 23416 23419 20879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30914336 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716576925320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23433] ppid=23416 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23433/stat : 23433 (java) S 23416 23419 20879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30914339 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716575872472 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23434] ppid=23416 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/23419/task/23434/stat : 23434 (java) S 23416 23419 20879 0 -1 4202560 2450 0 0 0 54 0 0 0 20 0 19 0 30914339 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716574820408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23419/tid=23435] ppid=23416 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/23419/task/23435/stat : 23435 (java) S 23416 23419 20879 0 -1 4202560 6949 0 0 0 73 2 0 0 20 0 19 0 30914339 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716573767864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23436] ppid=23416 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23436/stat : 23436 (java) S 23416 23419 20879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30914339 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716572715512 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23419/tid=23437] ppid=23416 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/23419/task/23437/stat : 23437 (java) S 23416 23419 20879 0 -1 4202560 97 0 0 0 34 46 0 0 20 0 19 0 30914339 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716571663176 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23419/tid=23440] ppid=23416 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23419/task/23440/stat : 23440 (java) S 23416 23419 20879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30928104 9856040960 1989877 33554432000 1073741824 1073778376 140737186234640 139716570608936 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1803.17
Current children cumulated vsize (KiB) 9625040

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23419 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=139705
#  childrusage.ru_stime.tv_sec=7
#  childrusage.ru_stime.tv_usec=678832
# CPU time returned by wait4() is 1798.82
# while last known CPU time is 1803.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1716.94
CPU time (s): 1803.17
CPU user time (s): 1795.86
CPU system time (s): 7.31
CPU usage (%): 105.023
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.14
system time used= 7.67883
maximum resident set size= 7959508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80576
page faults= 1
swaps= 0
block input operations= 176
block output operations= 1192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53455
involuntary context switches= 165164

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.4053 second user time and 12.0322 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-19 00:23:59
IDJOB=4107185
IDBENCH=71913
IDSOLVER=2546
FILE ID=node103/4107185-1466288631
RUNJOBID= node103-1466288631-23372
PBS_JOBID= 19918271
Free space on /tmp= 71484 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution 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 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107185-1466288631/watcher-4107185-1466288631 -o /tmp/evaluation-result-4107185-1466288631/solver-4107185-1466288631 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466288631-23372 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4107185-1466288631.opb

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

MD5SUM BENCH= d5fa369dda5ecc7dd4bdafa11362a969
RANDOM SEED=1337706556

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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:        31095800 kB
Buffers:          145420 kB
Cached:           555920 kB
SwapCached:         2460 kB
Active:           417496 kB
Inactive:         343636 kB
Active(anon):      58992 kB
Inactive(anon):     3280 kB
Active(file):     358504 kB
Inactive(file):   340356 kB
Unevictable:      249320 kB
Mlocked:          249320 kB
SwapTotal:      67108856 kB
SwapFree:       67099548 kB
Dirty:            257028 kB
Writeback:             0 kB
AnonPages:        312500 kB
Mapped:            16400 kB
Shmem:                 0 kB
Slab:             629504 kB
SReclaimable:      69628 kB
SUnreclaim:       559876 kB
KernelStack:        1584 kB
PageTables:         4960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     936360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 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= 71480 MiB
End job on node103 at 2016-06-19 00:52:36