Trace number 4298499

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
MiniCPFever 2018-04-29SAT (TO)54 2522.31 2264.81

General information on the benchmark

NameAuction/Auction-sum/
Auction-sum-example_c18.xml
MD5SUMef5ffd6d9cd3ce1d40ba669a8320885c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark54
Best CPU time to get the best result obtained on this benchmark0.004577
Satisfiable
(Un)Satisfiability was proved
Number of variables5
Number of constraints4
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":5}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":3},{"degree":4,"count":1}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":2},{"arity":3,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":4}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
0.32/0.29	o 0
0.32/0.29	objective:0
0.32/0.29	o 14
0.32/0.29	objective:-14
0.32/0.29	o 40
0.32/0.29	objective:-40
0.32/0.29	o 54
0.32/0.29	objective:-54
2521.97/2264.77	s SATISFIABLE
2521.97/2264.77	v <instantiation>
2521.97/2264.77	v 	<list>
2521.97/2264.77	v 		b[0] b[1] b[2] b[3] b[4] 
2521.97/2264.77	v 	</list>
2521.97/2264.77	v 	<values>
2521.97/2264.77	v 		0 0 0 1 1 
2521.97/2264.77	v 	</values>
2521.97/2264.77	v </instantiation>

Verifier Data

OK	54

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14787 MiB free)
  memory of node 1: 16384 MiB (11712 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298499-1532763611/watcher-4298499-1532763611 -o /tmp/evaluation-result-4298499-1532763611/solver-4298499-1532763611 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532741282-23862 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298499-1532763611.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=26486, runsolver pid=26483

[startup+0.100058 s]*
/proc/loadavg: 1.93 1.83 1.78 4/216 26501
/proc/meminfo: memFree=27119368/32770624 swapFree=67108496/67108860
[pid=26486] ppid=26483 vsize=10658972 memory=27596 CPUtime=0.13 cores=1,3,5,7
/proc/26486/stat : 26486 (java) S 26483 26486 23830 0 -1 1077944320 5336 0 0 0 12 1 0 0 20 0 15 0 93924284 10914787328 6899 33554432000 4194304 4196468 140726661583472 140726661566016 139743377727223 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
/proc/26486/statm: 2664743 6899 2850 1 0 2627263 0
[pid=26486/tid=26488] ppid=26483 vsize=10658972 memory=-7254949987974015097 CPUtime=0.09 cores=1,3,5,7
/proc/26486/task/26488/stat : 26488 (java) R 26483 26486 23830 0 -1 4202560 3199 0 0 0 9 0 0 0 20 0 15 0 93924284 10914787328 6899 33554432000 4194304 4196468 140726661583472 139743381957488 139743014602400 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26489] ppid=26483 vsize=10658972 memory=5793855841982204345 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26489/stat : 26489 (java) S 26483 26486 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93924285 10914787328 6899 33554432000 4194304 4196468 140726661583472 139742983985552 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26490] ppid=26483 vsize=10658972 memory=140590972311168 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26490/stat : 26490 (java) S 26483 26486 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93924285 10914787328 6899 33554432000 4194304 4196468 140726661583472 139742982932752 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26491] ppid=26483 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26491/stat : 26491 (java) S 26483 26486 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93924285 10914787328 6899 33554432000 4194304 4196468 140726661583472 139742981880464 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26492] ppid=26483 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26492/stat : 26492 (java) S 26483 26486 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93924285 10914787328 6899 33554432000 4194304 4196468 140726661583472 139742980827664 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26493] ppid=26483 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26493/stat : 26493 (java) S 26483 26486 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93924286 10914787328 6899 33554432000 4194304 4196468 140726661583472 139742953335408 139743377738370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26494] ppid=26483 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26494/stat : 26494 (java) S 26483 26486 23830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93924287 10914787328 6899 33554432000 4194304 4196468 140726661583472 139742952281376 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26495] ppid=26483 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26495/stat : 26495 (java) S 26483 26486 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93924287 10914787328 6899 33554432000 4194304 4196468 140726661583472 139742951229040 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26496] ppid=26483 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26496/stat : 26496 (java) S 26483 26486 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93924289 10914787328 6899 33554432000 4194304 4196468 140726661583472 139742950177360 139743377745819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26497] ppid=26483 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26497/stat : 26497 (java) R 26483 26486 23830 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 93924289 10914787328 6899 33554432000 4194304 4196468 140726661583472 139742949124304 139743377737429 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26498] ppid=26483 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26498/stat : 26498 (java) R 26483 26486 23830 0 -1 4202560 156 0 0 0 0 0 0 0 20 0 15 0 93924289 10914787328 6899 33554432000 4194304 4196468 140726661583472 139742948063056 139743361162961 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26499] ppid=26483 vsize=10658972 memory=140590972311168 CPUtime=0.02 cores=1,3,5,7
/proc/26486/task/26499/stat : 26499 (java) S 26483 26486 23830 0 -1 1077944384 322 0 0 0 2 0 0 0 20 0 15 0 93924289 10914787328 6899 33554432000 4194304 4196468 140726661583472 139742947019120 139743377738370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26500] ppid=26483 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26500/stat : 26500 (java) S 26483 26486 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93924290 10914787328 6899 33554432000 4194304 4196468 140726661583472 139742945966560 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26501] ppid=26483 vsize=10658972 memory=140590972311168 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26501/stat : 26501 (java) R 26483 26486 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93924290 10914787328 6899 33554432000 4194304 4196468 140726661583472 139742944914352 139743377738370 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27596 KiB

