Trace number 4283936

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 5a (2017-08-18)SAT 5.64147 2.31317

General information on the benchmark

NameRandom/Random-D-t090/
rand-2-40-180-84-090-51.xml
MD5SUM4c79b3968e5ee826d76424e68e9a688a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.81338298
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Number of domains1
Minimum domain size180
Maximum domain size180
Distribution of domain sizes[{"size":180,"count":40}]
Minimum variable degree2
Maximum variable degree7
Distribution of variable degrees[{"degree":2,"count":7},{"degree":3,"count":5},{"degree":4,"count":10},{"degree":5,"count":11},{"degree":6,"count":5},{"degree":7,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":84}]
Number of extensional constraints84
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":84}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.11	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283936-1503188108.xml"  -tl '2520s' -p 1 -x 3
0.05/0.30	c [HOME/instance-4283936-1503188108.xml, -tl, 2520s, -p, 1, -x, 3]
0.22/0.36	c simple solver
0.40/0.43	c parse instance...
2.57/1.22	c solve instance...
5.45/2.29	s SATISFIABLE
5.45/2.29	v <instantiation>
5.45/2.29	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>
5.45/2.29	v 	<values>30 55 140 16 160 121 33 115 72 30 160 170 47 123 99 97 44 173 143 50 18 0 4 160 106 26 36 67 97 54 71 146 5 60 68 49 85 80 134 177 </values>
5.45/2.29	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14816 MiB free)
  memory of node 1: 16384 MiB (14710 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283936-1503188108/watcher-4283936-1503188108 -o /tmp/evaluation-result-4283936-1503188108/solver-4283936-1503188108 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503171261-25500 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 290035553 HOME/instance-4283936-1503188108.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=28544, runsolver pid=28541
Current StackSize limit: 8192 KiB


[startup+0.100173 s]*
/proc/loadavg: 1.42 1.43 1.45 2/200 28545
/proc/meminfo: memFree=30235460/32770624 swapFree=67108860/67108860
[pid=28544] ppid=28541 vsize=33976 memory=452 CPUtime=0 cores=0,2,4,6
/proc/28544/stat : 28544 (runsolver) D 28541 28544 8563 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 121031308 34791424 113 18446744073709551615 4194304 4346622 140720509770416 140720509767048 139699817997015 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6446216 6449568 15298560 140720509771831 140720509772324 140720509772324 140720509775818 0
/proc/28544/statm: 8494 113 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 452 KiB

[startup+0.209298 s]*
/proc/loadavg: 1.42 1.43 1.45 2/214 28559
/proc/meminfo: memFree=30225464/32770624 swapFree=67108860/67108860
[pid=28544] ppid=28541 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28544/stat : 28544 (xcsp3-exec) S 28541 28544 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 121031308 9740288 345 18446744073709551615 4194304 5098028 140730044858512 140730044856616 140418629272188 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 11 0 0 7196144 7232144 35880960 140730044862841 140730044863045 140730044863045 140730044866539 0
/proc/28544/statm: 2378 345 289 221 0 87 0
[pid=28546] ppid=28544 vsize=13907304 memory=20660 CPUtime=0.05 cores=0,2,4,6
/proc/28546/stat : 28546 (java) S 28544 28544 8563 0 -1 1077944320 4562 0 0 0 4 1 0 0 20 0 14 0 121031320 14241079296 5165 18446744073709551615 4194304 4196468 140727297691024 140727297673568 140599866486519 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
/proc/28546/statm: 3476826 5165 2553 1 0 3466323 0
[pid=28546/tid=28547] ppid=28544 vsize=13907304 memory=8390339637985935414 CPUtime=0.04 cores=0,2,4,6
/proc/28546/task/28547/stat : 28547 (java) D 28544 28544 8563 0 -1 4202560 2729 0 0 0 4 0 0 0 20 0 14 0 121031320 14241079296 5165 18446744073709551615 4194304 4196468 140727297691024 140599870724000 140599866508541 0 4 1 16800974 18446744071580418449 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28548] ppid=28544 vsize=13907304 memory=288230596118065508 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28548/stat : 28548 (java) S 28544 28544 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 121031321 14241079296 5165 18446744073709551615 4194304 4196468 140727297691024 140599785900944 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28549] ppid=28544 vsize=13907304 memory=288370075972658816 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28549/stat : 28549 (java) S 28544 28544 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 121031321 14241079296 5165 18446744073709551615 4194304 4196468 140727297691024 140599784848144 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28550] ppid=28544 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28550/stat : 28550 (java) S 28544 28544 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 121031321 14241079296 5165 18446744073709551615 4194304 4196468 140727297691024 140599783795856 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28551] ppid=28544 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28551/stat : 28551 (java) S 28544 28544 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 121031321 14241079296 5165 18446744073709551615 4194304 4196468 140727297691024 140599782743056 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28552] ppid=28544 vsize=13907304 memory=139699820947072 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28552/stat : 28552 (java) S 28544 28544 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 121031322 14241079296 5165 18446744073709551615 4194304 4196468 140727297691024 140599344982128 140599866497666 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28553] ppid=28544 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28553/stat : 28553 (java) S 28544 28544 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 121031323 14241079296 5165 18446744073709551615 4194304 4196468 140727297691024 140599343928096 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28554] ppid=28544 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28554/stat : 28554 (java) S 28544 28544 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 121031323 14241079296 5165 18446744073709551615 4194304 4196468 140727297691024 140599342875760 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28555] ppid=28544 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28555/stat : 28555 (java) S 28544 28544 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 121031325 14241079296 5165 18446744073709551615 4194304 4196468 140727297691024 140599341824080 140599866505115 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28556] ppid=28544 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28556/stat : 28556 (java) S 28544 28544 8563 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 14 0 121031325 14241079296 5165 18446744073709551615 4194304 4196468 140727297691024 140599340771952 140599866497666 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28557] ppid=28544 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28557/stat : 28557 (java) S 28544 28544 8563 0 -1 1077944384 289 0 0 0 0 0 0 0 20 0 14 0 121031325 14241079296 5165 18446744073709551615 4194304 4196468 140727297691024 140599339719152 140599866497666 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28558] ppid=28544 vsize=13907304 memory=139699820947072 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28558/stat : 28558 (java) S 28544 28544 8563 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 14 0 121031325 14241079296 5165 18446744073709551615 4194304 4196468 140727297691024 140599338666864 140599866497666 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28559] ppid=28544 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28559/stat : 28559 (java) S 28544 28544 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 121031325 14241079296 5165 18446744073709551615 4194304 4196468 140727297691024 140599337614304 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 22040 KiB

