Trace number 4283893

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 62.412601 54.8465

General information on the benchmark

NameQRandom/QRandom-mdd-7-25-5/
mdd-7-25-5-56-02.xml
MD5SUMeda3e143b65a543b5abd93f521b89dfa
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 benchmark62.412601
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":25}]
Minimum variable degree9
Maximum variable degree23
Distribution of variable degrees[{"degree":9,"count":1},{"degree":10,"count":1},{"degree":11,"count":1},{"degree":12,"count":2},{"degree":13,"count":1},{"degree":14,"count":4},{"degree":15,"count":2},{"degree":16,"count":3},{"degree":17,"count":3},{"degree":18,"count":3},{"degree":21,"count":3},{"degree":23,"count":1}]
Minimum constraint arity7
Maximum constraint arity7
Distribution of constraint arities[{"arity":7,"count":56}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.15	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283893-1503200555.xml"  -tl '2520s' -p 1 -x 3
0.08/0.37	c [HOME/instance-4283893-1503200555.xml, -tl, 2520s, -p, 1, -x, 3]
0.29/0.43	c simple solver
0.29/0.50	c parse instance...
8.16/6.43	c solve instance...
62.32/54.83	s SATISFIABLE
62.32/54.83	v <instantiation>
62.32/54.83	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] </list>
62.32/54.83	v 	<values>2 3 4 0 4 3 3 1 1 2 2 0 4 0 0 2 1 1 2 1 0 4 3 0 2 </values>
62.32/54.83	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 (14129 MiB free)
  memory of node 1: 16384 MiB (15395 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283893-1503200555/watcher-4283893-1503200555 -o /tmp/evaluation-result-4283893-1503200555/solver-4283893-1503200555 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503172133-9103 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1818321329 HOME/instance-4283893-1503200555.xml 

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

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


[startup+0.100156 s]*
/proc/loadavg: 1.90 1.83 1.81 2/196 17073
/proc/meminfo: memFree=30233904/32770624 swapFree=67108860/67108860
[pid=17072] ppid=17069 vsize=33976 memory=456 CPUtime=0 cores=1,3,5,7
/proc/17072/stat : 17072 (runsolver) D 17069 17072 28892 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 122248512 34791424 114 18446744073709551615 4194304 4346622 140727303216912 140727303213544 139884606530263 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6446216 6449568 22978560 140727303225399 140727303225892 140727303225892 140727303229386 0
/proc/17072/statm: 8494 114 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 456 KiB

[startup+0.209114 s]*
/proc/loadavg: 1.90 1.83 1.81 5/210 17087
/proc/meminfo: memFree=30223544/32770624 swapFree=67108860/67108860
[pid=17072] ppid=17069 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17072/stat : 17072 (xcsp3-exec) S 17069 17072 28892 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 122248512 9740288 345 18446744073709551615 4194304 5098028 140734908537280 140734908535384 139726039454332 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 15 0 0 7196144 7232144 10768384 140734908543352 140734908543557 140734908543557 140734908547051 0
/proc/17072/statm: 2378 345 289 221 0 87 0
[pid=17074] ppid=17072 vsize=13907304 memory=20780 CPUtime=0.05 cores=1,3,5,7
/proc/17074/stat : 17074 (java) S 17072 17072 28892 0 -1 1077944320 4649 0 0 0 5 0 0 0 20 0 14 0 122248527 14241079296 5195 18446744073709551615 4194304 4196468 140724996400880 140724996383424 140286217821943 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
/proc/17074/statm: 3476826 5195 2553 1 0 3466323 0
[pid=17074/tid=17075] ppid=17072 vsize=13907304 memory=7311146985107750967 CPUtime=0.04 cores=1,3,5,7
/proc/17074/task/17075/stat : 17075 (java) D 17072 17072 28892 0 -1 4202560 2820 0 0 0 4 0 0 0 20 0 14 0 122248527 14241079296 5195 18446744073709551615 4194304 4196468 140724996400880 140286222059424 140286217843965 0 4 1 16800974 18446744071580418449 0 0 -1 1 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17076] ppid=17072 vsize=13907304 memory=13729 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17076/stat : 17076 (java) S 17072 17072 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 122248528 14241079296 5195 18446744073709551615 4194304 4196468 140724996400880 140286183103376 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17077] ppid=17072 vsize=13907304 memory=139884610652788 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17077/stat : 17077 (java) S 17072 17072 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 122248528 14241079296 5195 18446744073709551615 4194304 4196468 140724996400880 140285816605456 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17078] ppid=17072 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17078/stat : 17078 (java) S 17072 17072 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 122248528 14241079296 5195 18446744073709551615 4194304 4196468 140724996400880 140285815553168 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17079] ppid=17072 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17079/stat : 17079 (java) S 17072 17072 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 122248528 14241079296 5195 18446744073709551615 4194304 4196468 140724996400880 140285814500368 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17080] ppid=17072 vsize=13907304 memory=139884609480320 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17080/stat : 17080 (java) S 17072 17072 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 122248529 14241079296 5195 18446744073709551615 4194304 4196468 140724996400880 140285696469104 140286217833090 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17081] ppid=17072 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17081/stat : 17081 (java) S 17072 17072 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 122248530 14241079296 5195 18446744073709551615 4194304 4196468 140724996400880 140285695415072 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17082] ppid=17072 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17082/stat : 17082 (java) S 17072 17072 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 122248530 14241079296 5195 18446744073709551615 4194304 4196468 140724996400880 140285694362736 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17083] ppid=17072 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17083/stat : 17083 (java) S 17072 17072 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 122248532 14241079296 5195 18446744073709551615 4194304 4196468 140724996400880 140285693311056 140286217840539 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17084] ppid=17072 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17084/stat : 17084 (java) S 17072 17072 28892 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 14 0 122248532 14241079296 5195 18446744073709551615 4194304 4196468 140724996400880 140285692258928 140286217833090 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17085] ppid=17072 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17085/stat : 17085 (java) S 17072 17072 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 122248532 14241079296 5195 18446744073709551615 4194304 4196468 140724996400880 140285691206128 140286217833090 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17086] ppid=17072 vsize=13907304 memory=139884609480320 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17086/stat : 17086 (java) S 17072 17072 28892 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 14 0 122248532 14241079296 5195 18446744073709551615 4194304 4196468 140724996400880 140285690153840 140286217833090 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17087] ppid=17072 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17087/stat : 17087 (java) S 17072 17072 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 122248533 14241079296 5195 18446744073709551615 4194304 4196468 140724996400880 140285689101280 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 22160 KiB

