Trace number 4290435

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
OscaR - Conflict Ordering with restarts 2018-07-02? (TO) 2400.09 2370.31

General information on the benchmark

NameTal/
Tal-05_c18.xml
MD5SUM0bfba4554f8c52d47ef9f831901bb64c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark48.3115
Satisfiable
(Un)Satisfiability was proved
Number of variables526
Number of constraints364
Number of domains11
Minimum domain size1
Maximum domain size42
Distribution of domain sizes[{"size":1,"count":84},{"size":2,"count":4},{"size":3,"count":5},{"size":4,"count":6},{"size":5,"count":7},{"size":6,"count":52},{"size":7,"count":9},{"size":8,"count":10},{"size":10,"count":36},{"size":42,"count":79}]
Minimum variable degree0
Maximum variable degree14
Distribution of variable degrees[{"degree":0,"count":234},{"degree":1,"count":84},{"degree":2,"count":58},{"degree":3,"count":9},{"degree":4,"count":10},{"degree":5,"count":32},{"degree":6,"count":19},{"degree":7,"count":13},{"degree":8,"count":13},{"degree":9,"count":19},{"degree":10,"count":18},{"degree":11,"count":8},{"degree":12,"count":5},{"degree":13,"count":3},{"degree":14,"count":1}]
Minimum constraint arity1
Maximum constraint arity11
Distribution of constraint arities[{"arity":1,"count":109},{"arity":2,"count":115},{"arity":3,"count":38},{"arity":4,"count":11},{"arity":5,"count":18},{"arity":6,"count":17},{"arity":7,"count":16},{"arity":8,"count":15},{"arity":9,"count":13},{"arity":10,"count":10},{"arity":11,"count":2}]
Number of extensional constraints64
Number of intensional constraints286
Distribution of constraint types[{"type":"extension","count":64},{"type":"intension","count":286},{"type":"count","count":14}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.66/0.55	c version: 2018-07-02
0.66/0.55	c seed: 366661066
0.66/0.55	c timeout: 2400
0.66/0.55	c memlimit: 11000
0.66/0.55	c nbcore: 4
0.66/0.58	c Parsing instance...
3.39/1.68	c Parsing done, starting search...
2400.06/2370.30	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290435-1532230115/watcher-4290435-1532230115 -o /tmp/evaluation-result-4290435-1532230115/solver-4290435-1532230115 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532225337-28655 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 366661066 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290435-1532230115.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=29486, runsolver pid=29483

[startup+0.107816 s]*
/proc/loadavg: 1.85 1.56 1.51 3/215 29501
/proc/meminfo: memFree=22119156/32770624 swapFree=67108860/67108860
[pid=29486] ppid=29483 vsize=14082740 memory=33612 CPUtime=0.12 cores=1,3,5,7
/proc/29486/stat : 29486 (java) S 29483 29486 28623 0 -1 1077944320 7282 0 0 0 10 2 0 0 20 0 15 0 40574802 14420725760 8337 33554432000 4194304 4196468 140736598278320 140736598260864 140127857422071 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
/proc/29486/statm: 3520685 8403 3160 1 0 3482761 0
[pid=29486/tid=29488] ppid=29483 vsize=14082740 memory=-8557575366716462205 CPUtime=0.09 cores=1,3,5,7
/proc/29486/task/29488/stat : 29488 (java) R 29483 29486 28623 0 -1 4202560 5342 0 0 0 8 1 0 0 20 0 15 0 40574802 14420725760 8403 33554432000 4194304 4196468 140736598278320 140127861626104 140127837697885 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29489] ppid=29483 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29489/stat : 29489 (java) S 29483 29486 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40574803 14420725760 8403 33554432000 4194304 4196468 140736598278320 140127810042256 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29490] ppid=29483 vsize=14082740 memory=140038303811200 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29490/stat : 29490 (java) S 29483 29486 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40574803 14420725760 8403 33554432000 4194304 4196468 140736598278320 140127808989456 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29491] ppid=29483 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29491/stat : 29491 (java) S 29483 29486 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40574803 14420725760 8403 33554432000 4194304 4196468 140736598278320 140127807937168 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29492] ppid=29483 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29492/stat : 29492 (java) S 29483 29486 28623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40574803 14420725760 8403 33554432000 4194304 4196468 140736598278320 140127806884368 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29493] ppid=29483 vsize=14082740 memory=140038303811200 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29493/stat : 29493 (java) S 29483 29486 28623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40574804 14420725760 8403 33554432000 4194304 4196468 140736598278320 140127331400304 140127857433218 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29494] ppid=29483 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29494/stat : 29494 (java) S 29483 29486 28623 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40574805 14420725760 8403 33554432000 4194304 4196468 140736598278320 140127330346272 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29495] ppid=29483 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29495/stat : 29495 (java) S 29483 29486 28623 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40574805 14420725760 8469 33554432000 4194304 4196468 140736598278320 140127329293936 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29496] ppid=29483 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29496/stat : 29496 (java) S 29483 29486 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40574807 14420725760 8469 33554432000 4194304 4196468 140736598278320 140127328242256 140127857440667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29497] ppid=29483 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29497/stat : 29497 (java) S 29483 29486 28623 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 40574807 14420725760 8469 33554432000 4194304 4196468 140736598278320 140127327189104 140127857433218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29498] ppid=29483 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29498/stat : 29498 (java) S 29483 29486 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40574807 14420725760 8469 33554432000 4194304 4196468 140736598278320 140127326136304 140127857433218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29499] ppid=29483 vsize=14082740 memory=140038303811200 CPUtime=0.01 cores=1,3,5,7
/proc/29486/task/29499/stat : 29499 (java) S 29483 29486 28623 0 -1 1077944384 289 0 0 0 1 0 0 0 20 0 15 0 40574807 14420725760 8469 33554432000 4194304 4196468 140736598278320 140127325084016 140127857433218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29500] ppid=29483 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29500/stat : 29500 (java) S 29483 29486 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40574808 14420725760 8469 33554432000 4194304 4196468 140736598278320 140127324031456 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29501] ppid=29483 vsize=14082740 memory=140038303811200 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29501/stat : 29501 (java) S 29483 29486 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40574808 14420725760 8469 33554432000 4194304 4196468 140736598278320 140127322979248 140127857433218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 33612 KiB

