Trace number 4403344

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-20SAT 10.3484 3.31276

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-xcsp2-s20a4/
TravellingSalesman-4-20-001-a4_X2.xml
MD5SUMb8ea00653452363d0c81f6ef3102e485
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.830237
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints228
Number of domains5
Minimum domain size1
Maximum domain size1001
Distribution of domain sizes[{"size":1,"count":2},{"size":20,"count":20},{"size":161,"count":19},{"size":1001,"count":20}]
Minimum variable degree1
Maximum variable degree208
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":37},{"degree":19,"count":1},{"degree":20,"count":18},{"degree":37,"count":1},{"degree":190,"count":1},{"degree":208,"count":1}]
Minimum constraint arity2
Maximum constraint arity4
Distribution of constraint arities[{"arity":2,"count":1},{"arity":3,"count":20},{"arity":4,"count":207}]
Number of extensional constraints228
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":228}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403344-1568992490.xml"  -tl '2520s' -p 4
0.10/0.19	c Choco 3fb4b153
0.10/0.19	c [HOME/instance-4403344-1568992490.xml, -tl, 2520s, -p, 4]
0.32/0.23	c 4 solvers in parallel
0.32/0.29	c parse instance...
5.81/2.15	c solve instance...
10.01/3.28	s SATISFIABLE
10.01/3.28	v <instantiation>
10.01/3.28	v 	<list>w3 w4 x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] z[0] z[1] z[2] z[3] z[4] z[5] z[6] z[7] z[8] z[9] z[10] z[11] z[12] z[13] z[14] z[15] z[16] z[17] z[18] </list>
10.01/3.28	v 	<values>160 0 10 3 16 12 4 9 5 18 8 14 13 2 15 7 1 19 6 17 20 11 13 3 1 15 6 0 5 11 2 1 2 20 7 26 0 21 0 3 15 9 16 17 32 38 38 43 54 56 57 59 79 86 112 112 133 133 136 151 160 </values>
10.01/3.28	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403344-1568992490/watcher-4403344-1568992490 -o /var/tmp/evaluation-result-4403344-1568992490/solver-4403344-1568992490 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1568983381-1916 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 426857912 HOME/instance-4403344-1568992490.xml 

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

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

solver pid=10619, runsolver pid=10616

[startup+0.100058 s]*
/proc/loadavg: 7.84 8.31 8.31 7/233 10635
/proc/meminfo: memFree=15148700/32770624 swapFree=66952608/67108860
[pid=10619] ppid=10616 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/10619/stat : 10619 (xcsp3-exec) S 10616 10619 1883 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475504609 115843072 364 33554432000 4194304 5098028 140723113170576 140723113168680 139707715015292 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27455488 140723113173847 140723113174105 140723113174105 140723113177030 0
/proc/10619/statm: 28282 364 305 221 0 87 0
[pid=10621] ppid=10619 vsize=15144776 memory=28836 CPUtime=0.1 cores=1,3,5,7
/proc/10621/stat : 10621 (java) S 10619 10619 1883 0 -1 1077944320 5614 0 0 0 9 1 0 0 20 0 15 0 475504610 15508250624 7209 33554432000 4194304 4196468 140736681939008 140736681921552 140315486981879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
/proc/10621/statm: 3786194 7209 3136 1 0 3748377 0
[pid=10621/tid=10622] ppid=10619 vsize=15144776 memory=-2698087569006908830 CPUtime=0.08 cores=1,3,5,7
/proc/10621/task/10622/stat : 10622 (java) R 10619 10619 1883 0 -1 4202560 3622 0 0 0 7 1 0 0 20 0 15 0 475504610 15508250624 7209 33554432000 4194304 4196468 140736681939008 140315491208176 140315486993814 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10623] ppid=10619 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10623/stat : 10623 (java) S 10619 10619 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475504611 15508250624 7209 33554432000 4194304 4196468 140736681939008 140315443534352 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10624] ppid=10619 vsize=15144776 memory=139768091408000 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10624/stat : 10624 (java) S 10619 10619 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475504611 15508250624 7209 33554432000 4194304 4196468 140736681939008 140315442481808 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10625] ppid=10619 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10625/stat : 10625 (java) S 10619 10619 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475504611 15508250624 7209 33554432000 4194304 4196468 140736681939008 140315077040400 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10626] ppid=10619 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10626/stat : 10626 (java) S 10619 10619 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475504611 15508250624 7209 33554432000 4194304 4196468 140736681939008 140315075987856 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10627] ppid=10619 vsize=15144776 memory=139768091408000 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10627/stat : 10627 (java) S 10619 10619 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475504612 15508250624 7209 33554432000 4194304 4196468 140736681939008 140314359593712 140315486993026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10628] ppid=10619 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10628/stat : 10628 (java) S 10619 10619 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475504612 15508250624 7209 33554432000 4194304 4196468 140736681939008 140314358539936 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10629] ppid=10619 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10629/stat : 10629 (java) S 10619 10619 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475504613 15508250624 7209 33554432000 4194304 4196468 140736681939008 140314357486832 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10630] ppid=10619 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10630/stat : 10630 (java) S 10619 10619 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475504615 15508250624 7209 33554432000 4194304 4196468 140736681939008 140314356435408 140315487000475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10631] ppid=10619 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10631/stat : 10631 (java) S 10619 10619 1883 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 475504615 15508250624 7209 33554432000 4194304 4196468 140736681939008 140314355382512 140315486993026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10632] ppid=10619 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10632/stat : 10632 (java) S 10619 10619 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475504615 15508250624 7209 33554432000 4194304 4196468 140736681939008 140314354329968 140315486993026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10633] ppid=10619 vsize=15144776 memory=139768091408000 CPUtime=0.01 cores=1,3,5,7
/proc/10621/task/10633/stat : 10633 (java) R 10619 10619 1883 0 -1 4202560 266 0 0 0 1 0 0 0 20 0 15 0 475504615 15508250624 7209 33554432000 4194304 4196468 140736681939008 140314353276912 140315486993814 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10634] ppid=10619 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10634/stat : 10634 (java) S 10619 10619 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475504615 15508250624 7209 33554432000 4194304 4196468 140736681939008 140314352224608 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10635] ppid=10619 vsize=15144776 memory=139768091408000 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10635/stat : 10635 (java) S 10619 10619 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475504617 15508250624 7209 33554432000 4194304 4196468 140736681939008 140314351172656 140315486993026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30292 KiB