[startup+0.310644 s]*
/proc/loadavg: 1.42 1.43 1.45 3/215 28560
/proc/meminfo: memFree=30215576/32770624 swapFree=67108860/67108860
[pid=28544] ppid=28541 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28544/stat : 28544 (xcsp3-exec) S 28541 28544 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 121031308 9740288 345 18446744073709551615 4194304 5098028 140730044858512 140730044856616 140418629272188 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 11 0 0 7196144 7232144 35880960 140730044862841 140730044863045 140730044863045 140730044866539 0
/proc/28544/statm: 2378 345 289 221 0 87 0
[pid=28546] ppid=28544 vsize=13975376 memory=36008 CPUtime=0.22 cores=0,2,4,6
/proc/28546/stat : 28546 (java) S 28544 28544 8563 0 -1 1077944320 8353 0 0 0 20 2 0 0 20 0 15 0 121031320 14310785024 9002 18446744073709551615 4194304 4196468 140727297691024 140727297673568 140599866486519 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
/proc/28546/statm: 3493844 9002 2984 1 0 3483220 0
[pid=28546/tid=28547] ppid=28544 vsize=13975376 memory=-8774313645642428999 CPUtime=0.14 cores=0,2,4,6
/proc/28546/task/28547/stat : 28547 (java) R 28544 28544 8563 0 -1 4202560 5581 0 0 0 13 1 0 0 20 0 15 0 121031320 14310785024 9002 18446744073709551615 4194304 4196468 140727297691024 140599870708896 140599859166237 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28548] ppid=28544 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28548/stat : 28548 (java) S 28544 28544 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121031321 14310785024 9002 18446744073709551615 4194304 4196468 140727297691024 140599785900944 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28549] ppid=28544 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28549/stat : 28549 (java) S 28544 28544 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121031321 14310785024 9002 18446744073709551615 4194304 4196468 140727297691024 140599784848144 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28550] ppid=28544 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28550/stat : 28550 (java) S 28544 28544 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121031321 14310785024 9002 18446744073709551615 4194304 4196468 140727297691024 140599783795856 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28551] ppid=28544 vsize=13975376 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28551/stat : 28551 (java) S 28544 28544 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121031321 14310785024 9002 18446744073709551615 4194304 4196468 140727297691024 140599782743056 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28552] ppid=28544 vsize=13975376 memory=139699820947072 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28552/stat : 28552 (java) S 28544 28544 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121031322 14310785024 9002 18446744073709551615 4194304 4196468 140727297691024 140599344982128 140599866497666 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28553] ppid=28544 vsize=13975376 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28553/stat : 28553 (java) S 28544 28544 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 121031323 14310785024 9002 18446744073709551615 4194304 4196468 140727297691024 140599343928096 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28554] ppid=28544 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28554/stat : 28554 (java) S 28544 28544 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 121031323 14310785024 9002 18446744073709551615 4194304 4196468 140727297691024 140599342875760 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28555] ppid=28544 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28555/stat : 28555 (java) S 28544 28544 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121031325 14310785024 9002 18446744073709551615 4194304 4196468 140727297691024 140599341824080 140599866505115 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28556] ppid=28544 vsize=13975376 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/28546/task/28556/stat : 28556 (java) S 28544 28544 8563 0 -1 1077944384 247 0 0 0 1 0 0 0 20 0 15 0 121031325 14310785024 9002 18446744073709551615 4194304 4196468 140727297691024 140599340771952 140599866497666 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28557] ppid=28544 vsize=13975376 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/28546/task/28557/stat : 28557 (java) S 28544 28544 8563 0 -1 1077944384 532 0 0 0 1 0 0 0 20 0 15 0 121031325 14310785024 9002 18446744073709551615 4194304 4196468 140727297691024 140599339719152 140599866497666 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28558] ppid=28544 vsize=13975376 memory=139699820947072 CPUtime=0.04 cores=0,2,4,6
/proc/28546/task/28558/stat : 28558 (java) S 28544 28544 8563 0 -1 1077944384 689 0 0 0 4 0 0 0 20 0 15 0 121031325 14310785024 9002 18446744073709551615 4194304 4196468 140727297691024 140599338666864 140599866497666 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28559] ppid=28544 vsize=13975376 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28559/stat : 28559 (java) S 28544 28544 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121031325 14310785024 9002 18446744073709551615 4194304 4196468 140727297691024 140599337614304 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28560] ppid=28544 vsize=13975376 memory=139699820947072 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28560/stat : 28560 (java) S 28544 28544 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121031331 14310785024 9002 18446744073709551615 4194304 4196468 140727297691024 140599336561072 140599866497666 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 13984888 KiB
Current children cumulated memory: 37388 KiB

