Trace number 4292488

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 4.0.7 seq (493a269)? (TO) 2400.12 2390.08

General information on the benchmark

NameColouredQueens/
ColouredQueens-14_c18.xml
MD5SUMeb742fbc5fe115028f4ee34ab4b949cf
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables196
Number of constraints78
Number of domains1
Minimum domain size14
Maximum domain size14
Distribution of domain sizes[{"size":14,"count":196}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":192}]
Minimum constraint arity2
Maximum constraint arity14
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":4},{"arity":14,"count":30}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":78}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4292488-1532276718.xml"  -tl '2400s' -p 1 -x 0
0.12/0.18	c Choco 493a269
0.12/0.18	c [HOME/instance-4292488-1532276718.xml, -tl, 2400s, -p, 1, -x, 0]
0.12/0.22	c simple solver
0.34/0.28	c parse instance...
0.72/0.50	c solve instance...
2400.09/2389.70	s UNKNOWN
2400.09/2389.70	c Unexpected resolution interruption!

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292488-1532276718/watcher-4292488-1532276718 -o /tmp/evaluation-result-4292488-1532276718/solver-4292488-1532276718 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532271936-4846 --watchdog 2560 HOME/xcsp3-exec -seed 2127102527 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292488-1532276718.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=5527, runsolver pid=5524

[startup+0.105219 s]*
/proc/loadavg: 1.77 1.72 1.70 4/217 5543
/proc/meminfo: memFree=20063444/32770624 swapFree=67108860/67108860
[pid=5527] ppid=5524 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5527/stat : 5527 (xcsp3-exec) S 5524 5527 3395 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45234996 115843072 363 33554432000 4194304 5098028 140736276872112 140736276870216 139992012952188 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32546816 140736276878394 140736276878596 140736276878596 140736276881354 0
/proc/5527/statm: 28282 363 306 221 0 87 0
[pid=5529] ppid=5527 vsize=14082840 memory=29116 CPUtime=0.12 cores=0,2,4,6
/proc/5529/stat : 5529 (java) S 5527 5527 3395 0 -1 1077944320 5583 0 0 0 11 1 0 0 20 0 15 0 45234996 14420828160 7279 33554432000 4194304 4196468 140732857256608 140732857239152 140399164452599 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
/proc/5529/statm: 3520710 7279 3037 1 0 3483008 0
[pid=5529/tid=5530] ppid=5527 vsize=14082840 memory=8117638957314052955 CPUtime=0.09 cores=0,2,4,6
/proc/5529/task/5530/stat : 5530 (java) R 5527 5527 3395 0 -1 4202560 3513 0 0 0 9 0 0 0 20 0 15 0 45234996 14420828160 7279 33554432000 4194304 4196468 140732857256608 140399168682784 140399164464534 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5531] ppid=5527 vsize=14082840 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5531/stat : 5531 (java) S 5527 5527 3395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45234997 14420828160 7279 33554432000 4194304 4196468 140732857256608 140399127559184 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5532] ppid=5527 vsize=14082840 memory=140014419723904 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5532/stat : 5532 (java) S 5527 5527 3395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45234997 14420828160 7279 33554432000 4194304 4196468 140732857256608 140398758653072 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5533] ppid=5527 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5533/stat : 5533 (java) S 5527 5527 3395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45234997 14420828160 7279 33554432000 4194304 4196468 140732857256608 140398757600016 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5534] ppid=5527 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5534/stat : 5534 (java) S 5527 5527 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45234997 14420828160 7279 33554432000 4194304 4196468 140732857256608 140398756547472 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5535] ppid=5527 vsize=14082840 memory=140014419723904 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5535/stat : 5535 (java) S 5527 5527 3395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45234999 14420828160 7279 33554432000 4194304 4196468 140732857256608 140398638614768 140399164463746 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5536] ppid=5527 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5536/stat : 5536 (java) S 5527 5527 3395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45234999 14420828160 7279 33554432000 4194304 4196468 140732857256608 140398637560992 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5537] ppid=5527 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5537/stat : 5537 (java) S 5527 5527 3395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45234999 14420828160 7279 33554432000 4194304 4196468 140732857256608 140398636507888 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5538] ppid=5527 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5538/stat : 5538 (java) S 5527 5527 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45235002 14420828160 7279 33554432000 4194304 4196468 140732857256608 140398635456464 140399164471195 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5539] ppid=5527 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5539/stat : 5539 (java) S 5527 5527 3395 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 15 0 45235002 14420828160 7279 33554432000 4194304 4196468 140732857256608 140398634404592 140399164463746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5540] ppid=5527 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5540/stat : 5540 (java) S 5527 5527 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45235002 14420828160 7279 33554432000 4194304 4196468 140732857256608 140398633352048 140399164463746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5541] ppid=5527 vsize=14082840 memory=140014419723904 CPUtime=0.01 cores=0,2,4,6
/proc/5529/task/5541/stat : 5541 (java) R 5527 5527 3395 0 -1 4202560 348 0 0 0 1 0 0 0 20 0 15 0 45235002 14420828160 7279 33554432000 4194304 4196468 140732857256608 140398632298992 140399142943889 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5542] ppid=5527 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5542/stat : 5542 (java) S 5527 5527 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45235002 14420828160 7279 33554432000 4194304 4196468 140732857256608 140398631246688 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5543] ppid=5527 vsize=14082840 memory=140014419723904 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5543/stat : 5543 (java) S 5527 5527 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45235002 14420828160 7279 33554432000 4194304 4196468 140732857256608 140398630193712 140399164463746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 30568 KiB

