Trace number 4272523

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-07-26)UNSAT 13.2436 4.5104198

General information on the benchmark

NameMixed/Mixed-xcsp2-cril/
cril-1_X2.xml
MD5SUMdd2597fd45b2b65539ad35fe2cbcb377
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.185491
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4015
Number of domains5
Minimum domain size6
Maximum domain size34
Distribution of domain sizes[{"size":6,"count":2},{"size":19,"count":4},{"size":22,"count":10},{"size":27,"count":336},{"size":34,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":88},{"degree":10,"count":29},{"degree":11,"count":43},{"degree":12,"count":25},{"degree":13,"count":41},{"degree":14,"count":15},{"degree":15,"count":39},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":8},{"degree":19,"count":18},{"degree":20,"count":17},{"degree":21,"count":18},{"degree":22,"count":6},{"degree":23,"count":11},{"degree":24,"count":7},{"degree":25,"count":5},{"degree":27,"count":5},{"degree":29,"count":2},{"degree":30,"count":2},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4015}]
Number of extensional constraints4015
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4015}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272523-1502721222.xml"  -tl '2520s' -p 1 -x 3
0.09/0.27	c [HOME/instance-4272523-1502721222.xml, -tl, 2520s, -p, 1, -x, 3]
0.28/0.33	c simple solver
0.28/0.40	c parse instance...
6.25/2.24	c solve instance...
12.98/4.48	s UNSATISFIABLE

Verifier Data


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 (14897 MiB free)
  memory of node 1: 16384 MiB (15268 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272523-1502721222/watcher-4272523-1502721222 -o /tmp/evaluation-result-4272523-1502721222/solver-4272523-1502721222 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1679075352 HOME/instance-4272523-1502721222.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
Current StackSize limit: 8192 KiB
solver pid=12817, runsolver pid=12814


[startup+0.100126 s]*
/proc/loadavg: 1.49 1.38 1.43 2/200 12820
/proc/meminfo: memFree=30881864/32770624 swapFree=67108860/67108860
[pid=12817] ppid=12814 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/12817/stat : 12817 (xcsp3-exec) S 12814 12817 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 26004846 9740288 345 18446744073709551615 4194304 5098028 140736503473632 140736503471736 139824910217852 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 39219200 140736503480697 140736503480902 140736503480902 140736503484395 0
/proc/12817/statm: 2378 345 289 221 0 87 0
[pid=12819] ppid=12817 vsize=13358712 memory=14104 CPUtime=0 cores=1,3,5,7
/proc/12819/stat : 12819 (java) S 12817 12817 7968 0 -1 1077944320 3281 0 0 0 0 0 0 0 20 0 6 0 26004856 13679321088 3526 18446744073709551615 4194304 4196468 140727127578464 140727127561008 139790837931767 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
/proc/12819/statm: 3339678 3526 1892 1 0 3329175 0
[pid=12819/tid=12820] ppid=12817 vsize=13358712 memory=7078076838863583841 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12820/stat : 12820 (java) R 12817 12817 7968 0 -1 4202560 2058 0 0 0 0 0 0 0 20 0 6 0 26004856 13679321088 3526 18446744073709551615 4194304 4196468 140727127578464 139790842167888 139790822012254 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12821] ppid=12817 vsize=13358712 memory=4123389896250521363 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12821/stat : 12821 (java) S 12817 12817 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 26004857 13679321088 3526 18446744073709551615 4194304 4196468 140727127578464 139790794898192 139790837941973 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12822] ppid=12817 vsize=13358712 memory=140328694429312 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12822/stat : 12822 (java) S 12817 12817 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 26004857 13679321088 3526 18446744073709551615 4194304 4196468 140727127578464 139790793845648 139790837941973 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12823] ppid=12817 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12823/stat : 12823 (java) S 12817 12817 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 26004857 13679321088 3526 18446744073709551615 4194304 4196468 140727127578464 139790792793104 139790837941973 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12824] ppid=12817 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12824/stat : 12824 (java) S 12817 12817 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 26004857 13679321088 3526 18446744073709551615 4194304 4196468 140727127578464 139790791740560 139790837941973 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 15484 KiB