[startup+0.707969 s]
/proc/loadavg: 1.42 1.43 1.45 4/215 28560
/proc/meminfo: memFree=30195872/32770624 swapFree=67108860/67108860
[pid=28544] ppid=28541 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28544/stat : 28544 (xcsp3-exec) S 28541 28544 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 121031308 9740288 345 18446744073709551615 4194304 5098028 140730044858512 140730044856616 140418629272188 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 11 0 0 7196144 7232144 35880960 140730044862841 140730044863045 140730044863045 140730044866539 0
/proc/28544/statm: 2378 345 289 221 0 87 0
[pid=28546] ppid=28544 vsize=13978684 memory=111308 CPUtime=1.18 cores=0,2,4,6
/proc/28546/stat : 28546 (java) S 28544 28544 8563 0 -1 1077944320 12787 0 0 0 113 5 0 0 20 0 15 0 121031320 14314172416 27827 18446744073709551615 4194304 4196468 140727297691024 140727297673568 140599866486519 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
/proc/28546/statm: 3494671 27827 3163 1 0 3482964 0
[pid=28546/tid=28547] ppid=28544 vsize=13978684 memory=288230617509003574 CPUtime=0.52 cores=0,2,4,6
/proc/28546/task/28547/stat : 28547 (java) R 28544 28544 8563 0 -1 4202560 7356 0 0 0 49 3 0 0 20 0 15 0 121031320 14314172416 27827 18446744073709551615 4194304 4196468 140727297691024 140599870724504 140599464876030 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28548] ppid=28544 vsize=13978684 memory=15536310592997909 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28548/stat : 28548 (java) S 28544 28544 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121031321 14314172416 27827 18446744073709551615 4194304 4196468 140727297691024 140599785900944 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28549] ppid=28544 vsize=13978684 memory=4044 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28549/stat : 28549 (java) S 28544 28544 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121031321 14314172416 27827 18446744073709551615 4194304 4196468 140727297691024 140599784848144 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28550] ppid=28544 vsize=13978684 memory=640 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28550/stat : 28550 (java) S 28544 28544 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121031321 14314172416 27827 18446744073709551615 4194304 4196468 140727297691024 140599783795856 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28551] ppid=28544 vsize=13978684 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28551/stat : 28551 (java) S 28544 28544 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121031321 14314172416 27827 18446744073709551615 4194304 4196468 140727297691024 140599782743056 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28552] ppid=28544 vsize=13978684 memory=960 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28552/stat : 28552 (java) S 28544 28544 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121031322 14314172416 27827 18446744073709551615 4194304 4196468 140727297691024 140599344982128 140599866497666 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28553] ppid=28544 vsize=13978684 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28553/stat : 28553 (java) S 28544 28544 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 121031323 14314172416 27827 18446744073709551615 4194304 4196468 140727297691024 140599343928096 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28554] ppid=28544 vsize=13978684 memory=2248 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28554/stat : 28554 (java) S 28544 28544 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 121031323 14314172416 27827 18446744073709551615 4194304 4196468 140727297691024 140599342875760 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28555] ppid=28544 vsize=13978684 memory=4304 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28555/stat : 28555 (java) S 28544 28544 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121031325 14314172416 27827 18446744073709551615 4194304 4196468 140727297691024 140599341824080 140599866505115 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28556] ppid=28544 vsize=13978684 memory=1624 CPUtime=0.2 cores=0,2,4,6
/proc/28546/task/28556/stat : 28556 (java) R 28544 28544 8563 0 -1 4202560 1314 0 0 0 20 0 0 0 20 0 15 0 121031325 14314172416 27827 18446744073709551615 4194304 4196468 140727297691024 140599340758088 140599848011412 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28557] ppid=28544 vsize=13978684 memory=928 CPUtime=0.19 cores=0,2,4,6
/proc/28546/task/28557/stat : 28557 (java) R 28544 28544 8563 0 -1 4202560 1602 0 0 0 19 0 0 0 20 0 15 0 121031325 14314172416 27827 18446744073709551615 4194304 4196468 140727297691024 140599339705032 140599848007725 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28558] ppid=28544 vsize=13978684 memory=2164 CPUtime=0.22 cores=0,2,4,6
/proc/28546/task/28558/stat : 28558 (java) S 28544 28544 8563 0 -1 1077944384 1211 0 0 0 22 0 0 0 20 0 15 0 121031325 14314172416 27827 18446744073709551615 4194304 4196468 140727297691024 140599338666864 140599866497666 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28559] ppid=28544 vsize=13978684 memory=840 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28559/stat : 28559 (java) S 28544 28544 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121031325 14314172416 27827 18446744073709551615 4194304 4196468 140727297691024 140599337614304 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28560] ppid=28544 vsize=13978684 memory=139743473972657 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28560/stat : 28560 (java) S 28544 28544 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121031331 14314172416 27827 18446744073709551615 4194304 4196468 140727297691024 140599336561072 140599866497666 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 112688 KiB

