Trace number 4392884

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-06-14SAT 10.4104 3.32326

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-4392884-1568347058.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4392884-1568347058.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
5.73/2.11	c solve instance...
10.00/3.29	s SATISFIABLE
10.00/3.29	v <instantiation>
10.00/3.29	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.00/3.29	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.00/3.29	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 (15212 MiB free)
  memory of node 1: 16384 MiB (12770 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392884-1568347058/watcher-4392884-1568347058 -o /tmp/evaluation-result-4392884-1568347058/solver-4392884-1568347058 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568343521-17189 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1765213157 HOME/instance-4392884-1568347058.xml 

running on 4 cores: 0,2,4,6

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=21209, runsolver pid=21206


[startup+0.10007 s]*
/proc/loadavg: 3.06 3.60 5.45 4/233 21225
/proc/meminfo: memFree=28634712/32770624 swapFree=66999996/67108860
[pid=21209] ppid=21206 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21209/stat : 21209 (xcsp3-exec) S 21206 21209 15420 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410619863 115843072 363 33554432000 4194304 5098028 140732891903648 140732891901752 140328400609916 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11517952 140732891906938 140732891907181 140732891907181 140732891910090 0
/proc/21209/statm: 28282 363 304 221 0 87 0
[pid=21211] ppid=21209 vsize=15144768 memory=31764 CPUtime=0.13 cores=0,2,4,6
/proc/21211/stat : 21211 (java) S 21209 21209 15420 0 -1 1077944320 5884 0 0 0 12 1 0 0 20 0 15 0 410619863 15508242432 7941 33554432000 4194304 4196468 140726926037360 140726926019904 140329731763959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
/proc/21211/statm: 3786192 7941 3117 1 0 3748377 0
[pid=21211/tid=21212] ppid=21209 vsize=15144768 memory=7748307311448697419 CPUtime=0.09 cores=0,2,4,6
/proc/21211/task/21212/stat : 21212 (java) R 21209 21209 15420 0 -1 4202560 3820 0 0 0 8 1 0 0 20 0 15 0 410619864 15508242432 7941 33554432000 4194304 4196468 140726926037360 140329735988368 140329731775894 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21213] ppid=21209 vsize=15144768 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21213/stat : 21213 (java) S 21209 21209 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410619864 15508242432 7941 33554432000 4194304 4196468 140726926037360 140329324436240 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21214] ppid=21209 vsize=15144768 memory=140551443601024 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21214/stat : 21214 (java) S 21209 21209 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410619864 15508242432 7941 33554432000 4194304 4196468 140726926037360 140329323383696 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21215] ppid=21209 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21215/stat : 21215 (java) S 21209 21209 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410619864 15508242432 7941 33554432000 4194304 4196468 140726926037360 140329322331152 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21216] ppid=21209 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21216/stat : 21216 (java) S 21209 21209 15420 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410619864 15508242432 7941 33554432000 4194304 4196468 140726926037360 140329321278608 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21217] ppid=21209 vsize=15144768 memory=140551443601024 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21217/stat : 21217 (java) S 21209 21209 15420 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410619866 15508242432 7941 33554432000 4194304 4196468 140726926037360 140329267546096 140329731775106 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21218] ppid=21209 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21218/stat : 21218 (java) S 21209 21209 15420 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410619866 15508242432 7941 33554432000 4194304 4196468 140726926037360 140329266492320 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21219] ppid=21209 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21219/stat : 21219 (java) S 21209 21209 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410619866 15508242432 7941 33554432000 4194304 4196468 140726926037360 140328670585840 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21220] ppid=21209 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21220/stat : 21220 (java) S 21209 21209 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410619869 15508242432 7941 33554432000 4194304 4196468 140726926037360 140328669534416 140329731782555 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21221] ppid=21209 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21221/stat : 21221 (java) R 21209 21209 15420 0 -1 4202560 308 0 0 0 0 0 0 0 20 0 15 0 410619869 15508242432 7941 33554432000 4194304 4196468 140726926037360 140328668473536 140329715219456 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21222] ppid=21209 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21222/stat : 21222 (java) R 21209 21209 15420 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 410619869 15508242432 7941 33554432000 4194304 4196468 140726926037360 140328667429488 140329731775106 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21223] ppid=21209 vsize=15144768 memory=140551443601024 CPUtime=0.02 cores=0,2,4,6
/proc/21211/task/21223/stat : 21223 (java) R 21209 21209 15420 0 -1 4202560 359 0 0 0 2 0 0 0 20 0 15 0 410619869 15508242432 7941 33554432000 4194304 4196468 140726926037360 140328666376944 140329731775894 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21224] ppid=21209 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21224/stat : 21224 (java) S 21209 21209 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410619869 15508242432 7941 33554432000 4194304 4196468 140726926037360 140328665324640 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21225] ppid=21209 vsize=15144768 memory=140551443601024 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21225/stat : 21225 (java) S 21209 21209 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410619869 15508242432 7941 33554432000 4194304 4196468 140726926037360 140328664271152 140329731775106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 33216 KiB