[startup+0.210048 s]*
/proc/loadavg: 1.49 1.38 1.43 4/213 12833
/proc/meminfo: memFree=30870760/32770624 swapFree=67108860/67108860
[pid=12817] ppid=12814 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/12817/stat : 12817 (xcsp3-exec) S 12814 12817 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 26004846 9740288 345 18446744073709551615 4194304 5098028 140736503473632 140736503471736 139824910217852 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 39219200 140736503480697 140736503480902 140736503480902 140736503484395 0
/proc/12817/statm: 2378 345 289 221 0 87 0
[pid=12819] ppid=12817 vsize=13974352 memory=27440 CPUtime=0.09 cores=1,3,5,7
/proc/12819/stat : 12819 (java) S 12817 12817 7968 0 -1 1077944320 5258 0 0 0 8 1 0 0 20 0 15 0 26004856 14309736448 6860 18446744073709551615 4194304 4196468 140727127578464 140727127561008 139790837931767 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
/proc/12819/statm: 3493588 6860 2755 1 0 3482964 0
[pid=12819/tid=12820] ppid=12817 vsize=13974352 memory=7078076838863583841 CPUtime=0.06 cores=1,3,5,7
/proc/12819/task/12820/stat : 12820 (java) R 12817 12817 7968 0 -1 4202560 3400 0 0 0 6 0 0 0 20 0 15 0 26004856 14309736448 6860 18446744073709551615 4194304 4196468 140727127578464 139790842161920 139790837953693 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12821] ppid=12817 vsize=13974352 memory=4123389896250521363 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12821/stat : 12821 (java) S 12817 12817 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 26004857 14309736448 6860 18446744073709551615 4194304 4196468 140727127578464 139790794898192 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12822] ppid=12817 vsize=13974352 memory=140328694429312 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12822/stat : 12822 (java) S 12817 12817 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 26004857 14309736448 6860 18446744073709551615 4194304 4196468 140727127578464 139790793845648 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12823] ppid=12817 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12823/stat : 12823 (java) S 12817 12817 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 26004857 14309736448 6860 18446744073709551615 4194304 4196468 140727127578464 139790792793104 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12824] ppid=12817 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12824/stat : 12824 (java) S 12817 12817 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 26004857 14309736448 6860 18446744073709551615 4194304 4196468 140727127578464 139790791740560 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12825] ppid=12817 vsize=13974352 memory=140328694429312 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12825/stat : 12825 (java) S 12817 12817 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 26004858 14309736448 6860 18446744073709551615 4194304 4196468 140727127578464 139790383601648 139790837942914 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12826] ppid=12817 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12826/stat : 12826 (java) S 12817 12817 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 26004859 14309736448 6860 18446744073709551615 4194304 4196468 140727127578464 139790382547872 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12827] ppid=12817 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12827/stat : 12827 (java) S 12817 12817 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 26004859 14309736448 6860 18446744073709551615 4194304 4196468 140727127578464 139790313841648 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12828] ppid=12817 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12828/stat : 12828 (java) S 12817 12817 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 26004861 14309736448 6860 18446744073709551615 4194304 4196468 140727127578464 139790312790224 139790837950363 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12829] ppid=12817 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12829/stat : 12829 (java) S 12817 12817 7968 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 15 0 26004861 14309736448 6860 18446744073709551615 4194304 4196468 140727127578464 139790311737840 139790837942914 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12830] ppid=12817 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12830/stat : 12830 (java) R 12817 12817 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 26004861 14309736448 6860 18446744073709551615 4194304 4196468 140727127578464 139790310685296 139790837942914 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12831] ppid=12817 vsize=13974352 memory=140328694429312 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12831/stat : 12831 (java) R 12817 12817 7968 0 -1 4202560 236 0 0 0 0 0 0 0 20 0 15 0 26004861 14309736448 6860 18446744073709551615 4194304 4196468 140727127578464 139790309632752 139790837943702 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12832] ppid=12817 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12832/stat : 12832 (java) S 12817 12817 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 26004861 14309736448 6860 18446744073709551615 4194304 4196468 140727127578464 139790308580448 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12833] ppid=12817 vsize=13974352 memory=140328694429312 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12833/stat : 12833 (java) S 12817 12817 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 26004866 14309736448 6860 18446744073709551615 4194304 4196468 140727127578464 139790307526960 139790837942914 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28820 KiB

[startup+0.313514 s]*
/proc/loadavg: 1.49 1.38 1.43 4/213 12833
/proc/meminfo: memFree=30858152/32770624 swapFree=67108860/67108860
[pid=12817] ppid=12814 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/12817/stat : 12817 (xcsp3-exec) S 12814 12817 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 26004846 9740288 345 18446744073709551615 4194304 5098028 140736503473632 140736503471736 139824910217852 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 39219200 140736503480697 140736503480902 140736503480902 140736503484395 0
/proc/12817/statm: 2378 345 289 221 0 87 0
[pid=12819] ppid=12817 vsize=13974352 memory=36640 CPUtime=0.28 cores=1,3,5,7
/proc/12819/stat : 12819 (java) S 12817 12817 7968 0 -1 1077944320 8820 0 0 0 26 2 0 0 20 0 15 0 26004856 14309736448 9160 18446744073709551615 4194304 4196468 140727127578464 140727127561008 139790837931767 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
/proc/12819/statm: 3493588 9160 2971 1 0 3482964 0
[pid=12819/tid=12820] ppid=12817 vsize=13974352 memory=4278483708103473607 CPUtime=0.17 cores=1,3,5,7
/proc/12819/task/12820/stat : 12820 (java) R 12817 12817 7968 0 -1 4202560 6103 0 0 0 15 2 0 0 20 0 15 0 26004856 14309736448 9160 18446744073709551615 4194304 4196468 140727127578464 139790842169824 139790837953114 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12821] ppid=12817 vsize=13974352 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12821/stat : 12821 (java) S 12817 12817 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 26004857 14309736448 9160 18446744073709551615 4194304 4196468 140727127578464 139790794898192 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12822] ppid=12817 vsize=13974352 memory=140328694436305 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12822/stat : 12822 (java) S 12817 12817 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 26004857 14309736448 9160 18446744073709551615 4194304 4196468 140727127578464 139790793845648 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12823] ppid=12817 vsize=13974352 memory=7739806849044212585 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12823/stat : 12823 (java) S 12817 12817 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 26004857 14309736448 9160 18446744073709551615 4194304 4196468 140727127578464 139790792793104 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12824] ppid=12817 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12824/stat : 12824 (java) S 12817 12817 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 26004857 14309736448 9160 18446744073709551615 4194304 4196468 140727127578464 139790791740560 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12825] ppid=12817 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12825/stat : 12825 (java) S 12817 12817 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 26004858 14309736448 9160 18446744073709551615 4194304 4196468 140727127578464 139790383601648 139790837942914 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12826] ppid=12817 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12826/stat : 12826 (java) S 12817 12817 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 26004859 14309736448 9160 18446744073709551615 4194304 4196468 140727127578464 139790382547872 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12827] ppid=12817 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12827/stat : 12827 (java) S 12817 12817 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 26004859 14309736448 9160 18446744073709551615 4194304 4196468 140727127578464 139790313841648 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12828] ppid=12817 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12828/stat : 12828 (java) S 12817 12817 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 26004861 14309736448 9160 18446744073709551615 4194304 4196468 140727127578464 139790312790224 139790837950363 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12829] ppid=12817 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/12819/task/12829/stat : 12829 (java) R 12817 12817 7968 0 -1 1077944384 592 0 0 0 1 0 0 0 20 0 15 0 26004861 14309736448 9160 18446744073709551615 4194304 4196468 140727127578464 139790311737936 139790837941973 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12830] ppid=12817 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/12819/task/12830/stat : 12830 (java) R 12817 12817 7968 0 -1 4202560 127 0 0 0 2 0 0 0 20 0 15 0 26004861 14309736448 9160 18446744073709551615 4194304 4196468 140727127578464 139790310685296 139790823972255 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12831] ppid=12817 vsize=13974352 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/12819/task/12831/stat : 12831 (java) S 12817 12817 7968 0 -1 1077944384 693 0 0 0 6 0 0 0 20 0 15 0 26004861 14309736448 9160 18446744073709551615 4194304 4196468 140727127578464 139790309632752 139790837942914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12832] ppid=12817 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12832/stat : 12832 (java) S 12817 12817 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 26004861 14309736448 9160 18446744073709551615 4194304 4196468 140727127578464 139790308580448 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12833] ppid=12817 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12833/stat : 12833 (java) S 12817 12817 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 26004866 14309736448 9160 18446744073709551615 4194304 4196468 140727127578464 139790307526960 139790837942914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38020 KiB