[startup+0.210825 s]*
/proc/loadavg: 1.93 1.83 1.78 3/216 26501
/proc/meminfo: memFree=27107684/32770624 swapFree=67108496/67108860
[pid=26486] ppid=26483 vsize=10659048 memory=40508 CPUtime=0.32 cores=1,3,5,7
/proc/26486/stat : 26486 (java) S 26483 26486 23830 0 -1 1077944320 8214 0 0 0 30 2 0 0 20 0 15 0 93924284 10914865152 10127 33554432000 4194304 4196468 140726661583472 140726661566016 139743377727223 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
/proc/26486/statm: 2664762 10127 3003 1 0 2627263 0
[pid=26486/tid=26488] ppid=26483 vsize=10659048 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/26486/task/26488/stat : 26488 (java) R 26483 26486 23830 0 -1 4202560 5261 0 0 0 19 1 0 0 20 0 15 0 93924284 10914865152 10127 33554432000 4194304 4196468 140726661583472 139743381959536 139743377749149 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26489] ppid=26483 vsize=10659048 memory=4211974317177101706 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26489/stat : 26489 (java) S 26483 26486 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93924285 10914865152 10127 33554432000 4194304 4196468 140726661583472 139742983985552 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26490] ppid=26483 vsize=10659048 memory=140590972311168 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26490/stat : 26490 (java) S 26483 26486 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93924285 10914865152 10127 33554432000 4194304 4196468 140726661583472 139742982932752 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26491] ppid=26483 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26491/stat : 26491 (java) S 26483 26486 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93924285 10914865152 10127 33554432000 4194304 4196468 140726661583472 139742981880464 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26492] ppid=26483 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26492/stat : 26492 (java) S 26483 26486 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93924285 10914865152 10127 33554432000 4194304 4196468 140726661583472 139742980827664 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26493] ppid=26483 vsize=10659048 memory=140590972311168 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26493/stat : 26493 (java) S 26483 26486 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93924286 10914865152 10127 33554432000 4194304 4196468 140726661583472 139742953335408 139743377738370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26494] ppid=26483 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26494/stat : 26494 (java) S 26483 26486 23830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93924287 10914865152 10127 33554432000 4194304 4196468 140726661583472 139742952281376 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26495] ppid=26483 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26495/stat : 26495 (java) S 26483 26486 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93924287 10914865152 10127 33554432000 4194304 4196468 140726661583472 139742951229040 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26496] ppid=26483 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26496/stat : 26496 (java) S 26483 26486 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93924289 10914865152 10127 33554432000 4194304 4196468 140726661583472 139742950177360 139743377745819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26497] ppid=26483 vsize=10659048 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/26486/task/26497/stat : 26497 (java) S 26483 26486 23830 0 -1 1077944384 417 0 0 0 2 0 0 0 20 0 15 0 93924289 10914865152 10127 33554432000 4194304 4196468 140726661583472 139742949124208 139743377738370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26498] ppid=26483 vsize=10659048 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/26486/task/26498/stat : 26498 (java) S 26483 26486 23830 0 -1 1077944384 456 0 0 0 1 0 0 0 20 0 15 0 93924289 10914865152 10127 33554432000 4194304 4196468 140726661583472 139742948071408 139743377738370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26499] ppid=26483 vsize=10659048 memory=140590972311168 CPUtime=0.06 cores=1,3,5,7
/proc/26486/task/26499/stat : 26499 (java) S 26483 26486 23830 0 -1 1077944384 712 0 0 0 6 0 0 0 20 0 15 0 93924289 10914865152 10127 33554432000 4194304 4196468 140726661583472 139742947019120 139743377738370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26500] ppid=26483 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26500/stat : 26500 (java) S 26483 26486 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93924290 10914865152 10127 33554432000 4194304 4196468 140726661583472 139742945966560 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26501] ppid=26483 vsize=10659048 memory=140590972311168 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26501/stat : 26501 (java) S 26483 26486 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93924290 10914865152 10127 33554432000 4194304 4196468 140726661583472 139742944914352 139743377738370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 40508 KiB

