Trace number 4270339

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)SAT (TO)106 243.37199 240.022

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n20/
TravellingSalesman-20-30-18.xml
MD5SUM42f1d058d9b6109346b78f68a037a5c1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark254.672
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size29
Distribution of domain sizes[{"size":20,"count":20},{"size":29,"count":20}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":20},{"arity":20,"count":1}]
Number of extensional constraints20
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":20},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.10	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270339-1502622925.xml"  -tl '264s' -p 1 -x 0
0.08/0.28	c [HOME/instance-4270339-1502622925.xml, -tl, 264s, -p, 1, -x, 0]
0.25/0.34	c simple solver
0.25/0.40	c parse instance...
0.64/0.59	c solve instance...
0.93/0.69	o 145 
0.93/0.69	o 142 
0.93/0.69	o 128 
1.19/0.75	o 127 
1.19/0.77	o 125 
1.19/0.77	o 120 
1.19/0.79	o 118 
2.75/1.25	o 116 
5.52/2.85	o 112 
5.52/2.85	o 111 
5.52/2.88	o 110 
8.30/5.35	o 109 
8.30/5.35	o 107 
15.89/12.86	o 106 
243.34/240.01	s SATISFIABLE
243.34/240.01	v <instantiation>
243.34/240.01	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] </list>
243.34/240.01	v 	<values>18 19 17 16 8 10 11 9 7 5 3 2 1 0 6 4 13 15 12 14 1 1 2 11 5 4 4 3 3 1 3 6 7 8 8 11 3 8 11 6 </values>
243.34/240.01	v </instantiation>
243.34/240.01	c Unexpected resolution interruption!

Verifier Data

OK	106

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270339-1502622925/watcher-4270339-1502622925 -o /tmp/evaluation-result-4270339-1502622925/solver-4270339-1502622925 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502615937-28321 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1811926818 HOME/instance-4270339-1502622925.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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=1492, runsolver pid=1489

[startup+0.100072 s]*
/proc/loadavg: 2.04 2.10 2.01 3/200 1494
/proc/meminfo: memFree=31432372/32770624 swapFree=67108860/67108860
[pid=1492] ppid=1489 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1492/stat : 1492 (xcsp3-exec) S 1489 1492 17093 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64485827 9740288 345 18446744073709551615 4194304 5098028 140734353997680 140734353995784 140215230743164 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 33579008 140734354002302 140734354002506 140734354002506 140734354005995 0
/proc/1492/statm: 2378 345 289 221 0 87 0
[pid=1494] ppid=1492 vsize=356952 memory=7520 CPUtime=0 cores=1,3,5,7
/proc/1494/stat : 1494 (java) S 1492 1492 17093 0 -1 1077944320 1672 0 0 0 0 0 0 0 20 0 2 0 64485837 365518848 1880 18446744073709551615 4194304 4196468 140722890014048 140722889996592 139713197686519 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
/proc/1494/statm: 89238 1880 1034 1 0 79208 0
[pid=1494/tid=1495] ppid=1492 vsize=11661736 memory=9124443767561732153 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1495/stat : 1495 (java) R 1492 1492 17093 0 -1 4202560 958 0 0 0 0 0 0 0 20 0 5 0 64485837 11941617664 2406 18446744073709551615 4194304 4196468 140722890014048 139713201927888 139713197684996 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1496] ppid=1492 vsize=11661736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1496/stat : 1496 (java) S 1492 1492 17093 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 6 0 64485838 11941617664 2406 18446744073709551615 4194304 4196468 140722890014048 139712797350624 139713197696725 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1497] ppid=1492 vsize=11661736 memory=140597442504320 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1497/stat : 1497 (java) S 1492 1492 17093 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 6 0 64485838 11941617664 2406 18446744073709551615 4194304 4196468 140722890014048 139712796297824 139713197696725 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1498] ppid=1492 vsize=11661736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1498/stat : 1498 (java) R 1492 1492 17093 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 6 0 64485838 11941617664 2406 18446744073709551615 4194304 4196468 140722890014048 139712795245536 139713197696725 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1499] ppid=1492 vsize=11989416 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1499/stat : 1499 (java) R 1492 1492 17093 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 6 0 64485838 12277161984 2406 18446744073709551615 4194304 4196468 140722890014048 139712794191880 139713190403623 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 366464 KiB
Current children cumulated memory: 8900 KiB