[startup+0.211 s]*
/proc/loadavg: 3.06 3.60 5.45 3/233 21225
/proc/meminfo: memFree=28622296/32770624 swapFree=66999996/67108860
[pid=21209] ppid=21206 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21209/stat : 21209 (xcsp3-exec) S 21206 21209 15420 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410619863 115843072 363 33554432000 4194304 5098028 140732891903648 140732891901752 140328400609916 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11517952 140732891906938 140732891907181 140732891907181 140732891910090 0
/proc/21209/statm: 28282 363 304 221 0 87 0
[pid=21211] ppid=21209 vsize=15144768 memory=43148 CPUtime=0.35 cores=0,2,4,6
/proc/21211/stat : 21211 (java) S 21209 21209 15420 0 -1 1077944320 9419 0 0 0 32 3 0 0 20 0 15 0 410619863 15508242432 10787 33554432000 4194304 4196468 140726926037360 140726926019904 140329731763959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
/proc/21211/statm: 3786192 10787 3311 1 0 3748377 0
[pid=21211/tid=21212] ppid=21209 vsize=15144768 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/21211/task/21212/stat : 21212 (java) R 21209 21209 15420 0 -1 4202560 6630 0 0 0 17 2 0 0 20 0 15 0 410619864 15508242432 10787 33554432000 4194304 4196468 140726926037360 140329735995872 140329731775894 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21213] ppid=21209 vsize=15144768 memory=13675 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21213/stat : 21213 (java) S 21209 21209 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410619864 15508242432 10787 33554432000 4194304 4196468 140726926037360 140329324436240 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21214] ppid=21209 vsize=15144768 memory=288370927595312768 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21214/stat : 21214 (java) S 21209 21209 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410619864 15508242432 10787 33554432000 4194304 4196468 140726926037360 140329323383696 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21215] ppid=21209 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21215/stat : 21215 (java) S 21209 21209 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410619864 15508242432 10787 33554432000 4194304 4196468 140726926037360 140329322331152 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21216] ppid=21209 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21216/stat : 21216 (java) S 21209 21209 15420 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410619864 15508242432 10787 33554432000 4194304 4196468 140726926037360 140329321278608 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21217] ppid=21209 vsize=15144768 memory=140551443601024 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21217/stat : 21217 (java) S 21209 21209 15420 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 410619866 15508242432 10787 33554432000 4194304 4196468 140726926037360 140329267546096 140329731775106 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21218] ppid=21209 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21218/stat : 21218 (java) S 21209 21209 15420 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410619866 15508242432 10787 33554432000 4194304 4196468 140726926037360 140329266492320 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21219] ppid=21209 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21219/stat : 21219 (java) S 21209 21209 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410619866 15508242432 10787 33554432000 4194304 4196468 140726926037360 140328670585840 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21220] ppid=21209 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21220/stat : 21220 (java) S 21209 21209 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410619869 15508242432 10787 33554432000 4194304 4196468 140726926037360 140328669534416 140329731782555 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21221] ppid=21209 vsize=15144768 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/21211/task/21221/stat : 21221 (java) S 21209 21209 15420 0 -1 1077944384 620 0 0 0 3 0 0 0 20 0 15 0 410619869 15508242432 10787 33554432000 4194304 4196468 140726926037360 140328668482032 140329731775106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21222] ppid=21209 vsize=15144768 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/21211/task/21222/stat : 21222 (java) S 21209 21209 15420 0 -1 1077944384 147 0 0 0 1 0 0 0 20 0 15 0 410619869 15508242432 10787 33554432000 4194304 4196468 140726926037360 140328667429488 140329731775106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21223] ppid=21209 vsize=15144768 memory=140551443601024 CPUtime=0.08 cores=0,2,4,6
/proc/21211/task/21223/stat : 21223 (java) R 21209 21209 15420 0 -1 4202560 735 0 0 0 8 0 0 0 20 0 15 0 410619869 15508242432 10787 33554432000 4194304 4196468 140726926037360 140328666376944 140329724001086 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21224] ppid=21209 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21224/stat : 21224 (java) S 21209 21209 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410619869 15508242432 10787 33554432000 4194304 4196468 140726926037360 140328665324640 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21225] ppid=21209 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21225/stat : 21225 (java) S 21209 21209 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410619869 15508242432 10787 33554432000 4194304 4196468 140726926037360 140328664271152 140329731775106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 44600 KiB

