Trace number 4280741

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.5 par (2017-08-18)? (TO) 20032.1 2520.22

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-06-09-fair.xml
MD5SUM4da452dd6a7f9c00a5696d6c71e9e662
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables14103
Number of constraints13337
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":1937},{"size":201,"count":70},{"size":20001,"count":12096}]
Minimum variable degree2
Maximum variable degree115
Distribution of variable degrees[{"degree":2,"count":12425},{"degree":3,"count":324},{"degree":4,"count":27},{"degree":5,"count":144},{"degree":6,"count":83},{"degree":7,"count":295},{"degree":8,"count":455},{"degree":9,"count":234},{"degree":10,"count":14},{"degree":13,"count":54},{"degree":14,"count":1},{"degree":20,"count":10},{"degree":32,"count":10},{"degree":34,"count":7},{"degree":40,"count":1},{"degree":45,"count":9},{"degree":70,"count":2},{"degree":71,"count":7},{"degree":115,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2237},{"arity":3,"count":11098}]
Number of extensional constraints0
Number of intensional constraints13337
Distribution of constraint types[{"type":"intension","count":13337}]
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-4280741-1503171916.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4280741-1503171916.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
42.33/7.57	c solve instance...
20031.14/2520.09	s UNKNOWN
20031.14/2520.09	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 (13012 MiB free)
  memory of node 1: 16384 MiB (12571 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4280741-1503171916/watcher-4280741-1503171916 -o /tmp/evaluation-result-4280741-1503171916/solver-4280741-1503171916 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node112-1503169099-13287 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1292884943 HOME/instance-4280741-1503171916.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=17350, runsolver pid=17347

[startup+0.100141 s]*
/proc/loadavg: 8.08 7.54 6.84 3/200 17371
/proc/meminfo: memFree=26183884/32770624 swapFree=67108860/67108860
[pid=17350] ppid=17347 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/17350/stat : 17350 (xcsp3-exec) S 17347 17350 13260 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 150279254 9740288 345 33554432000 4194304 5098028 140732830702336 140732830700440 140080850272892 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25014272 140732830704740 140732830704951 140732830704951 140732830707691 0
/proc/17350/statm: 2378 345 289 221 0 87 0
[pid=17352] ppid=17350 vsize=25999808 memory=26116 CPUtime=0.12 cores=0-7
/proc/17352/stat : 17352 (java) S 17350 17350 13260 0 -1 1077944320 5468 0 0 0 11 1 0 0 20 0 20 0 150279254 26623803392 6529 33554432000 4194304 4196468 140736761017744 140736761000288 139967200677623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
/proc/17352/statm: 6499952 6529 2847 1 0 6488269 0
[pid=17352/tid=17353] ppid=17350 vsize=25999808 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/17352/task/17353/stat : 17353 (java) R 17350 17350 13260 0 -1 4202560 3480 0 0 0 8 0 0 0 20 0 20 0 150279255 26623803392 6529 33554432000 4194304 4196468 140736761017744 139967204902096 139967184721253 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17354] ppid=17350 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/17352/task/17354/stat : 17354 (java) S 17350 17350 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150279255 26623803392 6529 33554432000 4194304 4196468 140736761017744 139967153298576 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17355] ppid=17350 vsize=25999808 memory=140616340498048 CPUtime=0 cores=0-7
/proc/17352/task/17355/stat : 17355 (java) S 17350 17350 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150279255 26623803392 6529 33554432000 4194304 4196468 140736761017744 139967152245776 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17356] ppid=17350 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17352/task/17356/stat : 17356 (java) S 17350 17350 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150279255 26623803392 6529 33554432000 4194304 4196468 140736761017744 139967151192976 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17357] ppid=17350 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17352/task/17357/stat : 17357 (java) S 17350 17350 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150279255 26623803392 6529 33554432000 4194304 4196468 140736761017744 139967150140176 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17358] ppid=17350 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17352/task/17358/stat : 17358 (java) S 17350 17350 13260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150279255 26623803392 6529 33554432000 4194304 4196468 140736761017744 139967149087376 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17359] ppid=17350 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/17352/task/17359/stat : 17359 (java) S 17350 17350 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150279255 26623803392 6529 33554432000 4194304 4196468 140736761017744 139967148034576 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17360] ppid=17350 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17352/task/17360/stat : 17360 (java) S 17350 17350 13260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150279255 26623803392 6529 33554432000 4194304 4196468 140736761017744 139967146981776 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17361] ppid=17350 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17352/task/17361/stat : 17361 (java) S 17350 17350 13260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150279255 26623803392 6529 33554432000 4194304 4196468 140736761017744 139966751832336 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17362] ppid=17350 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17352/task/17362/stat : 17362 (java) S 17350 17350 13260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150279257 26623803392 6529 33554432000 4194304 4196468 140736761017744 139965405539184 139967200688770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17363] ppid=17350 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17352/task/17363/stat : 17363 (java) S 17350 17350 13260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150279257 26623803392 6529 33554432000 4194304 4196468 140736761017744 139965404485152 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17364] ppid=17350 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17352/task/17364/stat : 17364 (java) S 17350 17350 13260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150279258 26623803392 6529 33554432000 4194304 4196468 140736761017744 139965403432304 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17365] ppid=17350 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17352/task/17365/stat : 17365 (java) S 17350 17350 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150279260 26623803392 6529 33554432000 4194304 4196468 140736761017744 139965402380624 139967200696219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17366] ppid=17350 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17352/task/17366/stat : 17366 (java) S 17350 17350 13260 0 -1 1077944384 316 0 0 0 0 0 0 0 20 0 20 0 150279260 26623803392 6529 33554432000 4194304 4196468 140736761017744 139965199542640 139967200688770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17367] ppid=17350 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17352/task/17367/stat : 17367 (java) S 17350 17350 13260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150279260 26623803392 6529 33554432000 4194304 4196468 140736761017744 139965198489840 139967200688770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17368] ppid=17350 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17352/task/17368/stat : 17368 (java) S 17350 17350 13260 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 150279260 26623803392 6529 33554432000 4194304 4196468 140736761017744 139965197437040 139967200688770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17369] ppid=17350 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/17352/task/17369/stat : 17369 (java) S 17350 17350 13260 0 -1 1077944384 243 0 0 0 1 0 0 0 20 0 20 0 150279260 26623803392 6529 33554432000 4194304 4196468 140736761017744 139965196384240 139967200688770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17370] ppid=17350 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17352/task/17370/stat : 17370 (java) S 17350 17350 13260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150279260 26623803392 6529 33554432000 4194304 4196468 140736761017744 139965195332704 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17371] ppid=17350 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/17352/task/17371/stat : 17371 (java) S 17350 17350 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150279260 26623803392 6529 33554432000 4194304 4196468 140736761017744 139965194279984 139967200688770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27496 KiB

