Trace number 4398839

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-16SAT 6.84377 2.08424

General information on the benchmark

NameRandom/Random-D-t050/
rand-2-40-25-180-050-34.xml
MD5SUM2b23d7f384de8bee09908163d3005f80
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 benchmark1.27106
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints180
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":40}]
Minimum variable degree4
Maximum variable degree14
Distribution of variable degrees[{"degree":4,"count":1},{"degree":5,"count":2},{"degree":6,"count":3},{"degree":7,"count":1},{"degree":8,"count":9},{"degree":9,"count":10},{"degree":10,"count":6},{"degree":11,"count":3},{"degree":13,"count":4},{"degree":14,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":180}]
Number of extensional constraints180
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":180}]
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-4398839-1568694175.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4398839-1568694175.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
2.71/1.09	c solve instance...
6.61/2.06	s SATISFIABLE
6.61/2.06	v <instantiation>
6.61/2.06	v 	<list>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] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] </list>
6.61/2.06	v 	<values>9 2 1 23 16 21 12 22 1 9 6 12 19 4 21 17 20 1 20 13 16 0 24 10 14 8 3 0 15 19 23 20 4 12 13 20 10 6 10 14 </values>
6.61/2.06	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 (14900 MiB free)
  memory of node 1: 16384 MiB (15259 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398839-1568694175/watcher-4398839-1568694175 -o /tmp/evaluation-result-4398839-1568694175/solver-4398839-1568694175 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568694133-19867 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 2035573239 HOME/instance-4398839-1568694175.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=19886, runsolver pid=19883

[startup+0.100096 s]*
/proc/loadavg: 0.52 0.66 0.84 4/210 19902
/proc/meminfo: memFree=30855272/32770624 swapFree=66922404/67108860
[pid=19886] ppid=19883 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/19886/stat : 19886 (xcsp3-exec) S 19883 19886 19836 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445355387 115843072 362 33554432000 4194304 5098028 140730568613360 140730568611464 140233509859964 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 31850496 140730568618874 140730568619117 140730568619117 140730568622026 0
/proc/19886/statm: 28282 362 304 221 0 87 0
[pid=19888] ppid=19886 vsize=15144776 memory=28868 CPUtime=0.13 cores=0,2,4,6
/proc/19888/stat : 19888 (java) S 19886 19886 19836 0 -1 1077944320 5608 0 0 0 12 1 0 0 20 0 15 0 445355387 15508250624 7217 33554432000 4194304 4196468 140725875171152 140725875153696 140321127030519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
/proc/19888/statm: 3786194 7217 3159 1 0 3748377 0
[pid=19888/tid=19889] ppid=19886 vsize=15144776 memory=7822038051842263955 CPUtime=0.09 cores=0,2,4,6
/proc/19888/task/19889/stat : 19889 (java) R 19886 19886 19836 0 -1 4202560 3543 0 0 0 9 0 0 0 20 0 15 0 445355387 15508250624 7217 33554432000 4194304 4196468 140725875171152 140321131260704 140321111111006 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19890] ppid=19886 vsize=15144776 memory=-9181546050914066336 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19890/stat : 19890 (java) S 19886 19886 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445355388 15508250624 7217 33554432000 4194304 4196468 140725875171152 140321079651472 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19891] ppid=19886 vsize=15144776 memory=140182076409472 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19891/stat : 19891 (java) S 19886 19886 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445355388 15508250624 7217 33554432000 4194304 4196468 140725875171152 140320718117904 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19892] ppid=19886 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19892/stat : 19892 (java) S 19886 19886 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445355388 15508250624 7217 33554432000 4194304 4196468 140725875171152 140320717065104 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19893] ppid=19886 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19893/stat : 19893 (java) S 19886 19886 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445355388 15508250624 7217 33554432000 4194304 4196468 140725875171152 140320716012304 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19894] ppid=19886 vsize=15144776 memory=140182076409472 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19894/stat : 19894 (java) S 19886 19886 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445355390 15508250624 7217 33554432000 4194304 4196468 140725875171152 140320000911728 140321127041666 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19895] ppid=19886 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19895/stat : 19895 (java) S 19886 19886 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445355390 15508250624 7217 33554432000 4194304 4196468 140725875171152 140319999857696 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19896] ppid=19886 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19896/stat : 19896 (java) S 19886 19886 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445355390 15508250624 7217 33554432000 4194304 4196468 140725875171152 140319998804848 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19897] ppid=19886 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19897/stat : 19897 (java) S 19886 19886 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445355393 15508250624 7217 33554432000 4194304 4196468 140725875171152 140319997753168 140321127049115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19898] ppid=19886 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19898/stat : 19898 (java) R 19886 19886 19836 0 -1 4202560 434 0 0 0 0 0 0 0 20 0 15 0 445355393 15508250624 7217 33554432000 4194304 4196468 140725875171152 140319996701552 140321113045747 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19899] ppid=19886 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19899/stat : 19899 (java) R 19886 19886 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445355393 15508250624 7217 33554432000 4194304 4196468 140725875171152 140319995648752 140321127041666 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19900] ppid=19886 vsize=15144776 memory=140182076409472 CPUtime=0.01 cores=0,2,4,6
/proc/19888/task/19900/stat : 19900 (java) R 19886 19886 19836 0 -1 4202560 337 0 0 0 1 0 0 0 20 0 15 0 445355393 15508250624 7217 33554432000 4194304 4196468 140725875171152 140319994595952 140321111111006 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19901] ppid=19886 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19901/stat : 19901 (java) S 19886 19886 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445355393 15508250624 7217 33554432000 4194304 4196468 140725875171152 140319993543392 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19902] ppid=19886 vsize=15144776 memory=140182076409472 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19902/stat : 19902 (java) S 19886 19886 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445355393 15508250624 7217 33554432000 4194304 4196468 140725875171152 140319992490672 140321127041666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30316 KiB

