Trace number 4281019

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)UNSAT 12.2758 6.5071502

General information on the benchmark

NameRenaultMod/RenaultMod-m1-s1/
RenaultMod-18.xml
MD5SUM53ac35e1f72f4fcc516f402364f3be2c
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 benchmark0.59745699
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints260
Number of domains1
Minimum domain size42
Maximum domain size42
Distribution of domain sizes[{"size":42,"count":111}]
Minimum variable degree2
Maximum variable degree82
Distribution of variable degrees[{"degree":2,"count":43},{"degree":3,"count":22},{"degree":4,"count":18},{"degree":5,"count":9},{"degree":6,"count":7},{"degree":7,"count":1},{"degree":8,"count":1},{"degree":10,"count":1},{"degree":11,"count":1},{"degree":19,"count":1},{"degree":32,"count":1},{"degree":38,"count":1},{"degree":56,"count":2},{"degree":59,"count":1},{"degree":73,"count":1},{"degree":82,"count":1}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":111},{"arity":2,"count":42},{"arity":3,"count":19},{"arity":4,"count":20},{"arity":5,"count":9},{"arity":6,"count":38},{"arity":7,"count":14},{"arity":8,"count":5},{"arity":9,"count":1},{"arity":10,"count":1}]
Number of extensional constraints149
Number of intensional constraints111
Distribution of constraint types[{"type":"extension","count":149},{"type":"intension","count":111}]
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-4281019-1503172389.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4281019-1503172389.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
9.80/6.15	c solve instance...
11.66/6.48	s UNSATISFIABLE

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281019-1503172389/watcher-4281019-1503172389 -o /tmp/evaluation-result-4281019-1503172389/solver-4281019-1503172389 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1503168972-924 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 717648446 HOME/instance-4281019-1503172389.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
solver pid=1592, runsolver pid=1589
Current StackSize limit: 8192 KiB


[startup+0.100157 s]*
/proc/loadavg: 5.21 7.54 8.01 2/199 1613
/proc/meminfo: memFree=21735132/32770624 swapFree=67108860/67108860
[pid=1592] ppid=1589 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/1592/stat : 1592 (xcsp3-exec) S 1589 1592 893 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150326604 9740288 346 33554432000 4194304 5098028 140722617447136 140722617445240 139634366849660 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17973248 140722617451621 140722617451831 140722617451831 140722617454571 0
/proc/1592/statm: 2378 346 289 221 0 87 0
[pid=1594] ppid=1592 vsize=25999808 memory=26600 CPUtime=0.11 cores=0-7
/proc/1594/stat : 1594 (java) S 1592 1592 893 0 -1 1077944320 5581 0 0 0 10 1 0 0 20 0 20 0 150326605 26623803392 6650 33554432000 4194304 4196468 140731658220192 140731658202736 140378478702327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
/proc/1594/statm: 6499952 6650 2843 1 0 6488269 0
[pid=1594/tid=1595] ppid=1592 vsize=25999808 memory=8390339637985935414 CPUtime=0.09 cores=0-7
/proc/1594/task/1595/stat : 1595 (java) R 1592 1592 893 0 -1 4202560 3593 0 0 0 8 1 0 0 20 0 20 0 150326605 26623803392 6650 33554432000 4194304 4196468 140731658220192 140378482934688 140378478714262 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1596] ppid=1592 vsize=25999808 memory=288230609019731991 CPUtime=0 cores=0-7
/proc/1594/task/1596/stat : 1596 (java) S 1592 1592 893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150326606 26623803392 6650 33554432000 4194304 4196468 140731658220192 140378401282960 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1597] ppid=1592 vsize=25999808 memory=140248672238382 CPUtime=0 cores=0-7
/proc/1594/task/1597/stat : 1597 (java) S 1592 1592 893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150326606 26623803392 6650 33554432000 4194304 4196468 140731658220192 140378400230160 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1598] ppid=1592 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/1594/task/1598/stat : 1598 (java) S 1592 1592 893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150326606 26623803392 6650 33554432000 4194304 4196468 140731658220192 140378399177872 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1599] ppid=1592 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1594/task/1599/stat : 1599 (java) S 1592 1592 893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150326606 26623803392 6650 33554432000 4194304 4196468 140731658220192 140378398125072 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1600] ppid=1592 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1594/task/1600/stat : 1600 (java) S 1592 1592 893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150326606 26623803392 6650 33554432000 4194304 4196468 140731658220192 140378397071760 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1601] ppid=1592 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/1594/task/1601/stat : 1601 (java) S 1592 1592 893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150326606 26623803392 6650 33554432000 4194304 4196468 140731658220192 140378396018960 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1602] ppid=1592 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1594/task/1602/stat : 1602 (java) S 1592 1592 893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150326606 26623803392 6650 33554432000 4194304 4196468 140731658220192 140378394966672 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1603] ppid=1592 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1594/task/1603/stat : 1603 (java) S 1592 1592 893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150326606 26623803392 6650 33554432000 4194304 4196468 140731658220192 140378393913872 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1604] ppid=1592 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1594/task/1604/stat : 1604 (java) S 1592 1592 893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150326607 26623803392 6650 33554432000 4194304 4196468 140731658220192 140377019271792 140378478713474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1605] ppid=1592 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1594/task/1605/stat : 1605 (java) S 1592 1592 893 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150326608 26623803392 6650 33554432000 4194304 4196468 140731658220192 140377018217760 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1606] ppid=1592 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1594/task/1606/stat : 1606 (java) S 1592 1592 893 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150326608 26623803392 6650 33554432000 4194304 4196468 140731658220192 140377017165424 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1607] ppid=1592 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1594/task/1607/stat : 1607 (java) S 1592 1592 893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150326610 26623803392 6650 33554432000 4194304 4196468 140731658220192 140377016113744 140378478720923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1608] ppid=1592 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1594/task/1608/stat : 1608 (java) S 1592 1592 893 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 150326610 26623803392 6650 33554432000 4194304 4196468 140731658220192 140377015060592 140378478713474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1609] ppid=1592 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1594/task/1609/stat : 1609 (java) S 1592 1592 893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150326610 26623803392 6650 33554432000 4194304 4196468 140731658220192 140377014007792 140378478713474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1610] ppid=1592 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/1594/task/1610/stat : 1610 (java) S 1592 1592 893 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 20 0 150326610 26623803392 6650 33554432000 4194304 4196468 140731658220192 140377012955504 140378478713474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1611] ppid=1592 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/1594/task/1611/stat : 1611 (java) S 1592 1592 893 0 -1 1077944384 256 0 0 0 1 0 0 0 20 0 20 0 150326610 26623803392 6650 33554432000 4194304 4196468 140731658220192 140377011902704 140378478713474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1612] ppid=1592 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1594/task/1612/stat : 1612 (java) S 1592 1592 893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150326611 26623803392 6650 33554432000 4194304 4196468 140731658220192 140377010850656 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1613] ppid=1592 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/1594/task/1613/stat : 1613 (java) S 1592 1592 893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150326611 26623803392 6650 33554432000 4194304 4196468 140731658220192 140377009797936 140378478713474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27984 KiB