[startup+0.310113 s]*
/proc/loadavg: 1.90 1.83 1.81 4/211 17088
/proc/meminfo: memFree=30220364/32770624 swapFree=67108860/67108860
[pid=17072] ppid=17069 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17072/stat : 17072 (xcsp3-exec) S 17069 17072 28892 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 122248512 9740288 345 18446744073709551615 4194304 5098028 140734908537280 140734908535384 139726039454332 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 15 0 0 7196144 7232144 10768384 140734908543352 140734908543557 140734908543557 140734908547051 0
/proc/17072/statm: 2378 345 289 221 0 87 0
[pid=17074] ppid=17072 vsize=13974352 memory=26804 CPUtime=0.08 cores=1,3,5,7
/proc/17074/stat : 17074 (java) S 17072 17072 28892 0 -1 1077944320 5105 0 0 0 8 0 0 0 20 0 15 0 122248527 14309736448 6701 18446744073709551615 4194304 4196468 140724996400880 140724996383424 140286217821943 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
/proc/17074/statm: 3493588 6701 2750 1 0 3482964 0
[pid=17074/tid=17075] ppid=17072 vsize=13974352 memory=-7677926825137650786 CPUtime=0.07 cores=1,3,5,7
/proc/17074/task/17075/stat : 17075 (java) R 17072 17072 28892 0 -1 4202560 3250 0 0 0 7 0 0 0 20 0 15 0 122248527 14309736448 6701 18446744073709551615 4194304 4196468 140724996400880 140286222053552 140286217845533 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17076] ppid=17072 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17076/stat : 17076 (java) S 17072 17072 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122248528 14309736448 6701 18446744073709551615 4194304 4196468 140724996400880 140286183103376 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17077] ppid=17072 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17077/stat : 17077 (java) S 17072 17072 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122248528 14309736448 6701 18446744073709551615 4194304 4196468 140724996400880 140285816605456 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17078] ppid=17072 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17078/stat : 17078 (java) S 17072 17072 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122248528 14309736448 6701 18446744073709551615 4194304 4196468 140724996400880 140285815553168 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17079] ppid=17072 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17079/stat : 17079 (java) S 17072 17072 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 122248528 14309736448 6701 18446744073709551615 4194304 4196468 140724996400880 140285814500368 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17080] ppid=17072 vsize=13974352 memory=139884609480320 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17080/stat : 17080 (java) S 17072 17072 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 122248529 14309736448 6701 18446744073709551615 4194304 4196468 140724996400880 140285696469104 140286217833090 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17081] ppid=17072 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17081/stat : 17081 (java) S 17072 17072 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 122248530 14309736448 6701 18446744073709551615 4194304 4196468 140724996400880 140285695415072 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17082] ppid=17072 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17082/stat : 17082 (java) S 17072 17072 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 122248530 14309736448 6701 18446744073709551615 4194304 4196468 140724996400880 140285694362736 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17083] ppid=17072 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17083/stat : 17083 (java) S 17072 17072 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122248532 14309736448 6701 18446744073709551615 4194304 4196468 140724996400880 140285693311056 140286217840539 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17084] ppid=17072 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17084/stat : 17084 (java) S 17072 17072 28892 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 15 0 122248532 14309736448 6701 18446744073709551615 4194304 4196468 140724996400880 140285692258928 140286217833090 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17085] ppid=17072 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17085/stat : 17085 (java) S 17072 17072 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122248532 14309736448 6701 18446744073709551615 4194304 4196468 140724996400880 140285691206128 140286217833090 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17086] ppid=17072 vsize=13974352 memory=139884609480320 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17086/stat : 17086 (java) S 17072 17072 28892 0 -1 1077944384 245 0 0 0 0 0 0 0 20 0 15 0 122248532 14309736448 6701 18446744073709551615 4194304 4196468 140724996400880 140285690153840 140286217833090 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17087] ppid=17072 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17087/stat : 17087 (java) S 17072 17072 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122248533 14309736448 6701 18446744073709551615 4194304 4196468 140724996400880 140285689101280 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17088] ppid=17072 vsize=13974352 memory=139884609480320 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17088/stat : 17088 (java) S 17072 17072 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122248541 14309736448 6701 18446744073709551615 4194304 4196468 140724996400880 140285688048048 140286217833090 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28184 KiB