[startup+0.213039 s]*
/proc/loadavg: 1.85 1.56 1.51 8/215 29501
/proc/meminfo: memFree=22082980/32770624 swapFree=67108860/67108860
[pid=29486] ppid=29483 vsize=14082740 memory=47060 CPUtime=0.31 cores=1,3,5,7
/proc/29486/stat : 29486 (java) S 29483 29486 28623 0 -1 1077944320 10408 0 0 0 28 3 0 0 20 0 15 0 40574802 14420725760 11765 33554432000 4194304 4196468 140736598278320 140736598260864 140127857422071 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
/proc/29486/statm: 3520685 11765 3370 1 0 3482761 0
[pid=29486/tid=29488] ppid=29483 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/29486/task/29488/stat : 29488 (java) S 29483 29486 28623 0 -1 1077944384 8105 0 0 0 18 2 0 0 20 0 15 0 40574802 14420725760 11765 33554432000 4194304 4196468 140736598278320 140127861644144 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29489] ppid=29483 vsize=14082740 memory=340 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29489/stat : 29489 (java) S 29483 29486 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40574803 14420725760 11765 33554432000 4194304 4196468 140736598278320 140127810042256 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29490] ppid=29483 vsize=14082740 memory=140038304015865 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29490/stat : 29490 (java) S 29483 29486 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40574803 14420725760 11765 33554432000 4194304 4196468 140736598278320 140127808989456 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29491] ppid=29483 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29491/stat : 29491 (java) S 29483 29486 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40574803 14420725760 11765 33554432000 4194304 4196468 140736598278320 140127807937168 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29492] ppid=29483 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29492/stat : 29492 (java) S 29483 29486 28623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40574803 14420725760 11765 33554432000 4194304 4196468 140736598278320 140127806884368 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29493] ppid=29483 vsize=14082740 memory=140038303811200 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29493/stat : 29493 (java) S 29483 29486 28623 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40574804 14420725760 11765 33554432000 4194304 4196468 140736598278320 140127331400304 140127857433218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29494] ppid=29483 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29494/stat : 29494 (java) S 29483 29486 28623 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40574805 14420725760 11765 33554432000 4194304 4196468 140736598278320 140127330346272 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29495] ppid=29483 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29495/stat : 29495 (java) S 29483 29486 28623 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40574805 14420725760 11765 33554432000 4194304 4196468 140736598278320 140127329293936 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29496] ppid=29483 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29496/stat : 29496 (java) S 29483 29486 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40574807 14420725760 11765 33554432000 4194304 4196468 140736598278320 140127328242256 140127857440667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29497] ppid=29483 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29486/task/29497/stat : 29497 (java) S 29483 29486 28623 0 -1 1077944384 560 0 0 0 2 0 0 0 20 0 15 0 40574807 14420725760 11765 33554432000 4194304 4196468 140736598278320 140127327189104 140127857433218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29498] ppid=29483 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/29486/task/29498/stat : 29498 (java) R 29483 29486 28623 0 -1 1077944384 47 0 0 0 1 0 0 0 20 0 15 0 40574807 14420725760 11765 33554432000 4194304 4196468 140736598278320 140127326136304 140127857433218 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29499] ppid=29483 vsize=14082740 memory=140038303811200 CPUtime=0.06 cores=1,3,5,7
/proc/29486/task/29499/stat : 29499 (java) S 29483 29486 28623 0 -1 1077944384 314 0 0 0 6 0 0 0 20 0 15 0 40574807 14420725760 11765 33554432000 4194304 4196468 140736598278320 140127325084016 140127857433218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29500] ppid=29483 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29500/stat : 29500 (java) S 29483 29486 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40574808 14420725760 11765 33554432000 4194304 4196468 140736598278320 140127324031456 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29501] ppid=29483 vsize=14082740 memory=140038303811200 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29501/stat : 29501 (java) S 29483 29486 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40574808 14420725760 11765 33554432000 4194304 4196468 140736598278320 140127322979248 140127857433218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47060 KiB