[startup+0.700844 s]
/proc/loadavg: 1.49 1.38 1.43 6/213 12833
/proc/meminfo: memFree=30839064/32770624 swapFree=67108860/67108860
[pid=12817] ppid=12814 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/12817/stat : 12817 (xcsp3-exec) S 12814 12817 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 26004846 9740288 345 18446744073709551615 4194304 5098028 140736503473632 140736503471736 139824910217852 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 39219200 140736503480697 140736503480902 140736503480902 140736503484395 0
/proc/12817/statm: 2378 345 289 221 0 87 0
[pid=12819] ppid=12817 vsize=13978684 memory=84832 CPUtime=1.37 cores=1,3,5,7
/proc/12819/stat : 12819 (java) S 12817 12817 7968 0 -1 1077944320 13844 0 0 0 133 4 0 0 20 0 15 0 26004856 14314172416 21208 18446744073709551615 4194304 4196468 140727127578464 140727127561008 139790837931767 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
/proc/12819/statm: 3494671 21208 3166 1 0 3482964 0
[pid=12819/tid=12820] ppid=12817 vsize=13978684 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/12819/task/12820/stat : 12820 (java) R 12817 12817 7968 0 -1 4202560 7893 0 0 0 51 3 0 0 20 0 15 0 26004856 14314172416 21208 18446744073709551615 4194304 4196468 140727127578464 139790842167088 139790467499406 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12821] ppid=12817 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12821/stat : 12821 (java) S 12817 12817 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 26004857 14314172416 21208 18446744073709551615 4194304 4196468 140727127578464 139790794898192 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12822] ppid=12817 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12822/stat : 12822 (java) S 12817 12817 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 26004857 14314172416 21208 18446744073709551615 4194304 4196468 140727127578464 139790793845648 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12823] ppid=12817 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12823/stat : 12823 (java) S 12817 12817 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 26004857 14314172416 21208 18446744073709551615 4194304 4196468 140727127578464 139790792793104 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12824] ppid=12817 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12824/stat : 12824 (java) S 12817 12817 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 26004857 14314172416 21208 18446744073709551615 4194304 4196468 140727127578464 139790791740560 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12825] ppid=12817 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12825/stat : 12825 (java) S 12817 12817 7968 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 26004858 14314172416 21208 18446744073709551615 4194304 4196468 140727127578464 139790383601648 139790837942914 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12826] ppid=12817 vsize=13978684 memory=4211821575541792384 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12826/stat : 12826 (java) S 12817 12817 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 26004859 14314172416 21208 18446744073709551615 4194304 4196468 140727127578464 139790382547872 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12827] ppid=12817 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12827/stat : 12827 (java) S 12817 12817 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 26004859 14314172416 21208 18446744073709551615 4194304 4196468 140727127578464 139790313841648 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12828] ppid=12817 vsize=13978684 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12828/stat : 12828 (java) S 12817 12817 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 26004861 14314172416 21208 18446744073709551615 4194304 4196468 140727127578464 139790312790224 139790837950363 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12829] ppid=12817 vsize=13978684 memory=2241 CPUtime=0.23 cores=1,3,5,7
/proc/12819/task/12829/stat : 12829 (java) R 12817 12817 7968 0 -1 4202560 1757 0 0 0 23 0 0 0 20 0 15 0 26004861 14314172416 21208 18446744073709551615 4194304 4196468 140727127578464 139790311738136 139790819457389 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12830] ppid=12817 vsize=13978684 memory=2244 CPUtime=0.27 cores=1,3,5,7
/proc/12819/task/12830/stat : 12830 (java) R 12817 12817 7968 0 -1 4202560 1217 0 0 0 27 0 0 0 20 0 15 0 26004861 14314172416 21208 18446744073709551615 4194304 4196468 140727127578464 139790310675648 139790817074877 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12831] ppid=12817 vsize=13978684 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/12819/task/12831/stat : 12831 (java) S 12817 12817 7968 0 -1 1077944384 1668 0 0 0 29 0 0 0 20 0 15 0 26004861 14314172416 21208 18446744073709551615 4194304 4196468 140727127578464 139790309632752 139790837942914 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12832] ppid=12817 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12832/stat : 12832 (java) S 12817 12817 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 26004861 14314172416 21208 18446744073709551615 4194304 4196468 140727127578464 139790308580448 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12833] ppid=12817 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12833/stat : 12833 (java) S 12817 12817 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 26004866 14314172416 21208 18446744073709551615 4194304 4196468 140727127578464 139790307526960 139790837942914 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
Current children cumulated CPU time: 1.37 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 86212 KiB

