Trace number 4392879

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 7.6398 2.25346

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-4392879-1568314945.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4392879-1568314945.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
2.79/1.02	c solve instance...
7.51/2.23	s SATISFIABLE
7.51/2.23	v <instantiation>
7.51/2.23	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>
7.51/2.23	v 	<values>10 7 18 16 2 20 19 20 8 20 21 11 1 24 3 11 21 5 10 16 14 14 6 4 10 12 7 12 11 9 0 16 7 17 21 4 16 12 7 11 </values>
7.51/2.23	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 (15321 MiB free)
  memory of node 1: 16384 MiB (15220 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392879-1568314945/watcher-4392879-1568314945 -o /tmp/evaluation-result-4392879-1568314945/solver-4392879-1568314945 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568308867-14285 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 425518334 HOME/instance-4392879-1568314945.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
solver pid=16059, runsolver pid=16056
Current StackSize limit: 8192 KiB


[startup+0.10009 s]*
/proc/loadavg: 8.60 8.37 7.17 8/233 16075
/proc/meminfo: memFree=31257400/32770624 swapFree=66920660/67108860
[pid=16059] ppid=16056 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16059/stat : 16059 (xcsp3-exec) S 16056 16059 14254 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407750551 115843072 362 33554432000 4194304 5098028 140723171828304 140723171826408 140059894399612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21753856 140723171836795 140723171837037 140723171837037 140723171839946 0
/proc/16059/statm: 28282 362 304 221 0 87 0
[pid=16061] ppid=16059 vsize=15144768 memory=30000 CPUtime=0.13 cores=0,2,4,6
/proc/16061/stat : 16061 (java) S 16059 16059 14254 0 -1 1077944320 5896 0 0 0 12 1 0 0 20 0 15 0 407750551 15508242432 7500 33554432000 4194304 4196468 140736644840752 140736644823296 140643805351671 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
/proc/16061/statm: 3786192 7500 3148 1 0 3748377 0
[pid=16061/tid=16062] ppid=16059 vsize=15144768 memory=576460756329955459 CPUtime=0.09 cores=0,2,4,6
/proc/16061/task/16062/stat : 16062 (java) R 16059 16059 14254 0 -1 4202560 3818 0 0 0 9 0 0 0 20 0 15 0 407750552 15508242432 7500 33554432000 4194304 4196468 140736644840752 140643809588016 140643805373597 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16063] ppid=16059 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16063/stat : 16063 (java) S 16059 16059 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407750552 15508242432 7500 33554432000 4194304 4196468 140736644840752 140643741587984 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16064] ppid=16059 vsize=15144768 memory=139987332529998 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16064/stat : 16064 (java) S 16059 16059 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407750552 15508242432 7500 33554432000 4194304 4196468 140736644840752 140643740535440 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16065] ppid=16059 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16065/stat : 16065 (java) S 16059 16059 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407750552 15508242432 7500 33554432000 4194304 4196468 140736644840752 140643739482384 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16066] ppid=16059 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16066/stat : 16066 (java) S 16059 16059 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407750552 15508242432 7500 33554432000 4194304 4196468 140736644840752 140643738429840 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16067] ppid=16059 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16067/stat : 16067 (java) S 16059 16059 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407750554 15508242432 7500 33554432000 4194304 4196468 140736644840752 140643341105904 140643805362818 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16068] ppid=16059 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16068/stat : 16068 (java) S 16059 16059 14254 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407750554 15508242432 7500 33554432000 4194304 4196468 140736644840752 140643340052128 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16069] ppid=16059 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16069/stat : 16069 (java) S 16059 16059 14254 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407750554 15508242432 7500 33554432000 4194304 4196468 140736644840752 140643338999024 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16070] ppid=16059 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16070/stat : 16070 (java) S 16059 16059 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407750557 15508242432 7500 33554432000 4194304 4196468 140736644840752 140643337947600 140643805370267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16071] ppid=16059 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16071/stat : 16071 (java) S 16059 16059 14254 0 -1 1077944384 417 0 0 0 0 0 0 0 20 0 15 0 407750557 15508242432 7500 33554432000 4194304 4196468 140736644840752 140643336894704 140643805362818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16072] ppid=16059 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16072/stat : 16072 (java) S 16059 16059 14254 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407750557 15508242432 7500 33554432000 4194304 4196468 140736644840752 140643335842160 140643805362818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16073] ppid=16059 vsize=15144768 memory=139987332515456 CPUtime=0.02 cores=0,2,4,6
/proc/16061/task/16073/stat : 16073 (java) R 16059 16059 14254 0 -1 4202560 352 0 0 0 2 0 0 0 20 0 15 0 407750557 15508242432 7500 33554432000 4194304 4196468 140736644840752 140643267504112 140643805363606 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16074] ppid=16059 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16074/stat : 16074 (java) S 16059 16059 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407750557 15508242432 7500 33554432000 4194304 4196468 140736644840752 140643266451808 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16075] ppid=16059 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16075/stat : 16075 (java) S 16059 16059 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407750557 15508242432 7500 33554432000 4194304 4196468 140736644840752 140643265399856 140643805362818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 31448 KiB