[startup+0.310385 s]*
/proc/loadavg: 1.85 1.56 1.51 2/199 29502
/proc/meminfo: memFree=22300140/32770624 swapFree=67108860/67108860
[pid=29486] ppid=29483 vsize=14082740 memory=50748 CPUtime=0.43 cores=1,3,5,7
/proc/29486/stat : 29486 (java) S 29483 29486 28623 0 -1 1077944320 10793 0 0 0 40 3 0 0 20 0 15 0 40574802 14420725760 12687 33554432000 4194304 4196468 140736598278320 140736598260864 140127857422071 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
/proc/29486/statm: 3520685 12687 3386 1 0 3482761 0
[pid=29486/tid=29488] ppid=29483 vsize=14082740 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/29486/task/29488/stat : 29488 (java) R 29483 29486 28623 0 -1 4202560 8452 0 0 0 27 2 0 0 20 0 15 0 40574802 14420725760 12687 33554432000 4194304 4196468 140736598278320 140127861629904 140127842587616 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29489] ppid=29483 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29489/stat : 29489 (java) S 29483 29486 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40574803 14420725760 12687 33554432000 4194304 4196468 140736598278320 140127810042256 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29490] ppid=29483 vsize=14082740 memory=288230600413030756 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29490/stat : 29490 (java) S 29483 29486 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40574803 14420725760 12687 33554432000 4194304 4196468 140736598278320 140127808989456 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29491] ppid=29483 vsize=14082740 memory=245589 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29491/stat : 29491 (java) S 29483 29486 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40574803 14420725760 12687 33554432000 4194304 4196468 140736598278320 140127807937168 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29492] ppid=29483 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29492/stat : 29492 (java) S 29483 29486 28623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40574803 14420725760 12687 33554432000 4194304 4196468 140736598278320 140127806884368 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29493] ppid=29483 vsize=14082740 memory=140038303811200 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29493/stat : 29493 (java) S 29483 29486 28623 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40574804 14420725760 12687 33554432000 4194304 4196468 140736598278320 140127331400304 140127857433218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29494] ppid=29483 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29494/stat : 29494 (java) S 29483 29486 28623 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40574805 14420725760 12687 33554432000 4194304 4196468 140736598278320 140127330346272 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29495] ppid=29483 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29495/stat : 29495 (java) S 29483 29486 28623 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40574805 14420725760 12687 33554432000 4194304 4196468 140736598278320 140127329293936 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29496] ppid=29483 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29496/stat : 29496 (java) S 29483 29486 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40574807 14420725760 12687 33554432000 4194304 4196468 140736598278320 140127328242256 140127857440667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29497] ppid=29483 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29486/task/29497/stat : 29497 (java) S 29483 29486 28623 0 -1 1077944384 565 0 0 0 2 0 0 0 20 0 15 0 40574807 14420725760 12687 33554432000 4194304 4196468 140736598278320 140127327189104 140127857433218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29498] ppid=29483 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/29486/task/29498/stat : 29498 (java) S 29483 29486 28623 0 -1 1077944384 61 0 0 0 2 0 0 0 20 0 15 0 40574807 14420725760 12687 33554432000 4194304 4196468 140736598278320 140127326136304 140127857433218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29499] ppid=29483 vsize=14082740 memory=140038303811200 CPUtime=0.08 cores=1,3,5,7
/proc/29486/task/29499/stat : 29499 (java) S 29483 29486 28623 0 -1 1077944384 333 0 0 0 8 0 0 0 20 0 15 0 40574807 14420725760 12687 33554432000 4194304 4196468 140736598278320 140127325084016 140127857433218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29500] ppid=29483 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29500/stat : 29500 (java) S 29483 29486 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40574808 14420725760 12687 33554432000 4194304 4196468 140736598278320 140127324031456 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29501] ppid=29483 vsize=14082740 memory=140038303811200 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29501/stat : 29501 (java) S 29483 29486 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40574808 14420725760 12687 33554432000 4194304 4196468 140736598278320 140127322979248 140127857433218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50748 KiB

[startup+0.700721 s]
/proc/loadavg: 1.85 1.56 1.51 6/214 29531
/proc/meminfo: memFree=22259568/32770624 swapFree=67108860/67108860
[pid=29486] ppid=29483 vsize=14084808 memory=89140 CPUtime=0.98 cores=1,3,5,7
/proc/29486/stat : 29486 (java) S 29483 29486 28623 0 -1 1077944320 17655 0 0 0 93 5 0 0 20 0 15 0 40574802 14422843392 22285 33554432000 4194304 4196468 140736598278320 140736598260864 140127857422071 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
/proc/29486/statm: 3521202 22285 3500 1 0 3483273 0
[pid=29486/tid=29488] ppid=29483 vsize=14084808 memory=33 CPUtime=0.68 cores=1,3,5,7
/proc/29486/task/29488/stat : 29488 (java) R 29483 29486 28623 0 -1 4202560 14915 0 0 0 64 4 0 0 20 0 15 0 40574802 14422843392 22285 33554432000 4194304 4196468 140736598278320 140127861645328 140127841502558 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29489] ppid=29483 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29489/stat : 29489 (java) S 29483 29486 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40574803 14422843392 22285 33554432000 4194304 4196468 140736598278320 140127810042256 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29490] ppid=29483 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29490/stat : 29490 (java) S 29483 29486 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40574803 14422843392 22285 33554432000 4194304 4196468 140736598278320 140127808989456 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29491] ppid=29483 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29491/stat : 29491 (java) S 29483 29486 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40574803 14422843392 22285 33554432000 4194304 4196468 140736598278320 140127807937168 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29492] ppid=29483 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29492/stat : 29492 (java) S 29483 29486 28623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40574803 14422843392 22285 33554432000 4194304 4196468 140736598278320 140127806884368 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29493] ppid=29483 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29493/stat : 29493 (java) S 29483 29486 28623 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40574804 14422843392 22285 33554432000 4194304 4196468 140736598278320 140127331400304 140127857433218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29494] ppid=29483 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29494/stat : 29494 (java) S 29483 29486 28623 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40574805 14422843392 22285 33554432000 4194304 4196468 140736598278320 140127330346272 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29495] ppid=29483 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29495/stat : 29495 (java) S 29483 29486 28623 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40574805 14422843392 22285 33554432000 4194304 4196468 140736598278320 140127329293936 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29496] ppid=29483 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29496/stat : 29496 (java) S 29483 29486 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40574807 14422843392 22285 33554432000 4194304 4196468 140736598278320 140127328242256 140127857440667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29497] ppid=29483 vsize=14084808 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29486/task/29497/stat : 29497 (java) S 29483 29486 28623 0 -1 1077944384 711 0 0 0 7 0 0 0 20 0 15 0 40574807 14422843392 22285 33554432000 4194304 4196468 140736598278320 140127327189104 140127857433218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29498] ppid=29483 vsize=14084808 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29486/task/29498/stat : 29498 (java) S 29483 29486 28623 0 -1 1077944384 219 0 0 0 7 0 0 0 20 0 15 0 40574807 14422843392 22285 33554432000 4194304 4196468 140736598278320 140127326136304 140127857433218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29499] ppid=29483 vsize=14084808 memory=-4866526899798303339 CPUtime=0.15 cores=1,3,5,7
/proc/29486/task/29499/stat : 29499 (java) S 29483 29486 28623 0 -1 1077944384 429 0 0 0 15 0 0 0 20 0 15 0 40574807 14422843392 22285 33554432000 4194304 4196468 140736598278320 140127325084016 140127857433218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29500] ppid=29483 vsize=14084808 memory=-7313654673739556905 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29500/stat : 29500 (java) S 29483 29486 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40574808 14422843392 22285 33554432000 4194304 4196468 140736598278320 140127324031456 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29501] ppid=29483 vsize=14084808 memory=-9174445032661854264 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29501/stat : 29501 (java) S 29483 29486 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40574808 14422843392 22285 33554432000 4194304 4196468 140736598278320 140127322979248 140127857433218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 89140 KiB