[startup+0.210191 s]*
/proc/loadavg: 5.21 7.54 8.01 2/199 1613
/proc/meminfo: memFree=21724556/32770624 swapFree=67108860/67108860
[pid=1592] ppid=1589 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/1592/stat : 1592 (xcsp3-exec) S 1589 1592 893 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150326604 9740288 346 33554432000 4194304 5098028 140722617447136 140722617445240 139634366849660 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17973248 140722617451621 140722617451831 140722617451831 140722617454571 0
/proc/1592/statm: 2378 346 289 221 0 87 0
[pid=1594] ppid=1592 vsize=26004064 memory=38400 CPUtime=0.33 cores=0-7
/proc/1594/stat : 1594 (java) S 1592 1592 893 0 -1 1077944320 8222 0 0 0 30 3 0 0 20 0 20 0 150326605 26628161536 9600 33554432000 4194304 4196468 140731658220192 140731658202736 140378478702327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
/proc/1594/statm: 6501016 9600 3004 1 0 6488269 0
[pid=1594/tid=1595] ppid=1592 vsize=26004064 memory=8390339637985935414 CPUtime=0.19 cores=0-7
/proc/1594/task/1595/stat : 1595 (java) R 1592 1592 893 0 -1 4202560 5420 0 0 0 18 1 0 0 20 0 20 0 150326605 26628161536 9600 33554432000 4194304 4196468 140731658220192 140378482923320 140378478724253 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1596] ppid=1592 vsize=26004064 memory=288230609019731991 CPUtime=0 cores=0-7
/proc/1594/task/1596/stat : 1596 (java) S 1592 1592 893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150326606 26628161536 9600 33554432000 4194304 4196468 140731658220192 140378401282960 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1597] ppid=1592 vsize=26004064 memory=140248672238382 CPUtime=0 cores=0-7
/proc/1594/task/1597/stat : 1597 (java) S 1592 1592 893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150326606 26628161536 9600 33554432000 4194304 4196468 140731658220192 140378400230160 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1598] ppid=1592 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/1594/task/1598/stat : 1598 (java) S 1592 1592 893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150326606 26628161536 9600 33554432000 4194304 4196468 140731658220192 140378399177872 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1599] ppid=1592 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1594/task/1599/stat : 1599 (java) S 1592 1592 893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150326606 26628161536 9600 33554432000 4194304 4196468 140731658220192 140378398125072 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1600] ppid=1592 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1594/task/1600/stat : 1600 (java) S 1592 1592 893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150326606 26628161536 9600 33554432000 4194304 4196468 140731658220192 140378397071760 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1601] ppid=1592 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/1594/task/1601/stat : 1601 (java) S 1592 1592 893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150326606 26628161536 9600 33554432000 4194304 4196468 140731658220192 140378396018960 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1602] ppid=1592 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1594/task/1602/stat : 1602 (java) S 1592 1592 893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150326606 26628161536 9600 33554432000 4194304 4196468 140731658220192 140378394966672 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1603] ppid=1592 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1594/task/1603/stat : 1603 (java) S 1592 1592 893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150326606 26628161536 9600 33554432000 4194304 4196468 140731658220192 140378393913872 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1604] ppid=1592 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1594/task/1604/stat : 1604 (java) S 1592 1592 893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150326607 26628161536 9600 33554432000 4194304 4196468 140731658220192 140377019271792 140378478713474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1605] ppid=1592 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1594/task/1605/stat : 1605 (java) S 1592 1592 893 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150326608 26628161536 9600 33554432000 4194304 4196468 140731658220192 140377018217760 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1606] ppid=1592 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1594/task/1606/stat : 1606 (java) S 1592 1592 893 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150326608 26628161536 9600 33554432000 4194304 4196468 140731658220192 140377017165424 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1607] ppid=1592 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1594/task/1607/stat : 1607 (java) S 1592 1592 893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150326610 26628161536 9600 33554432000 4194304 4196468 140731658220192 140377016113744 140378478720923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1608] ppid=1592 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/1594/task/1608/stat : 1608 (java) S 1592 1592 893 0 -1 1077944384 515 0 0 0 1 0 0 0 20 0 20 0 150326610 26628161536 9600 33554432000 4194304 4196468 140731658220192 140377015060592 140378478713474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1609] ppid=1592 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/1594/task/1609/stat : 1609 (java) S 1592 1592 893 0 -1 1077944384 63 0 0 0 1 0 0 0 20 0 20 0 150326610 26628161536 9600 33554432000 4194304 4196468 140731658220192 140377014007792 140378478713474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1610] ppid=1592 vsize=26004064 memory=-1 CPUtime=0.02 cores=0-7
/proc/1594/task/1610/stat : 1610 (java) S 1592 1592 893 0 -1 1077944384 202 0 0 0 2 0 0 0 20 0 20 0 150326610 26628161536 9600 33554432000 4194304 4196468 140731658220192 140377012955504 140378478713474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1611] ppid=1592 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/1594/task/1611/stat : 1611 (java) S 1592 1592 893 0 -1 1077944384 717 0 0 0 7 0 0 0 20 0 20 0 150326610 26628161536 9600 33554432000 4194304 4196468 140731658220192 140377011902704 140378478713474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1612] ppid=1592 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1594/task/1612/stat : 1612 (java) S 1592 1592 893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150326611 26628161536 9600 33554432000 4194304 4196468 140731658220192 140377010850656 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1613] ppid=1592 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/1594/task/1613/stat : 1613 (java) S 1592 1592 893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150326611 26628161536 9600 33554432000 4194304 4196468 140731658220192 140377009797936 140378478713474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 39784 KiB