[startup+1.50101 s]
/proc/loadavg: 1.42 1.43 1.45 3/215 28587
/proc/meminfo: memFree=30042524/32770624 swapFree=67108860/67108860
[pid=28544] ppid=28541 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28544/stat : 28544 (xcsp3-exec) S 28541 28544 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 121031308 9740288 345 18446744073709551615 4194304 5098028 140730044858512 140730044856616 140418629272188 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 11 0 0 7196144 7232144 35880960 140730044862841 140730044863045 140730044863045 140730044866539 0
/proc/28544/statm: 2378 345 289 221 0 87 0
[pid=28546] ppid=28544 vsize=13980732 memory=212796 CPUtime=3.48 cores=0,2,4,6
/proc/28546/stat : 28546 (java) S 28544 28544 8563 0 -1 1077944320 14667 0 0 0 337 11 0 0 20 0 15 0 121031320 14316269568 53199 18446744073709551615 4194304 4196468 140727297691024 140727297673568 140599866486519 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
/proc/28546/statm: 3495183 53199 3205 1 0 3483476 0
[pid=28546/tid=28547] ppid=28544 vsize=13980732 memory=279399434175608 CPUtime=1.3 cores=0,2,4,6
/proc/28546/task/28547/stat : 28547 (java) R 28544 28544 8563 0 -1 4202560 8064 0 0 0 125 5 0 0 20 0 15 0 121031320 14316269568 53199 18446744073709551615 4194304 4196468 140727297691024 140599870723424 140599467200009 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28548] ppid=28544 vsize=13980732 memory=1766842172929 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28548/stat : 28548 (java) S 28544 28544 8563 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 121031321 14316269568 53199 18446744073709551615 4194304 4196468 140727297691024 140599785900944 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28549] ppid=28544 vsize=13980732 memory=1852741518849 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28549/stat : 28549 (java) S 28544 28544 8563 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 121031321 14316269568 53199 18446744073709551615 4194304 4196468 140727297691024 140599784848144 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28550] ppid=28544 vsize=13980732 memory=1861331453185 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28550/stat : 28550 (java) S 28544 28544 8563 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 121031321 14316269568 53199 18446744073709551615 4194304 4196468 140727297691024 140599783795856 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28551] ppid=28544 vsize=13980732 memory=1380 CPUtime=0.01 cores=0,2,4,6
/proc/28546/task/28551/stat : 28551 (java) S 28544 28544 8563 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 15 0 121031321 14316269568 53199 18446744073709551615 4194304 4196468 140727297691024 140599782743056 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28552] ppid=28544 vsize=13980732 memory=190688 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28552/stat : 28552 (java) S 28544 28544 8563 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 121031322 14316269568 53199 18446744073709551615 4194304 4196468 140727297691024 140599344982128 140599866497666 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28553] ppid=28544 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28553/stat : 28553 (java) S 28544 28544 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 121031323 14316269568 53199 18446744073709551615 4194304 4196468 140727297691024 140599343928096 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28554] ppid=28544 vsize=13980732 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28554/stat : 28554 (java) S 28544 28544 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 121031323 14316269568 53199 18446744073709551615 4194304 4196468 140727297691024 140599342875760 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28555] ppid=28544 vsize=13980732 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28555/stat : 28555 (java) S 28544 28544 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121031325 14316269568 53199 18446744073709551615 4194304 4196468 140727297691024 140599341824080 140599866505115 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28556] ppid=28544 vsize=13980732 memory=6944656592385698452 CPUtime=0.84 cores=0,2,4,6
/proc/28546/task/28556/stat : 28556 (java) R 28544 28544 8563 0 -1 4202560 1687 0 0 0 84 0 0 0 20 0 15 0 121031325 14316269568 53199 18446744073709551615 4194304 4196468 140727297691024 140599340772248 140599847662363 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28557] ppid=28544 vsize=13980732 memory=-7088785026379990432 CPUtime=0.81 cores=0,2,4,6
/proc/28546/task/28557/stat : 28557 (java) R 28544 28544 8563 0 -1 4202560 1875 0 0 0 81 0 0 0 20 0 15 0 121031325 14316269568 53199 18446744073709551615 4194304 4196468 140727297691024 140599339706144 140599848030710 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28558] ppid=28544 vsize=13980732 memory=1414298054980309879 CPUtime=0.43 cores=0,2,4,6
/proc/28546/task/28558/stat : 28558 (java) S 28544 28544 8563 0 -1 1077944384 1582 0 0 0 43 0 0 0 20 0 15 0 121031325 14316269568 53199 18446744073709551615 4194304 4196468 140727297691024 140599338666864 140599866497666 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28559] ppid=28544 vsize=13980732 memory=8761640388318109335 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28559/stat : 28559 (java) S 28544 28544 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121031325 14316269568 53199 18446744073709551615 4194304 4196468 140727297691024 140599337614304 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28560] ppid=28544 vsize=13980732 memory=4196912344889787449 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28560/stat : 28560 (java) S 28544 28544 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121031331 14316269568 53199 18446744073709551615 4194304 4196468 140727297691024 140599336561072 140599866497666 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
Current children cumulated CPU time: 3.48 s
Current children cumulated vsize: 13990244 KiB

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

