Trace number 4293286

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
Concrete 3.8-SuperNG 2018-06-13? (TO) 2528.07 2092.06

General information on the benchmark

NameAuction/Auction-sum/
Auction-sum-matching040_c18.xml
MD5SUMd33511db6974d661f2a7d715e96a1ecf
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark12918598
Best CPU time to get the best result obtained on this benchmark2520.13
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints317
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2000}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":1996}]
Minimum constraint arity2
Maximum constraint arity232
Distribution of constraint arities[{"arity":2,"count":1},{"arity":3,"count":54},{"arity":6,"count":107},{"arity":10,"count":119},{"arity":29,"count":1},{"arity":32,"count":1},{"arity":34,"count":2},{"arity":38,"count":1},{"arity":41,"count":1},{"arity":43,"count":1},{"arity":44,"count":1},{"arity":52,"count":1},{"arity":66,"count":1},{"arity":67,"count":1},{"arity":69,"count":1},{"arity":74,"count":1},{"arity":82,"count":1},{"arity":83,"count":1},{"arity":87,"count":1},{"arity":89,"count":1},{"arity":96,"count":1},{"arity":107,"count":1},{"arity":108,"count":1},{"arity":109,"count":1},{"arity":112,"count":1},{"arity":120,"count":2},{"arity":134,"count":2},{"arity":167,"count":1},{"arity":181,"count":1},{"arity":184,"count":1},{"arity":188,"count":1},{"arity":191,"count":1},{"arity":204,"count":1},{"arity":208,"count":1},{"arity":217,"count":1},{"arity":224,"count":1},{"arity":232,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":317}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.99/0.73	c Concrete v3.8.1528841891564 running

Verifier Data

One s line expected

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 (10634 MiB free)
  memory of node 1: 16384 MiB (14216 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293286-1532311176/watcher-4293286-1532311176 -o /tmp/evaluation-result-4293286-1532311176/solver-4293286-1532311176 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532298084-3500 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=2140113548 -superng HOME/instance-4293286-1532311176.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
solver pid=6534, runsolver pid=6531
Current StackSize limit: 8192 KiB


[startup+0.100127 s]*
/proc/loadavg: 1.73 1.68 1.76 3/206 6591
/proc/meminfo: memFree=25442224/32770624 swapFree=67108860/67108860
[pid=6534] ppid=6531 vsize=9972712 memory=18592 CPUtime=0.09 cores=1,3,5,7
/proc/6534/stat : 6534 (java) S 6531 6534 3468 0 -1 1077944320 4286 13199 0 0 1 0 5 3 20 0 6 0 48680776 10212057088 4648 33554432000 4194304 4196468 140733222370240 140733222352784 139620836810487 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
/proc/6534/statm: 2493178 4648 1932 1 0 2481616 0
[pid=6534/tid=6587] ppid=6531 vsize=9972712 memory=4718545630382498451 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6587/stat : 6587 (java) R 6531 6534 3468 0 -1 4202560 2103 13199 0 0 0 0 5 3 20 0 6 0 48680785 10212057088 4648 33554432000 4194304 4196468 140733222370240 139620808647248 139620836832413 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6588] ppid=6531 vsize=9972712 memory=5793855119950412217 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6588/stat : 6588 (java) S 6531 6534 3468 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 6 0 48680786 10212057088 4648 33554432000 4194304 4196468 140733222370240 139620841052560 139620836820693 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6589] ppid=6531 vsize=9972712 memory=139868940519040 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6589/stat : 6589 (java) S 6531 6534 3468 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 6 0 48680786 10212057088 4648 33554432000 4194304 4196468 140733222370240 139620739942672 139620836820693 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6590] ppid=6531 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6590/stat : 6590 (java) S 6531 6534 3468 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 6 0 48680786 10212057088 4648 33554432000 4194304 4196468 140733222370240 139620738890384 139620836820693 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6591] ppid=6531 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6591/stat : 6591 (java) S 6531 6534 3468 0 -1 1077944384 2 13199 0 0 0 0 5 3 20 0 6 0 48680786 10212057088 4648 33554432000 4194304 4196468 140733222370240 139620737837584 139620836820693 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210014 s]*
/proc/loadavg: 1.73 1.68 1.76 3/215 6600
/proc/meminfo: memFree=25422572/32770624 swapFree=67108860/67108860
[pid=6534] ppid=6531 vsize=10818904 memory=43180 CPUtime=0.26 cores=1,3,5,7
/proc/6534/stat : 6534 (java) S 6531 6534 3468 0 -1 1077944320 9250 13199 0 0 16 2 5 3 20 0 15 0 48680776 11078557696 10795 33554432000 4194304 4196468 140733222370240 140733222352784 139620836810487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
/proc/6534/statm: 2704734 10795 2931 1 0 2667157 0
[pid=6534/tid=6587] ppid=6531 vsize=10818904 memory=-2899909650764262549 CPUtime=0.19 cores=1,3,5,7
/proc/6534/task/6587/stat : 6587 (java) R 6531 6534 3468 0 -1 4202560 5867 13199 0 0 10 1 5 3 20 0 15 0 48680785 11078557696 10795 33554432000 4194304 4196468 140733222370240 139620808635296 139620836832413 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6588] ppid=6531 vsize=10818904 memory=4211973595145309578 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6588/stat : 6588 (java) S 6531 6534 3468 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 48680786 11078557696 10795 33554432000 4194304 4196468 140733222370240 139620841052560 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6589] ppid=6531 vsize=10818904 memory=139868940519040 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6589/stat : 6589 (java) S 6531 6534 3468 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 48680786 11078557696 10795 33554432000 4194304 4196468 140733222370240 139620739942672 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6590] ppid=6531 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6590/stat : 6590 (java) S 6531 6534 3468 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 48680786 11078557696 10795 33554432000 4194304 4196468 140733222370240 139620738890384 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6591] ppid=6531 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6591/stat : 6591 (java) S 6531 6534 3468 0 -1 1077944384 2 13199 0 0 0 0 5 3 20 0 15 0 48680786 11078557696 10795 33554432000 4194304 4196468 140733222370240 139620737837584 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6592] ppid=6531 vsize=10818904 memory=139868940519040 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6592/stat : 6592 (java) S 6531 6534 3468 0 -1 1077944384 2 13199 0 0 0 0 5 3 20 0 15 0 48680787 11078557696 10795 33554432000 4194304 4196468 140733222370240 139619839277680 139620836821634 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6593] ppid=6531 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6593/stat : 6593 (java) S 6531 6534 3468 0 -1 1077944384 33 13199 0 0 0 0 5 3 20 0 15 0 48680788 11078557696 10795 33554432000 4194304 4196468 140733222370240 139619838223648 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6594] ppid=6531 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6594/stat : 6594 (java) S 6531 6534 3468 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 48680788 11078557696 10795 33554432000 4194304 4196468 140733222370240 139619723110000 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6595] ppid=6531 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6595/stat : 6595 (java) S 6531 6534 3468 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 48680791 11078557696 10795 33554432000 4194304 4196468 140733222370240 139619415710288 139620836829083 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6596] ppid=6531 vsize=10818904 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6534/task/6596/stat : 6596 (java) S 6531 6534 3468 0 -1 1077944384 519 13199 0 0 1 0 5 3 20 0 15 0 48680791 11078557696 10795 33554432000 4194304 4196468 140733222370240 139619804665968 139620836821634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6597] ppid=6531 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6597/stat : 6597 (java) S 6531 6534 3468 0 -1 1077944384 54 13199 0 0 0 0 5 3 20 0 15 0 48680791 11078557696 10795 33554432000 4194304 4196468 140733222370240 139619803613168 139620836821634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6598] ppid=6531 vsize=10818904 memory=139868940519040 CPUtime=0.11 cores=1,3,5,7
/proc/6534/task/6598/stat : 6598 (java) R 6531 6534 3468 0 -1 4202560 582 13199 0 0 3 0 5 3 20 0 15 0 48680791 11078557696 10795 33554432000 4194304 4196468 140733222370240 139619802560880 139620820890974 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6599] ppid=6531 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6599/stat : 6599 (java) S 6531 6534 3468 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 48680791 11078557696 10795 33554432000 4194304 4196468 140733222370240 139619382151648 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6600] ppid=6531 vsize=10818904 memory=139868940519040 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6600/stat : 6600 (java) S 6531 6534 3468 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 48680791 11078557696 10795 33554432000 4194304 4196468 140733222370240 139619801508784 139620836821634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 43180 KiB