[startup+0.219214 s]*
/proc/loadavg: 1.77 1.72 1.70 3/217 5543
/proc/meminfo: memFree=20052752/32770624 swapFree=67108860/67108860
[pid=5527] ppid=5524 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5527/stat : 5527 (xcsp3-exec) S 5524 5527 3395 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45234996 115843072 363 33554432000 4194304 5098028 140736276872112 140736276870216 139992012952188 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32546816 140736276878394 140736276878596 140736276878596 140736276881354 0
/proc/5527/statm: 28282 363 306 221 0 87 0
[pid=5529] ppid=5527 vsize=14087096 memory=40828 CPUtime=0.34 cores=0,2,4,6
/proc/5529/stat : 5529 (java) S 5527 5527 3395 0 -1 1077944320 8269 0 0 0 32 2 0 0 20 0 15 0 45234996 14425186304 10207 33554432000 4194304 4196468 140732857256608 140732857239152 140399164452599 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
/proc/5529/statm: 3521774 10207 3158 1 0 3483008 0
[pid=5529/tid=5530] ppid=5527 vsize=14087096 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/5529/task/5530/stat : 5530 (java) R 5527 5527 3395 0 -1 4202560 5475 0 0 0 19 1 0 0 20 0 15 0 45234996 14425186304 10246 33554432000 4194304 4196468 140732857256608 140399168674912 140399164474525 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5531] ppid=5527 vsize=14087096 memory=10655 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5531/stat : 5531 (java) S 5527 5527 3395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45234997 14425186304 10246 33554432000 4194304 4196468 140732857256608 140399127559184 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5532] ppid=5527 vsize=14087096 memory=140014419891705 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5532/stat : 5532 (java) S 5527 5527 3395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45234997 14425186304 10246 33554432000 4194304 4196468 140732857256608 140398758653072 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5533] ppid=5527 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5533/stat : 5533 (java) S 5527 5527 3395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45234997 14425186304 10246 33554432000 4194304 4196468 140732857256608 140398757600016 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5534] ppid=5527 vsize=14087096 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5534/stat : 5534 (java) S 5527 5527 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45234997 14425186304 10246 33554432000 4194304 4196468 140732857256608 140398756547472 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5535] ppid=5527 vsize=14087096 memory=140014419723904 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5535/stat : 5535 (java) S 5527 5527 3395 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45234999 14425186304 10246 33554432000 4194304 4196468 140732857256608 140398638614768 140399164463746 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5536] ppid=5527 vsize=14087096 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5536/stat : 5536 (java) S 5527 5527 3395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45234999 14425186304 10246 33554432000 4194304 4196468 140732857256608 140398637560992 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5537] ppid=5527 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5537/stat : 5537 (java) S 5527 5527 3395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45234999 14425186304 10246 33554432000 4194304 4196468 140732857256608 140398636507888 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5538] ppid=5527 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5538/stat : 5538 (java) S 5527 5527 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45235002 14425186304 10246 33554432000 4194304 4196468 140732857256608 140398635456464 140399164471195 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5539] ppid=5527 vsize=14087096 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/5529/task/5539/stat : 5539 (java) S 5527 5527 3395 0 -1 1077944384 568 0 0 0 3 0 0 0 20 0 15 0 45235002 14425186304 10246 33554432000 4194304 4196468 140732857256608 140398634404592 140399164463746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5540] ppid=5527 vsize=14087096 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/5529/task/5540/stat : 5540 (java) S 5527 5527 3395 0 -1 1077944384 120 0 0 0 1 0 0 0 20 0 15 0 45235002 14425186304 10246 33554432000 4194304 4196468 140732857256608 140398633352048 140399164463746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5541] ppid=5527 vsize=14087096 memory=140014419723904 CPUtime=0.08 cores=0,2,4,6
/proc/5529/task/5541/stat : 5541 (java) R 5527 5527 3395 0 -1 4202560 802 0 0 0 8 0 0 0 20 0 15 0 45235002 14425186304 10246 33554432000 4194304 4196468 140732857256608 140398632298992 140399164473946 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5542] ppid=5527 vsize=14087096 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5542/stat : 5542 (java) S 5527 5527 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45235002 14425186304 10246 33554432000 4194304 4196468 140732857256608 140398631246688 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5543] ppid=5527 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5543/stat : 5543 (java) S 5527 5527 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45235002 14425186304 10246 33554432000 4194304 4196468 140732857256608 140398630193712 140399164463746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 42280 KiB