[startup+1.50085 s]
/proc/loadavg: 1.49 1.38 1.43 6/213 12833
/proc/meminfo: memFree=30630052/32770624 swapFree=67108860/67108860
[pid=12817] ppid=12814 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/12817/stat : 12817 (xcsp3-exec) S 12814 12817 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 26004846 9740288 345 18446744073709551615 4194304 5098028 140736503473632 140736503471736 139824910217852 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 39219200 140736503480697 140736503480902 140736503480902 140736503484395 0
/proc/12817/statm: 2378 345 289 221 0 87 0
[pid=12819] ppid=12817 vsize=13980732 memory=596776 CPUtime=3.6 cores=1,3,5,7
/proc/12819/stat : 12819 (java) S 12817 12817 7968 0 -1 1077944320 16552 0 0 0 320 40 0 0 20 0 15 0 26004856 14316269568 149194 18446744073709551615 4194304 4196468 140727127578464 140727127561008 139790837931767 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
/proc/12819/statm: 3495183 149194 3215 1 0 3483476 0
[pid=12819/tid=12820] ppid=12817 vsize=13980732 memory=4124 CPUtime=1.03 cores=1,3,5,7
/proc/12819/task/12820/stat : 12820 (java) S 12817 12817 7968 0 -1 1077944384 8184 0 0 0 98 5 0 0 20 0 15 0 26004856 14316269568 149194 18446744073709551615 4194304 4196468 140727127578464 139790842168336 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12821] ppid=12817 vsize=13980732 memory=16956 CPUtime=0.2 cores=1,3,5,7
/proc/12819/task/12821/stat : 12821 (java) R 12817 12817 7968 0 -1 4202560 177 0 0 0 12 8 0 0 20 0 15 0 26004857 14316269568 149194 18446744073709551615 4194304 4196468 140727127578464 139790794898392 139790831035379 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12822] ppid=12817 vsize=13980732 memory=416768 CPUtime=0.14 cores=1,3,5,7
/proc/12819/task/12822/stat : 12822 (java) R 12817 12817 7968 0 -1 4202560 141 0 0 0 8 6 0 0 20 0 15 0 26004857 14316269568 149194 18446744073709551615 4194304 4196468 140727127578464 139790793845848 139790831035379 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12823] ppid=12817 vsize=13980732 memory=2388 CPUtime=0.21 cores=1,3,5,7
/proc/12819/task/12823/stat : 12823 (java) R 12817 12817 7968 0 -1 4202560 177 0 0 0 13 8 0 0 20 0 15 0 26004857 14316269568 149194 18446744073709551615 4194304 4196468 140727127578464 139790792793104 139790831035379 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12824] ppid=12817 vsize=13980732 memory=16 CPUtime=0.22 cores=1,3,5,7
/proc/12819/task/12824/stat : 12824 (java) R 12817 12817 7968 0 -1 4202560 191 0 0 0 14 8 0 0 20 0 15 0 26004857 14316269568 149194 18446744073709551615 4194304 4196468 140727127578464 139790791740560 139790831035369 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12825] ppid=12817 vsize=13980732 memory=9 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12825/stat : 12825 (java) S 12817 12817 7968 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 26004858 14316269568 149194 18446744073709551615 4194304 4196468 140727127578464 139790383600160 139790837941973 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12826] ppid=12817 vsize=13980732 memory=16 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12826/stat : 12826 (java) S 12817 12817 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 26004859 14316269568 149194 18446744073709551615 4194304 4196468 140727127578464 139790382547872 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12827] ppid=12817 vsize=13980732 memory=16 CPUtime=0 cores=1,3,5,7

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