[startup+0.210235 s]*
/proc/loadavg: 8.08 7.54 6.84 2/200 17371
/proc/meminfo: memFree=26173164/32770624 swapFree=67108860/67108860
[pid=17350] ppid=17347 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/17350/stat : 17350 (xcsp3-exec) S 17347 17350 13260 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 150279254 9740288 345 33554432000 4194304 5098028 140732830702336 140732830700440 140080850272892 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25014272 140732830704740 140732830704951 140732830704951 140732830707691 0
/proc/17350/statm: 2378 345 289 221 0 87 0
[pid=17352] ppid=17350 vsize=26004064 memory=39128 CPUtime=0.33 cores=0-7
/proc/17352/stat : 17352 (java) S 17350 17350 13260 0 -1 1077944320 8294 0 0 0 31 2 0 0 20 0 20 0 150279254 26628161536 9782 33554432000 4194304 4196468 140736761017744 140736761000288 139967200677623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
/proc/17352/statm: 6501016 9782 3064 1 0 6488269 0
[pid=17352/tid=17353] ppid=17350 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/17352/task/17353/stat : 17353 (java) R 17350 17350 13260 0 -1 4202560 5401 0 0 0 18 1 0 0 20 0 20 0 150279255 26628161536 9782 33554432000 4194304 4196468 140736761017744 139967204914464 139967200699549 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17354] ppid=17350 vsize=26004064 memory=342 CPUtime=0 cores=0-7
/proc/17352/task/17354/stat : 17354 (java) S 17350 17350 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150279255 26628161536 9782 33554432000 4194304 4196468 140736761017744 139967153298576 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17355] ppid=17350 vsize=26004064 memory=288370992492209792 CPUtime=0 cores=0-7
/proc/17352/task/17355/stat : 17355 (java) S 17350 17350 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150279255 26628161536 9782 33554432000 4194304 4196468 140736761017744 139967152245776 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17356] ppid=17350 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17352/task/17356/stat : 17356 (java) S 17350 17350 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150279255 26628161536 9782 33554432000 4194304 4196468 140736761017744 139967151192976 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17357] ppid=17350 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17352/task/17357/stat : 17357 (java) S 17350 17350 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150279255 26628161536 9782 33554432000 4194304 4196468 140736761017744 139967150140176 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17358] ppid=17350 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17352/task/17358/stat : 17358 (java) S 17350 17350 13260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150279255 26628161536 9782 33554432000 4194304 4196468 140736761017744 139967149087376 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17359] ppid=17350 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17352/task/17359/stat : 17359 (java) S 17350 17350 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150279255 26628161536 9782 33554432000 4194304 4196468 140736761017744 139967148034576 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17360] ppid=17350 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17352/task/17360/stat : 17360 (java) S 17350 17350 13260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150279255 26628161536 9782 33554432000 4194304 4196468 140736761017744 139967146981776 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17361] ppid=17350 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17352/task/17361/stat : 17361 (java) S 17350 17350 13260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150279255 26628161536 9782 33554432000 4194304 4196468 140736761017744 139966751832336 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17362] ppid=17350 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17352/task/17362/stat : 17362 (java) S 17350 17350 13260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150279257 26628161536 9782 33554432000 4194304 4196468 140736761017744 139965405539184 139967200688770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17363] ppid=17350 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17352/task/17363/stat : 17363 (java) S 17350 17350 13260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150279257 26628161536 9782 33554432000 4194304 4196468 140736761017744 139965404485152 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17364] ppid=17350 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17352/task/17364/stat : 17364 (java) S 17350 17350 13260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150279258 26628161536 9782 33554432000 4194304 4196468 140736761017744 139965403432304 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17365] ppid=17350 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17352/task/17365/stat : 17365 (java) S 17350 17350 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150279260 26628161536 9782 33554432000 4194304 4196468 140736761017744 139965402380624 139967200696219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17366] ppid=17350 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/17352/task/17366/stat : 17366 (java) R 17350 17350 13260 0 -1 1077944384 529 0 0 0 1 0 0 0 20 0 20 0 150279260 26628161536 9782 33554432000 4194304 4196468 140736761017744 139965199542640 139967200688770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17367] ppid=17350 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/17352/task/17367/stat : 17367 (java) S 17350 17350 13260 0 -1 1077944384 107 0 0 0 2 0 0 0 20 0 20 0 150279260 26628161536 9782 33554432000 4194304 4196468 140736761017744 139965198489840 139967200688770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17368] ppid=17350 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17352/task/17368/stat : 17368 (java) R 17350 17350 13260 0 -1 1077944384 200 0 0 0 0 0 0 0 20 0 20 0 150279260 26628161536 9782 33554432000 4194304 4196468 140736761017744 139965197437040 139967200688770 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17369] ppid=17350 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/17352/task/17369/stat : 17369 (java) R 17350 17350 13260 0 -1 4202560 753 0 0 0 7 0 0 0 20 0 20 0 150279260 26628161536 9782 33554432000 4194304 4196468 140736761017744 139965196384240 139967184758110 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17370] ppid=17350 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17352/task/17370/stat : 17370 (java) S 17350 17350 13260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150279260 26628161536 9782 33554432000 4194304 4196468 140736761017744 139965195332704 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17371] ppid=17350 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17352/task/17371/stat : 17371 (java) S 17350 17350 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150279260 26628161536 9782 33554432000 4194304 4196468 140736761017744 139965194279984 139967200688770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40508 KiB