[startup+0.312873 s]*
/proc/loadavg: 3.06 3.60 5.45 5/233 21225
/proc/meminfo: memFree=28614764/32770624 swapFree=66999996/67108860
[pid=21209] ppid=21206 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21209/stat : 21209 (xcsp3-exec) S 21206 21209 15420 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410619863 115843072 363 33554432000 4194304 5098028 140732891903648 140732891901752 140328400609916 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11517952 140732891906938 140732891907181 140732891907181 140732891910090 0
/proc/21209/statm: 28282 363 304 221 0 87 0
[pid=21211] ppid=21209 vsize=15149024 memory=51768 CPUtime=0.53 cores=0,2,4,6
/proc/21211/stat : 21211 (java) S 21209 21209 15420 0 -1 1077944320 10829 0 0 0 50 3 0 0 20 0 15 0 410619863 15512600576 12942 33554432000 4194304 4196468 140726926037360 140726926019904 140329731763959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
/proc/21211/statm: 3787256 12942 3357 1 0 3748377 0
[pid=21211/tid=21212] ppid=21209 vsize=15149024 memory=1398722017469774279 CPUtime=0.3 cores=0,2,4,6
/proc/21211/task/21212/stat : 21212 (java) R 21209 21209 15420 0 -1 4202560 7815 0 0 0 27 3 0 0 20 0 15 0 410619864 15512600576 13007 33554432000 4194304 4196468 140726926037360 140329735998192 140329715844446 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21213] ppid=21209 vsize=15149024 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21213/stat : 21213 (java) S 21209 21209 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410619864 15512600576 13007 33554432000 4194304 4196468 140726926037360 140329324436240 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21214] ppid=21209 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21214/stat : 21214 (java) S 21209 21209 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410619864 15512600576 13007 33554432000 4194304 4196468 140726926037360 140329323383696 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21215] ppid=21209 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21215/stat : 21215 (java) S 21209 21209 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410619864 15512600576 13007 33554432000 4194304 4196468 140726926037360 140329322331152 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21216] ppid=21209 vsize=15149024 memory=-4190076264842474805 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21216/stat : 21216 (java) S 21209 21209 15420 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410619864 15512600576 13007 33554432000 4194304 4196468 140726926037360 140329321278608 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21217] ppid=21209 vsize=15149024 memory=-7595490506177102494 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21217/stat : 21217 (java) S 21209 21209 15420 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 410619866 15512600576 13007 33554432000 4194304 4196468 140726926037360 140329267546096 140329731775106 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21218] ppid=21209 vsize=15149024 memory=-7533229591079788448 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21218/stat : 21218 (java) S 21209 21209 15420 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410619866 15512600576 13007 33554432000 4194304 4196468 140726926037360 140329266492320 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21219] ppid=21209 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21219/stat : 21219 (java) S 21209 21209 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410619866 15512600576 13007 33554432000 4194304 4196468 140726926037360 140328670585840 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21220] ppid=21209 vsize=15149024 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21220/stat : 21220 (java) S 21209 21209 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410619869 15512600576 13007 33554432000 4194304 4196468 140726926037360 140328669534416 140329731782555 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21221] ppid=21209 vsize=15149024 memory=7827413994055111515 CPUtime=0.06 cores=0,2,4,6
/proc/21211/task/21221/stat : 21221 (java) R 21209 21209 15420 0 -1 4202560 728 0 0 0 6 0 0 0 20 0 15 0 410619869 15512600576 13007 33554432000 4194304 4196468 140726926037360 140328668463048 140329709612993 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21222] ppid=21209 vsize=15149024 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/21211/task/21222/stat : 21222 (java) S 21209 21209 15420 0 -1 1077944384 183 0 0 0 3 0 0 0 20 0 15 0 410619869 15512600576 13007 33554432000 4194304 4196468 140726926037360 140328667429488 140329731775106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21223] ppid=21209 vsize=15149024 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/21211/task/21223/stat : 21223 (java) S 21209 21209 15420 0 -1 1077944384 820 0 0 0 12 0 0 0 20 0 15 0 410619869 15512600576 13013 33554432000 4194304 4196468 140726926037360 140328666376944 140329731775106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21224] ppid=21209 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21224/stat : 21224 (java) S 21209 21209 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410619869 15512600576 13013 33554432000 4194304 4196468 140726926037360 140328665324640 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21225] ppid=21209 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21225/stat : 21225 (java) S 21209 21209 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410619869 15512600576 13013 33554432000 4194304 4196468 140726926037360 140328664271152 140329731775106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 53220 KiB