/proc/meminfo: memFree=30042524/32770624 swapFree=67108860/67108860
[pid=28544] ppid=28541 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28544/stat : 28544 (xcsp3-exec) S 28541 28544 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 121031308 9740288 345 18446744073709551615 4194304 5098028 140730044858512 140730044856616 140418629272188 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 11 0 0 7196144 7232144 35880960 140730044862841 140730044863045 140730044863045 140730044866539 0
/proc/28544/statm: 2378 345 289 221 0 87 0
[pid=28546] ppid=28544 vsize=13980732 memory=215264 CPUtime=3.82 cores=0,2,4,6
/proc/28546/stat : 28546 (java) S 28544 28544 8563 0 -1 1077944320 14741 0 0 0 371 11 0 0 20 0 15 0 121031320 14316269568 53816 18446744073709551615 4194304 4196468 140727297691024 140727297673568 140599866486519 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
/proc/28546/statm: 3495183 53816 3207 1 0 3483476 0
[pid=28546/tid=28547] ppid=28544 vsize=13980732 memory=6656426216303648864 CPUtime=1.4 cores=0,2,4,6
/proc/28546/task/28547/stat : 28547 (java) R 28544 28544 8563 0 -1 4202560 8065 0 0 0 135 5 0 0 20 0 15 0 121031320 14316269568 53816 18446744073709551615 4194304 4196468 140727297691024 140599870721200 140599467238131 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28548] ppid=28544 vsize=13980732 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28548/stat : 28548 (java) S 28544 28544 8563 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 121031321 14316269568 53816 18446744073709551615 4194304 4196468 140727297691024 140599785900944 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28549] ppid=28544 vsize=13980732 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28549/stat : 28549 (java) S 28544 28544 8563 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 121031321 14316269568 53816 18446744073709551615 4194304 4196468 140727297691024 140599784848144 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28550] ppid=28544 vsize=13980732 memory=7378130195516121937 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28550/stat : 28550 (java) S 28544 28544 8563 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 121031321 14316269568 53816 18446744073709551615 4194304 4196468 140727297691024 140599783795856 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28551] ppid=28544 vsize=13980732 memory=7378130195532899153 CPUtime=0.01 cores=0,2,4,6
/proc/28546/task/28551/stat : 28551 (java) S 28544 28544 8563 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 15 0 121031321 14316269568 53816 18446744073709551615 4194304 4196468 140727297691024 140599782743056 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28552] ppid=28544 vsize=13980732 memory=7378130195549676369 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28552/stat : 28552 (java) S 28544 28544 8563 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 121031322 14316269568 53816 18446744073709551615 4194304 4196468 140727297691024 140599344982128 140599866497666 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28553] ppid=28544 vsize=13980732 memory=7378130195549676369 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28553/stat : 28553 (java) S 28544 28544 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 121031323 14316269568 53816 18446744073709551615 4194304 4196468 140727297691024 140599343928096 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28554] ppid=28544 vsize=13980732 memory=7090465036793434723 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28554/stat : 28554 (java) S 28544 28544 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 121031323 14316269568 53816 18446744073709551615 4194304 4196468 140727297691024 140599342875760 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28555] ppid=28544 vsize=13980732 memory=7519158070974179685 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28555/stat : 28555 (java) S 28544 28544 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121031325 14316269568 53816 18446744073709551615 4194304 4196468 140727297691024 140599341824080 140599866505115 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28556] ppid=28544 vsize=13980732 memory=8025788818457060452 CPUtime=0.94 cores=0,2,4,6
/proc/28546/task/28556/stat : 28556 (java) R 28544 28544 8563 0 -1 4202560 1714 0 0 0 94 0 0 0 20 0 15 0 121031325 14316269568 53816 18446744073709551615 4194304 4196468 140727297691024 140599340759200 140599847188160 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28557] ppid=28544 vsize=13980732 memory=7519153655781484397 CPUtime=0.92 cores=0,2,4,6
/proc/28546/task/28557/stat : 28557 (java) R 28544 28544 8563 0 -1 4202560 1897 0 0 0 92 0 0 0 20 0 15 0 121031325 14316269568 53816 18446744073709551615 4194304 4196468 140727297691024 140599339712344 140599850880006 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28558] ppid=28544 vsize=13980732 memory=8761587449203811689 CPUtime=0.44 cores=0,2,4,6
/proc/28546/task/28558/stat : 28558 (java) S 28544 28544 8563 0 -1 1077944384 1606 0 0 0 44 0 0 0 20 0 15 0 121031325 14316269568 53816 18446744073709551615 4194304 4196468 140727297691024 140599338666864 140599866497666 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28559] ppid=28544 vsize=13980732 memory=65180 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28559/stat : 28559 (java) S 28544 28544 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121031325 14316269568 53816 18446744073709551615 4194304 4196468 140727297691024 140599337614304 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28560] ppid=28544 vsize=13980732 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28560/stat : 28560 (java) S 28544 28544 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121031331 14316269568 53816 18446744073709551615 4194304 4196468 140727297691024 140599336561072 140599866497666 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
Current children cumulated CPU time: 3.82 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 216644 KiB