[startup+0.310423 s]*
/proc/loadavg: 1.73 1.68 1.76 3/215 6600
/proc/meminfo: memFree=25409396/32770624 swapFree=67108860/67108860
[pid=6534] ppid=6531 vsize=10819352 memory=51320 CPUtime=0.39 cores=1,3,5,7
/proc/6534/stat : 6534 (java) S 6531 6534 3468 0 -1 1077944320 10470 13199 0 0 29 2 5 3 20 0 15 0 48680776 11079016448 12830 33554432000 4194304 4196468 140733222370240 140733222352784 139620836810487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
/proc/6534/statm: 2704838 12830 3065 1 0 2667149 0
[pid=6534/tid=6587] ppid=6531 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/6534/task/6587/stat : 6587 (java) R 6531 6534 3468 0 -1 4202560 7058 13199 0 0 19 1 5 3 20 0 15 0 48680785 11079016448 12830 33554432000 4194304 4196468 140733222370240 139620808622496 139620817085639 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6588] ppid=6531 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6588/stat : 6588 (java) S 6531 6534 3468 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 48680786 11079016448 12830 33554432000 4194304 4196468 140733222370240 139620841052560 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6589] ppid=6531 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6589/stat : 6589 (java) S 6531 6534 3468 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 48680786 11079016448 12830 33554432000 4194304 4196468 140733222370240 139620739942672 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6590] ppid=6531 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6590/stat : 6590 (java) S 6531 6534 3468 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 48680786 11079016448 12830 33554432000 4194304 4196468 140733222370240 139620738890384 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6591] ppid=6531 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6591/stat : 6591 (java) S 6531 6534 3468 0 -1 1077944384 2 13199 0 0 0 0 5 3 20 0 15 0 48680786 11079016448 12830 33554432000 4194304 4196468 140733222370240 139620737837584 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6592] ppid=6531 vsize=10819352 memory=139868940519039 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6592/stat : 6592 (java) S 6531 6534 3468 0 -1 1077944384 2 13199 0 0 0 0 5 3 20 0 15 0 48680787 11079016448 12830 33554432000 4194304 4196468 140733222370240 139619839277680 139620836821634 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6593] ppid=6531 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6593/stat : 6593 (java) S 6531 6534 3468 0 -1 1077944384 33 13199 0 0 0 0 5 3 20 0 15 0 48680788 11079016448 12830 33554432000 4194304 4196468 140733222370240 139619838223648 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6594] ppid=6531 vsize=10819352 memory=139868940519040 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6594/stat : 6594 (java) S 6531 6534 3468 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 48680788 11079016448 12830 33554432000 4194304 4196468 140733222370240 139619723110000 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6595] ppid=6531 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6595/stat : 6595 (java) S 6531 6534 3468 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 48680791 11079016448 12830 33554432000 4194304 4196468 140733222370240 139619415710288 139620836829083 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6596] ppid=6531 vsize=10819352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/6534/task/6596/stat : 6596 (java) S 6531 6534 3468 0 -1 1077944384 519 13199 0 0 2 0 5 3 20 0 15 0 48680791 11079016448 12830 33554432000 4194304 4196468 140733222370240 139619804665968 139620836821634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6597] ppid=6531 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/6534/task/6597/stat : 6597 (java) S 6531 6534 3468 0 -1 1077944384 55 13199 0 0 1 0 5 3 20 0 15 0 48680791 11079016448 12830 33554432000 4194304 4196468 140733222370240 139619803613168 139620836821634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6598] ppid=6531 vsize=10819352 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/6534/task/6598/stat : 6598 (java) S 6531 6534 3468 0 -1 1077944384 600 13199 0 0 5 0 5 3 20 0 15 0 48680791 11079016448 12830 33554432000 4194304 4196468 140733222370240 139619802560880 139620836821634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6599] ppid=6531 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6599/stat : 6599 (java) S 6531 6534 3468 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 48680791 11079016448 12830 33554432000 4194304 4196468 140733222370240 139619382151648 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6600] ppid=6531 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6600/stat : 6600 (java) S 6531 6534 3468 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 48680791 11079016448 12830 33554432000 4194304 4196468 140733222370240 139619801508784 139620836821634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51320 KiB