[startup+0.700863 s]
/proc/loadavg: 1.90 1.83 1.81 4/211 17088
/proc/meminfo: memFree=30201916/32770624 swapFree=67108860/67108860
[pid=17072] ppid=17069 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17072/stat : 17072 (xcsp3-exec) S 17069 17072 28892 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 122248512 9740288 345 18446744073709551615 4194304 5098028 140734908537280 140734908535384 139726039454332 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 15 0 0 7196144 7232144 10768384 140734908543352 140734908543557 140734908543557 140734908547051 0
/proc/17072/statm: 2378 345 289 221 0 87 0
[pid=17074] ppid=17072 vsize=13978684 memory=114380 CPUtime=0.76 cores=1,3,5,7
/proc/17074/stat : 17074 (java) S 17072 17072 28892 0 -1 1077944320 11050 0 0 0 72 4 0 0 20 0 15 0 122248527 14314172416 28595 18446744073709551615 4194304 4196468 140724996400880 140724996383424 140286217821943 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
/proc/17074/statm: 3494671 28595 3095 1 0 3482964 0
[pid=17074/tid=17075] ppid=17072 vsize=13978684 memory=0 CPUtime=0.45 cores=1,3,5,7
/proc/17074/task/17075/stat : 17075 (java) R 17072 17072 28892 0 -1 4202560 7813 0 0 0 42 3 0 0 20 0 15 0 122248527 14314172416 28595 18446744073709551615 4194304 4196468 140724996400880 140286222054128 140286211006675 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17076] ppid=17072 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17076/stat : 17076 (java) S 17072 17072 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122248528 14314172416 28595 18446744073709551615 4194304 4196468 140724996400880 140286183103376 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17077] ppid=17072 vsize=13978684 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17077/stat : 17077 (java) S 17072 17072 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122248528 14314172416 28595 18446744073709551615 4194304 4196468 140724996400880 140285816605456 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17078] ppid=17072 vsize=13978684 memory=139884467710512 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17078/stat : 17078 (java) S 17072 17072 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122248528 14314172416 28595 18446744073709551615 4194304 4196468 140724996400880 140285815553168 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17079] ppid=17072 vsize=13978684 memory=178975582220559 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17079/stat : 17079 (java) S 17072 17072 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 122248528 14314172416 28595 18446744073709551615 4194304 4196468 140724996400880 140285814500368 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17080] ppid=17072 vsize=13978684 memory=3188 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17080/stat : 17080 (java) S 17072 17072 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 122248529 14314172416 28595 18446744073709551615 4194304 4196468 140724996400880 140285696469104 140286217833090 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17081] ppid=17072 vsize=13978684 memory=7230360355461423959 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17081/stat : 17081 (java) S 17072 17072 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 122248530 14314172416 28595 18446744073709551615 4194304 4196468 140724996400880 140285695415072 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17082] ppid=17072 vsize=13978684 memory=7594588945244250962 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17082/stat : 17082 (java) S 17072 17072 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 122248530 14314172416 28595 18446744073709551615 4194304 4196468 140724996400880 140285694362736 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17083] ppid=17072 vsize=13978684 memory=8028063729438647640 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17083/stat : 17083 (java) S 17072 17072 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122248532 14314172416 28595 18446744073709551615 4194304 4196468 140724996400880 140285693311056 140286217840539 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17084] ppid=17072 vsize=13978684 memory=5787213857196369745 CPUtime=0.06 cores=1,3,5,7
/proc/17074/task/17084/stat : 17084 (java) S 17072 17072 28892 0 -1 1077944384 736 0 0 0 6 0 0 0 20 0 15 0 122248532 14314172416 28595 18446744073709551615 4194304 4196468 140724996400880 140285692258928 140286217833090 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17085] ppid=17072 vsize=13978684 memory=7666368366733125990 CPUtime=0.06 cores=1,3,5,7
/proc/17074/task/17085/stat : 17085 (java) S 17072 17072 28892 0 -1 1077944384 309 0 0 0 6 0 0 0 20 0 15 0 122248532 14314172416 28595 18446744073709551615 4194304 4196468 140724996400880 140285691206128 140286217833090 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17086] ppid=17072 vsize=13978684 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/17074/task/17086/stat : 17086 (java) S 17072 17072 28892 0 -1 1077944384 887 0 0 0 16 0 0 0 20 0 15 0 122248532 14314172416 28595 18446744073709551615 4194304 4196468 140724996400880 140285690153840 140286217833090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17087] ppid=17072 vsize=13978684 memory=3908 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17087/stat : 17087 (java) S 17072 17072 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122248533 14314172416 28595 18446744073709551615 4194304 4196468 140724996400880 140285689101280 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17088] ppid=17072 vsize=13978684 memory=-7677926825137650786 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17088/stat : 17088 (java) S 17072 17072 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122248541 14314172416 28595 18446744073709551615 4194304 4196468 140724996400880 140285688048048 140286217833090 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
Current children cumulated CPU time: 0.76 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 115760 KiB