[startup+0.701477 s]
/proc/loadavg: 3.06 3.60 5.45 6/233 21225
/proc/meminfo: memFree=28589108/32770624 swapFree=66999996/67108860
[pid=21209] ppid=21206 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21209/stat : 21209 (xcsp3-exec) S 21206 21209 15420 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410619863 115843072 363 33554432000 4194304 5098028 140732891903648 140732891901752 140328400609916 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11517952 140732891906938 140732891907181 140732891907181 140732891910090 0
/proc/21209/statm: 28282 363 304 221 0 87 0
[pid=21211] ppid=21209 vsize=15151148 memory=150704 CPUtime=1.73 cores=0,2,4,6
/proc/21211/stat : 21211 (java) S 21209 21209 15420 0 -1 1077944320 14130 0 0 0 167 6 0 0 20 0 15 0 410619863 15514775552 37676 33554432000 4194304 4196468 140726926037360 140726926019904 140329731763959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
/proc/21211/statm: 3787787 37676 3447 1 0 3748889 0
[pid=21211/tid=21212] ppid=21209 vsize=15151148 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/21211/task/21212/stat : 21212 (java) R 21209 21209 15420 0 -1 4202560 8559 0 0 0 63 5 0 0 20 0 15 0 410619864 15514775552 37676 33554432000 4194304 4196468 140726926037360 140329736001312 140329717832078 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21213] ppid=21209 vsize=15151148 memory=33 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21213/stat : 21213 (java) S 21209 21209 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410619864 15514775552 38188 33554432000 4194304 4196468 140726926037360 140329324436240 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21214] ppid=21209 vsize=15151148 memory=-7604262568725289114 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21214/stat : 21214 (java) S 21209 21209 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410619864 15514775552 38188 33554432000 4194304 4196468 140726926037360 140329323383696 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21215] ppid=21209 vsize=15151148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21215/stat : 21215 (java) S 21209 21209 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410619864 15514775552 38188 33554432000 4194304 4196468 140726926037360 140329322331152 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21216] ppid=21209 vsize=15151148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21216/stat : 21216 (java) S 21209 21209 15420 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410619864 15514775552 38188 33554432000 4194304 4196468 140726926037360 140329321278608 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21217] ppid=21209 vsize=15151148 memory=34416 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21217/stat : 21217 (java) S 21209 21209 15420 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 410619866 15514775552 38188 33554432000 4194304 4196468 140726926037360 140329267546096 140329731775106 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21218] ppid=21209 vsize=15151148 memory=988 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21218/stat : 21218 (java) S 21209 21209 15420 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410619866 15514775552 38188 33554432000 4194304 4196468 140726926037360 140329266492320 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21219] ppid=21209 vsize=15151148 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21219/stat : 21219 (java) S 21209 21209 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410619866 15514775552 38188 33554432000 4194304 4196468 140726926037360 140328670585840 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21220] ppid=21209 vsize=15151148 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21220/stat : 21220 (java) S 21209 21209 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410619869 15514775552 38188 33554432000 4194304 4196468 140726926037360 140328669534416 140329731782555 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21221] ppid=21209 vsize=15151148 memory=580 CPUtime=0.35 cores=0,2,4,6
/proc/21211/task/21221/stat : 21221 (java) R 21209 21209 15420 0 -1 4202560 1446 0 0 0 35 0 0 0 20 0 15 0 410619869 15514775552 38188 33554432000 4194304 4196468 140726926037360 140328668468600 140329712129427 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21222] ppid=21209 vsize=15151148 memory=1696 CPUtime=0.35 cores=0,2,4,6
/proc/21211/task/21222/stat : 21222 (java) R 21209 21209 15420 0 -1 4202560 1073 0 0 0 35 0 0 0 20 0 15 0 410619869 15514775552 38188 33554432000 4194304 4196468 140726926037360 140328667415512 140329713285141 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21223] ppid=21209 vsize=15151148 memory=3436 CPUtime=0.32 cores=0,2,4,6
/proc/21211/task/21223/stat : 21223 (java) S 21209 21209 15420 0 -1 1077944384 1764 0 0 0 32 0 0 0 20 0 15 0 410619869 15514775552 38188 33554432000 4194304 4196468 140726926037360 140328666376944 140329731775106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21224] ppid=21209 vsize=15151148 memory=7548 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21224/stat : 21224 (java) S 21209 21209 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410619869 15514775552 38188 33554432000 4194304 4196468 140726926037360 140328665324640 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21225] ppid=21209 vsize=15151148 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21225/stat : 21225 (java) S 21209 21209 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410619869 15514775552 38188 33554432000 4194304 4196468 140726926037360 140328664271152 140329731775106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 152156 KiB

[startup+1.50149 s]
/proc/loadavg: 3.06 3.60 5.45 6/233 21225
/proc/meminfo: memFree=28380040/32770624 swapFree=66999996/67108860
[pid=21209] ppid=21206 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21209/stat : 21209 (xcsp3-exec) S 21206 21209 15420 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410619863 115843072 363 33554432000 4194304 5098028 140732891903648 140732891901752 140328400609916 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11517952 140732891906938 140732891907181 140732891907181 140732891910090 0
/proc/21209/statm: 28282 363 304 221 0 87 0

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

/proc/21211/task/21219/stat : 21219 (java) S 21209 21209 15420 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410619866 15514775552 166986 33554432000 4194304 4196468 140726926037360 140328670585840 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21220] ppid=21209 vsize=15151148 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21220/stat : 21220 (java) S 21209 21209 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410619869 15514775552 166986 33554432000 4194304 4196468 140726926037360 140328669534416 140329731782555 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21221] ppid=21209 vsize=15151148 memory=281102656737792 CPUtime=0.64 cores=0,2,4,6
/proc/21211/task/21221/stat : 21221 (java) S 21209 21209 15420 0 -1 1077944384 1546 0 0 0 64 0 0 0 20 0 15 0 410619869 15514775552 166986 33554432000 4194304 4196468 140726926037360 140328668482032 140329731775106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21222] ppid=21209 vsize=15151148 memory=13898 CPUtime=0.68 cores=0,2,4,6
/proc/21211/task/21222/stat : 21222 (java) S 21209 21209 15420 0 -1 1077944384 1160 0 0 0 68 0 0 0 20 0 15 0 410619869 15514775552 166986 33554432000 4194304 4196468 140726926037360 140328667429488 140329731775106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21223] ppid=21209 vsize=15151148 memory=24179 CPUtime=0.46 cores=0,2,4,6
/proc/21211/task/21223/stat : 21223 (java) S 21209 21209 15420 0 -1 1077944384 2045 0 0 0 46 0 0 0 20 0 15 0 410619869 15514775552 166986 33554432000 4194304 4196468 140726926037360 140328666376944 140329731775106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21224] ppid=21209 vsize=15151148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21224/stat : 21224 (java) S 21209 21209 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410619869 15514775552 166986 33554432000 4194304 4196468 140726926037360 140328665324640 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21225] ppid=21209 vsize=15151148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21225/stat : 21225 (java) S 21209 21209 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410619869 15514775552 166986 33554432000 4194304 4196468 140726926037360 140328664271152 140329731775106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
Current children cumulated CPU time: 4.13 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 669396 KiB