[startup+0.210694 s]*
/proc/loadavg: 0.52 0.66 0.84 5/210 19902
/proc/meminfo: memFree=30798076/32770624 swapFree=66922404/67108860
[pid=19886] ppid=19883 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/19886/stat : 19886 (xcsp3-exec) S 19883 19886 19836 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445355387 115843072 362 33554432000 4194304 5098028 140730568613360 140730568611464 140233509859964 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 31850496 140730568618874 140730568619117 140730568619117 140730568622026 0
/proc/19886/statm: 28282 362 304 221 0 87 0
[pid=19888] ppid=19886 vsize=15144776 memory=40312 CPUtime=0.35 cores=0,2,4,6
/proc/19888/stat : 19888 (java) S 19886 19886 19836 0 -1 1077944320 9305 0 0 0 32 3 0 0 20 0 15 0 445355387 15508250624 10078 33554432000 4194304 4196468 140725875171152 140725875153696 140321127030519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
/proc/19888/statm: 3786194 10078 3290 1 0 3748377 0
[pid=19888/tid=19889] ppid=19886 vsize=15144776 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/19888/task/19889/stat : 19889 (java) R 19886 19886 19836 0 -1 4202560 6523 0 0 0 18 2 0 0 20 0 15 0 445355387 15508250624 10078 33554432000 4194304 4196468 140725875171152 140321131260240 140321127042454 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19890] ppid=19886 vsize=15144776 memory=345 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19890/stat : 19890 (java) S 19886 19886 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445355388 15508250624 10078 33554432000 4194304 4196468 140725875171152 140321079651472 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19891] ppid=19886 vsize=15144776 memory=3472474014530815648 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19891/stat : 19891 (java) S 19886 19886 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445355388 15508250624 10078 33554432000 4194304 4196468 140725875171152 140320718117904 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19892] ppid=19886 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19892/stat : 19892 (java) S 19886 19886 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445355388 15508250624 10078 33554432000 4194304 4196468 140725875171152 140320717065104 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19893] ppid=19886 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19893/stat : 19893 (java) S 19886 19886 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445355388 15508250624 10078 33554432000 4194304 4196468 140725875171152 140320716012304 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19894] ppid=19886 vsize=15144776 memory=140182076409472 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19894/stat : 19894 (java) S 19886 19886 19836 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445355390 15508250624 10078 33554432000 4194304 4196468 140725875171152 140320000911728 140321127041666 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19895] ppid=19886 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19895/stat : 19895 (java) S 19886 19886 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445355390 15508250624 10078 33554432000 4194304 4196468 140725875171152 140319999857696 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19896] ppid=19886 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19896/stat : 19896 (java) S 19886 19886 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445355390 15508250624 10078 33554432000 4194304 4196468 140725875171152 140319998804848 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19897] ppid=19886 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19897/stat : 19897 (java) S 19886 19886 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445355393 15508250624 10078 33554432000 4194304 4196468 140725875171152 140319997753168 140321127049115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19898] ppid=19886 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/19888/task/19898/stat : 19898 (java) S 19886 19886 19836 0 -1 1077944384 570 0 0 0 2 0 0 0 20 0 15 0 445355393 15508250624 10078 33554432000 4194304 4196468 140725875171152 140319996701552 140321127041666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19899] ppid=19886 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/19888/task/19899/stat : 19899 (java) S 19886 19886 19836 0 -1 1077944384 80 0 0 0 2 0 0 0 20 0 15 0 445355393 15508250624 10078 33554432000 4194304 4196468 140725875171152 140319995648752 140321127041666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19900] ppid=19886 vsize=15144776 memory=140182076409472 CPUtime=0.07 cores=0,2,4,6
/proc/19888/task/19900/stat : 19900 (java) R 19886 19886 19836 0 -1 4202560 827 0 0 0 7 0 0 0 20 0 15 0 445355393 15508250624 10078 33554432000 4194304 4196468 140725875171152 140319994595952 140321127051866 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19901] ppid=19886 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19901/stat : 19901 (java) S 19886 19886 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445355393 15508250624 10078 33554432000 4194304 4196468 140725875171152 140319993543392 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19902] ppid=19886 vsize=15144776 memory=140182076409472 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19902/stat : 19902 (java) S 19886 19886 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445355393 15508250624 10078 33554432000 4194304 4196468 140725875171152 140319992490672 140321127041666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41760 KiB