[startup+2.00101 s]*
/proc/loadavg: 1.42 1.43 1.45 5/215 28587
/proc/meminfo: memFree=30015772/32770624 swapFree=67108860/67108860
[pid=28544] ppid=28541 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28544/stat : 28544 (xcsp3-exec) S 28541 28544 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 121031308 9740288 345 18446744073709551615 4194304 5098028 140730044858512 140730044856616 140418629272188 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 11 0 0 7196144 7232144 35880960 140730044862841 140730044863045 140730044863045 140730044866539 0
/proc/28544/statm: 2378 345 289 221 0 87 0
[pid=28546] ppid=28544 vsize=13980732 memory=231360 CPUtime=5.02 cores=0,2,4,6
/proc/28546/stat : 28546 (java) S 28544 28544 8563 0 -1 1077944320 15260 0 0 0 491 11 0 0 20 0 15 0 121031320 14316269568 57840 18446744073709551615 4194304 4196468 140727297691024 140727297673568 140599866486519 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
/proc/28546/statm: 3495183 57840 3218 1 0 3483476 0
[pid=28546/tid=28547] ppid=28544 vsize=13980732 memory=605283793945126593 CPUtime=1.8 cores=0,2,4,6
/proc/28546/task/28547/stat : 28547 (java) R 28544 28544 8563 0 -1 4202560 8072 0 0 0 175 5 0 0 20 0 15 0 121031320 14316269568 57840 18446744073709551615 4194304 4196468 140727297691024 140599870723104 140599467231575 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28548] ppid=28544 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28548/stat : 28548 (java) S 28544 28544 8563 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 121031321 14316269568 57840 18446744073709551615 4194304 4196468 140727297691024 140599785900944 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28549] ppid=28544 vsize=13980732 memory=139699820971322 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28549/stat : 28549 (java) S 28544 28544 8563 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 121031321 14316269568 57840 18446744073709551615 4194304 4196468 140727297691024 140599784848144 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28550] ppid=28544 vsize=13980732 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28550/stat : 28550 (java) S 28544 28544 8563 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 121031321 14316269568 57840 18446744073709551615 4194304 4196468 140727297691024 140599783795856 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28551] ppid=28544 vsize=13980732 memory=3472328296227418159 CPUtime=0.01 cores=0,2,4,6
/proc/28546/task/28551/stat : 28551 (java) S 28544 28544 8563 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 15 0 121031321 14316269568 57840 18446744073709551615 4194304 4196468 140727297691024 140599782743056 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28552] ppid=28544 vsize=13980732 memory=8242136510650930678 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28552/stat : 28552 (java) S 28544 28544 8563 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 121031322 14316269568 57840 18446744073709551615 4194304 4196468 140727297691024 140599344982128 140599866497666 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28553] ppid=28544 vsize=13980732 memory=7307199747045421918 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28553/stat : 28553 (java) S 28544 28544 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 121031323 14316269568 57840 18446744073709551615 4194304 4196468 140727297691024 140599343928096 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28554] ppid=28544 vsize=13980732 memory=279399433765104 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28554/stat : 28554 (java) S 28544 28544 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 121031323 14316269568 57840 18446744073709551615 4194304 4196468 140727297691024 140599342875760 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28555] ppid=28544 vsize=13980732 memory=-2746958450906831424 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28555/stat : 28555 (java) S 28544 28544 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121031325 14316269568 57840 18446744073709551615 4194304 4196468 140727297691024 140599341824080 140599866505115 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28556] ppid=28544 vsize=13980732 memory=0 CPUtime=1.3 cores=0,2,4,6
/proc/28546/task/28556/stat : 28556 (java) R 28544 28544 8563 0 -1 4202560 1764 0 0 0 130 0 0 0 20 0 15 0 121031325 14316269568 57840 18446744073709551615 4194304 4196468 140727297691024 140599340753840 140599848004407 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28557] ppid=28544 vsize=13980732 memory=-1 CPUtime=1.31 cores=0,2,4,6
/proc/28546/task/28557/stat : 28557 (java) R 28544 28544 8563 0 -1 4202560 2275 0 0 0 131 0 0 0 20 0 15 0 121031325 14316269568 57840 18446744073709551615 4194304 4196468 140727297691024 140599339719152 140599848030963 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28558] ppid=28544 vsize=13980732 memory=139699820947072 CPUtime=0.49 cores=0,2,4,6
/proc/28546/task/28558/stat : 28558 (java) S 28544 28544 8563 0 -1 1077944384 1690 0 0 0 49 0 0 0 20 0 15 0 121031325 14316269568 57840 18446744073709551615 4194304 4196468 140727297691024 140599338666864 140599866497666 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28559] ppid=28544 vsize=13980732 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28559/stat : 28559 (java) S 28544 28544 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121031325 14316269568 57840 18446744073709551615 4194304 4196468 140727297691024 140599337614304 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28560] ppid=28544 vsize=13980732 memory=139699820947072 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28560/stat : 28560 (java) S 28544 28544 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121031331 14316269568 57840 18446744073709551615 4194304 4196468 140727297691024 140599336561072 140599866497666 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
Current children cumulated CPU time: 5.02 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 232740 KiB