[startup+3.11845 s]
/proc/loadavg: 3.30 3.64 5.45 8/237 21229
/proc/meminfo: memFree=27842072/32770624 swapFree=66999996/67108860
[pid=21209] ppid=21206 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21209/stat : 21209 (xcsp3-exec) S 21206 21209 15420 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410619863 115843072 363 33554432000 4194304 5098028 140732891903648 140732891901752 140328400609916 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11517952 140732891906938 140732891907181 140732891907181 140732891910090 0
/proc/21209/statm: 28282 363 304 221 0 87 0
[pid=21211] ppid=21209 vsize=15417404 memory=825152 CPUtime=9.66 cores=0,2,4,6
/proc/21211/stat : 21211 (java) S 21209 21209 15420 0 -1 1077944320 18968 0 0 0 888 78 0 0 20 0 19 0 410619863 15787421696 206288 33554432000 4194304 4196468 140726926037360 140726926019904 140329731763959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
/proc/21211/statm: 3854351 206288 3511 1 0 3815453 0
[pid=21211/tid=21212] ppid=21209 vsize=15417404 memory=0 CPUtime=1.46 cores=0,2,4,6
/proc/21211/task/21212/stat : 21212 (java) S 21209 21209 15420 0 -1 1077944384 9174 0 0 0 139 7 0 0 20 0 19 0 410619864 15787421696 206288 33554432000 4194304 4196468 140726926037360 140329736004736 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21213] ppid=21209 vsize=15417404 memory=2209 CPUtime=0.59 cores=0,2,4,6
/proc/21211/task/21213/stat : 21213 (java) S 21209 21209 15420 0 -1 1077944384 654 0 0 0 42 17 0 0 20 0 19 0 410619864 15787421696 206288 33554432000 4194304 4196468 140726926037360 140329324436240 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21214] ppid=21209 vsize=15417404 memory=146 CPUtime=0.59 cores=0,2,4,6
/proc/21211/task/21214/stat : 21214 (java) S 21209 21209 15420 0 -1 1077944384 372 0 0 0 42 17 0 0 20 0 19 0 410619864 15787421696 206288 33554432000 4194304 4196468 140726926037360 140329323383696 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21215] ppid=21209 vsize=15417404 memory=59 CPUtime=0.57 cores=0,2,4,6
/proc/21211/task/21215/stat : 21215 (java) S 21209 21209 15420 0 -1 1077944384 620 0 0 0 41 16 0 0 20 0 19 0 410619864 15787421696 206288 33554432000 4194304 4196468 140726926037360 140329322331152 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21216] ppid=21209 vsize=15417404 memory=1452 CPUtime=0.58 cores=0,2,4,6
/proc/21211/task/21216/stat : 21216 (java) S 21209 21209 15420 0 -1 1077944384 692 0 0 0 41 17 0 0 20 0 19 0 410619864 15787421696 206288 33554432000 4194304 4196468 140726926037360 140329321278608 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21217] ppid=21209 vsize=15417404 memory=673024 CPUtime=0.03 cores=0,2,4,6
/proc/21211/task/21217/stat : 21217 (java) S 21209 21209 15420 0 -1 1077944384 520 0 0 0 3 0 0 0 20 0 19 0 410619866 15787421696 206288 33554432000 4194304 4196468 140726926037360 140329267546096 140329731775106 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21218] ppid=21209 vsize=15417404 memory=13252 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21218/stat : 21218 (java) S 21209 21209 15420 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 19 0 410619866 15787421696 206288 33554432000 4194304 4196468 140726926037360 140329266492384 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21219] ppid=21209 vsize=15417404 memory=281102657025088 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21219/stat : 21219 (java) S 21209 21209 15420 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 410619866 15787421696 206288 33554432000 4194304 4196468 140726926037360 140328670585856 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21220] ppid=21209 vsize=15417404 memory=6945487848980113744 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21220/stat : 21220 (java) S 21209 21209 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410619869 15787421696 206288 33554432000 4194304 4196468 140726926037360 140328669534416 140329731782555 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21221] ppid=21209 vsize=15417404 memory=6945487848980113744 CPUtime=1.21 cores=0,2,4,6
/proc/21211/task/21221/stat : 21221 (java) R 21209 21209 15420 0 -1 4202560 1871 0 0 0 121 0 0 0 20 0 19 0 410619869 15787421696 206288 33554432000 4194304 4196468 140726926037360 140328668470704 140329715303424 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21222] ppid=21209 vsize=15417404 memory=281102656737792 CPUtime=1.23 cores=0,2,4,6
/proc/21211/task/21222/stat : 21222 (java) R 21209 21209 15420 0 -1 1077944384 1262 0 0 0 123 0 0 0 20 0 19 0 410619869 15787421696 206288 33554432000 4194304 4196468 140726926037360 140328667429488 140329731775106 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21223] ppid=21209 vsize=15417404 memory=13898 CPUtime=0.57 cores=0,2,4,6
/proc/21211/task/21223/stat : 21223 (java) S 21209 21209 15420 0 -1 1077944384 2259 0 0 0 57 0 0 0 20 0 19 0 410619869 15787421696 206288 33554432000 4194304 4196468 140726926037360 140328666376944 140329731775106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21224] ppid=21209 vsize=15417404 memory=24179 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21224/stat : 21224 (java) S 21209 21209 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410619869 15787421696 206288 33554432000 4194304 4196468 140726926037360 140328665324640 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21225] ppid=21209 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21225/stat : 21225 (java) S 21209 21209 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 410619869 15787421696 206288 33554432000 4194304 4196468 140726926037360 140328664271152 140329731775106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21226] ppid=21209 vsize=15417404 memory=1452 CPUtime=0.67 cores=0,2,4,6
/proc/21211/task/21226/stat : 21226 (java) R 21209 21209 15420 0 -1 4202560 64 0 0 0 67 0 0 0 20 0 19 0 410620076 15787421696 206288 33554432000 4194304 4196468 140726926037360 140328213068376 140329355258316 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21227] ppid=21209 vsize=15417404 memory=247540 CPUtime=0.72 cores=0,2,4,6
/proc/21211/task/21227/stat : 21227 (java) R 21209 21209 15420 0 -1 4202560 74 0 0 0 72 0 0 0 20 0 19 0 410620076 15787421696 206288 33554432000 4194304 4196468 140726926037360 140328212017720 140329355258525 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21228] ppid=21209 vsize=15417404 memory=772 CPUtime=0.67 cores=0,2,4,6
/proc/21211/task/21228/stat : 21228 (java) R 21209 21209 15420 0 -1 4202560 92 0 0 0 67 0 0 0 20 0 19 0 410620076 15787421696 206288 33554432000 4194304 4196468 140726926037360 140328210966984 140329355259064 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21229] ppid=21209 vsize=15417404 memory=1556 CPUtime=0.66 cores=0,2,4,6
/proc/21211/task/21229/stat : 21229 (java) R 21209 21209 15420 0 -1 4202560 34 0 0 0 66 0 0 0 20 0 19 0 410620076 15787421696 206288 33554432000 4194304 4196468 140726926037360 140328209912312 140329355259217 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
Current children cumulated CPU time: 9.66 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 826604 KiB