[startup+0.700744 s]
/proc/loadavg: 1.73 1.68 1.76 4/215 6600
/proc/meminfo: memFree=25399596/32770624 swapFree=67108860/67108860
[pid=6534] ppid=6531 vsize=10819352 memory=84644 CPUtime=0.99 cores=1,3,5,7
/proc/6534/stat : 6534 (java) S 6531 6534 3468 0 -1 1077944320 16768 13199 0 0 87 4 5 3 20 0 15 0 48680776 11079016448 21161 33554432000 4194304 4196468 140733222370240 140733222352784 139620836810487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
/proc/6534/statm: 2704838 21161 3240 1 0 2667149 0
[pid=6534/tid=6587] ppid=6531 vsize=10819352 memory=54 CPUtime=0.67 cores=1,3,5,7
/proc/6534/task/6587/stat : 6587 (java) R 6531 6534 3468 0 -1 4202560 12278 13199 0 0 56 3 5 3 20 0 15 0 48680785 11079016448 21161 33554432000 4194304 4196468 140733222370240 139620808631312 139620818373991 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6588] ppid=6531 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6588/stat : 6588 (java) S 6531 6534 3468 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 48680786 11079016448 21161 33554432000 4194304 4196468 140733222370240 139620841052560 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6589] ppid=6531 vsize=10819352 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6589/stat : 6589 (java) S 6531 6534 3468 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 48680786 11079016448 21161 33554432000 4194304 4196468 140733222370240 139620739942672 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6590] ppid=6531 vsize=10819352 memory=16116 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6590/stat : 6590 (java) S 6531 6534 3468 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 48680786 11079016448 21161 33554432000 4194304 4196468 140733222370240 139620738890384 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6591] ppid=6531 vsize=10819352 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6591/stat : 6591 (java) S 6531 6534 3468 0 -1 1077944384 2 13199 0 0 0 0 5 3 20 0 15 0 48680786 11079016448 21161 33554432000 4194304 4196468 140733222370240 139620737837584 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6592] ppid=6531 vsize=10819352 memory=288230587427463884 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6592/stat : 6592 (java) S 6531 6534 3468 0 -1 1077944384 5 13199 0 0 0 0 5 3 20 0 15 0 48680787 11079016448 21161 33554432000 4194304 4196468 140733222370240 139619839277680 139620836821634 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6593] ppid=6531 vsize=10819352 memory=15819980281240981 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6593/stat : 6593 (java) S 6531 6534 3468 0 -1 1077944384 33 13199 0 0 0 0 5 3 20 0 15 0 48680788 11079016448 21161 33554432000 4194304 4196468 140733222370240 139619838223648 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6594] ppid=6531 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6594/stat : 6594 (java) S 6531 6534 3468 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 48680788 11079016448 21161 33554432000 4194304 4196468 140733222370240 139619723110000 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6595] ppid=6531 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6595/stat : 6595 (java) S 6531 6534 3468 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 48680791 11079016448 21161 33554432000 4194304 4196468 140733222370240 139619415710288 139620836829083 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6596] ppid=6531 vsize=10819352 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/6534/task/6596/stat : 6596 (java) S 6531 6534 3468 0 -1 1077944384 891 13199 0 0 7 0 5 3 20 0 15 0 48680791 11079016448 21161 33554432000 4194304 4196468 140733222370240 139619804665968 139620836821634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6597] ppid=6531 vsize=10819352 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/6534/task/6597/stat : 6597 (java) S 6531 6534 3468 0 -1 1077944384 663 13199 0 0 9 0 5 3 20 0 15 0 48680791 11079016448 21161 33554432000 4194304 4196468 140733222370240 139619803613168 139620836821634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6598] ppid=6531 vsize=10819352 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/6534/task/6598/stat : 6598 (java) S 6531 6534 3468 0 -1 1077944384 695 13199 0 0 13 0 5 3 20 0 15 0 48680791 11079016448 21161 33554432000 4194304 4196468 140733222370240 139619802560880 139620836821634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6599] ppid=6531 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6599/stat : 6599 (java) S 6531 6534 3468 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 48680791 11079016448 21161 33554432000 4194304 4196468 140733222370240 139619382151648 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6600] ppid=6531 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6600/stat : 6600 (java) S 6531 6534 3468 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 48680791 11079016448 21161 33554432000 4194304 4196468 140733222370240 139619801508784 139620836821634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84644 KiB