[startup+0.311282 s]*
/proc/loadavg: 0.52 0.66 0.84 4/210 19902
/proc/meminfo: memFree=30768628/32770624 swapFree=66922404/67108860
[pid=19886] ppid=19883 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/19886/stat : 19886 (xcsp3-exec) S 19883 19886 19836 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445355387 115843072 362 33554432000 4194304 5098028 140730568613360 140730568611464 140233509859964 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 31850496 140730568618874 140730568619117 140730568619117 140730568622026 0
/proc/19886/statm: 28282 362 304 221 0 87 0
[pid=19888] ppid=19886 vsize=15149032 memory=49644 CPUtime=0.53 cores=0,2,4,6
/proc/19888/stat : 19888 (java) S 19886 19886 19836 0 -1 1077944320 10740 0 0 0 49 4 0 0 20 0 15 0 445355387 15512608768 12411 33554432000 4194304 4196468 140725875171152 140725875153696 140321127030519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
/proc/19888/statm: 3787258 12411 3363 1 0 3748377 0
[pid=19888/tid=19889] ppid=19886 vsize=15149032 memory=140181961278882 CPUtime=0.3 cores=0,2,4,6
/proc/19888/task/19889/stat : 19889 (java) R 19886 19886 19836 0 -1 4202560 7660 0 0 0 27 3 0 0 20 0 15 0 445355387 15512608768 12411 33554432000 4194304 4196468 140725875171152 140321131261632 140321127052445 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19890] ppid=19886 vsize=15149032 memory=4121131248748095846 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19890/stat : 19890 (java) S 19886 19886 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445355388 15512608768 12411 33554432000 4194304 4196468 140725875171152 140321079651472 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19891] ppid=19886 vsize=15149032 memory=280363922564752 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19891/stat : 19891 (java) S 19886 19886 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445355388 15512608768 12411 33554432000 4194304 4196468 140725875171152 140320718117904 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19892] ppid=19886 vsize=15149032 memory=280363922571664 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19892/stat : 19892 (java) S 19886 19886 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445355388 15512608768 12411 33554432000 4194304 4196468 140725875171152 140320717065104 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19893] ppid=19886 vsize=15149032 memory=1970350607106051 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19893/stat : 19893 (java) S 19886 19886 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445355388 15512608768 12411 33554432000 4194304 4196468 140725875171152 140320716012304 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19894] ppid=19886 vsize=15149032 memory=280364037702208 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19894/stat : 19894 (java) S 19886 19886 19836 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445355390 15512608768 12411 33554432000 4194304 4196468 140725875171152 140320000911728 140321127041666 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19895] ppid=19886 vsize=15149032 memory=1970350607106051 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19895/stat : 19895 (java) S 19886 19886 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445355390 15512608768 12411 33554432000 4194304 4196468 140725875171152 140319999857696 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19896] ppid=19886 vsize=15149032 memory=2110532568422244 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19896/stat : 19896 (java) S 19886 19886 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445355390 15512608768 12411 33554432000 4194304 4196468 140725875171152 140319998804848 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19897] ppid=19886 vsize=15149032 memory=280363922495592 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19897/stat : 19897 (java) S 19886 19886 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445355393 15512608768 12411 33554432000 4194304 4196468 140725875171152 140319997753168 140321127049115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19898] ppid=19886 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/19888/task/19898/stat : 19898 (java) R 19886 19886 19836 0 -1 4202560 702 0 0 0 5 0 0 0 20 0 15 0 445355393 15512608768 12411 33554432000 4194304 4196468 140725875171152 140319996691936 140321108575081 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19899] ppid=19886 vsize=15149032 memory=140181961304271 CPUtime=0.03 cores=0,2,4,6
/proc/19888/task/19899/stat : 19899 (java) R 19886 19886 19836 0 -1 1077944384 102 0 0 0 3 0 0 0 20 0 15 0 445355393 15512608768 12411 33554432000 4194304 4196468 140725875171152 140319995648752 140321127041666 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19900] ppid=19886 vsize=15149032 memory=140182076409472 CPUtime=0.12 cores=0,2,4,6
/proc/19888/task/19900/stat : 19900 (java) S 19886 19886 19836 0 -1 1077944384 972 0 0 0 12 0 0 0 20 0 15 0 445355393 15512608768 12411 33554432000 4194304 4196468 140725875171152 140319994595952 140321127041666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19901] ppid=19886 vsize=15149032 memory=140181961327951 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19901/stat : 19901 (java) S 19886 19886 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445355393 15512608768 12411 33554432000 4194304 4196468 140725875171152 140319993543392 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19902] ppid=19886 vsize=15149032 memory=140182076409472 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19902/stat : 19902 (java) S 19886 19886 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445355393 15512608768 12411 33554432000 4194304 4196468 140725875171152 140319992490672 140321127041666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51092 KiB