/proc/12819/task/12826/stat : 12826 (java) S 12817 12817 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 26004859 14318297088 215668 18446744073709551615 4194304 4196468 140727127578464 139790382547872 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12827] ppid=12817 vsize=13982712 memory=280657188438624 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12827/stat : 12827 (java) S 12817 12817 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 26004859 14318297088 215668 18446744073709551615 4194304 4196468 140727127578464 139790313841648 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12828] ppid=12817 vsize=13982712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12828/stat : 12828 (java) S 12817 12817 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 26004861 14318297088 215668 18446744073709551615 4194304 4196468 140727127578464 139790312790224 139790837950363 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12829] ppid=12817 vsize=13982712 memory=0 CPUtime=1.58 cores=1,3,5,7
/proc/12819/task/12829/stat : 12829 (java) R 12817 12817 7968 0 -1 4202560 6181 0 0 0 157 1 0 0 20 0 15 0 26004861 14318297088 215668 18446744073709551615 4194304 4196468 140727127578464 139790311723816 139790819476001 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12830] ppid=12817 vsize=13982712 memory=56 CPUtime=1.47 cores=1,3,5,7
/proc/12819/task/12830/stat : 12830 (java) R 12817 12817 7968 0 -1 4202560 5775 0 0 0 146 1 0 0 20 0 15 0 26004861 14318297088 215668 18446744073709551615 4194304 4196468 140727127578464 139790310669656 139790823047017 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12831] ppid=12817 vsize=13982712 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/12819/task/12831/stat : 12831 (java) S 12817 12817 7968 0 -1 1077944384 3470 0 0 0 64 1 0 0 20 0 15 0 26004861 14318297088 215668 18446744073709551615 4194304 4196468 140727127578464 139790309632752 139790837942914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12832] ppid=12817 vsize=13982712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12832/stat : 12832 (java) S 12817 12817 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 26004861 14318297088 215668 18446744073709551615 4194304 4196468 140727127578464 139790308580448 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12833] ppid=12817 vsize=13982712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12833/stat : 12833 (java) S 12817 12817 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 26004866 14318297088 215668 18446744073709551615 4194304 4196468 140727127578464 139790307526960 139790837942914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
Current children cumulated CPU time: 9.11 s
Current children cumulated vsize: 13992224 KiB
Current children cumulated memory: 864052 KiB

[startup+4.51038 s]
# the end of solver process 12817 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=12.5871 s, system=0.656524 s

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

[startup+3.20099 s]
/proc/loadavg: 1.49 1.38 1.43 5/213 12833
/proc/meminfo: memFree=30044576/32770624 swapFree=67108860/67108860
[pid=12817] ppid=12814 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/12817/stat : 12817 (xcsp3-exec) S 12814 12817 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 26004846 9740288 345 18446744073709551615 4194304 5098028 140736503473632 140736503471736 139824910217852 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 39219200 140736503480697 140736503480902 140736503480902 140736503484395 0
/proc/12817/statm: 2378 345 289 221 0 87 0
[pid=12819] ppid=12817 vsize=13983024 memory=869084 CPUtime=9.39 cores=1,3,5,7
/proc/12819/stat : 12819 (java) S 12817 12817 7968 0 -1 1077944320 66739 0 0 0 877 62 0 0 20 0 15 0 26004856 14318616576 217271 18446744073709551615 4194304 4196468 140727127578464 140727127561008 139790837931767 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
/proc/12819/statm: 3495756 217271 3233 1 0 3484049 0
[pid=12819/tid=12820] ppid=12817 vsize=13983024 memory=-8774313645642428999 CPUtime=2.07 cores=1,3,5,7
/proc/12819/task/12820/stat : 12820 (java) R 12817 12817 7968 0 -1 4202560 17353 0 0 0 200 7 0 0 20 0 15 0 26004856 14318616576 217271 18446744073709551615 4194304 4196468 140727127578464 139790842170336 139790470365319 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12821] ppid=12817 vsize=13983024 memory=16956 CPUtime=0.85 cores=1,3,5,7
/proc/12819/task/12821/stat : 12821 (java) S 12817 12817 7968 0 -1 1077944384 7560 0 0 0 72 13 0 0 20 0 15 0 26004857 14318616576 217271 18446744073709551615 4194304 4196468 140727127578464 139790794898192 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12822] ppid=12817 vsize=13983024 memory=2424 CPUtime=0.78 cores=1,3,5,7
/proc/12819/task/12822/stat : 12822 (java) S 12817 12817 7968 0 -1 1077944384 7140 0 0 0 67 11 0 0 20 0 15 0 26004857 14318616576 217271 18446744073709551615 4194304 4196468 140727127578464 139790793845648 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12823] ppid=12817 vsize=13983024 memory=1296 CPUtime=0.85 cores=1,3,5,7
/proc/12819/task/12823/stat : 12823 (java) S 12817 12817 7968 0 -1 1077944384 7901 0 0 0 73 12 0 0 20 0 15 0 26004857 14318616576 217271 18446744073709551615 4194304 4196468 140727127578464 139790792793104 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12824] ppid=12817 vsize=13983024 memory=1732 CPUtime=0.87 cores=1,3,5,7
/proc/12819/task/12824/stat : 12824 (java) S 12817 12817 7968 0 -1 1077944384 7277 0 0 0 74 13 0 0 20 0 15 0 26004857 14318616576 217271 18446744073709551615 4194304 4196468 140727127578464 139790791740560 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12825] ppid=12817 vsize=13983024 memory=1700 CPUtime=0.01 cores=1,3,5,7
/proc/12819/task/12825/stat : 12825 (java) S 12817 12817 7968 0 -1 1077944384 693 0 0 0 1 0 0 0 20 0 15 0 26004858 14318616576 217271 18446744073709551615 4194304 4196468 140727127578464 139790383601648 139790837942914 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12826] ppid=12817 vsize=13983024 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12826/stat : 12826 (java) S 12817 12817 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 26004859 14318616576 217271 18446744073709551615 4194304 4196468 140727127578464 139790382547872 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12827] ppid=12817 vsize=13983024 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12827/stat : 12827 (java) S 12817 12817 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 26004859 14318616576 217271 18446744073709551615 4194304 4196468 140727127578464 139790313841648 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12828] ppid=12817 vsize=13983024 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12828/stat : 12828 (java) S 12817 12817 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 26004861 14318616576 217271 18446744073709551615 4194304 4196468 140727127578464 139790312790224 139790837950363 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12829] ppid=12817 vsize=13983024 memory=5520 CPUtime=1.67 cores=1,3,5,7
/proc/12819/task/12829/stat : 12829 (java) R 12817 12817 7968 0 -1 4202560 6854 0 0 0 166 1 0 0 20 0 15 0 26004861 14318616576 217271 18446744073709551615 4194304 4196468 140727127578464 139790311723864 139790816347928 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12830] ppid=12817 vsize=13983024 memory=4612 CPUtime=1.56 cores=1,3,5,7
/proc/12819/task/12830/stat : 12830 (java) R 12817 12817 7968 0 -1 4202560 7061 0 0 0 155 1 0 0 20 0 15 0 26004861 14318616576 217271 18446744073709551615 4194304 4196468 140727127578464 139790310669960 139790819453991 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12831] ppid=12817 vsize=13983024 memory=792 CPUtime=0.65 cores=1,3,5,7
/proc/12819/task/12831/stat : 12831 (java) S 12817 12817 7968 0 -1 1077944384 3600 0 0 0 64 1 0 0 20 0 15 0 26004861 14318616576 217271 18446744073709551615 4194304 4196468 140727127578464 139790309632752 139790837942914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12832] ppid=12817 vsize=13983024 memory=8692 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12832/stat : 12832 (java) S 12817 12817 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 26004861 14318616576 217271 18446744073709551615 4194304 4196468 140727127578464 139790308580448 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12833] ppid=12817 vsize=13983024 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12833/stat : 12833 (java) S 12817 12817 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 26004866 14318616576 217271 18446744073709551615 4194304 4196468 140727127578464 139790307526960 139790837942914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
Current children cumulated CPU time: 9.39 s
Current children cumulated vsize: 13992536 KiB
Current children cumulated memory: 870464 KiB

