Trace number 4398866

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 2019-09-16? (TO) 2520.34 634.213

General information on the benchmark

NameRlfap_mini/Rlfap-dec-scens11_mini/
Rlfap-ext-scen-11-f02_c18.xml
MD5SUM7ac25fa9c4532324d4bc78edd5427656
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 benchmark39.1724
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size42
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":10},{"size":23,"count":4},{"size":35,"count":336},{"size":42,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints4103
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4398866-1568699990.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4398866-1568699990.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
32.04/9.02	c solve instance...
2520.02/634.18	s UNKNOWN
2520.02/634.18	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 (3584 MiB free)
  memory of node 1: 16384 MiB (14774 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398866-1568699990/watcher-4398866-1568699990 -o /tmp/evaluation-result-4398866-1568699990/solver-4398866-1568699990 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568698598-24720 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 220790367 HOME/instance-4398866-1568699990.xml 

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

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

solver pid=27433, runsolver pid=27430

[startup+0.100069 s]*
/proc/loadavg: 7.32 7.10 5.86 8/229 27449
/proc/meminfo: memFree=18782736/32770624 swapFree=66938240/67108860
[pid=27433] ppid=27430 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27433/stat : 27433 (xcsp3-exec) S 27430 27433 24688 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446270415 115843072 363 33554432000 4194304 5098028 140725289424800 140725289422904 140242385855100 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31997952 140725289431931 140725289432173 140725289432173 140725289435082 0
/proc/27433/statm: 28282 363 304 221 0 87 0
[pid=27435] ppid=27433 vsize=15144776 memory=29656 CPUtime=0.13 cores=1,3,5,7
/proc/27435/stat : 27435 (java) S 27433 27433 24688 0 -1 1077944320 5851 0 0 0 12 1 0 0 20 0 15 0 446270416 15508250624 7414 33554432000 4194304 4196468 140726287216720 140726287199264 140233347346167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
/proc/27435/statm: 3786194 7414 3150 1 0 3748377 0
[pid=27435/tid=27436] ppid=27433 vsize=15144776 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/27435/task/27436/stat : 27436 (java) R 27433 27433 24688 0 -1 4202560 3735 0 0 0 8 1 0 0 20 0 15 0 446270416 15508250624 7414 33554432000 4194304 4196468 140726287216720 140233351570576 140233347358102 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27437] ppid=27433 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27437/stat : 27437 (java) S 27433 27433 24688 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446270417 15508250624 7414 33554432000 4194304 4196468 140726287216720 140232939723536 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27438] ppid=27433 vsize=15144776 memory=140115643995776 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27438/stat : 27438 (java) S 27433 27433 24688 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446270417 15508250624 7414 33554432000 4194304 4196468 140726287216720 140232938670992 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27439] ppid=27433 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27439/stat : 27439 (java) S 27433 27433 24688 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446270417 15508250624 7414 33554432000 4194304 4196468 140726287216720 140232937618448 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27440] ppid=27433 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27440/stat : 27440 (java) S 27433 27433 24688 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446270417 15508250624 7414 33554432000 4194304 4196468 140726287216720 140232936565904 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27441] ppid=27433 vsize=15144776 memory=140115643995776 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27441/stat : 27441 (java) S 27433 27433 24688 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446270418 15508250624 7414 33554432000 4194304 4196468 140726287216720 140232816007152 140233347357314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27442] ppid=27433 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27442/stat : 27442 (java) S 27433 27433 24688 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446270418 15508250624 7414 33554432000 4194304 4196468 140726287216720 140232814953376 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27443] ppid=27433 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27443/stat : 27443 (java) S 27433 27433 24688 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446270419 15508250624 7414 33554432000 4194304 4196468 140726287216720 140232813900784 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27444] ppid=27433 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27444/stat : 27444 (java) S 27433 27433 24688 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446270421 15508250624 7414 33554432000 4194304 4196468 140726287216720 140232812849360 140233347364763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27445] ppid=27433 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27445/stat : 27445 (java) S 27433 27433 24688 0 -1 1077944384 457 0 0 0 0 0 0 0 20 0 15 0 446270421 15508250624 7414 33554432000 4194304 4196468 140726287216720 140232811796976 140233347357314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27446] ppid=27433 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27446/stat : 27446 (java) R 27433 27433 24688 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446270421 15508250624 7414 33554432000 4194304 4196468 140726287216720 140232810744432 140233347357314 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27447] ppid=27433 vsize=15144776 memory=140115643995776 CPUtime=0.02 cores=1,3,5,7
/proc/27435/task/27447/stat : 27447 (java) R 27433 27433 24688 0 -1 4202560 352 0 0 0 2 0 0 0 20 0 15 0 446270421 15508250624 7414 33554432000 4194304 4196468 140726287216720 140232809691888 140233347367514 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27448] ppid=27433 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27448/stat : 27448 (java) S 27433 27433 24688 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446270421 15508250624 7414 33554432000 4194304 4196468 140726287216720 140232808639584 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27449] ppid=27433 vsize=15144776 memory=140115643995776 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27449/stat : 27449 (java) S 27433 27433 24688 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446270422 15508250624 7414 33554432000 4194304 4196468 140726287216720 140232807586096 140233347357314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31108 KiB