[startup+0.210613 s]*
/proc/loadavg: 7.84 8.31 8.31 8/233 10635
/proc/meminfo: memFree=15135612/32770624 swapFree=66952608/67108860
[pid=10619] ppid=10616 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/10619/stat : 10619 (xcsp3-exec) S 10616 10619 1883 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475504609 115843072 364 33554432000 4194304 5098028 140723113170576 140723113168680 139707715015292 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27455488 140723113173847 140723113174105 140723113174105 140723113177030 0
/proc/10619/statm: 28282 364 305 221 0 87 0
[pid=10621] ppid=10619 vsize=15144776 memory=40728 CPUtime=0.32 cores=1,3,5,7
/proc/10621/stat : 10621 (java) S 10619 10619 1883 0 -1 1077944320 9385 0 0 0 29 3 0 0 20 0 15 0 475504610 15508250624 10182 33554432000 4194304 4196468 140736681939008 140736681921552 140315486981879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
/proc/10621/statm: 3786194 10182 3282 1 0 3748377 0
[pid=10621/tid=10622] ppid=10619 vsize=15144776 memory=7883960649037381690 CPUtime=0.18 cores=1,3,5,7
/proc/10621/task/10622/stat : 10622 (java) R 10619 10619 1883 0 -1 4202560 6536 0 0 0 16 2 0 0 20 0 15 0 475504610 15508250624 10182 33554432000 4194304 4196468 140736681939008 140315491213792 140315471062366 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10623] ppid=10619 vsize=15144776 memory=10592 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10623/stat : 10623 (java) S 10619 10619 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475504611 15508250624 10182 33554432000 4194304 4196468 140736681939008 140315443534352 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10624] ppid=10619 vsize=15144776 memory=288370144243119744 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10624/stat : 10624 (java) S 10619 10619 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475504611 15508250624 10182 33554432000 4194304 4196468 140736681939008 140315442481808 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10625] ppid=10619 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10625/stat : 10625 (java) S 10619 10619 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475504611 15508250624 10182 33554432000 4194304 4196468 140736681939008 140315077040400 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10626] ppid=10619 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10626/stat : 10626 (java) S 10619 10619 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475504611 15508250624 10182 33554432000 4194304 4196468 140736681939008 140315075987856 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10627] ppid=10619 vsize=15144776 memory=139768091408000 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10627/stat : 10627 (java) S 10619 10619 1883 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475504612 15508250624 10182 33554432000 4194304 4196468 140736681939008 140314359593712 140315486993026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10628] ppid=10619 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10628/stat : 10628 (java) S 10619 10619 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475504612 15508250624 10182 33554432000 4194304 4196468 140736681939008 140314358539936 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10629] ppid=10619 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10629/stat : 10629 (java) S 10619 10619 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475504613 15508250624 10182 33554432000 4194304 4196468 140736681939008 140314357486832 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10630] ppid=10619 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10630/stat : 10630 (java) S 10619 10619 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475504615 15508250624 10182 33554432000 4194304 4196468 140736681939008 140314356435408 140315487000475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10631] ppid=10619 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/10621/task/10631/stat : 10631 (java) R 10619 10619 1883 0 -1 4202560 719 0 0 0 2 0 0 0 20 0 15 0 475504615 15508250624 10182 33554432000 4194304 4196468 140736681939008 140314355382512 140315467683063 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10632] ppid=10619 vsize=15144776 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/10621/task/10632/stat : 10632 (java) R 10619 10619 1883 0 -1 1077944384 70 0 0 0 1 0 0 0 20 0 15 0 475504615 15508250624 10182 33554432000 4194304 4196468 140736681939008 140314354329968 140315486993026 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10633] ppid=10619 vsize=15144776 memory=139768091408000 CPUtime=0.07 cores=1,3,5,7
/proc/10621/task/10633/stat : 10633 (java) R 10619 10619 1883 0 -1 4202560 753 0 0 0 7 0 0 0 20 0 15 0 475504615 15508250624 10182 33554432000 4194304 4196468 140736681939008 140314353276720 140315465851072 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10634] ppid=10619 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10634/stat : 10634 (java) S 10619 10619 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475504615 15508250624 10182 33554432000 4194304 4196468 140736681939008 140314352224608 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10635] ppid=10619 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10635/stat : 10635 (java) S 10619 10619 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475504617 15508250624 10182 33554432000 4194304 4196468 140736681939008 140314351172656 140315486993026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42184 KiB