[startup+0.21073 s]*
/proc/loadavg: 8.60 8.37 7.17 8/233 16075
/proc/meminfo: memFree=31243972/32770624 swapFree=66920660/67108860
[pid=16059] ppid=16056 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16059/stat : 16059 (xcsp3-exec) S 16056 16059 14254 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407750551 115843072 362 33554432000 4194304 5098028 140723171828304 140723171826408 140059894399612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21753856 140723171836795 140723171837037 140723171837037 140723171839946 0
/proc/16059/statm: 28282 362 304 221 0 87 0
[pid=16061] ppid=16059 vsize=15144768 memory=41088 CPUtime=0.34 cores=0,2,4,6
/proc/16061/stat : 16061 (java) S 16059 16059 14254 0 -1 1077944320 9433 0 0 0 32 2 0 0 20 0 15 0 407750551 15508242432 10272 33554432000 4194304 4196468 140736644840752 140736644823296 140643805351671 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
/proc/16061/statm: 3786192 10272 3317 1 0 3748377 0
[pid=16061/tid=16062] ppid=16059 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/16061/task/16062/stat : 16062 (java) R 16059 16059 14254 0 -1 4202560 6628 0 0 0 18 2 0 0 20 0 15 0 407750552 15508242432 10272 33554432000 4194304 4196468 140736644840752 140643809586368 140643805363606 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16063] ppid=16059 vsize=15144768 memory=10592 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16063/stat : 16063 (java) S 16059 16059 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407750552 15508242432 10272 33554432000 4194304 4196468 140736644840752 140643741587984 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16064] ppid=16059 vsize=15144768 memory=288370363484227200 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16064/stat : 16064 (java) S 16059 16059 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407750552 15508242432 10272 33554432000 4194304 4196468 140736644840752 140643740535440 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16065] ppid=16059 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16065/stat : 16065 (java) S 16059 16059 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407750552 15508242432 10272 33554432000 4194304 4196468 140736644840752 140643739482384 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16066] ppid=16059 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16066/stat : 16066 (java) S 16059 16059 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407750552 15508242432 10272 33554432000 4194304 4196468 140736644840752 140643738429840 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16067] ppid=16059 vsize=15144768 memory=139987332515456 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16067/stat : 16067 (java) S 16059 16059 14254 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407750554 15508242432 10272 33554432000 4194304 4196468 140736644840752 140643341105904 140643805362818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16068] ppid=16059 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16068/stat : 16068 (java) S 16059 16059 14254 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407750554 15508242432 10272 33554432000 4194304 4196468 140736644840752 140643340052128 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16069] ppid=16059 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16069/stat : 16069 (java) S 16059 16059 14254 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407750554 15508242432 10272 33554432000 4194304 4196468 140736644840752 140643338999024 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16070] ppid=16059 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16070/stat : 16070 (java) S 16059 16059 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407750557 15508242432 10272 33554432000 4194304 4196468 140736644840752 140643337947600 140643805370267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16071] ppid=16059 vsize=15144768 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/16061/task/16071/stat : 16071 (java) S 16059 16059 14254 0 -1 1077944384 605 0 0 0 2 0 0 0 20 0 15 0 407750557 15508242432 10272 33554432000 4194304 4196468 140736644840752 140643336894704 140643805362818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16072] ppid=16059 vsize=15144768 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/16061/task/16072/stat : 16072 (java) S 16059 16059 14254 0 -1 1077944384 147 0 0 0 2 0 0 0 20 0 15 0 407750557 15508242432 10272 33554432000 4194304 4196468 140736644840752 140643335842160 140643805362818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16073] ppid=16059 vsize=15144768 memory=139987332515456 CPUtime=0.08 cores=0,2,4,6
/proc/16061/task/16073/stat : 16073 (java) R 16059 16059 14254 0 -1 4202560 747 0 0 0 8 0 0 0 20 0 15 0 407750557 15508242432 10272 33554432000 4194304 4196468 140736644840752 140643267504112 140643782575824 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16074] ppid=16059 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16074/stat : 16074 (java) S 16059 16059 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407750557 15508242432 10272 33554432000 4194304 4196468 140736644840752 140643266451808 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16075] ppid=16059 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16075/stat : 16075 (java) S 16059 16059 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407750557 15508242432 10272 33554432000 4194304 4196468 140736644840752 140643265399856 140643805362818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42536 KiB