[startup+0.212054 s]*
/proc/loadavg: 7.32 7.10 5.86 7/229 27449
/proc/meminfo: memFree=18769544/32770624 swapFree=66938240/67108860
[pid=27433] ppid=27430 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27433/stat : 27433 (xcsp3-exec) S 27430 27433 24688 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446270415 115843072 363 33554432000 4194304 5098028 140725289424800 140725289422904 140242385855100 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31997952 140725289431931 140725289432173 140725289432173 140725289435082 0
/proc/27433/statm: 28282 363 304 221 0 87 0
[pid=27435] ppid=27433 vsize=15144776 memory=40764 CPUtime=0.35 cores=1,3,5,7
/proc/27435/stat : 27435 (java) S 27433 27433 24688 0 -1 1077944320 9481 0 0 0 32 3 0 0 20 0 15 0 446270416 15508250624 10191 33554432000 4194304 4196468 140726287216720 140726287199264 140233347346167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
/proc/27435/statm: 3786194 10191 3262 1 0 3748377 0
[pid=27435/tid=27436] ppid=27433 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/27435/task/27436/stat : 27436 (java) R 27433 27433 24688 0 -1 4202560 6652 0 0 0 18 2 0 0 20 0 15 0 446270416 15508250624 10191 33554432000 4194304 4196468 140726287216720 140233351581152 140233331426654 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27437] ppid=27433 vsize=15144776 memory=2964504 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27437/stat : 27437 (java) S 27433 27433 24688 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446270417 15508250624 10191 33554432000 4194304 4196468 140726287216720 140232939723536 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27438] ppid=27433 vsize=15144776 memory=140115644020240 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27438/stat : 27438 (java) S 27433 27433 24688 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446270417 15508250624 10191 33554432000 4194304 4196468 140726287216720 140232938670992 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27439] ppid=27433 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27439/stat : 27439 (java) S 27433 27433 24688 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446270417 15508250624 10191 33554432000 4194304 4196468 140726287216720 140232937618448 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27440] ppid=27433 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27440/stat : 27440 (java) S 27433 27433 24688 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446270417 15508250624 10191 33554432000 4194304 4196468 140726287216720 140232936565904 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27441] ppid=27433 vsize=15144776 memory=140115643995776 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27441/stat : 27441 (java) S 27433 27433 24688 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 446270418 15508250624 10191 33554432000 4194304 4196468 140726287216720 140232816007152 140233347357314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27442] ppid=27433 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27442/stat : 27442 (java) S 27433 27433 24688 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446270418 15508250624 10191 33554432000 4194304 4196468 140726287216720 140232814953376 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27443] ppid=27433 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27443/stat : 27443 (java) S 27433 27433 24688 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446270419 15508250624 10191 33554432000 4194304 4196468 140726287216720 140232813900784 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27444] ppid=27433 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27444/stat : 27444 (java) S 27433 27433 24688 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446270421 15508250624 10191 33554432000 4194304 4196468 140726287216720 140232812849360 140233347364763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27445] ppid=27433 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/27435/task/27445/stat : 27445 (java) S 27433 27433 24688 0 -1 1077944384 788 0 0 0 3 0 0 0 20 0 15 0 446270421 15508250624 10191 33554432000 4194304 4196468 140726287216720 140232811796976 140233347357314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27446] ppid=27433 vsize=15144776 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/27435/task/27446/stat : 27446 (java) S 27433 27433 24688 0 -1 1077944384 34 0 0 0 1 0 0 0 20 0 15 0 446270421 15508250624 10191 33554432000 4194304 4196468 140726287216720 140232810744432 140233347357314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27447] ppid=27433 vsize=15144776 memory=140115643995776 CPUtime=0.08 cores=1,3,5,7
/proc/27435/task/27447/stat : 27447 (java) S 27433 27433 24688 0 -1 1077944384 701 0 0 0 8 0 0 0 20 0 15 0 446270421 15508250624 10191 33554432000 4194304 4196468 140726287216720 140232809691888 140233347357314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27448] ppid=27433 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27448/stat : 27448 (java) S 27433 27433 24688 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446270421 15508250624 10191 33554432000 4194304 4196468 140726287216720 140232808639584 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27449] ppid=27433 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27449/stat : 27449 (java) S 27433 27433 24688 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446270422 15508250624 10191 33554432000 4194304 4196468 140726287216720 140232807586096 140233347357314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42216 KiB