[startup+0.30959 s]*
/proc/loadavg: 8.08 7.54 6.84 3/200 17371
/proc/meminfo: memFree=26168760/32770624 swapFree=67108860/67108860
[pid=17350] ppid=17347 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/17350/stat : 17350 (xcsp3-exec) S 17347 17350 13260 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 150279254 9740288 345 33554432000 4194304 5098028 140732830702336 140732830700440 140080850272892 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25014272 140732830704740 140732830704951 140732830704951 140732830707691 0
/proc/17350/statm: 2378 345 289 221 0 87 0
[pid=17352] ppid=17350 vsize=26004064 memory=44096 CPUtime=0.5 cores=0-7
/proc/17352/stat : 17352 (java) S 17350 17350 13260 0 -1 1077944320 9169 0 0 0 47 3 0 0 20 0 20 0 150279254 26628161536 11024 33554432000 4194304 4196468 140736761017744 140736761000288 139967200677623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
/proc/17352/statm: 6501016 11024 3089 1 0 6488269 0
[pid=17352/tid=17353] ppid=17350 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/17352/task/17353/stat : 17353 (java) R 17350 17350 13260 0 -1 4202560 6087 0 0 0 27 2 0 0 20 0 20 0 150279255 26628161536 11024 33554432000 4194304 4196468 140736761017744 139967204916960 139967200689558 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17354] ppid=17350 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17352/task/17354/stat : 17354 (java) S 17350 17350 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150279255 26628161536 11024 33554432000 4194304 4196468 140736761017744 139967153298576 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17355] ppid=17350 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17352/task/17355/stat : 17355 (java) S 17350 17350 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150279255 26628161536 11024 33554432000 4194304 4196468 140736761017744 139967152245776 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17356] ppid=17350 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17352/task/17356/stat : 17356 (java) S 17350 17350 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150279255 26628161536 11024 33554432000 4194304 4196468 140736761017744 139967151192976 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17357] ppid=17350 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17352/task/17357/stat : 17357 (java) S 17350 17350 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150279255 26628161536 11024 33554432000 4194304 4196468 140736761017744 139967150140176 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17358] ppid=17350 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/17352/task/17358/stat : 17358 (java) S 17350 17350 13260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150279255 26628161536 11024 33554432000 4194304 4196468 140736761017744 139967149087376 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17359] ppid=17350 vsize=26004064 memory=140616222733231 CPUtime=0 cores=0-7
/proc/17352/task/17359/stat : 17359 (java) S 17350 17350 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150279255 26628161536 11024 33554432000 4194304 4196468 140736761017744 139967148034576 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17360] ppid=17350 vsize=26004064 memory=140616222735536 CPUtime=0 cores=0-7
/proc/17352/task/17360/stat : 17360 (java) S 17350 17350 13260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150279255 26628161536 11024 33554432000 4194304 4196468 140736761017744 139967146981776 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17361] ppid=17350 vsize=26004064 memory=140616222737840 CPUtime=0 cores=0-7
/proc/17352/task/17361/stat : 17361 (java) S 17350 17350 13260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150279255 26628161536 11024 33554432000 4194304 4196468 140736761017744 139966751832336 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17362] ppid=17350 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17352/task/17362/stat : 17362 (java) S 17350 17350 13260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150279257 26628161536 11024 33554432000 4194304 4196468 140736761017744 139965405539184 139967200688770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17363] ppid=17350 vsize=26004064 memory=281232445482640 CPUtime=0 cores=0-7
/proc/17352/task/17363/stat : 17363 (java) S 17350 17350 13260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150279257 26628161536 11024 33554432000 4194304 4196468 140736761017744 139965404485152 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17364] ppid=17350 vsize=26004064 memory=281232445489552 CPUtime=0 cores=0-7
/proc/17352/task/17364/stat : 17364 (java) S 17350 17350 13260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150279258 26628161536 11024 33554432000 4194304 4196468 140736761017744 139965403432304 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17365] ppid=17350 vsize=26004064 memory=281232445430832 CPUtime=0 cores=0-7
/proc/17352/task/17365/stat : 17365 (java) S 17350 17350 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150279260 26628161536 11024 33554432000 4194304 4196468 140736761017744 139965402380624 139967200696219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17366] ppid=17350 vsize=26004064 memory=281232445503376 CPUtime=0.02 cores=0-7
/proc/17352/task/17366/stat : 17366 (java) S 17350 17350 13260 0 -1 1077944384 535 0 0 0 2 0 0 0 20 0 20 0 150279260 26628161536 11024 33554432000 4194304 4196468 140736761017744 139965199542640 139967200688770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17367] ppid=17350 vsize=26004064 memory=281232445510288 CPUtime=0.02 cores=0-7
/proc/17352/task/17367/stat : 17367 (java) S 17350 17350 13260 0 -1 1077944384 107 0 0 0 2 0 0 0 20 0 20 0 150279260 26628161536 11024 33554432000 4194304 4196468 140736761017744 139965198489840 139967200688770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17368] ppid=17350 vsize=26004064 memory=281232445507984 CPUtime=0.02 cores=0-7
/proc/17352/task/17368/stat : 17368 (java) S 17350 17350 13260 0 -1 1077944384 273 0 0 0 2 0 0 0 20 0 20 0 150279260 26628161536 11024 33554432000 4194304 4196468 140736761017744 139965197437040 139967200688770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17369] ppid=17350 vsize=26004064 memory=281232445524144 CPUtime=0.12 cores=0-7
/proc/17352/task/17369/stat : 17369 (java) R 17350 17350 13260 0 -1 4202560 860 0 0 0 12 0 0 0 20 0 20 0 150279260 26628161536 11024 33554432000 4194304 4196468 140736761017744 139965196379968 139967184758110 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17370] ppid=17350 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17352/task/17370/stat : 17370 (java) S 17350 17350 13260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150279260 26628161536 11024 33554432000 4194304 4196468 140736761017744 139965195332704 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17371] ppid=17350 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17352/task/17371/stat : 17371 (java) S 17350 17350 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150279260 26628161536 11024 33554432000 4194304 4196468 140736761017744 139965194279984 139967200688770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45476 KiB