[startup+0.310602 s]*
/proc/loadavg: 7.84 8.31 8.31 8/233 10635
/proc/meminfo: memFree=15130364/32770624 swapFree=66952608/67108860
[pid=10619] ppid=10616 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/10619/stat : 10619 (xcsp3-exec) S 10616 10619 1883 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475504609 115843072 364 33554432000 4194304 5098028 140723113170576 140723113168680 139707715015292 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27455488 140723113173847 140723113174105 140723113174105 140723113177030 0
/proc/10619/statm: 28282 364 305 221 0 87 0
[pid=10621] ppid=10619 vsize=15149032 memory=49424 CPUtime=0.51 cores=1,3,5,7
/proc/10621/stat : 10621 (java) S 10619 10619 1883 0 -1 1077944320 10705 0 0 0 47 4 0 0 20 0 15 0 475504610 15512608768 12356 33554432000 4194304 4196468 140736681939008 140736681921552 140315486981879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
/proc/10621/statm: 3787258 12356 3322 1 0 3748377 0
[pid=10621/tid=10622] ppid=10619 vsize=15149032 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/10621/task/10622/stat : 10622 (java) R 10619 10619 1883 0 -1 4202560 7636 0 0 0 25 3 0 0 20 0 15 0 475504610 15512608768 12422 33554432000 4194304 4196468 140736681939008 140315491212992 140315471062366 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10623] ppid=10619 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10623/stat : 10623 (java) S 10619 10619 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475504611 15512608768 12422 33554432000 4194304 4196468 140736681939008 140315443534352 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10624] ppid=10619 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10624/stat : 10624 (java) S 10619 10619 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475504611 15512608768 12422 33554432000 4194304 4196468 140736681939008 140315442481808 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10625] ppid=10619 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10625/stat : 10625 (java) S 10619 10619 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475504611 15512608768 12422 33554432000 4194304 4196468 140736681939008 140315077040400 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10626] ppid=10619 vsize=15149032 memory=8547712850019655617 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10626/stat : 10626 (java) S 10619 10619 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475504611 15512608768 12422 33554432000 4194304 4196468 140736681939008 140315075987856 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10627] ppid=10619 vsize=15149032 memory=7089056485457618024 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10627/stat : 10627 (java) S 10619 10619 1883 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475504612 15512608768 12422 33554432000 4194304 4196468 140736681939008 140314359593712 140315486993026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10628] ppid=10619 vsize=15149032 memory=4209357772117481859 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10628/stat : 10628 (java) S 10619 10619 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475504612 15512608768 12422 33554432000 4194304 4196468 140736681939008 140314358539936 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10629] ppid=10619 vsize=15149032 memory=4206468019014099040 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10629/stat : 10629 (java) S 10619 10619 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475504613 15512608768 12422 33554432000 4194304 4196468 140736681939008 140314357486832 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10630] ppid=10619 vsize=15149032 memory=-8412652169205224307 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10630/stat : 10630 (java) S 10619 10619 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475504615 15512608768 12422 33554432000 4194304 4196468 140736681939008 140314356435408 140315487000475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10631] ppid=10619 vsize=15149032 memory=4426089072227881875 CPUtime=0.04 cores=1,3,5,7
/proc/10621/task/10631/stat : 10631 (java) R 10619 10619 1883 0 -1 4202560 727 0 0 0 4 0 0 0 20 0 15 0 475504615 15512608768 12422 33554432000 4194304 4196468 140736681939008 140314355382608 140315467448315 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10632] ppid=10619 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/10621/task/10632/stat : 10632 (java) R 10619 10619 1883 0 -1 4202560 191 0 0 0 4 0 0 0 20 0 15 0 475504615 15512608768 12422 33554432000 4194304 4196468 140736681939008 140314354320352 140315470482077 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10633] ppid=10619 vsize=15149032 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/10621/task/10633/stat : 10633 (java) R 10619 10619 1883 0 -1 1077944384 880 0 0 0 13 0 0 0 20 0 15 0 475504615 15512608768 12422 33554432000 4194304 4196468 140736681939008 140314353276912 140315486993026 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10634] ppid=10619 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10634/stat : 10634 (java) S 10619 10619 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475504615 15512608768 12422 33554432000 4194304 4196468 140736681939008 140314352224608 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10635] ppid=10619 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10635/stat : 10635 (java) S 10619 10619 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475504617 15512608768 12422 33554432000 4194304 4196468 140736681939008 140314351172656 140315486993026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50880 KiB