[startup+4.00075 s]*
/proc/loadavg: 1.69 1.43 1.44 5/213 12833
/proc/meminfo: memFree=30020628/32770624 swapFree=67108860/67108860
[pid=12817] ppid=12814 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/12817/stat : 12817 (xcsp3-exec) S 12814 12817 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 26004846 9740288 345 18446744073709551615 4194304 5098028 140736503473632 140736503471736 139824910217852 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 39219200 140736503480697 140736503480902 140736503480902 140736503484395 0
/proc/12817/statm: 2378 345 289 221 0 87 0
[pid=12819] ppid=12817 vsize=13980732 memory=874868 CPUtime=11.86 cores=1,3,5,7
/proc/12819/stat : 12819 (java) S 12817 12817 7968 0 -1 1077944320 84545 0 0 0 1123 63 0 0 20 0 15 0 26004856 14316269568 218717 18446744073709551615 4194304 4196468 140727127578464 140727127561008 139790837931767 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
/proc/12819/statm: 3495183 218717 3238 1 0 3483476 0
[pid=12819/tid=12820] ppid=12817 vsize=13980732 memory=4278483708103473607 CPUtime=2.88 cores=1,3,5,7
/proc/12819/task/12820/stat : 12820 (java) R 12817 12817 7968 0 -1 4202560 18511 0 0 0 281 7 0 0 20 0 15 0 26004856 14316269568 218717 18446744073709551615 4194304 4196468 140727127578464 139790842168168 139790465180928 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12821] ppid=12817 vsize=13980732 memory=-7003737579269690708 CPUtime=0.85 cores=1,3,5,7
/proc/12819/task/12821/stat : 12821 (java) S 12817 12817 7968 0 -1 1077944384 7560 0 0 0 72 13 0 0 20 0 15 0 26004857 14316269568 218717 18446744073709551615 4194304 4196468 140727127578464 139790794898192 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12822] ppid=12817 vsize=13980732 memory=6943526294502006880 CPUtime=0.78 cores=1,3,5,7
/proc/12819/task/12822/stat : 12822 (java) S 12817 12817 7968 0 -1 1077944384 7140 0 0 0 67 11 0 0 20 0 15 0 26004857 14316269568 218717 18446744073709551615 4194304 4196468 140727127578464 139790793845648 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12823] ppid=12817 vsize=13980732 memory=6655300316396806240 CPUtime=0.85 cores=1,3,5,7
/proc/12819/task/12823/stat : 12823 (java) S 12817 12817 7968 0 -1 1077944384 7901 0 0 0 73 12 0 0 20 0 15 0 26004857 14316269568 218717 18446744073709551615 4194304 4196468 140727127578464 139790792793104 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12824] ppid=12817 vsize=13980732 memory=0 CPUtime=0.87 cores=1,3,5,7
/proc/12819/task/12824/stat : 12824 (java) S 12817 12817 7968 0 -1 1077944384 7277 0 0 0 74 13 0 0 20 0 15 0 26004857 14316269568 218717 18446744073709551615 4194304 4196468 140727127578464 139790791740560 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12825] ppid=12817 vsize=13980732 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/12819/task/12825/stat : 12825 (java) S 12817 12817 7968 0 -1 1077944384 693 0 0 0 1 0 0 0 20 0 15 0 26004858 14316269568 218717 18446744073709551615 4194304 4196468 140727127578464 139790383601648 139790837942914 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12826] ppid=12817 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12826/stat : 12826 (java) S 12817 12817 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 26004859 14316269568 218717 18446744073709551615 4194304 4196468 140727127578464 139790382547872 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12827] ppid=12817 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12827/stat : 12827 (java) S 12817 12817 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 26004859 14316269568 218717 18446744073709551615 4194304 4196468 140727127578464 139790313841648 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12828] ppid=12817 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12828/stat : 12828 (java) S 12817 12817 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 26004861 14316269568 218717 18446744073709551615 4194304 4196468 140727127578464 139790312790224 139790837950363 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12829] ppid=12817 vsize=13980732 memory=0 CPUtime=2.47 cores=1,3,5,7
/proc/12819/task/12829/stat : 12829 (java) R 12817 12817 7968 0 -1 4202560 14890 0 0 0 246 1 0 0 20 0 15 0 26004861 14316269568 218717 18446744073709551615 4194304 4196468 140727127578464 139790311724624 139790821395427 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12830] ppid=12817 vsize=13980732 memory=-1 CPUtime=2.37 cores=1,3,5,7
/proc/12819/task/12830/stat : 12830 (java) R 12817 12817 7968 0 -1 4202560 14518 0 0 0 236 1 0 0 20 0 15 0 26004861 14316269568 218717 18446744073709551615 4194304 4196468 140727127578464 139790310678528 139790817585744 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12831] ppid=12817 vsize=13980732 memory=3472323898181169199 CPUtime=0.7 cores=1,3,5,7
/proc/12819/task/12831/stat : 12831 (java) S 12817 12817 7968 0 -1 1077944384 4748 0 0 0 69 1 0 0 20 0 15 0 26004861 14316269568 218717 18446744073709551615 4194304 4196468 140727127578464 139790309632752 139790837942914 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 14 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12832] ppid=12817 vsize=13980732 memory=3472468624922109612 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12832/stat : 12832 (java) S 12817 12817 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 26004861 14316269568 218717 18446744073709551615 4194304 4196468 140727127578464 139790308580448 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12833] ppid=12817 vsize=13980732 memory=3472328296227680299 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12833/stat : 12833 (java) R 12817 12817 7968 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 26004866 14316269568 218717 18446744073709551615 4194304 4196468 140727127578464 139790307526960 139790837942914 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
Current children cumulated CPU time: 11.86 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 876248 KiB