[startup+0.701086 s]
/proc/loadavg: 8.08 7.54 6.84 3/200 17371
/proc/meminfo: memFree=26136440/32770624 swapFree=67108860/67108860
[pid=17350] ppid=17347 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/17350/stat : 17350 (xcsp3-exec) S 17347 17350 13260 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 150279254 9740288 345 33554432000 4194304 5098028 140732830702336 140732830700440 140080850272892 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25014272 140732830704740 140732830704951 140732830704951 140732830707691 0
/proc/17350/statm: 2378 345 289 221 0 87 0
[pid=17352] ppid=17350 vsize=26004140 memory=141328 CPUtime=2.07 cores=0-7
/proc/17352/stat : 17352 (java) S 17350 17350 13260 0 -1 1077944320 14131 0 0 0 203 4 0 0 20 0 20 0 150279254 26628239360 34820 33554432000 4194304 4196468 140736761017744 140736761000288 139967200677623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
/proc/17352/statm: 6501035 35332 3204 1 0 6488269 0
[pid=17352/tid=17353] ppid=17350 vsize=26004140 memory=281232445882032 CPUtime=0.67 cores=0-7
/proc/17352/task/17353/stat : 17353 (java) R 17350 17350 13260 0 -1 4202560 6444 0 0 0 64 3 0 0 20 0 20 0 150279255 26628239360 35332 33554432000 4194304 4196468 140736761017744 139967204912096 139966830758799 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17354] ppid=17350 vsize=26004140 memory=140616222942064 CPUtime=0 cores=0-7
/proc/17352/task/17354/stat : 17354 (java) S 17350 17350 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150279255 26628239360 35332 33554432000 4194304 4196468 140736761017744 139967153298576 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17355] ppid=17350 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/17352/task/17355/stat : 17355 (java) S 17350 17350 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150279255 26628239360 35332 33554432000 4194304 4196468 140736761017744 139967152245776 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17356] ppid=17350 vsize=26004140 memory=1004 CPUtime=0 cores=0-7
/proc/17352/task/17356/stat : 17356 (java) S 17350 17350 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150279255 26628239360 35332 33554432000 4194304 4196468 140736761017744 139967151192976 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0

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