[startup+0.708666 s]
/proc/loadavg: 7.84 8.31 8.31 9/233 10635
/proc/meminfo: memFree=15102792/32770624 swapFree=66952608/67108860
[pid=10619] ppid=10616 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/10619/stat : 10619 (xcsp3-exec) S 10616 10619 1883 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475504609 115843072 364 33554432000 4194304 5098028 140723113170576 140723113168680 139707715015292 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27455488 140723113173847 140723113174105 140723113174105 140723113177030 0
/proc/10619/statm: 28282 364 305 221 0 87 0
[pid=10621] ppid=10619 vsize=15151156 memory=144820 CPUtime=1.71 cores=1,3,5,7
/proc/10621/stat : 10621 (java) S 10619 10619 1883 0 -1 1077944320 13662 0 0 0 165 6 0 0 20 0 15 0 475504610 15514783744 36205 33554432000 4194304 4196468 140736681939008 140736681921552 140315486981879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
/proc/10621/statm: 3787789 36205 3449 1 0 3748889 0
[pid=10621/tid=10622] ppid=10619 vsize=15151156 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/10621/task/10622/stat : 10622 (java) R 10619 10619 1883 0 -1 4202560 8542 0 0 0 63 5 0 0 20 0 15 0 475504610 15514783744 36205 33554432000 4194304 4196468 140736681939008 140315491201376 140315473049998 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10623] ppid=10619 vsize=15151156 memory=164 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10623/stat : 10623 (java) S 10619 10619 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475504611 15514783744 36205 33554432000 4194304 4196468 140736681939008 140315443534352 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10624] ppid=10619 vsize=15151156 memory=6154848828556269427 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10624/stat : 10624 (java) S 10619 10619 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475504611 15514783744 36717 33554432000 4194304 4196468 140736681939008 140315442481808 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10625] ppid=10619 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10625/stat : 10625 (java) S 10619 10619 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475504611 15514783744 36717 33554432000 4194304 4196468 140736681939008 140315077040400 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10626] ppid=10619 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10626/stat : 10626 (java) S 10619 10619 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475504611 15514783744 36717 33554432000 4194304 4196468 140736681939008 140315075987856 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10627] ppid=10619 vsize=15151156 memory=40292 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10627/stat : 10627 (java) S 10619 10619 1883 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475504612 15514783744 36717 33554432000 4194304 4196468 140736681939008 140314359593712 140315486993026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10628] ppid=10619 vsize=15151156 memory=988 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10628/stat : 10628 (java) S 10619 10619 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475504612 15514783744 36717 33554432000 4194304 4196468 140736681939008 140314358539936 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10629] ppid=10619 vsize=15151156 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10629/stat : 10629 (java) S 10619 10619 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475504613 15514783744 36717 33554432000 4194304 4196468 140736681939008 140314357486832 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10630] ppid=10619 vsize=15151156 memory=1284 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10630/stat : 10630 (java) S 10619 10619 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475504615 15514783744 36717 33554432000 4194304 4196468 140736681939008 140314356435408 140315487000475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10631] ppid=10619 vsize=15151156 memory=1044 CPUtime=0.33 cores=1,3,5,7
/proc/10621/task/10631/stat : 10631 (java) S 10619 10619 1883 0 -1 1077944384 1332 0 0 0 33 0 0 0 20 0 15 0 475504615 15514783744 36717 33554432000 4194304 4196468 140736681939008 140314355382512 140315486993026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10632] ppid=10619 vsize=15151156 memory=708 CPUtime=0.36 cores=1,3,5,7
/proc/10621/task/10632/stat : 10632 (java) R 10619 10619 1883 0 -1 4202560 881 0 0 0 36 0 0 0 20 0 15 0 475504615 15514783744 36717 33554432000 4194304 4196468 140736681939008 140314354315992 140315471906314 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10633] ppid=10619 vsize=15151156 memory=9364 CPUtime=0.31 cores=1,3,5,7
/proc/10621/task/10633/stat : 10633 (java) S 10619 10619 1883 0 -1 1077944384 1597 0 0 0 31 0 0 0 20 0 15 0 475504615 15514783744 36717 33554432000 4194304 4196468 140736681939008 140314353276912 140315486993026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10634] ppid=10619 vsize=15151156 memory=1120 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10634/stat : 10634 (java) S 10619 10619 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475504615 15514783744 36717 33554432000 4194304 4196468 140736681939008 140314352224608 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10635] ppid=10619 vsize=15151156 memory=776 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10635/stat : 10635 (java) S 10619 10619 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475504617 15514783744 36717 33554432000 4194304 4196468 140736681939008 140314351172656 140315486993026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 146276 KiB