[startup+0.310534 s]*
/proc/loadavg: 1.77 1.72 1.70 3/217 5543
/proc/meminfo: memFree=20044004/32770624 swapFree=67108860/67108860
[pid=5527] ppid=5524 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5527/stat : 5527 (xcsp3-exec) S 5524 5527 3395 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45234996 115843072 363 33554432000 4194304 5098028 140736276872112 140736276870216 139992012952188 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32546816 140736276878394 140736276878596 140736276878596 140736276881354 0
/proc/5527/statm: 28282 363 306 221 0 87 0
[pid=5529] ppid=5527 vsize=14087096 memory=47236 CPUtime=0.51 cores=0,2,4,6
/proc/5529/stat : 5529 (java) S 5527 5527 3395 0 -1 1077944320 9014 0 0 0 48 3 0 0 20 0 15 0 45234996 14425186304 11809 33554432000 4194304 4196468 140732857256608 140732857239152 140399164452599 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
/proc/5529/statm: 3521774 11809 3188 1 0 3483008 0
[pid=5529/tid=5530] ppid=5527 vsize=14087096 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/5529/task/5530/stat : 5530 (java) R 5527 5527 3395 0 -1 4202560 6050 0 0 0 27 2 0 0 20 0 15 0 45234996 14425186304 11809 33554432000 4194304 4196468 140732857256608 140399168686384 140399164474525 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5531] ppid=5527 vsize=14087096 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5531/stat : 5531 (java) S 5527 5527 3395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45234997 14425186304 11809 33554432000 4194304 4196468 140732857256608 140399127559184 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5532] ppid=5527 vsize=14087096 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5532/stat : 5532 (java) S 5527 5527 3395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45234997 14425186304 11809 33554432000 4194304 4196468 140732857256608 140398758653072 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5533] ppid=5527 vsize=14087096 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5533/stat : 5533 (java) S 5527 5527 3395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45234997 14425186304 11809 33554432000 4194304 4196468 140732857256608 140398757600016 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5534] ppid=5527 vsize=14087096 memory=7379517710693473142 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5534/stat : 5534 (java) S 5527 5527 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45234997 14425186304 11809 33554432000 4194304 4196468 140732857256608 140398756547472 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5535] ppid=5527 vsize=14087096 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5535/stat : 5535 (java) S 5527 5527 3395 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45234999 14425186304 11809 33554432000 4194304 4196468 140732857256608 140398638614768 140399164463746 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5536] ppid=5527 vsize=14087096 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5536/stat : 5536 (java) S 5527 5527 3395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45234999 14425186304 11809 33554432000 4194304 4196468 140732857256608 140398637560992 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5537] ppid=5527 vsize=14087096 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5537/stat : 5537 (java) S 5527 5527 3395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45234999 14425186304 11809 33554432000 4194304 4196468 140732857256608 140398636507888 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5538] ppid=5527 vsize=14087096 memory=8982046290584177472 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5538/stat : 5538 (java) S 5527 5527 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45235002 14425186304 11809 33554432000 4194304 4196468 140732857256608 140398635456464 140399164471195 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5539] ppid=5527 vsize=14087096 memory=8325818968683490714 CPUtime=0.04 cores=0,2,4,6
/proc/5529/task/5539/stat : 5539 (java) S 5527 5527 3395 0 -1 1077944384 571 0 0 0 4 0 0 0 20 0 15 0 45235002 14425186304 11809 33554432000 4194304 4196468 140732857256608 140398634404592 140399164463746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5540] ppid=5527 vsize=14087096 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5529/task/5540/stat : 5540 (java) S 5527 5527 3395 0 -1 1077944384 129 0 0 0 2 0 0 0 20 0 15 0 45235002 14425186304 11809 33554432000 4194304 4196468 140732857256608 140398633352048 140399164463746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5541] ppid=5527 vsize=14087096 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/5529/task/5541/stat : 5541 (java) S 5527 5527 3395 0 -1 1077944384 969 0 0 0 12 0 0 0 20 0 15 0 45235002 14425186304 11809 33554432000 4194304 4196468 140732857256608 140398632298992 140399164463746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5542] ppid=5527 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5542/stat : 5542 (java) S 5527 5527 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45235002 14425186304 11809 33554432000 4194304 4196468 140732857256608 140398631246688 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5543] ppid=5527 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5543/stat : 5543 (java) S 5527 5527 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45235002 14425186304 11863 33554432000 4194304 4196468 140732857256608 140398630193712 140399164463746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 48688 KiB

