Trace number 4406176

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 2019-09-24SAT (TO)105 2520.08 2509.62

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-12.xml
MD5SUMdba33b05662b19bf60999f99ad872bed
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark105
Best CPU time to get the best result obtained on this benchmark43.4909
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size32
Distribution of domain sizes[{"size":15,"count":15},{"size":32,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"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.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406176-1569410785.xml"  -tl '2520s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4406176-1569410785.xml, -tl, 2520s, -p, 1]
0.13/0.22	c simple solver
0.35/0.28	c parse instance...
0.74/0.47	c solve instance...
1.05/0.54	o 132 
1.05/0.54	o 129 
1.37/0.62	o 110 
1.37/0.64	o 109 
1.66/0.71	o 106 
1.66/0.71	o 105 
2520.06/2509.60	s SATISFIABLE
2520.06/2509.60	v <instantiation>
2520.06/2509.60	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] 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] </list>
2520.06/2509.60	v 	<values>11 8 10 14 13 12 7 3 1 2 4 5 0 6 9 10 3 8 1 4 15 6 5 4 6 5 17 10 9 2 </values>
2520.06/2509.60	v </instantiation>
2520.06/2509.60	c Unexpected resolution interruption!

Verifier Data

OK	105

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406176-1569410785/watcher-4406176-1569410785 -o /var/tmp/evaluation-result-4406176-1569410785/solver-4406176-1569410785 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1569396627-18796 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1075415014 HOME/instance-4406176-1569410785.xml 

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

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


[startup+0.100405 s]*
/proc/loadavg: 1.96 1.96 1.91 4/229 23306
/proc/meminfo: memFree=24946308/32770624 swapFree=66966900/67108860
[pid=23290] ppid=23287 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/23290/stat : 23290 (xcsp3-exec) S 23287 23290 18764 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517014901 115843072 364 33554432000 4194304 5098028 140726800074448 140726800072552 140294592176764 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23314432 140726800077654 140726800077913 140726800077913 140726800080838 0
/proc/23290/statm: 28282 364 305 221 0 87 0
[pid=23292] ppid=23290 vsize=15144776 memory=29512 CPUtime=0.13 cores=1,3,5,7
/proc/23292/stat : 23292 (java) S 23290 23290 18764 0 -1 1077944320 5731 0 0 0 12 1 0 0 20 0 15 0 517014901 15508250624 7378 33554432000 4194304 4196468 140737457877296 140737457859840 139972824567543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
/proc/23292/statm: 3786194 7378 3203 1 0 3748377 0
[pid=23292/tid=23293] ppid=23290 vsize=15144776 memory=8180089925722843723 CPUtime=0.09 cores=1,3,5,7
/proc/23292/task/23293/stat : 23293 (java) R 23290 23290 18764 0 -1 4202560 3611 0 0 0 9 0 0 0 20 0 15 0 517014902 15508250624 7378 33554432000 4194304 4196468 140737457877296 139972828798688 139972824579478 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23294] ppid=23290 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23294/stat : 23294 (java) S 23290 23290 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517014902 15508250624 7378 33554432000 4194304 4196468 140737457877296 139972416973456 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23295] ppid=23290 vsize=15144776 memory=140557918529152 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23295/stat : 23295 (java) S 23290 23290 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517014902 15508250624 7378 33554432000 4194304 4196468 140737457877296 139972415920656 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23296] ppid=23290 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23296/stat : 23296 (java) S 23290 23290 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517014902 15508250624 7378 33554432000 4194304 4196468 140737457877296 139972414867856 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23297] ppid=23290 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23297/stat : 23297 (java) S 23290 23290 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517014902 15508250624 7378 33554432000 4194304 4196468 140737457877296 139972413815056 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23298] ppid=23290 vsize=15144776 memory=140557918529152 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23298/stat : 23298 (java) S 23290 23290 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517014904 15508250624 7378 33554432000 4194304 4196468 140737457877296 139971698572144 139972824578690 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23299] ppid=23290 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23299/stat : 23299 (java) S 23290 23290 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517014904 15508250624 7378 33554432000 4194304 4196468 140737457877296 139971697518112 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23300] ppid=23290 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23300/stat : 23300 (java) S 23290 23290 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517014904 15508250624 7378 33554432000 4194304 4196468 140737457877296 139971696465264 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23301] ppid=23290 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23301/stat : 23301 (java) S 23290 23290 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517014907 15508250624 7378 33554432000 4194304 4196468 140737457877296 139971695413584 139972824586139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23302] ppid=23290 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23302/stat : 23302 (java) R 23290 23290 18764 0 -1 4202560 475 0 0 0 0 0 0 0 20 0 15 0 517014907 15508250624 7378 33554432000 4194304 4196468 140737457877296 139971694360944 139972824579478 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23303] ppid=23290 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23303/stat : 23303 (java) S 23290 23290 18764 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517014907 15508250624 7378 33554432000 4194304 4196468 140737457877296 139971693308144 139972824578690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23304] ppid=23290 vsize=15144776 memory=140557918529152 CPUtime=0.02 cores=1,3,5,7
/proc/23292/task/23304/stat : 23304 (java) R 23290 23290 18764 0 -1 4202560 332 0 0 0 2 0 0 0 20 0 15 0 517014907 15508250624 7378 33554432000 4194304 4196468 140737457877296 139971692255344 139972803486271 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23305] ppid=23290 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23305/stat : 23305 (java) S 23290 23290 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517014907 15508250624 7378 33554432000 4194304 4196468 140737457877296 139971691202784 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23306] ppid=23290 vsize=15144776 memory=140557918529152 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23306/stat : 23306 (java) S 23290 23290 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517014907 15508250624 7378 33554432000 4194304 4196468 140737457877296 139971690151088 139972824578690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30968 KiB