[startup+2.20076 s]
/proc/loadavg: 1.42 1.43 1.45 5/215 28587
/proc/meminfo: memFree=30015772/32770624 swapFree=67108860/67108860
[pid=28544] ppid=28541 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28544/stat : 28544 (xcsp3-exec) S 28541 28544 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 121031308 9740288 345 18446744073709551615 4194304 5098028 140730044858512 140730044856616 140418629272188 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 11 0 0 7196144 7232144 35880960 140730044862841 140730044863045 140730044863045 140730044866539 0
/proc/28544/statm: 2378 345 289 221 0 87 0
[pid=28546] ppid=28544 vsize=13980732 memory=236820 CPUtime=5.45 cores=0,2,4,6
/proc/28546/stat : 28546 (java) S 28544 28544 8563 0 -1 1077944320 15592 0 0 0 534 11 0 0 20 0 15 0 121031320 14316269568 59205 18446744073709551615 4194304 4196468 140727297691024 140727297673568 140599866486519 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
/proc/28546/statm: 3495183 59205 3219 1 0 3483476 0
[pid=28546/tid=28547] ppid=28544 vsize=13980732 memory=0 CPUtime=1.99 cores=0,2,4,6
/proc/28546/task/28547/stat : 28547 (java) R 28544 28544 8563 0 -1 4202560 8130 0 0 0 194 5 0 0 20 0 15 0 121031320 14316269568 59205 18446744073709551615 4194304 4196468 140727297691024 140599870723104 140599467142861 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28548] ppid=28544 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28548/stat : 28548 (java) S 28544 28544 8563 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 121031321 14316269568 59205 18446744073709551615 4194304 4196468 140727297691024 140599785900944 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28549] ppid=28544 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28549/stat : 28549 (java) S 28544 28544 8563 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 121031321 14316269568 59205 18446744073709551615 4194304 4196468 140727297691024 140599784848144 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28550] ppid=28544 vsize=13980732 memory=7595998454693324911 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28550/stat : 28550 (java) S 28544 28544 8563 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 121031321 14316269568 59205 18446744073709551615 4194304 4196468 140727297691024 140599783795856 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28551] ppid=28544 vsize=13980732 memory=7519156967133768042 CPUtime=0.01 cores=0,2,4,6
/proc/28546/task/28551/stat : 28551 (java) S 28544 28544 8563 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 15 0 121031321 14316269568 59205 18446744073709551615 4194304 4196468 140727297691024 140599782743056 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28552] ppid=28544 vsize=13980732 memory=7594598810448850543 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28552/stat : 28552 (java) S 28544 28544 8563 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 121031322 14316269568 59205 18446744073709551615 4194304 4196468 140727297691024 140599344982128 140599866497666 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28553] ppid=28544 vsize=13980732 memory=8101247189090653288 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28553/stat : 28553 (java) S 28544 28544 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 121031323 14316269568 59205 18446744073709551615 4194304 4196468 140727297691024 140599343928096 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28554] ppid=28544 vsize=13980732 memory=7091033519032986221 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28554/stat : 28554 (java) S 28544 28544 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 121031323 14316269568 59205 18446744073709551615 4194304 4196468 140727297691024 140599342875760 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28555] ppid=28544 vsize=13980732 memory=7666364995466192728 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28555/stat : 28555 (java) S 28544 28544 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121031325 14316269568 59205 18446744073709551615 4194304 4196468 140727297691024 140599341824080 140599866505115 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28556] ppid=28544 vsize=13980732 memory=5782674880105308224 CPUtime=1.4 cores=0,2,4,6
/proc/28546/task/28556/stat : 28556 (java) R 28544 28544 8563 0 -1 4202560 1798 0 0 0 140 0 0 0 20 0 15 0 121031325 14316269568 59205 18446744073709551615 4194304 4196468 140727297691024 140599340771952 140599849985106 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28557] ppid=28544 vsize=13980732 memory=4427205132082312746 CPUtime=1.42 cores=0,2,4,6
/proc/28546/task/28557/stat : 28557 (java) R 28544 28544 8563 0 -1 4202560 2460 0 0 0 142 0 0 0 20 0 15 0 121031325 14316269568 59205 18446744073709551615 4194304 4196468 140727297691024 140599339719152 140599851416033 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28558] ppid=28544 vsize=13980732 memory=-8458152057954430348 CPUtime=0.52 cores=0,2,4,6
/proc/28546/task/28558/stat : 28558 (java) S 28544 28544 8563 0 -1 1077944384 1745 0 0 0 52 0 0 0 20 0 15 0 121031325 14316269568 59205 18446744073709551615 4194304 4196468 140727297691024 140599338666864 140599866497666 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28559] ppid=28544 vsize=13980732 memory=7681905605394137875 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28559/stat : 28559 (java) S 28544 28544 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121031325 14316269568 59205 18446744073709551615 4194304 4196468 140727297691024 140599337614304 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28560] ppid=28544 vsize=13980732 memory=6958448866314184762 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28560/stat : 28560 (java) S 28544 28544 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121031331 14316269568 59205 18446744073709551615 4194304 4196468 140727297691024 140599336561072 140599866497666 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
Current children cumulated CPU time: 5.45 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 238200 KiB