[startup+1.50089 s]
/proc/loadavg: 1.90 1.83 1.81 5/211 17088
/proc/meminfo: memFree=29998456/32770624 swapFree=67108860/67108860
[pid=17072] ppid=17069 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17072/stat : 17072 (xcsp3-exec) S 17069 17072 28892 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 122248512 9740288 345 18446744073709551615 4194304 5098028 140734908537280 140734908535384 139726039454332 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 15 0 0 7196144 7232144 10768384 140734908543352 140734908543557 140734908543557 140734908547051 0
/proc/17072/statm: 2378 345 289 221 0 87 0
[pid=17074] ppid=17072 vsize=13978684 memory=415696 CPUtime=2.63 cores=1,3,5,7
/proc/17074/stat : 17074 (java) S 17072 17072 28892 0 -1 1077944320 14037 0 0 0 246 17 0 0 20 0 15 0 122248527 14314172416 103924 18446744073709551615 4194304 4196468 140724996400880 140724996383424 140286217821943 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
/proc/17074/statm: 3494671 103924 3198 1 0 3482964 0
[pid=17074/tid=17075] ppid=17072 vsize=13978684 memory=7367994820037468493 CPUtime=1.17 cores=1,3,5,7
/proc/17074/task/17075/stat : 17075 (java) R 17072 17072 28892 0 -1 4202560 7938 0 0 0 111 6 0 0 20 0 15 0 122248527 14314172416 103924 18446744073709551615 4194304 4196468 140724996400880 140286222059840 140285860746026 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17076] ppid=17072 vsize=13978684 memory=7233744621784952426 CPUtime=0.05 cores=1,3,5,7
/proc/17074/task/17076/stat : 17076 (java) S 17072 17072 28892 0 -1 1077944384 84 0 0 0 3 2 0 0 20 0 15 0 122248528 14314172416 103924 18446744073709551615 4194304 4196468 140724996400880 140286183103376 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17077] ppid=17072 vsize=13978684 memory=7019257425709197167 CPUtime=0.04 cores=1,3,5,7
/proc/17074/task/17077/stat : 17077 (java) S 17072 17072 28892 0 -1 1077944384 74 0 0 0 2 2 0 0 20 0 15 0 122248528 14314172416 103924 18446744073709551615 4194304 4196468 140724996400880 140285816605456 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17078] ppid=17072 vsize=13978684 memory=1156 CPUtime=0.04 cores=1,3,5,7
/proc/17074/task/17078/stat : 17078 (java) S 17072 17072 28892 0 -1 1077944384 116 0 0 0 2 2 0 0 20 0 15 0 122248528 14314172416 103924 18446744073709551615 4194304 4196468 140724996400880 140285815553168 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17079] ppid=17072 vsize=13978684 memory=2416 CPUtime=0.04 cores=1,3,5,7
/proc/17074/task/17079/stat : 17079 (java) S 17072 17072 28892 0 -1 1077944384 106 0 0 0 2 2 0 0 20 0 15 0 122248528 14314172416 103924 18446744073709551615 4194304 4196468 140724996400880 140285814500368 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17080] ppid=17072 vsize=13978684 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17080/stat : 17080 (java) S 17072 17072 28892 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 122248529 14314172416 103924 18446744073709551615 4194304 4196468 140724996400880 140285696469104 140286217833090 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17081] ppid=17072 vsize=13978684 memory=247912 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17081/stat : 17081 (java) S 17072 17072 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 122248530 14314172416 103924 18446744073709551615 4194304 4196468 140724996400880 140285695415136 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17082] ppid=17072 vsize=13978684 memory=3908 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17082/stat : 17082 (java) S 17072 17072 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 122248530 14314172416 103924 18446744073709551615 4194304 4196468 140724996400880 140285694362752 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17083] ppid=17072 vsize=13978684 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17083/stat : 17083 (java) S 17072 17072 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122248532 14314172416 103924 18446744073709551615 4194304 4196468 140724996400880 140285693311056 140286217840539 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17084] ppid=17072 vsize=13978684 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/17074/task/17084/stat : 17084 (java) S 17072 17072 28892 0 -1 1077944384 1661 0 0 0 49 0 0 0 20 0 15 0 122248532 14314172416 103924 18446744073709551615 4194304 4196468 140724996400880 140285692258928 140286217833090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17085] ppid=17072 vsize=13978684 memory=0 CPUtime=0.48 cores=1,3,5,7
/proc/17074/task/17085/stat : 17085 (java) S 17072 17072 28892 0 -1 1077944384 1326 0 0 0 48 0 0 0 20 0 15 0 122248532 14314172416 103924 18446744073709551615 4194304 4196468 140724996400880 140285691206128 140286217833090 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17086] ppid=17072 vsize=13978684 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/17074/task/17086/stat : 17086 (java) S 17072 17072 28892 0 -1 1077944384 1225 0 0 0 25 0 0 0 20 0 15 0 122248532 14314172416 103924 18446744073709551615 4194304 4196468 140724996400880 140285690153840 140286217833090 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17087] ppid=17072 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17087/stat : 17087 (java) S 17072 17072 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122248533 14314172416 103924 18446744073709551615 4194304 4196468 140724996400880 140285689101280 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17088] ppid=17072 vsize=13978684 memory=2978 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17088/stat : 17088 (java) S 17072 17072 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122248541 14314172416 103924 18446744073709551615 4194304 4196468 140724996400880 140285688048048 140286217833090 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
Current children cumulated CPU time: 2.63 s
Current children cumulated vsize: 13988196 KiB

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