[startup+0.700744 s]
/proc/loadavg: 1.78 1.73 1.70 6/217 5543
/proc/meminfo: memFree=20009620/32770624 swapFree=67108860/67108860
[pid=5527] ppid=5524 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5527/stat : 5527 (xcsp3-exec) S 5524 5527 3395 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45234996 115843072 363 33554432000 4194304 5098028 140736276872112 140736276870216 139992012952188 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32546816 140736276878394 140736276878596 140736276878596 140736276881354 0
/proc/5527/statm: 28282 363 306 221 0 87 0
[pid=5529] ppid=5527 vsize=14089220 memory=72432 CPUtime=1.58 cores=0,2,4,6
/proc/5529/stat : 5529 (java) S 5527 5527 3395 0 -1 1077944320 13342 0 0 0 152 6 0 0 20 0 15 0 45234996 14427361280 18108 33554432000 4194304 4196468 140732857256608 140732857239152 140399164452599 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
/proc/5529/statm: 3522305 18108 3337 1 0 3483520 0
[pid=5529/tid=5530] ppid=5527 vsize=14089220 memory=15156 CPUtime=0.67 cores=0,2,4,6
/proc/5529/task/5530/stat : 5530 (java) R 5527 5527 3395 0 -1 4202560 6887 0 0 0 64 3 0 0 20 0 15 0 45234996 14427361280 18108 33554432000 4194304 4196468 140732857256608 140399168691536 140398803533651 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5531] ppid=5527 vsize=14089220 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5531/stat : 5531 (java) S 5527 5527 3395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45234997 14427361280 18108 33554432000 4194304 4196468 140732857256608 140399127559184 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5532] ppid=5527 vsize=14089220 memory=2400 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5532/stat : 5532 (java) S 5527 5527 3395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45234997 14427361280 18108 33554432000 4194304 4196468 140732857256608 140398758653072 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5533] ppid=5527 vsize=14089220 memory=1836 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5533/stat : 5533 (java) S 5527 5527 3395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45234997 14427361280 18108 33554432000 4194304 4196468 140732857256608 140398757600016 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5534] ppid=5527 vsize=14089220 memory=12976 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5534/stat : 5534 (java) S 5527 5527 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45234997 14427361280 18108 33554432000 4194304 4196468 140732857256608 140398756547472 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5535] ppid=5527 vsize=14089220 memory=792 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5535/stat : 5535 (java) S 5527 5527 3395 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45234999 14427361280 18108 33554432000 4194304 4196468 140732857256608 140398638614768 140399164463746 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5536] ppid=5527 vsize=14089220 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5536/stat : 5536 (java) S 5527 5527 3395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45234999 14427361280 18108 33554432000 4194304 4196468 140732857256608 140398637560992 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5537] ppid=5527 vsize=14089220 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5537/stat : 5537 (java) S 5527 5527 3395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45234999 14427361280 18108 33554432000 4194304 4196468 140732857256608 140398636507888 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5538] ppid=5527 vsize=14089220 memory=8372 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5538/stat : 5538 (java) S 5527 5527 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45235002 14427361280 18108 33554432000 4194304 4196468 140732857256608 140398635456464 140399164471195 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5539] ppid=5527 vsize=14089220 memory=1708 CPUtime=0.28 cores=0,2,4,6
/proc/5529/task/5539/stat : 5539 (java) R 5527 5527 3395 0 -1 4202560 1942 0 0 0 27 1 0 0 20 0 15 0 45235002 14427361280 18108 33554432000 4194304 4196468 140732857256608 140398634385496 140399144145676 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5540] ppid=5527 vsize=14089220 memory=5412 CPUtime=0.28 cores=0,2,4,6
/proc/5529/task/5540/stat : 5540 (java) R 5527 5527 3395 0 -1 4202560 1228 0 0 0 28 0 0 0 20 0 15 0 45235002 14427361280 18108 33554432000 4194304 4196468 140732857256608 140398633338896 140399148846457 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5541] ppid=5527 vsize=14089220 memory=4612 CPUtime=0.31 cores=0,2,4,6
/proc/5529/task/5541/stat : 5541 (java) S 5527 5527 3395 0 -1 1077944384 1976 0 0 0 31 0 0 0 20 0 15 0 45235002 14427361280 18108 33554432000 4194304 4196468 140732857256608 140398632298992 140399164463746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5542] ppid=5527 vsize=14089220 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5542/stat : 5542 (java) S 5527 5527 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45235002 14427361280 18108 33554432000 4194304 4196468 140732857256608 140398631246688 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5543] ppid=5527 vsize=14089220 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5543/stat : 5543 (java) S 5527 5527 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45235002 14427361280 18108 33554432000 4194304 4196468 140732857256608 140398630193712 140399164463746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 73884 KiB

[startup+1.51022 s]
/proc/loadavg: 1.78 1.73 1.70 3/217 5543
/proc/meminfo: memFree=20005612/32770624 swapFree=67108860/67108860
[pid=5527] ppid=5524 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5527/stat : 5527 (xcsp3-exec) S 5524 5527 3395 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45234996 115843072 363 33554432000 4194304 5098028 140736276872112 140736276870216 139992012952188 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32546816 140736276878394 140736276878596 140736276878596 140736276881354 0
/proc/5527/statm: 28282 363 306 221 0 87 0

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