[startup+1.50081 s]
/proc/loadavg: 1.73 1.68 1.76 4/215 6600
/proc/meminfo: memFree=25352792/32770624 swapFree=67108860/67108860
[pid=6534] ppid=6531 vsize=10834252 memory=186668 CPUtime=2.44 cores=1,3,5,7
/proc/6534/stat : 6534 (java) S 6531 6534 3468 0 -1 1077944320 24258 13199 0 0 226 10 5 3 20 0 15 0 48680776 11094274048 46667 33554432000 4194304 4196468 140733222370240 140733222352784 139620836810487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
/proc/6534/statm: 2708563 46667 3474 1 0 2670221 0
[pid=6534/tid=6587] ppid=6531 vsize=10834252 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/6534/task/6587/stat : 6587 (java) R 6531 6534 3468 0 -1 4202560 17645 13199 0 0 128 7 5 3 20 0 15 0 48680785 11094274048 46667 33554432000 4194304 4196468 140733222370240 139620808627440 139620821976040 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6588] ppid=6531 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6534/task/6588/stat : 6588 (java) S 6531 6534 3468 0 -1 1077944384 50 13199 0 0 1 0 5 3 20 0 15 0 48680786 11094274048 46667 33554432000 4194304 4196468 140733222370240 139620841052560 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6589] ppid=6531 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6534/task/6589/stat : 6589 (java) S 6531 6534 3468 0 -1 1077944384 15 13199 0 0 1 0 5 3 20 0 15 0 48680786 11094274048 46667 33554432000 4194304 4196468 140733222370240 139620739942672 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6590] ppid=6531 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6534/task/6590/stat : 6590 (java) S 6531 6534 3468 0 -1 1077944384 173 13199 0 0 1 0 5 3 20 0 15 0 48680786 11094274048 46667 33554432000 4194304 4196468 140733222370240 139620738890384 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6591] ppid=6531 vsize=10834252 memory=6944656592387989600 CPUtime=0.09 cores=1,3,5,7
/proc/6534/task/6591/stat : 6591 (java) S 6531 6534 3468 0 -1 1077944384 35 13199 0 0 1 0 5 3 20 0 15 0 48680786 11094274048 46667 33554432000 4194304 4196468 140733222370240 139620737837584 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6592] ppid=6531 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6534/task/6592/stat : 6592 (java) S 6531 6534 3468 0 -1 1077944384 213 13199 0 0 1 0 5 3 20 0 15 0 48680787 11094274048 46667 33554432000 4194304 4196468 140733222370240 139619839277680 139620836821634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6593] ppid=6531 vsize=10834252 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6593/stat : 6593 (java) S 6531 6534 3468 0 -1 1077944384 34 13199 0 0 0 0 5 3 20 0 15 0 48680788 11094274048 46667 33554432000 4194304 4196468 140733222370240 139619838223712 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6594] ppid=6531 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6594/stat : 6594 (java) S 6531 6534 3468 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 48680788 11094274048 46667 33554432000 4194304 4196468 140733222370240 139619723110016 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6595] ppid=6531 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6595/stat : 6595 (java) S 6531 6534 3468 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 48680791 11094274048 46667 33554432000 4194304 4196468 140733222370240 139619415710288 139620836829083 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6596] ppid=6531 vsize=10834252 memory=4580 CPUtime=0.31 cores=1,3,5,7
/proc/6534/task/6596/stat : 6596 (java) S 6531 6534 3468 0 -1 1077944384 1204 13199 0 0 23 0 5 3 20 0 15 0 48680791 11094274048 46667 33554432000 4194304 4196468 140733222370240 139619804665968 139620836821634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6597] ppid=6531 vsize=10834252 memory=11127238482 CPUtime=0.36 cores=1,3,5,7
/proc/6534/task/6597/stat : 6597 (java) S 6531 6534 3468 0 -1 1077944384 1165 13199 0 0 28 0 5 3 20 0 15 0 48680791 11094274048 46667 33554432000 4194304 4196468 140733222370240 139619803613168 139620836821634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6598] ppid=6531 vsize=10834252 memory=279737662885632 CPUtime=0.45 cores=1,3,5,7
/proc/6534/task/6598/stat : 6598 (java) S 6531 6534 3468 0 -1 1077944384 1526 13199 0 0 37 0 5 3 20 0 15 0 48680791 11094274048 46667 33554432000 4194304 4196468 140733222370240 139619802560880 139620836821634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6599] ppid=6531 vsize=10834252 memory=279737662697528 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6599/stat : 6599 (java) S 6531 6534 3468 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 48680791 11094274048 46667 33554432000 4194304 4196468 140733222370240 139619382151648 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6600] ppid=6531 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6600/stat : 6600 (java) S 6531 6534 3468 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 48680791 11094274048 46667 33554432000 4194304 4196468 140733222370240 139619801508784 139620836821634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 10834252 KiB

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