[startup+2.30083 s]
/proc/loadavg: 1.42 1.43 1.45 5/215 28587
/proc/meminfo: memFree=30015772/32770624 swapFree=67108860/67108860
[pid=28544] ppid=28541 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28544/stat : 28544 (xcsp3-exec) S 28541 28544 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 121031308 9740288 345 18446744073709551615 4194304 5098028 140730044858512 140730044856616 140418629272188 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 11 0 0 7196144 7232144 35880960 140730044862841 140730044863045 140730044863045 140730044866539 0
/proc/28544/statm: 2378 345 289 221 0 87 0
[pid=28546] ppid=28544 vsize=13980732 memory=241028 CPUtime=5.62 cores=0,2,4,6
/proc/28546/stat : 28546 (java) S 28544 28544 8563 0 -1 1077944320 15632 0 0 0 551 11 0 0 20 0 14 0 121031320 14316269568 60257 18446744073709551615 4194304 4196468 140727297691024 140727297673568 140599866486519 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
/proc/28546/statm: 3495183 60257 3222 1 0 3483476 0
[pid=28546/tid=28547] ppid=28544 vsize=13980732 memory=1852741518849 CPUtime=2.09 cores=0,2,4,6
/proc/28546/task/28547/stat : 28547 (java) S 28544 28544 8563 0 -1 1077944384 8149 0 0 0 204 5 0 0 20 0 14 0 121031320 14316269568 60257 18446744073709551615 4194304 4196468 140727297691024 140599870729360 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28548] ppid=28544 vsize=13980732 memory=1861331453185 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28548/stat : 28548 (java) S 28544 28544 8563 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 14 0 121031321 14316269568 60257 18446744073709551615 4194304 4196468 140727297691024 140599785900944 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28549] ppid=28544 vsize=13980732 memory=279399433831880 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28549/stat : 28549 (java) S 28544 28544 8563 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 14 0 121031321 14316269568 60257 18446744073709551615 4194304 4196468 140727297691024 140599784848144 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28550] ppid=28544 vsize=13980732 memory=126947958983412 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28550/stat : 28550 (java) S 28544 28544 8563 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 14 0 121031321 14316269568 60257 18446744073709551615 4194304 4196468 140727297691024 140599783795856 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28551] ppid=28544 vsize=13980732 memory=126947958983412 CPUtime=0.01 cores=0,2,4,6
/proc/28546/task/28551/stat : 28551 (java) S 28544 28544 8563 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 14 0 121031321 14316269568 60257 18446744073709551615 4194304 4196468 140727297691024 140599782743056 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28552] ppid=28544 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28552/stat : 28552 (java) S 28544 28544 8563 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 14 0 121031322 14316269568 60257 18446744073709551615 4194304 4196468 140727297691024 140599344982336 140599866497666 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28553] ppid=28544 vsize=13980732 memory=190688 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28553/stat : 28553 (java) S 28544 28544 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 121031323 14316269568 60257 18446744073709551615 4194304 4196468 140727297691024 140599343928096 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28554] ppid=28544 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28554/stat : 28554 (java) S 28544 28544 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 121031323 14316269568 60257 18446744073709551615 4194304 4196468 140727297691024 140599342875760 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28555] ppid=28544 vsize=13980732 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28555/stat : 28555 (java) S 28544 28544 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 121031325 14316269568 60257 18446744073709551615 4194304 4196468 140727297691024 140599341823728 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28556] ppid=28544 vsize=13980732 memory=6943526294502006880 CPUtime=1.45 cores=0,2,4,6
/proc/28546/task/28556/stat : 28556 (java) S 28544 28544 8563 0 -1 1077944384 1804 0 0 0 145 0 0 0 20 0 14 0 121031325 14316269568 60257 18446744073709551615 4194304 4196468 140727297691024 140599340756496 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28557] ppid=28544 vsize=13980732 memory=6944656592385698452 CPUtime=1.44 cores=0,2,4,6
/proc/28546/task/28557/stat : 28557 (java) S 28544 28544 8563 0 -1 1077944384 2469 0 0 0 144 0 0 0 20 0 14 0 121031325 14316269568 60257 18446744073709551615 4194304 4196468 140727297691024 140599339719152 140599866497666 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28558] ppid=28544 vsize=13980732 memory=-7088785026379990432 CPUtime=0.52 cores=0,2,4,6
/proc/28546/task/28558/stat : 28558 (java) S 28544 28544 8563 0 -1 1077944384 1750 0 0 0 52 0 0 0 20 0 14 0 121031325 14316269568 60257 18446744073709551615 4194304 4196468 140727297691024 140599338666864 140599866497666 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
[pid=28546/tid=28559] ppid=28544 vsize=13980732 memory=1414298054980309879 CPUtime=0 cores=0,2,4,6
/proc/28546/task/28559/stat : 28559 (java) S 28544 28544 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 121031325 14316269568 60257 18446744073709551615 4194304 4196468 140727297691024 140599337614304 140599866496725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29978624 140727297692081 140727297692257 140727297692257 140727297695695 0
Current children cumulated CPU time: 5.62 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 242408 KiB

Child status: 0
Real time (s): 2.31317
CPU time (s): 5.64147
CPU user time (s): 5.52193
CPU system time (s): 0.119539
CPU usage (%): 243.885
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 242408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.52193
system time used= 0.119539
maximum resident set size= 241868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16161
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2199
involuntary context switches= 27


# summary of solver processes directly reported to runsolver:
#   pid: 28544
#   total CPU time (s): 5.64147
#   total CPU user time (s): 5.52193
#   total CPU system time (s): 0.119539

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.043124 second user time and 0.060418 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-20 02:01:00
IDJOB=4283936
IDBENCH=122744
IDSOLVER=2679
FILE ID=node125/4283936-1503188108
RUNJOBID= node125-1503171261-25500
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Random/Random-D-t090/rand-2-40-180-84-090-51.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4283936-1503188108/watcher-4283936-1503188108 -o /tmp/evaluation-result-4283936-1503188108/solver-4283936-1503188108 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503171261-25500 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 290035553 HOME/instance-4283936-1503188108.xml

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

MD5SUM BENCH= 4c79b3968e5ee826d76424e68e9a688a
RANDOM SEED=290035553

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.07
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:        30236032 kB
MemAvailable:   31415800 kB
Buffers:          327996 kB
Cached:          1158744 kB
SwapCached:            0 kB
Active:          1409272 kB
Inactive:         684872 kB
Active(anon):     608044 kB
Inactive(anon):    49484 kB
Active(file):     801228 kB
Inactive(file):   635388 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              9828 kB
Writeback:             0 kB
AnonPages:        607148 kB
Mapped:            75876 kB
Shmem:             49828 kB
Slab:             144236 kB
SReclaimable:     117976 kB
SUnreclaim:        26260 kB
KernelStack:        3472 kB
PageTables:         7112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1251900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    532480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62012 MiB
End job on node125 at 2017-08-20 02:01:03