[startup+0.700832 s]
/proc/loadavg: 0.52 0.66 0.84 6/210 19902
/proc/meminfo: memFree=30719344/32770624 swapFree=66922404/67108860
[pid=19886] ppid=19883 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/19886/stat : 19886 (xcsp3-exec) S 19883 19886 19836 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445355387 115843072 362 33554432000 4194304 5098028 140730568613360 140730568611464 140233509859964 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 31850496 140730568618874 140730568619117 140730568619117 140730568622026 0
/proc/19886/statm: 28282 362 304 221 0 87 0
[pid=19888] ppid=19886 vsize=15151156 memory=139784 CPUtime=1.71 cores=0,2,4,6
/proc/19888/stat : 19888 (java) S 19886 19886 19836 0 -1 1077944320 13856 0 0 0 164 7 0 0 20 0 15 0 445355387 15514783744 34946 33554432000 4194304 4196468 140725875171152 140725875153696 140321127030519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
/proc/19888/statm: 3787789 34946 3443 1 0 3748889 0
[pid=19888/tid=19889] ppid=19886 vsize=15151156 memory=33 CPUtime=0.68 cores=0,2,4,6
/proc/19888/task/19889/stat : 19889 (java) R 19886 19886 19836 0 -1 4202560 8338 0 0 0 64 4 0 0 20 0 15 0 445355387 15514783744 34946 33554432000 4194304 4196468 140725875171152 140321131265664 140320762908194 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19890] ppid=19886 vsize=15151156 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19890/stat : 19890 (java) S 19886 19886 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445355388 15514783744 34946 33554432000 4194304 4196468 140725875171152 140321079651472 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19891] ppid=19886 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19891/stat : 19891 (java) S 19886 19886 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445355388 15514783744 34946 33554432000 4194304 4196468 140725875171152 140320718117904 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19892] ppid=19886 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19892/stat : 19892 (java) S 19886 19886 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445355388 15514783744 34946 33554432000 4194304 4196468 140725875171152 140320717065104 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19893] ppid=19886 vsize=15151156 memory=32652 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19893/stat : 19893 (java) S 19886 19886 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445355388 15514783744 34946 33554432000 4194304 4196468 140725875171152 140320716012304 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19894] ppid=19886 vsize=15151156 memory=988 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19894/stat : 19894 (java) S 19886 19886 19836 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445355390 15514783744 34946 33554432000 4194304 4196468 140725875171152 140320000911728 140321127041666 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19895] ppid=19886 vsize=15151156 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19895/stat : 19895 (java) S 19886 19886 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445355390 15514783744 34946 33554432000 4194304 4196468 140725875171152 140319999857696 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19896] ppid=19886 vsize=15151156 memory=1324 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19896/stat : 19896 (java) S 19886 19886 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445355390 15514783744 34946 33554432000 4194304 4196468 140725875171152 140319998804848 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19897] ppid=19886 vsize=15151156 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19897/stat : 19897 (java) S 19886 19886 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445355393 15514783744 34946 33554432000 4194304 4196468 140725875171152 140319997753168 140321127049115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19898] ppid=19886 vsize=15151156 memory=5972 CPUtime=0.34 cores=0,2,4,6
/proc/19888/task/19898/stat : 19898 (java) R 19886 19886 19836 0 -1 4202560 1482 0 0 0 33 1 0 0 20 0 15 0 445355393 15514783744 34946 33554432000 4194304 4196468 140725875171152 140319996701680 140321106276394 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19899] ppid=19886 vsize=15151156 memory=588 CPUtime=0.33 cores=0,2,4,6
/proc/19888/task/19899/stat : 19899 (java) R 19886 19886 19836 0 -1 4202560 1039 0 0 0 33 0 0 0 20 0 15 0 445355393 15514783744 34946 33554432000 4194304 4196468 140725875171152 140319995637104 140321108574309 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19900] ppid=19886 vsize=15151156 memory=780 CPUtime=0.33 cores=0,2,4,6
/proc/19888/task/19900/stat : 19900 (java) S 19886 19886 19836 0 -1 1077944384 1691 0 0 0 32 1 0 0 20 0 15 0 445355393 15514783744 34946 33554432000 4194304 4196468 140725875171152 140319994595952 140321127041666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19901] ppid=19886 vsize=15151156 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19901/stat : 19901 (java) S 19886 19886 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445355393 15514783744 34946 33554432000 4194304 4196468 140725875171152 140319993543392 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19902] ppid=19886 vsize=15151156 memory=11620 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19902/stat : 19902 (java) S 19886 19886 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445355393 15514783744 34946 33554432000 4194304 4196468 140725875171152 140319992490672 140321127041666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 141232 KiB