/proc/6534/statm: 2711128 2040905 3514 1 0 2672781 0
[pid=6534/tid=6587] ppid=6531 vsize=10844512 memory=8112282956445269571 CPUtime=1943.26 cores=1,3,5,7
/proc/6534/task/6587/stat : 6587 (java) S 6531 6534 3468 0 -1 1077944384 153516 13199 0 0 194296 22 5 3 20 0 15 0 48680785 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139620808644496 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6588] ppid=6531 vsize=10844512 memory=-7003737579269690708 CPUtime=142.48 cores=1,3,5,7
/proc/6534/task/6588/stat : 6588 (java) R 6531 6534 3468 0 -1 4202560 91464 13199 0 0 13995 245 5 3 20 0 15 0 48680786 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139620841052144 139620829438695 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6589] ppid=6531 vsize=10844512 memory=836 CPUtime=142.53 cores=1,3,5,7
/proc/6534/task/6589/stat : 6589 (java) R 6531 6534 3468 0 -1 4202560 107388 13199 0 0 13998 247 5 3 20 0 15 0 48680786 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139620739942568 139620829438695 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6590] ppid=6531 vsize=10844512 memory=1800 CPUtime=143.06 cores=1,3,5,7
/proc/6534/task/6590/stat : 6590 (java) R 6531 6534 3468 0 -1 4202560 76079 13199 0 0 14056 242 5 3 20 0 15 0 48680786 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139620738890584 139620818407495 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6591] ppid=6531 vsize=10844512 memory=916 CPUtime=142.39 cores=1,3,5,7
/proc/6534/task/6591/stat : 6591 (java) R 6531 6534 3468 0 -1 4202560 114379 13199 0 0 13985 246 5 3 20 0 15 0 48680786 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139620737837480 139620829438695 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6592] ppid=6531 vsize=10844512 memory=3848 CPUtime=1.2 cores=1,3,5,7
/proc/6534/task/6592/stat : 6592 (java) S 6531 6534 3468 0 -1 1077944384 90819 13199 0 0 106 6 5 3 20 0 15 0 48680787 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619839276000 139620836820693 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6593] ppid=6531 vsize=10844512 memory=2672 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6593/stat : 6593 (java) S 6531 6534 3468 0 -1 1077944384 39 13199 0 0 0 0 5 3 20 0 15 0 48680788 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619838223712 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6594] ppid=6531 vsize=10844512 memory=2600 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6594/stat : 6594 (java) S 6531 6534 3468 0 -1 1077944384 8 13199 0 0 0 0 5 3 20 0 15 0 48680788 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619723110016 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6595] ppid=6531 vsize=10844512 memory=4104 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6595/stat : 6595 (java) S 6531 6534 3468 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 48680791 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619415710288 139620836829083 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6596] ppid=6531 vsize=10844512 memory=1404 CPUtime=1.9 cores=1,3,5,7
/proc/6534/task/6596/stat : 6596 (java) S 6531 6534 3468 0 -1 1077944384 12843 13199 0 0 180 2 5 3 20 0 15 0 48680791 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619804666016 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 57 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6597] ppid=6531 vsize=10844512 memory=3204 CPUtime=2.04 cores=1,3,5,7
/proc/6534/task/6597/stat : 6597 (java) S 6531 6534 3468 0 -1 1077944384 15570 13199 0 0 193 3 5 3 20 0 15 0 48680791 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619803613216 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6598] ppid=6531 vsize=10844512 memory=8163620 CPUtime=1.41 cores=1,3,5,7
/proc/6534/task/6598/stat : 6598 (java) S 6531 6534 3468 0 -1 1077944384 12827 13199 0 0 131 2 5 3 20 0 15 0 48680791 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619802560640 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 60 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6599] ppid=6531 vsize=10844512 memory=1404 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6599/stat : 6599 (java) S 6531 6534 3468 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 48680791 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619382151648 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6600] ppid=6531 vsize=10844512 memory=2780 CPUtime=0.63 cores=1,3,5,7
/proc/6534/task/6600/stat : 6600 (java) S 6531 6534 3468 0 -1 1077944384 2142 13199 0 0 22 33 5 3 20 0 15 0 48680791 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619801508784 139620836821634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 73 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
Current children cumulated CPU time: 2520.28 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 8163620 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+2092.06 s]
# the end of solver process 6534 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.53 s, system=10.543 s

Solver just ended.
Dumping a history of the last processes samples