[startup+0.21012 s]*
/proc/loadavg: 2.04 2.10 2.01 3/214 1508
/proc/meminfo: memFree=31420800/32770624 swapFree=67108860/67108860
[pid=1492] ppid=1489 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1492/stat : 1492 (xcsp3-exec) S 1489 1492 17093 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64485827 9740288 345 18446744073709551615 4194304 5098028 140734353997680 140734353995784 140215230743164 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 33579008 140734354002302 140734354002506 140734354002506 140734354005995 0
/proc/1492/statm: 2378 345 289 221 0 87 0
[pid=1494] ppid=1492 vsize=13974352 memory=24524 CPUtime=0.08 cores=1,3,5,7
/proc/1494/stat : 1494 (java) S 1492 1492 17093 0 -1 1077944320 5086 0 0 0 7 1 0 0 20 0 15 0 64485837 14309736448 6131 18446744073709551615 4194304 4196468 140722890014048 140722889996592 139713197686519 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
/proc/1494/statm: 3493588 6131 2718 1 0 3482964 0
[pid=1494/tid=1495] ppid=1492 vsize=13974352 memory=7022364594140610616 CPUtime=0.06 cores=1,3,5,7
/proc/1494/task/1495/stat : 1495 (java) R 1492 1492 17093 0 -1 4202560 3275 0 0 0 5 1 0 0 20 0 15 0 64485837 14309736448 6206 18446744073709551615 4194304 4196468 140722890014048 139713201912208 139712820029297 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1496] ppid=1492 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1496/stat : 1496 (java) S 1492 1492 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64485838 14309736448 6718 18446744073709551615 4194304 4196468 140722890014048 139712797350288 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1497] ppid=1492 vsize=13974352 memory=140597443085311 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1497/stat : 1497 (java) S 1492 1492 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64485838 14309736448 6718 18446744073709551615 4194304 4196468 140722890014048 139712796297488 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1498] ppid=1492 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1498/stat : 1498 (java) S 1492 1492 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64485838 14309736448 6718 18446744073709551615 4194304 4196468 140722890014048 139712795245200 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1499] ppid=1492 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1499/stat : 1499 (java) S 1492 1492 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64485838 14309736448 6718 18446744073709551615 4194304 4196468 140722890014048 139712794192400 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1500] ppid=1492 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1500/stat : 1500 (java) S 1492 1492 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64485839 14309736448 6718 18446744073709551615 4194304 4196468 140722890014048 139712743336560 139713197697666 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1501] ppid=1492 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1501/stat : 1501 (java) S 1492 1492 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64485839 14309736448 6718 18446744073709551615 4194304 4196468 140722890014048 139712742282528 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1502] ppid=1492 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1502/stat : 1502 (java) S 1492 1492 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64485840 14309736448 6718 18446744073709551615 4194304 4196468 140722890014048 139712741230192 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1503] ppid=1492 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1503/stat : 1503 (java) S 1492 1492 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64485842 14309736448 6718 18446744073709551615 4194304 4196468 140722890014048 139712740178512 139713197705115 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1504] ppid=1492 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1504/stat : 1504 (java) S 1492 1492 17093 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 64485842 14309736448 6718 18446744073709551615 4194304 4196468 140722890014048 139712739125360 139713197697666 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1505] ppid=1492 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1505/stat : 1505 (java) S 1492 1492 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64485842 14309736448 6718 18446744073709551615 4194304 4196468 140722890014048 139712738072560 139713197697666 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1506] ppid=1492 vsize=13974352 memory=140597442504320 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1506/stat : 1506 (java) S 1492 1492 17093 0 -1 1077944384 235 0 0 0 0 0 0 0 20 0 15 0 64485842 14309736448 6718 18446744073709551615 4194304 4196468 140722890014048 139712668887408 139713197697666 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1507] ppid=1492 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1507/stat : 1507 (java) S 1492 1492 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64485842 14309736448 6718 18446744073709551615 4194304 4196468 140722890014048 139712667834848 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1508] ppid=1492 vsize=13974352 memory=140597442504320 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1508/stat : 1508 (java) S 1492 1492 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64485847 14309736448 6718 18446744073709551615 4194304 4196468 140722890014048 139712666782640 139713197697666 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 25904 KiB