[startup+1.51067 s]
/proc/loadavg: 7.84 8.31 8.31 8/233 10635
/proc/meminfo: memFree=14923732/32770624 swapFree=66952608/67108860
[pid=10619] ppid=10616 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/10619/stat : 10619 (xcsp3-exec) S 10616 10619 1883 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475504609 115843072 364 33554432000 4194304 5098028 140723113170576 140723113168680 139707715015292 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27455488 140723113173847 140723113174105 140723113174105 140723113177030 0
/proc/10619/statm: 28282 364 305 221 0 87 0
[pid=10621] ppid=10619 vsize=15151156 memory=664100 CPUtime=4.16 cores=1,3,5,7
/proc/10621/stat : 10621 (java) S 10619 10619 1883 0 -1 1077944320 16714 0 0 0 364 52 0 0 20 0 15 0 475504610 15514783744 166025 33554432000 4194304 4196468 140736681939008 140736681921552 140315486981879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
/proc/10621/statm: 3787789 166025 3498 1 0 3748889 0
[pid=10621/tid=10622] ppid=10619 vsize=15151156 memory=164 CPUtime=1.2 cores=1,3,5,7
/proc/10621/task/10622/stat : 10622 (java) S 10619 10619 1883 0 -1 1077944384 9104 0 0 0 113 7 0 0 20 0 15 0 475504610 15514783744 166025 33554432000 4194304 4196468 140736681939008 140315491220240 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10623] ppid=10619 vsize=15151156 memory=6154848828556269427 CPUtime=0.23 cores=1,3,5,7
/proc/10621/task/10623/stat : 10623 (java) R 10619 10619 1883 0 -1 4202560 275 0 0 0 13 10 0 0 20 0 15 0 475504611 15514783744 166025 33554432000 4194304 4196468 140736681939008 140315443534352 140315471932484 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10624] ppid=10619 vsize=15151156 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/10621/task/10624/stat : 10624 (java) R 10619 10619 1883 0 -1 4202560 266 0 0 0 15 10 0 0 20 0 15 0 475504611 15514783744 166025 33554432000 4194304 4196468 140736681939008 140315442482008 140315471967176 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10625] ppid=10619 vsize=15151156 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/10621/task/10625/stat : 10625 (java) R 10619 10619 1883 0 -1 4202560 259 0 0 0 15 11 0 0 20 0 15 0 475504611 15514783744 166025 33554432000 4194304 4196468 140736681939008 140315077040400 140315471935407 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10626] ppid=10619 vsize=15151156 memory=65 CPUtime=0.26 cores=1,3,5,7
/proc/10621/task/10626/stat : 10626 (java) R 10619 10619 1883 0 -1 4202560 271 0 0 0 16 10 0 0 20 0 15 0 475504611 15514783744 166025 33554432000 4194304 4196468 140736681939008 140315075988056 140315471932484 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10627] ppid=10619 vsize=15151156 memory=288230596050944315 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10627/stat : 10627 (java) S 10619 10619 1883 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 15 0 475504612 15514783744 166025 33554432000 4194304 4196468 140736681939008 140314359592032 140315486992085 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10628] ppid=10619 vsize=15151156 memory=14409341222520948 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10628/stat : 10628 (java) S 10619 10619 1883 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 475504612 15514783744 166025 33554432000 4194304 4196468 140736681939008 140314358540000 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10629] ppid=10619 vsize=15151156 memory=1120 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10629/stat : 10629 (java) S 10619 10619 1883 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 475504613 15514783744 166025 33554432000 4194304 4196468 140736681939008 140314357486848 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10630] ppid=10619 vsize=15151156 memory=776 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10630/stat : 10630 (java) S 10619 10619 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475504615 15514783744 166025 33554432000 4194304 4196468 140736681939008 140314356435408 140315487000475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10631] ppid=10619 vsize=15151156 memory=279535933337520 CPUtime=0.72 cores=1,3,5,7
/proc/10621/task/10631/stat : 10631 (java) S 10619 10619 1883 0 -1 1077944384 1835 0 0 0 72 0 0 0 20 0 15 0 475504615 15514783744 166025 33554432000 4194304 4196468 140736681939008 140314355382512 140315486993026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10632] ppid=10619 vsize=15151156 memory=10814 CPUtime=0.72 cores=1,3,5,7
/proc/10621/task/10632/stat : 10632 (java) S 10619 10619 1883 0 -1 1077944384 1249 0 0 0 72 0 0 0 20 0 15 0 475504615 15514783744 166025 33554432000 4194304 4196468 140736681939008 140314354329968 140315486993026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10633] ppid=10619 vsize=15151156 memory=24225 CPUtime=0.46 cores=1,3,5,7
/proc/10621/task/10633/stat : 10633 (java) S 10619 10619 1883 0 -1 1077944384 1942 0 0 0 46 0 0 0 20 0 15 0 475504615 15514783744 166025 33554432000 4194304 4196468 140736681939008 140314353276912 140315486993026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10634] ppid=10619 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10634/stat : 10634 (java) S 10619 10619 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475504615 15514783744 166025 33554432000 4194304 4196468 140736681939008 140314352224608 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10635] ppid=10619 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10635/stat : 10635 (java) S 10619 10619 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475504617 15514783744 166025 33554432000 4194304 4196468 140736681939008 140314351172656 140315486993026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
Current children cumulated CPU time: 4.16 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 665556 KiB