[startup+2091.2 s]
/proc/loadavg: 2.70 2.19 2.00 6/216 6817
/proc/meminfo: memFree=19012936/32770624 swapFree=67108860/67108860
[pid=6534] ppid=6531 vsize=10844512 memory=8163620 CPUtime=2524.86 cores=1,3,5,7
/proc/6534/stat : 6534 (java) S 6531 6534 3468 0 -1 1077944320 681918 13199 0 0 251433 1045 5 3 20 0 15 0 48680776 11104780288 2040905 33554432000 4194304 4196468 140733222370240 140733222352784 139620836810487 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
/proc/6534/statm: 2711128 2040905 3514 1 0 2672781 0
[pid=6534/tid=6587] ppid=6531 vsize=10844512 memory=8163620 CPUtime=1943.26 cores=1,3,5,7
/proc/6534/task/6587/stat : 6587 (java) S 6531 6534 3468 0 -1 1077944384 153516 13199 0 0 194296 22 5 3 20 0 15 0 48680785 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139620808644496 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6588] ppid=6531 vsize=10844512 memory=1404 CPUtime=143.61 cores=1,3,5,7
/proc/6534/task/6588/stat : 6588 (java) S 6531 6534 3468 0 -1 1077944384 91464 13199 0 0 14108 245 5 3 20 0 15 0 48680786 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139620841052144 139620836821634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6589] ppid=6531 vsize=10844512 memory=2780 CPUtime=143.65 cores=1,3,5,7
/proc/6534/task/6589/stat : 6589 (java) R 6531 6534 3468 0 -1 4202560 107388 13199 0 0 14110 247 5 3 20 0 15 0 48680786 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139620739942568 139620829438695 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6590] ppid=6531 vsize=10844512 memory=8112282956445269571 CPUtime=144.25 cores=1,3,5,7
/proc/6534/task/6590/stat : 6590 (java) R 6531 6534 3468 0 -1 4202560 78723 13199 0 0 14175 242 5 3 20 0 15 0 48680786 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139620738890584 139620818407495 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6591] ppid=6531 vsize=10844512 memory=8112282956445269571 CPUtime=143.52 cores=1,3,5,7
/proc/6534/task/6591/stat : 6591 (java) R 6531 6534 3468 0 -1 4202560 114379 13199 0 0 14098 246 5 3 20 0 15 0 48680786 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139620737837168 139620829438695 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6592] ppid=6531 vsize=10844512 memory=1004 CPUtime=1.2 cores=1,3,5,7
/proc/6534/task/6592/stat : 6592 (java) S 6531 6534 3468 0 -1 1077944384 90819 13199 0 0 106 6 5 3 20 0 15 0 48680787 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619839276000 139620836820693 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6593] ppid=6531 vsize=10844512 memory=14004 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6593/stat : 6593 (java) S 6531 6534 3468 0 -1 1077944384 39 13199 0 0 0 0 5 3 20 0 15 0 48680788 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619838223712 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6594] ppid=6531 vsize=10844512 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6594/stat : 6594 (java) S 6531 6534 3468 0 -1 1077944384 8 13199 0 0 0 0 5 3 20 0 15 0 48680788 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619723110016 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6595] ppid=6531 vsize=10844512 memory=16184 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6595/stat : 6595 (java) S 6531 6534 3468 0 -1 1077944384 6 13199 0 0 0 0 5 3 20 0 15 0 48680791 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619415709936 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6596] ppid=6531 vsize=10844512 memory=1296 CPUtime=1.9 cores=1,3,5,7
/proc/6534/task/6596/stat : 6596 (java) S 6531 6534 3468 0 -1 1077944384 12843 13199 0 0 180 2 5 3 20 0 15 0 48680791 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619804666016 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 57 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6597] ppid=6531 vsize=10844512 memory=2344 CPUtime=2.04 cores=1,3,5,7
/proc/6534/task/6597/stat : 6597 (java) S 6531 6534 3468 0 -1 1077944384 15570 13199 0 0 193 3 5 3 20 0 15 0 48680791 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619803613216 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6598] ppid=6531 vsize=10844512 memory=8163620 CPUtime=1.41 cores=1,3,5,7
/proc/6534/task/6598/stat : 6598 (java) S 6531 6534 3468 0 -1 1077944384 12827 13199 0 0 131 2 5 3 20 0 15 0 48680791 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619802560640 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 60 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6599] ppid=6531 vsize=10844512 memory=640 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6599/stat : 6599 (java) S 6531 6534 3468 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 48680791 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619382151648 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6600] ppid=6531 vsize=10844512 memory=1792 CPUtime=0.63 cores=1,3,5,7
/proc/6534/task/6600/stat : 6600 (java) S 6531 6534 3468 0 -1 1077944384 2142 13199 0 0 22 33 5 3 20 0 15 0 48680791 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619801508784 139620836821634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 73 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
Current children cumulated CPU time: 2524.86 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 8163620 KiB