[startup+4.4008 s]
/proc/loadavg: 1.69 1.43 1.44 5/213 12833
/proc/meminfo: memFree=30020628/32770624 swapFree=67108860/67108860
[pid=12817] ppid=12814 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/12817/stat : 12817 (xcsp3-exec) S 12814 12817 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 26004846 9740288 345 18446744073709551615 4194304 5098028 140736503473632 140736503471736 139824910217852 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 39219200 140736503480697 140736503480902 140736503480902 140736503484395 0
/proc/12817/statm: 2378 345 289 221 0 87 0
[pid=12819] ppid=12817 vsize=13980732 memory=877620 CPUtime=12.98 cores=1,3,5,7
/proc/12819/stat : 12819 (java) S 12817 12817 7968 0 -1 1077944320 85691 0 0 0 1235 63 0 0 20 0 15 0 26004856 14316269568 219405 18446744073709551615 4194304 4196468 140727127578464 140727127561008 139790837931767 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
/proc/12819/statm: 3495183 219405 3241 1 0 3483476 0
[pid=12819/tid=12820] ppid=12817 vsize=13980732 memory=5936702414817618280 CPUtime=3.27 cores=1,3,5,7
/proc/12819/task/12820/stat : 12820 (java) R 12817 12817 7968 0 -1 4202560 18573 0 0 0 320 7 0 0 20 0 15 0 26004856 14316269568 219405 18446744073709551615 4194304 4196468 140727127578464 139790842168192 139790470697438 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12821] ppid=12817 vsize=13980732 memory=5936702414817618280 CPUtime=0.85 cores=1,3,5,7
/proc/12819/task/12821/stat : 12821 (java) S 12817 12817 7968 0 -1 1077944384 7560 0 0 0 72 13 0 0 20 0 15 0 26004857 14316269568 219405 18446744073709551615 4194304 4196468 140727127578464 139790794898192 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12822] ppid=12817 vsize=13980732 memory=5936702414817618280 CPUtime=0.78 cores=1,3,5,7
/proc/12819/task/12822/stat : 12822 (java) S 12817 12817 7968 0 -1 1077944384 7140 0 0 0 67 11 0 0 20 0 15 0 26004857 14316269568 219405 18446744073709551615 4194304 4196468 140727127578464 139790793845648 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12823] ppid=12817 vsize=13980732 memory=7090745421351708480 CPUtime=0.85 cores=1,3,5,7
/proc/12819/task/12823/stat : 12823 (java) S 12817 12817 7968 0 -1 1077944384 7901 0 0 0 73 12 0 0 20 0 15 0 26004857 14316269568 219405 18446744073709551615 4194304 4196468 140727127578464 139790792793104 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12824] ppid=12817 vsize=13980732 memory=87 CPUtime=0.87 cores=1,3,5,7
/proc/12819/task/12824/stat : 12824 (java) S 12817 12817 7968 0 -1 1077944384 7277 0 0 0 74 13 0 0 20 0 15 0 26004857 14316269568 219405 18446744073709551615 4194304 4196468 140727127578464 139790791740560 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12825] ppid=12817 vsize=13980732 memory=1 CPUtime=0.01 cores=1,3,5,7
/proc/12819/task/12825/stat : 12825 (java) S 12817 12817 7968 0 -1 1077944384 876 0 0 0 1 0 0 0 20 0 15 0 26004858 14316269568 219405 18446744073709551615 4194304 4196468 140727127578464 139790383601648 139790837942914 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12826] ppid=12817 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12826/stat : 12826 (java) S 12817 12817 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 26004859 14316269568 219405 18446744073709551615 4194304 4196468 140727127578464 139790382547872 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12827] ppid=12817 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12827/stat : 12827 (java) S 12817 12817 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 26004859 14316269568 219405 18446744073709551615 4194304 4196468 140727127578464 139790313841648 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12828] ppid=12817 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12828/stat : 12828 (java) S 12817 12817 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 26004861 14316269568 219405 18446744073709551615 4194304 4196468 140727127578464 139790312790224 139790837950363 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12829] ppid=12817 vsize=13980732 memory=226 CPUtime=2.78 cores=1,3,5,7
/proc/12819/task/12829/stat : 12829 (java) S 12817 12817 7968 0 -1 1077944384 15081 0 0 0 277 1 0 0 20 0 15 0 26004861 14316269568 219405 18446744073709551615 4194304 4196468 140727127578464 139790311737840 139790837942914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12830] ppid=12817 vsize=13980732 memory=216 CPUtime=2.76 cores=1,3,5,7
/proc/12819/task/12830/stat : 12830 (java) R 12817 12817 7968 0 -1 4202560 15145 0 0 0 275 1 0 0 20 0 15 0 26004861 14316269568 219405 18446744073709551615 4194304 4196468 140727127578464 139790310671072 139790819449649 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12831] ppid=12817 vsize=13980732 memory=69 CPUtime=0.73 cores=1,3,5,7
/proc/12819/task/12831/stat : 12831 (java) S 12817 12817 7968 0 -1 1077944384 4830 0 0 0 72 1 0 0 20 0 15 0 26004861 14316269568 219405 18446744073709551615 4194304 4196468 140727127578464 139790309632752 139790837942914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12832] ppid=12817 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12832/stat : 12832 (java) S 12817 12817 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 26004861 14316269568 219405 18446744073709551615 4194304 4196468 140727127578464 139790308580448 139790837941973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
[pid=12819/tid=12833] ppid=12817 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12819/task/12833/stat : 12833 (java) S 12817 12817 7968 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 26004866 14316269568 219405 18446744073709551615 4194304 4196468 140727127578464 139790307526960 139790837942914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13701120 140727127585202 140727127585378 140727127585378 140727127588815 0
Current children cumulated CPU time: 12.98 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 879000 KiB