[startup+0.310373 s]*
/proc/loadavg: 2.04 2.10 2.01 5/214 1508
/proc/meminfo: memFree=31404764/32770624 swapFree=67108860/67108860
[pid=1492] ppid=1489 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1492/stat : 1492 (xcsp3-exec) S 1489 1492 17093 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64485827 9740288 345 18446744073709551615 4194304 5098028 140734353997680 140734353995784 140215230743164 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 33579008 140734354002302 140734354002506 140734354002506 140734354005995 0
/proc/1492/statm: 2378 345 289 221 0 87 0
[pid=1494] ppid=1492 vsize=13974352 memory=37084 CPUtime=0.25 cores=1,3,5,7
/proc/1494/stat : 1494 (java) S 1492 1492 17093 0 -1 1077944320 8844 0 0 0 23 2 0 0 20 0 15 0 64485837 14309736448 9271 18446744073709551615 4194304 4196468 140722890014048 140722889996592 139713197686519 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
/proc/1494/statm: 3493588 9271 2983 1 0 3482964 0
[pid=1494/tid=1495] ppid=1492 vsize=13974352 memory=1398720917958146503 CPUtime=0.17 cores=1,3,5,7
/proc/1494/task/1495/stat : 1495 (java) R 1492 1492 17093 0 -1 4202560 6053 0 0 0 15 2 0 0 20 0 15 0 64485837 14309736448 9336 18446744073709551615 4194304 4196468 140722890014048 139713201922848 139712819965733 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1496] ppid=1492 vsize=13974352 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1496/stat : 1496 (java) S 1492 1492 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64485838 14309736448 9336 18446744073709551615 4194304 4196468 140722890014048 139712797350288 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1497] ppid=1492 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1497/stat : 1497 (java) S 1492 1492 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64485838 14309736448 9336 18446744073709551615 4194304 4196468 140722890014048 139712796297488 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1498] ppid=1492 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1498/stat : 1498 (java) S 1492 1492 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64485838 14309736448 9336 18446744073709551615 4194304 4196468 140722890014048 139712795245200 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1499] ppid=1492 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1499/stat : 1499 (java) S 1492 1492 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64485838 14309736448 9336 18446744073709551615 4194304 4196468 140722890014048 139712794192400 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1500] ppid=1492 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1500/stat : 1500 (java) S 1492 1492 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64485839 14309736448 9336 18446744073709551615 4194304 4196468 140722890014048 139712743336560 139713197697666 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1501] ppid=1492 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1501/stat : 1501 (java) S 1492 1492 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64485839 14309736448 9336 18446744073709551615 4194304 4196468 140722890014048 139712742282528 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1502] ppid=1492 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1502/stat : 1502 (java) S 1492 1492 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64485840 14309736448 9336 18446744073709551615 4194304 4196468 140722890014048 139712741230192 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1503] ppid=1492 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1503/stat : 1503 (java) S 1492 1492 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64485842 14309736448 9336 18446744073709551615 4194304 4196468 140722890014048 139712740178512 139713197705115 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1504] ppid=1492 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1494/task/1504/stat : 1504 (java) R 1492 1492 17093 0 -1 1077944384 374 0 0 0 1 0 0 0 20 0 15 0 64485842 14309736448 9336 18446744073709551615 4194304 4196468 140722890014048 139712739125360 139713197697666 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1505] ppid=1492 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1494/task/1505/stat : 1505 (java) R 1492 1492 17093 0 -1 4202560 403 0 0 0 1 0 0 0 20 0 15 0 64485842 14309736448 9336 18446744073709551615 4194304 4196468 140722890014048 139712738072560 139713182811958 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1506] ppid=1492 vsize=13974352 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/1494/task/1506/stat : 1506 (java) R 1492 1492 17093 0 -1 4202560 731 0 0 0 5 0 0 0 20 0 15 0 64485842 14309736448 9336 18446744073709551615 4194304 4196468 140722890014048 139712668887408 139713176176198 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1507] ppid=1492 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1507/stat : 1507 (java) S 1492 1492 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64485842 14309736448 9336 18446744073709551615 4194304 4196468 140722890014048 139712667834848 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1508] ppid=1492 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1508/stat : 1508 (java) S 1492 1492 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64485847 14309736448 9336 18446744073709551615 4194304 4196468 140722890014048 139712666782640 139713197697666 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38464 KiB

[startup+0.704255 s]
/proc/loadavg: 2.04 2.10 2.01 6/214 1508
/proc/meminfo: memFree=31393452/32770624 swapFree=67108860/67108860
[pid=1492] ppid=1489 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1492/stat : 1492 (xcsp3-exec) S 1489 1492 17093 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64485827 9740288 345 18446744073709551615 4194304 5098028 140734353997680 140734353995784 140215230743164 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 33579008 140734354002302 140734354002506 140734354002506 140734354005995 0
/proc/1492/statm: 2378 345 289 221 0 87 0
[pid=1494] ppid=1492 vsize=13980732 memory=60172 CPUtime=1.19 cores=1,3,5,7
/proc/1494/stat : 1494 (java) S 1492 1492 17093 0 -1 1077944320 12640 0 0 0 115 4 0 0 20 0 15 0 64485837 14316269568 15043 18446744073709551615 4194304 4196468 140722890014048 140722889996592 139713197686519 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
/proc/1494/statm: 3495183 15043 3180 1 0 3483476 0
[pid=1494/tid=1495] ppid=1492 vsize=13980732 memory=4612 CPUtime=0.54 cores=1,3,5,7
/proc/1494/task/1495/stat : 1495 (java) R 1492 1492 17093 0 -1 1077944384 8451 0 0 0 51 3 0 0 20 0 15 0 64485837 14316269568 15043 18446744073709551615 4194304 4196468 140722890014048 139713201923328 139713197696725 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1496] ppid=1492 vsize=13980732 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1496/stat : 1496 (java) S 1492 1492 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64485838 14316269568 15043 18446744073709551615 4194304 4196468 140722890014048 139712797350288 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1497] ppid=1492 vsize=13980732 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1497/stat : 1497 (java) S 1492 1492 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64485838 14316269568 15043 18446744073709551615 4194304 4196468 140722890014048 139712796297488 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1498] ppid=1492 vsize=13980732 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1498/stat : 1498 (java) S 1492 1492 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64485838 14316269568 15043 18446744073709551615 4194304 4196468 140722890014048 139712795245200 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1499] ppid=1492 vsize=13980732 memory=12200 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1499/stat : 1499 (java) S 1492 1492 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64485838 14316269568 15043 18446744073709551615 4194304 4196468 140722890014048 139712794192400 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1500] ppid=1492 vsize=13980732 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1500/stat : 1500 (java) S 1492 1492 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 64485839 14316269568 15043 18446744073709551615 4194304 4196468 140722890014048 139712743336560 139713197697666 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1501] ppid=1492 vsize=13980732 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1501/stat : 1501 (java) S 1492 1492 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64485839 14316269568 15043 18446744073709551615 4194304 4196468 140722890014048 139712742282528 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1502] ppid=1492 vsize=13980732 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1502/stat : 1502 (java) S 1492 1492 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64485840 14316269568 15043 18446744073709551615 4194304 4196468 140722890014048 139712741230192 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1503] ppid=1492 vsize=13980732 memory=796 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1503/stat : 1503 (java) S 1492 1492 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64485842 14316269568 15043 18446744073709551615 4194304 4196468 140722890014048 139712740178512 139713197705115 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1504] ppid=1492 vsize=13980732 memory=10960 CPUtime=0.18 cores=1,3,5,7
/proc/1494/task/1504/stat : 1504 (java) S 1492 1492 17093 0 -1 1077944384 758 0 0 0 18 0 0 0 20 0 15 0 64485842 14316269568 15043 18446744073709551615 4194304 4196468 140722890014048 139712739125360 139713197697666 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1505] ppid=1492 vsize=13980732 memory=15876 CPUtime=0.19 cores=1,3,5,7
/proc/1494/task/1505/stat : 1505 (java) R 1492 1492 17093 0 -1 4202560 891 0 0 0 19 0 0 0 20 0 15 0 64485842 14316269568 15043 18446744073709551615 4194304 4196468 140722890014048 139712738063888 139713177096288 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1506] ppid=1492 vsize=13980732 memory=4048 CPUtime=0.25 cores=1,3,5,7
/proc/1494/task/1506/stat : 1506 (java) S 1492 1492 17093 0 -1 1077944384 1233 0 0 0 25 0 0 0 20 0 15 0 64485842 14316269568 15043 18446744073709551615 4194304 4196468 140722890014048 139712668887408 139713197697666 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1507] ppid=1492 vsize=13980732 memory=20552 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1507/stat : 1507 (java) S 1492 1492 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64485842 14316269568 15043 18446744073709551615 4194304 4196468 140722890014048 139712667834848 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1508] ppid=1492 vsize=13980732 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1508/stat : 1508 (java) S 1492 1492 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64485847 14316269568 15043 18446744073709551615 4194304 4196468 140722890014048 139712666782640 139713197697666 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 61552 KiB