[startup+0.311381 s]*
/proc/loadavg: 8.60 8.37 7.17 10/233 16075
/proc/meminfo: memFree=31207740/32770624 swapFree=66920660/67108860
[pid=16059] ppid=16056 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16059/stat : 16059 (xcsp3-exec) S 16056 16059 14254 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407750551 115843072 362 33554432000 4194304 5098028 140723171828304 140723171826408 140059894399612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21753856 140723171836795 140723171837037 140723171837037 140723171839946 0
/proc/16059/statm: 28282 362 304 221 0 87 0
[pid=16061] ppid=16059 vsize=15149024 memory=50004 CPUtime=0.53 cores=0,2,4,6
/proc/16061/stat : 16061 (java) S 16059 16059 14254 0 -1 1077944320 10827 0 0 0 49 4 0 0 20 0 15 0 407750551 15512600576 12501 33554432000 4194304 4196468 140736644840752 140736644823296 140643805351671 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
/proc/16061/statm: 3787256 12501 3356 1 0 3748377 0
[pid=16061/tid=16062] ppid=16059 vsize=15149024 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/16061/task/16062/stat : 16062 (java) R 16059 16059 14254 0 -1 4202560 7783 0 0 0 28 2 0 0 20 0 15 0 407750552 15512600576 12501 33554432000 4194304 4196468 140736644840752 140643809582784 140643789432158 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16063] ppid=16059 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16063/stat : 16063 (java) S 16059 16059 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407750552 15512600576 12501 33554432000 4194304 4196468 140736644840752 140643741587984 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16064] ppid=16059 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16064/stat : 16064 (java) S 16059 16059 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407750552 15512600576 12501 33554432000 4194304 4196468 140736644840752 140643740535440 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16065] ppid=16059 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16065/stat : 16065 (java) S 16059 16059 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407750552 15512600576 12501 33554432000 4194304 4196468 140736644840752 140643739482384 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16066] ppid=16059 vsize=15149024 memory=-4190076264842474805 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16066/stat : 16066 (java) S 16059 16059 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407750552 15512600576 12501 33554432000 4194304 4196468 140736644840752 140643738429840 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16067] ppid=16059 vsize=15149024 memory=-7449686455322460319 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16067/stat : 16067 (java) S 16059 16059 14254 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407750554 15512600576 12501 33554432000 4194304 4196468 140736644840752 140643341105904 140643805362818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16068] ppid=16059 vsize=15149024 memory=6944656425123485561 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16068/stat : 16068 (java) S 16059 16059 14254 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407750554 15512600576 12501 33554432000 4194304 4196468 140736644840752 140643340052128 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16069] ppid=16059 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16069/stat : 16069 (java) S 16059 16059 14254 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407750554 15512600576 12501 33554432000 4194304 4196468 140736644840752 140643338999024 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16070] ppid=16059 vsize=15149024 memory=4627853888499060086 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16070/stat : 16070 (java) S 16059 16059 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407750557 15512600576 12501 33554432000 4194304 4196468 140736644840752 140643337947600 140643805370267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16071] ppid=16059 vsize=15149024 memory=7827413994055111515 CPUtime=0.05 cores=0,2,4,6
/proc/16061/task/16071/stat : 16071 (java) R 16059 16059 14254 0 -1 4202560 701 0 0 0 5 0 0 0 20 0 15 0 407750557 15512600576 12501 33554432000 4194304 4196468 140736644840752 140643336894704 140643790476361 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16072] ppid=16059 vsize=15149024 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/16061/task/16072/stat : 16072 (java) S 16059 16059 14254 0 -1 1077944384 177 0 0 0 3 0 0 0 20 0 15 0 407750557 15512600576 12501 33554432000 4194304 4196468 140736644840752 140643335842160 140643805362818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16073] ppid=16059 vsize=15149024 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/16061/task/16073/stat : 16073 (java) S 16059 16059 14254 0 -1 1077944384 867 0 0 0 12 0 0 0 20 0 15 0 407750557 15512600576 12501 33554432000 4194304 4196468 140736644840752 140643267504112 140643805362818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16074] ppid=16059 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16074/stat : 16074 (java) S 16059 16059 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407750557 15512600576 12501 33554432000 4194304 4196468 140736644840752 140643266451808 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16075] ppid=16059 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16075/stat : 16075 (java) S 16059 16059 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407750557 15512600576 12501 33554432000 4194304 4196468 140736644840752 140643265399856 140643805362818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51452 KiB