[startup+0.31575 s]*
/proc/loadavg: 7.32 7.10 5.86 7/229 27449
/proc/meminfo: memFree=18763020/32770624 swapFree=66938240/67108860
[pid=27433] ppid=27430 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27433/stat : 27433 (xcsp3-exec) S 27430 27433 24688 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446270415 115843072 363 33554432000 4194304 5098028 140725289424800 140725289422904 140242385855100 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31997952 140725289431931 140725289432173 140725289432173 140725289435082 0
/proc/27433/statm: 28282 363 304 221 0 87 0
[pid=27435] ppid=27433 vsize=15149032 memory=50440 CPUtime=0.54 cores=1,3,5,7
/proc/27435/stat : 27435 (java) S 27433 27433 24688 0 -1 1077944320 10941 0 0 0 50 4 0 0 20 0 15 0 446270416 15512608768 12610 33554432000 4194304 4196468 140726287216720 140726287199264 140233347346167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
/proc/27435/statm: 3787258 12610 3349 1 0 3748377 0
[pid=27435/tid=27436] ppid=27433 vsize=15149032 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/27435/task/27436/stat : 27436 (java) R 27433 27433 24688 0 -1 4202560 7894 0 0 0 27 3 0 0 20 0 15 0 446270416 15512608768 12610 33554432000 4194304 4196468 140726287216720 140233351577280 140233347368093 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27437] ppid=27433 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27437/stat : 27437 (java) S 27433 27433 24688 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446270417 15512608768 12610 33554432000 4194304 4196468 140726287216720 140232939723536 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27438] ppid=27433 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27438/stat : 27438 (java) S 27433 27433 24688 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446270417 15512608768 12610 33554432000 4194304 4196468 140726287216720 140232938670992 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27439] ppid=27433 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27439/stat : 27439 (java) S 27433 27433 24688 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446270417 15512608768 12610 33554432000 4194304 4196468 140726287216720 140232937618448 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27440] ppid=27433 vsize=15149032 memory=4572146057552828020 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27440/stat : 27440 (java) S 27433 27433 24688 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446270417 15512608768 12610 33554432000 4194304 4196468 140726287216720 140232936565904 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27441] ppid=27433 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27441/stat : 27441 (java) S 27433 27433 24688 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 446270418 15512608768 12610 33554432000 4194304 4196468 140726287216720 140232816007152 140233347357314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27442] ppid=27433 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27442/stat : 27442 (java) S 27433 27433 24688 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446270418 15512608768 12610 33554432000 4194304 4196468 140726287216720 140232814953376 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27443] ppid=27433 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27443/stat : 27443 (java) S 27433 27433 24688 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446270419 15512608768 12610 33554432000 4194304 4196468 140726287216720 140232813900784 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27444] ppid=27433 vsize=15149032 memory=-6664436420846796947 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27444/stat : 27444 (java) S 27433 27433 24688 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446270421 15512608768 12610 33554432000 4194304 4196468 140726287216720 140232812849360 140233347364763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27445] ppid=27433 vsize=15149032 memory=4426078206164241782 CPUtime=0.06 cores=1,3,5,7
/proc/27435/task/27445/stat : 27445 (java) S 27433 27433 24688 0 -1 1077944384 888 0 0 0 6 0 0 0 20 0 15 0 446270421 15512608768 12610 33554432000 4194304 4196468 140726287216720 140232811796976 140233347357314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27446] ppid=27433 vsize=15149032 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/27435/task/27446/stat : 27446 (java) S 27433 27433 24688 0 -1 1077944384 66 0 0 0 3 0 0 0 20 0 15 0 446270421 15512608768 12610 33554432000 4194304 4196468 140726287216720 140232810744432 140233347357314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27447] ppid=27433 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/27435/task/27447/stat : 27447 (java) R 27433 27433 24688 0 -1 1077944384 785 0 0 0 12 0 0 0 20 0 15 0 446270421 15512608768 12610 33554432000 4194304 4196468 140726287216720 140232809691888 140233347357314 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27448] ppid=27433 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27448/stat : 27448 (java) S 27433 27433 24688 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446270421 15512608768 12610 33554432000 4194304 4196468 140726287216720 140232808639584 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27449] ppid=27433 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27449/stat : 27449 (java) S 27433 27433 24688 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446270422 15512608768 12610 33554432000 4194304 4196468 140726287216720 140232807586096 140233347357314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51892 KiB

