Trace number 4292269

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.7 seq (493a269)SAT (TO)93 2400.07 2394.21

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-15-30-00_c18.xml
MD5SUM0f9f8d62bc132272af22ef8ddad99d7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark93
Best CPU time to get the best result obtained on this benchmark83.0667
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size31
Distribution of domain sizes[{"size":15,"count":15},{"size":31,"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 -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4292269-1532585044.xml"  -tl '2400s' -p 1 -x 0
0.12/0.17	c Choco 493a269
0.12/0.17	c [HOME/instance-4292269-1532585044.xml, -tl, 2400s, -p, 1, -x, 0]
0.12/0.21	c simple solver
0.33/0.27	c parse instance...
0.71/0.47	c solve instance...
1.04/0.54	o 163 
1.04/0.55	o 154 
1.04/0.56	o 148 
1.04/0.56	o 146 
1.04/0.57	o 131 
1.04/0.59	o 127 
1.04/0.60	o 123 
1.04/0.60	o 121 
1.04/0.60	o 112 
1.04/0.60	o 110 
1.35/0.61	o 107 
1.35/0.61	o 106 
1.35/0.63	o 95 
1.35/0.63	o 93 
2400.05/2394.20	s SATISFIABLE
2400.05/2394.20	v <instantiation>
2400.05/2394.20	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>
2400.05/2394.20	v 	<values>0 1 4 6 11 12 13 14 10 8 9 7 5 3 2 7 4 8 8 1 8 15 7 5 9 4 8 5 2 2 </values>
2400.05/2394.20	v </instantiation>
2400.05/2394.20	c Unexpected resolution interruption!

Verifier Data

OK	93

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292269-1532585044/watcher-4292269-1532585044 -o /tmp/evaluation-result-4292269-1532585044/solver-4292269-1532585044 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532582652-2054 --watchdog 2560 HOME/xcsp3-exec -seed 1332475203 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292269-1532585044.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=2592, runsolver pid=2589
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 1.92 1.54 1.28 4/218 2608
/proc/meminfo: memFree=20284496/32770624 swapFree=67108860/67108860
[pid=2592] ppid=2589 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2592/stat : 2592 (xcsp3-exec) S 2589 2592 2022 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 76067626 115843072 363 33554432000 4194304 5098028 140729426054880 140729426052984 139994101068412 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8929280 140729426056250 140729426056452 140729426056452 140729426059210 0
/proc/2592/statm: 28282 363 306 221 0 87 0
[pid=2594] ppid=2592 vsize=14082840 memory=28716 CPUtime=0.12 cores=1,3,5,7
/proc/2594/stat : 2594 (java) S 2592 2592 2022 0 -1 1077944320 5551 0 0 0 11 1 0 0 20 0 15 0 76067627 14420828160 7179 33554432000 4194304 4196468 140734210235120 140734210217664 139866403868407 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
/proc/2594/statm: 3520710 7179 2998 1 0 3483008 0
[pid=2594/tid=2595] ppid=2592 vsize=14082840 memory=7828845631208919899 CPUtime=0.09 cores=1,3,5,7
/proc/2594/task/2595/stat : 2595 (java) R 2592 2592 2022 0 -1 4202560 3551 0 0 0 8 1 0 0 20 0 15 0 76067627 14420828160 7179 33554432000 4194304 4196468 140734210235120 139866408101680 139866030486349 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2596] ppid=2592 vsize=14082840 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2596/stat : 2596 (java) S 2592 2592 2022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76067628 14420828160 7179 33554432000 4194304 4196468 140734210235120 139866356489104 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2597] ppid=2592 vsize=14082840 memory=140481519376000 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2597/stat : 2597 (java) S 2592 2592 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76067628 14420828160 7179 33554432000 4194304 4196468 140734210235120 139866355436304 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2598] ppid=2592 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2598/stat : 2598 (java) S 2592 2592 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76067628 14420828160 7179 33554432000 4194304 4196468 140734210235120 139866354384016 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2599] ppid=2592 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2599/stat : 2599 (java) S 2592 2592 2022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76067628 14420828160 7179 33554432000 4194304 4196468 140734210235120 139866353331216 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2600] ppid=2592 vsize=14082840 memory=140481519376000 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2600/stat : 2600 (java) S 2592 2592 2022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76067629 14420828160 7179 33554432000 4194304 4196468 140734210235120 139865877370992 139866403879554 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2601] ppid=2592 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2601/stat : 2601 (java) S 2592 2592 2022 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 76067629 14420828160 7179 33554432000 4194304 4196468 140734210235120 139865876316960 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2602] ppid=2592 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2602/stat : 2602 (java) S 2592 2592 2022 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76067630 14420828160 7179 33554432000 4194304 4196468 140734210235120 139865875264624 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2603] ppid=2592 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2603/stat : 2603 (java) S 2592 2592 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76067632 14420828160 7179 33554432000 4194304 4196468 140734210235120 139865874212944 139866403887003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2604] ppid=2592 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2604/stat : 2604 (java) S 2592 2592 2022 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 76067632 14420828160 7179 33554432000 4194304 4196468 140734210235120 139865873160816 139866403879554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2605] ppid=2592 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2605/stat : 2605 (java) S 2592 2592 2022 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 76067632 14420828160 7179 33554432000 4194304 4196468 140734210235120 139865872108016 139866403879554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2606] ppid=2592 vsize=14082840 memory=140481519376000 CPUtime=0.01 cores=1,3,5,7
/proc/2594/task/2606/stat : 2606 (java) R 2592 2592 2022 0 -1 4202560 327 0 0 0 1 0 0 0 20 0 15 0 76067632 14420828160 7179 33554432000 4194304 4196468 140734210235120 139865871055728 139866396965243 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2607] ppid=2592 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2607/stat : 2607 (java) S 2592 2592 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76067632 14420828160 7179 33554432000 4194304 4196468 140734210235120 139865870003168 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2608] ppid=2592 vsize=14082840 memory=140481519376000 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2608/stat : 2608 (java) S 2592 2592 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76067632 14420828160 7179 33554432000 4194304 4196468 140734210235120 139865868949936 139866403879554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 30168 KiB