[startup+3.11166 s]
/proc/loadavg: 7.84 8.31 8.31 11/237 10639
/proc/meminfo: memFree=14343208/32770624 swapFree=66952608/67108860
[pid=10619] ppid=10616 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/10619/stat : 10619 (xcsp3-exec) S 10616 10619 1883 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475504609 115843072 364 33554432000 4194304 5098028 140723113170576 140723113168680 139707715015292 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27455488 140723113173847 140723113174105 140723113174105 140723113177030 0
/proc/10619/statm: 28282 364 305 221 0 87 0
[pid=10621] ppid=10619 vsize=15417412 memory=827636 CPUtime=9.65 cores=1,3,5,7
/proc/10621/stat : 10621 (java) S 10619 10619 1883 0 -1 1077944320 20602 0 0 0 892 73 0 0 20 0 19 0 475504610 15787429888 206909 33554432000 4194304 4196468 140736681939008 140736681921552 140315486981879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
/proc/10621/statm: 3854353 206909 3513 1 0 3815453 0
[pid=10621/tid=10622] ppid=10619 vsize=15417412 memory=46 CPUtime=1.48 cores=1,3,5,7
/proc/10621/task/10622/stat : 10622 (java) S 10619 10619 1883 0 -1 1077944384 9165 0 0 0 141 7 0 0 20 0 19 0 475504610 15787429888 206909 33554432000 4194304 4196468 140736681939008 140315491222656 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10623] ppid=10619 vsize=15417412 memory=279535933337520 CPUtime=0.56 cores=1,3,5,7
/proc/10621/task/10623/stat : 10623 (java) S 10619 10619 1883 0 -1 1077944384 447 0 0 0 42 14 0 0 20 0 19 0 475504611 15787429888 206909 33554432000 4194304 4196468 140736681939008 140315443534352 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10624] ppid=10619 vsize=15417412 memory=10814 CPUtime=0.58 cores=1,3,5,7
/proc/10621/task/10624/stat : 10624 (java) S 10619 10619 1883 0 -1 1077944384 675 0 0 0 43 15 0 0 20 0 19 0 475504611 15787429888 206909 33554432000 4194304 4196468 140736681939008 140315442481808 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10625] ppid=10619 vsize=15417412 memory=24225 CPUtime=0.6 cores=1,3,5,7
/proc/10621/task/10625/stat : 10625 (java) S 10619 10619 1883 0 -1 1077944384 676 0 0 0 44 16 0 0 20 0 19 0 475504611 15787429888 206909 33554432000 4194304 4196468 140736681939008 140315077040400 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10626] ppid=10619 vsize=15417412 memory=0 CPUtime=0.6 cores=1,3,5,7
/proc/10621/task/10626/stat : 10626 (java) S 10619 10619 1883 0 -1 1077944384 705 0 0 0 45 15 0 0 20 0 19 0 475504611 15787429888 206909 33554432000 4194304 4196468 140736681939008 140315075987856 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10627] ppid=10619 vsize=15417412 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/10621/task/10627/stat : 10627 (java) S 10619 10619 1883 0 -1 1077944384 525 0 0 0 3 0 0 0 20 0 19 0 475504612 15787429888 206909 33554432000 4194304 4196468 140736681939008 140314359593712 140315486993026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10628] ppid=10619 vsize=15417412 memory=56 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10628/stat : 10628 (java) S 10619 10619 1883 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 475504612 15787429888 206909 33554432000 4194304 4196468 140736681939008 140314358540000 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10629] ppid=10619 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10629/stat : 10629 (java) S 10619 10619 1883 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 475504613 15787429888 206909 33554432000 4194304 4196468 140736681939008 140314357486848 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10630] ppid=10619 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10630/stat : 10630 (java) S 10619 10619 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475504615 15787429888 206909 33554432000 4194304 4196468 140736681939008 140314356435408 140315487000475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10631] ppid=10619 vsize=15417412 memory=0 CPUtime=1.15 cores=1,3,5,7
/proc/10621/task/10631/stat : 10631 (java) R 10619 10619 1883 0 -1 4202560 2401 0 0 0 115 0 0 0 20 0 19 0 475504615 15787429888 206909 33554432000 4194304 4196468 140736681939008 140314355369080 140315471374023 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10632] ppid=10619 vsize=15417412 memory=0 CPUtime=1.21 cores=1,3,5,7
/proc/10621/task/10632/stat : 10632 (java) R 10619 10619 1883 0 -1 4202560 2168 0 0 0 121 0 0 0 20 0 19 0 475504615 15787429888 206909 33554432000 4194304 4196468 140736681939008 140314354315848 140315471371733 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10633] ppid=10619 vsize=15417412 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/10621/task/10633/stat : 10633 (java) S 10619 10619 1883 0 -1 1077944384 2267 0 0 0 57 0 0 0 20 0 19 0 475504615 15787429888 206909 33554432000 4194304 4196468 140736681939008 140314353276912 140315486993026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10634] ppid=10619 vsize=15417412 memory=5450874560983370026 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10634/stat : 10634 (java) S 10619 10619 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475504615 15787429888 206909 33554432000 4194304 4196468 140736681939008 140314352224608 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10635] ppid=10619 vsize=15417412 memory=4641639298295812196 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10635/stat : 10635 (java) S 10619 10619 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475504617 15787429888 206909 33554432000 4194304 4196468 140736681939008 140314351172656 140315486993026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10636] ppid=10619 vsize=15417412 memory=4638778398718902374 CPUtime=0.68 cores=1,3,5,7
/proc/10621/task/10636/stat : 10636 (java) R 10619 10619 1883 0 -1 4202560 79 0 0 0 68 0 0 0 20 0 19 0 475504826 15787429888 206909 33554432000 4194304 4196468 140736681939008 140314342193112 140315128306258 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10637] ppid=10619 vsize=15417412 memory=26721 CPUtime=0.74 cores=1,3,5,7
/proc/10621/task/10637/stat : 10637 (java) R 10619 10619 1883 0 -1 4202560 72 0 0 0 74 0 0 0 20 0 19 0 475504826 15787429888 206909 33554432000 4194304 4196468 140736681939008 140314341140856 140315128306317 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10638] ppid=10619 vsize=15417412 memory=4420 CPUtime=0.61 cores=1,3,5,7
/proc/10621/task/10638/stat : 10638 (java) R 10619 10619 1883 0 -1 4202560 81 0 0 0 61 0 0 0 20 0 19 0 475504826 15787429888 206909 33554432000 4194304 4196468 140736681939008 140314340085880 140315128306258 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10639] ppid=10619 vsize=15417412 memory=6628 CPUtime=0.71 cores=1,3,5,7
/proc/10621/task/10639/stat : 10639 (java) R 10619 10619 1883 0 -1 4202560 39 0 0 0 71 0 0 0 20 0 19 0 475504826 15787429888 206909 33554432000 4194304 4196468 140736681939008 140314339035080 140315128306361 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
Current children cumulated CPU time: 9.65 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 829092 KiB