[startup+0.704427 s]
/proc/loadavg: 7.32 7.10 5.86 3/229 27449
/proc/meminfo: memFree=18686560/32770624 swapFree=66938240/67108860
[pid=27433] ppid=27430 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27433/stat : 27433 (xcsp3-exec) S 27430 27433 24688 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446270415 115843072 363 33554432000 4194304 5098028 140725289424800 140725289422904 140242385855100 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31997952 140725289431931 140725289432173 140725289432173 140725289435082 0
/proc/27433/statm: 28282 363 304 221 0 87 0
[pid=27435] ppid=27433 vsize=15151156 memory=193488 CPUtime=1.75 cores=1,3,5,7
/proc/27435/stat : 27435 (java) S 27433 27433 24688 0 -1 1077944320 16116 0 0 0 168 7 0 0 20 0 15 0 446270416 15514783744 48372 33554432000 4194304 4196468 140726287216720 140726287199264 140233347346167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
/proc/27435/statm: 3787789 48372 3463 1 0 3748889 0
[pid=27435/tid=27436] ppid=27433 vsize=15151156 memory=33 CPUtime=0.66 cores=1,3,5,7
/proc/27435/task/27436/stat : 27436 (java) R 27433 27433 24688 0 -1 1077944384 8593 0 0 0 61 5 0 0 20 0 15 0 446270416 15514783744 48372 33554432000 4194304 4196468 140726287216720 140233351579264 140233347356373 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27437] ppid=27433 vsize=15151156 memory=288230377044124670 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27437/stat : 27437 (java) S 27433 27433 24688 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 446270417 15514783744 48372 33554432000 4194304 4196468 140726287216720 140232939723536 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27438] ppid=27433 vsize=15151156 memory=288291077884034143 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27438/stat : 27438 (java) S 27433 27433 24688 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446270417 15514783744 48372 33554432000 4194304 4196468 140726287216720 140232938670992 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27439] ppid=27433 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27439/stat : 27439 (java) S 27433 27433 24688 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 446270417 15514783744 48372 33554432000 4194304 4196468 140726287216720 140232937618448 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27440] ppid=27433 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27440/stat : 27440 (java) S 27433 27433 24688 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 446270417 15514783744 48372 33554432000 4194304 4196468 140726287216720 140232936565904 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27441] ppid=27433 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27441/stat : 27441 (java) S 27433 27433 24688 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 446270418 15514783744 48372 33554432000 4194304 4196468 140726287216720 140232816007152 140233347357314 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27442] ppid=27433 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27442/stat : 27442 (java) S 27433 27433 24688 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 446270418 15514783744 48372 33554432000 4194304 4196468 140726287216720 140232814953376 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27443] ppid=27433 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27443/stat : 27443 (java) S 27433 27433 24688 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 446270419 15514783744 48372 33554432000 4194304 4196468 140726287216720 140232813900784 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27444] ppid=27433 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27444/stat : 27444 (java) S 27433 27433 24688 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446270421 15514783744 48372 33554432000 4194304 4196468 140726287216720 140232812849360 140233347364763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27445] ppid=27433 vsize=15151156 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/27435/task/27445/stat : 27445 (java) R 27433 27433 24688 0 -1 4202560 2050 0 0 0 35 0 0 0 20 0 15 0 446270421 15514783744 48372 33554432000 4194304 4196468 140726287216720 140232811785968 140233347360054 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27446] ppid=27433 vsize=15151156 memory=4639074098508484693 CPUtime=0.3 cores=1,3,5,7
/proc/27435/task/27446/stat : 27446 (java) R 27433 27433 24688 0 -1 4202560 1505 0 0 0 30 0 0 0 20 0 15 0 446270421 15514783744 48372 33554432000 4194304 4196468 140726287216720 140232810735024 140233328047067 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27447] ppid=27433 vsize=15151156 memory=7378140155261642087 CPUtime=0.4 cores=1,3,5,7
/proc/27435/task/27447/stat : 27447 (java) R 27433 27433 24688 0 -1 4202560 2554 0 0 0 40 0 0 0 20 0 15 0 446270421 15514783744 48372 33554432000 4194304 4196468 140726287216720 140232809690288 140233326735654 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27448] ppid=27433 vsize=15151156 memory=7523639645888865107 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27448/stat : 27448 (java) S 27433 27433 24688 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446270421 15514783744 48372 33554432000 4194304 4196468 140726287216720 140232808639584 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27449] ppid=27433 vsize=15151156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27449/stat : 27449 (java) S 27433 27433 24688 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446270422 15514783744 48372 33554432000 4194304 4196468 140726287216720 140232807586096 140233347357314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 194940 KiB

[startup+1.50216 s]
/proc/loadavg: 7.32 7.10 5.86 9/229 27449
/proc/meminfo: memFree=18589956/32770624 swapFree=66938240/67108860
[pid=27433] ppid=27430 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27433/stat : 27433 (xcsp3-exec) S 27430 27433 24688 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446270415 115843072 363 33554432000 4194304 5098028 140725289424800 140725289422904 140242385855100 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31997952 140725289431931 140725289432173 140725289432173 140725289435082 0
/proc/27433/statm: 28282 363 304 221 0 87 0

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