[startup+2091.6 s]
/proc/loadavg: 2.70 2.19 2.00 6/216 6817
/proc/meminfo: memFree=19012936/32770624 swapFree=67108860/67108860
[pid=6534] ppid=6531 vsize=10844512 memory=8163620 CPUtime=2526.42 cores=1,3,5,7
/proc/6534/stat : 6534 (java) S 6531 6534 3468 0 -1 1077944320 682808 13199 0 0 251588 1046 5 3 20 0 15 0 48680776 11104780288 2040905 33554432000 4194304 4196468 140733222370240 140733222352784 139620836810487 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
/proc/6534/statm: 2711128 2040905 3514 1 0 2672781 0
[pid=6534/tid=6587] ppid=6531 vsize=10844512 memory=5520 CPUtime=1943.26 cores=1,3,5,7
/proc/6534/task/6587/stat : 6587 (java) S 6531 6534 3468 0 -1 1077944384 153516 13199 0 0 194296 22 5 3 20 0 15 0 48680785 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139620808644496 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6588] ppid=6531 vsize=10844512 memory=4616 CPUtime=143.99 cores=1,3,5,7
/proc/6534/task/6588/stat : 6588 (java) R 6531 6534 3468 0 -1 4202560 91464 13199 0 0 14146 245 5 3 20 0 15 0 48680786 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139620841052144 139620829438695 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6589] ppid=6531 vsize=10844512 memory=8112282956445269571 CPUtime=144.04 cores=1,3,5,7
/proc/6534/task/6589/stat : 6589 (java) R 6531 6534 3468 0 -1 4202560 107388 13199 0 0 14148 248 5 3 20 0 15 0 48680786 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139620739942568 139620829438695 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6590] ppid=6531 vsize=10844512 memory=1228 CPUtime=144.65 cores=1,3,5,7
/proc/6534/task/6590/stat : 6590 (java) R 6531 6534 3468 0 -1 4202560 79614 13199 0 0 14215 242 5 3 20 0 15 0 48680786 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139620738890584 139620818407495 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6591] ppid=6531 vsize=10844512 memory=15872 CPUtime=143.91 cores=1,3,5,7
/proc/6534/task/6591/stat : 6591 (java) R 6531 6534 3468 0 -1 4202560 114379 13199 0 0 14137 246 5 3 20 0 15 0 48680786 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139620737837168 139620829438695 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6592] ppid=6531 vsize=10844512 memory=4052 CPUtime=1.2 cores=1,3,5,7
/proc/6534/task/6592/stat : 6592 (java) S 6531 6534 3468 0 -1 1077944384 90819 13199 0 0 106 6 5 3 20 0 15 0 48680787 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619839276000 139620836820693 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6593] ppid=6531 vsize=10844512 memory=16248 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6593/stat : 6593 (java) S 6531 6534 3468 0 -1 1077944384 39 13199 0 0 0 0 5 3 20 0 15 0 48680788 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619838223712 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6594] ppid=6531 vsize=10844512 memory=10580 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6594/stat : 6594 (java) S 6531 6534 3468 0 -1 1077944384 8 13199 0 0 0 0 5 3 20 0 15 0 48680788 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619723110016 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6595] ppid=6531 vsize=10844512 memory=1240 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6595/stat : 6595 (java) S 6531 6534 3468 0 -1 1077944384 6 13199 0 0 0 0 5 3 20 0 15 0 48680791 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619415709936 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6596] ppid=6531 vsize=10844512 memory=640 CPUtime=1.9 cores=1,3,5,7
/proc/6534/task/6596/stat : 6596 (java) S 6531 6534 3468 0 -1 1077944384 12843 13199 0 0 180 2 5 3 20 0 15 0 48680791 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619804666016 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 57 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6597] ppid=6531 vsize=10844512 memory=1792 CPUtime=2.04 cores=1,3,5,7
/proc/6534/task/6597/stat : 6597 (java) S 6531 6534 3468 0 -1 1077944384 15570 13199 0 0 193 3 5 3 20 0 15 0 48680791 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619803613216 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6598] ppid=6531 vsize=10844512 memory=956 CPUtime=1.41 cores=1,3,5,7
/proc/6534/task/6598/stat : 6598 (java) S 6531 6534 3468 0 -1 1077944384 12827 13199 0 0 131 2 5 3 20 0 15 0 48680791 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619802560640 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 60 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6599] ppid=6531 vsize=10844512 memory=2340 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6599/stat : 6599 (java) S 6531 6534 3468 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 48680791 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619382151648 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6600] ppid=6531 vsize=10844512 memory=932 CPUtime=0.63 cores=1,3,5,7
/proc/6534/task/6600/stat : 6600 (java) S 6531 6534 3468 0 -1 1077944384 2142 13199 0 0 22 33 5 3 20 0 15 0 48680791 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619801508784 139620836821634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 73 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
Current children cumulated CPU time: 2526.42 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 8163620 KiB