/proc/5529/task/5536/stat : 5536 (java) S 5527 5527 3395 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 45234999 14427361280 290314 33554432000 4194304 4196468 140732857256608 140398637560992 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5537] ppid=5527 vsize=14089220 memory=1054852 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5537/stat : 5537 (java) S 5527 5527 3395 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 45234999 14427361280 290314 33554432000 4194304 4196468 140732857256608 140398636507904 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5538] ppid=5527 vsize=14089220 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5538/stat : 5538 (java) S 5527 5527 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45235002 14427361280 290314 33554432000 4194304 4196468 140732857256608 140398635456464 140399164471195 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5539] ppid=5527 vsize=14089220 memory=2521868 CPUtime=1.82 cores=0,2,4,6
/proc/5529/task/5539/stat : 5539 (java) S 5527 5527 3395 0 -1 1077944384 13411 0 0 0 178 4 0 0 20 0 15 0 45235002 14427361280 290314 33554432000 4194304 4196468 140732857256608 140398634404592 140399164463746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5540] ppid=5527 vsize=14089220 memory=984940 CPUtime=1.59 cores=0,2,4,6
/proc/5529/task/5540/stat : 5540 (java) S 5527 5527 3395 0 -1 1077944384 9055 0 0 0 158 1 0 0 20 0 15 0 45235002 14427361280 290314 33554432000 4194304 4196468 140732857256608 140398633352048 140399164463746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5541] ppid=5527 vsize=14089220 memory=12976 CPUtime=0.47 cores=0,2,4,6
/proc/5529/task/5541/stat : 5541 (java) S 5527 5527 3395 0 -1 1077944384 7448 0 0 0 46 1 0 0 20 0 15 0 45235002 14427361280 290314 33554432000 4194304 4196468 140732857256608 140398632298992 140399164463746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5542] ppid=5527 vsize=14089220 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5542/stat : 5542 (java) S 5527 5527 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45235002 14427361280 290314 33554432000 4194304 4196468 140732857256608 140398631246688 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5543] ppid=5527 vsize=14089220 memory=4140 CPUtime=0.68 cores=0,2,4,6
/proc/5529/task/5543/stat : 5543 (java) S 5527 5527 3395 0 -1 1077944384 1468 0 0 0 32 36 0 0 20 0 15 0 45235002 14427361280 290314 33554432000 4194304 4196468 140732857256608 140398630193712 140399164463746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
Current children cumulated CPU time: 2332.44 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 1162708 KiB