/proc/27435/stat : 27435 (java) S 27433 27433 24688 0 -1 1077944320 262974 0 0 0 230631 741 0 0 20 0 19 0 446270416 15789527040 1303051 33554432000 4194304 4196468 140726287216720 140726287199264 140233347346167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
/proc/27435/statm: 3854865 1303051 3553 1 0 3815965 0
[pid=27435/tid=27436] ppid=27433 vsize=15419460 memory=1452 CPUtime=2.6 cores=1,3,5,7
/proc/27435/task/27436/stat : 27436 (java) S 27433 27433 24688 0 -1 1077944384 11616 0 0 0 249 11 0 0 20 0 19 0 446270416 15789527040 1303051 33554432000 4194304 4196468 140726287216720 140233351586944 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27437] ppid=27433 vsize=15419460 memory=5212204 CPUtime=13.86 cores=1,3,5,7
/proc/27435/task/27437/stat : 27437 (java) S 27433 27433 24688 0 -1 1077944384 24787 0 0 0 1214 172 0 0 20 0 19 0 446270417 15789527040 1303051 33554432000 4194304 4196468 140726287216720 140232939723536 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27438] ppid=27433 vsize=15419460 memory=5212204 CPUtime=13.97 cores=1,3,5,7
/proc/27435/task/27438/stat : 27438 (java) S 27433 27433 24688 0 -1 1077944384 27625 0 0 0 1222 175 0 0 20 0 19 0 446270417 15789527040 1303051 33554432000 4194304 4196468 140726287216720 140232938670992 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27439] ppid=27433 vsize=15419460 memory=1452 CPUtime=13.95 cores=1,3,5,7
/proc/27435/task/27439/stat : 27439 (java) S 27433 27433 24688 0 -1 1077944384 25650 0 0 0 1225 170 0 0 20 0 19 0 446270417 15789527040 1303051 33554432000 4194304 4196468 140726287216720 140232937618448 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27440] ppid=27433 vsize=15419460 memory=5212204 CPUtime=13.96 cores=1,3,5,7
/proc/27435/task/27440/stat : 27440 (java) S 27433 27433 24688 0 -1 1077944384 26975 0 0 0 1211 185 0 0 20 0 19 0 446270417 15789527040 1303051 33554432000 4194304 4196468 140726287216720 140232936565904 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27441] ppid=27433 vsize=15419460 memory=5212204 CPUtime=0.24 cores=1,3,5,7
/proc/27435/task/27441/stat : 27441 (java) S 27433 27433 24688 0 -1 1077944384 21116 0 0 0 21 3 0 0 20 0 19 0 446270418 15789527040 1303051 33554432000 4194304 4196468 140726287216720 140232816007152 140233347357314 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27442] ppid=27433 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27442/stat : 27442 (java) S 27433 27433 24688 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 19 0 446270418 15789527040 1303051 33554432000 4194304 4196468 140726287216720 140232814953440 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27443] ppid=27433 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27443/stat : 27443 (java) S 27433 27433 24688 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 19 0 446270419 15789527040 1303051 33554432000 4194304 4196468 140726287216720 140232813900800 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27444] ppid=27433 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27444/stat : 27444 (java) S 27433 27433 24688 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446270421 15789527040 1303051 33554432000 4194304 4196468 140726287216720 140232812849360 140233347364763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27445] ppid=27433 vsize=15419460 memory=1452 CPUtime=4.23 cores=1,3,5,7
/proc/27435/task/27445/stat : 27445 (java) S 27433 27433 24688 0 -1 1077944384 24160 0 0 0 421 2 0 0 20 0 19 0 446270421 15789527040 1303051 33554432000 4194304 4196468 140726287216720 140232811796976 140233347357314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27446] ppid=27433 vsize=15419460 memory=5212204 CPUtime=4.38 cores=1,3,5,7
/proc/27435/task/27446/stat : 27446 (java) S 27433 27433 24688 0 -1 1077944384 20107 0 0 0 436 2 0 0 20 0 19 0 446270421 15789527040 1303051 33554432000 4194304 4196468 140726287216720 140232810744432 140233347357314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27447] ppid=27433 vsize=15419460 memory=5212204 CPUtime=1.05 cores=1,3,5,7
/proc/27435/task/27447/stat : 27447 (java) S 27433 27433 24688 0 -1 1077944384 13022 0 0 0 103 2 0 0 20 0 19 0 446270421 15789527040 1303051 33554432000 4194304 4196468 140726287216720 140232809691888 140233347357314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27448] ppid=27433 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27448/stat : 27448 (java) S 27433 27433 24688 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446270421 15789527040 1303051 33554432000 4194304 4196468 140726287216720 140232808639584 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27449] ppid=27433 vsize=15419460 memory=1420 CPUtime=0.39 cores=1,3,5,7
/proc/27435/task/27449/stat : 27449 (java) S 27433 27433 24688 0 -1 1077944384 785 0 0 0 0 39 0 0 20 0 19 0 446270422 15789527040 1303051 33554432000 4194304 4196468 140726287216720 140232807586096 140233347357314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27450] ppid=27433 vsize=15419460 memory=1984 CPUtime=561.28 cores=1,3,5,7
/proc/27435/task/27450/stat : 27450 (java) R 27433 27433 24688 0 -1 4202560 10137 0 0 0 56127 1 0 0 20 0 19 0 446271318 15789527040 1303051 33554432000 4194304 4196468 140726287216720 140232796269688 140232989950364 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27451] ppid=27433 vsize=15419460 memory=5212204 CPUtime=560.1 cores=1,3,5,7
/proc/27435/task/27451/stat : 27451 (java) R 27433 27433 24688 0 -1 4202560 37044 0 0 0 56000 10 0 0 20 0 19 0 446271318 15789527040 1303051 33554432000 4194304 4196468 140726287216720 140232795220344 140232989951261 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27452] ppid=27433 vsize=15419460 memory=33392 CPUtime=562.49 cores=1,3,5,7
/proc/27435/task/27452/stat : 27452 (java) R 27433 27433 24688 0 -1 4202560 7475 0 0 0 56248 1 0 0 20 0 19 0 446271318 15789527040 1303051 33554432000 4194304 4196468 140726287216720 140232794165400 140232989390742 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27453] ppid=27433 vsize=15419460 memory=1452 CPUtime=561.07 cores=1,3,5,7
/proc/27435/task/27453/stat : 27453 (java) R 27433 27433 24688 0 -1 4202560 11087 0 0 0 56104 3 0 0 20 0 19 0 446271319 15789527040 1303051 33554432000 4194304 4196468 140726287216720 140232793112528 140232989631657 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
Current children cumulated CPU time: 2313.72 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 5213656 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+634.114 s]
/proc/loadavg: 6.76 6.74 6.40 9/233 27750
/proc/meminfo: memFree=13743124/32770624 swapFree=66938252/67108860
[pid=27433] ppid=27430 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27433/stat : 27433 (xcsp3-exec) S 27430 27433 24688 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446270415 115843072 363 33554432000 4194304 5098028 140725289424800 140725289422904 140242385855100 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31997952 140725289431931 140725289432173 140725289432173 140725289435082 0
/proc/27433/statm: 28282 363 304 221 0 87 0
[pid=27435] ppid=27433 vsize=15419460 memory=5194248 CPUtime=2520.02 cores=1,3,5,7
/proc/27435/stat : 27435 (java) S 27433 27433 24688 0 -1 1077944320 273353 0 0 0 251260 742 0 0 20 0 19 0 446270416 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140726287199264 140233347346167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
/proc/27435/statm: 3854865 1298562 3553 1 0 3815965 0
[pid=27435/tid=27436] ppid=27433 vsize=15419460 memory=5194248 CPUtime=2.6 cores=1,3,5,7
/proc/27435/task/27436/stat : 27436 (java) S 27433 27433 24688 0 -1 1077944384 11616 0 0 0 249 11 0 0 20 0 19 0 446270416 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140233351586944 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27437] ppid=27433 vsize=15419460 memory=5194248 CPUtime=13.88 cores=1,3,5,7
/proc/27435/task/27437/stat : 27437 (java) S 27433 27433 24688 0 -1 1077944384 26154 0 0 0 1216 172 0 0 20 0 19 0 446270417 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140232939723536 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27438] ppid=27433 vsize=15419460 memory=5194248 CPUtime=13.98 cores=1,3,5,7
/proc/27435/task/27438/stat : 27438 (java) S 27433 27433 24688 0 -1 1077944384 29386 0 0 0 1223 175 0 0 20 0 19 0 446270417 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140232938670992 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27439] ppid=27433 vsize=15419460 memory=5194248 CPUtime=13.97 cores=1,3,5,7
/proc/27435/task/27439/stat : 27439 (java) S 27433 27433 24688 0 -1 1077944384 27709 0 0 0 1227 170 0 0 20 0 19 0 446270417 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140232937618448 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27440] ppid=27433 vsize=15419460 memory=1452 CPUtime=13.98 cores=1,3,5,7
/proc/27435/task/27440/stat : 27440 (java) S 27433 27433 24688 0 -1 1077944384 28826 0 0 0 1213 185 0 0 20 0 19 0 446270417 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140232936565904 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27441] ppid=27433 vsize=15419460 memory=2032 CPUtime=0.24 cores=1,3,5,7
/proc/27435/task/27441/stat : 27441 (java) S 27433 27433 24688 0 -1 1077944384 21363 0 0 0 21 3 0 0 20 0 19 0 446270418 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140232816007152 140233347357314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27442] ppid=27433 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27442/stat : 27442 (java) S 27433 27433 24688 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 19 0 446270418 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140232814953440 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27443] ppid=27433 vsize=15419460 memory=5194248 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27443/stat : 27443 (java) S 27433 27433 24688 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 19 0 446270419 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140232813900800 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27444] ppid=27433 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27444/stat : 27444 (java) S 27433 27433 24688 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446270421 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140232812849360 140233347364763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27445] ppid=27433 vsize=15419460 memory=3620 CPUtime=4.23 cores=1,3,5,7
/proc/27435/task/27445/stat : 27445 (java) S 27433 27433 24688 0 -1 1077944384 24160 0 0 0 421 2 0 0 20 0 19 0 446270421 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140232811796976 140233347357314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27446] ppid=27433 vsize=15419460 memory=5194248 CPUtime=4.38 cores=1,3,5,7
/proc/27435/task/27446/stat : 27446 (java) S 27433 27433 24688 0 -1 1077944384 20107 0 0 0 436 2 0 0 20 0 19 0 446270421 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140232810744432 140233347357314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27447] ppid=27433 vsize=15419460 memory=1452 CPUtime=1.05 cores=1,3,5,7
/proc/27435/task/27447/stat : 27447 (java) S 27433 27433 24688 0 -1 1077944384 13022 0 0 0 103 2 0 0 20 0 19 0 446270421 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140232809691888 140233347357314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27448] ppid=27433 vsize=15419460 memory=2124 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27448/stat : 27448 (java) S 27433 27433 24688 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446270421 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140232808639584 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27449] ppid=27433 vsize=15419460 memory=12044 CPUtime=0.42 cores=1,3,5,7
/proc/27435/task/27449/stat : 27449 (java) S 27433 27433 24688 0 -1 1077944384 789 0 0 0 0 42 0 0 20 0 19 0 446270422 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140232807586096 140233347357314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27450] ppid=27433 vsize=15419460 memory=1452 CPUtime=612.84 cores=1,3,5,7
/proc/27435/task/27450/stat : 27450 (java) R 27433 27433 24688 0 -1 4202560 10589 0 0 0 61283 1 0 0 20 0 19 0 446271318 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140232796269688 140232989390706 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27451] ppid=27433 vsize=15419460 memory=1452 CPUtime=611.77 cores=1,3,5,7
/proc/27435/task/27451/stat : 27451 (java) R 27433 27433 24688 0 -1 4202560 37874 0 0 0 61166 11 0 0 20 0 19 0 446271318 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140232795217944 140232989952862 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27452] ppid=27433 vsize=15419460 memory=916 CPUtime=613.71 cores=1,3,5,7
/proc/27435/task/27452/stat : 27452 (java) R 27433 27433 24688 0 -1 4202560 7856 0 0 0 61370 1 0 0 20 0 19 0 446271318 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140232794164976 140232989632265 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27453] ppid=27433 vsize=15419460 memory=3848 CPUtime=612.84 cores=1,3,5,7
/proc/27435/task/27453/stat : 27453 (java) R 27433 27433 24688 0 -1 4202560 12514 0 0 0 61280 4 0 0 20 0 19 0 446271319 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140232793115632 140232989947975 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 5195700 KiB

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

