Trace number 4297631

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 NameAnswerCPU timeWall clock time
Choco-solver 4.0.7b par (e747e1e)? (TO) 20044.8 2520.12

General information on the benchmark

NameCarSequencing/
CarSequencing-06-76_c18.xml
MD5SUMb12b47f7e650fdaeab738d4a819b9f4b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark199.813
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints727
Number of domains2
Minimum domain size2
Maximum domain size22
Distribution of domain sizes[{"size":2,"count":500},{"size":22,"count":100}]
Minimum variable degree2
Maximum variable degree53
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":19},{"degree":16,"count":19},{"degree":17,"count":19},{"degree":18,"count":19},{"degree":19,"count":49},{"degree":20,"count":14},{"degree":21,"count":14},{"degree":22,"count":14},{"degree":23,"count":14},{"degree":24,"count":19},{"degree":25,"count":8},{"degree":26,"count":8},"...",{"degree":29,"count":31}, {"degree":30,"count":5}, {"degree":31,"count":5}, {"degree":32,"count":5}, {"degree":33,"count":5}, {"degree":34,"count":5}, {"degree":35,"count":6}, {"degree":36,"count":6}, {"degree":37,"count":4}, {"degree":38,"count":2}, {"degree":39,"count":2}, {"degree":40,"count":2}, {"degree":41,"count":2}, {"degree":42,"count":2}, {"degree":43,"count":2}, {"degree":44,"count":2}, {"degree":45,"count":2}, {"degree":46,"count":2}, {"degree":47,"count":2}, {"degree":48,"count":2}, {"degree":49,"count":2}, {"degree":50,"count":2}, {"degree":51,"count":2}, {"degree":52,"count":3}, {"degree":53,"count":1}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":100},{"arity":3,"count":196},{"arity":4,"count":2},{"arity":5,"count":192},{"arity":6,"count":101},{"arity":7,"count":1},{"arity":8,"count":1},{"arity":10,"count":2},{"arity":12,"count":1},{"arity":13,"count":1},{"arity":14,"count":1},{"arity":15,"count":1},{"arity":16,"count":2},{"arity":18,"count":1},{"arity":19,"count":1},{"arity":20,"count":2},{"arity":22,"count":2},{"arity":24,"count":1},{"arity":25,"count":2},{"arity":26,"count":1},{"arity":28,"count":3},{"arity":30,"count":2},{"arity":31,"count":2},{"arity":32,"count":1},{"arity":34,"count":3},"...",{"arity":67,"count":2}, {"arity":68,"count":1}, {"arity":70,"count":5}, {"arity":72,"count":1}, {"arity":73,"count":2}, {"arity":74,"count":1}, {"arity":75,"count":2}, {"arity":76,"count":3}, {"arity":78,"count":1}, {"arity":79,"count":2}, {"arity":80,"count":3}, {"arity":82,"count":3}, {"arity":84,"count":1}, {"arity":85,"count":4}, {"arity":86,"count":1}, {"arity":88,"count":3}, {"arity":90,"count":3}, {"arity":91,"count":2}, {"arity":92,"count":1}, {"arity":94,"count":3}, {"arity":95,"count":2}, {"arity":96,"count":1}, {"arity":97,"count":2}, {"arity":98,"count":1}, {"arity":100,"count":6}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"sum","count":626},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4297631-1532721402.xml"  -tl '20160s' -p 8
0.11/0.18	c Choco e747e1e
0.11/0.18	c [HOME/instance-4297631-1532721402.xml, -tl, 20160s, -p, 8]
0.11/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
2.66/0.99	c solve instance...
20043.98/2520.10	s UNKNOWN
20043.98/2520.10	c Unexpected resolution interruption!

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297631-1532721402/watcher-4297631-1532721402 -o /tmp/evaluation-result-4297631-1532721402/solver-4297631-1532721402 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1532718264-16818 --watchdog 2580 HOME/xcsp3-exec -seed 853791367 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297631-1532721402.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=17558, runsolver pid=17555