[startup+0.314621 s]*
/proc/loadavg: 1.93 1.83 1.78 7/216 26501
/proc/meminfo: memFree=27102908/32770624 swapFree=67108496/67108860
[pid=26486] ppid=26483 vsize=10659048 memory=47084 CPUtime=0.57 cores=1,3,5,7
/proc/26486/stat : 26486 (java) S 26483 26486 23830 0 -1 1077944320 8896 0 0 0 54 3 0 0 20 0 15 0 93924284 10914865152 11771 33554432000 4194304 4196468 140726661583472 140726661566016 139743377727223 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
/proc/26486/statm: 2664762 11771 3030 1 0 2627263 0
[pid=26486/tid=26488] ppid=26483 vsize=10659048 memory=4871374705135476842 CPUtime=0.3 cores=1,3,5,7
/proc/26486/task/26488/stat : 26488 (java) R 26483 26486 23830 0 -1 4202560 5599 0 0 0 29 1 0 0 20 0 15 0 93924284 10914865152 11771 33554432000 4194304 4196468 140726661583472 139743381966752 139743377739158 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26489] ppid=26483 vsize=10659048 memory=4211974317177101706 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26489/stat : 26489 (java) S 26483 26486 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93924285 10914865152 11771 33554432000 4194304 4196468 140726661583472 139742983985552 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26490] ppid=26483 vsize=10659048 memory=140590972313512 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26490/stat : 26490 (java) S 26483 26486 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93924285 10914865152 11771 33554432000 4194304 4196468 140726661583472 139742982932752 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26491] ppid=26483 vsize=10659048 memory=140590855620390 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26491/stat : 26491 (java) S 26483 26486 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93924285 10914865152 11771 33554432000 4194304 4196468 140726661583472 139742981880464 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26492] ppid=26483 vsize=10659048 memory=140590855605711 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26492/stat : 26492 (java) S 26483 26486 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93924285 10914865152 11771 33554432000 4194304 4196468 140726661583472 139742980827664 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26493] ppid=26483 vsize=10659048 memory=140590972335025 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26493/stat : 26493 (java) S 26483 26486 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93924286 10914865152 11771 33554432000 4194304 4196468 140726661583472 139742953335408 139743377738370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26494] ppid=26483 vsize=10659048 memory=140590855614895 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26494/stat : 26494 (java) S 26483 26486 23830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93924287 10914865152 11771 33554432000 4194304 4196468 140726661583472 139742952281376 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26495] ppid=26483 vsize=10659048 memory=281181711220624 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26495/stat : 26495 (java) S 26483 26486 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93924287 10914865152 11771 33554432000 4194304 4196468 140726661583472 139742951229040 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26496] ppid=26483 vsize=10659048 memory=281181711218320 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26496/stat : 26496 (java) S 26483 26486 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93924289 10914865152 11771 33554432000 4194304 4196468 140726661583472 139742950177360 139743377745819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26497] ppid=26483 vsize=10659048 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/26486/task/26497/stat : 26497 (java) R 26483 26486 23830 0 -1 4202560 562 0 0 0 6 0 0 0 20 0 15 0 93924289 10914865152 11771 33554432000 4194304 4196468 140726661583472 139742949110304 139743362123964 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26498] ppid=26483 vsize=10659048 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/26486/task/26498/stat : 26498 (java) R 26483 26486 23830 0 -1 4202560 580 0 0 0 5 0 0 0 20 0 15 0 93924289 10914865152 11771 33554432000 4194304 4196468 140726661583472 139742948064600 139743361227304 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26499] ppid=26483 vsize=10659048 memory=140590972311168 CPUtime=0.13 cores=1,3,5,7
/proc/26486/task/26499/stat : 26499 (java) S 26483 26486 23830 0 -1 1077944384 787 0 0 0 13 0 0 0 20 0 15 0 93924289 10914865152 11771 33554432000 4194304 4196468 140726661583472 139742947019120 139743377738370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26500] ppid=26483 vsize=10659048 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26500/stat : 26500 (java) S 26483 26486 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93924290 10914865152 11771 33554432000 4194304 4196468 140726661583472 139742945966560 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26501] ppid=26483 vsize=10659048 memory=140590972311168 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26501/stat : 26501 (java) S 26483 26486 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93924290 10914865152 11771 33554432000 4194304 4196468 140726661583472 139742944914352 139743377738370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 47084 KiB

[startup+0.700752 s]
/proc/loadavg: 1.93 1.83 1.78 5/216 26501
/proc/meminfo: memFree=27078464/32770624 swapFree=67108496/67108860
[pid=26486] ppid=26483 vsize=10659048 memory=92812 CPUtime=1.45 cores=1,3,5,7
/proc/26486/stat : 26486 (java) S 26483 26486 23830 0 -1 1077944320 11099 0 0 0 141 4 0 0 20 0 15 0 93924284 10914865152 23203 33554432000 4194304 4196468 140726661583472 140726661566016 139743377727223 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
/proc/26486/statm: 2664762 23203 3077 1 0 2627263 0
[pid=26486/tid=26488] ppid=26483 vsize=10659048 memory=1616 CPUtime=0.68 cores=1,3,5,7
/proc/26486/task/26488/stat : 26488 (java) R 26483 26486 23830 0 -1 4202560 5660 0 0 0 66 2 0 0 20 0 15 0 93924284 10914865152 23203 33554432000 4194304 4196468 140726661583472 139743381963360 139743017121933 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26489] ppid=26483 vsize=10659048 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26489/stat : 26489 (java) S 26483 26486 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93924285 10914865152 23203 33554432000 4194304 4196468 140726661583472 139742983985552 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26490] ppid=26483 vsize=10659048 memory=1132 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26490/stat : 26490 (java) S 26483 26486 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93924285 10914865152 23203 33554432000 4194304 4196468 140726661583472 139742982932752 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26491] ppid=26483 vsize=10659048 memory=7235408084361307456 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26491/stat : 26491 (java) S 26483 26486 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93924285 10914865152 23203 33554432000 4194304 4196468 140726661583472 139742981880464 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26492] ppid=26483 vsize=10659048 memory=7739276948478193257 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26492/stat : 26492 (java) S 26483 26486 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93924285 10914865152 23203 33554432000 4194304 4196468 140726661583472 139742980827664 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26493] ppid=26483 vsize=10659048 memory=6154282490091891024 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26493/stat : 26493 (java) S 26483 26486 23830 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 93924286 10914865152 23203 33554432000 4194304 4196468 140726661583472 139742953335408 139743377738370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26494] ppid=26483 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26494/stat : 26494 (java) S 26483 26486 23830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93924287 10914865152 23203 33554432000 4194304 4196468 140726661583472 139742952281376 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26495] ppid=26483 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26495/stat : 26495 (java) S 26483 26486 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93924287 10914865152 23203 33554432000 4194304 4196468 140726661583472 139742951229040 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26496] ppid=26483 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26496/stat : 26496 (java) S 26483 26486 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93924289 10914865152 23203 33554432000 4194304 4196468 140726661583472 139742950177360 139743377745819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26497] ppid=26483 vsize=10659048 memory=3257 CPUtime=0.27 cores=1,3,5,7
/proc/26486/task/26497/stat : 26497 (java) S 26483 26486 23830 0 -1 1077944384 1416 0 0 0 27 0 0 0 20 0 15 0 93924289 10914865152 23203 33554432000 4194304 4196468 140726661583472 139742949124208 139743377738370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26498] ppid=26483 vsize=10659048 memory=4 CPUtime=0.27 cores=1,3,5,7
/proc/26486/task/26498/stat : 26498 (java) S 26483 26486 23830 0 -1 1077944384 1478 0 0 0 27 0 0 0 20 0 15 0 93924289 10914865152 23203 33554432000 4194304 4196468 140726661583472 139742948071408 139743377738370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26499] ppid=26483 vsize=10659048 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/26486/task/26499/stat : 26499 (java) S 26483 26486 23830 0 -1 1077944384 1174 0 0 0 19 1 0 0 20 0 15 0 93924289 10914865152 23203 33554432000 4194304 4196468 140726661583472 139742947019120 139743377738370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26500] ppid=26483 vsize=10659048 memory=281181711404528 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26500/stat : 26500 (java) S 26483 26486 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93924290 10914865152 23203 33554432000 4194304 4196468 140726661583472 139742945966560 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26501] ppid=26483 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26501/stat : 26501 (java) S 26483 26486 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93924290 10914865152 23203 33554432000 4194304 4196468 140726661583472 139742944914352 139743377738370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 92812 KiB