[startup+1.50703 s]
/proc/loadavg: 0.52 0.66 0.84 6/229 19928
/proc/meminfo: memFree=30578792/32770624 swapFree=66922404/67108860
[pid=19886] ppid=19883 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/19886/stat : 19886 (xcsp3-exec) S 19883 19886 19836 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445355387 115843072 362 33554432000 4194304 5098028 140730568613360 140730568611464 140233509859964 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 31850496 140730568618874 140730568619117 140730568619117 140730568622026 0
/proc/19886/statm: 28282 362 304 221 0 87 0
[pid=19888] ppid=19886 vsize=15417412 memory=211196 CPUtime=4.61 cores=0,2,4,6
/proc/19888/stat : 19888 (java) S 19886 19886 19836 0 -1 1077944320 17064 0 0 0 446 15 0 0 20 0 19 0 445355387 15787429888 52799 33554432000 4194304 4196468 140725875171152 140725875153696 140321127030519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
/proc/19888/statm: 3854353 52799 3481 1 0 3815453 0
[pid=19888/tid=19889] ppid=19886 vsize=15417412 memory=0 CPUtime=1.05 cores=0,2,4,6
/proc/19888/task/19889/stat : 19889 (java) S 19886 19886 19836 0 -1 1077944384 9073 0 0 0 100 5 0 0 20 0 19 0 445355387 15787429888 52799 33554432000 4194304 4196468 140725875171152 140321131271296 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19890] ppid=19886 vsize=15417412 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/19888/task/19890/stat : 19890 (java) S 19886 19886 19836 0 -1 1077944384 10 0 0 0 1 0 0 0 20 0 19 0 445355388 15787429888 52799 33554432000 4194304 4196468 140725875171152 140321079651472 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19891] ppid=19886 vsize=15417412 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19891/stat : 19891 (java) S 19886 19886 19836 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 445355388 15787429888 52799 33554432000 4194304 4196468 140725875171152 140320718117904 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19892] ppid=19886 vsize=15417412 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/19888/task/19892/stat : 19892 (java) S 19886 19886 19836 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 19 0 445355388 15787429888 52799 33554432000 4194304 4196468 140725875171152 140320717065104 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19893] ppid=19886 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19893/stat : 19893 (java) S 19886 19886 19836 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 19 0 445355388 15787429888 52799 33554432000 4194304 4196468 140725875171152 140320716012304 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19894] ppid=19886 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19894/stat : 19894 (java) S 19886 19886 19836 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 445355390 15787429888 52799 33554432000 4194304 4196468 140725875171152 140320000911728 140321127041666 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19895] ppid=19886 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19895/stat : 19895 (java) S 19886 19886 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445355390 15787429888 52799 33554432000 4194304 4196468 140725875171152 140319999857760 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19896] ppid=19886 vsize=15417412 memory=15225659067421 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19896/stat : 19896 (java) S 19886 19886 19836 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 445355390 15787429888 52799 33554432000 4194304 4196468 140725875171152 140319998804864 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19897] ppid=19886 vsize=15417412 memory=6935650354463780896 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19897/stat : 19897 (java) S 19886 19886 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445355393 15787429888 52799 33554432000 4194304 4196468 140725875171152 140319997753168 140321127049115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19898] ppid=19886 vsize=15417412 memory=4639059895069856102 CPUtime=0.96 cores=0,2,4,6
/proc/19888/task/19898/stat : 19898 (java) R 19886 19886 19836 0 -1 4202560 1963 0 0 0 92 4 0 0 20 0 19 0 445355393 15787429888 52799 33554432000 4194304 4196468 140725875171152 140319996682944 140321111306892 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19899] ppid=19886 vsize=15417412 memory=4640204490969339242 CPUtime=1.03 cores=0,2,4,6
/proc/19888/task/19899/stat : 19899 (java) R 19886 19886 19836 0 -1 4202560 1700 0 0 0 103 0 0 0 20 0 19 0 445355393 15787429888 52799 33554432000 4194304 4196468 140725875171152 140319995641240 140321111912262 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19900] ppid=19886 vsize=15417412 memory=4120854352152816049 CPUtime=0.59 cores=0,2,4,6
/proc/19888/task/19900/stat : 19900 (java) R 19886 19886 19836 0 -1 1077944384 2682 0 0 0 58 1 0 0 20 0 19 0 445355393 15787429888 52799 33554432000 4194304 4196468 140725875171152 140319994595952 140321127041666 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19901] ppid=19886 vsize=15417412 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19901/stat : 19901 (java) S 19886 19886 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445355393 15787429888 52799 33554432000 4194304 4196468 140725875171152 140319993543392 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19902] ppid=19886 vsize=15417412 memory=7667471181710381926 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19902/stat : 19902 (java) S 19886 19886 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445355393 15787429888 52799 33554432000 4194304 4196468 140725875171152 140319992490672 140321127041666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
Current children cumulated CPU time: 4.61 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 212644 KiB