[startup+0.214445 s]*
/proc/loadavg: 1.96 1.96 1.91 4/229 23306
/proc/meminfo: memFree=24933792/32770624 swapFree=66966900/67108860
[pid=23290] ppid=23287 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/23290/stat : 23290 (xcsp3-exec) S 23287 23290 18764 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517014901 115843072 364 33554432000 4194304 5098028 140726800074448 140726800072552 140294592176764 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23314432 140726800077654 140726800077913 140726800077913 140726800080838 0
/proc/23290/statm: 28282 364 305 221 0 87 0
[pid=23292] ppid=23290 vsize=15144776 memory=40728 CPUtime=0.35 cores=1,3,5,7
/proc/23292/stat : 23292 (java) S 23290 23290 18764 0 -1 1077944320 9377 0 0 0 33 2 0 0 20 0 15 0 517014901 15508250624 10182 33554432000 4194304 4196468 140737457877296 140737457859840 139972824567543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
/proc/23292/statm: 3786194 10182 3306 1 0 3748377 0
[pid=23292/tid=23293] ppid=23290 vsize=15145800 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/23292/task/23293/stat : 23293 (java) R 23290 23290 18764 0 -1 4202560 6612 0 0 0 19 1 0 0 20 0 15 0 517014902 15509299200 10182 33554432000 4194304 4196468 140737457877296 139972828791712 139972817247261 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23294] ppid=23290 vsize=15145800 memory=9276 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23294/stat : 23294 (java) S 23290 23290 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517014902 15509299200 10182 33554432000 4194304 4196468 140737457877296 139972416973456 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23295] ppid=23290 vsize=15145800 memory=4267501741173637152 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23295/stat : 23295 (java) S 23290 23290 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517014902 15509299200 10182 33554432000 4194304 4196468 140737457877296 139972415920656 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23296] ppid=23290 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23296/stat : 23296 (java) S 23290 23290 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517014902 15508250624 10205 33554432000 4194304 4196468 140737457877296 139972414867856 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23297] ppid=23290 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23297/stat : 23297 (java) S 23290 23290 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517014902 15508250624 10205 33554432000 4194304 4196468 140737457877296 139972413815056 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23298] ppid=23290 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23298/stat : 23298 (java) S 23290 23290 18764 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517014904 15508250624 10205 33554432000 4194304 4196468 140737457877296 139971698572144 139972824578690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23299] ppid=23290 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23299/stat : 23299 (java) S 23290 23290 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517014904 15508250624 10205 33554432000 4194304 4196468 140737457877296 139971697518112 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23300] ppid=23290 vsize=15146892 memory=140557918529152 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23300/stat : 23300 (java) S 23290 23290 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517014904 15510417408 10205 33554432000 4194304 4196468 140737457877296 139971696465264 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23301] ppid=23290 vsize=15146892 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23301/stat : 23301 (java) S 23290 23290 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517014907 15510417408 10205 33554432000 4194304 4196468 140737457877296 139971695413584 139972824586139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23302] ppid=23290 vsize=15146892 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/23292/task/23302/stat : 23302 (java) S 23290 23290 18764 0 -1 1077944384 612 0 0 0 3 0 0 0 20 0 15 0 517014907 15510417408 10205 33554432000 4194304 4196468 140737457877296 139971694360944 139972824578690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23303] ppid=23290 vsize=15146892 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/23292/task/23303/stat : 23303 (java) S 23290 23290 18764 0 -1 1077944384 43 0 0 0 1 0 0 0 20 0 15 0 517014907 15510417408 10205 33554432000 4194304 4196468 140737457877296 139971693308144 139972824578690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23304] ppid=23290 vsize=15149032 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23292/task/23304/stat : 23304 (java) S 23290 23290 18764 0 -1 1077944384 804 0 0 0 8 0 0 0 20 0 15 0 517014907 15512608768 10208 33554432000 4194304 4196468 140737457877296 139971692255344 139972824578690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23305] ppid=23290 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23305/stat : 23305 (java) S 23290 23290 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517014907 15512608768 10208 33554432000 4194304 4196468 140737457877296 139971691202784 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23306] ppid=23290 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23306/stat : 23306 (java) S 23290 23290 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517014907 15512608768 10208 33554432000 4194304 4196468 140737457877296 139971690151088 139972824578690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42184 KiB