[startup+3.31273 s]
# the end of solver process 10619 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.60778 s, system=0.740587 s

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

[startup+3.20166 s]
/proc/loadavg: 7.84 8.31 8.31 11/237 10639
/proc/meminfo: memFree=14343208/32770624 swapFree=66952608/67108860
[pid=10619] ppid=10616 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/10619/stat : 10619 (xcsp3-exec) S 10616 10619 1883 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475504609 115843072 364 33554432000 4194304 5098028 140723113170576 140723113168680 139707715015292 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27455488 140723113173847 140723113174105 140723113174105 140723113177030 0
/proc/10619/statm: 28282 364 305 221 0 87 0
[pid=10621] ppid=10619 vsize=15417412 memory=827976 CPUtime=10.01 cores=1,3,5,7
/proc/10621/stat : 10621 (java) S 10619 10619 1883 0 -1 1077944320 20712 0 0 0 928 73 0 0 20 0 19 0 475504610 15787429888 206994 33554432000 4194304 4196468 140736681939008 140736681921552 140315486981879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
/proc/10621/statm: 3854353 206994 3513 1 0 3815453 0
[pid=10621/tid=10622] ppid=10619 vsize=15417412 memory=13252 CPUtime=1.48 cores=1,3,5,7
/proc/10621/task/10622/stat : 10622 (java) S 10619 10619 1883 0 -1 1077944384 9165 0 0 0 141 7 0 0 20 0 19 0 475504610 15787429888 206994 33554432000 4194304 4196468 140736681939008 140315491222656 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10623] ppid=10619 vsize=15417412 memory=15460 CPUtime=0.56 cores=1,3,5,7
/proc/10621/task/10623/stat : 10623 (java) S 10619 10619 1883 0 -1 1077944384 447 0 0 0 42 14 0 0 20 0 19 0 475504611 15787429888 206994 33554432000 4194304 4196468 140736681939008 140315443534352 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10624] ppid=10619 vsize=15417412 memory=17668 CPUtime=0.58 cores=1,3,5,7
/proc/10621/task/10624/stat : 10624 (java) S 10619 10619 1883 0 -1 1077944384 675 0 0 0 43 15 0 0 20 0 19 0 475504611 15787429888 206994 33554432000 4194304 4196468 140736681939008 140315442481808 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10625] ppid=10619 vsize=15417412 memory=19876 CPUtime=0.6 cores=1,3,5,7
/proc/10621/task/10625/stat : 10625 (java) S 10619 10619 1883 0 -1 1077944384 676 0 0 0 44 16 0 0 20 0 19 0 475504611 15787429888 206994 33554432000 4194304 4196468 140736681939008 140315077040400 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10626] ppid=10619 vsize=15417412 memory=22084 CPUtime=0.6 cores=1,3,5,7
/proc/10621/task/10626/stat : 10626 (java) S 10619 10619 1883 0 -1 1077944384 705 0 0 0 45 15 0 0 20 0 19 0 475504611 15787429888 206994 33554432000 4194304 4196468 140736681939008 140315075987856 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10627] ppid=10619 vsize=15417412 memory=24292 CPUtime=0.03 cores=1,3,5,7
/proc/10621/task/10627/stat : 10627 (java) S 10619 10619 1883 0 -1 1077944384 525 0 0 0 3 0 0 0 20 0 19 0 475504612 15787429888 206994 33554432000 4194304 4196468 140736681939008 140314359593712 140315486993026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10628] ppid=10619 vsize=15417412 memory=2209 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10628/stat : 10628 (java) S 10619 10619 1883 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 475504612 15787429888 206994 33554432000 4194304 4196468 140736681939008 140314358540000 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10629] ppid=10619 vsize=15417412 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10629/stat : 10629 (java) S 10619 10619 1883 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 475504613 15787429888 206994 33554432000 4194304 4196468 140736681939008 140314357486848 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10630] ppid=10619 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10630/stat : 10630 (java) S 10619 10619 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475504615 15787429888 206994 33554432000 4194304 4196468 140736681939008 140314356435408 140315487000475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10631] ppid=10619 vsize=15417412 memory=0 CPUtime=1.22 cores=1,3,5,7
/proc/10621/task/10631/stat : 10631 (java) R 10619 10619 1883 0 -1 4202560 2415 0 0 0 122 0 0 0 20 0 19 0 475504615 15787429888 206994 33554432000 4194304 4196468 140736681939008 140314355382432 140315471879341 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10632] ppid=10619 vsize=15417412 memory=0 CPUtime=1.28 cores=1,3,5,7
/proc/10621/task/10632/stat : 10632 (java) R 10619 10619 1883 0 -1 4202560 2239 0 0 0 128 0 0 0 20 0 19 0 475504615 15787429888 206994 33554432000 4194304 4196468 140736681939008 140314354315848 140315466228061 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10633] ppid=10619 vsize=15417412 memory=6944656592455097440 CPUtime=0.57 cores=1,3,5,7
/proc/10621/task/10633/stat : 10633 (java) R 10619 10619 1883 0 -1 1077944384 2270 0 0 0 57 0 0 0 20 0 19 0 475504615 15787429888 206994 33554432000 4194304 4196468 140736681939008 140314353276912 140315486993026 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10634] ppid=10619 vsize=15417412 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10634/stat : 10634 (java) S 10619 10619 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475504615 15787429888 206994 33554432000 4194304 4196468 140736681939008 140314352224608 140315486992085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10635] ppid=10619 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10635/stat : 10635 (java) S 10619 10619 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475504617 15787429888 206994 33554432000 4194304 4196468 140736681939008 140314351172656 140315486993026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10636] ppid=10619 vsize=15417412 memory=0 CPUtime=0.73 cores=1,3,5,7
/proc/10621/task/10636/stat : 10636 (java) R 10619 10619 1883 0 -1 4202560 79 0 0 0 73 0 0 0 20 0 19 0 475504826 15787429888 206994 33554432000 4194304 4196468 140736681939008 140314342192288 140315128305916 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10637] ppid=10619 vsize=15417412 memory=0 CPUtime=0.8 cores=1,3,5,7
/proc/10621/task/10637/stat : 10637 (java) R 10619 10619 1883 0 -1 4202560 75 0 0 0 80 0 0 0 20 0 19 0 475504826 15787429888 206994 33554432000 4194304 4196468 140736681939008 140314341138808 140315128306264 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10638] ppid=10619 vsize=15417412 memory=0 CPUtime=0.69 cores=1,3,5,7
/proc/10621/task/10638/stat : 10638 (java) R 10619 10619 1883 0 -1 4202560 98 0 0 0 69 0 0 0 20 0 19 0 475504826 15787429888 206994 33554432000 4194304 4196468 140736681939008 140314340085880 140315128347416 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
[pid=10621/tid=10639] ppid=10619 vsize=15417412 memory=0 CPUtime=0.75 cores=1,3,5,7
/proc/10621/task/10639/stat : 10639 (java) R 10619 10619 1883 0 -1 4202560 41 0 0 0 75 0 0 0 20 0 19 0 475504826 15787429888 206994 33554432000 4194304 4196468 140736681939008 140314339035080 140315128388529 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140736681944027 140736681944202 140736681944202 140736681947087 0
Current children cumulated CPU time: 10.01 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 829432 KiB