[startup+1.50074 s]
/proc/loadavg: 1.85 1.56 1.51 5/215 29577
/proc/meminfo: memFree=22211120/32770624 swapFree=67108860/67108860
[pid=29486] ppid=29483 vsize=14090952 memory=165408 CPUtime=3.14 cores=1,3,5,7
/proc/29486/stat : 29486 (java) S 29483 29486 28623 0 -1 1077944320 26871 0 0 0 306 8 0 0 20 0 15 0 40574802 14429134848 41352 33554432000 4194304 4196468 140736598278320 140736598260864 140127857422071 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
/proc/29486/statm: 3522738 41352 3546 1 0 3484809 0
[pid=29486/tid=29488] ppid=29483 vsize=14090952 memory=4137282616176187523 CPUtime=1.47 cores=1,3,5,7
/proc/29486/task/29488/stat : 29488 (java) R 29483 29486 28623 0 -1 4202560 20647 0 0 0 141 6 0 0 20 0 15 0 40574802 14429134848 41352 33554432000 4194304 4196468 140736598278320 140127861654576 140127841502558 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29489] ppid=29483 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29489/stat : 29489 (java) S 29483 29486 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40574803 14429134848 41352 33554432000 4194304 4196468 140736598278320 140127810042256 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29490] ppid=29483 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29490/stat : 29490 (java) S 29483 29486 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40574803 14429134848 41352 33554432000 4194304 4196468 140736598278320 140127808989456 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29491] ppid=29483 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29491/stat : 29491 (java) S 29483 29486 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40574803 14429134848 41352 33554432000 4194304 4196468 140736598278320 140127807937168 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29492] ppid=29483 vsize=14090952 memory=33 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29492/stat : 29492 (java) S 29483 29486 28623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40574803 14429134848 41352 33554432000 4194304 4196468 140736598278320 140127806884368 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29493] ppid=29483 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29493/stat : 29493 (java) S 29483 29486 28623 0 -1 1077944384 139 0 0 0 0 0 0 0 20 0 15 0 40574804 14429134848 41352 33554432000 4194304 4196468 140736598278320 140127331400304 140127857433218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0

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