[startup+0.10017 s]*
/proc/loadavg: 7.89 8.15 8.15 2/199 17579
/proc/meminfo: memFree=28135872/32770624 swapFree=67108532/67108860
[pid=17558] ppid=17555 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17558/stat : 17558 (xcsp3-exec) S 17555 17558 16791 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89703363 115843072 364 33554432000 4194304 5098028 140733319058528 140733319056632 139779393733244 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10883072 140733319062582 140733319062784 140733319062784 140733319065546 0
/proc/17558/statm: 28282 364 306 221 0 87 0
[pid=17560] ppid=17558 vsize=26104152 memory=27032 CPUtime=0.11 cores=0-7
/proc/17560/stat : 17560 (java) S 17558 17558 16791 0 -1 1077944320 5682 0 0 0 10 1 0 0 20 0 20 0 89703364 26730651648 6758 33554432000 4194304 4196468 140723755293152 140723755275696 139875264270071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
/proc/17560/statm: 6526038 6758 3002 1 0 6488315 0
[pid=17560/tid=17561] ppid=17558 vsize=26104152 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/17560/task/17561/stat : 17561 (java) R 17558 17558 16791 0 -1 4202560 3696 0 0 0 8 0 0 0 20 0 20 0 89703364 26730651648 6758 33554432000 4194304 4196468 140723755293152 139875268494544 139875264282006 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17562] ppid=17558 vsize=26104152 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/17560/task/17562/stat : 17562 (java) S 17558 17558 16791 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89703365 26730651648 6758 33554432000 4194304 4196468 140723755293152 139875216891024 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17563] ppid=17558 vsize=26104152 memory=140715865745024 CPUtime=0 cores=0-7
/proc/17560/task/17563/stat : 17563 (java) S 17558 17558 16791 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89703365 26730651648 6758 33554432000 4194304 4196468 140723755293152 139875215838224 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17564] ppid=17558 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/17560/task/17564/stat : 17564 (java) S 17558 17558 16791 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89703365 26730651648 6758 33554432000 4194304 4196468 140723755293152 139875214785424 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17565] ppid=17558 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/17560/task/17565/stat : 17565 (java) S 17558 17558 16791 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89703365 26730651648 6758 33554432000 4194304 4196468 140723755293152 139875213732624 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17566] ppid=17558 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/17560/task/17566/stat : 17566 (java) S 17558 17558 16791 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89703365 26730651648 6758 33554432000 4194304 4196468 140723755293152 139875212679824 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17567] ppid=17558 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/17560/task/17567/stat : 17567 (java) S 17558 17558 16791 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89703365 26730651648 6758 33554432000 4194304 4196468 140723755293152 139875211627024 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17568] ppid=17558 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/17560/task/17568/stat : 17568 (java) S 17558 17558 16791 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89703365 26730651648 6758 33554432000 4194304 4196468 140723755293152 139875210574224 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17569] ppid=17558 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/17560/task/17569/stat : 17569 (java) S 17558 17558 16791 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89703365 26730651648 6758 33554432000 4194304 4196468 140723755293152 139875209521424 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17570] ppid=17558 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/17560/task/17570/stat : 17570 (java) S 17558 17558 16791 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89703366 26730651648 6758 33554432000 4194304 4196468 140723755293152 139873984371568 139875264281218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17571] ppid=17558 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/17560/task/17571/stat : 17571 (java) S 17558 17558 16791 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89703367 26730651648 6758 33554432000 4194304 4196468 140723755293152 139873983317536 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17572] ppid=17558 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/17560/task/17572/stat : 17572 (java) S 17558 17558 16791 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89703367 26730651648 6758 33554432000 4194304 4196468 140723755293152 139873982264688 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17573] ppid=17558 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/17560/task/17573/stat : 17573 (java) S 17558 17558 16791 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89703370 26730651648 6758 33554432000 4194304 4196468 140723755293152 139873981213008 139875264288667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17574] ppid=17558 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/17560/task/17574/stat : 17574 (java) R 17558 17558 16791 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 20 0 89703370 26730651648 6758 33554432000 4194304 4196468 140723755293152 139873980160368 139875264281218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17575] ppid=17558 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/17560/task/17575/stat : 17575 (java) R 17558 17558 16791 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89703370 26730651648 6758 33554432000 4194304 4196468 140723755293152 139873979107568 139875264281218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17576] ppid=17558 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/17560/task/17576/stat : 17576 (java) S 17558 17558 16791 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 20 0 89703370 26730651648 6758 33554432000 4194304 4196468 140723755293152 139873978054768 139875264281218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17577] ppid=17558 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/17560/task/17577/stat : 17577 (java) R 17558 17558 16791 0 -1 4202560 253 0 0 0 1 0 0 0 20 0 20 0 89703370 26730651648 6758 33554432000 4194304 4196468 140723755293152 139873977001968 139875264282006 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17578] ppid=17558 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/17560/task/17578/stat : 17578 (java) S 17558 17558 16791 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89703370 26730651648 6758 33554432000 4194304 4196468 140723755293152 139873975950432 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17579] ppid=17558 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/17560/task/17579/stat : 17579 (java) S 17558 17558 16791 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89703370 26730651648 6758 33554432000 4194304 4196468 140723755293152 139873974897712 139875264281218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 28488 KiB

[startup+0.210299 s]*
/proc/loadavg: 7.89 8.15 8.15 3/199 17579
/proc/meminfo: memFree=28124396/32770624 swapFree=67108532/67108860
[pid=17558] ppid=17555 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17558/stat : 17558 (xcsp3-exec) S 17555 17558 16791 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89703363 115843072 364 33554432000 4194304 5098028 140733319058528 140733319056632 139779393733244 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10883072 140733319062582 140733319062784 140733319062784 140733319065546 0
/proc/17558/statm: 28282 364 306 221 0 87 0
[pid=17560] ppid=17558 vsize=26104152 memory=39316 CPUtime=0.33 cores=0-7
/proc/17560/stat : 17560 (java) S 17558 17558 16791 0 -1 1077944320 8485 0 0 0 31 2 0 0 20 0 20 0 89703364 26730651648 9829 33554432000 4194304 4196468 140723755293152 140723755275696 139875264270071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
/proc/17560/statm: 6526038 9829 3194 1 0 6488315 0
[pid=17560/tid=17561] ppid=17558 vsize=26104152 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/17560/task/17561/stat : 17561 (java) R 17558 17558 16791 0 -1 4202560 5596 0 0 0 18 1 0 0 20 0 20 0 89703364 26730651648 9829 33554432000 4194304 4196468 140723755293152 139875268509744 139875248313701 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17562] ppid=17558 vsize=26104152 memory=339 CPUtime=0 cores=0-7
/proc/17560/task/17562/stat : 17562 (java) S 17558 17558 16791 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89703365 26730651648 9829 33554432000 4194304 4196468 140723755293152 139875216891024 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17563] ppid=17558 vsize=26104152 memory=3906784931236619936 CPUtime=0 cores=0-7
/proc/17560/task/17563/stat : 17563 (java) S 17558 17558 16791 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89703365 26730651648 9829 33554432000 4194304 4196468 140723755293152 139875215838224 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17564] ppid=17558 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/17560/task/17564/stat : 17564 (java) S 17558 17558 16791 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89703365 26730651648 9829 33554432000 4194304 4196468 140723755293152 139875214785424 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17565] ppid=17558 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/17560/task/17565/stat : 17565 (java) S 17558 17558 16791 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89703365 26730651648 9829 33554432000 4194304 4196468 140723755293152 139875213732624 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17566] ppid=17558 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/17560/task/17566/stat : 17566 (java) S 17558 17558 16791 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89703365 26730651648 9829 33554432000 4194304 4196468 140723755293152 139875212679824 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17567] ppid=17558 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/17560/task/17567/stat : 17567 (java) S 17558 17558 16791 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89703365 26730651648 9829 33554432000 4194304 4196468 140723755293152 139875211627024 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17568] ppid=17558 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/17560/task/17568/stat : 17568 (java) S 17558 17558 16791 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89703365 26730651648 9829 33554432000 4194304 4196468 140723755293152 139875210574224 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17569] ppid=17558 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/17560/task/17569/stat : 17569 (java) S 17558 17558 16791 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89703365 26730651648 9829 33554432000 4194304 4196468 140723755293152 139875209521424 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17570] ppid=17558 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/17560/task/17570/stat : 17570 (java) S 17558 17558 16791 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 89703366 26730651648 9829 33554432000 4194304 4196468 140723755293152 139873984371568 139875264281218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17571] ppid=17558 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/17560/task/17571/stat : 17571 (java) S 17558 17558 16791 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89703367 26730651648 9829 33554432000 4194304 4196468 140723755293152 139873983317536 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17572] ppid=17558 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/17560/task/17572/stat : 17572 (java) S 17558 17558 16791 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89703367 26730651648 9829 33554432000 4194304 4196468 140723755293152 139873982264688 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17573] ppid=17558 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/17560/task/17573/stat : 17573 (java) S 17558 17558 16791 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89703370 26730651648 9829 33554432000 4194304 4196468 140723755293152 139873981213008 139875264288667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17574] ppid=17558 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/17560/task/17574/stat : 17574 (java) S 17558 17558 16791 0 -1 1077944384 327 0 0 0 1 0 0 0 20 0 20 0 89703370 26730651648 9829 33554432000 4194304 4196468 140723755293152 139873980160368 139875264281218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17575] ppid=17558 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/17560/task/17575/stat : 17575 (java) S 17558 17558 16791 0 -1 1077944384 263 0 0 0 1 0 0 0 20 0 20 0 89703370 26730651648 9829 33554432000 4194304 4196468 140723755293152 139873979107568 139875264281218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17576] ppid=17558 vsize=26104152 memory=-1 CPUtime=0.01 cores=0-7
/proc/17560/task/17576/stat : 17576 (java) S 17558 17558 16791 0 -1 1077944384 217 0 0 0 1 0 0 0 20 0 20 0 89703370 26730651648 9829 33554432000 4194304 4196468 140723755293152 139873978054768 139875264281218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17577] ppid=17558 vsize=26104152 memory=-1 CPUtime=0.07 cores=0-7
/proc/17560/task/17577/stat : 17577 (java) R 17558 17558 16791 0 -1 4202560 776 0 0 0 7 0 0 0 20 0 20 0 89703370 26730651648 9829 33554432000 4194304 4196468 140723755293152 139873977001968 139875264282006 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17578] ppid=17558 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/17560/task/17578/stat : 17578 (java) S 17558 17558 16791 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89703370 26730651648 9829 33554432000 4194304 4196468 140723755293152 139873975950432 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17579] ppid=17558 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/17560/task/17579/stat : 17579 (java) S 17558 17558 16791 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89703370 26730651648 9829 33554432000 4194304 4196468 140723755293152 139873974897712 139875264281218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 40772 KiB