[startup+634.142 s]
# the end of solver process 27433 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.00113 s, system=0.00113 s

[startup+634.213 s]
# the end of solver process 27435 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.9 s, system=7.44656 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+634.114 s]
/proc/loadavg: 6.76 6.74 6.40 9/233 27750
/proc/meminfo: memFree=13743124/32770624 swapFree=66938252/67108860
[pid=27433] ppid=27430 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27433/stat : 27433 (xcsp3-exec) S 27430 27433 24688 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446270415 115843072 363 33554432000 4194304 5098028 140725289424800 140725289422904 140242385855100 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31997952 140725289431931 140725289432173 140725289432173 140725289435082 0
/proc/27433/statm: 28282 363 304 221 0 87 0
[pid=27435] ppid=27433 vsize=15419460 memory=5194248 CPUtime=2520.02 cores=1,3,5,7
/proc/27435/stat : 27435 (java) S 27433 27433 24688 0 -1 1077944320 273353 0 0 0 251260 742 0 0 20 0 19 0 446270416 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140726287199264 140233347346167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
/proc/27435/statm: 3854865 1298562 3553 1 0 3815965 0
[pid=27435/tid=27436] ppid=27433 vsize=15419460 memory=5194248 CPUtime=2.6 cores=1,3,5,7
/proc/27435/task/27436/stat : 27436 (java) S 27433 27433 24688 0 -1 1077944384 11616 0 0 0 249 11 0 0 20 0 19 0 446270416 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140233351586944 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27437] ppid=27433 vsize=15419460 memory=5194248 CPUtime=13.88 cores=1,3,5,7
/proc/27435/task/27437/stat : 27437 (java) S 27433 27433 24688 0 -1 1077944384 26154 0 0 0 1216 172 0 0 20 0 19 0 446270417 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140232939723536 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27438] ppid=27433 vsize=15419460 memory=5194248 CPUtime=13.98 cores=1,3,5,7
/proc/27435/task/27438/stat : 27438 (java) S 27433 27433 24688 0 -1 1077944384 29386 0 0 0 1223 175 0 0 20 0 19 0 446270417 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140232938670992 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27439] ppid=27433 vsize=15419460 memory=5194248 CPUtime=13.97 cores=1,3,5,7
/proc/27435/task/27439/stat : 27439 (java) S 27433 27433 24688 0 -1 1077944384 27709 0 0 0 1227 170 0 0 20 0 19 0 446270417 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140232937618448 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27440] ppid=27433 vsize=15419460 memory=1452 CPUtime=13.98 cores=1,3,5,7
/proc/27435/task/27440/stat : 27440 (java) S 27433 27433 24688 0 -1 1077944384 28826 0 0 0 1213 185 0 0 20 0 19 0 446270417 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140232936565904 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27441] ppid=27433 vsize=15419460 memory=2032 CPUtime=0.24 cores=1,3,5,7
/proc/27435/task/27441/stat : 27441 (java) S 27433 27433 24688 0 -1 1077944384 21363 0 0 0 21 3 0 0 20 0 19 0 446270418 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140232816007152 140233347357314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27442] ppid=27433 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27442/stat : 27442 (java) S 27433 27433 24688 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 19 0 446270418 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140232814953440 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27443] ppid=27433 vsize=15419460 memory=5194248 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27443/stat : 27443 (java) S 27433 27433 24688 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 19 0 446270419 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140232813900800 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27444] ppid=27433 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27444/stat : 27444 (java) S 27433 27433 24688 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446270421 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140232812849360 140233347364763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27445] ppid=27433 vsize=15419460 memory=3620 CPUtime=4.23 cores=1,3,5,7
/proc/27435/task/27445/stat : 27445 (java) S 27433 27433 24688 0 -1 1077944384 24160 0 0 0 421 2 0 0 20 0 19 0 446270421 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140232811796976 140233347357314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27446] ppid=27433 vsize=15419460 memory=5194248 CPUtime=4.38 cores=1,3,5,7
/proc/27435/task/27446/stat : 27446 (java) S 27433 27433 24688 0 -1 1077944384 20107 0 0 0 436 2 0 0 20 0 19 0 446270421 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140232810744432 140233347357314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27447] ppid=27433 vsize=15419460 memory=1452 CPUtime=1.05 cores=1,3,5,7
/proc/27435/task/27447/stat : 27447 (java) S 27433 27433 24688 0 -1 1077944384 13022 0 0 0 103 2 0 0 20 0 19 0 446270421 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140232809691888 140233347357314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27448] ppid=27433 vsize=15419460 memory=2124 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27448/stat : 27448 (java) S 27433 27433 24688 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446270421 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140232808639584 140233347356373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27449] ppid=27433 vsize=15419460 memory=12044 CPUtime=0.42 cores=1,3,5,7
/proc/27435/task/27449/stat : 27449 (java) S 27433 27433 24688 0 -1 1077944384 789 0 0 0 0 42 0 0 20 0 19 0 446270422 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140232807586096 140233347357314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27450] ppid=27433 vsize=15419460 memory=1452 CPUtime=612.84 cores=1,3,5,7
/proc/27435/task/27450/stat : 27450 (java) R 27433 27433 24688 0 -1 4202560 10589 0 0 0 61283 1 0 0 20 0 19 0 446271318 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140232796269688 140232989390706 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27451] ppid=27433 vsize=15419460 memory=1452 CPUtime=611.77 cores=1,3,5,7
/proc/27435/task/27451/stat : 27451 (java) R 27433 27433 24688 0 -1 4202560 37874 0 0 0 61166 11 0 0 20 0 19 0 446271318 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140232795217944 140232989952862 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27452] ppid=27433 vsize=15419460 memory=916 CPUtime=613.71 cores=1,3,5,7
/proc/27435/task/27452/stat : 27452 (java) R 27433 27433 24688 0 -1 4202560 7856 0 0 0 61370 1 0 0 20 0 19 0 446271318 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140232794164976 140232989632265 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
[pid=27435/tid=27453] ppid=27433 vsize=15419460 memory=3848 CPUtime=612.84 cores=1,3,5,7
/proc/27435/task/27453/stat : 27453 (java) R 27433 27433 24688 0 -1 4202560 12514 0 0 0 61280 4 0 0 20 0 19 0 446271319 15789527040 1298562 33554432000 4194304 4196468 140726287216720 140232793115632 140232989947975 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27856896 140726287225839 140726287226010 140726287226010 140726287228879 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 5195700 KiB