/proc/29486/task/29488/stat : 29488 (java) R 29483 29486 28623 0 -1 4202560 57660 0 0 0 223655 57 0 0 20 0 15 0 40574802 14431232000 238311 33554432000 4194304 4196468 140736598278320 140127861660688 140127493769888 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29489] ppid=29483 vsize=14093000 memory=953240 CPUtime=9.29 cores=1,3,5,7
/proc/29486/task/29489/stat : 29489 (java) S 29483 29486 28623 0 -1 1077944384 3902 0 0 0 842 87 0 0 20 0 15 0 40574803 14431232000 238311 33554432000 4194304 4196468 140736598278320 140127810042256 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29490] ppid=29483 vsize=14093000 memory=953244 CPUtime=9.36 cores=1,3,5,7
/proc/29486/task/29490/stat : 29490 (java) S 29483 29486 28623 0 -1 1077944384 6863 0 0 0 846 90 0 0 20 0 15 0 40574803 14431232000 238311 33554432000 4194304 4196468 140736598278320 140127808989456 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29491] ppid=29483 vsize=14093000 memory=953244 CPUtime=9.33 cores=1,3,5,7
/proc/29486/task/29491/stat : 29491 (java) S 29483 29486 28623 0 -1 1077944384 6693 0 0 0 846 87 0 0 20 0 15 0 40574803 14431232000 238311 33554432000 4194304 4196468 140736598278320 140127807937168 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29492] ppid=29483 vsize=14093000 memory=953244 CPUtime=9.37 cores=1,3,5,7
/proc/29486/task/29492/stat : 29492 (java) S 29483 29486 28623 0 -1 1077944384 7611 0 0 0 846 91 0 0 20 0 15 0 40574803 14431232000 238311 33554432000 4194304 4196468 140736598278320 140127806884368 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29493] ppid=29483 vsize=14093000 memory=953244 CPUtime=12.57 cores=1,3,5,7
/proc/29486/task/29493/stat : 29493 (java) S 29483 29486 28623 0 -1 1077944384 11213 0 0 0 1181 76 0 0 20 0 15 0 40574804 14431232000 238311 33554432000 4194304 4196468 140736598278320 140127331400304 140127857433218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29494] ppid=29483 vsize=14093000 memory=953244 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29494/stat : 29494 (java) S 29483 29486 28623 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 40574805 14431232000 238311 33554432000 4194304 4196468 140736598278320 140127330346272 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29495] ppid=29483 vsize=14093000 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29495/stat : 29495 (java) S 29483 29486 28623 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 40574805 14431232000 238311 33554432000 4194304 4196468 140736598278320 140127329293936 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29496] ppid=29483 vsize=14093000 memory=953244 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29496/stat : 29496 (java) S 29483 29486 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40574807 14431232000 238311 33554432000 4194304 4196468 140736598278320 140127328242256 140127857440667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29497] ppid=29483 vsize=14093000 memory=953244 CPUtime=0.93 cores=1,3,5,7
/proc/29486/task/29497/stat : 29497 (java) S 29483 29486 28623 0 -1 1077944384 2129 0 0 0 93 0 0 0 20 0 15 0 40574807 14431232000 238311 33554432000 4194304 4196468 140736598278320 140127327189104 140127857433218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29498] ppid=29483 vsize=14093000 memory=953244 CPUtime=0.91 cores=1,3,5,7
/proc/29486/task/29498/stat : 29498 (java) S 29483 29486 28623 0 -1 1077944384 1494 0 0 0 91 0 0 0 20 0 15 0 40574807 14431232000 238311 33554432000 4194304 4196468 140736598278320 140127326136304 140127857433218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29499] ppid=29483 vsize=14093000 memory=953244 CPUtime=0.79 cores=1,3,5,7
/proc/29486/task/29499/stat : 29499 (java) S 29483 29486 28623 0 -1 1077944384 3399 0 0 0 78 1 0 0 20 0 15 0 40574807 14431232000 238311 33554432000 4194304 4196468 140736598278320 140127325084016 140127857433218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29500] ppid=29483 vsize=14093000 memory=953244 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29500/stat : 29500 (java) S 29483 29486 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40574808 14431232000 238311 33554432000 4194304 4196468 140736598278320 140127324031456 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29501] ppid=29483 vsize=14093000 memory=953244 CPUtime=1.16 cores=1,3,5,7
/proc/29486/task/29501/stat : 29501 (java) S 29483 29486 28623 0 -1 1077944384 1457 0 0 0 52 64 0 0 20 0 15 0 40574808 14431232000 238311 33554432000 4194304 4196468 140736598278320 140127322979248 140127857433218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
Current children cumulated CPU time: 2290.92 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 953244 KiB