[startup+0.21073 s]*
/proc/loadavg: 1.92 1.54 1.28 4/218 2608
/proc/meminfo: memFree=20272812/32770624 swapFree=67108860/67108860
[pid=2592] ppid=2589 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2592/stat : 2592 (xcsp3-exec) S 2589 2592 2022 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 76067626 115843072 363 33554432000 4194304 5098028 140729426054880 140729426052984 139994101068412 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8929280 140729426056250 140729426056452 140729426056452 140729426059210 0
/proc/2592/statm: 28282 363 306 221 0 87 0
[pid=2594] ppid=2592 vsize=14087096 memory=41080 CPUtime=0.33 cores=1,3,5,7
/proc/2594/stat : 2594 (java) S 2592 2592 2022 0 -1 1077944320 8334 0 0 0 31 2 0 0 20 0 15 0 76067627 14425186304 10270 33554432000 4194304 4196468 140734210235120 140734210217664 139866403868407 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
/proc/2594/statm: 3521774 10270 3164 1 0 3483008 0
[pid=2594/tid=2595] ppid=2592 vsize=14087096 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/2594/task/2595/stat : 2595 (java) R 2592 2592 2022 0 -1 4202560 5459 0 0 0 18 1 0 0 20 0 15 0 76067627 14425186304 10270 33554432000 4194304 4196468 140734210235120 139866408089400 139866387948894 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2596] ppid=2592 vsize=14087096 memory=12678 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2596/stat : 2596 (java) S 2592 2592 2022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76067628 14425186304 10270 33554432000 4194304 4196468 140734210235120 139866356489104 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2597] ppid=2592 vsize=14087096 memory=140481519720974 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2597/stat : 2597 (java) S 2592 2592 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76067628 14425186304 10270 33554432000 4194304 4196468 140734210235120 139866355436304 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2598] ppid=2592 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2598/stat : 2598 (java) S 2592 2592 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76067628 14425186304 10270 33554432000 4194304 4196468 140734210235120 139866354384016 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2599] ppid=2592 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2599/stat : 2599 (java) S 2592 2592 2022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76067628 14425186304 10270 33554432000 4194304 4196468 140734210235120 139866353331216 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2600] ppid=2592 vsize=14087096 memory=140481519376000 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2600/stat : 2600 (java) S 2592 2592 2022 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76067629 14425186304 10270 33554432000 4194304 4196468 140734210235120 139865877370992 139866403879554 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2601] ppid=2592 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2601/stat : 2601 (java) S 2592 2592 2022 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 76067629 14425186304 10270 33554432000 4194304 4196468 140734210235120 139865876316960 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2602] ppid=2592 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2602/stat : 2602 (java) S 2592 2592 2022 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76067630 14425186304 10270 33554432000 4194304 4196468 140734210235120 139865875264624 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2603] ppid=2592 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2603/stat : 2603 (java) S 2592 2592 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76067632 14425186304 10270 33554432000 4194304 4196468 140734210235120 139865874212944 139866403887003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2604] ppid=2592 vsize=14087096 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2594/task/2604/stat : 2604 (java) R 2592 2592 2022 0 -1 1077944384 347 0 0 0 2 0 0 0 20 0 15 0 76067632 14425186304 10270 33554432000 4194304 4196468 140734210235120 139865873160816 139866403879554 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2605] ppid=2592 vsize=14087096 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/2594/task/2605/stat : 2605 (java) R 2592 2592 2022 0 -1 1077944384 461 0 0 0 2 0 0 0 20 0 15 0 76067632 14425186304 10270 33554432000 4194304 4196468 140734210235120 139865872108016 139866403879554 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2606] ppid=2592 vsize=14087096 memory=140481519376000 CPUtime=0.07 cores=1,3,5,7
/proc/2594/task/2606/stat : 2606 (java) S 2592 2592 2022 0 -1 1077944384 764 0 0 0 7 0 0 0 20 0 15 0 76067632 14425186304 10270 33554432000 4194304 4196468 140734210235120 139865871055728 139866403879554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2607] ppid=2592 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2607/stat : 2607 (java) S 2592 2592 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76067632 14425186304 10270 33554432000 4194304 4196468 140734210235120 139865870003168 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2608] ppid=2592 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2608/stat : 2608 (java) S 2592 2592 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76067632 14425186304 10270 33554432000 4194304 4196468 140734210235120 139865868949936 139866403879554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 42532 KiB