[startup+0.310672 s]*
/proc/loadavg: 1.96 1.96 1.91 4/229 23306
/proc/meminfo: memFree=24925912/32770624 swapFree=66966900/67108860
[pid=23290] ppid=23287 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/23290/stat : 23290 (xcsp3-exec) S 23287 23290 18764 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517014901 115843072 364 33554432000 4194304 5098028 140726800074448 140726800072552 140294592176764 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23314432 140726800077654 140726800077913 140726800077913 140726800080838 0
/proc/23290/statm: 28282 364 305 221 0 87 0
[pid=23292] ppid=23290 vsize=15149032 memory=49592 CPUtime=0.53 cores=1,3,5,7
/proc/23292/stat : 23292 (java) S 23290 23290 18764 0 -1 1077944320 10807 0 0 0 50 3 0 0 20 0 15 0 517014901 15512608768 12398 33554432000 4194304 4196468 140737457877296 140737457859840 139972824567543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
/proc/23292/statm: 3787258 12398 3353 1 0 3748377 0
[pid=23292/tid=23293] ppid=23290 vsize=15149032 memory=8389772277269004345 CPUtime=0.29 cores=1,3,5,7
/proc/23292/task/23293/stat : 23293 (java) R 23290 23290 18764 0 -1 4202560 7767 0 0 0 27 2 0 0 20 0 15 0 517014902 15512608768 12398 33554432000 4194304 4196468 140737457877296 139972828798368 139972824589469 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23294] ppid=23290 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23294/stat : 23294 (java) S 23290 23290 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517014902 15512608768 12398 33554432000 4194304 4196468 140737457877296 139972416973456 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23295] ppid=23290 vsize=15149032 memory=3763099678124802080 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23295/stat : 23295 (java) S 23290 23290 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517014902 15512608768 12398 33554432000 4194304 4196468 140737457877296 139972415920656 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23296] ppid=23290 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23296/stat : 23296 (java) S 23290 23290 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517014902 15512608768 12398 33554432000 4194304 4196468 140737457877296 139972414867856 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23297] ppid=23290 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23297/stat : 23297 (java) S 23290 23290 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517014902 15512608768 12398 33554432000 4194304 4196468 140737457877296 139972413815056 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23298] ppid=23290 vsize=15149032 memory=140557918529152 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23298/stat : 23298 (java) S 23290 23290 18764 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517014904 15512608768 12398 33554432000 4194304 4196468 140737457877296 139971698572144 139972824578690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23299] ppid=23290 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23299/stat : 23299 (java) S 23290 23290 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517014904 15512608768 12398 33554432000 4194304 4196468 140737457877296 139971697518112 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23300] ppid=23290 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23300/stat : 23300 (java) S 23290 23290 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517014904 15512608768 12398 33554432000 4194304 4196468 140737457877296 139971696465264 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23301] ppid=23290 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23301/stat : 23301 (java) S 23290 23290 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517014907 15512608768 12398 33554432000 4194304 4196468 140737457877296 139971695413584 139972824586139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23302] ppid=23290 vsize=15149032 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/23292/task/23302/stat : 23302 (java) S 23290 23290 18764 0 -1 1077944384 723 0 0 0 6 0 0 0 20 0 15 0 517014907 15512608768 12398 33554432000 4194304 4196468 140737457877296 139971694360944 139972824578690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23303] ppid=23290 vsize=15149032 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/23292/task/23303/stat : 23303 (java) S 23290 23290 18764 0 -1 1077944384 55 0 0 0 3 0 0 0 20 0 15 0 517014907 15512608768 12398 33554432000 4194304 4196468 140737457877296 139971693308144 139972824578690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23304] ppid=23290 vsize=15149032 memory=140557918529152 CPUtime=0.13 cores=1,3,5,7
/proc/23292/task/23304/stat : 23304 (java) S 23290 23290 18764 0 -1 1077944384 954 0 0 0 13 0 0 0 20 0 15 0 517014907 15512608768 12398 33554432000 4194304 4196468 140737457877296 139971692255344 139972824578690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23305] ppid=23290 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23305/stat : 23305 (java) S 23290 23290 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517014907 15512608768 12398 33554432000 4194304 4196468 140737457877296 139971691202784 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23306] ppid=23290 vsize=15149032 memory=140557918529152 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23306/stat : 23306 (java) S 23290 23290 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517014907 15512608768 12398 33554432000 4194304 4196468 140737457877296 139971690151088 139972824578690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51048 KiB