[startup+3.32321 s]
# the end of solver process 21209 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.60929 s, system=0.801086 s

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

[startup+3.20145 s]
/proc/loadavg: 3.30 3.64 5.45 8/237 21229
/proc/meminfo: memFree=27842072/32770624 swapFree=66999996/67108860
[pid=21209] ppid=21206 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21209/stat : 21209 (xcsp3-exec) S 21206 21209 15420 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410619863 115843072 363 33554432000 4194304 5098028 140732891903648 140732891901752 140328400609916 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11517952 140732891906938 140732891907181 140732891907181 140732891910090 0
/proc/21209/statm: 28282 363 304 221 0 87 0
[pid=21211] ppid=21209 vsize=15417404 memory=825864 CPUtime=10 cores=0,2,4,6
/proc/21211/stat : 21211 (java) S 21209 21209 15420 0 -1 1077944320 19117 0 0 0 921 79 0 0 20 0 19 0 410619863 15787421696 206466 33554432000 4194304 4196468 140726926037360 140726926019904 140329731763959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
/proc/21211/statm: 3854351 206466 3511 1 0 3815453 0
[pid=21211/tid=21212] ppid=21209 vsize=15417404 memory=8292088559825428625 CPUtime=1.46 cores=0,2,4,6
/proc/21211/task/21212/stat : 21212 (java) S 21209 21209 15420 0 -1 1077944384 9174 0 0 0 139 7 0 0 20 0 19 0 410619864 15787421696 206466 33554432000 4194304 4196468 140726926037360 140329736004736 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21213] ppid=21209 vsize=15417404 memory=6791534058613427641 CPUtime=0.59 cores=0,2,4,6
/proc/21211/task/21213/stat : 21213 (java) S 21209 21209 15420 0 -1 1077944384 654 0 0 0 42 17 0 0 20 0 19 0 410619864 15787421696 206466 33554432000 4194304 4196468 140726926037360 140329324436240 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21214] ppid=21209 vsize=15417404 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/21211/task/21214/stat : 21214 (java) S 21209 21209 15420 0 -1 1077944384 372 0 0 0 42 17 0 0 20 0 19 0 410619864 15787421696 206466 33554432000 4194304 4196468 140726926037360 140329323383696 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21215] ppid=21209 vsize=15417404 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/21211/task/21215/stat : 21215 (java) S 21209 21209 15420 0 -1 1077944384 620 0 0 0 41 16 0 0 20 0 19 0 410619864 15787421696 206466 33554432000 4194304 4196468 140726926037360 140329322331152 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21216] ppid=21209 vsize=15417404 memory=0 CPUtime=0.58 cores=0,2,4,6
/proc/21211/task/21216/stat : 21216 (java) S 21209 21209 15420 0 -1 1077944384 692 0 0 0 41 17 0 0 20 0 19 0 410619864 15787421696 206466 33554432000 4194304 4196468 140726926037360 140329321278608 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21217] ppid=21209 vsize=15417404 memory=6944656592455097440 CPUtime=0.03 cores=0,2,4,6
/proc/21211/task/21217/stat : 21217 (java) S 21209 21209 15420 0 -1 1077944384 520 0 0 0 3 0 0 0 20 0 19 0 410619866 15787421696 206466 33554432000 4194304 4196468 140726926037360 140329267546096 140329731775106 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21218] ppid=21209 vsize=15417404 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21218/stat : 21218 (java) S 21209 21209 15420 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 19 0 410619866 15787421696 206466 33554432000 4194304 4196468 140726926037360 140329266492384 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21219] ppid=21209 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21219/stat : 21219 (java) S 21209 21209 15420 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 410619866 15787421696 206466 33554432000 4194304 4196468 140726926037360 140328670585856 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21220] ppid=21209 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21220/stat : 21220 (java) S 21209 21209 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410619869 15787421696 206466 33554432000 4194304 4196468 140726926037360 140328669534416 140329731782555 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21221] ppid=21209 vsize=15417404 memory=0 CPUtime=1.25 cores=0,2,4,6
/proc/21211/task/21221/stat : 21221 (java) R 21209 21209 15420 0 -1 4202560 1929 0 0 0 125 0 0 0 20 0 19 0 410619869 15787421696 206466 33554432000 4194304 4196468 140726926037360 140328668469904 140329712465623 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21222] ppid=21209 vsize=15417404 memory=0 CPUtime=1.26 cores=0,2,4,6
/proc/21211/task/21222/stat : 21222 (java) R 21209 21209 15420 0 -1 4202560 1264 0 0 0 126 0 0 0 20 0 19 0 410619869 15787421696 206466 33554432000 4194304 4196468 140726926037360 140328667419520 140329715264317 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21223] ppid=21209 vsize=15417404 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/21211/task/21223/stat : 21223 (java) R 21209 21209 15420 0 -1 1077944384 2325 0 0 0 57 0 0 0 20 0 19 0 410619869 15787421696 206466 33554432000 4194304 4196468 140726926037360 140328666376944 140329731775106 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21224] ppid=21209 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21224/stat : 21224 (java) S 21209 21209 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410619869 15787421696 206466 33554432000 4194304 4196468 140726926037360 140328665324640 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21225] ppid=21209 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21225/stat : 21225 (java) S 21209 21209 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 410619869 15787421696 206466 33554432000 4194304 4196468 140726926037360 140328664271152 140329731775106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21226] ppid=21209 vsize=15417404 memory=0 CPUtime=0.75 cores=0,2,4,6
/proc/21211/task/21226/stat : 21226 (java) R 21209 21209 15420 0 -1 4202560 66 0 0 0 75 0 0 0 20 0 19 0 410620076 15787421696 206466 33554432000 4194304 4196468 140726926037360 140328213068376 140329355259104 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21227] ppid=21209 vsize=15417404 memory=1240 CPUtime=0.77 cores=0,2,4,6
/proc/21211/task/21227/stat : 21227 (java) R 21209 21209 15420 0 -1 4202560 75 0 0 0 77 0 0 0 20 0 19 0 410620076 15787421696 206466 33554432000 4194304 4196468 140726926037360 140328212017720 140329355259104 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21228] ppid=21209 vsize=15417404 memory=580 CPUtime=0.75 cores=0,2,4,6
/proc/21211/task/21228/stat : 21228 (java) R 21209 21209 15420 0 -1 4202560 110 0 0 0 75 0 0 0 20 0 19 0 410620076 15787421696 206466 33554432000 4194304 4196468 140726926037360 140328210966968 140329355372209 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21229] ppid=21209 vsize=15417404 memory=1696 CPUtime=0.71 cores=0,2,4,6
/proc/21211/task/21229/stat : 21229 (java) R 21209 21209 15420 0 -1 4202560 36 0 0 0 71 0 0 0 20 0 19 0 410620076 15787421696 206466 33554432000 4194304 4196468 140726926037360 140328209911864 140329355259104 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
Current children cumulated CPU time: 10 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 827316 KiB