[startup+2382.3 s]
/proc/loadavg: 1.76 1.64 1.62 3/219 5640
/proc/meminfo: memFree=16788820/32770624 swapFree=67108860/67108860
[pid=5527] ppid=5524 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5527/stat : 5527 (xcsp3-exec) S 5524 5527 3395 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45234996 115843072 363 33554432000 4194304 5098028 140736276872112 140736276870216 139992012952188 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32546816 140736276878394 140736276878596 140736276878596 140736276881354 0
/proc/5527/statm: 28282 363 306 221 0 87 0
[pid=5529] ppid=5527 vsize=14089220 memory=2123968 CPUtime=2392.67 cores=0,2,4,6
/proc/5529/stat : 5529 (java) S 5527 5527 3395 0 -1 1077944320 165473 0 0 0 238645 622 0 0 20 0 15 0 45234996 14427361280 530992 33554432000 4194304 4196468 140732857256608 140732857239152 140399164452599 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
/proc/5529/statm: 3522305 530992 3413 1 0 3483520 0
[pid=5529/tid=5530] ppid=5527 vsize=14089220 memory=2049952 CPUtime=2378.89 cores=0,2,4,6
/proc/5529/task/5530/stat : 5530 (java) R 5527 5527 3395 0 -1 4202560 91464 0 0 0 237344 545 0 0 20 0 15 0 45234996 14427361280 530992 33554432000 4194304 4196468 140732857256608 140399168692264 140398804221436 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5531] ppid=5527 vsize=14089220 memory=1867548 CPUtime=1.99 cores=0,2,4,6
/proc/5529/task/5531/stat : 5531 (java) S 5527 5527 3395 0 -1 1077944384 5673 0 0 0 191 8 0 0 20 0 15 0 45234997 14427361280 530992 33554432000 4194304 4196468 140732857256608 140399127559184 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5532] ppid=5527 vsize=14089220 memory=1867476 CPUtime=2.01 cores=0,2,4,6
/proc/5529/task/5532/stat : 5532 (java) S 5527 5527 3395 0 -1 1077944384 6579 0 0 0 194 7 0 0 20 0 15 0 45234997 14427361280 530992 33554432000 4194304 4196468 140732857256608 140398758653072 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5533] ppid=5527 vsize=14089220 memory=2086960 CPUtime=2 cores=0,2,4,6
/proc/5529/task/5533/stat : 5533 (java) S 5527 5527 3395 0 -1 1077944384 6501 0 0 0 193 7 0 0 20 0 15 0 45234997 14427361280 530992 33554432000 4194304 4196468 140732857256608 140398757600016 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5534] ppid=5527 vsize=14089220 memory=1452 CPUtime=2.01 cores=0,2,4,6
/proc/5529/task/5534/stat : 5534 (java) S 5527 5527 3395 0 -1 1077944384 6178 0 0 0 195 6 0 0 20 0 15 0 45234997 14427361280 530992 33554432000 4194304 4196468 140732857256608 140398756547472 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5535] ppid=5527 vsize=14089220 memory=15876 CPUtime=1.08 cores=0,2,4,6
/proc/5529/task/5535/stat : 5535 (java) S 5527 5527 3395 0 -1 1077944384 16310 0 0 0 88 20 0 0 20 0 15 0 45234999 14427361280 530992 33554432000 4194304 4196468 140732857256608 140398638614768 140399164463746 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5536] ppid=5527 vsize=14089220 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5536/stat : 5536 (java) S 5527 5527 3395 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 45234999 14427361280 530992 33554432000 4194304 4196468 140732857256608 140398637560992 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5537] ppid=5527 vsize=14089220 memory=15216 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5537/stat : 5537 (java) S 5527 5527 3395 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 45234999 14427361280 530992 33554432000 4194304 4196468 140732857256608 140398636507904 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5538] ppid=5527 vsize=14089220 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5538/stat : 5538 (java) S 5527 5527 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45235002 14427361280 530992 33554432000 4194304 4196468 140732857256608 140398635456464 140399164471195 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5539] ppid=5527 vsize=14089220 memory=2400 CPUtime=1.82 cores=0,2,4,6
/proc/5529/task/5539/stat : 5539 (java) S 5527 5527 3395 0 -1 1077944384 13413 0 0 0 178 4 0 0 20 0 15 0 45235002 14427361280 530992 33554432000 4194304 4196468 140732857256608 140398634404592 140399164463746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5540] ppid=5527 vsize=14089220 memory=1452 CPUtime=1.59 cores=0,2,4,6
/proc/5529/task/5540/stat : 5540 (java) S 5527 5527 3395 0 -1 1077944384 9057 0 0 0 158 1 0 0 20 0 15 0 45235002 14427361280 530992 33554432000 4194304 4196468 140732857256608 140398633352048 140399164463746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5541] ppid=5527 vsize=14089220 memory=1575524 CPUtime=0.47 cores=0,2,4,6
/proc/5529/task/5541/stat : 5541 (java) S 5527 5527 3395 0 -1 1077944384 7450 0 0 0 46 1 0 0 20 0 15 0 45235002 14427361280 530992 33554432000 4194304 4196468 140732857256608 140398632298992 140399164463746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5542] ppid=5527 vsize=14089220 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5542/stat : 5542 (java) S 5527 5527 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45235002 14427361280 530992 33554432000 4194304 4196468 140732857256608 140398631246688 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5543] ppid=5527 vsize=14089220 memory=1452 CPUtime=0.71 cores=0,2,4,6
/proc/5529/task/5543/stat : 5543 (java) S 5527 5527 3395 0 -1 1077944384 1476 0 0 0 33 38 0 0 20 0 15 0 45235002 14427361280 530992 33554432000 4194304 4196468 140732857256608 140398630193712 140399164463746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
Current children cumulated CPU time: 2392.67 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 2125420 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2389.7 s]
/proc/loadavg: 1.94 1.68 1.63 3/218 5718
/proc/meminfo: memFree=17091592/32770624 swapFree=67108860/67108860
[pid=5527] ppid=5524 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5527/stat : 5527 (xcsp3-exec) S 5524 5527 3395 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45234996 115843072 363 33554432000 4194304 5098028 140736276872112 140736276870216 139992012952188 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32546816 140736276878394 140736276878596 140736276878596 140736276881354 0
/proc/5527/statm: 28282 363 306 221 0 87 0
[pid=5529] ppid=5527 vsize=14089220 memory=2964912 CPUtime=2400.09 cores=0,2,4,6
/proc/5529/stat : 5529 (java) S 5527 5527 3395 0 -1 1077944320 166715 0 0 0 239376 633 0 0 20 0 15 0 45234996 14427361280 741228 33554432000 4194304 4196468 140732857256608 140732857239152 140399164452599 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
/proc/5529/statm: 3522305 741228 3413 1 0 3483520 0
[pid=5529/tid=5530] ppid=5527 vsize=14089220 memory=2927904 CPUtime=2386.28 cores=0,2,4,6
/proc/5529/task/5530/stat : 5530 (java) R 5527 5527 3395 0 -1 4202560 92706 0 0 0 238072 556 0 0 20 0 15 0 45234996 14427361280 741228 33554432000 4194304 4196468 140732857256608 140399168692264 140398804270714 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5531] ppid=5527 vsize=14089220 memory=2890896 CPUtime=2 cores=0,2,4,6
/proc/5529/task/5531/stat : 5531 (java) S 5527 5527 3395 0 -1 1077944384 5673 0 0 0 192 8 0 0 20 0 15 0 45234997 14427361280 741228 33554432000 4194304 4196468 140732857256608 140399127559184 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5532] ppid=5527 vsize=14089220 memory=2781920 CPUtime=2.01 cores=0,2,4,6
/proc/5529/task/5532/stat : 5532 (java) S 5527 5527 3395 0 -1 1077944384 6579 0 0 0 194 7 0 0 20 0 15 0 45234997 14427361280 741228 33554432000 4194304 4196468 140732857256608 140398758653072 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5533] ppid=5527 vsize=14089220 memory=2415936 CPUtime=2.01 cores=0,2,4,6
/proc/5529/task/5533/stat : 5533 (java) S 5527 5527 3395 0 -1 1077944384 6501 0 0 0 194 7 0 0 20 0 15 0 45234997 14427361280 741228 33554432000 4194304 4196468 140732857256608 140398757600016 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5534] ppid=5527 vsize=14089220 memory=2415936 CPUtime=2.02 cores=0,2,4,6
/proc/5529/task/5534/stat : 5534 (java) S 5527 5527 3395 0 -1 1077944384 6178 0 0 0 196 6 0 0 20 0 15 0 45234997 14427361280 741228 33554432000 4194304 4196468 140732857256608 140398756547472 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5535] ppid=5527 vsize=14089220 memory=2450896 CPUtime=1.08 cores=0,2,4,6
/proc/5529/task/5535/stat : 5535 (java) S 5527 5527 3395 0 -1 1077944384 16310 0 0 0 88 20 0 0 20 0 15 0 45234999 14427361280 741228 33554432000 4194304 4196468 140732857256608 140398638614768 140399164463746 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5536] ppid=5527 vsize=14089220 memory=2633888 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5536/stat : 5536 (java) S 5527 5527 3395 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 45234999 14427361280 741228 33554432000 4194304 4196468 140732857256608 140398637560992 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5537] ppid=5527 vsize=14089220 memory=2913568 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5537/stat : 5537 (java) S 5527 5527 3395 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 45234999 14427361280 741228 33554432000 4194304 4196468 140732857256608 140398636507904 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5538] ppid=5527 vsize=14089220 memory=2927904 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5538/stat : 5538 (java) S 5527 5527 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45235002 14427361280 741228 33554432000 4194304 4196468 140732857256608 140398635456464 140399164471195 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5539] ppid=5527 vsize=14089220 memory=1452 CPUtime=1.82 cores=0,2,4,6
/proc/5529/task/5539/stat : 5539 (java) S 5527 5527 3395 0 -1 1077944384 13413 0 0 0 178 4 0 0 20 0 15 0 45235002 14427361280 741228 33554432000 4194304 4196468 140732857256608 140398634404592 140399164463746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5540] ppid=5527 vsize=14089220 memory=1452 CPUtime=1.59 cores=0,2,4,6
/proc/5529/task/5540/stat : 5540 (java) S 5527 5527 3395 0 -1 1077944384 9057 0 0 0 158 1 0 0 20 0 15 0 45235002 14427361280 741228 33554432000 4194304 4196468 140732857256608 140398633352048 140399164463746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5541] ppid=5527 vsize=14089220 memory=1452 CPUtime=0.47 cores=0,2,4,6
/proc/5529/task/5541/stat : 5541 (java) S 5527 5527 3395 0 -1 1077944384 7450 0 0 0 46 1 0 0 20 0 15 0 45235002 14427361280 741228 33554432000 4194304 4196468 140732857256608 140398632298992 140399164463746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5542] ppid=5527 vsize=14089220 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5542/stat : 5542 (java) S 5527 5527 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45235002 14427361280 741228 33554432000 4194304 4196468 140732857256608 140398631246688 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5543] ppid=5527 vsize=14089220 memory=1452 CPUtime=0.71 cores=0,2,4,6
/proc/5529/task/5543/stat : 5543 (java) S 5527 5527 3395 0 -1 1077944384 1476 0 0 0 33 38 0 0 20 0 15 0 45235002 14427361280 741228 33554432000 4194304 4196468 140732857256608 140398630193712 140399164463746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 2966364 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2389.71 s]
# the end of solver process 5527 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0 s, system=0.002212 s