[startup+0.982916 s]*
/proc/loadavg: 8.60 8.37 7.17 9/234 16077
/proc/meminfo: memFree=31067796/32770624 swapFree=66920660/67108860
[pid=16059] ppid=16056 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16059/stat : 16059 (xcsp3-exec) S 16056 16059 14254 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407750551 115843072 362 33554432000 4194304 5098028 140723171828304 140723171826408 140059894399612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21753856 140723171836795 140723171837037 140723171837037 140723171839946 0
/proc/16059/statm: 28282 362 304 221 0 87 0
[pid=16061] ppid=16059 vsize=15151148 memory=209324 CPUtime=2.7 cores=0,2,4,6
/proc/16061/stat : 16061 (java) S 16059 16059 14254 0 -1 1077944320 15986 0 0 0 259 11 0 0 20 0 15 0 407750551 15514775552 52331 33554432000 4194304 4196468 140736644840752 140736644823296 140643805351671 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
/proc/16061/statm: 3787787 52331 3475 1 0 3748889 0
[pid=16061/tid=16062] ppid=16059 vsize=15151148 memory=7883960649037381690 CPUtime=0.95 cores=0,2,4,6
/proc/16061/task/16062/stat : 16062 (java) R 16059 16059 14254 0 -1 4202560 9037 0 0 0 90 5 0 0 20 0 15 0 407750552 15514775552 52331 33554432000 4194304 4196468 140736644840752 140643809589408 140643418615911 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16063] ppid=16059 vsize=15151148 memory=11144 CPUtime=0.01 cores=0,2,4,6
/proc/16061/task/16063/stat : 16063 (java) S 16059 16059 14254 0 -1 1077944384 9 0 0 0 1 0 0 0 20 0 15 0 407750552 15514775552 52331 33554432000 4194304 4196468 140736644840752 140643741587984 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16064] ppid=16059 vsize=15151148 memory=288230376154554192 CPUtime=0.01 cores=0,2,4,6
/proc/16061/task/16064/stat : 16064 (java) S 16059 16059 14254 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 15 0 407750552 15514775552 52331 33554432000 4194304 4196468 140736644840752 140643740535440 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16065] ppid=16059 vsize=15151148 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/16061/task/16065/stat : 16065 (java) S 16059 16059 14254 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 15 0 407750552 15514775552 52331 33554432000 4194304 4196468 140736644840752 140643739482384 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16066] ppid=16059 vsize=15151148 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/16061/task/16066/stat : 16066 (java) S 16059 16059 14254 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 15 0 407750552 15514775552 52331 33554432000 4194304 4196468 140736644840752 140643738429840 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16067] ppid=16059 vsize=15151148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16067/stat : 16067 (java) S 16059 16059 14254 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 407750554 15514775552 52331 33554432000 4194304 4196468 140736644840752 140643341105904 140643805362818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16068] ppid=16059 vsize=15151148 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16068/stat : 16068 (java) S 16059 16059 14254 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 407750554 15514775552 52331 33554432000 4194304 4196468 140736644840752 140643340052192 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16069] ppid=16059 vsize=15151148 memory=139987332515456 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16069/stat : 16069 (java) S 16059 16059 14254 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 407750554 15514775552 52331 33554432000 4194304 4196468 140736644840752 140643338999040 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16070] ppid=16059 vsize=15151148 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16070/stat : 16070 (java) S 16059 16059 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407750557 15514775552 52331 33554432000 4194304 4196468 140736644840752 140643337947600 140643805370267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16071] ppid=16059 vsize=15151148 memory=0 CPUtime=0.6 cores=0,2,4,6
/proc/16061/task/16071/stat : 16071 (java) R 16059 16059 14254 0 -1 4202560 2013 0 0 0 57 3 0 0 20 0 15 0 407750557 15514775552 52331 33554432000 4194304 4196468 140736644840752 140643336894704 140643805373018 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16072] ppid=16059 vsize=15151148 memory=-1 CPUtime=0.58 cores=0,2,4,6
/proc/16061/task/16072/stat : 16072 (java) R 16059 16059 14254 0 -1 4202560 1267 0 0 0 58 0 0 0 20 0 15 0 407750557 15514775552 52331 33554432000 4194304 4196468 140736644840752 140643335823312 140643786876818 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16073] ppid=16059 vsize=15151148 memory=0 CPUtime=0.45 cores=0,2,4,6
/proc/16061/task/16073/stat : 16073 (java) R 16059 16059 14254 0 -1 4202560 2213 0 0 0 45 0 0 0 20 0 15 0 407750557 15514775552 52331 33554432000 4194304 4196468 140736644840752 140643267501048 140643784336934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16074] ppid=16059 vsize=15151148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16074/stat : 16074 (java) S 16059 16059 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407750557 15514775552 52331 33554432000 4194304 4196468 140736644840752 140643266451808 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16075] ppid=16059 vsize=15151148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16075/stat : 16075 (java) S 16059 16059 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407750557 15514775552 52331 33554432000 4194304 4196468 140736644840752 140643265399856 140643805362818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 210772 KiB

[startup+1.50092 s]*
/proc/loadavg: 8.60 8.37 7.17 14/238 16081
/proc/meminfo: memFree=31064128/32770624 swapFree=66920660/67108860
[pid=16059] ppid=16056 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16059/stat : 16059 (xcsp3-exec) S 16056 16059 14254 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407750551 115843072 362 33554432000 4194304 5098028 140723171828304 140723171826408 140059894399612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21753856 140723171836795 140723171837037 140723171837037 140723171839946 0
/proc/16059/statm: 28282 362 304 221 0 87 0

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

/proc/16061/task/16081/stat : 16081 (java) R 16059 16059 14254 0 -1 4202560 36 0 0 0 32 0 0 0 20 0 19 0 407750654 15787421696 52910 33554432000 4194304 4196468 140736644840752 140643253030680 140643424709819 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
Current children cumulated CPU time: 4.71 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 213088 KiB

[startup+2.25341 s]
# the end of solver process 16059 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.51346 s, system=0.126339 s

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