[startup+3.30088 s]
/proc/loadavg: 3.30 3.64 5.45 8/237 21229
/proc/meminfo: memFree=27842072/32770624 swapFree=66999996/67108860
[pid=21209] ppid=21206 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21209/stat : 21209 (xcsp3-exec) S 21206 21209 15420 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410619863 115843072 363 33554432000 4194304 5098028 140732891903648 140732891901752 140328400609916 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11517952 140732891906938 140732891907181 140732891907181 140732891910090 0
/proc/21209/statm: 28282 363 304 221 0 87 0
[pid=21211] ppid=21209 vsize=15417404 memory=829588 CPUtime=10.37 cores=0,2,4,6
/proc/21211/stat : 21211 (java) S 21209 21209 15420 0 -1 1077944320 20163 0 0 0 958 79 0 0 20 0 13 0 410619863 15787421696 207397 33554432000 4194304 4196468 140726926037360 140726926019904 140329731763959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
/proc/21211/statm: 3854351 207397 3513 1 0 3815453 0
[pid=21211/tid=21212] ppid=21209 vsize=15417404 memory=0 CPUtime=1.46 cores=0,2,4,6
/proc/21211/task/21212/stat : 21212 (java) S 21209 21209 15420 0 -1 1077944384 9182 0 0 0 139 7 0 0 20 0 13 0 410619864 15787421696 207397 33554432000 4194304 4196468 140726926037360 140329736006800 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21213] ppid=21209 vsize=15417404 memory=2209 CPUtime=0.59 cores=0,2,4,6
/proc/21211/task/21213/stat : 21213 (java) S 21209 21209 15420 0 -1 1077944384 654 0 0 0 42 17 0 0 20 0 13 0 410619864 15787421696 207397 33554432000 4194304 4196468 140726926037360 140329324436240 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21214] ppid=21209 vsize=15417404 memory=146 CPUtime=0.59 cores=0,2,4,6
/proc/21211/task/21214/stat : 21214 (java) S 21209 21209 15420 0 -1 1077944384 372 0 0 0 42 17 0 0 20 0 13 0 410619864 15787421696 207397 33554432000 4194304 4196468 140726926037360 140329323383696 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21215] ppid=21209 vsize=15417404 memory=59 CPUtime=0.57 cores=0,2,4,6
/proc/21211/task/21215/stat : 21215 (java) S 21209 21209 15420 0 -1 1077944384 620 0 0 0 41 16 0 0 20 0 13 0 410619864 15787421696 207397 33554432000 4194304 4196468 140726926037360 140329322331152 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21216] ppid=21209 vsize=15417404 memory=1452 CPUtime=0.58 cores=0,2,4,6
/proc/21211/task/21216/stat : 21216 (java) S 21209 21209 15420 0 -1 1077944384 692 0 0 0 41 17 0 0 20 0 13 0 410619864 15787421696 207397 33554432000 4194304 4196468 140726926037360 140329321278608 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21217] ppid=21209 vsize=15417404 memory=673024 CPUtime=0.03 cores=0,2,4,6
/proc/21211/task/21217/stat : 21217 (java) S 21209 21209 15420 0 -1 1077944384 520 0 0 0 3 0 0 0 20 0 13 0 410619866 15787421696 207397 33554432000 4194304 4196468 140726926037360 140329267546304 140329731775106 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21218] ppid=21209 vsize=15417404 memory=13252 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21218/stat : 21218 (java) S 21209 21209 15420 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 13 0 410619866 15787421696 207397 33554432000 4194304 4196468 140726926037360 140329266492384 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21219] ppid=21209 vsize=15417404 memory=281102657025088 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21219/stat : 21219 (java) S 21209 21209 15420 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 410619866 15787421696 207397 33554432000 4194304 4196468 140726926037360 140328670585856 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21221] ppid=21209 vsize=15417404 memory=6945487848980113744 CPUtime=1.3 cores=0,2,4,6
/proc/21211/task/21221/stat : 21221 (java) R 21209 21209 15420 0 -1 4202560 2367 0 0 0 130 0 0 0 20 0 13 0 410619869 15787421696 207397 33554432000 4194304 4196468 140726926037360 140328668463048 140329713285070 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21222] ppid=21209 vsize=15417404 memory=1452 CPUtime=1.32 cores=0,2,4,6
/proc/21211/task/21222/stat : 21222 (java) R 21209 21209 15420 0 -1 4202560 1799 0 0 0 132 0 0 0 20 0 13 0 410619869 15787421696 207397 33554432000 4194304 4196468 140726926037360 140328667415512 140329716873583 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21223] ppid=21209 vsize=15417404 memory=247540 CPUtime=0.58 cores=0,2,4,6
/proc/21211/task/21223/stat : 21223 (java) S 21209 21209 15420 0 -1 1077944384 2366 0 0 0 58 0 0 0 20 0 13 0 410619869 15787421696 207397 33554432000 4194304 4196468 140726926037360 140328666376944 140329731775106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
[pid=21211/tid=21224] ppid=21209 vsize=15417404 memory=772 CPUtime=0 cores=0,2,4,6
/proc/21211/task/21224/stat : 21224 (java) S 21209 21209 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 410619869 15787421696 207397 33554432000 4194304 4196468 140726926037360 140328665324640 140329731774165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23093248 140726926046191 140726926046362 140726926046362 140726926049231 0
Current children cumulated CPU time: 10.37 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 831040 KiB