[startup+1.50077 s]
/proc/loadavg: 1.93 1.83 1.78 4/216 26501
/proc/meminfo: memFree=27011108/32770624 swapFree=67108496/67108860
[pid=26486] ppid=26483 vsize=10659048 memory=194352 CPUtime=3.04 cores=1,3,5,7
/proc/26486/stat : 26486 (java) S 26483 26486 23830 0 -1 1077944320 20448 0 0 0 297 7 0 0 20 0 15 0 93924284 10914865152 48588 33554432000 4194304 4196468 140726661583472 140726661566016 139743377727223 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
/proc/26486/statm: 2664762 48588 3124 1 0 2627263 0
[pid=26486/tid=26488] ppid=26483 vsize=10659048 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/26486/task/26488/stat : 26488 (java) R 26483 26486 23830 0 -1 4202560 5992 0 0 0 144 3 0 0 20 0 15 0 93924284 10914865152 48588 33554432000 4194304 4196468 140726661583472 139743381966368 139743016802096 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26489] ppid=26483 vsize=10659048 memory=-2746958450906831424 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26489/stat : 26489 (java) S 26483 26486 23830 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 15 0 93924285 10914865152 48588 33554432000 4194304 4196468 140726661583472 139742983985552 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26490] ppid=26483 vsize=10659048 memory=4946531962059070080 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26490/stat : 26490 (java) S 26483 26486 23830 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 93924285 10914865152 48588 33554432000 4194304 4196468 140726661583472 139742982932752 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26491] ppid=26483 vsize=10659048 memory=-6007660418857049897 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26491/stat : 26491 (java) S 26483 26486 23830 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 15 0 93924285 10914865152 48588 33554432000 4194304 4196468 140726661583472 139742981880464 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26492] ppid=26483 vsize=10659048 memory=-6366786231854389123 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26492/stat : 26492 (java) S 26483 26486 23830 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 93924285 10914865152 48588 33554432000 4194304 4196468 140726661583472 139742980827664 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26493] ppid=26483 vsize=10659048 memory=-6305711698218345600 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26493/stat : 26493 (java) S 26483 26486 23830 0 -1 1077944384 247 0 0 0 0 0 0 0 20 0 15 0 93924286 10914865152 48588 33554432000 4194304 4196468 140726661583472 139742953335408 139743377738370 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0

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