[startup+2390.08 s]
# the end of solver process 5529 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2393.77 s, system=6.35123 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+2390 s]
/proc/loadavg: 1.94 1.68 1.63 2/217 5720
/proc/meminfo: memFree=17046308/32770624 swapFree=67108860/67108860
[pid=5529] ppid=5524 vsize=14222348 memory=2965036 CPUtime=2400.1 cores=0,2,4,6
/proc/5529/stat : 5529 (java) S 5524 5527 3395 0 -1 1077944320 166886 0 0 0 239377 633 0 0 20 0 15 0 45234996 14563684352 741259 33554432000 4194304 4196468 140732857256608 140732857239152 140399164452599 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
/proc/5529/statm: 3555587 741259 3416 1 0 3516802 0
[pid=5529/tid=5530] ppid=5524 vsize=14222348 memory=1012 CPUtime=2386.29 cores=0,2,4,6
/proc/5529/task/5530/stat : 5530 (java) S 5524 5527 3395 0 -1 1077944384 92707 0 0 0 238073 556 0 0 20 0 15 0 45234996 14563684352 741259 33554432000 4194304 4196468 140732857256608 140399168689456 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5531] ppid=5524 vsize=14222348 memory=15216 CPUtime=2 cores=0,2,4,6
/proc/5529/task/5531/stat : 5531 (java) S 5524 5527 3395 0 -1 1077944384 5673 0 0 0 192 8 0 0 20 0 15 0 45234997 14563684352 741259 33554432000 4194304 4196468 140732857256608 140399127559184 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5532] ppid=5524 vsize=14222348 memory=1296 CPUtime=2.01 cores=0,2,4,6
/proc/5529/task/5532/stat : 5532 (java) S 5524 5527 3395 0 -1 1077944384 6579 0 0 0 194 7 0 0 20 0 15 0 45234997 14563684352 741259 33554432000 4194304 4196468 140732857256608 140398758653072 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5533] ppid=5524 vsize=14222348 memory=2400 CPUtime=2.01 cores=0,2,4,6
/proc/5529/task/5533/stat : 5533 (java) S 5524 5527 3395 0 -1 1077944384 6501 0 0 0 194 7 0 0 20 0 15 0 45234997 14563684352 741259 33554432000 4194304 4196468 140732857256608 140398757600016 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5534] ppid=5524 vsize=14222348 memory=1836 CPUtime=2.02 cores=0,2,4,6
/proc/5529/task/5534/stat : 5534 (java) S 5524 5527 3395 0 -1 1077944384 6178 0 0 0 196 6 0 0 20 0 15 0 45234997 14563684352 741259 33554432000 4194304 4196468 140732857256608 140398756547472 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5535] ppid=5524 vsize=14222348 memory=12976 CPUtime=1.08 cores=0,2,4,6
/proc/5529/task/5535/stat : 5535 (java) D 5524 5527 3395 0 -1 4202560 16310 0 0 0 88 20 0 0 20 0 15 0 45234999 14563684352 741259 33554432000 4194304 4196468 140732857256608 140398638614712 140399157138231 0 0 0 16800975 18446744072100379781 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5536] ppid=5524 vsize=14222348 memory=792 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5536/stat : 5536 (java) S 5524 5527 3395 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 45234999 14563684352 741259 33554432000 4194304 4196468 140732857256608 140398637560992 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5537] ppid=5524 vsize=14222348 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5537/stat : 5537 (java) S 5524 5527 3395 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 45234999 14563684352 741259 33554432000 4194304 4196468 140732857256608 140398636507904 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5538] ppid=5524 vsize=14222348 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5538/stat : 5538 (java) S 5524 5527 3395 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 45235002 14563684352 741259 33554432000 4194304 4196468 140732857256608 140398635456112 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5539] ppid=5524 vsize=14222348 memory=8372 CPUtime=1.82 cores=0,2,4,6
/proc/5529/task/5539/stat : 5539 (java) S 5524 5527 3395 0 -1 1077944384 13413 0 0 0 178 4 0 0 20 0 15 0 45235002 14563684352 741259 33554432000 4194304 4196468 140732857256608 140398634404592 140399164463746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5540] ppid=5524 vsize=14222348 memory=288230574492221466 CPUtime=1.59 cores=0,2,4,6
/proc/5529/task/5540/stat : 5540 (java) S 5524 5527 3395 0 -1 1077944384 9057 0 0 0 158 1 0 0 20 0 15 0 45235002 14563684352 741259 33554432000 4194304 4196468 140732857256608 140398633352048 140399164463746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5541] ppid=5524 vsize=14222348 memory=288230583166042426 CPUtime=0.47 cores=0,2,4,6
/proc/5529/task/5541/stat : 5541 (java) S 5524 5527 3395 0 -1 1077944384 7450 0 0 0 46 1 0 0 20 0 15 0 45235002 14563684352 741259 33554432000 4194304 4196468 140732857256608 140398632298992 140399164463746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5542] ppid=5524 vsize=14222348 memory=13850759267617157 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5542/stat : 5542 (java) S 5524 5527 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45235002 14563684352 741259 33554432000 4194304 4196468 140732857256608 140398631246688 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
[pid=5529/tid=5719] ppid=5524 vsize=14222348 memory=135488 CPUtime=0 cores=0,2,4,6
/proc/5529/task/5719/stat : 5719 (java) S 5524 5527 3395 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 45473966 14563684352 741259 33554432000 4194304 4196468 140732857256608 140398621516144 140399164462805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37810176 140732857259137 140732857259313 140732857259313 140732857262031 0
Current cumulated CPU time of completed processes: 0.002212 s
Current children cumulated CPU time: 2400.1 s
Current children cumulated vsize: 14222348 KiB
Current children cumulated memory: 2965036 KiB