[startup+0.310605 s]*
/proc/loadavg: 1.92 1.54 1.28 3/218 2608
/proc/meminfo: memFree=20266104/32770624 swapFree=67108860/67108860
[pid=2592] ppid=2589 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2592/stat : 2592 (xcsp3-exec) S 2589 2592 2022 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 76067626 115843072 363 33554432000 4194304 5098028 140729426054880 140729426052984 139994101068412 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8929280 140729426056250 140729426056452 140729426056452 140729426059210 0
/proc/2592/statm: 28282 363 306 221 0 87 0
[pid=2594] ppid=2592 vsize=14087096 memory=48060 CPUtime=0.5 cores=1,3,5,7
/proc/2594/stat : 2594 (java) S 2592 2592 2022 0 -1 1077944320 9129 0 0 0 48 2 0 0 20 0 15 0 76067627 14425186304 12015 33554432000 4194304 4196468 140734210235120 140734210217664 139866403868407 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
/proc/2594/statm: 3521774 12015 3240 1 0 3483008 0
[pid=2594/tid=2595] ppid=2592 vsize=14087096 memory=8112282956445269571 CPUtime=0.3 cores=1,3,5,7
/proc/2594/task/2595/stat : 2595 (java) R 2592 2592 2022 0 -1 4202560 6162 0 0 0 28 2 0 0 20 0 15 0 76067627 14425186304 12015 33554432000 4194304 4196468 140734210235120 139866408099520 139866403880342 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2596] ppid=2592 vsize=14087096 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2596/stat : 2596 (java) S 2592 2592 2022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76067628 14425186304 12015 33554432000 4194304 4196468 140734210235120 139866356489104 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2597] ppid=2592 vsize=14087096 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2597/stat : 2597 (java) S 2592 2592 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76067628 14425186304 12015 33554432000 4194304 4196468 140734210235120 139866355436304 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2598] ppid=2592 vsize=14087096 memory=-3620173217431270332 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2598/stat : 2598 (java) S 2592 2592 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76067628 14425186304 12015 33554432000 4194304 4196468 140734210235120 139866354384016 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2599] ppid=2592 vsize=14087096 memory=6944877668250776994 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2599/stat : 2599 (java) S 2592 2592 2022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76067628 14425186304 12015 33554432000 4194304 4196468 140734210235120 139866353331216 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2600] ppid=2592 vsize=14087096 memory=-9001733975035308135 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2600/stat : 2600 (java) S 2592 2592 2022 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76067629 14425186304 12015 33554432000 4194304 4196468 140734210235120 139865877370992 139866403879554 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2601] ppid=2592 vsize=14087096 memory=6944656591801717918 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2601/stat : 2601 (java) S 2592 2592 2022 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 76067629 14425186304 12015 33554432000 4194304 4196468 140734210235120 139865876316960 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2602] ppid=2592 vsize=14087096 memory=8514701219730523551 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2602/stat : 2602 (java) S 2592 2592 2022 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76067630 14425186304 12015 33554432000 4194304 4196468 140734210235120 139865875264624 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2603] ppid=2592 vsize=14087096 memory=8226496019563506588 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2603/stat : 2603 (java) S 2592 2592 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76067632 14425186304 12015 33554432000 4194304 4196468 140734210235120 139865874212944 139866403887003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2604] ppid=2592 vsize=14087096 memory=8325818968683490714 CPUtime=0.04 cores=1,3,5,7
/proc/2594/task/2604/stat : 2604 (java) S 2592 2592 2022 0 -1 1077944384 359 0 0 0 4 0 0 0 20 0 15 0 76067632 14425186304 12015 33554432000 4194304 4196468 140734210235120 139865873160816 139866403879554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2605] ppid=2592 vsize=14087096 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/2594/task/2605/stat : 2605 (java) S 2592 2592 2022 0 -1 1077944384 471 0 0 0 4 0 0 0 20 0 15 0 76067632 14425186304 12015 33554432000 4194304 4196468 140734210235120 139865872108016 139866403879554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2606] ppid=2592 vsize=14087096 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/2594/task/2606/stat : 2606 (java) R 2592 2592 2022 0 -1 4202560 835 0 0 0 12 0 0 0 20 0 15 0 76067632 14425186304 12015 33554432000 4194304 4196468 140734210235120 139865871055728 139866403889754 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2607] ppid=2592 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2607/stat : 2607 (java) S 2592 2592 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76067632 14425186304 12015 33554432000 4194304 4196468 140734210235120 139865870003168 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2608] ppid=2592 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2608/stat : 2608 (java) S 2592 2592 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76067632 14425186304 12015 33554432000 4194304 4196468 140734210235120 139865868949936 139866403879554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 49512 KiB