Child status: 0
Real time (s): 3.31276
CPU time (s): 10.3484
CPU user time (s): 9.60778
CPU system time (s): 0.740587
CPU usage (%): 312.379
Max. virtual memory (cumulated for all children) (KiB): 15530540
Max. memory (cumulated for all children) (KiB): 829432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.60778
system time used= 0.740587
maximum resident set size= 830152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21709
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2364
involuntary context switches= 321


# summary of solver processes directly reported to runsolver:
#   pid: 10619
#   total CPU time (s): 10.3484
#   total CPU user time (s): 9.60778
#   total CPU system time (s): 0.740587

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.039959 second user time and 0.083343 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-20 16:12:49
IDJOB=4403344
IDBENCH=135918
IDSOLVER=2863
FILE ID=node107/4403344-1568992490
RUNJOBID= node107-1568983381-1916
PBS_JOBID= 21704636
Free space on /var/tmp= 12540 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-xcsp2-s20a4/TravellingSalesman-4-20-001-a4_X2.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403344-1568992490/watcher-4403344-1568992490 -o /var/tmp/evaluation-result-4403344-1568992490/solver-4403344-1568992490 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1568983381-1916 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 426857912 HOME/instance-4403344-1568992490.xml

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

MD5SUM BENCH= b8ea00653452363d0c81f6ef3102e485
RANDOM SEED=426857912

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        15164984 kB
MemAvailable:   31515824 kB
Buffers:          109260 kB
Cached:         16162816 kB
SwapCached:        48696 kB
Active:          8369748 kB
Inactive:        8248152 kB
Active(anon):     297732 kB
Inactive(anon):    91884 kB
Active(file):    8072016 kB
Inactive(file):  8156268 kB
Unevictable:      111004 kB
Mlocked:          111004 kB
SwapTotal:      67108860 kB
SwapFree:       66952608 kB
Dirty:             26560 kB
Writeback:             0 kB
AnonPages:        421964 kB
Mapped:            61180 kB
Shmem:             34916 kB
Slab:             579916 kB
SReclaimable:     551016 kB
SUnreclaim:        28900 kB
KernelStack:        4064 kB
PageTables:         6192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1547336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    323584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /var/tmp at the end= 12512 MiB
End job on node107 at 2019-09-20 16:12:53