[pid=26486] ppid=26483 vsize=10659048 memory=6415960 CPUtime=2520.37 cores=1,3,5,7
/proc/26486/stat : 26486 (java) S 26483 26486 23830 0 -1 1077944320 800180 0 0 0 251633 404 0 0 20 0 15 0 93924284 10914865152 1603990 33554432000 4194304 4196468 140726661583472 140726661566016 139743377727223 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
/proc/26486/statm: 2664762 1603990 3148 1 0 2627263 0
[pid=26486/tid=26488] ppid=26483 vsize=10659048 memory=6395480 CPUtime=2166.98 cores=1,3,5,7
/proc/26486/task/26488/stat : 26488 (java) S 26483 26486 23830 0 -1 1077944384 130193 0 0 0 216654 44 0 0 20 0 15 0 93924284 10914865152 1603990 33554432000 4194304 4196468 140726661583472 139743381966752 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26489] ppid=26483 vsize=10659048 memory=6395480 CPUtime=84.98 cores=1,3,5,7
/proc/26486/task/26489/stat : 26489 (java) R 26483 26486 23830 0 -1 4202560 199941 0 0 0 8422 76 0 0 20 0 15 0 93924285 10914865152 1603990 33554432000 4194304 4196468 140726661583472 139742983985552 139743362175392 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26490] ppid=26483 vsize=10659048 memory=6395480 CPUtime=85.57 cores=1,3,5,7
/proc/26486/task/26490/stat : 26490 (java) R 26483 26486 23830 0 -1 4202560 126344 0 0 0 8477 80 0 0 20 0 15 0 93924285 10914865152 1603990 33554432000 4194304 4196468 140726661583472 139742982932752 139743362768163 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26491] ppid=26483 vsize=10659048 memory=6395480 CPUtime=84.82 cores=1,3,5,7
/proc/26486/task/26491/stat : 26491 (java) R 26483 26486 23830 0 -1 4202560 145544 0 0 0 8405 77 0 0 20 0 15 0 93924285 10914865152 1603990 33554432000 4194304 4196468 140726661583472 139742981880584 139743362768182 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26492] ppid=26483 vsize=10659048 memory=6395480 CPUtime=84.4 cores=1,3,5,7
/proc/26486/task/26492/stat : 26492 (java) R 26483 26486 23830 0 -1 4202560 149997 0 0 0 8356 84 0 0 20 0 15 0 93924285 10914865152 1603990 33554432000 4194304 4196468 140726661583472 139742980827864 139743362771359 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26493] ppid=26483 vsize=10659048 memory=6395480 CPUtime=11.06 cores=1,3,5,7
/proc/26486/task/26493/stat : 26493 (java) S 26483 26486 23830 0 -1 1077944384 29282 0 0 0 1102 4 0 0 20 0 15 0 93924286 10914865152 1603990 33554432000 4194304 4196468 140726661583472 139742953333920 139743377737429 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26494] ppid=26483 vsize=10659048 memory=6395480 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26494/stat : 26494 (java) S 26483 26486 23830 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 93924287 10914865152 1603990 33554432000 4194304 4196468 140726661583472 139742952281376 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26495] ppid=26483 vsize=10659048 memory=6395480 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26495/stat : 26495 (java) S 26483 26486 23830 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 93924287 10914865152 1603990 33554432000 4194304 4196468 140726661583472 139742951229040 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26496] ppid=26483 vsize=10659048 memory=6395480 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26496/stat : 26496 (java) S 26483 26486 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93924289 10914865152 1603990 33554432000 4194304 4196468 140726661583472 139742950177360 139743377745819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26497] ppid=26483 vsize=10659048 memory=6395480 CPUtime=0.46 cores=1,3,5,7
/proc/26486/task/26497/stat : 26497 (java) S 26483 26486 23830 0 -1 1077944384 3532 0 0 0 45 1 0 0 20 0 15 0 93924289 10914865152 1603990 33554432000 4194304 4196468 140726661583472 139742949124208 139743377738370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26498] ppid=26483 vsize=10659048 memory=6395480 CPUtime=0.97 cores=1,3,5,7
/proc/26486/task/26498/stat : 26498 (java) S 26483 26486 23830 0 -1 1077944384 9846 0 0 0 96 1 0 0 20 0 15 0 93924289 10914865152 1603990 33554432000 4194304 4196468 140726661583472 139742948071408 139743377738370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26499] ppid=26483 vsize=10659048 memory=3872 CPUtime=0.23 cores=1,3,5,7
/proc/26486/task/26499/stat : 26499 (java) S 26483 26486 23830 0 -1 1077944384 2944 0 0 0 22 1 0 0 20 0 15 0 93924289 10914865152 1603990 33554432000 4194304 4196468 140726661583472 139742947019120 139743377738370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26500] ppid=26483 vsize=10659048 memory=6395480 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26500/stat : 26500 (java) S 26483 26486 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93924290 10914865152 1603990 33554432000 4194304 4196468 140726661583472 139742945966560 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26501] ppid=26483 vsize=10659048 memory=6384 CPUtime=0.78 cores=1,3,5,7
/proc/26486/task/26501/stat : 26501 (java) S 26483 26486 23830 0 -1 1077944384 1112 0 0 0 42 36 0 0 20 0 15 0 93924290 10914865152 1603990 33554432000 4194304 4196468 140726661583472 139742944914352 139743377738370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
Current children cumulated CPU time: 2520.37 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 6415960 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2264.81 s]
# the end of solver process 26486 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.21 s, system=4.0966 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2264.41 s]
/proc/loadavg: 2.13 2.08 2.05 3/215 26587
/proc/meminfo: memFree=20719904/32770624 swapFree=67108496/67108860
[pid=26486] ppid=26483 vsize=10659048 memory=6418008 CPUtime=2520.81 cores=1,3,5,7
/proc/26486/stat : 26486 (java) S 26483 26486 23830 0 -1 1077944320 800191 0 0 0 251677 404 0 0 20 0 15 0 93924284 10914865152 1604502 33554432000 4194304 4196468 140726661583472 140726661566016 139743377727223 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
/proc/26486/statm: 2664762 1604502 3148 1 0 2627263 0
[pid=26486/tid=26488] ppid=26483 vsize=10659048 memory=1720 CPUtime=2166.98 cores=1,3,5,7
/proc/26486/task/26488/stat : 26488 (java) S 26483 26486 23830 0 -1 1077944384 130193 0 0 0 216654 44 0 0 20 0 15 0 93924284 10914865152 1604502 33554432000 4194304 4196468 140726661583472 139743381966752 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26489] ppid=26483 vsize=10659048 memory=928 CPUtime=85.09 cores=1,3,5,7
/proc/26486/task/26489/stat : 26489 (java) R 26483 26486 23830 0 -1 4202560 199941 0 0 0 8433 76 0 0 20 0 15 0 93924285 10914865152 1604502 33554432000 4194304 4196468 140726661583472 139742983985552 139743362755283 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26490] ppid=26483 vsize=10659048 memory=2336 CPUtime=85.69 cores=1,3,5,7
/proc/26486/task/26490/stat : 26490 (java) R 26483 26486 23830 0 -1 4202560 126345 0 0 0 8488 81 0 0 20 0 15 0 93924285 10914865152 1604502 33554432000 4194304 4196468 140726661583472 139742982932752 139743362768163 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26491] ppid=26483 vsize=10659048 memory=932 CPUtime=84.93 cores=1,3,5,7
/proc/26486/task/26491/stat : 26491 (java) R 26483 26486 23830 0 -1 4202560 145546 0 0 0 8416 77 0 0 20 0 15 0 93924285 10914865152 1604502 33554432000 4194304 4196468 140726661583472 139742981880584 139743362771547 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26492] ppid=26483 vsize=10659048 memory=1564 CPUtime=84.52 cores=1,3,5,7
/proc/26486/task/26492/stat : 26492 (java) R 26483 26486 23830 0 -1 4202560 149998 0 0 0 8367 85 0 0 20 0 15 0 93924285 10914865152 1604502 33554432000 4194304 4196468 140726661583472 139742980827784 139743362771243 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26493] ppid=26483 vsize=10659048 memory=6791534058613427641 CPUtime=11.06 cores=1,3,5,7
/proc/26486/task/26493/stat : 26493 (java) S 26483 26486 23830 0 -1 1077944384 29282 0 0 0 1102 4 0 0 20 0 15 0 93924286 10914865152 1604502 33554432000 4194304 4196468 140726661583472 139742953333920 139743377737429 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26494] ppid=26483 vsize=10659048 memory=932 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26494/stat : 26494 (java) S 26483 26486 23830 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 93924287 10914865152 1604502 33554432000 4194304 4196468 140726661583472 139742952281376 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26495] ppid=26483 vsize=10659048 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26495/stat : 26495 (java) S 26483 26486 23830 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 93924287 10914865152 1604502 33554432000 4194304 4196468 140726661583472 139742951229040 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26496] ppid=26483 vsize=10659048 memory=2212 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26496/stat : 26496 (java) S 26483 26486 23830 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 93924289 10914865152 1604502 33554432000 4194304 4196468 140726661583472 139742950177008 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26497] ppid=26483 vsize=10659048 memory=3988 CPUtime=0.46 cores=1,3,5,7
/proc/26486/task/26497/stat : 26497 (java) S 26483 26486 23830 0 -1 1077944384 3532 0 0 0 45 1 0 0 20 0 15 0 93924289 10914865152 1604502 33554432000 4194304 4196468 140726661583472 139742949124208 139743377738370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26498] ppid=26483 vsize=10659048 memory=2048 CPUtime=0.97 cores=1,3,5,7
/proc/26486/task/26498/stat : 26498 (java) S 26483 26486 23830 0 -1 1077944384 9846 0 0 0 96 1 0 0 20 0 15 0 93924289 10914865152 1604502 33554432000 4194304 4196468 140726661583472 139742948071408 139743377738370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26499] ppid=26483 vsize=10659048 memory=6395480 CPUtime=0.23 cores=1,3,5,7
/proc/26486/task/26499/stat : 26499 (java) S 26483 26486 23830 0 -1 1077944384 2944 0 0 0 22 1 0 0 20 0 15 0 93924289 10914865152 1604502 33554432000 4194304 4196468 140726661583472 139742947019120 139743377738370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26500] ppid=26483 vsize=10659048 memory=4460 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26500/stat : 26500 (java) S 26483 26486 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93924290 10914865152 1604502 33554432000 4194304 4196468 140726661583472 139742945966560 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26501] ppid=26483 vsize=10659048 memory=1380 CPUtime=0.78 cores=1,3,5,7
/proc/26486/task/26501/stat : 26501 (java) S 26483 26486 23830 0 -1 1077944384 1112 0 0 0 42 36 0 0 20 0 15 0 93924290 10914865152 1604502 33554432000 4194304 4196468 140726661583472 139742944914352 139743377738370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
Current children cumulated CPU time: 2520.81 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 6418008 KiB