[startup+0.701001 s]
/proc/loadavg: 1.92 1.54 1.28 5/218 2608
/proc/meminfo: memFree=20252060/32770624 swapFree=67108860/67108860
[pid=2592] ppid=2589 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2592/stat : 2592 (xcsp3-exec) S 2589 2592 2022 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 76067626 115843072 363 33554432000 4194304 5098028 140729426054880 140729426052984 139994101068412 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8929280 140729426056250 140729426056452 140729426056452 140729426059210 0
/proc/2592/statm: 28282 363 306 221 0 87 0
[pid=2594] ppid=2592 vsize=14089220 memory=67232 CPUtime=1.63 cores=1,3,5,7
/proc/2594/stat : 2594 (java) S 2592 2592 2022 0 -1 1077944320 12488 0 0 0 159 4 0 0 20 0 15 0 76067627 14427361280 16808 33554432000 4194304 4196468 140734210235120 140734210217664 139866403868407 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
/proc/2594/statm: 3522305 16808 3343 1 0 3483520 0
[pid=2594/tid=2595] ppid=2592 vsize=14089220 memory=22816 CPUtime=0.67 cores=1,3,5,7
/proc/2594/task/2595/stat : 2595 (java) R 2592 2592 2022 0 -1 4202560 6978 0 0 0 64 3 0 0 20 0 15 0 76067627 14427361280 16808 33554432000 4194304 4196468 140734210235120 139866408107848 139866032849576 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2596] ppid=2592 vsize=14089220 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2596/stat : 2596 (java) S 2592 2592 2022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76067628 14427361280 16808 33554432000 4194304 4196468 140734210235120 139866356489104 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2597] ppid=2592 vsize=14089220 memory=2412 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2597/stat : 2597 (java) S 2592 2592 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76067628 14427361280 16808 33554432000 4194304 4196468 140734210235120 139866355436304 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2598] ppid=2592 vsize=14089220 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2598/stat : 2598 (java) S 2592 2592 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76067628 14427361280 16808 33554432000 4194304 4196468 140734210235120 139866354384016 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2599] ppid=2592 vsize=14089220 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2599/stat : 2599 (java) S 2592 2592 2022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76067628 14427361280 16808 33554432000 4194304 4196468 140734210235120 139866353331216 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2600] ppid=2592 vsize=14089220 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2600/stat : 2600 (java) S 2592 2592 2022 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76067629 14427361280 16808 33554432000 4194304 4196468 140734210235120 139865877370992 139866403879554 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2601] ppid=2592 vsize=14089220 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2601/stat : 2601 (java) S 2592 2592 2022 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 76067629 14427361280 16808 33554432000 4194304 4196468 140734210235120 139865876316960 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2602] ppid=2592 vsize=14089220 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2602/stat : 2602 (java) S 2592 2592 2022 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76067630 14427361280 16808 33554432000 4194304 4196468 140734210235120 139865875264624 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2603] ppid=2592 vsize=14089220 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2603/stat : 2603 (java) S 2592 2592 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76067632 14427361280 16808 33554432000 4194304 4196468 140734210235120 139865874212944 139866403887003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2604] ppid=2592 vsize=14089220 memory=12032 CPUtime=0.31 cores=1,3,5,7
/proc/2594/task/2604/stat : 2604 (java) R 2592 2592 2022 0 -1 4202560 1204 0 0 0 31 0 0 0 20 0 15 0 76067632 14427361280 16808 33554432000 4194304 4196468 140734210235120 139865873150736 139866387774573 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2605] ppid=2592 vsize=14089220 memory=1008 CPUtime=0.33 cores=1,3,5,7
/proc/2594/task/2605/stat : 2605 (java) R 2592 2592 2022 0 -1 4202560 1333 0 0 0 33 0 0 0 20 0 15 0 76067632 14427361280 16808 33554432000 4194304 4196468 140734210235120 139865872107200 139866385044487 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2606] ppid=2592 vsize=14089220 memory=792 CPUtime=0.3 cores=1,3,5,7
/proc/2594/task/2606/stat : 2606 (java) S 2592 2592 2022 0 -1 1077944384 1664 0 0 0 30 0 0 0 20 0 15 0 76067632 14427361280 16808 33554432000 4194304 4196468 140734210235120 139865871055728 139866403879554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2607] ppid=2592 vsize=14089220 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2607/stat : 2607 (java) S 2592 2592 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76067632 14427361280 16808 33554432000 4194304 4196468 140734210235120 139865870003168 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2608] ppid=2592 vsize=14089220 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2608/stat : 2608 (java) S 2592 2592 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76067632 14427361280 16808 33554432000 4194304 4196468 140734210235120 139865868949936 139866403879554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 68684 KiB

[startup+1.50086 s]
/proc/loadavg: 2.01 1.57 1.29 5/218 2608
/proc/meminfo: memFree=20241948/32770624 swapFree=67108860/67108860
[pid=2592] ppid=2589 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2592/stat : 2592 (xcsp3-exec) S 2589 2592 2022 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 76067626 115843072 363 33554432000 4194304 5098028 140729426054880 140729426052984 139994101068412 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8929280 140729426056250 140729426056452 140729426056452 140729426059210 0
/proc/2592/statm: 28282 363 306 221 0 87 0

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