[pid=17352/tid=17378] ppid=17350 vsize=26538700 memory=1380 CPUtime=2455.19 cores=0-7
/proc/17352/task/17378/stat : 17378 (java) R 17350 17350 13260 0 -1 4202560 57208 0 0 0 245452 67 0 0 20 0 28 0 150280017 27175628800 1888985 33554432000 4194304 4196468 140736761017744 139965179953800 139966829290060 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17379] ppid=17350 vsize=26538700 memory=1380 CPUtime=2452.45 cores=0-7
/proc/17352/task/17379/stat : 17379 (java) R 17350 17350 13260 0 -1 4202560 30715 0 0 0 245198 47 0 0 20 0 28 0 150280017 27175628800 1888985 33554432000 4194304 4196468 140736761017744 139965178900544 139966835358544 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
Current children cumulated CPU time: 19889.9 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 7557320 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.35 8.36 8.24 9/208 17433
/proc/meminfo: memFree=18654400/32770624 swapFree=67108860/67108860
[pid=17350] ppid=17347 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/17350/stat : 17350 (xcsp3-exec) S 17347 17350 13260 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 150279254 9740288 345 33554432000 4194304 5098028 140732830702336 140732830700440 140080850272892 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25014272 140732830704740 140732830704951 140732830704951 140732830707691 0
/proc/17350/statm: 2378 345 289 221 0 87 0
[pid=17352] ppid=17350 vsize=26538700 memory=7545496 CPUtime=20031.1 cores=0-7
/proc/17352/stat : 17352 (java) S 17350 17350 13260 0 -1 1077944320 706592 0 0 0 2000962 2152 0 0 20 0 28 0 150279254 27175628800 1886374 33554432000 4194304 4196468 140736761017744 140736761000288 139967200677623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
/proc/17352/statm: 6634675 1886374 3309 1 0 6621909 0
[pid=17352/tid=17353] ppid=17350 vsize=26538700 memory=6791534058613427641 CPUtime=3.56 cores=0-7
/proc/17352/task/17353/stat : 17353 (java) S 17350 17350 13260 0 -1 1077944384 9248 0 0 0 341 15 0 0 20 0 28 0 150279255 27175628800 1886374 33554432000 4194304 4196468 140736761017744 139967204918400 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17354] ppid=17350 vsize=26538700 memory=4872558044660077418 CPUtime=33.31 cores=0-7
/proc/17352/task/17354/stat : 17354 (java) S 17350 17350 13260 0 -1 1077944384 23152 0 0 0 3156 175 0 0 20 0 28 0 150279255 27175628800 1886374 33554432000 4194304 4196468 140736761017744 139967153298576 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17355] ppid=17350 vsize=26538700 memory=5788 CPUtime=33.22 cores=0-7
/proc/17352/task/17355/stat : 17355 (java) S 17350 17350 13260 0 -1 1077944384 27088 0 0 0 3143 179 0 0 20 0 28 0 150279255 27175628800 1886374 33554432000 4194304 4196468 140736761017744 139967152245776 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17356] ppid=17350 vsize=26538700 memory=1228 CPUtime=33.12 cores=0-7
/proc/17352/task/17356/stat : 17356 (java) S 17350 17350 13260 0 -1 1077944384 27909 0 0 0 3137 175 0 0 20 0 28 0 150279255 27175628800 1886374 33554432000 4194304 4196468 140736761017744 139967151192976 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17357] ppid=17350 vsize=26538700 memory=796 CPUtime=33.38 cores=0-7
/proc/17352/task/17357/stat : 17357 (java) S 17350 17350 13260 0 -1 1077944384 24398 0 0 0 3160 178 0 0 20 0 28 0 150279255 27175628800 1886374 33554432000 4194304 4196468 140736761017744 139967150140176 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17358] ppid=17350 vsize=26538700 memory=10088 CPUtime=33.21 cores=0-7
/proc/17352/task/17358/stat : 17358 (java) S 17350 17350 13260 0 -1 1077944384 27682 0 0 0 3139 182 0 0 20 0 28 0 150279255 27175628800 1886374 33554432000 4194304 4196468 140736761017744 139967149087376 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17359] ppid=17350 vsize=26538700 memory=1948 CPUtime=33.47 cores=0-7
/proc/17352/task/17359/stat : 17359 (java) S 17350 17350 13260 0 -1 1077944384 30043 0 0 0 3176 171 0 0 20 0 28 0 150279255 27175628800 1886374 33554432000 4194304 4196468 140736761017744 139967148034576 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17360] ppid=17350 vsize=26538700 memory=8580 CPUtime=33.25 cores=0-7
/proc/17352/task/17360/stat : 17360 (java) S 17350 17350 13260 0 -1 1077944384 21945 0 0 0 3144 181 0 0 20 0 28 0 150279255 27175628800 1886374 33554432000 4194304 4196468 140736761017744 139967146981776 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17361] ppid=17350 vsize=26538700 memory=4616 CPUtime=33.33 cores=0-7
/proc/17352/task/17361/stat : 17361 (java) S 17350 17350 13260 0 -1 1077944384 27492 0 0 0 3141 192 0 0 20 0 28 0 150279255 27175628800 1886374 33554432000 4194304 4196468 140736761017744 139966751832336 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17362] ppid=17350 vsize=26538700 memory=6791534058613427641 CPUtime=7.83 cores=0-7
/proc/17352/task/17362/stat : 17362 (java) S 17350 17350 13260 0 -1 1077944384 44968 0 0 0 700 83 0 0 20 0 28 0 150279257 27175628800 1886374 33554432000 4194304 4196468 140736761017744 139965405539184 139967200688770 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17363] ppid=17350 vsize=26538700 memory=7545496 CPUtime=0 cores=0-7
/proc/17352/task/17363/stat : 17363 (java) S 17350 17350 13260 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 28 0 150279257 27175628800 1886374 33554432000 4194304 4196468 140736761017744 139965404485216 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17364] ppid=17350 vsize=26538700 memory=1380 CPUtime=0 cores=0-7
/proc/17352/task/17364/stat : 17364 (java) S 17350 17350 13260 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 28 0 150279258 27175628800 1886374 33554432000 4194304 4196468 140736761017744 139965403432320 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17365] ppid=17350 vsize=26538700 memory=1380 CPUtime=0 cores=0-7
/proc/17352/task/17365/stat : 17365 (java) S 17350 17350 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 150279260 27175628800 1886374 33554432000 4194304 4196468 140736761017744 139965402380624 139967200696219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17366] ppid=17350 vsize=26538700 memory=7545496 CPUtime=5.46 cores=0-7
/proc/17352/task/17366/stat : 17366 (java) S 17350 17350 13260 0 -1 1077944384 35109 0 0 0 538 8 0 0 20 0 28 0 150279260 27175628800 1886374 33554432000 4194304 4196468 140736761017744 139965199542640 139967200688770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17367] ppid=17350 vsize=26538700 memory=4872558044660077418 CPUtime=5.69 cores=0-7
/proc/17352/task/17367/stat : 17367 (java) S 17350 17350 13260 0 -1 1077944384 40444 0 0 0 563 6 0 0 20 0 28 0 150279260 27175628800 1886374 33554432000 4194304 4196468 140736761017744 139965198489840 139967200688770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17368] ppid=17350 vsize=26538700 memory=3472328296160578689 CPUtime=5.24 cores=0-7
/proc/17352/task/17368/stat : 17368 (java) S 17350 17350 13260 0 -1 1077944384 36435 0 0 0 517 7 0 0 20 0 28 0 150279260 27175628800 1886374 33554432000 4194304 4196468 140736761017744 139965197437040 139967200688770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17369] ppid=17350 vsize=26538700 memory=3472328296227685341 CPUtime=1.28 cores=0-7
/proc/17352/task/17369/stat : 17369 (java) S 17350 17350 13260 0 -1 1077944384 20865 0 0 0 126 2 0 0 20 0 28 0 150279260 27175628800 1886374 33554432000 4194304 4196468 140736761017744 139965196384240 139967200688770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17370] ppid=17350 vsize=26538700 memory=1380 CPUtime=0 cores=0-7
/proc/17352/task/17370/stat : 17370 (java) S 17350 17350 13260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 150279260 27175628800 1886374 33554432000 4194304 4196468 140736761017744 139965195332704 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17371] ppid=17350 vsize=26538700 memory=0 CPUtime=1 cores=0-7
/proc/17352/task/17371/stat : 17371 (java) S 17350 17350 13260 0 -1 1077944384 3044 0 0 0 25 75 0 0 20 0 28 0 150279260 27175628800 1886374 33554432000 4194304 4196468 140736761017744 139965194279984 139967200688770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17372] ppid=17350 vsize=26538700 memory=3471202396320853761 CPUtime=2451.01 cores=0-7
/proc/17352/task/17372/stat : 17372 (java) R 17350 17350 13260 0 -1 4202560 18730 0 0 0 245070 31 0 0 20 0 28 0 150280017 27175628800 1886374 33554432000 4194304 4196468 140736761017744 139965186268376 139966829926161 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17373] ppid=17350 vsize=26538700 memory=3184097920075983521 CPUtime=2473.17 cores=0-7
/proc/17352/task/17373/stat : 17373 (java) R 17350 17350 13260 0 -1 4202560 13909 0 0 0 247304 13 0 0 20 0 28 0 150280017 27175628800 1886374 33554432000 4194304 4196468 140736761017744 139965185217096 139966837788055 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17374] ppid=17350 vsize=26538700 memory=3472328296160584193 CPUtime=2468.05 cores=0-7
/proc/17352/task/17374/stat : 17374 (java) R 17350 17350 13260 0 -1 4202560 70319 0 0 0 246577 228 0 0 20 0 28 0 150280017 27175628800 1886374 33554432000 4194304 4196468 140736761017744 139965184163584 139966837684665 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17375] ppid=17350 vsize=26538700 memory=8580 CPUtime=2470.25 cores=0-7
/proc/17352/task/17375/stat : 17375 (java) R 17350 17350 13260 0 -1 4202560 46036 0 0 0 246910 115 0 0 20 0 28 0 150280017 27175628800 1886374 33554432000 4194304 4196468 140736761017744 139965183111112 139966837788111 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17376] ppid=17350 vsize=26538700 memory=4616 CPUtime=2456.42 cores=0-7
/proc/17352/task/17376/stat : 17376 (java) R 17350 17350 13260 0 -1 4202560 35331 0 0 0 245586 56 0 0 20 0 28 0 150280017 27175628800 1886374 33554432000 4194304 4196468 140736761017744 139965182060880 139966832808827 0 4 0 16800975 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17377] ppid=17350 vsize=26538700 memory=1720 CPUtime=2473 cores=0-7
/proc/17352/task/17377/stat : 17377 (java) R 17350 17350 13260 0 -1 4202560 32429 0 0 0 247271 29 0 0 20 0 28 0 150280017 27175628800 1886374 33554432000 4194304 4196468 140736761017744 139965181005400 139966837788055 0 4 0 16800975 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17378] ppid=17350 vsize=26538700 memory=1004 CPUtime=2472.84 cores=0-7
/proc/17352/task/17378/stat : 17378 (java) R 17350 17350 13260 0 -1 4202560 57580 0 0 0 247217 67 0 0 20 0 28 0 150280017 27175628800 1886374 33554432000 4194304 4196468 140736761017744 139965179953800 139966830296165 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17379] ppid=17350 vsize=26538700 memory=1436 CPUtime=2469.81 cores=0-7
/proc/17352/task/17379/stat : 17379 (java) R 17350 17350 13260 0 -1 4202560 31034 0 0 0 246934 47 0 0 20 0 28 0 150280017 27175628800 1886374 33554432000 4194304 4196468 140736761017744 139965178900824 139966829223185 0 4 0 16800975 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
Current children cumulated CPU time: 20031.1 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 7546876 KiB

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

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