[startup+0.309986 s]*
/proc/loadavg: 5.21 7.54 8.01 3/199 1613
/proc/meminfo: memFree=21720152/32770624 swapFree=67108860/67108860
[pid=1592] ppid=1589 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/1592/stat : 1592 (xcsp3-exec) S 1589 1592 893 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150326604 9740288 346 33554432000 4194304 5098028 140722617447136 140722617445240 139634366849660 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17973248 140722617451621 140722617451831 140722617451831 140722617454571 0
/proc/1592/statm: 2378 346 289 221 0 87 0
[pid=1594] ppid=1592 vsize=26004064 memory=45864 CPUtime=0.5 cores=0-7
/proc/1594/stat : 1594 (java) S 1592 1592 893 0 -1 1077944320 9118 0 0 0 46 4 0 0 20 0 20 0 150326605 26628161536 11466 33554432000 4194304 4196468 140731658220192 140731658202736 140378478702327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
/proc/1594/statm: 6501016 11466 3107 1 0 6488269 0
[pid=1594/tid=1595] ppid=1592 vsize=26004064 memory=51204 CPUtime=0.29 cores=0-7
/proc/1594/task/1595/stat : 1595 (java) R 1592 1592 893 0 -1 4202560 6084 0 0 0 27 2 0 0 20 0 20 0 150326605 26628161536 11466 33554432000 4194304 4196468 140731658220192 140378482940672 140378478724253 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1596] ppid=1592 vsize=26004064 memory=35 CPUtime=0 cores=0-7
/proc/1594/task/1596/stat : 1596 (java) S 1592 1592 893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150326606 26628161536 11466 33554432000 4194304 4196468 140731658220192 140378401282960 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1597] ppid=1592 vsize=26004064 memory=140248671617088 CPUtime=0 cores=0-7
/proc/1594/task/1597/stat : 1597 (java) S 1592 1592 893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150326606 26628161536 11466 33554432000 4194304 4196468 140731658220192 140378400230160 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1598] ppid=1592 vsize=26004064 memory=35 CPUtime=0 cores=0-7
/proc/1594/task/1598/stat : 1598 (java) S 1592 1592 893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150326606 26628161536 11466 33554432000 4194304 4196468 140731658220192 140378399177872 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1599] ppid=1592 vsize=26004064 memory=60388 CPUtime=0 cores=0-7
/proc/1594/task/1599/stat : 1599 (java) S 1592 1592 893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150326606 26628161536 11466 33554432000 4194304 4196468 140731658220192 140378398125072 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1600] ppid=1592 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1594/task/1600/stat : 1600 (java) S 1592 1592 893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150326606 26628161536 11466 33554432000 4194304 4196468 140731658220192 140378397071760 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1601] ppid=1592 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1594/task/1601/stat : 1601 (java) S 1592 1592 893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150326606 26628161536 11466 33554432000 4194304 4196468 140731658220192 140378396018960 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1602] ppid=1592 vsize=26004064 memory=695742 CPUtime=0 cores=0-7
/proc/1594/task/1602/stat : 1602 (java) S 1592 1592 893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150326606 26628161536 11466 33554432000 4194304 4196468 140731658220192 140378394966672 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1603] ppid=1592 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1594/task/1603/stat : 1603 (java) S 1592 1592 893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150326606 26628161536 11466 33554432000 4194304 4196468 140731658220192 140378393913872 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1604] ppid=1592 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1594/task/1604/stat : 1604 (java) S 1592 1592 893 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150326607 26628161536 11466 33554432000 4194304 4196468 140731658220192 140377019271792 140378478713474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1605] ppid=1592 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1594/task/1605/stat : 1605 (java) S 1592 1592 893 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150326608 26628161536 11466 33554432000 4194304 4196468 140731658220192 140377018217760 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1606] ppid=1592 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1594/task/1606/stat : 1606 (java) S 1592 1592 893 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150326608 26628161536 11466 33554432000 4194304 4196468 140731658220192 140377017165424 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1607] ppid=1592 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1594/task/1607/stat : 1607 (java) S 1592 1592 893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150326610 26628161536 11466 33554432000 4194304 4196468 140731658220192 140377016113744 140378478720923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1608] ppid=1592 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/1594/task/1608/stat : 1608 (java) S 1592 1592 893 0 -1 1077944384 596 0 0 0 2 0 0 0 20 0 20 0 150326610 26628161536 11466 33554432000 4194304 4196468 140731658220192 140377015060592 140378478713474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1609] ppid=1592 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/1594/task/1609/stat : 1609 (java) R 1592 1592 893 0 -1 4202560 83 0 0 0 1 0 0 0 20 0 20 0 150326610 26628161536 11466 33554432000 4194304 4196468 140731658220192 140377014007792 140378471687369 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1610] ppid=1592 vsize=26004064 memory=0 CPUtime=0.03 cores=0-7
/proc/1594/task/1610/stat : 1610 (java) S 1592 1592 893 0 -1 1077944384 215 0 0 0 3 0 0 0 20 0 20 0 150326610 26628161536 11466 33554432000 4194304 4196468 140731658220192 140377012955504 140378478713474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1611] ppid=1592 vsize=26004064 memory=0 CPUtime=0.12 cores=0-7
/proc/1594/task/1611/stat : 1611 (java) R 1592 1592 893 0 -1 4202560 837 0 0 0 12 0 0 0 20 0 20 0 150326610 26628161536 11466 33554432000 4194304 4196468 140731658220192 140377011899072 140378457825626 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1612] ppid=1592 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1594/task/1612/stat : 1612 (java) S 1592 1592 893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150326611 26628161536 11466 33554432000 4194304 4196468 140731658220192 140377010850656 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1613] ppid=1592 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/1594/task/1613/stat : 1613 (java) S 1592 1592 893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150326611 26628161536 11466 33554432000 4194304 4196468 140731658220192 140377009797936 140378478713474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47248 KiB