[startup+2092 s]*
/proc/loadavg: 2.70 2.19 2.00 6/216 6817
/proc/meminfo: memFree=19012936/32770624 swapFree=67108860/67108860
[pid=6534] ppid=6531 vsize=10844512 memory=8163620 CPUtime=2527.99 cores=1,3,5,7
/proc/6534/stat : 6534 (java) S 6531 6534 3468 0 -1 1077944320 683663 13199 0 0 251745 1046 5 3 20 0 15 0 48680776 11104780288 2040905 33554432000 4194304 4196468 140733222370240 140733222352784 139620836810487 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
/proc/6534/statm: 2711128 2040905 3514 1 0 2672781 0
[pid=6534/tid=6587] ppid=6531 vsize=10844512 memory=8112282956445269571 CPUtime=1943.26 cores=1,3,5,7
/proc/6534/task/6587/stat : 6587 (java) S 6531 6534 3468 0 -1 1077944384 153516 13199 0 0 194296 22 5 3 20 0 15 0 48680785 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139620808644496 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6588] ppid=6531 vsize=10844512 memory=-7003737579269690708 CPUtime=144.38 cores=1,3,5,7
/proc/6534/task/6588/stat : 6588 (java) R 6531 6534 3468 0 -1 4202560 91464 13199 0 0 14185 245 5 3 20 0 15 0 48680786 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139620841052144 139620829438695 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6589] ppid=6531 vsize=10844512 memory=1296 CPUtime=144.42 cores=1,3,5,7
/proc/6534/task/6589/stat : 6589 (java) R 6531 6534 3468 0 -1 4202560 107388 13199 0 0 14186 248 5 3 20 0 15 0 48680786 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139620739942568 139620829438695 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6590] ppid=6531 vsize=10844512 memory=2344 CPUtime=145.07 cores=1,3,5,7
/proc/6534/task/6590/stat : 6590 (java) R 6531 6534 3468 0 -1 4202560 80470 13199 0 0 14256 243 5 3 20 0 15 0 48680786 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139620738890584 139620818407216 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6591] ppid=6531 vsize=10844512 memory=1724 CPUtime=144.3 cores=1,3,5,7
/proc/6534/task/6591/stat : 6591 (java) R 6531 6534 3468 0 -1 4202560 114379 13199 0 0 14176 246 5 3 20 0 15 0 48680786 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139620737837168 139620829438695 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6592] ppid=6531 vsize=10844512 memory=1004 CPUtime=1.2 cores=1,3,5,7
/proc/6534/task/6592/stat : 6592 (java) S 6531 6534 3468 0 -1 1077944384 90819 13199 0 0 106 6 5 3 20 0 15 0 48680787 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619839276000 139620836820693 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6593] ppid=6531 vsize=10844512 memory=14004 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6593/stat : 6593 (java) S 6531 6534 3468 0 -1 1077944384 39 13199 0 0 0 0 5 3 20 0 15 0 48680788 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619838223712 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6594] ppid=6531 vsize=10844512 memory=796 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6594/stat : 6594 (java) S 6531 6534 3468 0 -1 1077944384 8 13199 0 0 0 0 5 3 20 0 15 0 48680788 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619723110016 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6595] ppid=6531 vsize=10844512 memory=1712 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6595/stat : 6595 (java) S 6531 6534 3468 0 -1 1077944384 6 13199 0 0 0 0 5 3 20 0 15 0 48680791 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619415709936 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6596] ppid=6531 vsize=10844512 memory=1956 CPUtime=1.9 cores=1,3,5,7
/proc/6534/task/6596/stat : 6596 (java) S 6531 6534 3468 0 -1 1077944384 12843 13199 0 0 180 2 5 3 20 0 15 0 48680791 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619804666016 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 57 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6597] ppid=6531 vsize=10844512 memory=1196 CPUtime=2.04 cores=1,3,5,7
/proc/6534/task/6597/stat : 6597 (java) S 6531 6534 3468 0 -1 1077944384 15570 13199 0 0 193 3 5 3 20 0 15 0 48680791 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619803613216 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6598] ppid=6531 vsize=10844512 memory=8360 CPUtime=1.41 cores=1,3,5,7
/proc/6534/task/6598/stat : 6598 (java) S 6531 6534 3468 0 -1 1077944384 12827 13199 0 0 131 2 5 3 20 0 15 0 48680791 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619802560640 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 60 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6599] ppid=6531 vsize=10844512 memory=5520 CPUtime=0.08 cores=1,3,5,7
/proc/6534/task/6599/stat : 6599 (java) S 6531 6534 3468 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 48680791 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619382151648 139620836820693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
[pid=6534/tid=6600] ppid=6531 vsize=10844512 memory=4616 CPUtime=0.63 cores=1,3,5,7
/proc/6534/task/6600/stat : 6600 (java) S 6531 6534 3468 0 -1 1077944384 2142 13199 0 0 22 33 5 3 20 0 15 0 48680791 11104780288 2040905 33554432000 4194304 4196468 140733222370240 139619801508784 139620836821634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 73 0 0 6293624 6294260 15372288 140733222373547 140733222376796 140733222376796 140733222379471 0
Current children cumulated CPU time: 2527.99 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 8163620 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 2092.06
CPU time (s): 2528.07
CPU user time (s): 2517.53
CPU system time (s): 10.543
CPU usage (%): 120.841
Max. virtual memory (cumulated for all children) (KiB): 10844512
Max. memory (cumulated for all children) (KiB): 8163620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.53
system time used= 10.543
maximum resident set size= 8163872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 696868
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 61592
involuntary context switches= 9158


# summary of solver processes directly reported to runsolver:
#   pid: 6534
#   total CPU time (s): 2528.07
#   total CPU user time (s): 2517.53
#   total CPU system time (s): 10.543

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.3949 second user time and 18.3421 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-23 03:59:36
IDJOB=4293286
IDBENCH=141151
IDSOLVER=2751
FILE ID=node149/4293286-1532311176
RUNJOBID= node149-1532298084-3500
PBS_JOBID= 21018995
Free space on /tmp= 51816 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Auction/Auction-sum/Auction-sum-matching040_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293286-1532311176/watcher-4293286-1532311176 -o /tmp/evaluation-result-4293286-1532311176/solver-4293286-1532311176 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532298084-3500 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=2140113548 -superng HOME/instance-4293286-1532311176.xml

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

MD5SUM BENCH= d33511db6974d661f2a7d715e96a1ecf
RANDOM SEED=2140113548

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:        25448752 kB
MemAvailable:   28288108 kB
Buffers:          143376 kB
Cached:          2955212 kB
SwapCached:            0 kB
Active:          5319144 kB
Inactive:        1511480 kB
Active(anon):    3681508 kB
Inactive(anon):    70228 kB
Active(file):    1637636 kB
Inactive(file):  1441252 kB
Unevictable:        7564 kB
Mlocked:            7564 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26840 kB
Writeback:             0 kB
AnonPages:       3739616 kB
Mapped:            49360 kB
Shmem:             17032 kB
Slab:             181512 kB
SReclaimable:     152604 kB
SUnreclaim:        28908 kB
KernelStack:        3488 kB
PageTables:        12428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4901704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3487744 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= 51792 MiB
End job on node149 at 2018-07-23 04:34:28