Child status: 143
Real time (s): 2390.08
CPU time (s): 2400.12
CPU user time (s): 2393.77
CPU system time (s): 6.35123
CPU usage (%): 100.42
Max. virtual memory (cumulated for all children) (KiB): 14222348
Max. memory (cumulated for all children) (KiB): 3604628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2393.77
system time used= 6.35123
maximum resident set size= 3603196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167446
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 71126
involuntary context switches= 3318


# summary of solver processes directly reported to runsolver:
#   pid: 5527,5529
#   total CPU time (s): 2400.12
#   total CPU user time (s): 2393.77
#   total CPU system time (s): 6.35123

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2157 second user time and 21.8096 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-22 18:25:18
IDJOB=4292488
IDBENCH=141023
IDSOLVER=2747
FILE ID=node107/4292488-1532276718
RUNJOBID= node107-1532271936-4846
PBS_JOBID= 21018963
Free space on /tmp= 55144 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-14_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292488-1532276718/watcher-4292488-1532276718 -o /tmp/evaluation-result-4292488-1532276718/solver-4292488-1532276718 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532271936-4846 --watchdog 2560  HOME/xcsp3-exec -seed 2127102527 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292488-1532276718.xml

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

MD5SUM BENCH= eb742fbc5fe115028f4ee34ab4b949cf
RANDOM SEED=2127102527

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
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.40
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.40
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.40
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:        20080376 kB
MemAvailable:   31854532 kB
Buffers:          247508 kB
Cached:         11676972 kB
SwapCached:            0 kB
Active:          1642720 kB
Inactive:       10422312 kB
Active(anon):     143620 kB
Inactive(anon):    16860 kB
Active(file):    1499100 kB
Inactive(file): 10405452 kB
Unevictable:        7152 kB
Mlocked:            7152 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             41136 kB
Writeback:             0 kB
AnonPages:        297436 kB
Mapped:            48532 kB
Shmem:             17036 kB
Slab:             325064 kB
SReclaimable:     298064 kB
SUnreclaim:        27000 kB
KernelStack:        3856 kB
PageTables:         5604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1283832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    194560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 55124 MiB
End job on node107 at 2018-07-22 19:05:08