/proc/17072/stat : 17072 (xcsp3-exec) S 17069 17072 28892 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 122248512 9740288 345 18446744073709551615 4194304 5098028 140734908537280 140734908535384 139726039454332 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 15 0 0 7196144 7232144 10768384 140734908543352 140734908543557 140734908543557 140734908547051 0
/proc/17072/statm: 2378 345 289 221 0 87 0
[pid=17074] ppid=17072 vsize=13980732 memory=1628572 CPUtime=60.53 cores=1,3,5,7
/proc/17074/stat : 17074 (java) S 17072 17072 28892 0 -1 1077944320 51189 0 0 0 5975 78 0 0 20 0 15 0 122248527 14316269568 407143 18446744073709551615 4194304 4196468 140724996400880 140724996383424 140286217821943 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
/proc/17074/statm: 3495183 407143 3237 1 0 3483476 0
[pid=17074/tid=17075] ppid=17072 vsize=13980732 memory=1992 CPUtime=51.61 cores=1,3,5,7
/proc/17074/task/17075/stat : 17075 (java) R 17072 17072 28892 0 -1 4202560 17615 0 0 0 5143 18 0 0 20 0 15 0 122248527 14316269568 407143 18446744073709551615 4194304 4196468 140724996400880 140286222058736 140285863434176 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17076] ppid=17072 vsize=13980732 memory=1380 CPUtime=0.36 cores=1,3,5,7
/proc/17074/task/17076/stat : 17076 (java) S 17072 17072 28892 0 -1 1077944384 520 0 0 0 22 14 0 0 20 0 15 0 122248528 14316269568 407143 18446744073709551615 4194304 4196468 140724996400880 140286183103376 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17077] ppid=17072 vsize=13980732 memory=-8774313645642428999 CPUtime=0.35 cores=1,3,5,7
/proc/17074/task/17077/stat : 17077 (java) S 17072 17072 28892 0 -1 1077944384 454 0 0 0 23 12 0 0 20 0 15 0 122248528 14316269568 407143 18446744073709551615 4194304 4196468 140724996400880 140285816605456 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17078] ppid=17072 vsize=13980732 memory=1567132 CPUtime=0.36 cores=1,3,5,7
/proc/17074/task/17078/stat : 17078 (java) S 17072 17072 28892 0 -1 1077944384 761 0 0 0 24 12 0 0 20 0 15 0 122248528 14316269568 407143 18446744073709551615 4194304 4196468 140724996400880 140285815553168 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17079] ppid=17072 vsize=13980732 memory=1232 CPUtime=0.36 cores=1,3,5,7
/proc/17074/task/17079/stat : 17079 (java) S 17072 17072 28892 0 -1 1077944384 792 0 0 0 23 13 0 0 20 0 15 0 122248528 14316269568 407143 18446744073709551615 4194304 4196468 140724996400880 140285814500368 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17080] ppid=17072 vsize=13980732 memory=2248 CPUtime=0.01 cores=1,3,5,7
/proc/17074/task/17080/stat : 17080 (java) S 17072 17072 28892 0 -1 1077944384 1580 0 0 0 1 0 0 0 20 0 15 0 122248529 14316269568 407143 18446744073709551615 4194304 4196468 140724996400880 140285696469104 140286217833090 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 73 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17081] ppid=17072 vsize=13980732 memory=18889266171726 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17081/stat : 17081 (java) S 17072 17072 28892 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 122248530 14316269568 407143 18446744073709551615 4194304 4196468 140724996400880 140285695415136 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17082] ppid=17072 vsize=13980732 memory=4638778411217669456 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17082/stat : 17082 (java) S 17072 17072 28892 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 122248530 14316269568 407143 18446744073709551615 4194304 4196468 140724996400880 140285694362752 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17083] ppid=17072 vsize=13980732 memory=7667494262613107289 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17083/stat : 17083 (java) S 17072 17072 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122248532 14316269568 407143 18446744073709551615 4194304 4196468 140724996400880 140285693311056 140286217840539 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17084] ppid=17072 vsize=13980732 memory=6082202991789369431 CPUtime=3.36 cores=1,3,5,7
/proc/17074/task/17084/stat : 17084 (java) S 17072 17072 28892 0 -1 1077944384 11538 0 0 0 335 1 0 0 20 0 15 0 122248532 14316269568 407143 18446744073709551615 4194304 4196468 140724996400880 140285692258928 140286217833090 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17085] ppid=17072 vsize=13980732 memory=0 CPUtime=3.3 cores=1,3,5,7
/proc/17074/task/17085/stat : 17085 (java) S 17072 17072 28892 0 -1 1077944384 9887 0 0 0 329 1 0 0 20 0 15 0 122248532 14316269568 407143 18446744073709551615 4194304 4196468 140724996400880 140285691206128 140286217833090 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17086] ppid=17072 vsize=13980732 memory=139884467900607 CPUtime=0.7 cores=1,3,5,7
/proc/17074/task/17086/stat : 17086 (java) S 17072 17072 28892 0 -1 1077944384 5817 0 0 0 69 1 0 0 20 0 15 0 122248532 14316269568 407143 18446744073709551615 4194304 4196468 140724996400880 140285690153840 140286217833090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17087] ppid=17072 vsize=13980732 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17087/stat : 17087 (java) S 17072 17072 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122248533 14316269568 407143 18446744073709551615 4194304 4196468 140724996400880 140285689101280 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17088] ppid=17072 vsize=13980732 memory=1380 CPUtime=0.02 cores=1,3,5,7
/proc/17074/task/17088/stat : 17088 (java) S 17072 17072 28892 0 -1 1077944384 893 0 0 0 1 1 0 0 20 0 15 0 122248541 14316269568 407143 18446744073709551615 4194304 4196468 140724996400880 140285688048048 140286217833090 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 72 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
Current children cumulated CPU time: 60.53 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1629952 KiB