/proc/2594/task/2602/stat : 2602 (java) S 2592 2592 2022 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 76067630 14427361280 58586 33554432000 4194304 4196468 140734210235120 139865875264624 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2603] ppid=2592 vsize=14089220 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2603/stat : 2603 (java) S 2592 2592 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76067632 14427361280 58586 33554432000 4194304 4196468 140734210235120 139865874212944 139866403887003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2604] ppid=2592 vsize=14089220 memory=22856 CPUtime=1.61 cores=1,3,5,7
/proc/2594/task/2604/stat : 2604 (java) S 2592 2592 2022 0 -1 1077944384 11012 0 0 0 160 1 0 0 20 0 15 0 76067632 14427361280 58586 33554432000 4194304 4196468 140734210235120 139865873160816 139866403879554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 26 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2605] ppid=2592 vsize=14089220 memory=1452 CPUtime=1.58 cores=1,3,5,7
/proc/2594/task/2605/stat : 2605 (java) S 2592 2592 2022 0 -1 1077944384 11775 0 0 0 157 1 0 0 20 0 15 0 76067632 14427361280 58586 33554432000 4194304 4196468 140734210235120 139865872108016 139866403879554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2606] ppid=2592 vsize=14089220 memory=234344 CPUtime=0.44 cores=1,3,5,7
/proc/2594/task/2606/stat : 2606 (java) S 2592 2592 2022 0 -1 1077944384 8378 0 0 0 43 1 0 0 20 0 15 0 76067632 14427361280 58586 33554432000 4194304 4196468 140734210235120 139865871055728 139866403879554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2607] ppid=2592 vsize=14089220 memory=234344 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2607/stat : 2607 (java) S 2592 2592 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76067632 14427361280 58586 33554432000 4194304 4196468 140734210235120 139865870003168 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2608] ppid=2592 vsize=14089220 memory=22856 CPUtime=0.46 cores=1,3,5,7
/proc/2594/task/2608/stat : 2608 (java) S 2592 2592 2022 0 -1 1077944384 884 0 0 0 17 29 0 0 20 0 15 0 76067632 14427361280 58586 33554432000 4194304 4196468 140734210235120 139865868949936 139866403879554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 24 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
Current children cumulated CPU time: 2268.06 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 235796 KiB

[startup+2322.3 s]
/proc/loadavg: 1.46 1.53 1.57 3/218 2757
/proc/meminfo: memFree=19950956/32770624 swapFree=67108860/67108860
[pid=2592] ppid=2589 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2592/stat : 2592 (xcsp3-exec) S 2589 2592 2022 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 76067626 115843072 363 33554432000 4194304 5098028 140729426054880 140729426052984 139994101068412 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8929280 140729426056250 140729426056452 140729426056452 140729426059210 0
/proc/2592/statm: 28282 363 306 221 0 87 0
[pid=2594] ppid=2592 vsize=14089220 memory=234432 CPUtime=2328.1 cores=1,3,5,7
/proc/2594/stat : 2594 (java) S 2592 2592 2022 0 -1 1077944320 70541 0 0 0 232749 61 0 0 20 0 15 0 76067627 14427361280 58608 33554432000 4194304 4196468 140734210235120 140734210217664 139866403868407 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
/proc/2594/statm: 3522305 58608 3396 1 0 3483520 0
[pid=2594/tid=2595] ppid=2592 vsize=14089220 memory=234432 CPUtime=2320.44 cores=1,3,5,7
/proc/2594/task/2595/stat : 2595 (java) R 2592 2592 2022 0 -1 4202560 21084 0 0 0 232037 7 0 0 20 0 15 0 76067627 14427361280 58608 33554432000 4194304 4196468 140734210235120 139866408107872 139866029763330 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2596] ppid=2592 vsize=14089220 memory=1452 CPUtime=0.69 cores=1,3,5,7
/proc/2594/task/2596/stat : 2596 (java) S 2592 2592 2022 0 -1 1077944384 2643 0 0 0 63 6 0 0 20 0 15 0 76067628 14427361280 58608 33554432000 4194304 4196468 140734210235120 139866356489104 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2597] ppid=2592 vsize=14089220 memory=1296 CPUtime=0.69 cores=1,3,5,7
/proc/2594/task/2597/stat : 2597 (java) S 2592 2592 2022 0 -1 1077944384 3033 0 0 0 62 7 0 0 20 0 15 0 76067628 14427361280 58608 33554432000 4194304 4196468 140734210235120 139866355436304 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2598] ppid=2592 vsize=14089220 memory=1452 CPUtime=0.68 cores=1,3,5,7
/proc/2594/task/2598/stat : 2598 (java) S 2592 2592 2022 0 -1 1077944384 2959 0 0 0 63 5 0 0 20 0 15 0 76067628 14427361280 58608 33554432000 4194304 4196468 140734210235120 139866354384016 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2599] ppid=2592 vsize=14089220 memory=1452 CPUtime=0.69 cores=1,3,5,7
/proc/2594/task/2599/stat : 2599 (java) S 2592 2592 2022 0 -1 1077944384 2708 0 0 0 62 7 0 0 20 0 15 0 76067628 14427361280 58608 33554432000 4194304 4196468 140734210235120 139866353331216 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2600] ppid=2592 vsize=14089220 memory=1452 CPUtime=0.69 cores=1,3,5,7
/proc/2594/task/2600/stat : 2600 (java) S 2592 2592 2022 0 -1 1077944384 4670 0 0 0 64 5 0 0 20 0 15 0 76067629 14427361280 58608 33554432000 4194304 4196468 140734210235120 139865877370992 139866403879554 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2601] ppid=2592 vsize=14089220 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2601/stat : 2601 (java) S 2592 2592 2022 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 76067629 14427361280 58608 33554432000 4194304 4196468 140734210235120 139865876316960 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2602] ppid=2592 vsize=14089220 memory=234432 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2602/stat : 2602 (java) S 2592 2592 2022 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 76067630 14427361280 58608 33554432000 4194304 4196468 140734210235120 139865875264624 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2603] ppid=2592 vsize=14089220 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2603/stat : 2603 (java) S 2592 2592 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76067632 14427361280 58608 33554432000 4194304 4196468 140734210235120 139865874212944 139866403887003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2604] ppid=2592 vsize=14089220 memory=2588 CPUtime=1.61 cores=1,3,5,7
/proc/2594/task/2604/stat : 2604 (java) S 2592 2592 2022 0 -1 1077944384 11014 0 0 0 160 1 0 0 20 0 15 0 76067632 14427361280 58608 33554432000 4194304 4196468 140734210235120 139865873160816 139866403879554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 26 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2605] ppid=2592 vsize=14089220 memory=2240 CPUtime=1.58 cores=1,3,5,7
/proc/2594/task/2605/stat : 2605 (java) S 2592 2592 2022 0 -1 1077944384 11777 0 0 0 157 1 0 0 20 0 15 0 76067632 14427361280 58608 33554432000 4194304 4196468 140734210235120 139865872108016 139866403879554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2606] ppid=2592 vsize=14089220 memory=234432 CPUtime=0.44 cores=1,3,5,7
/proc/2594/task/2606/stat : 2606 (java) S 2592 2592 2022 0 -1 1077944384 8380 0 0 0 43 1 0 0 20 0 15 0 76067632 14427361280 58608 33554432000 4194304 4196468 140734210235120 139865871055728 139866403879554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2607] ppid=2592 vsize=14089220 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2607/stat : 2607 (java) S 2592 2592 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76067632 14427361280 58608 33554432000 4194304 4196468 140734210235120 139865870003168 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2608] ppid=2592 vsize=14089220 memory=3240 CPUtime=0.48 cores=1,3,5,7
/proc/2594/task/2608/stat : 2608 (java) S 2592 2592 2022 0 -1 1077944384 903 0 0 0 18 30 0 0 20 0 15 0 76067632 14427361280 58608 33554432000 4194304 4196468 140734210235120 139865868949936 139866403879554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 24 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
Current children cumulated CPU time: 2328.1 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 235884 KiB