[startup+2.0842 s]
# the end of solver process 19886 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=6.68354 s, system=0.160224 s

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

[startup+1.60603 s]
/proc/loadavg: 0.52 0.66 0.84 6/229 19928
/proc/meminfo: memFree=30578792/32770624 swapFree=66922404/67108860
[pid=19886] ppid=19883 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/19886/stat : 19886 (xcsp3-exec) S 19883 19886 19836 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445355387 115843072 362 33554432000 4194304 5098028 140730568613360 140730568611464 140233509859964 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 31850496 140730568618874 140730568619117 140730568619117 140730568622026 0
/proc/19886/statm: 28282 362 304 221 0 87 0
[pid=19888] ppid=19886 vsize=15417412 memory=211196 CPUtime=5.01 cores=0,2,4,6
/proc/19888/stat : 19888 (java) S 19886 19886 19836 0 -1 1077944320 17081 0 0 0 486 15 0 0 20 0 19 0 445355387 15787429888 52799 33554432000 4194304 4196468 140725875171152 140725875153696 140321127030519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
/proc/19888/statm: 3854353 52799 3481 1 0 3815453 0
[pid=19888/tid=19889] ppid=19886 vsize=15417412 memory=6655300316396806240 CPUtime=1.05 cores=0,2,4,6
/proc/19888/task/19889/stat : 19889 (java) S 19886 19886 19836 0 -1 1077944384 9073 0 0 0 100 5 0 0 20 0 19 0 445355387 15787429888 52799 33554432000 4194304 4196468 140725875171152 140321131271296 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19890] ppid=19886 vsize=15417412 memory=6944656592455360604 CPUtime=0.01 cores=0,2,4,6
/proc/19888/task/19890/stat : 19890 (java) S 19886 19886 19836 0 -1 1077944384 10 0 0 0 1 0 0 0 20 0 19 0 445355388 15787429888 52799 33554432000 4194304 4196468 140725875171152 140321079651472 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19891] ppid=19886 vsize=15417412 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19891/stat : 19891 (java) S 19886 19886 19836 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 445355388 15787429888 52799 33554432000 4194304 4196468 140725875171152 140320718117904 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19892] ppid=19886 vsize=15417412 memory=6655300316396806240 CPUtime=0.01 cores=0,2,4,6
/proc/19888/task/19892/stat : 19892 (java) S 19886 19886 19836 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 19 0 445355388 15787429888 52799 33554432000 4194304 4196468 140725875171152 140320717065104 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19893] ppid=19886 vsize=15417412 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19893/stat : 19893 (java) S 19886 19886 19836 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 19 0 445355388 15787429888 52799 33554432000 4194304 4196468 140725875171152 140320716012304 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19894] ppid=19886 vsize=15417412 memory=9023629670928638048 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19894/stat : 19894 (java) S 19886 19886 19836 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 445355390 15787429888 52799 33554432000 4194304 4196468 140725875171152 140320000911728 140321127041666 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19895] ppid=19886 vsize=15417412 memory=-6579883684294465990 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19895/stat : 19895 (java) S 19886 19886 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445355390 15787429888 52799 33554432000 4194304 4196468 140725875171152 140319999857760 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19896] ppid=19886 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19896/stat : 19896 (java) S 19886 19886 19836 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 445355390 15787429888 52799 33554432000 4194304 4196468 140725875171152 140319998804864 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19897] ppid=19886 vsize=15417412 memory=-7595718147998060693 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19897/stat : 19897 (java) S 19886 19886 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445355393 15787429888 52799 33554432000 4194304 4196468 140725875171152 140319997753168 140321127049115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19898] ppid=19886 vsize=15417412 memory=-6654736624938269017 CPUtime=1.01 cores=0,2,4,6
/proc/19888/task/19898/stat : 19898 (java) R 19886 19886 19836 0 -1 4202560 1972 0 0 0 97 4 0 0 20 0 19 0 445355393 15787429888 52799 33554432000 4194304 4196468 140725875171152 140319996682944 140321106884713 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19899] ppid=19886 vsize=15417412 memory=0 CPUtime=1.08 cores=0,2,4,6
/proc/19888/task/19899/stat : 19899 (java) R 19886 19886 19836 0 -1 4202560 1700 0 0 0 108 0 0 0 20 0 19 0 445355393 15787429888 52799 33554432000 4194304 4196468 140725875171152 140319995641240 140321112138331 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19900] ppid=19886 vsize=15417412 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/19888/task/19900/stat : 19900 (java) S 19886 19886 19836 0 -1 1077944384 2687 0 0 0 58 1 0 0 20 0 19 0 445355393 15787429888 52799 33554432000 4194304 4196468 140725875171152 140319994595952 140321127041666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19901] ppid=19886 vsize=15417412 memory=7374484296648189797 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19901/stat : 19901 (java) S 19886 19886 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445355393 15787429888 52799 33554432000 4194304 4196468 140725875171152 140319993543392 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19902] ppid=19886 vsize=15417412 memory=7741232992867411543 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19902/stat : 19902 (java) S 19886 19886 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445355393 15787429888 52799 33554432000 4194304 4196468 140725875171152 140319992490672 140321127041666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
Current children cumulated CPU time: 5.01 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 212644 KiB