[startup+0.70122 s]
/proc/loadavg: 1.96 1.96 1.91 6/229 23306
/proc/meminfo: memFree=24908348/32770624 swapFree=66966900/67108860
[pid=23290] ppid=23287 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/23290/stat : 23290 (xcsp3-exec) S 23287 23290 18764 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517014901 115843072 364 33554432000 4194304 5098028 140726800074448 140726800072552 140294592176764 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23314432 140726800077654 140726800077913 140726800077913 140726800080838 0
/proc/23290/statm: 28282 364 305 221 0 87 0
[pid=23292] ppid=23290 vsize=15151156 memory=81760 CPUtime=1.66 cores=1,3,5,7
/proc/23292/stat : 23292 (java) S 23290 23290 18764 0 -1 1077944320 17227 0 0 0 161 5 0 0 20 0 15 0 517014901 15514783744 20440 33554432000 4194304 4196468 140737457877296 140737457859840 139972824567543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
/proc/23292/statm: 3787789 20440 3458 1 0 3748889 0
[pid=23292/tid=23293] ppid=23290 vsize=15151156 memory=2120 CPUtime=0.68 cores=1,3,5,7
/proc/23292/task/23293/stat : 23293 (java) R 23290 23290 18764 0 -1 4202560 8687 0 0 0 65 3 0 0 20 0 15 0 517014902 15514783744 20440 33554432000 4194304 4196468 140737457877296 139972828805296 139972806431424 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23294] ppid=23290 vsize=15151156 memory=508 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23294/stat : 23294 (java) S 23290 23290 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517014902 15514783744 20440 33554432000 4194304 4196468 140737457877296 139972416973456 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23295] ppid=23290 vsize=15151156 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23295/stat : 23295 (java) S 23290 23290 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517014902 15514783744 20440 33554432000 4194304 4196468 140737457877296 139972415920656 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23296] ppid=23290 vsize=15151156 memory=932 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23296/stat : 23296 (java) S 23290 23290 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517014902 15514783744 20440 33554432000 4194304 4196468 140737457877296 139972414867856 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23297] ppid=23290 vsize=15151156 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23297/stat : 23297 (java) S 23290 23290 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517014902 15514783744 20440 33554432000 4194304 4196468 140737457877296 139972413815056 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23298] ppid=23290 vsize=15151156 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23298/stat : 23298 (java) S 23290 23290 18764 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517014904 15514783744 20440 33554432000 4194304 4196468 140737457877296 139971698572144 139972824578690 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23299] ppid=23290 vsize=15151156 memory=864 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23299/stat : 23299 (java) S 23290 23290 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517014904 15514783744 20440 33554432000 4194304 4196468 140737457877296 139971697518112 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23300] ppid=23290 vsize=15151156 memory=1976 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23300/stat : 23300 (java) S 23290 23290 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517014904 15514783744 20440 33554432000 4194304 4196468 140737457877296 139971696465264 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23301] ppid=23290 vsize=15151156 memory=7086240636128743779 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23301/stat : 23301 (java) S 23290 23290 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517014907 15514783744 20440 33554432000 4194304 4196468 140737457877296 139971695413584 139972824586139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23302] ppid=23290 vsize=15151156 memory=7453282923427948884 CPUtime=0.33 cores=1,3,5,7
/proc/23292/task/23302/stat : 23302 (java) R 23290 23290 18764 0 -1 4202560 2559 0 0 0 33 0 0 0 20 0 15 0 517014907 15514783744 20440 33554432000 4194304 4196468 140737457877296 139971694346824 139972806111665 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23303] ppid=23290 vsize=15151156 memory=4639059877604708710 CPUtime=0.29 cores=1,3,5,7
/proc/23292/task/23303/stat : 23303 (java) R 23290 23290 18764 0 -1 4202560 2388 0 0 0 29 0 0 0 20 0 15 0 517014907 15514783744 20440 33554432000 4194304 4196468 140737457877296 139971693293816 139972807954859 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23304] ppid=23290 vsize=15151156 memory=8514726395715219869 CPUtime=0.32 cores=1,3,5,7
/proc/23292/task/23304/stat : 23304 (java) R 23290 23290 18764 0 -1 4202560 2282 0 0 0 32 0 0 0 20 0 15 0 517014907 15514783744 20440 33554432000 4194304 4196468 140737457877296 139971692255344 139972805330411 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23305] ppid=23290 vsize=15151156 memory=7525629757741886052 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23305/stat : 23305 (java) S 23290 23290 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517014907 15514783744 20440 33554432000 4194304 4196468 140737457877296 139971691202784 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23306] ppid=23290 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23306/stat : 23306 (java) S 23290 23290 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517014907 15514783744 20440 33554432000 4194304 4196468 140737457877296 139971690151088 139972824578690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 83216 KiB

[startup+1.50086 s]
/proc/loadavg: 1.96 1.96 1.91 5/229 23306
/proc/meminfo: memFree=24885656/32770624 swapFree=66966900/67108860
[pid=23290] ppid=23287 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/23290/stat : 23290 (xcsp3-exec) S 23287 23290 18764 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517014901 115843072 364 33554432000 4194304 5098028 140726800074448 140726800072552 140294592176764 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23314432 140726800077654 140726800077913 140726800077913 140726800080838 0
/proc/23290/statm: 28282 364 305 221 0 87 0

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

/proc/23292/task/23300/stat : 23300 (java) S 23290 23290 18764 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 15 0 517014904 15514783744 1135568 33554432000 4194304 4196468 140737457877296 139971696465280 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23301] ppid=23290 vsize=15151156 memory=3948064 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23301/stat : 23301 (java) S 23290 23290 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517014907 15514783744 1135568 33554432000 4194304 4196468 140737457877296 139971695413584 139972824586139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23302] ppid=23290 vsize=15151156 memory=3612 CPUtime=2.31 cores=1,3,5,7
/proc/23292/task/23302/stat : 23302 (java) S 23290 23290 18764 0 -1 1077944384 17431 0 0 0 230 1 0 0 20 0 15 0 517014907 15514783744 1135568 33554432000 4194304 4196468 140737457877296 139971694360944 139972824578690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23303] ppid=23290 vsize=15151156 memory=3874040 CPUtime=2.31 cores=1,3,5,7
/proc/23292/task/23303/stat : 23303 (java) S 23290 23290 18764 0 -1 1077944384 17265 0 0 0 230 1 0 0 20 0 15 0 517014907 15514783744 1135568 33554432000 4194304 4196468 140737457877296 139971693308144 139972824578690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23304] ppid=23290 vsize=15151156 memory=1456 CPUtime=0.48 cores=1,3,5,7
/proc/23292/task/23304/stat : 23304 (java) S 23290 23290 18764 0 -1 1077944384 8482 0 0 0 47 1 0 0 20 0 15 0 517014907 15514783744 1135568 33554432000 4194304 4196468 140737457877296 139971692255344 139972824578690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23305] ppid=23290 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23305/stat : 23305 (java) S 23290 23290 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517014907 15514783744 1135568 33554432000 4194304 4196468 140737457877296 139971691202784 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23306] ppid=23290 vsize=15151156 memory=4505260 CPUtime=0.53 cores=1,3,5,7
/proc/23292/task/23306/stat : 23306 (java) S 23290 23290 18764 0 -1 1077944384 1973 0 0 0 23 30 0 0 20 0 15 0 517014907 15514783744 1135568 33554432000 4194304 4196468 140737457877296 139971690151088 139972824578690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
Current children cumulated CPU time: 2392.41 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 4543728 KiB