[startup+2382.3 s]
/proc/loadavg: 1.37 1.49 1.55 3/218 2758
/proc/meminfo: memFree=19944568/32770624 swapFree=67108860/67108860
[pid=2592] ppid=2589 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2592/stat : 2592 (xcsp3-exec) S 2589 2592 2022 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 76067626 115843072 363 33554432000 4194304 5098028 140729426054880 140729426052984 139994101068412 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8929280 140729426056250 140729426056452 140729426056452 140729426059210 0
/proc/2592/statm: 28282 363 306 221 0 87 0
[pid=2594] ppid=2592 vsize=14089220 memory=236540 CPUtime=2388.14 cores=1,3,5,7
/proc/2594/stat : 2594 (java) S 2592 2592 2022 0 -1 1077944320 70604 0 0 0 238752 62 0 0 20 0 15 0 76067627 14427361280 59135 33554432000 4194304 4196468 140734210235120 140734210217664 139866403868407 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
/proc/2594/statm: 3522305 59135 3396 1 0 3483520 0
[pid=2594/tid=2595] ppid=2592 vsize=14089220 memory=1452 CPUtime=2380.42 cores=1,3,5,7
/proc/2594/task/2595/stat : 2595 (java) R 2592 2592 2022 0 -1 4202560 21131 0 0 0 238035 7 0 0 20 0 15 0 76067627 14427361280 59135 33554432000 4194304 4196468 140734210235120 139866408107760 139866034610467 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2596] ppid=2592 vsize=14089220 memory=236540 CPUtime=0.7 cores=1,3,5,7
/proc/2594/task/2596/stat : 2596 (java) S 2592 2592 2022 0 -1 1077944384 2644 0 0 0 64 6 0 0 20 0 15 0 76067628 14427361280 59135 33554432000 4194304 4196468 140734210235120 139866356489104 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2597] ppid=2592 vsize=14089220 memory=236540 CPUtime=0.7 cores=1,3,5,7
/proc/2594/task/2597/stat : 2597 (java) S 2592 2592 2022 0 -1 1077944384 3037 0 0 0 63 7 0 0 20 0 15 0 76067628 14427361280 59135 33554432000 4194304 4196468 140734210235120 139866355436304 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2598] ppid=2592 vsize=14089220 memory=236540 CPUtime=0.69 cores=1,3,5,7
/proc/2594/task/2598/stat : 2598 (java) S 2592 2592 2022 0 -1 1077944384 2962 0 0 0 64 5 0 0 20 0 15 0 76067628 14427361280 59135 33554432000 4194304 4196468 140734210235120 139866354384016 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2599] ppid=2592 vsize=14089220 memory=236540 CPUtime=0.7 cores=1,3,5,7
/proc/2594/task/2599/stat : 2599 (java) S 2592 2592 2022 0 -1 1077944384 2712 0 0 0 63 7 0 0 20 0 15 0 76067628 14427361280 59135 33554432000 4194304 4196468 140734210235120 139866353331216 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2600] ppid=2592 vsize=14089220 memory=1452 CPUtime=0.7 cores=1,3,5,7
/proc/2594/task/2600/stat : 2600 (java) S 2592 2592 2022 0 -1 1077944384 4672 0 0 0 65 5 0 0 20 0 15 0 76067629 14427361280 59135 33554432000 4194304 4196468 140734210235120 139865877370992 139866403879554 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2601] ppid=2592 vsize=14089220 memory=236540 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2601/stat : 2601 (java) S 2592 2592 2022 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 76067629 14427361280 59135 33554432000 4194304 4196468 140734210235120 139865876316960 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2602] ppid=2592 vsize=14089220 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2602/stat : 2602 (java) S 2592 2592 2022 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 76067630 14427361280 59135 33554432000 4194304 4196468 140734210235120 139865875264624 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2603] ppid=2592 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2603/stat : 2603 (java) S 2592 2592 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76067632 14427361280 59135 33554432000 4194304 4196468 140734210235120 139865874212944 139866403887003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2604] ppid=2592 vsize=14089220 memory=234432 CPUtime=1.62 cores=1,3,5,7
/proc/2594/task/2604/stat : 2604 (java) S 2592 2592 2022 0 -1 1077944384 11014 0 0 0 161 1 0 0 20 0 15 0 76067632 14427361280 59135 33554432000 4194304 4196468 140734210235120 139865873160816 139866403879554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 26 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2605] ppid=2592 vsize=14089220 memory=1452 CPUtime=1.58 cores=1,3,5,7
/proc/2594/task/2605/stat : 2605 (java) S 2592 2592 2022 0 -1 1077944384 11777 0 0 0 157 1 0 0 20 0 15 0 76067632 14427361280 59135 33554432000 4194304 4196468 140734210235120 139865872108016 139866403879554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2606] ppid=2592 vsize=14089220 memory=5865472782764298343 CPUtime=0.44 cores=1,3,5,7
/proc/2594/task/2606/stat : 2606 (java) S 2592 2592 2022 0 -1 1077944384 8380 0 0 0 43 1 0 0 20 0 15 0 76067632 14427361280 59135 33554432000 4194304 4196468 140734210235120 139865871055728 139866403879554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2607] ppid=2592 vsize=14089220 memory=5865472782764298343 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2607/stat : 2607 (java) S 2592 2592 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76067632 14427361280 59135 33554432000 4194304 4196468 140734210235120 139865870003168 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2608] ppid=2592 vsize=14089220 memory=1724 CPUtime=0.49 cores=1,3,5,7
/proc/2594/task/2608/stat : 2608 (java) S 2592 2592 2022 0 -1 1077944384 905 0 0 0 18 31 0 0 20 0 15 0 76067632 14427361280 59135 33554432000 4194304 4196468 140734210235120 139865868949936 139866403879554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 24 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
Current children cumulated CPU time: 2388.14 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 237992 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2394.2 s]
/proc/loadavg: 1.40 1.49 1.55 3/218 2759
/proc/meminfo: memFree=19944328/32770624 swapFree=67108860/67108860
[pid=2592] ppid=2589 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2592/stat : 2592 (xcsp3-exec) S 2589 2592 2022 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 76067626 115843072 363 33554432000 4194304 5098028 140729426054880 140729426052984 139994101068412 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8929280 140729426056250 140729426056452 140729426056452 140729426059210 0
/proc/2592/statm: 28282 363 306 221 0 87 0
[pid=2594] ppid=2592 vsize=14089220 memory=236540 CPUtime=2400.05 cores=1,3,5,7
/proc/2594/stat : 2594 (java) S 2592 2592 2022 0 -1 1077944320 70614 0 0 0 239943 62 0 0 20 0 15 0 76067627 14427361280 59135 33554432000 4194304 4196468 140734210235120 140734210217664 139866403868407 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
/proc/2594/statm: 3522305 59135 3396 1 0 3483520 0
[pid=2594/tid=2595] ppid=2592 vsize=14089220 memory=18484 CPUtime=2392.31 cores=1,3,5,7
/proc/2594/task/2595/stat : 2595 (java) R 2592 2592 2022 0 -1 4202560 21135 0 0 0 239224 7 0 0 20 0 15 0 76067627 14427361280 59135 33554432000 4194304 4196468 140734210235120 139866408108112 139866032849368 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2596] ppid=2592 vsize=14089220 memory=0 CPUtime=0.71 cores=1,3,5,7
/proc/2594/task/2596/stat : 2596 (java) S 2592 2592 2022 0 -1 1077944384 2644 0 0 0 65 6 0 0 20 0 15 0 76067628 14427361280 59135 33554432000 4194304 4196468 140734210235120 139866356489104 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2597] ppid=2592 vsize=14089220 memory=151599460649504 CPUtime=0.71 cores=1,3,5,7
/proc/2594/task/2597/stat : 2597 (java) S 2592 2592 2022 0 -1 1077944384 3037 0 0 0 64 7 0 0 20 0 15 0 76067628 14427361280 59135 33554432000 4194304 4196468 140734210235120 139866355436304 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2598] ppid=2592 vsize=14089220 memory=8112282956445269571 CPUtime=0.69 cores=1,3,5,7
/proc/2594/task/2598/stat : 2598 (java) S 2592 2592 2022 0 -1 1077944384 2963 0 0 0 64 5 0 0 20 0 15 0 76067628 14427361280 59135 33554432000 4194304 4196468 140734210235120 139866354384016 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2599] ppid=2592 vsize=14089220 memory=5865472782764298343 CPUtime=0.7 cores=1,3,5,7
/proc/2594/task/2599/stat : 2599 (java) S 2592 2592 2022 0 -1 1077944384 2713 0 0 0 63 7 0 0 20 0 15 0 76067628 14427361280 59135 33554432000 4194304 4196468 140734210235120 139866353331216 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2600] ppid=2592 vsize=14089220 memory=5865472782764298343 CPUtime=0.7 cores=1,3,5,7
/proc/2594/task/2600/stat : 2600 (java) S 2592 2592 2022 0 -1 1077944384 4674 0 0 0 65 5 0 0 20 0 15 0 76067629 14427361280 59135 33554432000 4194304 4196468 140734210235120 139865877370992 139866403879554 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2601] ppid=2592 vsize=14089220 memory=5865472782764298343 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2601/stat : 2601 (java) S 2592 2592 2022 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 76067629 14427361280 59135 33554432000 4194304 4196468 140734210235120 139865876316960 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2602] ppid=2592 vsize=14089220 memory=4640467248192962661 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2602/stat : 2602 (java) S 2592 2592 2022 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 76067630 14427361280 59135 33554432000 4194304 4196468 140734210235120 139865875264624 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2603] ppid=2592 vsize=14089220 memory=5859271421084325224 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2603/stat : 2603 (java) S 2592 2592 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76067632 14427361280 59135 33554432000 4194304 4196468 140734210235120 139865874212944 139866403887003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2604] ppid=2592 vsize=14089220 memory=6935649255759568960 CPUtime=1.62 cores=1,3,5,7
/proc/2594/task/2604/stat : 2604 (java) S 2592 2592 2022 0 -1 1077944384 11014 0 0 0 161 1 0 0 20 0 15 0 76067632 14427361280 59135 33554432000 4194304 4196468 140734210235120 139865873160816 139866403879554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 26 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2605] ppid=2592 vsize=14089220 memory=7306616936474502502 CPUtime=1.58 cores=1,3,5,7
/proc/2594/task/2605/stat : 2605 (java) S 2592 2592 2022 0 -1 1077944384 11777 0 0 0 157 1 0 0 20 0 15 0 76067632 14427361280 59135 33554432000 4194304 4196468 140734210235120 139865872108016 139866403879554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2606] ppid=2592 vsize=14089220 memory=6155129131226255716 CPUtime=0.44 cores=1,3,5,7
/proc/2594/task/2606/stat : 2606 (java) S 2592 2592 2022 0 -1 1077944384 8380 0 0 0 43 1 0 0 20 0 15 0 76067632 14427361280 59135 33554432000 4194304 4196468 140734210235120 139865871055728 139866403879554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2607] ppid=2592 vsize=14089220 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2594/task/2607/stat : 2607 (java) S 2592 2592 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76067632 14427361280 59135 33554432000 4194304 4196468 140734210235120 139865870003168 139866403878613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
[pid=2594/tid=2608] ppid=2592 vsize=14089220 memory=236540 CPUtime=0.49 cores=1,3,5,7
/proc/2594/task/2608/stat : 2608 (java) S 2592 2592 2022 0 -1 1077944384 907 0 0 0 18 31 0 0 20 0 15 0 76067632 14427361280 59135 33554432000 4194304 4196468 140734210235120 139865868949936 139866403879554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 17776640 140734210237569 140734210237745 140734210237745 140734210240463 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 237992 KiB

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