[startup+2322.3 s]
/proc/loadavg: 1.29 1.36 1.39 3/215 29671
/proc/meminfo: memFree=20335836/32770624 swapFree=67108860/67108860
[pid=29486] ppid=29483 vsize=14093000 memory=953244 CPUtime=2351.49 cores=1,3,5,7
/proc/29486/stat : 29486 (java) S 29483 29486 28623 0 -1 1077944320 105038 0 0 0 234720 429 0 0 20 0 15 0 40574802 14431232000 238311 33554432000 4194304 4196468 140736598278320 140736598260864 140127857422071 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
/proc/29486/statm: 3523250 238311 3592 1 0 3485321 0
[pid=29486/tid=29488] ppid=29483 vsize=14093000 memory=953244 CPUtime=2296.55 cores=1,3,5,7
/proc/29486/task/29488/stat : 29488 (java) R 29483 29486 28623 0 -1 4202560 58434 0 0 0 229597 58 0 0 20 0 15 0 40574802 14431232000 238311 33554432000 4194304 4196468 140736598278320 140127861660688 140127493422373 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29489] ppid=29483 vsize=14093000 memory=953244 CPUtime=9.49 cores=1,3,5,7
/proc/29486/task/29489/stat : 29489 (java) S 29483 29486 28623 0 -1 1077944384 3928 0 0 0 860 89 0 0 20 0 15 0 40574803 14431232000 238311 33554432000 4194304 4196468 140736598278320 140127810042256 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29490] ppid=29483 vsize=14093000 memory=953244 CPUtime=9.57 cores=1,3,5,7
/proc/29486/task/29490/stat : 29490 (java) S 29483 29486 28623 0 -1 1077944384 6868 0 0 0 865 92 0 0 20 0 15 0 40574803 14431232000 238311 33554432000 4194304 4196468 140736598278320 140127808989456 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29491] ppid=29483 vsize=14093000 memory=953244 CPUtime=9.53 cores=1,3,5,7
/proc/29486/task/29491/stat : 29491 (java) S 29483 29486 28623 0 -1 1077944384 6857 0 0 0 863 90 0 0 20 0 15 0 40574803 14431232000 238311 33554432000 4194304 4196468 140736598278320 140127807937168 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29492] ppid=29483 vsize=14093000 memory=953244 CPUtime=9.58 cores=1,3,5,7
/proc/29486/task/29492/stat : 29492 (java) S 29483 29486 28623 0 -1 1077944384 7645 0 0 0 866 92 0 0 20 0 15 0 40574803 14431232000 238311 33554432000 4194304 4196468 140736598278320 140127806884368 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29493] ppid=29483 vsize=14093000 memory=953244 CPUtime=12.85 cores=1,3,5,7
/proc/29486/task/29493/stat : 29493 (java) S 29483 29486 28623 0 -1 1077944384 11385 0 0 0 1207 78 0 0 20 0 15 0 40574804 14431232000 238311 33554432000 4194304 4196468 140736598278320 140127331400304 140127857433218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29494] ppid=29483 vsize=14093000 memory=953244 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29494/stat : 29494 (java) S 29483 29486 28623 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 40574805 14431232000 238311 33554432000 4194304 4196468 140736598278320 140127330346272 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29495] ppid=29483 vsize=14093000 memory=953244 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29495/stat : 29495 (java) S 29483 29486 28623 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 40574805 14431232000 238311 33554432000 4194304 4196468 140736598278320 140127329293936 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29496] ppid=29483 vsize=14093000 memory=953244 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29496/stat : 29496 (java) S 29483 29486 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40574807 14431232000 238311 33554432000 4194304 4196468 140736598278320 140127328242256 140127857440667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29497] ppid=29483 vsize=14093000 memory=953244 CPUtime=0.93 cores=1,3,5,7
/proc/29486/task/29497/stat : 29497 (java) S 29483 29486 28623 0 -1 1077944384 2131 0 0 0 93 0 0 0 20 0 15 0 40574807 14431232000 238311 33554432000 4194304 4196468 140736598278320 140127327189104 140127857433218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29498] ppid=29483 vsize=14093000 memory=953244 CPUtime=0.91 cores=1,3,5,7
/proc/29486/task/29498/stat : 29498 (java) S 29483 29486 28623 0 -1 1077944384 1496 0 0 0 91 0 0 0 20 0 15 0 40574807 14431232000 238311 33554432000 4194304 4196468 140736598278320 140127326136304 140127857433218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29499] ppid=29483 vsize=14093000 memory=1292 CPUtime=0.79 cores=1,3,5,7
/proc/29486/task/29499/stat : 29499 (java) S 29483 29486 28623 0 -1 1077944384 3401 0 0 0 78 1 0 0 20 0 15 0 40574807 14431232000 238311 33554432000 4194304 4196468 140736598278320 140127325084016 140127857433218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29500] ppid=29483 vsize=14093000 memory=953244 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29500/stat : 29500 (java) S 29483 29486 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40574808 14431232000 238311 33554432000 4194304 4196468 140736598278320 140127324031456 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29501] ppid=29483 vsize=14093000 memory=953244 CPUtime=1.19 cores=1,3,5,7
/proc/29486/task/29501/stat : 29501 (java) S 29483 29486 28623 0 -1 1077944384 1472 0 0 0 54 65 0 0 20 0 15 0 40574808 14431232000 238311 33554432000 4194304 4196468 140736598278320 140127322979248 140127857433218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
Current children cumulated CPU time: 2351.49 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 953244 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2370.3 s]
/proc/loadavg: 1.29 1.35 1.39 3/215 29672
/proc/meminfo: memFree=20335600/32770624 swapFree=67108860/67108860
[pid=29486] ppid=29483 vsize=14093000 memory=953256 CPUtime=2400.06 cores=1,3,5,7
/proc/29486/stat : 29486 (java) S 29483 29486 28623 0 -1 1077944320 106159 0 0 0 239570 436 0 0 20 0 15 0 40574802 14431232000 238314 33554432000 4194304 4196468 140736598278320 140736598260864 140127857422071 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
/proc/29486/statm: 3523250 238314 3592 1 0 3485321 0
[pid=29486/tid=29488] ppid=29483 vsize=14093000 memory=953256 CPUtime=2344 cores=1,3,5,7
/proc/29486/task/29488/stat : 29488 (java) R 29483 29486 28623 0 -1 4202560 59140 0 0 0 234342 58 0 0 20 0 15 0 40574802 14431232000 238314 33554432000 4194304 4196468 140736598278320 140127861660688 140127493838608 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29489] ppid=29483 vsize=14093000 memory=953256 CPUtime=9.69 cores=1,3,5,7
/proc/29486/task/29489/stat : 29489 (java) S 29483 29486 28623 0 -1 1077944384 3951 0 0 0 878 91 0 0 20 0 15 0 40574803 14431232000 238314 33554432000 4194304 4196468 140736598278320 140127810042256 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29490] ppid=29483 vsize=14093000 memory=953256 CPUtime=9.78 cores=1,3,5,7
/proc/29486/task/29490/stat : 29490 (java) S 29483 29486 28623 0 -1 1077944384 7030 0 0 0 884 94 0 0 20 0 15 0 40574803 14431232000 238314 33554432000 4194304 4196468 140736598278320 140127808989456 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29491] ppid=29483 vsize=14093000 memory=953256 CPUtime=9.73 cores=1,3,5,7
/proc/29486/task/29491/stat : 29491 (java) S 29483 29486 28623 0 -1 1077944384 6867 0 0 0 882 91 0 0 20 0 15 0 40574803 14431232000 238314 33554432000 4194304 4196468 140736598278320 140127807937168 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29492] ppid=29483 vsize=14093000 memory=953256 CPUtime=9.78 cores=1,3,5,7
/proc/29486/task/29492/stat : 29492 (java) S 29483 29486 28623 0 -1 1077944384 7675 0 0 0 884 94 0 0 20 0 15 0 40574803 14431232000 238314 33554432000 4194304 4196468 140736598278320 140127806884368 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29493] ppid=29483 vsize=14093000 memory=953256 CPUtime=13.13 cores=1,3,5,7
/proc/29486/task/29493/stat : 29493 (java) S 29483 29486 28623 0 -1 1077944384 11555 0 0 0 1234 79 0 0 20 0 15 0 40574804 14431232000 238314 33554432000 4194304 4196468 140736598278320 140127331400304 140127857433218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29494] ppid=29483 vsize=14093000 memory=953256 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29494/stat : 29494 (java) S 29483 29486 28623 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 40574805 14431232000 238314 33554432000 4194304 4196468 140736598278320 140127330346272 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29495] ppid=29483 vsize=14093000 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29495/stat : 29495 (java) S 29483 29486 28623 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 40574805 14431232000 238314 33554432000 4194304 4196468 140736598278320 140127329293936 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29496] ppid=29483 vsize=14093000 memory=238419 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29496/stat : 29496 (java) S 29483 29486 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40574807 14431232000 238314 33554432000 4194304 4196468 140736598278320 140127328242256 140127857440667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29497] ppid=29483 vsize=14093000 memory=792 CPUtime=0.93 cores=1,3,5,7
/proc/29486/task/29497/stat : 29497 (java) S 29483 29486 28623 0 -1 1077944384 2134 0 0 0 93 0 0 0 20 0 15 0 40574807 14431232000 238314 33554432000 4194304 4196468 140736598278320 140127327189104 140127857433218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29498] ppid=29483 vsize=14093000 memory=1008 CPUtime=0.91 cores=1,3,5,7
/proc/29486/task/29498/stat : 29498 (java) S 29483 29486 28623 0 -1 1077944384 1499 0 0 0 91 0 0 0 20 0 15 0 40574807 14431232000 238314 33554432000 4194304 4196468 140736598278320 140127326136304 140127857433218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29499] ppid=29483 vsize=14093000 memory=953256 CPUtime=0.79 cores=1,3,5,7
/proc/29486/task/29499/stat : 29499 (java) S 29483 29486 28623 0 -1 1077944384 3403 0 0 0 78 1 0 0 20 0 15 0 40574807 14431232000 238314 33554432000 4194304 4196468 140736598278320 140127325084016 140127857433218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29500] ppid=29483 vsize=14093000 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29500/stat : 29500 (java) S 29483 29486 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40574808 14431232000 238314 33554432000 4194304 4196468 140736598278320 140127324031456 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29501] ppid=29483 vsize=14093000 memory=953256 CPUtime=1.23 cores=1,3,5,7
/proc/29486/task/29501/stat : 29501 (java) S 29483 29486 28623 0 -1 1077944384 1484 0 0 0 56 67 0 0 20 0 15 0 40574808 14431232000 238314 33554432000 4194304 4196468 140736598278320 140127322979248 140127857433218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 953256 KiB

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