[startup+2264.6 s]
/proc/loadavg: 2.13 2.08 2.05 3/215 26587
/proc/meminfo: memFree=20719904/32770624 swapFree=67108496/67108860
[pid=26486] ppid=26483 vsize=10659048 memory=6430296 CPUtime=2521.56 cores=1,3,5,7
/proc/26486/stat : 26486 (java) S 26483 26486 23830 0 -1 1077944320 800214 0 0 0 251751 405 0 0 20 0 15 0 93924284 10914865152 1607574 33554432000 4194304 4196468 140726661583472 140726661566016 139743377727223 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
/proc/26486/statm: 2664762 1607574 3148 1 0 2627263 0
[pid=26486/tid=26488] ppid=26483 vsize=10659048 memory=15184 CPUtime=2166.98 cores=1,3,5,7
/proc/26486/task/26488/stat : 26488 (java) S 26483 26486 23830 0 -1 1077944384 130193 0 0 0 216654 44 0 0 20 0 15 0 93924284 10914865152 1607574 33554432000 4194304 4196468 140726661583472 139743381966752 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26489] ppid=26483 vsize=10659048 memory=4000 CPUtime=85.29 cores=1,3,5,7
/proc/26486/task/26489/stat : 26489 (java) R 26483 26486 23830 0 -1 4202560 199949 0 0 0 8452 77 0 0 20 0 15 0 93924285 10914865152 1607574 33554432000 4194304 4196468 140726661583472 139742983985552 139743362754642 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26490] ppid=26483 vsize=10659048 memory=14256 CPUtime=85.88 cores=1,3,5,7
/proc/26486/task/26490/stat : 26490 (java) R 26483 26486 23830 0 -1 4202560 126350 0 0 0 8507 81 0 0 20 0 15 0 93924285 10914865152 1607574 33554432000 4194304 4196468 140726661583472 139742982932752 139743363485569 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26491] ppid=26483 vsize=10659048 memory=16004 CPUtime=85.13 cores=1,3,5,7
/proc/26486/task/26491/stat : 26491 (java) R 26483 26486 23830 0 -1 4202560 145552 0 0 0 8435 78 0 0 20 0 15 0 93924285 10914865152 1607574 33554432000 4194304 4196468 140726661583472 139742981880584 139743362771697 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26492] ppid=26483 vsize=10659048 memory=1180 CPUtime=84.71 cores=1,3,5,7
/proc/26486/task/26492/stat : 26492 (java) R 26483 26486 23830 0 -1 4202560 150002 0 0 0 8386 85 0 0 20 0 15 0 93924285 10914865152 1607574 33554432000 4194304 4196468 140726661583472 139742980827784 139743362771392 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26493] ppid=26483 vsize=10659048 memory=6791534058613427641 CPUtime=11.06 cores=1,3,5,7
/proc/26486/task/26493/stat : 26493 (java) S 26483 26486 23830 0 -1 1077944384 29282 0 0 0 1102 4 0 0 20 0 15 0 93924286 10914865152 1607574 33554432000 4194304 4196468 140726661583472 139742953333920 139743377737429 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26494] ppid=26483 vsize=10659048 memory=1160 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26494/stat : 26494 (java) S 26483 26486 23830 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 93924287 10914865152 1607574 33554432000 4194304 4196468 140726661583472 139742952281376 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26495] ppid=26483 vsize=10659048 memory=15184 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26495/stat : 26495 (java) S 26483 26486 23830 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 93924287 10914865152 1607574 33554432000 4194304 4196468 140726661583472 139742951229040 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26496] ppid=26483 vsize=10659048 memory=4000 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26496/stat : 26496 (java) S 26483 26486 23830 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 93924289 10914865152 1607574 33554432000 4194304 4196468 140726661583472 139742950177008 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26497] ppid=26483 vsize=10659048 memory=14256 CPUtime=0.46 cores=1,3,5,7
/proc/26486/task/26497/stat : 26497 (java) S 26483 26486 23830 0 -1 1077944384 3532 0 0 0 45 1 0 0 20 0 15 0 93924289 10914865152 1607574 33554432000 4194304 4196468 140726661583472 139742949124208 139743377738370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26498] ppid=26483 vsize=10659048 memory=16004 CPUtime=0.97 cores=1,3,5,7
/proc/26486/task/26498/stat : 26498 (java) S 26483 26486 23830 0 -1 1077944384 9846 0 0 0 96 1 0 0 20 0 15 0 93924289 10914865152 1607574 33554432000 4194304 4196468 140726661583472 139742948071408 139743377738370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26499] ppid=26483 vsize=10659048 memory=1180 CPUtime=0.23 cores=1,3,5,7
/proc/26486/task/26499/stat : 26499 (java) S 26483 26486 23830 0 -1 1077944384 2944 0 0 0 22 1 0 0 20 0 15 0 93924289 10914865152 1607574 33554432000 4194304 4196468 140726661583472 139742947019120 139743377738370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26500] ppid=26483 vsize=10659048 memory=504 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26500/stat : 26500 (java) S 26483 26486 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93924290 10914865152 1607574 33554432000 4194304 4196468 140726661583472 139742945966560 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26501] ppid=26483 vsize=10659048 memory=1720 CPUtime=0.78 cores=1,3,5,7
/proc/26486/task/26501/stat : 26501 (java) S 26483 26486 23830 0 -1 1077944384 1112 0 0 0 42 36 0 0 20 0 15 0 93924290 10914865152 1607574 33554432000 4194304 4196468 140726661583472 139742944914352 139743377738370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
Current children cumulated CPU time: 2521.56 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 6430296 KiB