[startup+53.8008 s]
/proc/loadavg: 1.85 1.83 1.81 3/211 17088
/proc/meminfo: memFree=28494600/32770624 swapFree=67108860/67108860
[pid=17072] ppid=17069 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17072/stat : 17072 (xcsp3-exec) S 17069 17072 28892 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 122248512 9740288 345 18446744073709551615 4194304 5098028 140734908537280 140734908535384 139726039454332 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 15 0 0 7196144 7232144 10768384 140734908543352 140734908543557 140734908543557 140734908547051 0
/proc/17072/statm: 2378 345 289 221 0 87 0
[pid=17074] ppid=17072 vsize=13980732 memory=1647004 CPUtime=61.32 cores=1,3,5,7
/proc/17074/stat : 17074 (java) S 17072 17072 28892 0 -1 1077944320 51207 0 0 0 6054 78 0 0 20 0 15 0 122248527 14316269568 411751 18446744073709551615 4194304 4196468 140724996400880 140724996383424 140286217821943 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
/proc/17074/statm: 3495183 411751 3237 1 0 3483476 0
[pid=17074/tid=17075] ppid=17072 vsize=13980732 memory=-8774313645642428999 CPUtime=52.41 cores=1,3,5,7
/proc/17074/task/17075/stat : 17075 (java) R 17072 17072 28892 0 -1 4202560 17633 0 0 0 5222 19 0 0 20 0 15 0 122248527 14316269568 411751 18446744073709551615 4194304 4196468 140724996400880 140286222058624 140285864075064 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17076] ppid=17072 vsize=13980732 memory=1618332 CPUtime=0.36 cores=1,3,5,7
/proc/17074/task/17076/stat : 17076 (java) S 17072 17072 28892 0 -1 1077944384 520 0 0 0 22 14 0 0 20 0 15 0 122248528 14316269568 411751 18446744073709551615 4194304 4196468 140724996400880 140286183103376 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17077] ppid=17072 vsize=13980732 memory=279768936028848 CPUtime=0.35 cores=1,3,5,7
/proc/17074/task/17077/stat : 17077 (java) S 17072 17072 28892 0 -1 1077944384 454 0 0 0 23 12 0 0 20 0 15 0 122248528 14316269568 411751 18446744073709551615 4194304 4196468 140724996400880 140285816605456 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17078] ppid=17072 vsize=13980732 memory=279768936028912 CPUtime=0.36 cores=1,3,5,7
/proc/17074/task/17078/stat : 17078 (java) S 17072 17072 28892 0 -1 1077944384 761 0 0 0 24 12 0 0 20 0 15 0 122248528 14316269568 411751 18446744073709551615 4194304 4196468 140724996400880 140285815553168 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17079] ppid=17072 vsize=13980732 memory=279768936028976 CPUtime=0.36 cores=1,3,5,7
/proc/17074/task/17079/stat : 17079 (java) S 17072 17072 28892 0 -1 1077944384 792 0 0 0 23 13 0 0 20 0 15 0 122248528 14316269568 411751 18446744073709551615 4194304 4196468 140724996400880 140285814500368 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17080] ppid=17072 vsize=13980732 memory=279768936029040 CPUtime=0.01 cores=1,3,5,7
/proc/17074/task/17080/stat : 17080 (java) S 17072 17072 28892 0 -1 1077944384 1580 0 0 0 1 0 0 0 20 0 15 0 122248529 14316269568 411751 18446744073709551615 4194304 4196468 140724996400880 140285696469104 140286217833090 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 73 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17081] ppid=17072 vsize=13980732 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17081/stat : 17081 (java) S 17072 17072 28892 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 122248530 14316269568 411751 18446744073709551615 4194304 4196468 140724996400880 140285695415136 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17082] ppid=17072 vsize=13980732 memory=65428 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17082/stat : 17082 (java) S 17072 17072 28892 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 122248530 14316269568 411751 18446744073709551615 4194304 4196468 140724996400880 140285694362752 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17083] ppid=17072 vsize=13980732 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17083/stat : 17083 (java) S 17072 17072 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122248532 14316269568 411751 18446744073709551615 4194304 4196468 140724996400880 140285693311056 140286217840539 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17084] ppid=17072 vsize=13980732 memory=2420 CPUtime=3.36 cores=1,3,5,7
/proc/17074/task/17084/stat : 17084 (java) S 17072 17072 28892 0 -1 1077944384 11538 0 0 0 335 1 0 0 20 0 15 0 122248532 14316269568 411751 18446744073709551615 4194304 4196468 140724996400880 140285692258928 140286217833090 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17085] ppid=17072 vsize=13980732 memory=1732 CPUtime=3.3 cores=1,3,5,7
/proc/17074/task/17085/stat : 17085 (java) S 17072 17072 28892 0 -1 1077944384 9887 0 0 0 329 1 0 0 20 0 15 0 122248532 14316269568 411751 18446744073709551615 4194304 4196468 140724996400880 140285691206128 140286217833090 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17086] ppid=17072 vsize=13980732 memory=5788 CPUtime=0.7 cores=1,3,5,7
/proc/17074/task/17086/stat : 17086 (java) S 17072 17072 28892 0 -1 1077944384 5817 0 0 0 69 1 0 0 20 0 15 0 122248532 14316269568 411751 18446744073709551615 4194304 4196468 140724996400880 140285690153840 140286217833090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17087] ppid=17072 vsize=13980732 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17087/stat : 17087 (java) S 17072 17072 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122248533 14316269568 411751 18446744073709551615 4194304 4196468 140724996400880 140285689101280 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17088] ppid=17072 vsize=13980732 memory=1708 CPUtime=0.02 cores=1,3,5,7
/proc/17074/task/17088/stat : 17088 (java) S 17072 17072 28892 0 -1 1077944384 893 0 0 0 1 1 0 0 20 0 15 0 122248541 14316269568 411751 18446744073709551615 4194304 4196468 140724996400880 140285688048048 140286217833090 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 72 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
Current children cumulated CPU time: 61.32 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1648384 KiB