[startup+1.50087 s]
/proc/loadavg: 2.12 2.11 2.01 5/214 1508
/proc/meminfo: memFree=31367780/32770624 swapFree=67108860/67108860
[pid=1492] ppid=1489 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1492/stat : 1492 (xcsp3-exec) S 1489 1492 17093 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64485827 9740288 345 18446744073709551615 4194304 5098028 140734353997680 140734353995784 140215230743164 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 33579008 140734354002302 140734354002506 140734354002506 140734354005995 0
/proc/1492/statm: 2378 345 289 221 0 87 0
[pid=1494] ppid=1492 vsize=13980732 memory=81628 CPUtime=3.65 cores=1,3,5,7
/proc/1494/stat : 1494 (java) S 1492 1492 17093 0 -1 1077944320 22154 0 0 0 359 6 0 0 20 0 15 0 64485837 14316269568 20407 18446744073709551615 4194304 4196468 140722890014048 140722889996592 139713197686519 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
/proc/1494/statm: 3495183 20407 3193 1 0 3483476 0
[pid=1494/tid=1495] ppid=1492 vsize=13980732 memory=0 CPUtime=1.34 cores=1,3,5,7
/proc/1494/task/1495/stat : 1495 (java) R 1492 1492 17093 0 -1 4202560 8865 0 0 0 131 3 0 0 20 0 15 0 64485837 14316269568 20407 18446744073709551615 4194304 4196468 140722890014048 139713201921888 139712823308872 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1496] ppid=1492 vsize=13980732 memory=6485400618202 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1496/stat : 1496 (java) S 1492 1492 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64485838 14316269568 20407 18446744073709551615 4194304 4196468 140722890014048 139712797350288 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1497] ppid=1492 vsize=13980732 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1497/stat : 1497 (java) S 1492 1492 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64485838 14316269568 20407 18446744073709551615 4194304 4196468 140722890014048 139712796297488 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1498] ppid=1492 vsize=13980732 memory=15254848484411052 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1498/stat : 1498 (java) S 1492 1492 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64485838 14316269568 20407 18446744073709551615 4194304 4196468 140722890014048 139712795245200 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1499] ppid=1492 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1499/stat : 1499 (java) S 1492 1492 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64485838 14316269568 20407 18446744073709551615 4194304 4196468 140722890014048 139712794192400 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1500] ppid=1492 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1500/stat : 1500 (java) S 1492 1492 17093 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 64485839 14316269568 20407 18446744073709551615 4194304 4196468 140722890014048 139712743336560 139713197697666 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1501] ppid=1492 vsize=13980732 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1501/stat : 1501 (java) S 1492 1492 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64485839 14316269568 20407 18446744073709551615 4194304 4196468 140722890014048 139712742282528 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1502] ppid=1492 vsize=13980732 memory=4080 CPUtime=0 cores=1,3,5,7

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