[startup+0.700983 s]
/proc/loadavg: 5.21 7.54 8.01 6/199 1613
/proc/meminfo: memFree=21679936/32770624 swapFree=67108860/67108860
[pid=1592] ppid=1589 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/1592/stat : 1592 (xcsp3-exec) S 1589 1592 893 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150326604 9740288 346 33554432000 4194304 5098028 140722617447136 140722617445240 139634366849660 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17973248 140722617451621 140722617451831 140722617451831 140722617454571 0
/proc/1592/statm: 2378 346 289 221 0 87 0
[pid=1594] ppid=1592 vsize=26004140 memory=199092 CPUtime=1.8 cores=0-7
/proc/1594/stat : 1594 (java) S 1592 1592 893 0 -1 1077944320 13218 0 0 0 172 8 0 0 20 0 20 0 150326605 26628239360 49773 33554432000 4194304 4196468 140731658220192 140731658202736 140378478702327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
/proc/1594/statm: 6501035 49773 3209 1 0 6488269 0
[pid=1594/tid=1595] ppid=1592 vsize=26004140 memory=1292 CPUtime=0.66 cores=0-7
/proc/1594/task/1595/stat : 1595 (java) R 1592 1592 893 0 -1 4202560 6475 0 0 0 62 4 0 0 20 0 20 0 150326605 26628239360 49773 33554432000 4194304 4196468 140731658220192 140378482940592 140378073458816 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1596] ppid=1592 vsize=26004140 memory=2428 CPUtime=0 cores=0-7
/proc/1594/task/1596/stat : 1596 (java) S 1592 1592 893 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 150326606 26628239360 49773 33554432000 4194304 4196468 140731658220192 140378401282960 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1597] ppid=1592 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/1594/task/1597/stat : 1597 (java) S 1592 1592 893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150326606 26628239360 49773 33554432000 4194304 4196468 140731658220192 140378400230160 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1598] ppid=1592 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/1594/task/1598/stat : 1598 (java) S 1592 1592 893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150326606 26628239360 49773 33554432000 4194304 4196468 140731658220192 140378399177872 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0

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