[startup+0.310024 s]*
/proc/loadavg: 7.89 8.15 8.15 3/199 17579
/proc/meminfo: memFree=28118440/32770624 swapFree=67108532/67108860
[pid=17558] ppid=17555 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17558/stat : 17558 (xcsp3-exec) S 17555 17558 16791 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89703363 115843072 364 33554432000 4194304 5098028 140733319058528 140733319056632 139779393733244 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10883072 140733319062582 140733319062784 140733319062784 140733319065546 0
/proc/17558/statm: 28282 364 306 221 0 87 0
[pid=17560] ppid=17558 vsize=26108408 memory=46864 CPUtime=0.52 cores=0-7
/proc/17560/stat : 17560 (java) S 17558 17558 16791 0 -1 1077944320 9387 0 0 0 49 3 0 0 20 0 20 0 89703364 26735009792 11716 33554432000 4194304 4196468 140723755293152 140723755275696 139875264270071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
/proc/17560/statm: 6527102 11716 3276 1 0 6488315 0
[pid=17560/tid=17561] ppid=17558 vsize=26108408 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/17560/task/17561/stat : 17561 (java) R 17558 17558 16791 0 -1 4202560 6325 0 0 0 27 2 0 0 20 0 20 0 89703364 26735009792 11716 33554432000 4194304 4196468 140723755293152 139875268501840 139875264291997 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17562] ppid=17558 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/17560/task/17562/stat : 17562 (java) S 17558 17558 16791 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89703365 26735009792 11716 33554432000 4194304 4196468 140723755293152 139875216891024 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17563] ppid=17558 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/17560/task/17563/stat : 17563 (java) S 17558 17558 16791 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89703365 26735009792 11716 33554432000 4194304 4196468 140723755293152 139875215838224 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17564] ppid=17558 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/17560/task/17564/stat : 17564 (java) S 17558 17558 16791 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89703365 26735009792 11716 33554432000 4194304 4196468 140723755293152 139875214785424 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17565] ppid=17558 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/17560/task/17565/stat : 17565 (java) S 17558 17558 16791 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89703365 26735009792 11716 33554432000 4194304 4196468 140723755293152 139875213732624 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17566] ppid=17558 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/17560/task/17566/stat : 17566 (java) S 17558 17558 16791 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89703365 26735009792 11716 33554432000 4194304 4196468 140723755293152 139875212679824 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17567] ppid=17558 vsize=26108408 memory=140715745178543 CPUtime=0 cores=0-7
/proc/17560/task/17567/stat : 17567 (java) S 17558 17558 16791 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89703365 26735009792 11716 33554432000 4194304 4196468 140723755293152 139875211627024 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17568] ppid=17558 vsize=26108408 memory=140715745180848 CPUtime=0 cores=0-7
/proc/17560/task/17568/stat : 17568 (java) S 17558 17558 16791 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89703365 26735009792 11716 33554432000 4194304 4196468 140723755293152 139875210574224 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17569] ppid=17558 vsize=26108408 memory=140715745183152 CPUtime=0 cores=0-7
/proc/17560/task/17569/stat : 17569 (java) S 17558 17558 16791 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89703365 26735009792 11716 33554432000 4194304 4196468 140723755293152 139875209521424 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17570] ppid=17558 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/17560/task/17570/stat : 17570 (java) S 17558 17558 16791 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 89703366 26735009792 11716 33554432000 4194304 4196468 140723755293152 139873984371568 139875264281218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17571] ppid=17558 vsize=26108408 memory=281431490373264 CPUtime=0 cores=0-7
/proc/17560/task/17571/stat : 17571 (java) S 17558 17558 16791 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89703367 26735009792 11716 33554432000 4194304 4196468 140723755293152 139873983317536 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17572] ppid=17558 vsize=26108408 memory=281431490380176 CPUtime=0 cores=0-7
/proc/17560/task/17572/stat : 17572 (java) S 17558 17558 16791 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89703367 26735009792 11716 33554432000 4194304 4196468 140723755293152 139873982264688 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17573] ppid=17558 vsize=26108408 memory=281431490321456 CPUtime=0 cores=0-7
/proc/17560/task/17573/stat : 17573 (java) S 17558 17558 16791 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89703370 26735009792 11716 33554432000 4194304 4196468 140723755293152 139873981213008 139875264288667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17574] ppid=17558 vsize=26108408 memory=281431490394000 CPUtime=0.02 cores=0-7
/proc/17560/task/17574/stat : 17574 (java) S 17558 17558 16791 0 -1 1077944384 336 0 0 0 2 0 0 0 20 0 20 0 89703370 26735009792 11716 33554432000 4194304 4196468 140723755293152 139873980160368 139875264281218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17575] ppid=17558 vsize=26108408 memory=281431490400912 CPUtime=0.01 cores=0-7
/proc/17560/task/17575/stat : 17575 (java) S 17558 17558 16791 0 -1 1077944384 268 0 0 0 1 0 0 0 20 0 20 0 89703370 26735009792 11716 33554432000 4194304 4196468 140723755293152 139873979107568 139875264281218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17576] ppid=17558 vsize=26108408 memory=281431490398608 CPUtime=0.04 cores=0-7
/proc/17560/task/17576/stat : 17576 (java) S 17558 17558 16791 0 -1 1077944384 304 0 0 0 4 0 0 0 20 0 20 0 89703370 26735009792 11716 33554432000 4194304 4196468 140723755293152 139873978054768 139875264281218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17577] ppid=17558 vsize=26108408 memory=281431490414768 CPUtime=0.12 cores=0-7
/proc/17560/task/17577/stat : 17577 (java) S 17558 17558 16791 0 -1 1077944384 851 0 0 0 12 0 0 0 20 0 20 0 89703370 26735009792 11716 33554432000 4194304 4196468 140723755293152 139873977001968 139875264281218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17578] ppid=17558 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/17560/task/17578/stat : 17578 (java) S 17558 17558 16791 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89703370 26735009792 11716 33554432000 4194304 4196468 140723755293152 139873975950432 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17579] ppid=17558 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/17560/task/17579/stat : 17579 (java) S 17558 17558 16791 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89703370 26735009792 11716 33554432000 4194304 4196468 140723755293152 139873974897712 139875264281218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 48320 KiB