[startup+2370.31 s]
# the end of solver process 29486 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.72 s, system=4.3749 s

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

[startup+2370.3 s]
/proc/loadavg: 1.29 1.35 1.39 3/215 29672
/proc/meminfo: memFree=20335600/32770624 swapFree=67108860/67108860
[pid=29486] ppid=29483 vsize=14093000 memory=953256 CPUtime=2400.06 cores=1,3,5,7
/proc/29486/stat : 29486 (java) S 29483 29486 28623 0 -1 1077944320 106159 0 0 0 239570 436 0 0 20 0 15 0 40574802 14431232000 238314 33554432000 4194304 4196468 140736598278320 140736598260864 140127857422071 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
/proc/29486/statm: 3523250 238314 3592 1 0 3485321 0
[pid=29486/tid=29488] ppid=29483 vsize=14093000 memory=953256 CPUtime=2344 cores=1,3,5,7
/proc/29486/task/29488/stat : 29488 (java) R 29483 29486 28623 0 -1 4202560 59140 0 0 0 234342 58 0 0 20 0 15 0 40574802 14431232000 238314 33554432000 4194304 4196468 140736598278320 140127861660688 140127493838608 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29489] ppid=29483 vsize=14093000 memory=953256 CPUtime=9.69 cores=1,3,5,7
/proc/29486/task/29489/stat : 29489 (java) S 29483 29486 28623 0 -1 1077944384 3951 0 0 0 878 91 0 0 20 0 15 0 40574803 14431232000 238314 33554432000 4194304 4196468 140736598278320 140127810042256 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29490] ppid=29483 vsize=14093000 memory=953256 CPUtime=9.78 cores=1,3,5,7
/proc/29486/task/29490/stat : 29490 (java) S 29483 29486 28623 0 -1 1077944384 7030 0 0 0 884 94 0 0 20 0 15 0 40574803 14431232000 238314 33554432000 4194304 4196468 140736598278320 140127808989456 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29491] ppid=29483 vsize=14093000 memory=953256 CPUtime=9.73 cores=1,3,5,7
/proc/29486/task/29491/stat : 29491 (java) S 29483 29486 28623 0 -1 1077944384 6867 0 0 0 882 91 0 0 20 0 15 0 40574803 14431232000 238314 33554432000 4194304 4196468 140736598278320 140127807937168 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29492] ppid=29483 vsize=14093000 memory=953256 CPUtime=9.78 cores=1,3,5,7
/proc/29486/task/29492/stat : 29492 (java) S 29483 29486 28623 0 -1 1077944384 7675 0 0 0 884 94 0 0 20 0 15 0 40574803 14431232000 238314 33554432000 4194304 4196468 140736598278320 140127806884368 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29493] ppid=29483 vsize=14093000 memory=953256 CPUtime=13.13 cores=1,3,5,7
/proc/29486/task/29493/stat : 29493 (java) S 29483 29486 28623 0 -1 1077944384 11555 0 0 0 1234 79 0 0 20 0 15 0 40574804 14431232000 238314 33554432000 4194304 4196468 140736598278320 140127331400304 140127857433218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29494] ppid=29483 vsize=14093000 memory=953256 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29494/stat : 29494 (java) S 29483 29486 28623 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 40574805 14431232000 238314 33554432000 4194304 4196468 140736598278320 140127330346272 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29495] ppid=29483 vsize=14093000 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29495/stat : 29495 (java) S 29483 29486 28623 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 40574805 14431232000 238314 33554432000 4194304 4196468 140736598278320 140127329293936 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29496] ppid=29483 vsize=14093000 memory=238419 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29496/stat : 29496 (java) S 29483 29486 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40574807 14431232000 238314 33554432000 4194304 4196468 140736598278320 140127328242256 140127857440667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29497] ppid=29483 vsize=14093000 memory=792 CPUtime=0.93 cores=1,3,5,7
/proc/29486/task/29497/stat : 29497 (java) S 29483 29486 28623 0 -1 1077944384 2134 0 0 0 93 0 0 0 20 0 15 0 40574807 14431232000 238314 33554432000 4194304 4196468 140736598278320 140127327189104 140127857433218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29498] ppid=29483 vsize=14093000 memory=1008 CPUtime=0.91 cores=1,3,5,7
/proc/29486/task/29498/stat : 29498 (java) S 29483 29486 28623 0 -1 1077944384 1499 0 0 0 91 0 0 0 20 0 15 0 40574807 14431232000 238314 33554432000 4194304 4196468 140736598278320 140127326136304 140127857433218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29499] ppid=29483 vsize=14093000 memory=953256 CPUtime=0.79 cores=1,3,5,7
/proc/29486/task/29499/stat : 29499 (java) S 29483 29486 28623 0 -1 1077944384 3403 0 0 0 78 1 0 0 20 0 15 0 40574807 14431232000 238314 33554432000 4194304 4196468 140736598278320 140127325084016 140127857433218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29500] ppid=29483 vsize=14093000 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/29486/task/29500/stat : 29500 (java) S 29483 29486 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40574808 14431232000 238314 33554432000 4194304 4196468 140736598278320 140127324031456 140127857432277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
[pid=29486/tid=29501] ppid=29483 vsize=14093000 memory=953256 CPUtime=1.23 cores=1,3,5,7
/proc/29486/task/29501/stat : 29501 (java) S 29483 29486 28623 0 -1 1077944384 1484 0 0 0 56 67 0 0 20 0 15 0 40574808 14431232000 238314 33554432000 4194304 4196468 140736598278320 140127322979248 140127857433218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140736598287433 140736598287625 140736598287625 140736598290383 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 953256 KiB