[pid=1594/tid=1596] ppid=1592 vsize=26006188 memory=140248533435697 CPUtime=0.1 cores=0-7
/proc/1594/task/1596/stat : 1596 (java) S 1592 1592 893 0 -1 1077944384 88 0 0 0 5 5 0 0 20 0 20 0 150326606 26630336512 171124 33554432000 4194304 4196468 140731658220192 140378401282960 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1597] ppid=1592 vsize=26006188 memory=-8970732287579073388 CPUtime=0.08 cores=0-7
/proc/1594/task/1597/stat : 1597 (java) S 1592 1592 893 0 -1 1077944384 65 0 0 0 5 3 0 0 20 0 20 0 150326606 26630336512 171124 33554432000 4194304 4196468 140731658220192 140378400230160 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1598] ppid=1592 vsize=26006188 memory=288285571649124716 CPUtime=0.1 cores=0-7
/proc/1594/task/1598/stat : 1598 (java) S 1592 1592 893 0 -1 1077944384 76 0 0 0 5 5 0 0 20 0 20 0 150326606 26630336512 171124 33554432000 4194304 4196468 140731658220192 140378399177872 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1599] ppid=1592 vsize=26006188 memory=3906090035774226464 CPUtime=0.08 cores=0-7
/proc/1594/task/1599/stat : 1599 (java) S 1592 1592 893 0 -1 1077944384 64 0 0 0 4 4 0 0 20 0 20 0 150326606 26630336512 171124 33554432000 4194304 4196468 140731658220192 140378398125072 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1600] ppid=1592 vsize=26006188 memory=1384 CPUtime=0.08 cores=0-7
/proc/1594/task/1600/stat : 1600 (java) S 1592 1592 893 0 -1 1077944384 63 0 0 0 4 4 0 0 20 0 20 0 150326606 26630336512 171124 33554432000 4194304 4196468 140731658220192 140378397071760 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1601] ppid=1592 vsize=26006188 memory=442944 CPUtime=0.08 cores=0-7
/proc/1594/task/1601/stat : 1601 (java) S 1592 1592 893 0 -1 1077944384 95 0 0 0 4 4 0 0 20 0 20 0 150326606 26630336512 171124 33554432000 4194304 4196468 140731658220192 140378396018960 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1602] ppid=1592 vsize=26006188 memory=7595158505018582353 CPUtime=0.08 cores=0-7
/proc/1594/task/1602/stat : 1602 (java) S 1592 1592 893 0 -1 1077944384 96 0 0 0 4 4 0 0 20 0 20 0 150326606 26630336512 171124 33554432000 4194304 4196468 140731658220192 140378394966672 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1603] ppid=1592 vsize=26006188 memory=140248533402273 CPUtime=0.09 cores=0-7
/proc/1594/task/1603/stat : 1603 (java) S 1592 1592 893 0 -1 1077944384 79 0 0 0 5 4 0 0 20 0 20 0 150326606 26630336512 171124 33554432000 4194304 4196468 140731658220192 140378393913872 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1604] ppid=1592 vsize=26006188 memory=-7229233403441835140 CPUtime=0 cores=0-7
/proc/1594/task/1604/stat : 1604 (java) S 1592 1592 893 0 -1 1077944384 499 0 0 0 0 0 0 0 20 0 20 0 150326607 26630336512 171124 33554432000 4194304 4196468 140731658220192 140377019271792 140378478713474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1605] ppid=1592 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/1594/task/1605/stat : 1605 (java) S 1592 1592 893 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150326608 26630336512 171124 33554432000 4194304 4196468 140731658220192 140377018217824 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1606] ppid=1592 vsize=26006188 memory=6944656592455359580 CPUtime=0 cores=0-7
/proc/1594/task/1606/stat : 1606 (java) S 1592 1592 893 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 150326608 26630336512 171124 33554432000 4194304 4196468 140731658220192 140377017165440 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1607] ppid=1592 vsize=26006188 memory=6944656592455359580 CPUtime=0 cores=0-7
/proc/1594/task/1607/stat : 1607 (java) S 1592 1592 893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150326610 26630336512 171124 33554432000 4194304 4196468 140731658220192 140377016113744 140378478720923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1608] ppid=1592 vsize=26006188 memory=374556 CPUtime=0.58 cores=0-7
/proc/1594/task/1608/stat : 1608 (java) S 1592 1592 893 0 -1 1077944384 2164 0 0 0 57 1 0 0 20 0 20 0 150326610 26630336512 171124 33554432000 4194304 4196468 140731658220192 140377015060592 140378478713474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1609] ppid=1592 vsize=26006188 memory=162 CPUtime=0.45 cores=0-7
/proc/1594/task/1609/stat : 1609 (java) S 1592 1592 893 0 -1 1077944384 1089 0 0 0 45 0 0 0 20 0 20 0 150326610 26630336512 171124 33554432000 4194304 4196468 140731658220192 140377014007792 140378478713474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1610] ppid=1592 vsize=26006188 memory=3 CPUtime=0.42 cores=0-7
/proc/1594/task/1610/stat : 1610 (java) S 1592 1592 893 0 -1 1077944384 1409 0 0 0 42 0 0 0 20 0 20 0 150326610 26630336512 171124 33554432000 4194304 4196468 140731658220192 140377012955504 140378478713474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1611] ppid=1592 vsize=26006188 memory=0 CPUtime=0.5 cores=0-7
/proc/1594/task/1611/stat : 1611 (java) S 1592 1592 893 0 -1 1077944384 2054 0 0 0 49 1 0 0 20 0 20 0 150326610 26630336512 171124 33554432000 4194304 4196468 140731658220192 140377011902704 140378478713474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1612] ppid=1592 vsize=26006188 memory=140248533299424 CPUtime=0 cores=0-7
/proc/1594/task/1612/stat : 1612 (java) S 1592 1592 893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150326611 26630336512 171124 33554432000 4194304 4196468 140731658220192 140377010850656 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1613] ppid=1592 vsize=26006188 memory=140248533299456 CPUtime=0 cores=0-7
/proc/1594/task/1613/stat : 1613 (java) S 1592 1592 893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150326611 26630336512 171124 33554432000 4194304 4196468 140731658220192 140377009797936 140378478713474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
Current children cumulated CPU time: 5.73 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 685880 KiB