[startup+2520.22 s]
# the end of solver process 17352 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20010.5 s, system=21.5955 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

[startup+2520.13 s]*
/proc/loadavg: 8.35 8.36 8.24 3/207 17435
/proc/meminfo: memFree=18654416/32770624 swapFree=67108860/67108860
[pid=17352] ppid=17347 vsize=26671828 memory=7545700 CPUtime=20032 cores=0-7
/proc/17352/stat : 17352 (java) S 17347 17350 13260 0 -1 1077944320 707272 0 0 0 2001044 2154 0 0 20 0 28 0 150279254 27311951872 1886425 33554432000 4194304 4196468 140736761017744 140736761000288 139967200677623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
/proc/17352/statm: 6667957 1886425 3311 1 0 6655191 0
[pid=17352/tid=17353] ppid=17347 vsize=26671828 memory=4872558044660077418 CPUtime=3.56 cores=0-7
/proc/17352/task/17353/stat : 17353 (java) S 17347 17350 13260 0 -1 1077944384 9248 0 0 0 341 15 0 0 20 0 28 0 150279255 27311951872 1886425 33554432000 4194304 4196468 140736761017744 139967204918400 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17354] ppid=17347 vsize=26671828 memory=4872558044660077418 CPUtime=33.31 cores=0-7
/proc/17352/task/17354/stat : 17354 (java) S 17347 17350 13260 0 -1 1077944384 23152 0 0 0 3156 175 0 0 20 0 28 0 150279255 27311951872 1886425 33554432000 4194304 4196468 140736761017744 139967153298576 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17355] ppid=17347 vsize=26671828 memory=1436 CPUtime=33.22 cores=0-7
/proc/17352/task/17355/stat : 17355 (java) S 17347 17350 13260 0 -1 1077944384 27088 0 0 0 3143 179 0 0 20 0 28 0 150279255 27311951872 1886425 33554432000 4194304 4196468 140736761017744 139967152245776 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17356] ppid=17347 vsize=26671828 memory=1200 CPUtime=33.12 cores=0-7
/proc/17352/task/17356/stat : 17356 (java) S 17347 17350 13260 0 -1 1077944384 27909 0 0 0 3137 175 0 0 20 0 28 0 150279255 27311951872 1886425 33554432000 4194304 4196468 140736761017744 139967151192976 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17357] ppid=17347 vsize=26671828 memory=15876 CPUtime=33.38 cores=0-7
/proc/17352/task/17357/stat : 17357 (java) S 17347 17350 13260 0 -1 1077944384 24398 0 0 0 3160 178 0 0 20 0 28 0 150279255 27311951872 1886425 33554432000 4194304 4196468 140736761017744 139967150140176 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17358] ppid=17347 vsize=26671828 memory=6791534058613427641 CPUtime=33.21 cores=0-7
/proc/17352/task/17358/stat : 17358 (java) S 17347 17350 13260 0 -1 1077944384 27682 0 0 0 3139 182 0 0 20 0 28 0 150279255 27311951872 1886425 33554432000 4194304 4196468 140736761017744 139967149087376 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17359] ppid=17347 vsize=26671828 memory=7545496 CPUtime=33.47 cores=0-7
/proc/17352/task/17359/stat : 17359 (java) S 17347 17350 13260 0 -1 1077944384 30043 0 0 0 3176 171 0 0 20 0 28 0 150279255 27311951872 1886425 33554432000 4194304 4196468 140736761017744 139967148034576 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17360] ppid=17347 vsize=26671828 memory=18292 CPUtime=33.25 cores=0-7
/proc/17352/task/17360/stat : 17360 (java) S 17347 17350 13260 0 -1 1077944384 21945 0 0 0 3144 181 0 0 20 0 28 0 150279255 27311951872 1886425 33554432000 4194304 4196468 140736761017744 139967146981776 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17361] ppid=17347 vsize=26671828 memory=1380 CPUtime=33.33 cores=0-7
/proc/17352/task/17361/stat : 17361 (java) S 17347 17350 13260 0 -1 1077944384 27492 0 0 0 3141 192 0 0 20 0 28 0 150279255 27311951872 1886425 33554432000 4194304 4196468 140736761017744 139966751832336 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17362] ppid=17347 vsize=26671828 memory=7545496 CPUtime=7.86 cores=0-7
/proc/17352/task/17362/stat : 17362 (java) R 17347 17350 13260 0 -1 4202560 44982 0 0 0 701 85 0 0 20 0 28 0 150279257 27311951872 1886425 33554432000 4194304 4196468 140736761017744 139965405539320 139967193305831 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17363] ppid=17347 vsize=26671828 memory=1720 CPUtime=0 cores=0-7
/proc/17352/task/17363/stat : 17363 (java) S 17347 17350 13260 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 28 0 150279257 27311951872 1886425 33554432000 4194304 4196468 140736761017744 139965404485216 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17364] ppid=17347 vsize=26671828 memory=1004 CPUtime=0 cores=0-7
/proc/17352/task/17364/stat : 17364 (java) S 17347 17350 13260 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 28 0 150279258 27311951872 1886425 33554432000 4194304 4196468 140736761017744 139965403432320 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17365] ppid=17347 vsize=26671828 memory=5788 CPUtime=0 cores=0-7
/proc/17352/task/17365/stat : 17365 (java) S 17347 17350 13260 0 -1 1077944384 231 0 0 0 0 0 0 0 20 0 28 0 150279260 27311951872 1886425 33554432000 4194304 4196468 140736761017744 139965402380272 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17366] ppid=17347 vsize=26671828 memory=1228 CPUtime=5.46 cores=0-7
/proc/17352/task/17366/stat : 17366 (java) S 17347 17350 13260 0 -1 1077944384 35109 0 0 0 538 8 0 0 20 0 28 0 150279260 27311951872 1886425 33554432000 4194304 4196468 140736761017744 139965199542640 139967200688770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17367] ppid=17347 vsize=26671828 memory=796 CPUtime=5.69 cores=0-7
/proc/17352/task/17367/stat : 17367 (java) S 17347 17350 13260 0 -1 1077944384 40444 0 0 0 563 6 0 0 20 0 28 0 150279260 27311951872 1886425 33554432000 4194304 4196468 140736761017744 139965198489840 139967200688770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17368] ppid=17347 vsize=26671828 memory=10088 CPUtime=5.24 cores=0-7
/proc/17352/task/17368/stat : 17368 (java) S 17347 17350 13260 0 -1 1077944384 36435 0 0 0 517 7 0 0 20 0 28 0 150279260 27311951872 1886425 33554432000 4194304 4196468 140736761017744 139965197437040 139967200688770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17369] ppid=17347 vsize=26671828 memory=1948 CPUtime=1.28 cores=0-7
/proc/17352/task/17369/stat : 17369 (java) S 17347 17350 13260 0 -1 1077944384 20865 0 0 0 126 2 0 0 20 0 28 0 150279260 27311951872 1886425 33554432000 4194304 4196468 140736761017744 139965196384240 139967200688770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17370] ppid=17347 vsize=26671828 memory=8580 CPUtime=0 cores=0-7
/proc/17352/task/17370/stat : 17370 (java) S 17347 17350 13260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 150279260 27311951872 1886425 33554432000 4194304 4196468 140736761017744 139965195332704 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17372] ppid=17347 vsize=26671828 memory=6791534058613427641 CPUtime=2451.1 cores=0-7
/proc/17352/task/17372/stat : 17372 (java) S 17347 17350 13260 0 -1 1077944384 18736 0 0 0 245079 31 0 0 20 0 28 0 150280017 27311951872 1886425 33554432000 4194304 4196468 140736761017744 139965186268368 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17373] ppid=17347 vsize=26671828 memory=2332 CPUtime=2473.27 cores=0-7
/proc/17352/task/17373/stat : 17373 (java) S 17347 17350 13260 0 -1 1077944384 13912 0 0 0 247314 13 0 0 20 0 28 0 150280017 27311951872 1886425 33554432000 4194304 4196468 140736761017744 139965185216432 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17374] ppid=17347 vsize=26671828 memory=1292 CPUtime=2468.18 cores=0-7
/proc/17352/task/17374/stat : 17374 (java) R 17347 17350 13260 0 -1 4202560 70319 0 0 0 246590 228 0 0 20 0 28 0 150280017 27311951872 1886425 33554432000 4194304 4196468 140736761017744 139965184163584 139966837684665 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17375] ppid=17347 vsize=26671828 memory=1728 CPUtime=2470.34 cores=0-7
/proc/17352/task/17375/stat : 17375 (java) S 17347 17350 13260 0 -1 1077944384 46037 0 0 0 246919 115 0 0 20 0 28 0 150280017 27311951872 1886425 33554432000 4194304 4196468 140736761017744 139965183110848 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17376] ppid=17347 vsize=26671828 memory=5788 CPUtime=2456.51 cores=0-7
/proc/17352/task/17376/stat : 17376 (java) S 17347 17350 13260 0 -1 1077944384 35332 0 0 0 245595 56 0 0 20 0 28 0 150280017 27311951872 1886425 33554432000 4194304 4196468 140736761017744 139965182058064 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17377] ppid=17347 vsize=26671828 memory=1228 CPUtime=2473.09 cores=0-7
/proc/17352/task/17377/stat : 17377 (java) S 17347 17350 13260 0 -1 1077944384 32431 0 0 0 247280 29 0 0 20 0 28 0 150280017 27311951872 1886425 33554432000 4194304 4196468 140736761017744 139965181005776 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17378] ppid=17347 vsize=26671828 memory=796 CPUtime=2472.93 cores=0-7
/proc/17352/task/17378/stat : 17378 (java) S 17347 17350 13260 0 -1 1077944384 57581 0 0 0 247226 67 0 0 20 0 28 0 150280017 27311951872 1886425 33554432000 4194304 4196468 140736761017744 139965179953488 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17379] ppid=17347 vsize=26671828 memory=10088 CPUtime=2469.91 cores=0-7
/proc/17352/task/17379/stat : 17379 (java) S 17347 17350 13260 0 -1 1077944384 31037 0 0 0 246944 47 0 0 20 0 28 0 150280017 27311951872 1886425 33554432000 4194304 4196468 140736761017744 139965178900928 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
[pid=17352/tid=17434] ppid=17347 vsize=26671828 memory=1948 CPUtime=0 cores=0-7
/proc/17352/task/17434/stat : 17434 (java) S 17347 17350 13260 0 -1 1077944384 229 0 0 0 0 0 0 0 20 0 28 0 150531258 27311951872 1886425 33554432000 4194304 4196468 140736761017744 139965177852528 139967200687829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30593024 140736761025682 140736761025859 140736761025859 140736761028559 0
Current cumulated CPU time of completed processes: 0.002008 s
Current children cumulated CPU time: 20032 s
Current children cumulated vsize: 26671828 KiB
Current children cumulated memory: 7545700 KiB