[startup+2442.3 s]
/proc/loadavg: 4.91 3.64 2.60 7/229 23631
/proc/meminfo: memFree=11337888/32770624 swapFree=66966900/67108860
[pid=23290] ppid=23287 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/23290/stat : 23290 (xcsp3-exec) S 23287 23290 18764 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517014901 115843072 364 33554432000 4194304 5098028 140726800074448 140726800072552 140294592176764 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23314432 140726800077654 140726800077913 140726800077913 140726800080838 0
/proc/23290/statm: 28282 364 305 221 0 87 0
[pid=23292] ppid=23290 vsize=15151156 memory=1713164 CPUtime=2452.56 cores=1,3,5,7
/proc/23292/stat : 23292 (java) S 23290 23290 18764 0 -1 1077944320 200819 0 0 0 244500 756 0 0 20 0 15 0 517014901 15514783744 428291 33554432000 4194304 4196468 140737457877296 140737457859840 139972824567543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
/proc/23292/statm: 3787789 428291 3529 1 0 3748889 0
[pid=23292/tid=23293] ppid=23290 vsize=15151156 memory=1332804 CPUtime=2438.96 cores=1,3,5,7
/proc/23292/task/23293/stat : 23293 (java) R 23290 23290 18764 0 -1 4202560 110627 0 0 0 243217 679 0 0 20 0 15 0 517014902 15514783744 428291 33554432000 4194304 4196468 140737457877296 139972828807208 139972465628559 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23294] ppid=23290 vsize=15151156 memory=1456 CPUtime=1.66 cores=1,3,5,7
/proc/23292/task/23294/stat : 23294 (java) S 23290 23290 18764 0 -1 1077944384 6523 0 0 0 160 6 0 0 20 0 15 0 517014902 15514783744 428291 33554432000 4194304 4196468 140737457877296 139972416973456 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23295] ppid=23290 vsize=15151156 memory=1598032 CPUtime=1.66 cores=1,3,5,7
/proc/23292/task/23295/stat : 23295 (java) S 23290 23290 18764 0 -1 1077944384 6660 0 0 0 159 7 0 0 20 0 15 0 517014902 15514783744 428291 33554432000 4194304 4196468 140737457877296 139972415920656 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23296] ppid=23290 vsize=15151156 memory=1674104 CPUtime=1.65 cores=1,3,5,7
/proc/23292/task/23296/stat : 23296 (java) S 23290 23290 18764 0 -1 1077944384 6455 0 0 0 159 6 0 0 20 0 15 0 517014902 15514783744 428291 33554432000 4194304 4196468 140737457877296 139972414867856 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23297] ppid=23290 vsize=15151156 memory=1456 CPUtime=1.66 cores=1,3,5,7
/proc/23292/task/23297/stat : 23297 (java) S 23290 23290 18764 0 -1 1077944384 4893 0 0 0 160 6 0 0 20 0 15 0 517014902 15514783744 428291 33554432000 4194304 4196468 140737457877296 139972413815056 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23298] ppid=23290 vsize=15151156 memory=1456 CPUtime=1.22 cores=1,3,5,7
/proc/23292/task/23298/stat : 23298 (java) S 23290 23290 18764 0 -1 1077944384 19026 0 0 0 96 26 0 0 20 0 15 0 517014904 15514783744 428291 33554432000 4194304 4196468 140737457877296 139971698572144 139972824578690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23299] ppid=23290 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23299/stat : 23299 (java) S 23290 23290 18764 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 15 0 517014904 15514783744 428291 33554432000 4194304 4196468 140737457877296 139971697518176 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23300] ppid=23290 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23300/stat : 23300 (java) S 23290 23290 18764 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 15 0 517014904 15514783744 428291 33554432000 4194304 4196468 140737457877296 139971696465280 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23301] ppid=23290 vsize=15151156 memory=878420 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23301/stat : 23301 (java) S 23290 23290 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517014907 15514783744 428291 33554432000 4194304 4196468 140737457877296 139971695413584 139972824586139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23302] ppid=23290 vsize=15151156 memory=6791534058613427641 CPUtime=2.31 cores=1,3,5,7
/proc/23292/task/23302/stat : 23302 (java) S 23290 23290 18764 0 -1 1077944384 17433 0 0 0 230 1 0 0 20 0 15 0 517014907 15514783744 428291 33554432000 4194304 4196468 140737457877296 139971694360944 139972824578690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23303] ppid=23290 vsize=15151156 memory=1196 CPUtime=2.31 cores=1,3,5,7
/proc/23292/task/23303/stat : 23303 (java) S 23290 23290 18764 0 -1 1077944384 17267 0 0 0 230 1 0 0 20 0 15 0 517014907 15514783744 428291 33554432000 4194304 4196468 140737457877296 139971693308144 139972824578690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23304] ppid=23290 vsize=15151156 memory=14012 CPUtime=0.48 cores=1,3,5,7
/proc/23292/task/23304/stat : 23304 (java) S 23290 23290 18764 0 -1 1077944384 8484 0 0 0 47 1 0 0 20 0 15 0 517014907 15514783744 428291 33554432000 4194304 4196468 140737457877296 139971692255344 139972824578690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23305] ppid=23290 vsize=15151156 memory=14080 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23305/stat : 23305 (java) S 23290 23290 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517014907 15514783744 428291 33554432000 4194304 4196468 140737457877296 139971691202784 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23306] ppid=23290 vsize=15151156 memory=1456 CPUtime=0.55 cores=1,3,5,7
/proc/23292/task/23306/stat : 23306 (java) S 23290 23290 18764 0 -1 1077944384 1992 0 0 0 24 31 0 0 20 0 15 0 517014907 15514783744 428291 33554432000 4194304 4196468 140737457877296 139971690151088 139972824578690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
Current children cumulated CPU time: 2452.56 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 1714620 KiB