[startup+6.3015 s]
/proc/loadavg: 4.87 7.43 7.98 2/199 1613
/proc/meminfo: memFree=20430468/32770624 swapFree=67108860/67108860
[pid=1592] ppid=1589 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/1592/stat : 1592 (xcsp3-exec) S 1589 1592 893 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150326604 9740288 346 33554432000 4194304 5098028 140722617447136 140722617445240 139634366849660 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17973248 140722617451621 140722617451831 140722617451831 140722617454571 0
/proc/1592/statm: 2378 346 289 221 0 87 0
[pid=1594] ppid=1592 vsize=26538700 memory=1334380 CPUtime=10.83 cores=0-7
/proc/1594/stat : 1594 (java) S 1592 1592 893 0 -1 1077944320 26537 0 0 0 974 109 0 0 20 0 28 0 150326605 27175628800 333595 33554432000 4194304 4196468 140731658220192 140731658202736 140378478702327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
/proc/1594/statm: 6634675 333595 3246 1 0 6621909 0
[pid=1594/tid=1595] ppid=1592 vsize=26538700 memory=0 CPUtime=5.74 cores=0-7
/proc/1594/task/1595/stat : 1595 (java) S 1592 1592 893 0 -1 1077944384 10377 0 0 0 558 16 0 0 20 0 28 0 150326605 27175628800 333595 33554432000 4194304 4196468 140731658220192 140378482943104 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1596] ppid=1592 vsize=26538700 memory=0 CPUtime=0.23 cores=0-7
/proc/1594/task/1596/stat : 1596 (java) S 1592 1592 893 0 -1 1077944384 332 0 0 0 12 11 0 0 20 0 28 0 150326606 27175628800 333595 33554432000 4194304 4196468 140731658220192 140378401282960 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1597] ppid=1592 vsize=26538700 memory=280497066475872 CPUtime=0.21 cores=0-7
/proc/1594/task/1597/stat : 1597 (java) S 1592 1592 893 0 -1 1077944384 242 0 0 0 11 10 0 0 20 0 28 0 150326606 27175628800 333595 33554432000 4194304 4196468 140731658220192 140378400230160 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1598] ppid=1592 vsize=26538700 memory=0 CPUtime=0.21 cores=0-7
/proc/1594/task/1598/stat : 1598 (java) S 1592 1592 893 0 -1 1077944384 267 0 0 0 11 10 0 0 20 0 28 0 150326606 27175628800 333595 33554432000 4194304 4196468 140731658220192 140378399177872 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1599] ppid=1592 vsize=26538700 memory=0 CPUtime=0.2 cores=0-7
/proc/1594/task/1599/stat : 1599 (java) S 1592 1592 893 0 -1 1077944384 706 0 0 0 10 10 0 0 20 0 28 0 150326606 27175628800 333595 33554432000 4194304 4196468 140731658220192 140378398125072 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1600] ppid=1592 vsize=26538700 memory=0 CPUtime=0.2 cores=0-7
/proc/1594/task/1600/stat : 1600 (java) S 1592 1592 893 0 -1 1077944384 233 0 0 0 10 10 0 0 20 0 28 0 150326606 27175628800 333595 33554432000 4194304 4196468 140731658220192 140378397071760 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1601] ppid=1592 vsize=26538700 memory=64 CPUtime=0.21 cores=0-7
/proc/1594/task/1601/stat : 1601 (java) S 1592 1592 893 0 -1 1077944384 388 0 0 0 11 10 0 0 20 0 28 0 150326606 27175628800 333595 33554432000 4194304 4196468 140731658220192 140378396018960 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1602] ppid=1592 vsize=26538700 memory=280497066667024 CPUtime=0.22 cores=0-7
/proc/1594/task/1602/stat : 1602 (java) S 1592 1592 893 0 -1 1077944384 294 0 0 0 11 11 0 0 20 0 28 0 150326606 27175628800 333595 33554432000 4194304 4196468 140731658220192 140378394966672 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1603] ppid=1592 vsize=26538700 memory=9020102413034 CPUtime=0.21 cores=0-7
/proc/1594/task/1603/stat : 1603 (java) S 1592 1592 893 0 -1 1077944384 343 0 0 0 11 10 0 0 20 0 28 0 150326606 27175628800 333595 33554432000 4194304 4196468 140731658220192 140378393913872 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1604] ppid=1592 vsize=26538700 memory=9020102413034 CPUtime=0.01 cores=0-7
/proc/1594/task/1604/stat : 1604 (java) S 1592 1592 893 0 -1 1077944384 1320 0 0 0 1 0 0 0 20 0 28 0 150326607 27175628800 333595 33554432000 4194304 4196468 140731658220192 140377019271792 140378478713474 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1605] ppid=1592 vsize=26538700 memory=9020102413034 CPUtime=0 cores=0-7
/proc/1594/task/1605/stat : 1605 (java) S 1592 1592 893 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 150326608 27175628800 333595 33554432000 4194304 4196468 140731658220192 140377018217824 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1606] ppid=1592 vsize=26538700 memory=9020102412778 CPUtime=0 cores=0-7
/proc/1594/task/1606/stat : 1606 (java) S 1592 1592 893 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 150326608 27175628800 333595 33554432000 4194304 4196468 140731658220192 140377017165440 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1607] ppid=1592 vsize=26538700 memory=280497066988592 CPUtime=0 cores=0-7
/proc/1594/task/1607/stat : 1607 (java) S 1592 1592 893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 150326610 27175628800 333595 33554432000 4194304 4196468 140731658220192 140377016113744 140378478720923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1608] ppid=1592 vsize=26538700 memory=0 CPUtime=0.69 cores=0-7
/proc/1594/task/1608/stat : 1608 (java) R 1592 1592 893 0 -1 4202560 3019 0 0 0 68 1 0 0 20 0 28 0 150326610 27175628800 333595 33554432000 4194304 4196468 140731658220192 140377015053784 140378462113337 0 4 0 16800975 0 0 0 -1 7 0 0 15 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1609] ppid=1592 vsize=26538700 memory=18753 CPUtime=0.63 cores=0-7
/proc/1594/task/1609/stat : 1609 (java) R 1592 1592 893 0 -1 4202560 1910 0 0 0 63 0 0 0 20 0 28 0 150326610 27175628800 333595 33554432000 4194304 4196468 140731658220192 140377013997904 140378462199111 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1610] ppid=1592 vsize=26538700 memory=0 CPUtime=0.6 cores=0-7
/proc/1594/task/1610/stat : 1610 (java) R 1592 1592 893 0 -1 1077944384 2683 0 0 0 60 0 0 0 20 0 28 0 150326610 27175628800 333595 33554432000 4194304 4196468 140731658220192 140377012955632 140378478712533 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1611] ppid=1592 vsize=26538700 memory=6944652177228980320 CPUtime=0.59 cores=0-7
/proc/1594/task/1611/stat : 1611 (java) S 1592 1592 893 0 -1 1077944384 2563 0 0 0 58 1 0 0 20 0 28 0 150326610 27175628800 333595 33554432000 4194304 4196468 140731658220192 140377011902704 140378478713474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1612] ppid=1592 vsize=26538700 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/1594/task/1612/stat : 1612 (java) S 1592 1592 893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 150326611 27175628800 333595 33554432000 4194304 4196468 140731658220192 140377010850656 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1613] ppid=1592 vsize=26538700 memory=280497066871552 CPUtime=0 cores=0-7
/proc/1594/task/1613/stat : 1613 (java) S 1592 1592 893 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 150326611 27175628800 333595 33554432000 4194304 4196468 140731658220192 140377009797936 140378478713474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
Current children cumulated CPU time: 10.83 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 1335764 KiB