/proc/1494/task/1502/stat : 1502 (java) S 1492 1492 17093 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 64485840 14316269568 49927 18446744073709551615 4194304 4196468 140722890014048 139712741230192 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1503] ppid=1492 vsize=13980732 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1503/stat : 1503 (java) S 1492 1492 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64485842 14316269568 49927 18446744073709551615 4194304 4196468 140722890014048 139712740178512 139713197705115 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1504] ppid=1492 vsize=13980732 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/1494/task/1504/stat : 1504 (java) S 1492 1492 17093 0 -1 1077944384 9114 0 0 0 146 1 0 0 20 0 15 0 64485842 14316269568 49927 18446744073709551615 4194304 4196468 140722890014048 139712739125360 139713197697666 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1505] ppid=1492 vsize=13980732 memory=1380 CPUtime=1.44 cores=1,3,5,7
/proc/1494/task/1505/stat : 1505 (java) S 1492 1492 17093 0 -1 1077944384 7902 0 0 0 143 1 0 0 20 0 15 0 64485842 14316269568 49927 18446744073709551615 4194304 4196468 140722890014048 139712738072560 139713197697666 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1506] ppid=1492 vsize=13980732 memory=196428 CPUtime=0.4 cores=1,3,5,7
/proc/1494/task/1506/stat : 1506 (java) S 1492 1492 17093 0 -1 1077944384 4993 0 0 0 40 0 0 0 20 0 15 0 64485842 14316269568 49927 18446744073709551615 4194304 4196468 140722890014048 139712668887408 139713197697666 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1507] ppid=1492 vsize=13980732 memory=199708 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1507/stat : 1507 (java) S 1492 1492 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64485842 14316269568 49927 18446744073709551615 4194304 4196468 140722890014048 139712667834848 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1508] ppid=1492 vsize=13980732 memory=1380 CPUtime=0.01 cores=1,3,5,7
/proc/1494/task/1508/stat : 1508 (java) S 1492 1492 17093 0 -1 1077944384 573 0 0 0 0 1 0 0 20 0 15 0 64485847 14316269568 49927 18446744073709551615 4194304 4196468 140722890014048 139712666782640 139713197697666 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 14 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
Current children cumulated CPU time: 105.55 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 201088 KiB

[startup+162.301 s]
/proc/loadavg: 2.03 2.06 2.01 3/211 1591
/proc/meminfo: memFree=31209876/32770624 swapFree=67108860/67108860
[pid=1492] ppid=1489 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1492/stat : 1492 (xcsp3-exec) S 1489 1492 17093 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64485827 9740288 345 18446744073709551615 4194304 5098028 140734353997680 140734353995784 140215230743164 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 33579008 140734354002302 140734354002506 140734354002506 140734354005995 0
/proc/1492/statm: 2378 345 289 221 0 87 0
[pid=1494] ppid=1492 vsize=13980732 memory=198172 CPUtime=165.6 cores=1,3,5,7
/proc/1494/stat : 1494 (java) S 1492 1492 17093 0 -1 1077944320 42800 0 0 0 16547 13 0 0 20 0 15 0 64485837 14316269568 49543 18446744073709551615 4194304 4196468 140722890014048 140722889996592 139713197686519 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
/proc/1494/statm: 3495183 49543 3233 1 0 3483476 0
[pid=1494/tid=1495] ppid=1492 vsize=13980732 memory=198172 CPUtime=162.09 cores=1,3,5,7
/proc/1494/task/1495/stat : 1495 (java) R 1492 1492 17093 0 -1 4202560 13247 0 0 0 16204 5 0 0 20 0 15 0 64485837 14316269568 49543 18446744073709551615 4194304 4196468 140722890014048 139713201926192 139712823027753 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1496] ppid=1492 vsize=13980732 memory=198172 CPUtime=0.01 cores=1,3,5,7
/proc/1494/task/1496/stat : 1496 (java) S 1492 1492 17093 0 -1 1077944384 310 0 0 0 1 0 0 0 20 0 15 0 64485838 14316269568 49543 18446744073709551615 4194304 4196468 140722890014048 139712797350288 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1497] ppid=1492 vsize=13980732 memory=1380 CPUtime=0.01 cores=1,3,5,7
/proc/1494/task/1497/stat : 1497 (java) S 1492 1492 17093 0 -1 1077944384 1394 0 0 0 1 0 0 0 20 0 15 0 64485838 14316269568 49543 18446744073709551615 4194304 4196468 140722890014048 139712796297488 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1498] ppid=1492 vsize=13980732 memory=198172 CPUtime=0.01 cores=1,3,5,7
/proc/1494/task/1498/stat : 1498 (java) S 1492 1492 17093 0 -1 1077944384 688 0 0 0 1 0 0 0 20 0 15 0 64485838 14316269568 49543 18446744073709551615 4194304 4196468 140722890014048 139712795245200 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1499] ppid=1492 vsize=13980732 memory=198172 CPUtime=0.01 cores=1,3,5,7
/proc/1494/task/1499/stat : 1499 (java) S 1492 1492 17093 0 -1 1077944384 780 0 0 0 1 0 0 0 20 0 15 0 64485838 14316269568 49543 18446744073709551615 4194304 4196468 140722890014048 139712794192400 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1500] ppid=1492 vsize=13980732 memory=1380 CPUtime=0.01 cores=1,3,5,7
/proc/1494/task/1500/stat : 1500 (java) S 1492 1492 17093 0 -1 1077944384 1157 0 0 0 1 0 0 0 20 0 15 0 64485839 14316269568 49543 18446744073709551615 4194304 4196468 140722890014048 139712743336560 139713197697666 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1501] ppid=1492 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1501/stat : 1501 (java) S 1492 1492 17093 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 64485839 14316269568 49543 18446744073709551615 4194304 4196468 140722890014048 139712742282528 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1502] ppid=1492 vsize=13980732 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1502/stat : 1502 (java) S 1492 1492 17093 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 64485840 14316269568 49543 18446744073709551615 4194304 4196468 140722890014048 139712741230192 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1503] ppid=1492 vsize=13980732 memory=198172 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1503/stat : 1503 (java) S 1492 1492 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64485842 14316269568 49543 18446744073709551615 4194304 4196468 140722890014048 139712740178512 139713197705115 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1504] ppid=1492 vsize=13980732 memory=10960 CPUtime=1.47 cores=1,3,5,7
/proc/1494/task/1504/stat : 1504 (java) S 1492 1492 17093 0 -1 1077944384 9121 0 0 0 146 1 0 0 20 0 15 0 64485842 14316269568 49543 18446744073709551615 4194304 4196468 140722890014048 139712739125360 139713197697666 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1505] ppid=1492 vsize=13980732 memory=12200 CPUtime=1.46 cores=1,3,5,7
/proc/1494/task/1505/stat : 1505 (java) S 1492 1492 17093 0 -1 1077944384 8896 0 0 0 145 1 0 0 20 0 15 0 64485842 14316269568 49543 18446744073709551615 4194304 4196468 140722890014048 139712738072560 139713197697666 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1506] ppid=1492 vsize=13980732 memory=1992 CPUtime=0.41 cores=1,3,5,7
/proc/1494/task/1506/stat : 1506 (java) S 1492 1492 17093 0 -1 1077944384 5245 0 0 0 41 0 0 0 20 0 15 0 64485842 14316269568 49543 18446744073709551615 4194304 4196468 140722890014048 139712668887408 139713197697666 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1507] ppid=1492 vsize=13980732 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1507/stat : 1507 (java) S 1492 1492 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64485842 14316269568 49543 18446744073709551615 4194304 4196468 140722890014048 139712667834848 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1508] ppid=1492 vsize=13980732 memory=1380 CPUtime=0.03 cores=1,3,5,7
/proc/1494/task/1508/stat : 1508 (java) S 1492 1492 17093 0 -1 1077944384 603 0 0 0 1 2 0 0 20 0 15 0 64485847 14316269568 49543 18446744073709551615 4194304 4196468 140722890014048 139712666782640 139713197697666 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 14 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
Current children cumulated CPU time: 165.6 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 199552 KiB