[startup+4.50092 s]
/proc/loadavg: 1.69 1.43 1.44 5/213 12833
/proc/meminfo: memFree=30020628/32770624 swapFree=67108860/67108860
[pid=12817] ppid=12814 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/12817/stat : 12817 (xcsp3-exec) S 12814 12817 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 26004846 9740288 345 18446744073709551615 4194304 5098028 140736503473632 140736503471736 139824910217852 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 39219200 140736503480697 140736503480902 140736503480902 140736503484395 0
/proc/12817/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

Child status: 0
Real time (s): 4.51042
CPU time (s): 13.2436
CPU user time (s): 12.5871
CPU system time (s): 0.656524
CPU usage (%): 293.622
Max. virtual memory (cumulated for all children) (KiB): 13993120
Max. memory (cumulated for all children) (KiB): 879000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.5871
system time used= 0.656524
maximum resident set size= 878968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86683
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2897
involuntary context switches= 64


# summary of solver processes directly reported to runsolver:
#   pid: 12817
#   total CPU time (s): 13.2436
#   total CPU user time (s): 12.5871
#   total CPU system time (s): 0.656524

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.061061 second user time and 0.079216 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-14 16:19:45
IDJOB=4272523
IDBENCH=122868
IDSOLVER=2664
FILE ID=node128/4272523-1502721222
RUNJOBID= node128-1502649221-29001
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Mixed/Mixed-xcsp2-cril/cril-1_X2.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-4272523-1502721222/watcher-4272523-1502721222 -o /tmp/evaluation-result-4272523-1502721222/solver-4272523-1502721222 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1679075352 HOME/instance-4272523-1502721222.xml

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

MD5SUM BENCH= dd2597fd45b2b65539ad35fe2cbcb377
RANDOM SEED=1679075352

node128.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.94
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.94
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.94
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.94
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:        30889196 kB
MemAvailable:   31680204 kB
Buffers:          196812 kB
Cached:           879528 kB
SwapCached:            0 kB
Active:           663212 kB
Inactive:         802084 kB
Active(anon):     389452 kB
Inactive(anon):    16764 kB
Active(file):     273760 kB
Inactive(file):   785320 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8164 kB
Writeback:             0 kB
AnonPages:        397092 kB
Mapped:            47960 kB
Shmem:             17116 kB
Slab:             120880 kB
SReclaimable:      95528 kB
SUnreclaim:        25352 kB
KernelStack:        3744 kB
PageTables:         5980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     985216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    331776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62016 MiB
End job on node128 at 2017-08-14 16:19:49