[startup+6.5071 s]
# the end of solver process 1592 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=11.1549 s, system=1.12094 s

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

[startup+6.40849 s]
/proc/loadavg: 4.87 7.43 7.98 2/199 1613
/proc/meminfo: memFree=20430468/32770624 swapFree=67108860/67108860
[pid=1592] ppid=1589 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/1592/stat : 1592 (xcsp3-exec) S 1589 1592 893 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150326604 9740288 346 33554432000 4194304 5098028 140722617447136 140722617445240 139634366849660 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17973248 140722617451621 140722617451831 140722617451831 140722617454571 0
/proc/1592/statm: 2378 346 289 221 0 87 0
[pid=1594] ppid=1592 vsize=26538700 memory=1335920 CPUtime=11.66 cores=0-7
/proc/1594/stat : 1594 (java) S 1592 1592 893 0 -1 1077944320 27444 0 0 0 1056 110 0 0 20 0 28 0 150326605 27175628800 333980 33554432000 4194304 4196468 140731658220192 140731658202736 140378478702327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
/proc/1594/statm: 6634675 333980 3248 1 0 6621909 0
[pid=1594/tid=1595] ppid=1592 vsize=26538700 memory=0 CPUtime=5.74 cores=0-7
/proc/1594/task/1595/stat : 1595 (java) S 1592 1592 893 0 -1 1077944384 10377 0 0 0 558 16 0 0 20 0 28 0 150326605 27175628800 333980 33554432000 4194304 4196468 140731658220192 140378482943104 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1596] ppid=1592 vsize=26538700 memory=8112282956445269571 CPUtime=0.23 cores=0-7
/proc/1594/task/1596/stat : 1596 (java) S 1592 1592 893 0 -1 1077944384 332 0 0 0 12 11 0 0 20 0 28 0 150326606 27175628800 333980 33554432000 4194304 4196468 140731658220192 140378401282960 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1597] ppid=1592 vsize=26538700 memory=0 CPUtime=0.21 cores=0-7
/proc/1594/task/1597/stat : 1597 (java) S 1592 1592 893 0 -1 1077944384 242 0 0 0 11 10 0 0 20 0 28 0 150326606 27175628800 333980 33554432000 4194304 4196468 140731658220192 140378400230160 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1598] ppid=1592 vsize=26538700 memory=0 CPUtime=0.21 cores=0-7
/proc/1594/task/1598/stat : 1598 (java) S 1592 1592 893 0 -1 1077944384 267 0 0 0 11 10 0 0 20 0 28 0 150326606 27175628800 333980 33554432000 4194304 4196468 140731658220192 140378399177872 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1599] ppid=1592 vsize=26538700 memory=0 CPUtime=0.2 cores=0-7
/proc/1594/task/1599/stat : 1599 (java) S 1592 1592 893 0 -1 1077944384 706 0 0 0 10 10 0 0 20 0 28 0 150326606 27175628800 333980 33554432000 4194304 4196468 140731658220192 140378398125072 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1600] ppid=1592 vsize=26538700 memory=0 CPUtime=0.2 cores=0-7
/proc/1594/task/1600/stat : 1600 (java) S 1592 1592 893 0 -1 1077944384 233 0 0 0 10 10 0 0 20 0 28 0 150326606 27175628800 333980 33554432000 4194304 4196468 140731658220192 140378397071760 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1601] ppid=1592 vsize=26538700 memory=0 CPUtime=0.21 cores=0-7
/proc/1594/task/1601/stat : 1601 (java) S 1592 1592 893 0 -1 1077944384 388 0 0 0 11 10 0 0 20 0 28 0 150326606 27175628800 333980 33554432000 4194304 4196468 140731658220192 140378396018960 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1602] ppid=1592 vsize=26538700 memory=0 CPUtime=0.22 cores=0-7
/proc/1594/task/1602/stat : 1602 (java) S 1592 1592 893 0 -1 1077944384 294 0 0 0 11 11 0 0 20 0 28 0 150326606 27175628800 333980 33554432000 4194304 4196468 140731658220192 140378394966672 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1603] ppid=1592 vsize=26538700 memory=0 CPUtime=0.21 cores=0-7
/proc/1594/task/1603/stat : 1603 (java) S 1592 1592 893 0 -1 1077944384 343 0 0 0 11 10 0 0 20 0 28 0 150326606 27175628800 333980 33554432000 4194304 4196468 140731658220192 140378393913872 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1604] ppid=1592 vsize=26538700 memory=280497066872816 CPUtime=0.01 cores=0-7
/proc/1594/task/1604/stat : 1604 (java) S 1592 1592 893 0 -1 1077944384 1320 0 0 0 1 0 0 0 20 0 28 0 150326607 27175628800 333980 33554432000 4194304 4196468 140731658220192 140377019271792 140378478713474 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1605] ppid=1592 vsize=26538700 memory=41824 CPUtime=0 cores=0-7
/proc/1594/task/1605/stat : 1605 (java) S 1592 1592 893 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 150326608 27175628800 333980 33554432000 4194304 4196468 140731658220192 140377018217824 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1606] ppid=1592 vsize=26538700 memory=1292 CPUtime=0 cores=0-7
/proc/1594/task/1606/stat : 1606 (java) S 1592 1592 893 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 150326608 27175628800 333980 33554432000 4194304 4196468 140731658220192 140377017165440 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1607] ppid=1592 vsize=26538700 memory=2428 CPUtime=0 cores=0-7
/proc/1594/task/1607/stat : 1607 (java) S 1592 1592 893 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 150326610 27175628800 333980 33554432000 4194304 4196468 140731658220192 140377016113744 140378478720923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1608] ppid=1592 vsize=26538700 memory=1732 CPUtime=0.76 cores=0-7
/proc/1594/task/1608/stat : 1608 (java) R 1592 1592 893 0 -1 4202560 3137 0 0 0 75 1 0 0 20 0 28 0 150326610 27175628800 333980 33554432000 4194304 4196468 140731658220192 140377015048144 140378478723674 0 4 0 16800975 0 0 0 -1 6 0 0 15 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1609] ppid=1592 vsize=26538700 memory=1944 CPUtime=0.72 cores=0-7
/proc/1594/task/1609/stat : 1609 (java) R 1592 1592 893 0 -1 4202560 2487 0 0 0 72 0 0 0 20 0 28 0 150326610 27175628800 333980 33554432000 4194304 4196468 140731658220192 140377013989920 140378457949123 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1610] ppid=1592 vsize=26538700 memory=1700 CPUtime=0.69 cores=0-7
/proc/1594/task/1610/stat : 1610 (java) R 1592 1592 893 0 -1 4202560 2724 0 0 0 69 0 0 0 20 0 28 0 150326610 27175628800 333980 33554432000 4194304 4196468 140731658220192 140377012942352 140378478723674 0 4 0 16800975 0 0 0 -1 4 0 0 16 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1611] ppid=1592 vsize=26538700 memory=0 CPUtime=0.62 cores=0-7
/proc/1594/task/1611/stat : 1611 (java) R 1592 1592 893 0 -1 1077944384 2676 0 0 0 61 1 0 0 20 0 28 0 150326610 27175628800 333980 33554432000 4194304 4196468 140731658220192 140377011902704 140378478713474 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1612] ppid=1592 vsize=26538700 memory=8547763363015199892 CPUtime=0 cores=0-7
/proc/1594/task/1612/stat : 1612 (java) S 1592 1592 893 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 150326611 27175628800 333980 33554432000 4194304 4196468 140731658220192 140377010850656 140378478712533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
[pid=1594/tid=1613] ppid=1592 vsize=26538700 memory=-4504271847523324239 CPUtime=0 cores=0-7
/proc/1594/task/1613/stat : 1613 (java) S 1592 1592 893 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 150326611 27175628800 333980 33554432000 4194304 4196468 140731658220192 140377009797936 140378478713474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140731658224786 140731658224963 140731658224963 140731658227663 0
Current children cumulated CPU time: 11.66 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 1337304 KiB