[startup+0.701045 s]
/proc/loadavg: 7.89 8.15 8.15 6/199 17579
/proc/meminfo: memFree=28103924/32770624 swapFree=67108532/67108860
[pid=17558] ppid=17555 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17558/stat : 17558 (xcsp3-exec) S 17555 17558 16791 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89703363 115843072 364 33554432000 4194304 5098028 140733319058528 140733319056632 139779393733244 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10883072 140733319062582 140733319062784 140733319062784 140733319065546 0
/proc/17558/statm: 28282 364 306 221 0 87 0
[pid=17560] ppid=17558 vsize=26110532 memory=94496 CPUtime=1.77 cores=0-7
/proc/17560/stat : 17560 (java) S 17558 17558 16791 0 -1 1077944320 14816 0 0 0 172 5 0 0 20 0 20 0 89703364 26737184768 23624 33554432000 4194304 4196468 140723755293152 140723755275696 139875264270071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
/proc/17560/statm: 6527633 23624 3367 1 0 6488827 0
[pid=17560/tid=17561] ppid=17558 vsize=26110532 memory=281431490772656 CPUtime=0.67 cores=0-7
/proc/17560/task/17561/stat : 17561 (java) R 17558 17558 16791 0 -1 4202560 7205 0 0 0 64 3 0 0 20 0 20 0 89703364 26737184768 23624 33554432000 4194304 4196468 140723755293152 139875268505296 139874888928395 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17562] ppid=17558 vsize=26110532 memory=140715745387376 CPUtime=0 cores=0-7
/proc/17560/task/17562/stat : 17562 (java) S 17558 17558 16791 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89703365 26737184768 23624 33554432000 4194304 4196468 140723755293152 139875216891024 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17563] ppid=17558 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/17560/task/17563/stat : 17563 (java) S 17558 17558 16791 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89703365 26737184768 23624 33554432000 4194304 4196468 140723755293152 139875215838224 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17564] ppid=17558 vsize=26110532 memory=1012 CPUtime=0 cores=0-7
/proc/17560/task/17564/stat : 17564 (java) S 17558 17558 16791 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89703365 26737184768 23624 33554432000 4194304 4196468 140723755293152 139875214785424 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0

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

[pid=17560/tid=17587] ppid=17558 vsize=26645092 memory=920 CPUtime=2420.98 cores=0-7
/proc/17560/task/17587/stat : 17587 (java) R 17558 17558 16791 0 -1 4202560 144372 0 0 0 241883 215 0 0 20 0 28 0 89703465 27284574208 142190 33554432000 4194304 4196468 140723755293152 139873911460312 139874895033074 0 4 0 16800975 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
Current children cumulated CPU time: 19428.1 s
Current children cumulated vsize: 26758220 KiB
Current children cumulated memory: 570216 KiB