[startup+2.00373 s]*
/proc/loadavg: 0.88 0.73 0.86 10/233 19932
/proc/meminfo: memFree=30175436/32770624 swapFree=66922404/67108860
[pid=19886] ppid=19883 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/19886/stat : 19886 (xcsp3-exec) S 19883 19886 19836 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445355387 115843072 362 33554432000 4194304 5098028 140730568613360 140730568611464 140233509859964 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 31850496 140730568618874 140730568619117 140730568619117 140730568622026 0
/proc/19886/statm: 28282 362 304 221 0 87 0
[pid=19888] ppid=19886 vsize=15417412 memory=211836 CPUtime=6.61 cores=0,2,4,6
/proc/19888/stat : 19888 (java) S 19886 19886 19836 0 -1 1077944320 17257 0 0 0 646 15 0 0 20 0 19 0 445355387 15787429888 52959 33554432000 4194304 4196468 140725875171152 140725875153696 140321127030519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
/proc/19888/statm: 3854353 52959 3496 1 0 3815453 0
[pid=19888/tid=19889] ppid=19886 vsize=15417412 memory=29678448712876256 CPUtime=1.05 cores=0,2,4,6
/proc/19888/task/19889/stat : 19889 (java) S 19886 19886 19836 0 -1 1077944384 9073 0 0 0 100 5 0 0 20 0 19 0 445355387 15787429888 52959 33554432000 4194304 4196468 140725875171152 140321131271296 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19890] ppid=19886 vsize=15417412 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/19888/task/19890/stat : 19890 (java) S 19886 19886 19836 0 -1 1077944384 10 0 0 0 1 0 0 0 20 0 19 0 445355388 15787429888 52959 33554432000 4194304 4196468 140725875171152 140321079651472 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19891] ppid=19886 vsize=15417412 memory=3906229139780290208 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19891/stat : 19891 (java) S 19886 19886 19836 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 445355388 15787429888 52959 33554432000 4194304 4196468 140725875171152 140320718117904 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19892] ppid=19886 vsize=15417412 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/19888/task/19892/stat : 19892 (java) S 19886 19886 19836 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 19 0 445355388 15787429888 52959 33554432000 4194304 4196468 140725875171152 140320717065104 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19893] ppid=19886 vsize=15417412 memory=280363922358512 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19893/stat : 19893 (java) S 19886 19886 19836 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 19 0 445355388 15787429888 52959 33554432000 4194304 4196468 140725875171152 140320716012304 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19894] ppid=19886 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19894/stat : 19894 (java) S 19886 19886 19836 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 445355390 15787429888 52959 33554432000 4194304 4196468 140725875171152 140320000911728 140321127041666 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19895] ppid=19886 vsize=15417412 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19895/stat : 19895 (java) S 19886 19886 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445355390 15787429888 52959 33554432000 4194304 4196468 140725875171152 140319999857760 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19896] ppid=19886 vsize=15417412 memory=280363922556608 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19896/stat : 19896 (java) S 19886 19886 19836 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 445355390 15787429888 52959 33554432000 4194304 4196468 140725875171152 140319998804864 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19897] ppid=19886 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19897/stat : 19897 (java) S 19886 19886 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445355393 15787429888 52959 33554432000 4194304 4196468 140725875171152 140319997753168 140321127049115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19898] ppid=19886 vsize=15417412 memory=0 CPUtime=1.26 cores=0,2,4,6
/proc/19888/task/19898/stat : 19898 (java) S 19886 19886 19836 0 -1 1077944384 2016 0 0 0 122 4 0 0 20 0 19 0 445355393 15787429888 52959 33554432000 4194304 4196468 140725875171152 140319996701552 140321127041666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19899] ppid=19886 vsize=15417412 memory=140181961283023 CPUtime=1.31 cores=0,2,4,6
/proc/19888/task/19899/stat : 19899 (java) R 19886 19886 19836 0 -1 4202560 1767 0 0 0 131 0 0 0 20 0 19 0 445355393 15787429888 52959 33554432000 4194304 4196468 140725875171152 140319995648752 140321106685729 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19900] ppid=19886 vsize=15417412 memory=280364037590552 CPUtime=0.64 cores=0,2,4,6
/proc/19888/task/19900/stat : 19900 (java) R 19886 19886 19836 0 -1 4202560 2749 0 0 0 62 2 0 0 20 0 19 0 445355393 15787429888 52959 33554432000 4194304 4196468 140725875171152 140319994591024 140321127051866 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19901] ppid=19886 vsize=15417412 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19901/stat : 19901 (java) S 19886 19886 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445355393 15787429888 52959 33554432000 4194304 4196468 140725875171152 140319993543392 140321127040725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19902] ppid=19886 vsize=15417412 memory=140182076409472 CPUtime=0 cores=0,2,4,6
/proc/19888/task/19902/stat : 19902 (java) S 19886 19886 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445355393 15787429888 52959 33554432000 4194304 4196468 140725875171152 140319992490672 140321127041666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19929] ppid=19886 vsize=15417412 memory=0 CPUtime=0.73 cores=0,2,4,6
/proc/19888/task/19929/stat : 19929 (java) R 19886 19886 19836 0 -1 4202560 51 0 0 0 73 0 0 0 20 0 19 0 445355497 15787429888 52959 33554432000 4194304 4196468 140725875171152 140319983271336 140320765520798 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19930] ppid=19886 vsize=15417412 memory=0 CPUtime=0.46 cores=0,2,4,6
/proc/19888/task/19930/stat : 19930 (java) R 19886 19886 19836 0 -1 4202560 73 0 0 0 46 0 0 0 20 0 19 0 445355497 15787429888 52959 33554432000 4194304 4196468 140725875171152 140319982219832 140320764881838 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19931] ppid=19886 vsize=15417412 memory=0 CPUtime=0.44 cores=0,2,4,6
/proc/19888/task/19931/stat : 19931 (java) R 19886 19886 19836 0 -1 4202560 30 0 0 0 44 0 0 0 20 0 19 0 445355497 15787429888 52959 33554432000 4194304 4196468 140725875171152 140319981167016 140320765345025 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
[pid=19888/tid=19932] ppid=19886 vsize=15417412 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/19888/task/19932/stat : 19932 (java) R 19886 19886 19836 0 -1 4202560 53 0 0 0 59 0 0 0 20 0 19 0 445355497 15787429888 52959 33554432000 4194304 4196468 140725875171152 140319980114936 140320765619131 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34369536 140725875172335 140725875172506 140725875172506 140725875175375 0
Current children cumulated CPU time: 6.61 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 213284 KiB