[startup+2264.7 s]
/proc/loadavg: 2.13 2.08 2.05 3/215 26587
/proc/meminfo: memFree=20719904/32770624 swapFree=67108496/67108860
[pid=26486] ppid=26483 vsize=10659048 memory=6438488 CPUtime=2521.97 cores=1,3,5,7
/proc/26486/stat : 26486 (java) S 26483 26486 23830 0 -1 1077944320 800230 0 0 0 251791 406 0 0 20 0 15 0 93924284 10914865152 1609622 33554432000 4194304 4196468 140726661583472 140726661566016 139743377727223 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
/proc/26486/statm: 2664762 1609622 3148 1 0 2627263 0
[pid=26486/tid=26488] ppid=26483 vsize=10659048 memory=6395480 CPUtime=2166.98 cores=1,3,5,7
/proc/26486/task/26488/stat : 26488 (java) S 26483 26486 23830 0 -1 1077944384 130193 0 0 0 216654 44 0 0 20 0 15 0 93924284 10914865152 1609622 33554432000 4194304 4196468 140726661583472 139743381966752 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26489] ppid=26483 vsize=10659048 memory=6395480 CPUtime=85.39 cores=1,3,5,7
/proc/26486/task/26489/stat : 26489 (java) R 26483 26486 23830 0 -1 4202560 199953 0 0 0 8462 77 0 0 20 0 15 0 93924285 10914865152 1609622 33554432000 4194304 4196468 140726661583472 139742983985552 139743359374736 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26490] ppid=26483 vsize=10659048 memory=6395480 CPUtime=85.98 cores=1,3,5,7
/proc/26486/task/26490/stat : 26490 (java) R 26483 26486 23830 0 -1 4202560 126354 0 0 0 8517 81 0 0 20 0 15 0 93924285 10914865152 1609622 33554432000 4194304 4196468 140726661583472 139742982932752 139743362771547 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26491] ppid=26483 vsize=10659048 memory=6395480 CPUtime=85.22 cores=1,3,5,7
/proc/26486/task/26491/stat : 26491 (java) R 26483 26486 23830 0 -1 4202560 145557 0 0 0 8444 78 0 0 20 0 15 0 93924285 10914865152 1609622 33554432000 4194304 4196468 140726661583472 139742981880584 139743362754642 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26492] ppid=26483 vsize=10659048 memory=6395480 CPUtime=84.81 cores=1,3,5,7
/proc/26486/task/26492/stat : 26492 (java) R 26483 26486 23830 0 -1 4202560 150005 0 0 0 8396 85 0 0 20 0 15 0 93924285 10914865152 1609622 33554432000 4194304 4196468 140726661583472 139742980827784 139743362771697 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26493] ppid=26483 vsize=10659048 memory=6395480 CPUtime=11.06 cores=1,3,5,7
/proc/26486/task/26493/stat : 26493 (java) S 26483 26486 23830 0 -1 1077944384 29282 0 0 0 1102 4 0 0 20 0 15 0 93924286 10914865152 1609622 33554432000 4194304 4196468 140726661583472 139742953333920 139743377737429 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26494] ppid=26483 vsize=10659048 memory=6395480 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26494/stat : 26494 (java) S 26483 26486 23830 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 93924287 10914865152 1609622 33554432000 4194304 4196468 140726661583472 139742952281376 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26495] ppid=26483 vsize=10659048 memory=6395480 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26495/stat : 26495 (java) S 26483 26486 23830 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 93924287 10914865152 1609622 33554432000 4194304 4196468 140726661583472 139742951229040 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26496] ppid=26483 vsize=10659048 memory=6395480 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26496/stat : 26496 (java) S 26483 26486 23830 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 93924289 10914865152 1609622 33554432000 4194304 4196468 140726661583472 139742950177008 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26497] ppid=26483 vsize=10659048 memory=6420056 CPUtime=0.46 cores=1,3,5,7
/proc/26486/task/26497/stat : 26497 (java) S 26483 26486 23830 0 -1 1077944384 3532 0 0 0 45 1 0 0 20 0 15 0 93924289 10914865152 1609622 33554432000 4194304 4196468 140726661583472 139742949124208 139743377738370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26498] ppid=26483 vsize=10659048 memory=6395480 CPUtime=0.97 cores=1,3,5,7
/proc/26486/task/26498/stat : 26498 (java) S 26483 26486 23830 0 -1 1077944384 9846 0 0 0 96 1 0 0 20 0 15 0 93924289 10914865152 1609622 33554432000 4194304 4196468 140726661583472 139742948071408 139743377738370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26499] ppid=26483 vsize=10659048 memory=3872 CPUtime=0.23 cores=1,3,5,7
/proc/26486/task/26499/stat : 26499 (java) S 26483 26486 23830 0 -1 1077944384 2944 0 0 0 22 1 0 0 20 0 15 0 93924289 10914865152 1609622 33554432000 4194304 4196468 140726661583472 139742947019120 139743377738370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26500] ppid=26483 vsize=10659048 memory=6395480 CPUtime=0 cores=1,3,5,7
/proc/26486/task/26500/stat : 26500 (java) S 26483 26486 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93924290 10914865152 1609622 33554432000 4194304 4196468 140726661583472 139742945966560 139743377737429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
[pid=26486/tid=26501] ppid=26483 vsize=10659048 memory=6384 CPUtime=0.78 cores=1,3,5,7
/proc/26486/task/26501/stat : 26501 (java) S 26483 26486 23830 0 -1 1077944384 1112 0 0 0 42 36 0 0 20 0 15 0 93924290 10914865152 1609622 33554432000 4194304 4196468 140726661583472 139742944914352 139743377738370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29966336 140726661588141 140726661588233 140726661588233 140726661590991 0
Current children cumulated CPU time: 2521.97 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 6438488 KiB