[startup+222.301 s]
/proc/loadavg: 1.86 2.00 1.99 3/211 1593
/proc/meminfo: memFree=31245920/32770624 swapFree=67108860/67108860
[pid=1492] ppid=1489 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1492/stat : 1492 (xcsp3-exec) S 1489 1492 17093 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64485827 9740288 345 18446744073709551615 4194304 5098028 140734353997680 140734353995784 140215230743164 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 33579008 140734354002302 140734354002506 140734354002506 140734354005995 0
/proc/1492/statm: 2378 345 289 221 0 87 0
[pid=1494] ppid=1492 vsize=13980732 memory=187452 CPUtime=225.63 cores=1,3,5,7
/proc/1494/stat : 1494 (java) S 1492 1492 17093 0 -1 1077944320 44922 0 0 0 22549 14 0 0 20 0 15 0 64485837 14316269568 46863 18446744073709551615 4194304 4196468 140722890014048 140722889996592 139713197686519 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
/proc/1494/statm: 3495183 46863 3233 1 0 3483476 0
[pid=1494/tid=1495] ppid=1492 vsize=13980732 memory=187452 CPUtime=222.07 cores=1,3,5,7
/proc/1494/task/1495/stat : 1495 (java) R 1492 1492 17093 0 -1 4202560 13825 0 0 0 22202 5 0 0 20 0 15 0 64485837 14316269568 46863 18446744073709551615 4194304 4196468 140722890014048 139713201925168 139712824593566 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1496] ppid=1492 vsize=13980732 memory=1380 CPUtime=0.01 cores=1,3,5,7
/proc/1494/task/1496/stat : 1496 (java) S 1492 1492 17093 0 -1 1077944384 322 0 0 0 1 0 0 0 20 0 15 0 64485838 14316269568 46863 18446744073709551615 4194304 4196468 140722890014048 139712797350288 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1497] ppid=1492 vsize=13980732 memory=1380 CPUtime=0.01 cores=1,3,5,7
/proc/1494/task/1497/stat : 1497 (java) S 1492 1492 17093 0 -1 1077944384 1465 0 0 0 1 0 0 0 20 0 15 0 64485838 14316269568 46863 18446744073709551615 4194304 4196468 140722890014048 139712796297488 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1498] ppid=1492 vsize=13980732 memory=4028 CPUtime=0.01 cores=1,3,5,7
/proc/1494/task/1498/stat : 1498 (java) S 1492 1492 17093 0 -1 1077944384 1033 0 0 0 1 0 0 0 20 0 15 0 64485838 14316269568 46863 18446744073709551615 4194304 4196468 140722890014048 139712795245200 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1499] ppid=1492 vsize=13980732 memory=36432 CPUtime=0.01 cores=1,3,5,7
/proc/1494/task/1499/stat : 1499 (java) S 1492 1492 17093 0 -1 1077944384 833 0 0 0 1 0 0 0 20 0 15 0 64485838 14316269568 46863 18446744073709551615 4194304 4196468 140722890014048 139712794192400 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1500] ppid=1492 vsize=13980732 memory=192068 CPUtime=0.02 cores=1,3,5,7
/proc/1494/task/1500/stat : 1500 (java) S 1492 1492 17093 0 -1 1077944384 1392 0 0 0 2 0 0 0 20 0 15 0 64485839 14316269568 46863 18446744073709551615 4194304 4196468 140722890014048 139712743336560 139713197697666 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1501] ppid=1492 vsize=13980732 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1501/stat : 1501 (java) S 1492 1492 17093 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 64485839 14316269568 46863 18446744073709551615 4194304 4196468 140722890014048 139712742282528 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1502] ppid=1492 vsize=13980732 memory=189504 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1502/stat : 1502 (java) S 1492 1492 17093 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 64485840 14316269568 46863 18446744073709551615 4194304 4196468 140722890014048 139712741230192 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1503] ppid=1492 vsize=13980732 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1503/stat : 1503 (java) S 1492 1492 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64485842 14316269568 46863 18446744073709551615 4194304 4196468 140722890014048 139712740178512 139713197705115 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1504] ppid=1492 vsize=13980732 memory=192068 CPUtime=1.47 cores=1,3,5,7
/proc/1494/task/1504/stat : 1504 (java) S 1492 1492 17093 0 -1 1077944384 9125 0 0 0 146 1 0 0 20 0 15 0 64485842 14316269568 46863 18446744073709551615 4194304 4196468 140722890014048 139712739125360 139713197697666 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1505] ppid=1492 vsize=13980732 memory=281194597001840 CPUtime=1.46 cores=1,3,5,7
/proc/1494/task/1505/stat : 1505 (java) S 1492 1492 17093 0 -1 1077944384 8899 0 0 0 145 1 0 0 20 0 15 0 64485842 14316269568 46863 18446744073709551615 4194304 4196468 140722890014048 139712738072560 139713197697666 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1506] ppid=1492 vsize=13980732 memory=189504 CPUtime=0.41 cores=1,3,5,7
/proc/1494/task/1506/stat : 1506 (java) S 1492 1492 17093 0 -1 1077944384 6044 0 0 0 41 0 0 0 20 0 15 0 64485842 14316269568 46863 18446744073709551615 4194304 4196468 140722890014048 139712668887408 139713197697666 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1507] ppid=1492 vsize=13980732 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1507/stat : 1507 (java) S 1492 1492 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64485842 14316269568 46863 18446744073709551615 4194304 4196468 140722890014048 139712667834848 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1508] ppid=1492 vsize=13980732 memory=189504 CPUtime=0.03 cores=1,3,5,7
/proc/1494/task/1508/stat : 1508 (java) S 1492 1492 17093 0 -1 1077944384 625 0 0 0 1 2 0 0 20 0 15 0 64485847 14316269568 46863 18446744073709551615 4194304 4196468 140722890014048 139712666782640 139713197697666 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 14 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
Current children cumulated CPU time: 225.63 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 188832 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.75 1.97 1.98 3/211 1593
/proc/meminfo: memFree=31252812/32770624 swapFree=67108860/67108860
[pid=1492] ppid=1489 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1492/stat : 1492 (xcsp3-exec) S 1489 1492 17093 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64485827 9740288 345 18446744073709551615 4194304 5098028 140734353997680 140734353995784 140215230743164 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 33579008 140734354002302 140734354002506 140734354002506 140734354005995 0
/proc/1492/statm: 2378 345 289 221 0 87 0
[pid=1494] ppid=1492 vsize=13980732 memory=185404 CPUtime=243.34 cores=1,3,5,7
/proc/1494/stat : 1494 (java) S 1492 1492 17093 0 -1 1077944320 45249 0 0 0 24320 14 0 0 20 0 15 0 64485837 14316269568 46351 18446744073709551615 4194304 4196468 140722890014048 140722889996592 139713197686519 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
/proc/1494/statm: 3495183 46351 3233 1 0 3483476 0
[pid=1494/tid=1495] ppid=1492 vsize=13980732 memory=1398720917958146503 CPUtime=239.78 cores=1,3,5,7
/proc/1494/task/1495/stat : 1495 (java) R 1492 1492 17093 0 -1 4202560 13835 0 0 0 23973 5 0 0 20 0 15 0 64485837 14316269568 46351 18446744073709551615 4194304 4196468 140722890014048 139713201925168 139712823027693 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1496] ppid=1492 vsize=13980732 memory=4126316290023845779 CPUtime=0.01 cores=1,3,5,7
/proc/1494/task/1496/stat : 1496 (java) S 1492 1492 17093 0 -1 1077944384 322 0 0 0 1 0 0 0 20 0 15 0 64485838 14316269568 46351 18446744073709551615 4194304 4196468 140722890014048 139712797350288 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1497] ppid=1492 vsize=13980732 memory=10960 CPUtime=0.01 cores=1,3,5,7
/proc/1494/task/1497/stat : 1497 (java) S 1492 1492 17093 0 -1 1077944384 1466 0 0 0 1 0 0 0 20 0 15 0 64485838 14316269568 46351 18446744073709551615 4194304 4196468 140722890014048 139712796297488 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1498] ppid=1492 vsize=13980732 memory=15876 CPUtime=0.02 cores=1,3,5,7
/proc/1494/task/1498/stat : 1498 (java) S 1492 1492 17093 0 -1 1077944384 1035 0 0 0 2 0 0 0 20 0 15 0 64485838 14316269568 46351 18446744073709551615 4194304 4196468 140722890014048 139712795245200 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1499] ppid=1492 vsize=13980732 memory=4048 CPUtime=0.01 cores=1,3,5,7
/proc/1494/task/1499/stat : 1499 (java) S 1492 1492 17093 0 -1 1077944384 833 0 0 0 1 0 0 0 20 0 15 0 64485838 14316269568 46351 18446744073709551615 4194304 4196468 140722890014048 139712794192400 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1500] ppid=1492 vsize=13980732 memory=20552 CPUtime=0.02 cores=1,3,5,7
/proc/1494/task/1500/stat : 1500 (java) S 1492 1492 17093 0 -1 1077944384 1394 0 0 0 2 0 0 0 20 0 15 0 64485839 14316269568 46351 18446744073709551615 4194304 4196468 140722890014048 139712743336560 139713197697666 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1501] ppid=1492 vsize=13980732 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1501/stat : 1501 (java) S 1492 1492 17093 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 64485839 14316269568 46351 18446744073709551615 4194304 4196468 140722890014048 139712742282528 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1502] ppid=1492 vsize=13980732 memory=640 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1502/stat : 1502 (java) S 1492 1492 17093 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 64485840 14316269568 46351 18446744073709551615 4194304 4196468 140722890014048 139712741230192 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1503] ppid=1492 vsize=13980732 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1503/stat : 1503 (java) S 1492 1492 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64485842 14316269568 46351 18446744073709551615 4194304 4196468 140722890014048 139712740178512 139713197705115 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1504] ppid=1492 vsize=13980732 memory=1228 CPUtime=1.47 cores=1,3,5,7
/proc/1494/task/1504/stat : 1504 (java) S 1492 1492 17093 0 -1 1077944384 9125 0 0 0 146 1 0 0 20 0 15 0 64485842 14316269568 46351 18446744073709551615 4194304 4196468 140722890014048 139712739125360 139713197697666 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1505] ppid=1492 vsize=13980732 memory=12200 CPUtime=1.47 cores=1,3,5,7
/proc/1494/task/1505/stat : 1505 (java) S 1492 1492 17093 0 -1 1077944384 9209 0 0 0 146 1 0 0 20 0 15 0 64485842 14316269568 46351 18446744073709551615 4194304 4196468 140722890014048 139712738072560 139713197697666 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1506] ppid=1492 vsize=13980732 memory=1992 CPUtime=0.41 cores=1,3,5,7
/proc/1494/task/1506/stat : 1506 (java) S 1492 1492 17093 0 -1 1077944384 6044 0 0 0 41 0 0 0 20 0 15 0 64485842 14316269568 46351 18446744073709551615 4194304 4196468 140722890014048 139712668887408 139713197697666 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1507] ppid=1492 vsize=13980732 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/1494/task/1507/stat : 1507 (java) S 1492 1492 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64485842 14316269568 46351 18446744073709551615 4194304 4196468 140722890014048 139712667834848 139713197696725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
[pid=1494/tid=1508] ppid=1492 vsize=13980732 memory=1000 CPUtime=0.04 cores=1,3,5,7
/proc/1494/task/1508/stat : 1508 (java) S 1492 1492 17093 0 -1 1077944384 627 0 0 0 1 3 0 0 20 0 15 0 64485847 14316269568 46351 18446744073709551615 4194304 4196468 140722890014048 139712666782640 139713197697666 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 14 0 0 6293624 6294260 36569088 140722890019255 140722890019430 140722890019430 140722890022863 0
Current children cumulated CPU time: 243.34 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 186784 KiB

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

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

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

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