Child status: 143
Real time (s): 634.213
CPU time (s): 2520.34
CPU user time (s): 2512.9
CPU system time (s): 7.44656
CPU usage (%): 397.397
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 6974768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.9
system time used= 7.44656
maximum resident set size= 6973316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274946
page faults= 0
swaps= 0
block input operations= 224
block output operations= 856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18806
involuntary context switches= 32852


# summary of solver processes directly reported to runsolver:
#   pid: 27433,27435
#   total CPU time (s): 2520.34
#   total CPU user time (s): 2512.9
#   total CPU system time (s): 7.44656

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.93082 second user time and 7.46969 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-17 07:59:10
IDJOB=4398866
IDBENCH=141062
IDSOLVER=2853
FILE ID=node151/4398866-1568699990
RUNJOBID= node151-1568698598-24720
PBS_JOBID= 21703816
Free space on /tmp= 59284 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-dec-scens11_mini/Rlfap-ext-scen-11-f02_c18.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4398866-1568699990/watcher-4398866-1568699990 -o /tmp/evaluation-result-4398866-1568699990/solver-4398866-1568699990 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568698598-24720 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 220790367 HOME/instance-4398866-1568699990.xml

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

MD5SUM BENCH= 7ac25fa9c4532324d4bc78edd5427656
RANDOM SEED=220790367

node151.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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        18800392 kB
MemAvailable:   19126148 kB
Buffers:           82100 kB
Cached:           545896 kB
SwapCached:        68692 kB
Active:         13049548 kB
Inactive:         347160 kB
Active(anon):   12700520 kB
Inactive(anon):   111640 kB
Active(file):     349028 kB
Inactive(file):   235520 kB
Unevictable:      109584 kB
Mlocked:          109584 kB
SwapTotal:      67108860 kB
SwapFree:       66938240 kB
Dirty:             26244 kB
Writeback:             0 kB
AnonPages:      12840328 kB
Mapped:            56928 kB
Shmem:             35220 kB
Slab:             143420 kB
SReclaimable:     114084 kB
SUnreclaim:        29336 kB
KernelStack:        4000 kB
PageTables:        30644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13324804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12673024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 59256 MiB
End job on node151 at 2019-09-17 08:09:45