Child status: 143
Real time (s): 2520.22
CPU time (s): 20032.1
CPU user time (s): 20010.5
CPU system time (s): 21.5955
CPU usage (%): 794.856
Max. virtual memory (cumulated for all children) (KiB): 26671828
Max. memory (cumulated for all children) (KiB): 7833452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20010.5
system time used= 21.5955
maximum resident set size= 7832072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 707886
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 70182
involuntary context switches= 207979


# summary of solver processes directly reported to runsolver:
#   pid: 17350,17352
#   total CPU time (s): 20032.1
#   total CPU user time (s): 20010.5
#   total CPU system time (s): 21.5955

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.0141 second user time and 30.7895 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-19 21:30:56
IDJOB=4280741
IDBENCH=139256
IDSOLVER=2675
FILE ID=node112/4280741-1503171916
RUNJOBID= node112-1503169099-13287
PBS_JOBID= 20630837
Free space on /tmp= 61856 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-06-09-fair.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4280741-1503171916/watcher-4280741-1503171916 -o /tmp/evaluation-result-4280741-1503171916/solver-4280741-1503171916 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node112-1503169099-13287 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1292884943 HOME/instance-4280741-1503171916.xml

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

MD5SUM BENCH= 4da452dd6a7f9c00a5696d6c71e9e662
RANDOM SEED=1292884943

node112.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.24
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.24
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.24
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.24
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:        26198496 kB
MemAvailable:   31970572 kB
Buffers:          250972 kB
Cached:          5811012 kB
SwapCached:            0 kB
Active:          1100364 kB
Inactive:        5015040 kB
Active(anon):       4788 kB
Inactive(anon):    84388 kB
Active(file):    1095576 kB
Inactive(file):  4930652 kB
Unevictable:        7840 kB
Mlocked:            7840 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8292 kB
Writeback:             0 kB
AnonPages:         60256 kB
Mapped:            51216 kB
Shmem:             33416 kB
Slab:             150612 kB
SReclaimable:     123368 kB
SUnreclaim:        27244 kB
KernelStack:        3216 kB
PageTables:         4868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 61844 MiB
End job on node112 at 2017-08-19 22:12:56