[startup+1.70192 s]
/proc/loadavg: 8.60 8.37 7.17 14/238 16081
/proc/meminfo: memFree=31064128/32770624 swapFree=66920660/67108860
[pid=16059] ppid=16056 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16059/stat : 16059 (xcsp3-exec) S 16056 16059 14254 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407750551 115843072 362 33554432000 4194304 5098028 140723171828304 140723171826408 140059894399612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21753856 140723171836795 140723171837037 140723171837037 140723171839946 0
/proc/16059/statm: 28282 362 304 221 0 87 0
[pid=16061] ppid=16059 vsize=15417404 memory=212308 CPUtime=5.48 cores=0,2,4,6
/proc/16061/stat : 16061 (java) S 16059 16059 14254 0 -1 1077944320 16880 0 0 0 536 12 0 0 20 0 19 0 407750551 15787421696 53077 33554432000 4194304 4196468 140736644840752 140736644823296 140643805351671 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
/proc/16061/statm: 3854351 53077 3481 1 0 3815453 0
[pid=16061/tid=16062] ppid=16059 vsize=15417404 memory=139987332522449 CPUtime=0.98 cores=0,2,4,6
/proc/16061/task/16062/stat : 16062 (java) S 16059 16059 14254 0 -1 1077944384 9093 0 0 0 93 5 0 0 20 0 19 0 407750552 15787421696 53077 33554432000 4194304 4196468 140736644840752 140643809592448 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16063] ppid=16059 vsize=15417404 memory=6224932803871138665 CPUtime=0.01 cores=0,2,4,6
/proc/16061/task/16063/stat : 16063 (java) S 16059 16059 14254 0 -1 1077944384 9 0 0 0 1 0 0 0 20 0 19 0 407750552 15787421696 53077 33554432000 4194304 4196468 140736644840752 140643741587984 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16064] ppid=16059 vsize=15417404 memory=2319529186378080519 CPUtime=0.01 cores=0,2,4,6
/proc/16061/task/16064/stat : 16064 (java) S 16059 16059 14254 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 19 0 407750552 15787421696 53077 33554432000 4194304 4196468 140736644840752 140643740535440 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16065] ppid=16059 vsize=15417404 memory=208958748917126 CPUtime=0.01 cores=0,2,4,6
/proc/16061/task/16065/stat : 16065 (java) S 16059 16059 14254 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 19 0 407750552 15787421696 53077 33554432000 4194304 4196468 140736644840752 140643739482384 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16066] ppid=16059 vsize=15417404 memory=1448 CPUtime=0.01 cores=0,2,4,6
/proc/16061/task/16066/stat : 16066 (java) S 16059 16059 14254 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 19 0 407750552 15787421696 53077 33554432000 4194304 4196468 140736644840752 140643738429840 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16067] ppid=16059 vsize=15417404 memory=210816 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16067/stat : 16067 (java) S 16059 16059 14254 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 407750554 15787421696 53077 33554432000 4194304 4196468 140736644840752 140643341105904 140643805362818 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16068] ppid=16059 vsize=15417404 memory=38801 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16068/stat : 16068 (java) S 16059 16059 14254 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 407750554 15787421696 53077 33554432000 4194304 4196468 140736644840752 140643340052192 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16069] ppid=16059 vsize=15417404 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16069/stat : 16069 (java) S 16059 16059 14254 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 407750554 15787421696 53077 33554432000 4194304 4196468 140736644840752 140643338999040 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16070] ppid=16059 vsize=15417404 memory=2209 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16070/stat : 16070 (java) S 16059 16059 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407750557 15787421696 53077 33554432000 4194304 4196468 140736644840752 140643337947600 140643805370267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16071] ppid=16059 vsize=15417404 memory=2209 CPUtime=0.98 cores=0,2,4,6
/proc/16061/task/16071/stat : 16071 (java) R 16059 16059 14254 0 -1 1077944384 2230 0 0 0 95 3 0 0 20 0 19 0 407750557 15787421696 53077 33554432000 4194304 4196468 140736644840752 140643336885984 140643805361877 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16072] ppid=16059 vsize=15417404 memory=2209 CPUtime=1.14 cores=0,2,4,6
/proc/16061/task/16072/stat : 16072 (java) R 16059 16059 14254 0 -1 4202560 1463 0 0 0 114 0 0 0 20 0 19 0 407750557 15787421696 53077 33554432000 4194304 4196468 140736644840752 140643335827288 140643788851785 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16073] ppid=16059 vsize=15417404 memory=2209 CPUtime=0.59 cores=0,2,4,6
/proc/16061/task/16073/stat : 16073 (java) R 16059 16059 14254 0 -1 4202560 2443 0 0 0 59 0 0 0 20 0 19 0 407750557 15787421696 53077 33554432000 4194304 4196468 140736644840752 140643267504112 140643789432158 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16074] ppid=16059 vsize=15417404 memory=2209 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16074/stat : 16074 (java) S 16059 16059 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407750557 15787421696 53077 33554432000 4194304 4196468 140736644840752 140643266451808 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16075] ppid=16059 vsize=15417404 memory=2209 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16075/stat : 16075 (java) S 16059 16059 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 407750557 15787421696 53077 33554432000 4194304 4196468 140736644840752 140643265399856 140643805362818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16078] ppid=16059 vsize=15417404 memory=2209 CPUtime=0.32 cores=0,2,4,6
/proc/16061/task/16078/stat : 16078 (java) R 16059 16059 14254 0 -1 1077944384 54 0 0 0 32 0 0 0 20 0 19 0 407750654 15787421696 53077 33554432000 4194304 4196468 140736644840752 140643256189664 140643805361877 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16079] ppid=16059 vsize=15417404 memory=2209 CPUtime=0.49 cores=0,2,4,6
/proc/16061/task/16079/stat : 16079 (java) R 16059 16059 14254 0 -1 4202560 67 0 0 0 49 0 0 0 20 0 19 0 407750654 15787421696 53077 33554432000 4194304 4196468 140736644840752 140643255136720 140643424799243 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16080] ppid=16059 vsize=15417404 memory=2209 CPUtime=0.41 cores=0,2,4,6
/proc/16061/task/16080/stat : 16080 (java) R 16059 16059 14254 0 -1 4202560 39 0 0 0 41 0 0 0 20 0 19 0 407750654 15787421696 53077 33554432000 4194304 4196468 140736644840752 140643254082928 140643784412149 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16081] ppid=16059 vsize=15417404 memory=2209 CPUtime=0.42 cores=0,2,4,6
/proc/16061/task/16081/stat : 16081 (java) R 16059 16059 14254 0 -1 4202560 37 0 0 0 42 0 0 0 20 0 19 0 407750654 15787421696 53077 33554432000 4194304 4196468 140736644840752 140643253032144 140643797593061 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
Current children cumulated CPU time: 5.48 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 213756 KiB