[startup+2502.3 s]
/proc/loadavg: 4.58 3.75 2.70 7/229 23635
/proc/meminfo: memFree=11271508/32770624 swapFree=66966900/67108860
[pid=23290] ppid=23287 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/23290/stat : 23290 (xcsp3-exec) S 23287 23290 18764 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517014901 115843072 364 33554432000 4194304 5098028 140726800074448 140726800072552 140294592176764 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23314432 140726800077654 140726800077913 140726800077913 140726800080838 0
/proc/23290/statm: 28282 364 305 221 0 87 0
[pid=23292] ppid=23290 vsize=15151156 memory=1778948 CPUtime=2512.71 cores=1,3,5,7
/proc/23292/stat : 23292 (java) S 23290 23290 18764 0 -1 1077944320 207517 0 0 0 250462 809 0 0 20 0 15 0 517014901 15514783744 444737 33554432000 4194304 4196468 140737457877296 140737457859840 139972824567543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
/proc/23292/statm: 3787789 444737 3529 1 0 3748889 0
[pid=23292/tid=23293] ppid=23290 vsize=15151156 memory=1723464 CPUtime=2498.85 cores=1,3,5,7
/proc/23292/task/23293/stat : 23293 (java) R 23290 23290 18764 0 -1 4202560 117265 0 0 0 249154 731 0 0 20 0 15 0 517014902 15514783744 444737 33554432000 4194304 4196468 140737457877296 139972828807208 139972465821768 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23294] ppid=23290 vsize=15151156 memory=1273164 CPUtime=1.72 cores=1,3,5,7
/proc/23292/task/23294/stat : 23294 (java) S 23290 23290 18764 0 -1 1077944384 6529 0 0 0 166 6 0 0 20 0 15 0 517014902 15514783744 444737 33554432000 4194304 4196468 140737457877296 139972416973456 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23295] ppid=23290 vsize=15151156 memory=1312228 CPUtime=1.71 cores=1,3,5,7
/proc/23292/task/23295/stat : 23295 (java) S 23290 23290 18764 0 -1 1077944384 6667 0 0 0 164 7 0 0 20 0 15 0 517014902 15514783744 444737 33554432000 4194304 4196468 140737457877296 139972415920656 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23296] ppid=23290 vsize=15151156 memory=1458244 CPUtime=1.7 cores=1,3,5,7
/proc/23292/task/23296/stat : 23296 (java) S 23290 23290 18764 0 -1 1077944384 6458 0 0 0 164 6 0 0 20 0 15 0 517014902 15514783744 444737 33554432000 4194304 4196468 140737457877296 139972414867856 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23297] ppid=23290 vsize=15151156 memory=1622692 CPUtime=1.72 cores=1,3,5,7
/proc/23292/task/23297/stat : 23297 (java) S 23290 23290 18764 0 -1 1077944384 4897 0 0 0 166 6 0 0 20 0 15 0 517014902 15514783744 444737 33554432000 4194304 4196468 140737457877296 139972413815056 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23298] ppid=23290 vsize=15151156 memory=1739884 CPUtime=1.27 cores=1,3,5,7
/proc/23292/task/23298/stat : 23298 (java) S 23290 23290 18764 0 -1 1077944384 19061 0 0 0 100 27 0 0 20 0 15 0 517014904 15514783744 444737 33554432000 4194304 4196468 140737457877296 139971698572144 139972824578690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23299] ppid=23290 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23299/stat : 23299 (java) S 23290 23290 18764 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 15 0 517014904 15514783744 444737 33554432000 4194304 4196468 140737457877296 139971697518176 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23300] ppid=23290 vsize=15151156 memory=1349244 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23300/stat : 23300 (java) S 23290 23290 18764 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 15 0 517014904 15514783744 444737 33554432000 4194304 4196468 140737457877296 139971696465280 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23301] ppid=23290 vsize=15151156 memory=1583628 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23301/stat : 23301 (java) S 23290 23290 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517014907 15514783744 444737 33554432000 4194304 4196468 140737457877296 139971695413584 139972824586139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23302] ppid=23290 vsize=15151156 memory=1456 CPUtime=2.31 cores=1,3,5,7
/proc/23292/task/23302/stat : 23302 (java) S 23290 23290 18764 0 -1 1077944384 17433 0 0 0 230 1 0 0 20 0 15 0 517014907 15514783744 444737 33554432000 4194304 4196468 140737457877296 139971694360944 139972824578690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23303] ppid=23290 vsize=15151156 memory=1456 CPUtime=2.31 cores=1,3,5,7
/proc/23292/task/23303/stat : 23303 (java) S 23290 23290 18764 0 -1 1077944384 17267 0 0 0 230 1 0 0 20 0 15 0 517014907 15514783744 444737 33554432000 4194304 4196468 140737457877296 139971693308144 139972824578690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23304] ppid=23290 vsize=15151156 memory=728316 CPUtime=0.48 cores=1,3,5,7
/proc/23292/task/23304/stat : 23304 (java) S 23290 23290 18764 0 -1 1077944384 8484 0 0 0 47 1 0 0 20 0 15 0 517014907 15514783744 444737 33554432000 4194304 4196468 140737457877296 139971692255344 139972824578690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23305] ppid=23290 vsize=15151156 memory=864 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23305/stat : 23305 (java) S 23290 23290 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517014907 15514783744 444737 33554432000 4194304 4196468 140737457877296 139971691202784 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23306] ppid=23290 vsize=15151156 memory=1976 CPUtime=0.56 cores=1,3,5,7
/proc/23292/task/23306/stat : 23306 (java) S 23290 23290 18764 0 -1 1077944384 1997 0 0 0 25 31 0 0 20 0 15 0 517014907 15514783744 444737 33554432000 4194304 4196468 140737457877296 139971690151088 139972824578690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
Current children cumulated CPU time: 2512.71 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 1780404 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2509.6 s]
/proc/loadavg: 4.62 3.77 2.71 7/229 23637
/proc/meminfo: memFree=10450852/32770624 swapFree=66966900/67108860
[pid=23290] ppid=23287 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/23290/stat : 23290 (xcsp3-exec) S 23287 23290 18764 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517014901 115843072 364 33554432000 4194304 5098028 140726800074448 140726800072552 140294592176764 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23314432 140726800077654 140726800077913 140726800077913 140726800080838 0
/proc/23290/statm: 28282 364 305 221 0 87 0
[pid=23292] ppid=23290 vsize=15151156 memory=2558180 CPUtime=2520.06 cores=1,3,5,7
/proc/23292/stat : 23292 (java) S 23290 23290 18764 0 -1 1077944320 209025 0 0 0 251184 822 0 0 20 0 15 0 517014901 15514783744 639545 33554432000 4194304 4196468 140737457877296 140737457859840 139972824567543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
/proc/23292/statm: 3787789 639545 3529 1 0 3748889 0
[pid=23292/tid=23293] ppid=23290 vsize=15151156 memory=988 CPUtime=2506.14 cores=1,3,5,7
/proc/23292/task/23293/stat : 23293 (java) R 23290 23290 18764 0 -1 4202560 118408 0 0 0 249870 744 0 0 20 0 15 0 517014902 15514783744 639545 33554432000 4194304 4196468 140737457877296 139972828807208 139972465628892 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23294] ppid=23290 vsize=15151156 memory=2020 CPUtime=1.73 cores=1,3,5,7
/proc/23292/task/23294/stat : 23294 (java) S 23290 23290 18764 0 -1 1077944384 6811 0 0 0 167 6 0 0 20 0 15 0 517014902 15514783744 639545 33554432000 4194304 4196468 140737457877296 139972416973456 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23295] ppid=23290 vsize=15151156 memory=1436 CPUtime=1.72 cores=1,3,5,7
/proc/23292/task/23295/stat : 23295 (java) S 23290 23290 18764 0 -1 1077944384 6691 0 0 0 165 7 0 0 20 0 15 0 517014902 15514783744 639545 33554432000 4194304 4196468 140737457877296 139972415920656 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23296] ppid=23290 vsize=15151156 memory=776 CPUtime=1.71 cores=1,3,5,7
/proc/23292/task/23296/stat : 23296 (java) S 23290 23290 18764 0 -1 1077944384 6482 0 0 0 165 6 0 0 20 0 15 0 517014902 15514783744 639545 33554432000 4194304 4196468 140737457877296 139972414867856 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23297] ppid=23290 vsize=15151156 memory=1056 CPUtime=1.73 cores=1,3,5,7
/proc/23292/task/23297/stat : 23297 (java) S 23290 23290 18764 0 -1 1077944384 4906 0 0 0 167 6 0 0 20 0 15 0 517014902 15514783744 639545 33554432000 4194304 4196468 140737457877296 139972413815056 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23298] ppid=23290 vsize=15151156 memory=3616 CPUtime=1.27 cores=1,3,5,7
/proc/23292/task/23298/stat : 23298 (java) S 23290 23290 18764 0 -1 1077944384 19081 0 0 0 100 27 0 0 20 0 15 0 517014904 15514783744 639545 33554432000 4194304 4196468 140737457877296 139971698572144 139972824578690 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23299] ppid=23290 vsize=15151156 memory=1552 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23299/stat : 23299 (java) S 23290 23290 18764 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 15 0 517014904 15514783744 639545 33554432000 4194304 4196468 140737457877296 139971697518176 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23300] ppid=23290 vsize=15151156 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23300/stat : 23300 (java) S 23290 23290 18764 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 15 0 517014904 15514783744 639545 33554432000 4194304 4196468 140737457877296 139971696465280 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23301] ppid=23290 vsize=15151156 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23301/stat : 23301 (java) S 23290 23290 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517014907 15514783744 639545 33554432000 4194304 4196468 140737457877296 139971695413584 139972824586139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23302] ppid=23290 vsize=15151156 memory=1044 CPUtime=2.31 cores=1,3,5,7
/proc/23292/task/23302/stat : 23302 (java) S 23290 23290 18764 0 -1 1077944384 17435 0 0 0 230 1 0 0 20 0 15 0 517014907 15514783744 639545 33554432000 4194304 4196468 140737457877296 139971694360944 139972824578690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23303] ppid=23290 vsize=15151156 memory=1760 CPUtime=2.31 cores=1,3,5,7
/proc/23292/task/23303/stat : 23303 (java) S 23290 23290 18764 0 -1 1077944384 17269 0 0 0 230 1 0 0 20 0 15 0 517014907 15514783744 639545 33554432000 4194304 4196468 140737457877296 139971693308144 139972824578690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23304] ppid=23290 vsize=15151156 memory=111636 CPUtime=0.48 cores=1,3,5,7
/proc/23292/task/23304/stat : 23304 (java) S 23290 23290 18764 0 -1 1077944384 8486 0 0 0 47 1 0 0 20 0 15 0 517014907 15514783744 639545 33554432000 4194304 4196468 140737457877296 139971692255344 139972824578690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23305] ppid=23290 vsize=15151156 memory=804 CPUtime=0 cores=1,3,5,7
/proc/23292/task/23305/stat : 23305 (java) S 23290 23290 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517014907 15514783744 639545 33554432000 4194304 4196468 140737457877296 139971691202784 139972824577749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
[pid=23292/tid=23306] ppid=23290 vsize=15151156 memory=1804 CPUtime=0.56 cores=1,3,5,7
/proc/23292/task/23306/stat : 23306 (java) S 23290 23290 18764 0 -1 1077944384 1997 0 0 0 25 31 0 0 20 0 15 0 517014907 15514783744 639545 33554432000 4194304 4196468 140737457877296 139971690151088 139972824578690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 38506496 140737457886171 140737457886346 140737457886346 140737457889231 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 2559636 KiB

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

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