[startup+2394.21 s]
# the end of solver process 2592 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.00073 s, system=0.00146 s

[startup+2394.21 s]
# the end of solver process 2594 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.44 s, system=0.631714 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): 2394.21
CPU time (s): 2400.07
CPU user time (s): 2399.44
CPU system time (s): 0.631714
CPU usage (%): 100.245
Max. virtual memory (cumulated for all children) (KiB): 14202348
Max. memory (cumulated for all children) (KiB): 237992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.44
system time used= 0.631714
maximum resident set size= 237064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71368
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 71778
involuntary context switches= 1911


# summary of solver processes directly reported to runsolver:
#   pid: 2592,2594
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2399.44
#   total CPU system time (s): 0.631714

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1457 second user time and 20.8881 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-26 08:04:04
IDJOB=4292269
IDBENCH=141621
IDSOLVER=2747
FILE ID=node103/4292269-1532585044
RUNJOBID= node103-1532582652-2054
PBS_JOBID= 21021969
Free space on /tmp= 56524 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-15-30-00_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292269-1532585044/watcher-4292269-1532585044 -o /tmp/evaluation-result-4292269-1532585044/solver-4292269-1532585044 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532582652-2054 --watchdog 2560  HOME/xcsp3-exec -seed 1332475203 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292269-1532585044.xml

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

MD5SUM BENCH= 0f9f8d62bc132272af22ef8ddad99d7d
RANDOM SEED=1332475203

node103.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.48
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.48
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.48
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.48
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:        20302032 kB
MemAvailable:   31849780 kB
Buffers:          284616 kB
Cached:         11451060 kB
SwapCached:            0 kB
Active:          3859888 kB
Inactive:        8011652 kB
Active(anon):     138548 kB
Inactive(anon):    25192 kB
Active(file):    3721340 kB
Inactive(file):  7986460 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             20832 kB
Writeback:             0 kB
AnonPages:        140888 kB
Mapped:            53032 kB
Shmem:             25228 kB
Slab:             296736 kB
SReclaimable:     268408 kB
SUnreclaim:        28328 kB
KernelStack:        3600 kB
PageTables:         5632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1293828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56504 MiB
End job on node103 at 2018-07-26 08:43:59