[startup+2.10892 s]
/proc/loadavg: 8.60 8.37 7.17 14/238 16081
/proc/meminfo: memFree=31064128/32770624 swapFree=66920660/67108860
[pid=16059] ppid=16056 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16059/stat : 16059 (xcsp3-exec) S 16056 16059 14254 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407750551 115843072 362 33554432000 4194304 5098028 140723171828304 140723171826408 140059894399612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21753856 140723171836795 140723171837037 140723171837037 140723171839946 0
/proc/16059/statm: 28282 362 304 221 0 87 0
[pid=16061] ppid=16059 vsize=15417404 memory=213016 CPUtime=7.11 cores=0,2,4,6
/proc/16061/stat : 16061 (java) S 16059 16059 14254 0 -1 1077944320 17032 0 0 0 699 12 0 0 20 0 19 0 407750551 15787421696 53254 33554432000 4194304 4196468 140736644840752 140736644823296 140643805351671 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
/proc/16061/statm: 3854351 53254 3490 1 0 3815453 0
[pid=16061/tid=16062] ppid=16059 vsize=15417404 memory=208597971648106 CPUtime=0.98 cores=0,2,4,6
/proc/16061/task/16062/stat : 16062 (java) S 16059 16059 14254 0 -1 1077944384 9093 0 0 0 93 5 0 0 20 0 19 0 407750552 15787421696 53254 33554432000 4194304 4196468 140736644840752 140643809592448 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16063] ppid=16059 vsize=15417404 memory=208610856549994 CPUtime=0.01 cores=0,2,4,6
/proc/16061/task/16063/stat : 16063 (java) S 16059 16059 14254 0 -1 1077944384 9 0 0 0 1 0 0 0 20 0 19 0 407750552 15787421696 53254 33554432000 4194304 4196468 140736644840752 140643741587984 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16064] ppid=16059 vsize=15417404 memory=201339476916142 CPUtime=0.01 cores=0,2,4,6
/proc/16061/task/16064/stat : 16064 (java) S 16059 16059 14254 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 19 0 407750552 15787421696 53254 33554432000 4194304 4196468 140736644840752 140643740535440 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16065] ppid=16059 vsize=15417404 memory=208941569030062 CPUtime=0.01 cores=0,2,4,6
/proc/16061/task/16065/stat : 16065 (java) S 16059 16059 14254 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 19 0 407750552 15787421696 53254 33554432000 4194304 4196468 140736644840752 140643739482384 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16066] ppid=16059 vsize=15417404 memory=208945863999163 CPUtime=0.01 cores=0,2,4,6
/proc/16061/task/16066/stat : 16066 (java) S 16059 16059 14254 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 19 0 407750552 15787421696 53254 33554432000 4194304 4196468 140736644840752 140643738429840 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16067] ppid=16059 vsize=15417404 memory=208958748901051 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16067/stat : 16067 (java) S 16059 16059 14254 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 407750554 15787421696 53254 33554432000 4194304 4196468 140736644840752 140643341105904 140643805362818 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16068] ppid=16059 vsize=15417404 memory=139990164077301 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16068/stat : 16068 (java) S 16059 16059 14254 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 407750554 15787421696 53254 33554432000 4194304 4196468 140736644840752 140643340052192 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16069] ppid=16059 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16069/stat : 16069 (java) S 16059 16059 14254 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 407750554 15787421696 53254 33554432000 4194304 4196468 140736644840752 140643338999040 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16070] ppid=16059 vsize=15417404 memory=208958748917114 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16070/stat : 16070 (java) S 16059 16059 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407750557 15787421696 53254 33554432000 4194304 4196468 140736644840752 140643337947600 140643805370267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16071] ppid=16059 vsize=15417404 memory=208958748917115 CPUtime=1.15 cores=0,2,4,6
/proc/16061/task/16071/stat : 16071 (java) R 16059 16059 14254 0 -1 4202560 2261 0 0 0 112 3 0 0 20 0 19 0 407750557 15787421696 53254 33554432000 4194304 4196468 140736644840752 140643336881248 140643786895889 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16072] ppid=16059 vsize=15417404 memory=33284 CPUtime=1.39 cores=0,2,4,6
/proc/16061/task/16072/stat : 16072 (java) R 16059 16059 14254 0 -1 4202560 1509 0 0 0 139 0 0 0 20 0 19 0 407750557 15787421696 53254 33554432000 4194304 4196468 140736644840752 140643335830800 140643788837594 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16073] ppid=16059 vsize=15417404 memory=279974422540688 CPUtime=0.63 cores=0,2,4,6
/proc/16061/task/16073/stat : 16073 (java) S 16059 16059 14254 0 -1 1077944384 2516 0 0 0 63 0 0 0 20 0 19 0 407750557 15787421696 53254 33554432000 4194304 4196468 140736644840752 140643267504112 140643805362818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16074] ppid=16059 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16074/stat : 16074 (java) S 16059 16059 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407750557 15787421696 53254 33554432000 4194304 4196468 140736644840752 140643266451808 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16075] ppid=16059 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16075/stat : 16075 (java) S 16059 16059 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 407750557 15787421696 53254 33554432000 4194304 4196468 140736644840752 140643265399856 140643805362818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16078] ppid=16059 vsize=15417404 memory=4580 CPUtime=0.63 cores=0,2,4,6
/proc/16061/task/16078/stat : 16078 (java) R 16059 16059 14254 0 -1 4202560 54 0 0 0 63 0 0 0 20 0 19 0 407750654 15787421696 53254 33554432000 4194304 4196468 140736644840752 140643256188744 140643424799540 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16079] ppid=16059 vsize=15417404 memory=7301267830289426793 CPUtime=0.79 cores=0,2,4,6
/proc/16061/task/16079/stat : 16079 (java) R 16059 16059 14254 0 -1 4202560 67 0 0 0 79 0 0 0 20 0 19 0 407750654 15787421696 53254 33554432000 4194304 4196468 140736644840752 140643255136760 140643424758626 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16080] ppid=16059 vsize=15417404 memory=7162807451990059328 CPUtime=0.73 cores=0,2,4,6
/proc/16061/task/16080/stat : 16080 (java) R 16059 16059 14254 0 -1 4202560 39 0 0 0 73 0 0 0 20 0 19 0 407750654 15787421696 53254 33554432000 4194304 4196468 140736644840752 140643254084520 140643424580559 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16081] ppid=16059 vsize=15417404 memory=7301856090351427688 CPUtime=0.66 cores=0,2,4,6
/proc/16061/task/16081/stat : 16081 (java) R 16059 16059 14254 0 -1 4202560 37 0 0 0 66 0 0 0 20 0 19 0 407750654 15787421696 53254 33554432000 4194304 4196468 140736644840752 140643253030984 140643424930160 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
Current children cumulated CPU time: 7.11 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 214464 KiB