[startup+2502.3 s]
/proc/loadavg: 8.09 8.22 8.29 9/207 17645
/proc/meminfo: memFree=26505772/32770624 swapFree=67108532/67108860
[pid=17558] ppid=17555 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17558/stat : 17558 (xcsp3-exec) S 17555 17558 16791 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89703363 115843072 364 33554432000 4194304 5098028 140733319058528 140733319056632 139779393733244 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10883072 140733319062582 140733319062784 140733319062784 140733319065546 0
/proc/17558/statm: 28282 364 306 221 0 87 0
[pid=17560] ppid=17558 vsize=26645092 memory=1655880 CPUtime=19904.2 cores=0-7
/proc/17560/stat : 17560 (java) S 17558 17558 16791 0 -1 1077944320 594585 0 0 0 1989742 676 0 0 20 0 28 0 89703364 27284574208 413970 33554432000 4194304 4196468 140723755293152 140723755275696 139875264270071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
/proc/17560/statm: 6661273 413970 3455 1 0 6622467 0
[pid=17560/tid=17561] ppid=17558 vsize=26645092 memory=1656908 CPUtime=0.97 cores=0-7
/proc/17560/task/17561/stat : 17561 (java) S 17558 17558 16791 0 -1 1077944384 7296 0 0 0 93 4 0 0 20 0 28 0 89703364 27284574208 413970 33554432000 4194304 4196468 140723755293152 139875268510848 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17562] ppid=17558 vsize=26645092 memory=1661020 CPUtime=5.87 cores=0-7
/proc/17560/task/17562/stat : 17562 (java) S 17558 17558 16791 0 -1 1077944384 22549 0 0 0 569 18 0 0 20 0 28 0 89703365 27284574208 413970 33554432000 4194304 4196468 140723755293152 139875216891024 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17563] ppid=17558 vsize=26645092 memory=892028 CPUtime=5.88 cores=0-7
/proc/17560/task/17563/stat : 17563 (java) S 17558 17558 16791 0 -1 1077944384 24535 0 0 0 570 18 0 0 20 0 28 0 89703365 27284574208 413970 33554432000 4194304 4196468 140723755293152 139875215838224 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17564] ppid=17558 vsize=26645092 memory=967592 CPUtime=5.8 cores=0-7
/proc/17560/task/17564/stat : 17564 (java) S 17558 17558 16791 0 -1 1077944384 21675 0 0 0 561 19 0 0 20 0 28 0 89703365 27284574208 413970 33554432000 4194304 4196468 140723755293152 139875214785424 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17565] ppid=17558 vsize=26645092 memory=1656908 CPUtime=5.78 cores=0-7
/proc/17560/task/17565/stat : 17565 (java) S 17558 17558 16791 0 -1 1077944384 21302 0 0 0 561 17 0 0 20 0 28 0 89703365 27284574208 413970 33554432000 4194304 4196468 140723755293152 139875213732624 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17566] ppid=17558 vsize=26645092 memory=1456 CPUtime=5.85 cores=0-7
/proc/17560/task/17566/stat : 17566 (java) S 17558 17558 16791 0 -1 1077944384 26553 0 0 0 563 22 0 0 20 0 28 0 89703365 27284574208 413970 33554432000 4194304 4196468 140723755293152 139875212679824 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17567] ppid=17558 vsize=26645092 memory=529136 CPUtime=5.88 cores=0-7
/proc/17560/task/17567/stat : 17567 (java) S 17558 17558 16791 0 -1 1077944384 23124 0 0 0 567 21 0 0 20 0 28 0 89703365 27284574208 413970 33554432000 4194304 4196468 140723755293152 139875211627024 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17568] ppid=17558 vsize=26645092 memory=1464148 CPUtime=5.84 cores=0-7
/proc/17560/task/17568/stat : 17568 (java) S 17558 17558 16791 0 -1 1077944384 22963 0 0 0 566 18 0 0 20 0 28 0 89703365 27284574208 413970 33554432000 4194304 4196468 140723755293152 139875210574224 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17569] ppid=17558 vsize=26645092 memory=7532 CPUtime=5.83 cores=0-7
/proc/17560/task/17569/stat : 17569 (java) S 17558 17558 16791 0 -1 1077944384 24077 0 0 0 566 17 0 0 20 0 28 0 89703365 27284574208 413970 33554432000 4194304 4196468 140723755293152 139875209521424 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17570] ppid=17558 vsize=26645092 memory=281431492826544 CPUtime=4.71 cores=0-7
/proc/17560/task/17570/stat : 17570 (java) S 17558 17558 16791 0 -1 1077944384 79193 0 0 0 278 193 0 0 20 0 28 0 89703366 27284574208 413970 33554432000 4194304 4196468 140723755293152 139873984371568 139875264281218 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17571] ppid=17558 vsize=26645092 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/17560/task/17571/stat : 17571 (java) S 17558 17558 16791 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 89703367 27284574208 413970 33554432000 4194304 4196468 140723755293152 139873983317536 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17572] ppid=17558 vsize=26645092 memory=281431490868768 CPUtime=0 cores=0-7
/proc/17560/task/17572/stat : 17572 (java) S 17558 17558 16791 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 89703367 27284574208 413970 33554432000 4194304 4196468 140723755293152 139873982264688 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17573] ppid=17558 vsize=26645092 memory=-1807685287717842718 CPUtime=0 cores=0-7
/proc/17560/task/17573/stat : 17573 (java) S 17558 17558 16791 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89703370 27284574208 413970 33554432000 4194304 4196468 140723755293152 139873981213008 139875264288667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17574] ppid=17558 vsize=26645092 memory=1456 CPUtime=2.52 cores=0-7
/proc/17560/task/17574/stat : 17574 (java) S 17558 17558 16791 0 -1 1077944384 15399 0 0 0 249 3 0 0 20 0 28 0 89703370 27284574208 413970 33554432000 4194304 4196468 140723755293152 139873980160368 139875264281218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17575] ppid=17558 vsize=26645092 memory=1456 CPUtime=1.99 cores=0-7
/proc/17560/task/17575/stat : 17575 (java) S 17558 17558 16791 0 -1 1077944384 12330 0 0 0 196 3 0 0 20 0 28 0 89703370 27284574208 413970 33554432000 4194304 4196468 140723755293152 139873979107568 139875264281218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17576] ppid=17558 vsize=26645092 memory=7942445823767243113 CPUtime=2.29 cores=0-7
/proc/17560/task/17576/stat : 17576 (java) S 17558 17558 16791 0 -1 1077944384 10464 0 0 0 226 3 0 0 20 0 28 0 89703370 27284574208 413970 33554432000 4194304 4196468 140723755293152 139873978054768 139875264281218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17577] ppid=17558 vsize=26645092 memory=1129012 CPUtime=0.77 cores=0-7
/proc/17560/task/17577/stat : 17577 (java) S 17558 17558 16791 0 -1 1077944384 8179 0 0 0 75 2 0 0 20 0 28 0 89703370 27284574208 413970 33554432000 4194304 4196468 140723755293152 139873977001968 139875264281218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17578] ppid=17558 vsize=26645092 memory=1456 CPUtime=0 cores=0-7
/proc/17560/task/17578/stat : 17578 (java) S 17558 17558 16791 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 89703370 27284574208 413970 33554432000 4194304 4196468 140723755293152 139873975950432 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17579] ppid=17558 vsize=26645092 memory=1456 CPUtime=0.48 cores=0-7
/proc/17560/task/17579/stat : 17579 (java) S 17558 17558 16791 0 -1 1077944384 3158 0 0 0 32 16 0 0 20 0 28 0 89703370 27284574208 413970 33554432000 4194304 4196468 140723755293152 139873974897712 139875264281218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17580] ppid=17558 vsize=26645092 memory=3868 CPUtime=2479.19 cores=0-7
/proc/17560/task/17580/stat : 17580 (java) R 17558 17558 16791 0 -1 4202560 6698 0 0 0 247913 6 0 0 20 0 28 0 89703464 27284574208 413970 33554432000 4194304 4196468 140723755293152 139873964301360 139874894087327 0 4 0 16800975 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17581] ppid=17558 vsize=26645092 memory=26072 CPUtime=2482.62 cores=0-7
/proc/17560/task/17581/stat : 17581 (java) R 17558 17558 16791 0 -1 4202560 6904 0 0 0 248257 5 0 0 20 0 28 0 89703464 27284574208 413970 33554432000 4194304 4196468 140723755293152 139873963249680 139874894225927 0 4 0 16800975 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17582] ppid=17558 vsize=26645092 memory=1280 CPUtime=2479.32 cores=0-7
/proc/17560/task/17582/stat : 17582 (java) R 17558 17558 16791 0 -1 4202560 28460 0 0 0 247916 16 0 0 20 0 28 0 89703464 27284574208 413970 33554432000 4194304 4196468 140723755293152 139873962199744 139874895616510 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17583] ppid=17558 vsize=26645092 memory=1012 CPUtime=2478.85 cores=0-7
/proc/17560/task/17583/stat : 17583 (java) R 17558 17558 16791 0 -1 4202560 47718 0 0 0 247860 25 0 0 20 0 28 0 89703464 27284574208 413970 33554432000 4194304 4196468 140723755293152 139873961144608 139874896043494 0 4 0 16800975 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17584] ppid=17558 vsize=26645092 memory=1444 CPUtime=2480.06 cores=0-7
/proc/17560/task/17584/stat : 17584 (java) R 17558 17558 16791 0 -1 4202560 13847 0 0 0 247995 11 0 0 20 0 28 0 89703464 27284574208 413970 33554432000 4194304 4196468 140723755293152 139873960091280 139874895030741 0 4 0 16800975 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17585] ppid=17558 vsize=26645092 memory=1200 CPUtime=2480.35 cores=0-7
/proc/17560/task/17585/stat : 17585 (java) R 17558 17558 16791 0 -1 4202560 6447 0 0 0 248030 5 0 0 20 0 28 0 89703464 27284574208 413970 33554432000 4194304 4196468 140723755293152 139873959038496 139874895615622 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17586] ppid=17558 vsize=26645092 memory=15436 CPUtime=2482.76 cores=0-7
/proc/17560/task/17586/stat : 17586 (java) R 17558 17558 16791 0 -1 4202560 6752 0 0 0 248271 5 0 0 20 0 28 0 89703464 27284574208 413970 33554432000 4194304 4196468 140723755293152 139873912513112 139874895616309 0 4 0 16800975 0 0 0 -1 6 0 0 7 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17587] ppid=17558 vsize=26645092 memory=928 CPUtime=2480.43 cores=0-7
/proc/17560/task/17587/stat : 17587 (java) R 17558 17558 16791 0 -1 4202560 153665 0 0 0 247767 276 0 0 20 0 28 0 89703465 27284574208 413970 33554432000 4194304 4196468 140723755293152 139873911460176 139874897222333 0 4 0 16800975 0 0 0 -1 7 0 0 6 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
Current children cumulated CPU time: 19904.2 s
Current children cumulated vsize: 26758220 KiB
Current children cumulated memory: 1657336 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.07 8.21 8.29 9/207 17645
/proc/meminfo: memFree=27496788/32770624 swapFree=67108532/67108860
[pid=17558] ppid=17555 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17558/stat : 17558 (xcsp3-exec) S 17555 17558 16791 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89703363 115843072 364 33554432000 4194304 5098028 140733319058528 140733319056632 139779393733244 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10883072 140733319062582 140733319062784 140733319062784 140733319065546 0
/proc/17558/statm: 28282 364 306 221 0 87 0
[pid=17560] ppid=17558 vsize=26645092 memory=670016 CPUtime=20044 cores=0-7
/proc/17560/stat : 17560 (java) S 17558 17558 16791 0 -1 1077944320 603525 0 0 0 2003703 695 0 0 20 0 28 0 89703364 27284574208 167504 33554432000 4194304 4196468 140723755293152 140723755275696 139875264270071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
/proc/17560/statm: 6661273 167504 3455 1 0 6622467 0
[pid=17560/tid=17561] ppid=17558 vsize=26645092 memory=6791534058613427641 CPUtime=0.97 cores=0-7
/proc/17560/task/17561/stat : 17561 (java) S 17558 17558 16791 0 -1 1077944384 7296 0 0 0 93 4 0 0 20 0 28 0 89703364 27284574208 167504 33554432000 4194304 4196468 140723755293152 139875268510848 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17562] ppid=17558 vsize=26645092 memory=4872558044660077418 CPUtime=6.1 cores=0-7
/proc/17560/task/17562/stat : 17562 (java) S 17558 17558 16791 0 -1 1077944384 22625 0 0 0 592 18 0 0 20 0 28 0 89703365 27284574208 167504 33554432000 4194304 4196468 140723755293152 139875216891024 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17563] ppid=17558 vsize=26645092 memory=2244 CPUtime=6.1 cores=0-7
/proc/17560/task/17563/stat : 17563 (java) S 17558 17558 16791 0 -1 1077944384 24632 0 0 0 591 19 0 0 20 0 28 0 89703365 27284574208 167504 33554432000 4194304 4196468 140723755293152 139875215838224 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17564] ppid=17558 vsize=26645092 memory=4136 CPUtime=6.04 cores=0-7
/proc/17560/task/17564/stat : 17564 (java) S 17558 17558 16791 0 -1 1077944384 21800 0 0 0 585 19 0 0 20 0 28 0 89703365 27284574208 167504 33554432000 4194304 4196468 140723755293152 139875214785424 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17565] ppid=17558 vsize=26645092 memory=2096 CPUtime=6.02 cores=0-7
/proc/17560/task/17565/stat : 17565 (java) S 17558 17558 16791 0 -1 1077944384 21372 0 0 0 585 17 0 0 20 0 28 0 89703365 27284574208 167504 33554432000 4194304 4196468 140723755293152 139875213732624 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17566] ppid=17558 vsize=26645092 memory=7532 CPUtime=6.08 cores=0-7
/proc/17560/task/17566/stat : 17566 (java) S 17558 17558 16791 0 -1 1077944384 26725 0 0 0 586 22 0 0 20 0 28 0 89703365 27284574208 167504 33554432000 4194304 4196468 140723755293152 139875212679824 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17567] ppid=17558 vsize=26645092 memory=840 CPUtime=6.11 cores=0-7
/proc/17560/task/17567/stat : 17567 (java) S 17558 17558 16791 0 -1 1077944384 23264 0 0 0 589 22 0 0 20 0 28 0 89703365 27284574208 167504 33554432000 4194304 4196468 140723755293152 139875211627024 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17568] ppid=17558 vsize=26645092 memory=1696 CPUtime=6.08 cores=0-7
/proc/17560/task/17568/stat : 17568 (java) S 17558 17558 16791 0 -1 1077944384 23265 0 0 0 589 19 0 0 20 0 28 0 89703365 27284574208 167504 33554432000 4194304 4196468 140723755293152 139875210574224 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17569] ppid=17558 vsize=26645092 memory=920 CPUtime=6.07 cores=0-7
/proc/17560/task/17569/stat : 17569 (java) S 17558 17558 16791 0 -1 1077944384 24409 0 0 0 590 17 0 0 20 0 28 0 89703365 27284574208 167504 33554432000 4194304 4196468 140723755293152 139875209521424 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17570] ppid=17558 vsize=26645092 memory=4776 CPUtime=4.91 cores=0-7
/proc/17560/task/17570/stat : 17570 (java) S 17558 17558 16791 0 -1 1077944384 82564 0 0 0 290 201 0 0 20 0 28 0 89703366 27284574208 167504 33554432000 4194304 4196468 140723755293152 139873984371568 139875264281218 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17571] ppid=17558 vsize=26645092 memory=4104 CPUtime=0 cores=0-7
/proc/17560/task/17571/stat : 17571 (java) S 17558 17558 16791 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 89703367 27284574208 167504 33554432000 4194304 4196468 140723755293152 139873983317536 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17572] ppid=17558 vsize=26645092 memory=1404 CPUtime=0 cores=0-7
/proc/17560/task/17572/stat : 17572 (java) S 17558 17558 16791 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 89703367 27284574208 167504 33554432000 4194304 4196468 140723755293152 139873982264688 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17573] ppid=17558 vsize=26645092 memory=3704 CPUtime=0 cores=0-7
/proc/17560/task/17573/stat : 17573 (java) S 17558 17558 16791 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89703370 27284574208 167504 33554432000 4194304 4196468 140723755293152 139873981213008 139875264288667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17574] ppid=17558 vsize=26645092 memory=6791534058613427641 CPUtime=2.52 cores=0-7
/proc/17560/task/17574/stat : 17574 (java) S 17558 17558 16791 0 -1 1077944384 15401 0 0 0 249 3 0 0 20 0 28 0 89703370 27284574208 167504 33554432000 4194304 4196468 140723755293152 139873980160368 139875264281218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17575] ppid=17558 vsize=26645092 memory=15436 CPUtime=1.99 cores=0-7
/proc/17560/task/17575/stat : 17575 (java) S 17558 17558 16791 0 -1 1077944384 12332 0 0 0 196 3 0 0 20 0 28 0 89703370 27284574208 167504 33554432000 4194304 4196468 140723755293152 139873979107568 139875264281218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17576] ppid=17558 vsize=26645092 memory=15736 CPUtime=2.29 cores=0-7
/proc/17560/task/17576/stat : 17576 (java) S 17558 17558 16791 0 -1 1077944384 10466 0 0 0 226 3 0 0 20 0 28 0 89703370 27284574208 167504 33554432000 4194304 4196468 140723755293152 139873978054768 139875264281218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17577] ppid=17558 vsize=26645092 memory=16236 CPUtime=0.77 cores=0-7
/proc/17560/task/17577/stat : 17577 (java) S 17558 17558 16791 0 -1 1077944384 8181 0 0 0 75 2 0 0 20 0 28 0 89703370 27284574208 167504 33554432000 4194304 4196468 140723755293152 139873977001968 139875264281218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17578] ppid=17558 vsize=26645092 memory=4048 CPUtime=0 cores=0-7
/proc/17560/task/17578/stat : 17578 (java) S 17558 17558 16791 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 89703370 27284574208 167504 33554432000 4194304 4196468 140723755293152 139873975950432 139875264280277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17579] ppid=17558 vsize=26645092 memory=640 CPUtime=0.48 cores=0-7
/proc/17560/task/17579/stat : 17579 (java) S 17558 17558 16791 0 -1 1077944384 3180 0 0 0 32 16 0 0 20 0 28 0 89703370 27284574208 167504 33554432000 4194304 4196468 140723755293152 139873974897712 139875264281218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17580] ppid=17558 vsize=26645092 memory=1788 CPUtime=2496.43 cores=0-7
/proc/17560/task/17580/stat : 17580 (java) R 17558 17558 16791 0 -1 4202560 6771 0 0 0 249637 6 0 0 20 0 28 0 89703464 27284574208 167504 33554432000 4194304 4196468 140723755293152 139873964301544 139874894175035 0 4 0 16800975 0 0 0 -1 6 0 0 6 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17581] ppid=17558 vsize=26645092 memory=960 CPUtime=2499.86 cores=0-7
/proc/17560/task/17581/stat : 17581 (java) R 17558 17558 16791 0 -1 4202560 6980 0 0 0 249981 5 0 0 20 0 28 0 89703464 27284574208 167504 33554432000 4194304 4196468 140723755293152 139873963250192 139874897286369 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17582] ppid=17558 vsize=26645092 memory=1232 CPUtime=2496.5 cores=0-7
/proc/17560/task/17582/stat : 17582 (java) R 17558 17558 16791 0 -1 4202560 28890 0 0 0 249634 16 0 0 20 0 28 0 89703464 27284574208 167504 33554432000 4194304 4196468 140723755293152 139873962199856 139874895034608 0 4 0 16800975 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17583] ppid=17558 vsize=26645092 memory=2332 CPUtime=2496.04 cores=0-7
/proc/17560/task/17583/stat : 17583 (java) R 17558 17558 16791 0 -1 4202560 48538 0 0 0 249579 25 0 0 20 0 28 0 89703464 27284574208 167504 33554432000 4194304 4196468 140723755293152 139873961144744 139874897120549 0 4 0 16800975 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17584] ppid=17558 vsize=26645092 memory=928 CPUtime=2497.24 cores=0-7
/proc/17560/task/17584/stat : 17584 (java) R 17558 17558 16791 0 -1 4202560 14035 0 0 0 249713 11 0 0 20 0 28 0 89703464 27284574208 167504 33554432000 4194304 4196468 140723755293152 139873960091960 139874894890851 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17585] ppid=17558 vsize=26645092 memory=1580 CPUtime=2497.6 cores=0-7
/proc/17560/task/17585/stat : 17585 (java) R 17558 17558 16791 0 -1 4202560 6486 0 0 0 249755 5 0 0 20 0 28 0 89703464 27284574208 167504 33554432000 4194304 4196468 140723755293152 139873959038760 139874895615362 0 4 0 16800975 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17586] ppid=17558 vsize=26645092 memory=2244 CPUtime=2500 cores=0-7
/proc/17560/task/17586/stat : 17586 (java) R 17558 17558 16791 0 -1 4202560 6814 0 0 0 249995 5 0 0 20 0 28 0 89703464 27284574208 167504 33554432000 4194304 4196468 140723755293152 139873912513064 139874895618448 0 4 0 16800975 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
[pid=17560/tid=17587] ppid=17558 vsize=26645092 memory=4136 CPUtime=2497.63 cores=0-7
/proc/17560/task/17587/stat : 17587 (java) R 17558 17558 16791 0 -1 4202560 156202 0 0 0 249479 284 0 0 20 0 28 0 89703465 27284574208 167504 33554432000 4194304 4196468 140723755293152 139873911460176 139874897407274 0 4 0 16800975 0 0 0 -1 7 0 0 6 0 0 6293624 6294260 29044736 140723755295873 140723755296045 140723755296045 140723755298767 0
Current children cumulated CPU time: 20044 s
Current children cumulated vsize: 26758220 KiB
Current children cumulated memory: 671472 KiB

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