Child status: 143
Real time (s): 2264.81
CPU time (s): 2522.31
CPU user time (s): 2518.21
CPU system time (s): 4.0966
CPU usage (%): 111.369
Max. virtual memory (cumulated for all children) (KiB): 10661184
Max. memory (cumulated for all children) (KiB): 6438488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.21
system time used= 4.0966
maximum resident set size= 6447056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 800802
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56607
involuntary context switches= 5625


# summary of solver processes directly reported to runsolver:
#   pid: 26486
#   total CPU time (s): 2522.31
#   total CPU user time (s): 2518.21
#   total CPU system time (s): 4.0966

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.8655 second user time and 21.8174 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-28 09:40:11
IDJOB=4298499
IDBENCH=141148
IDSOLVER=2763
FILE ID=node149/4298499-1532763611
RUNJOBID= node149-1532741282-23862
PBS_JOBID= 21022453
Free space on /tmp= 43256 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/Auction/Auction-sum/Auction-sum-example_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298499-1532763611/watcher-4298499-1532763611 -o /tmp/evaluation-result-4298499-1532763611/solver-4298499-1532763611 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532741282-23862 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298499-1532763611.xml

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

MD5SUM BENCH= ef5ffd6d9cd3ce1d40ba669a8320885c
RANDOM SEED=1905071973

node149.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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:       32770624 kB
MemFree:        27135700 kB
MemAvailable:   31543592 kB
Buffers:          125076 kB
Cached:          4502000 kB
SwapCached:           60 kB
Active:          1924772 kB
Inactive:        3142384 kB
Active(anon):     389792 kB
Inactive(anon):    78008 kB
Active(file):    1534980 kB
Inactive(file):  3064376 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:              1360 kB
Writeback:            16 kB
AnonPages:        447800 kB
Mapped:            46664 kB
Shmem:             25040 kB
Slab:             265384 kB
SReclaimable:     236996 kB
SUnreclaim:        28388 kB
KernelStack:        3536 kB
PageTables:         6484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1179264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    358400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 43256 MiB
End job on node149 at 2018-07-28 10:17:56