Child status: 143
Real time (s): 240.022
CPU time (s): 243.372
CPU user time (s): 243.223
CPU system time (s): 0.149054
CPU usage (%): 101.396
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 203640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 243.223
system time used= 0.149054
maximum resident set size= 204308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46159
page faults= 0
swaps= 0
block input operations= 0
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7712
involuntary context switches= 146


# summary of solver processes directly reported to runsolver:
#   pid: 1492,1494
#   total CPU time (s): 243.372
#   total CPU user time (s): 243.223
#   total CPU system time (s): 0.149054

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.54734 second user time and 1.98047 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 13:01:17
IDJOB=4270339
IDBENCH=135675
IDSOLVER=2661
FILE ID=node127/4270339-1502622925
RUNJOBID= node127-1502615937-28321
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n20/TravellingSalesman-20-30-18.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4270339-1502622925/watcher-4270339-1502622925 -o /tmp/evaluation-result-4270339-1502622925/solver-4270339-1502622925 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502615937-28321 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1811926818 HOME/instance-4270339-1502622925.xml

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

MD5SUM BENCH= 42f1d058d9b6109346b78f68a037a5c1
RANDOM SEED=1811926818

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
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:        31432112 kB
MemAvailable:   31856228 kB
Buffers:          191084 kB
Cached:           529268 kB
SwapCached:            0 kB
Active:           714876 kB
Inactive:         193548 kB
Active(anon):     137500 kB
Inactive(anon):    83888 kB
Active(file):     577376 kB
Inactive(file):   109660 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7948 kB
Writeback:            12 kB
AnonPages:        308372 kB
Mapped:            60104 kB
Shmem:             33444 kB
Slab:             131396 kB
SReclaimable:     105828 kB
SUnreclaim:        25568 kB
KernelStack:        3632 kB
PageTables:         5824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1184512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    221184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node127 at 2017-08-13 13:05:17