Child status: 143
Real time (s): 2370.31
CPU time (s): 2400.09
CPU user time (s): 2395.72
CPU system time (s): 4.3749
CPU usage (%): 101.256
Max. virtual memory (cumulated for all children) (KiB): 14093000
Max. memory (cumulated for all children) (KiB): 1137040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.72
system time used= 4.3749
maximum resident set size= 1137592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106413
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 382058
involuntary context switches= 5370


# summary of solver processes directly reported to runsolver:
#   pid: 29486
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2395.72
#   total CPU system time (s): 4.3749

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.9916 second user time and 22.9313 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-22 05:28:35
IDJOB=4290435
IDBENCH=141103
IDSOLVER=2743
FILE ID=node150/4290435-1532230115
RUNJOBID= node150-1532225337-28655
PBS_JOBID= 21018946
Free space on /tmp= 57220 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/Tal/Tal-05_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290435-1532230115/watcher-4290435-1532230115 -o /tmp/evaluation-result-4290435-1532230115/solver-4290435-1532230115 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532225337-28655 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 366661066 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290435-1532230115.xml

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

MD5SUM BENCH= 0bfba4554f8c52d47ef9f831901bb64c
RANDOM SEED=366661066

node150.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.76
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.76
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.76
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.76
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:        22153804 kB
MemAvailable:   31756880 kB
Buffers:          226352 kB
Cached:          9587700 kB
SwapCached:            0 kB
Active:          1317952 kB
Inactive:        8732364 kB
Active(anon):     239336 kB
Inactive(anon):    16868 kB
Active(file):    1078616 kB
Inactive(file):  8715496 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             36200 kB
Writeback:             0 kB
AnonPages:        236300 kB
Mapped:            48600 kB
Shmem:             17032 kB
Slab:             264536 kB
SReclaimable:     237424 kB
SUnreclaim:        27112 kB
KernelStack:        3792 kB
PageTables:         5600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1292376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 57184 MiB
End job on node150 at 2018-07-22 06:08:06