Child status: 0
Real time (s): 3.32326
CPU time (s): 10.4104
CPU user time (s): 9.60929
CPU system time (s): 0.801086
CPU usage (%): 313.258
Max. virtual memory (cumulated for all children) (KiB): 15530532
Max. memory (cumulated for all children) (KiB): 831040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.60929
system time used= 0.801086
maximum resident set size= 830848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20889
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= 2286
involuntary context switches= 259


# summary of solver processes directly reported to runsolver:
#   pid: 21209
#   total CPU time (s): 10.4104
#   total CPU user time (s): 9.60929
#   total CPU system time (s): 0.801086

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.04506 second user time and 0.082483 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-13 05:56:58
IDJOB=4392884
IDBENCH=135918
IDSOLVER=2840
FILE ID=node146/4392884-1568347058
RUNJOBID= node146-1568343521-17189
PBS_JOBID= 21701161
Free space on /tmp= 56672 MiB

SOLVER NAME= choco-solver 2019-06-14
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 /tmp/evaluation-result-4392884-1568347058/watcher-4392884-1568347058 -o /tmp/evaluation-result-4392884-1568347058/solver-4392884-1568347058 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568343521-17189 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1765213157 HOME/instance-4392884-1568347058.xml

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

MD5SUM BENCH= b8ea00653452363d0c81f6ef3102e485
RANDOM SEED=1765213157

node146.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.90
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:        28653604 kB
MemAvailable:   28976944 kB
Buffers:          146272 kB
Cached:           457968 kB
SwapCached:         5160 kB
Active:          3246856 kB
Inactive:         281520 kB
Active(anon):    2941756 kB
Inactive(anon):    20900 kB
Active(file):     305100 kB
Inactive(file):   260620 kB
Unevictable:      111040 kB
Mlocked:          111040 kB
SwapTotal:      67108860 kB
SwapFree:       66999996 kB
Dirty:              7160 kB
Writeback:             0 kB
AnonPages:       3044152 kB
Mapped:            54196 kB
Shmem:             29356 kB
Slab:             176172 kB
SReclaimable:     146908 kB
SUnreclaim:        29264 kB
KernelStack:        4064 kB
PageTables:        11732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4283884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2926592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 56648 MiB
End job on node146 at 2019-09-13 05:57:01