[startup+2520.04 s]
# the end of solver process 17558 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.002296 s, system=0 s

[startup+2520.12 s]
# the end of solver process 17560 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20037.9 s, system=6.96702 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child status: 143
Real time (s): 2520.12
CPU time (s): 20044.8
CPU user time (s): 20037.9
CPU system time (s): 6.96702
CPU usage (%): 795.391
Max. virtual memory (cumulated for all children) (KiB): 26760292
Max. memory (cumulated for all children) (KiB): 2956992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20037.9
system time used= 6.96702
maximum resident set size= 2984224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 605359
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 223102
involuntary context switches= 215360


# summary of solver processes directly reported to runsolver:
#   pid: 17558,17560
#   total CPU time (s): 20044.8
#   total CPU user time (s): 20037.9
#   total CPU system time (s): 6.96702

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.2156 second user time and 26.3634 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-27 21:56:42
IDJOB=4297631
IDBENCH=141452
IDSOLVER=2760
FILE ID=node104/4297631-1532721402
RUNJOBID= node104-1532718264-16818
PBS_JOBID= 21022329
Free space on /tmp= 48344 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/CarSequencing/CarSequencing-06-76_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 22000 -p NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297631-1532721402/watcher-4297631-1532721402 -o /tmp/evaluation-result-4297631-1532721402/solver-4297631-1532721402 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1532718264-16818 --watchdog 2580  HOME/xcsp3-exec -seed 853791367 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297631-1532721402.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= b12b47f7e650fdaeab738d4a819b9f4b
RANDOM SEED=853791367

node104.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.11
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.11
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.11
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.11
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:        28151828 kB
MemAvailable:   31949104 kB
Buffers:          125052 kB
Cached:          3925696 kB
SwapCached:           12 kB
Active:          1918184 kB
Inactive:        2185716 kB
Active(anon):       8124 kB
Inactive(anon):    73044 kB
Active(file):    1910060 kB
Inactive(file):  2112672 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108532 kB
Dirty:             22300 kB
Writeback:             0 kB
AnonPages:         59120 kB
Mapped:            38784 kB
Shmem:             25060 kB
Slab:             209288 kB
SReclaimable:     180756 kB
SUnreclaim:        28532 kB
KernelStack:        3168 kB
PageTables:         5472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48324 MiB
End job on node104 at 2018-07-27 22:38:42