Child status: 0
Real time (s): 2.08424
CPU time (s): 6.84377
CPU user time (s): 6.68354
CPU system time (s): 0.160224
CPU usage (%): 328.358
Max. virtual memory (cumulated for all children) (KiB): 15530540
Max. memory (cumulated for all children) (KiB): 213284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.68354
system time used= 0.160224
maximum resident set size= 212976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17870
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1819
involuntary context switches= 222


# summary of solver processes directly reported to runsolver:
#   pid: 19886
#   total CPU time (s): 6.84377
#   total CPU user time (s): 6.68354
#   total CPU system time (s): 0.160224

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.036217 second user time and 0.069331 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-17 06:22:13
IDJOB=4398839
IDBENCH=122262
IDSOLVER=2853
FILE ID=node141/4398839-1568694175
RUNJOBID= node141-1568694133-19867
PBS_JOBID= 21703801
Free space on /tmp= 58544 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/Random/Random-D-t050/rand-2-40-25-180-050-34.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-4398839-1568694175/watcher-4398839-1568694175 -o /tmp/evaluation-result-4398839-1568694175/solver-4398839-1568694175 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568694133-19867 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 2035573239 HOME/instance-4398839-1568694175.xml

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

MD5SUM BENCH= 2b23d7f384de8bee09908163d3005f80
RANDOM SEED=2035573239

node141.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.93
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.93
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.93
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.93
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:        30885704 kB
MemAvailable:   31823188 kB
Buffers:          226464 kB
Cached:          1008464 kB
SwapCached:        77768 kB
Active:           533760 kB
Inactive:         789796 kB
Active(anon):      17288 kB
Inactive(anon):   115008 kB
Active(file):     516472 kB
Inactive(file):   674788 kB
Unevictable:      109460 kB
Mlocked:          109460 kB
SwapTotal:      67108860 kB
SwapFree:       66922404 kB
Dirty:             61424 kB
Writeback:             0 kB
AnonPages:        118796 kB
Mapped:            42820 kB
Shmem:             34584 kB
Slab:             153964 kB
SReclaimable:     124116 kB
SUnreclaim:        29848 kB
KernelStack:        3424 kB
PageTables:         5576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     519168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 58388 MiB
End job on node141 at 2019-09-17 06:22:15