[startup+2.21092 s]
/proc/loadavg: 8.60 8.37 7.17 14/238 16081
/proc/meminfo: memFree=31064128/32770624 swapFree=66920660/67108860
[pid=16059] ppid=16056 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16059/stat : 16059 (xcsp3-exec) S 16056 16059 14254 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407750551 115843072 362 33554432000 4194304 5098028 140723171828304 140723171826408 140059894399612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21753856 140723171836795 140723171837037 140723171837037 140723171839946 0
/proc/16059/statm: 28282 362 304 221 0 87 0
[pid=16061] ppid=16059 vsize=15417404 memory=213072 CPUtime=7.51 cores=0,2,4,6
/proc/16061/stat : 16061 (java) S 16059 16059 14254 0 -1 1077944320 17057 0 0 0 739 12 0 0 20 0 19 0 407750551 15787421696 53268 33554432000 4194304 4196468 140736644840752 140736644823296 140643805351671 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
/proc/16061/statm: 3854351 53268 3490 1 0 3815453 0
[pid=16061/tid=16062] ppid=16059 vsize=15417404 memory=0 CPUtime=0.98 cores=0,2,4,6
/proc/16061/task/16062/stat : 16062 (java) S 16059 16059 14254 0 -1 1077944384 9093 0 0 0 93 5 0 0 20 0 19 0 407750552 15787421696 53268 33554432000 4194304 4196468 140736644840752 140643809592448 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16063] ppid=16059 vsize=15417404 memory=201322297046958 CPUtime=0.01 cores=0,2,4,6
/proc/16061/task/16063/stat : 16063 (java) S 16059 16059 14254 0 -1 1077944384 9 0 0 0 1 0 0 0 20 0 19 0 407750552 15787421696 53268 33554432000 4194304 4196468 140736644840752 140643741587984 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16064] ppid=16059 vsize=15417404 memory=149005300402228 CPUtime=0.01 cores=0,2,4,6
/proc/16061/task/16064/stat : 16064 (java) S 16059 16059 14254 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 19 0 407750552 15787421696 53268 33554432000 4194304 4196468 140736644840752 140643740535440 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16065] ppid=16059 vsize=15417404 memory=98 CPUtime=0.01 cores=0,2,4,6
/proc/16061/task/16065/stat : 16065 (java) S 16059 16059 14254 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 19 0 407750552 15787421696 53268 33554432000 4194304 4196468 140736644840752 140643739482384 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16066] ppid=16059 vsize=15417404 memory=1 CPUtime=0.01 cores=0,2,4,6
/proc/16061/task/16066/stat : 16066 (java) S 16059 16059 14254 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 19 0 407750552 15787421696 53268 33554432000 4194304 4196468 140736644840752 140643738429840 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16067] ppid=16059 vsize=15417404 memory=1 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16067/stat : 16067 (java) S 16059 16059 14254 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 407750554 15787421696 53268 33554432000 4194304 4196468 140736644840752 140643341105904 140643805362818 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16068] ppid=16059 vsize=15417404 memory=1 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16068/stat : 16068 (java) S 16059 16059 14254 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 407750554 15787421696 53268 33554432000 4194304 4196468 140736644840752 140643340052192 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16069] ppid=16059 vsize=15417404 memory=708 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16069/stat : 16069 (java) S 16059 16059 14254 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 407750554 15787421696 53268 33554432000 4194304 4196468 140736644840752 140643338999040 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16070] ppid=16059 vsize=15417404 memory=9364 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16070/stat : 16070 (java) S 16059 16059 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407750557 15787421696 53268 33554432000 4194304 4196468 140736644840752 140643337947600 140643805370267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16071] ppid=16059 vsize=15417404 memory=1120 CPUtime=1.21 cores=0,2,4,6
/proc/16061/task/16071/stat : 16071 (java) R 16059 16059 14254 0 -1 4202560 2271 0 0 0 118 3 0 0 20 0 19 0 407750557 15787421696 53268 33554432000 4194304 4196468 140736644840752 140643336891072 140643786895871 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16072] ppid=16059 vsize=15417404 memory=776 CPUtime=1.45 cores=0,2,4,6
/proc/16061/task/16072/stat : 16072 (java) R 16059 16059 14254 0 -1 4202560 1516 0 0 0 145 0 0 0 20 0 19 0 407750557 15787421696 53268 33554432000 4194304 4196468 140736644840752 140643335835352 140643786053318 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16073] ppid=16059 vsize=15417404 memory=1552 CPUtime=0.63 cores=0,2,4,6
/proc/16061/task/16073/stat : 16073 (java) S 16059 16059 14254 0 -1 1077944384 2524 0 0 0 63 0 0 0 20 0 19 0 407750557 15787421696 53268 33554432000 4194304 4196468 140736644840752 140643267504112 140643805362818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16074] ppid=16059 vsize=15417404 memory=138023069056390 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16074/stat : 16074 (java) S 16059 16059 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407750557 15787421696 53268 33554432000 4194304 4196468 140736644840752 140643266451808 140643805361877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16075] ppid=16059 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16061/task/16075/stat : 16075 (java) S 16059 16059 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 407750557 15787421696 53268 33554432000 4194304 4196468 140736644840752 140643265399856 140643805362818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16078] ppid=16059 vsize=15417404 memory=0 CPUtime=0.74 cores=0,2,4,6
/proc/16061/task/16078/stat : 16078 (java) R 16059 16059 14254 0 -1 4202560 54 0 0 0 74 0 0 0 20 0 19 0 407750654 15787421696 53268 33554432000 4194304 4196468 140736644840752 140643256191032 140643424976411 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16079] ppid=16059 vsize=15417404 memory=0 CPUtime=0.89 cores=0,2,4,6
/proc/16061/task/16079/stat : 16079 (java) R 16059 16059 14254 0 -1 4202560 67 0 0 0 89 0 0 0 20 0 19 0 407750654 15787421696 53268 33554432000 4194304 4196468 140736644840752 140643255138504 140643425208334 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16080] ppid=16059 vsize=15417404 memory=0 CPUtime=0.77 cores=0,2,4,6
/proc/16061/task/16080/stat : 16080 (java) R 16059 16059 14254 0 -1 4202560 39 0 0 0 77 0 0 0 20 0 19 0 407750654 15787421696 53268 33554432000 4194304 4196468 140736644840752 140643254084328 140643424893503 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
[pid=16061/tid=16081] ppid=16059 vsize=15417404 memory=0 CPUtime=0.71 cores=0,2,4,6
/proc/16061/task/16081/stat : 16081 (java) R 16059 16059 14254 0 -1 4202560 37 0 0 0 71 0 0 0 20 0 19 0 407750654 15787421696 53268 33554432000 4194304 4196468 140736644840752 140643253030984 140643423352414 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140736644846575 140736644846746 140736644846746 140736644849615 0
Current children cumulated CPU time: 7.51 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 214520 KiB