[startup+54.6008 s]
/proc/loadavg: 1.85 1.83 1.81 3/211 17088
/proc/meminfo: memFree=28470024/32770624 swapFree=67108860/67108860
[pid=17072] ppid=17069 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17072/stat : 17072 (xcsp3-exec) S 17069 17072 28892 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 122248512 9740288 345 18446744073709551615 4194304 5098028 140734908537280 140734908535384 139726039454332 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 15 0 0 7196144 7232144 10768384 140734908543352 140734908543557 140734908543557 140734908547051 0
/proc/17072/statm: 2378 345 289 221 0 87 0
[pid=17074] ppid=17072 vsize=13980732 memory=1669532 CPUtime=62.12 cores=1,3,5,7
/proc/17074/stat : 17074 (java) S 17072 17072 28892 0 -1 1077944320 51265 0 0 0 6134 78 0 0 20 0 15 0 122248527 14316269568 417383 18446744073709551615 4194304 4196468 140724996400880 140724996383424 140286217821943 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
/proc/17074/statm: 3495183 417383 3237 1 0 3483476 0
[pid=17074/tid=17075] ppid=17072 vsize=13980732 memory=0 CPUtime=53.21 cores=1,3,5,7
/proc/17074/task/17075/stat : 17075 (java) R 17072 17072 28892 0 -1 4202560 17691 0 0 0 5302 19 0 0 20 0 15 0 122248527 14316269568 417383 18446744073709551615 4194304 4196468 140724996400880 140286222058624 140285863434426 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17076] ppid=17072 vsize=13980732 memory=2 CPUtime=0.36 cores=1,3,5,7
/proc/17074/task/17076/stat : 17076 (java) S 17072 17072 28892 0 -1 1077944384 520 0 0 0 22 14 0 0 20 0 15 0 122248528 14316269568 417383 18446744073709551615 4194304 4196468 140724996400880 140286183103376 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17077] ppid=17072 vsize=13980732 memory=1661340 CPUtime=0.35 cores=1,3,5,7
/proc/17074/task/17077/stat : 17077 (java) S 17072 17072 28892 0 -1 1077944384 454 0 0 0 23 12 0 0 20 0 15 0 122248528 14316269568 417383 18446744073709551615 4194304 4196468 140724996400880 140285816605456 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17078] ppid=17072 vsize=13980732 memory=1380 CPUtime=0.36 cores=1,3,5,7
/proc/17074/task/17078/stat : 17078 (java) S 17072 17072 28892 0 -1 1077944384 761 0 0 0 24 12 0 0 20 0 15 0 122248528 14316269568 417383 18446744073709551615 4194304 4196468 140724996400880 140285815553168 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17079] ppid=17072 vsize=13980732 memory=1558940 CPUtime=0.36 cores=1,3,5,7
/proc/17074/task/17079/stat : 17079 (java) S 17072 17072 28892 0 -1 1077944384 792 0 0 0 23 13 0 0 20 0 15 0 122248528 14316269568 417383 18446744073709551615 4194304 4196468 140724996400880 140285814500368 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17080] ppid=17072 vsize=13980732 memory=2420 CPUtime=0.01 cores=1,3,5,7
/proc/17074/task/17080/stat : 17080 (java) S 17072 17072 28892 0 -1 1077944384 1580 0 0 0 1 0 0 0 20 0 15 0 122248529 14316269568 417383 18446744073709551615 4194304 4196468 140724996400880 140285696469104 140286217833090 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 73 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17081] ppid=17072 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17081/stat : 17081 (java) S 17072 17072 28892 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 122248530 14316269568 417383 18446744073709551615 4194304 4196468 140724996400880 140285695415136 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17082] ppid=17072 vsize=13980732 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17082/stat : 17082 (java) S 17072 17072 28892 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 122248530 14316269568 417383 18446744073709551615 4194304 4196468 140724996400880 140285694362752 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17083] ppid=17072 vsize=13980732 memory=12216 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17083/stat : 17083 (java) S 17072 17072 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122248532 14316269568 417383 18446744073709551615 4194304 4196468 140724996400880 140285693311056 140286217840539 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17084] ppid=17072 vsize=13980732 memory=1992 CPUtime=3.36 cores=1,3,5,7
/proc/17074/task/17084/stat : 17084 (java) S 17072 17072 28892 0 -1 1077944384 11538 0 0 0 335 1 0 0 20 0 15 0 122248532 14316269568 417383 18446744073709551615 4194304 4196468 140724996400880 140285692258928 140286217833090 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17085] ppid=17072 vsize=13980732 memory=1204 CPUtime=3.3 cores=1,3,5,7
/proc/17074/task/17085/stat : 17085 (java) S 17072 17072 28892 0 -1 1077944384 9887 0 0 0 329 1 0 0 20 0 15 0 122248532 14316269568 417383 18446744073709551615 4194304 4196468 140724996400880 140285691206128 140286217833090 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17086] ppid=17072 vsize=13980732 memory=1000 CPUtime=0.7 cores=1,3,5,7
/proc/17074/task/17086/stat : 17086 (java) S 17072 17072 28892 0 -1 1077944384 5817 0 0 0 69 1 0 0 20 0 15 0 122248532 14316269568 417383 18446744073709551615 4194304 4196468 140724996400880 140285690153840 140286217833090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17087] ppid=17072 vsize=13980732 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17087/stat : 17087 (java) S 17072 17072 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122248533 14316269568 417383 18446744073709551615 4194304 4196468 140724996400880 140285689101280 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17088] ppid=17072 vsize=13980732 memory=5788 CPUtime=0.02 cores=1,3,5,7
/proc/17074/task/17088/stat : 17088 (java) S 17072 17072 28892 0 -1 1077944384 893 0 0 0 1 1 0 0 20 0 15 0 122248541 14316269568 417383 18446744073709551615 4194304 4196468 140724996400880 140285688048048 140286217833090 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 72 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
Current children cumulated CPU time: 62.12 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1670912 KiB