[startup+2509.62 s]
# the end of solver process 23292 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2511.85 s, system=8.23458 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): 2509.62
CPU time (s): 2520.08
CPU user time (s): 2511.85
CPU system time (s): 8.23458
CPU usage (%): 100.417
Max. virtual memory (cumulated for all children) (KiB): 15266412
Max. memory (cumulated for all children) (KiB): 6229900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2511.85
system time used= 8.23457
maximum resident set size= 6265308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209727
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 73041
involuntary context switches= 2299


# summary of solver processes directly reported to runsolver:
#   pid: 23290,23292
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2511.85
#   total CPU system time (s): 8.23458

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.7049 second user time and 17.6152 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-25 13:25:42
IDJOB=4406176
IDBENCH=135746
IDSOLVER=2869
FILE ID=node145/4406176-1569410785
RUNJOBID= node145-1569396627-18796
PBS_JOBID= 21705680
Free space on /var/tmp= 13492 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-12.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406176-1569410785/watcher-4406176-1569410785 -o /var/tmp/evaluation-result-4406176-1569410785/solver-4406176-1569410785 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1569396627-18796 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1075415014 HOME/instance-4406176-1569410785.xml

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

MD5SUM BENCH= dba33b05662b19bf60999f99ad872bed
RANDOM SEED=1075415014

node145.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.59
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.59
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.59
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.59
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:        24963360 kB
MemAvailable:   31149140 kB
Buffers:          180540 kB
Cached:          6156568 kB
SwapCached:        32492 kB
Active:          3758964 kB
Inactive:        3277496 kB
Active(anon):     666688 kB
Inactive(anon):    89884 kB
Active(file):    3092276 kB
Inactive(file):  3187612 kB
Unevictable:      108768 kB
Mlocked:          108768 kB
SwapTotal:      67108860 kB
SwapFree:       66966900 kB
Dirty:             26020 kB
Writeback:             0 kB
AnonPages:        524664 kB
Mapped:            71276 kB
Shmem:             48856 kB
Slab:             363940 kB
SReclaimable:     334352 kB
SUnreclaim:        29588 kB
KernelStack:        4032 kB
PageTables:         7180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2449716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    428032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13468 MiB
End job on node145 at 2019-09-25 14:07:32