Child status: 0
Real time (s): 2.25346
CPU time (s): 7.6398
CPU user time (s): 7.51346
CPU system time (s): 0.126339
CPU usage (%): 339.026
Max. virtual memory (cumulated for all children) (KiB): 15530532
Max. memory (cumulated for all children) (KiB): 214520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.51346
system time used= 0.126339
maximum resident set size= 214292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17660
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= 1822
involuntary context switches= 306


# summary of solver processes directly reported to runsolver:
#   pid: 16059
#   total CPU time (s): 7.6398
#   total CPU user time (s): 7.51346
#   total CPU system time (s): 0.126339

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.038277 second user time and 0.055776 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-12 20:00:29
IDJOB=4392879
IDBENCH=122262
IDSOLVER=2840
FILE ID=node107/4392879-1568314945
RUNJOBID= node107-1568308867-14285
PBS_JOBID= 21701131
Free space on /tmp= 55680 MiB

SOLVER NAME= choco-solver 2019-06-14
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-4392879-1568314945/watcher-4392879-1568314945 -o /tmp/evaluation-result-4392879-1568314945/solver-4392879-1568314945 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568308867-14285 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 425518334 HOME/instance-4392879-1568314945.xml

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

MD5SUM BENCH= 2b23d7f384de8bee09908163d3005f80
RANDOM SEED=425518334

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31274520 kB
MemAvailable:   31612480 kB
Buffers:          112716 kB
Cached:           494572 kB
SwapCached:        80420 kB
Active:           613112 kB
Inactive:         298632 kB
Active(anon):     233556 kB
Inactive(anon):   100120 kB
Active(file):     379556 kB
Inactive(file):   198512 kB
Unevictable:      110040 kB
Mlocked:          110040 kB
SwapTotal:      67108860 kB
SwapFree:       66920660 kB
Dirty:             53276 kB
Writeback:             0 kB
AnonPages:        262500 kB
Mapped:            44400 kB
Shmem:             20408 kB
Slab:             180296 kB
SReclaimable:     151456 kB
SUnreclaim:        28840 kB
KernelStack:        4096 kB
PageTables:         6216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1628684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 55656 MiB
End job on node107 at 2019-09-12 20:00:31