[startup+54.8008 s]
/proc/loadavg: 1.85 1.83 1.81 3/211 17088
/proc/meminfo: memFree=28470024/32770624 swapFree=67108860/67108860
[pid=17072] ppid=17069 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17072/stat : 17072 (xcsp3-exec) S 17069 17072 28892 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 122248512 9740288 345 18446744073709551615 4194304 5098028 140734908537280 140734908535384 139726039454332 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 15 0 0 7196144 7232144 10768384 140734908543352 140734908543557 140734908543557 140734908547051 0
/proc/17072/statm: 2378 345 289 221 0 87 0
[pid=17074] ppid=17072 vsize=13980732 memory=1673628 CPUtime=62.32 cores=1,3,5,7
/proc/17074/stat : 17074 (java) S 17072 17072 28892 0 -1 1077944320 51269 0 0 0 6154 78 0 0 20 0 15 0 122248527 14316269568 418407 18446744073709551615 4194304 4196468 140724996400880 140724996383424 140286217821943 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
/proc/17074/statm: 3495183 418407 3237 1 0 3483476 0
[pid=17074/tid=17075] ppid=17072 vsize=13980732 memory=2 CPUtime=53.41 cores=1,3,5,7
/proc/17074/task/17075/stat : 17075 (java) R 17072 17072 28892 0 -1 4202560 17708 0 0 0 5322 19 0 0 20 0 15 0 122248527 14316269568 418407 18446744073709551615 4194304 4196468 140724996400880 140286222058624 140286210060908 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17076] ppid=17072 vsize=13980732 memory=-8774313645642428999 CPUtime=0.36 cores=1,3,5,7
/proc/17074/task/17076/stat : 17076 (java) S 17072 17072 28892 0 -1 1077944384 520 0 0 0 22 14 0 0 20 0 15 0 122248528 14316269568 418407 18446744073709551615 4194304 4196468 140724996400880 140286183103376 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17077] ppid=17072 vsize=13980732 memory=1380 CPUtime=0.35 cores=1,3,5,7
/proc/17074/task/17077/stat : 17077 (java) S 17072 17072 28892 0 -1 1077944384 454 0 0 0 23 12 0 0 20 0 15 0 122248528 14316269568 418407 18446744073709551615 4194304 4196468 140724996400880 140285816605456 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17078] ppid=17072 vsize=13980732 memory=1380 CPUtime=0.36 cores=1,3,5,7
/proc/17074/task/17078/stat : 17078 (java) S 17072 17072 28892 0 -1 1077944384 761 0 0 0 24 12 0 0 20 0 15 0 122248528 14316269568 418407 18446744073709551615 4194304 4196468 140724996400880 140285815553168 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17079] ppid=17072 vsize=13980732 memory=1601948 CPUtime=0.36 cores=1,3,5,7
/proc/17074/task/17079/stat : 17079 (java) S 17072 17072 28892 0 -1 1077944384 792 0 0 0 23 13 0 0 20 0 15 0 122248528 14316269568 418407 18446744073709551615 4194304 4196468 140724996400880 140285814500368 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17080] ppid=17072 vsize=13980732 memory=1380 CPUtime=0.01 cores=1,3,5,7
/proc/17074/task/17080/stat : 17080 (java) S 17072 17072 28892 0 -1 1077944384 1580 0 0 0 1 0 0 0 20 0 15 0 122248529 14316269568 418407 18446744073709551615 4194304 4196468 140724996400880 140285696469104 140286217833090 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 73 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17081] ppid=17072 vsize=13980732 memory=1558940 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17081/stat : 17081 (java) S 17072 17072 28892 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 122248530 14316269568 418407 18446744073709551615 4194304 4196468 140724996400880 140285695415136 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17082] ppid=17072 vsize=13980732 memory=796 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17082/stat : 17082 (java) S 17072 17072 28892 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 122248530 14316269568 418407 18446744073709551615 4194304 4196468 140724996400880 140285694362752 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17083] ppid=17072 vsize=13980732 memory=11160 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17083/stat : 17083 (java) S 17072 17072 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122248532 14316269568 418407 18446744073709551615 4194304 4196468 140724996400880 140285693311056 140286217840539 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17084] ppid=17072 vsize=13980732 memory=15880 CPUtime=3.36 cores=1,3,5,7
/proc/17074/task/17084/stat : 17084 (java) S 17072 17072 28892 0 -1 1077944384 11538 0 0 0 335 1 0 0 20 0 15 0 122248532 14316269568 418407 18446744073709551615 4194304 4196468 140724996400880 140285692258928 140286217833090 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17085] ppid=17072 vsize=13980732 memory=4048 CPUtime=3.3 cores=1,3,5,7
/proc/17074/task/17085/stat : 17085 (java) S 17072 17072 28892 0 -1 1077944384 9887 0 0 0 329 1 0 0 20 0 15 0 122248532 14316269568 418407 18446744073709551615 4194304 4196468 140724996400880 140285691206128 140286217833090 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17086] ppid=17072 vsize=13980732 memory=37516 CPUtime=0.7 cores=1,3,5,7
/proc/17074/task/17086/stat : 17086 (java) S 17072 17072 28892 0 -1 1077944384 5817 0 0 0 69 1 0 0 20 0 15 0 122248532 14316269568 418407 18446744073709551615 4194304 4196468 140724996400880 140285690153840 140286217833090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17087] ppid=17072 vsize=13980732 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/17074/task/17087/stat : 17087 (java) S 17072 17072 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122248533 14316269568 418407 18446744073709551615 4194304 4196468 140724996400880 140285689101280 140286217832149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
[pid=17074/tid=17088] ppid=17072 vsize=13980732 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/17074/task/17088/stat : 17088 (java) S 17072 17072 28892 0 -1 1077944384 893 0 0 0 1 1 0 0 20 0 15 0 122248541 14316269568 418407 18446744073709551615 4194304 4196468 140724996400880 140285688048048 140286217833090 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 72 0 0 6293624 6294260 34545664 140724996407729 140724996407905 140724996407905 140724996411343 0
Current children cumulated CPU time: 62.32 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1675008 KiB

Child status: 0
Real time (s): 54.8465
CPU time (s): 62.4126
CPU user time (s): 61.6112
CPU system time (s): 0.801356
CPU usage (%): 113.795
Max. virtual memory (cumulated for all children) (KiB): 13992280
Max. memory (cumulated for all children) (KiB): 1675008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.6112
system time used= 0.801356
maximum resident set size= 1675932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53386
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4301
involuntary context switches= 57


# summary of solver processes directly reported to runsolver:
#   pid: 17072
#   total CPU time (s): 62.4126
#   total CPU user time (s): 61.6112
#   total CPU system time (s): 0.801356

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.397803 second user time and 0.551012 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-20 05:28:23
IDJOB=4283893
IDBENCH=126087
IDSOLVER=2679
FILE ID=node127/4283893-1503200555
RUNJOBID= node127-1503172133-9103
PBS_JOBID= 
Free space on /tmp= 61992 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/QRandom/QRandom-mdd-7-25-5/mdd-7-25-5-56-02.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-4283893-1503200555/watcher-4283893-1503200555 -o /tmp/evaluation-result-4283893-1503200555/solver-4283893-1503200555 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503172133-9103 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1818321329 HOME/instance-4283893-1503200555.xml

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

MD5SUM BENCH= eda3e143b65a543b5abd93f521b89dfa
RANDOM SEED=1818321329

node127.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.92
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.92
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.92
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.92
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:        30234188 kB
MemAvailable:   31133320 kB
Buffers:          303912 kB
Cached:           896336 kB
SwapCached:            0 kB
Active:          1699952 kB
Inactive:         383920 kB
Active(anon):     834140 kB
Inactive(anon):    99152 kB
Active(file):     865812 kB
Inactive(file):   284768 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             40528 kB
Writeback:             0 kB
AnonPages:        991760 kB
Mapped:            75480 kB
Shmem:             49828 kB
Slab:             155688 kB
SReclaimable:     128772 kB
SUnreclaim:        26916 kB
KernelStack:        3744 kB
PageTables:         7464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1479796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    921600 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= 61984 MiB
End job on node127 at 2017-08-20 05:29:18