[startup+6.50095 s]
/proc/loadavg: 4.87 7.43 7.98 2/199 1613
/proc/meminfo: memFree=20430468/32770624 swapFree=67108860/67108860
[pid=1592] ppid=1589 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/1592/stat : 1592 (xcsp3-exec) S 1589 1592 893 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150326604 9740288 346 33554432000 4194304 5098028 140722617447136 140722617445240 139634366849660 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17973248 140722617451621 140722617451831 140722617451831 140722617454571 0
/proc/1592/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1384 KiB

Child status: 0
Real time (s): 6.50715
CPU time (s): 12.2758
CPU user time (s): 11.1549
CPU system time (s): 1.12094
CPU usage (%): 188.651
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 1337304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.1549
system time used= 1.12094
maximum resident set size= 1337292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28839
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4396
involuntary context switches= 86


# summary of solver processes directly reported to runsolver:
#   pid: 1592
#   total CPU time (s): 12.2758
#   total CPU user time (s): 11.1549
#   total CPU system time (s): 1.12094

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.071244 second user time and 0.098571 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-19 21:38:49
IDJOB=4281019
IDBENCH=139320
IDSOLVER=2675
FILE ID=node114/4281019-1503172389
RUNJOBID= node114-1503168972-924
PBS_JOBID= 20630836
Free space on /tmp= 61844 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/RenaultMod/RenaultMod-m1-s1/RenaultMod-18.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-4281019-1503172389/watcher-4281019-1503172389 -o /tmp/evaluation-result-4281019-1503172389/solver-4281019-1503172389 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1503168972-924 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 717648446 HOME/instance-4281019-1503172389.xml

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

MD5SUM BENCH= 53ac35e1f72f4fcc516f402364f3be2c
RANDOM SEED=717648446

node114.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	: 5332.98
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	: 5332.98
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	: 5332.98
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	: 5332.98
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:        21751044 kB
MemAvailable:   31967000 kB
Buffers:          257232 kB
Cached:         10248008 kB
SwapCached:            0 kB
Active:          1768420 kB
Inactive:        8792268 kB
Active(anon):      47348 kB
Inactive(anon):    44268 kB
Active(file):    1721072 kB
Inactive(file):  8748000 kB
Unevictable:        7236 kB
Mlocked:            7236 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             11000 kB
Writeback:             0 kB
AnonPages:         62304 kB
Mapped:            51260 kB
Shmem:             33416 kB
Slab:             151748 kB
SReclaimable:     125440 kB
SUnreclaim:        26308 kB
KernelStack:        3184 kB
PageTables:         4748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61836 MiB
End job on node114 at 2017-08-19 21:38:56