Trace number 4306782

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.7b seq (e747e1e)? (TO) 2520.07 2508.51

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-4306782-1534038962.xml"  -tl '2520s' -p 1
0.27/0.22	c Choco e747e1e
0.27/0.22	c [HOME/instance-4306782-1534038962.xml, -tl, 2520s, -p, 1]
0.27/0.29	c simple solver
0.36/0.37	c parse instance...
0.75/0.58	c solve instance...
2520.04/2508.50	s UNKNOWN
2520.04/2508.50	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 (14638 MiB free)
  memory of node 1: 16384 MiB (13752 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306782-1534038962/watcher-4306782-1534038962 -o /tmp/evaluation-result-4306782-1534038962/solver-4306782-1534038962 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534038962-16489 --watchdog 2580 HOME/xcsp3-exec -seed 437380072 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306782-1534038962.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=16520, runsolver pid=16514


[startup+0.100205 s]*
/proc/loadavg: 1.01 1.10 1.49 6/220 16552
/proc/meminfo: memFree=29036916/32770624 swapFree=67030640/67108860
[pid=16520] ppid=16514 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16520/stat : 16520 (xcsp3-exec) S 16514 16520 15061 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 221459431 115843072 363 33554432000 4194304 5098028 140737148940176 140737148938280 140375608029820 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16592896 140737148941371 140737148941572 140737148941572 140737148944330 0
/proc/16520/statm: 28282 363 306 221 0 87 0
[pid=16523] ppid=16520 vsize=14082940 memory=28836 CPUtime=0.1 cores=1,3,5,7
/proc/16523/stat : 16523 (java) S 16520 16520 15061 0 -1 1077944320 5483 0 0 0 8 2 0 0 20 0 15 0 221459431 14420930560 7209 33554432000 4194304 4196468 140731159549904 140731159532448 140199711284983 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
/proc/16523/statm: 3520735 7209 2947 1 0 3483012 0
[pid=16523/tid=16525] ppid=16520 vsize=14082940 memory=4351193298018140048 CPUtime=0.07 cores=1,3,5,7
/proc/16523/task/16525/stat : 16525 (java) R 16520 16520 15061 0 -1 4202560 3603 0 0 0 6 1 0 0 20 0 15 0 221459432 14420930560 7209 33554432000 4194304 4196468 140731159549904 140199715514400 140199711306909 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16527] ppid=16520 vsize=14082940 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16527/stat : 16527 (java) S 16520 16520 15061 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221459432 14420930560 7209 33554432000 4194304 4196468 140731159549904 140199306656528 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16528] ppid=16520 vsize=14082940 memory=140662907197056 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16528/stat : 16528 (java) S 16520 16520 15061 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221459432 14420930560 7209 33554432000 4194304 4196468 140731159549904 140199305603984 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16529] ppid=16520 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16529/stat : 16529 (java) S 16520 16520 15061 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221459432 14420930560 7209 33554432000 4194304 4196468 140731159549904 140199304551440 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16530] ppid=16520 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16530/stat : 16530 (java) S 16520 16520 15061 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221459432 14420930560 7209 33554432000 4194304 4196468 140731159549904 140199303498896 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16535] ppid=16520 vsize=14082940 memory=140662907197056 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16535/stat : 16535 (java) S 16520 16520 15061 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221459434 14420930560 7209 33554432000 4194304 4196468 140731159549904 140198623627248 140199711296130 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16538] ppid=16520 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16538/stat : 16538 (java) S 16520 16520 15061 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 221459434 14420930560 7209 33554432000 4194304 4196468 140731159549904 140198622573472 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16540] ppid=16520 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16540/stat : 16540 (java) S 16520 16520 15061 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 221459434 14420930560 7209 33554432000 4194304 4196468 140731159549904 140198621520880 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16545] ppid=16520 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16545/stat : 16545 (java) S 16520 16520 15061 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221459437 14420930560 7209 33554432000 4194304 4196468 140731159549904 140198620469456 140199711303579 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16548] ppid=16520 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16548/stat : 16548 (java) S 16520 16520 15061 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 221459438 14420930560 7209 33554432000 4194304 4196468 140731159549904 140198619417072 140199711296130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16549] ppid=16520 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16549/stat : 16549 (java) S 16520 16520 15061 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221459438 14420930560 7209 33554432000 4194304 4196468 140731159549904 140198618364528 140199711296130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16550] ppid=16520 vsize=14082940 memory=140662907197056 CPUtime=0.01 cores=1,3,5,7
/proc/16523/task/16550/stat : 16550 (java) S 16520 16520 15061 0 -1 1077944384 265 0 0 0 1 0 0 0 20 0 15 0 221459438 14420930560 7209 33554432000 4194304 4196468 140731159549904 140198617311984 140199711296130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16551] ppid=16520 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16551/stat : 16551 (java) S 16520 16520 15061 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221459439 14420930560 7209 33554432000 4194304 4196468 140731159549904 140198616259680 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16552] ppid=16520 vsize=14082940 memory=140662907197056 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16552/stat : 16552 (java) S 16520 16520 15061 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221459439 14420930560 7209 33554432000 4194304 4196468 140731159549904 140198615206192 140199711296130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 30288 KiB

[startup+0.211152 s]*
/proc/loadavg: 1.01 1.10 1.49 2/220 16552
/proc/meminfo: memFree=29018700/32770624 swapFree=67030640/67108860
[pid=16520] ppid=16514 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16520/stat : 16520 (xcsp3-exec) S 16514 16520 15061 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 221459431 115843072 363 33554432000 4194304 5098028 140737148940176 140737148938280 140375608029820 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16592896 140737148941371 140737148941572 140737148941572 140737148944330 0
/proc/16520/statm: 28282 363 306 221 0 87 0
[pid=16523] ppid=16520 vsize=14082940 memory=38724 CPUtime=0.27 cores=1,3,5,7
/proc/16523/stat : 16523 (java) S 16520 16520 15061 0 -1 1077944320 8167 0 0 0 25 2 0 0 20 0 15 0 221459431 14420930560 9681 33554432000 4194304 4196468 140731159549904 140731159532448 140199711284983 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
/proc/16523/statm: 3520735 9681 3185 1 0 3483012 0
[pid=16523/tid=16525] ppid=16520 vsize=14082940 memory=7883960649037381690 CPUtime=0.15 cores=1,3,5,7
/proc/16523/task/16525/stat : 16525 (java) D 16520 16520 15061 0 -1 4202560 5192 0 0 0 14 1 0 0 20 0 15 0 221459432 14420930560 9681 33554432000 4194304 4196468 140731159549904 140199715521280 140199711306909 0 4 0 16800975 18446744071580419588 0 0 -1 3 0 0 1 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16527] ppid=16520 vsize=14082940 memory=8948 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16527/stat : 16527 (java) S 16520 16520 15061 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221459432 14420930560 9681 33554432000 4194304 4196468 140731159549904 140199306656528 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16528] ppid=16520 vsize=14082940 memory=140662908371571 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16528/stat : 16528 (java) S 16520 16520 15061 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221459432 14420930560 9681 33554432000 4194304 4196468 140731159549904 140199305603984 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16529] ppid=16520 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16529/stat : 16529 (java) S 16520 16520 15061 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221459432 14420930560 9681 33554432000 4194304 4196468 140731159549904 140199304551440 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16530] ppid=16520 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16530/stat : 16530 (java) S 16520 16520 15061 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221459432 14420930560 9681 33554432000 4194304 4196468 140731159549904 140199303498896 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16535] ppid=16520 vsize=14082940 memory=140662907197056 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16535/stat : 16535 (java) S 16520 16520 15061 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221459434 14420930560 9681 33554432000 4194304 4196468 140731159549904 140198623627248 140199711296130 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16538] ppid=16520 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16538/stat : 16538 (java) S 16520 16520 15061 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 221459434 14420930560 9681 33554432000 4194304 4196468 140731159549904 140198622573472 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16540] ppid=16520 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16540/stat : 16540 (java) S 16520 16520 15061 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 221459434 14420930560 9681 33554432000 4194304 4196468 140731159549904 140198621520880 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16545] ppid=16520 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16545/stat : 16545 (java) S 16520 16520 15061 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221459437 14420930560 9681 33554432000 4194304 4196468 140731159549904 140198620469456 140199711303579 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16548] ppid=16520 vsize=14082940 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/16523/task/16548/stat : 16548 (java) S 16520 16520 15061 0 -1 1077944384 772 0 0 0 2 0 0 0 20 0 15 0 221459438 14420930560 9681 33554432000 4194304 4196468 140731159549904 140198619417072 140199711296130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16549] ppid=16520 vsize=14082940 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/16523/task/16549/stat : 16549 (java) S 16520 16520 15061 0 -1 1077944384 69 0 0 0 1 0 0 0 20 0 15 0 221459438 14420930560 9681 33554432000 4194304 4196468 140731159549904 140198618364528 140199711296130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16550] ppid=16520 vsize=14082940 memory=140662907197056 CPUtime=0.05 cores=1,3,5,7
/proc/16523/task/16550/stat : 16550 (java) S 16520 16520 15061 0 -1 1077944384 829 0 0 0 5 0 0 0 20 0 15 0 221459438 14420930560 9681 33554432000 4194304 4196468 140731159549904 140198617311984 140199711296130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16551] ppid=16520 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16551/stat : 16551 (java) S 16520 16520 15061 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221459439 14420930560 9681 33554432000 4194304 4196468 140731159549904 140198616259680 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16552] ppid=16520 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16552/stat : 16552 (java) S 16520 16520 15061 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221459439 14420930560 9681 33554432000 4194304 4196468 140731159549904 140198615206192 140199711296130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 40176 KiB

[startup+0.310481 s]*
/proc/loadavg: 1.01 1.10 1.49 1/220 16552
/proc/meminfo: memFree=29010016/32770624 swapFree=67030640/67108860
[pid=16520] ppid=16514 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16520/stat : 16520 (xcsp3-exec) S 16514 16520 15061 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 221459431 115843072 363 33554432000 4194304 5098028 140737148940176 140737148938280 140375608029820 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16592896 140737148941371 140737148941572 140737148941572 140737148944330 0
/proc/16520/statm: 28282 363 306 221 0 87 0
[pid=16523] ppid=16520 vsize=14087228 memory=42100 CPUtime=0.36 cores=1,3,5,7
/proc/16523/stat : 16523 (java) S 16520 16520 15061 0 -1 1077944320 8551 0 0 0 33 3 0 0 20 0 15 0 221459431 14425321472 10525 33554432000 4194304 4196468 140731159549904 140731159532448 140199711284983 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
/proc/16523/statm: 3521807 10525 3221 1 0 3483020 0
[pid=16523/tid=16525] ppid=16520 vsize=14087196 memory=7883960649037381690 CPUtime=0.21 cores=1,3,5,7
/proc/16523/task/16525/stat : 16525 (java) D 16520 16520 15061 0 -1 1077944384 5524 0 0 0 19 2 0 0 20 0 15 0 221459432 14425288704 10526 33554432000 4194304 4196468 140731159549904 140199715496688 140199703964205 0 4 0 16800975 18446744072101764644 0 0 -1 3 0 0 7 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16527] ppid=16520 vsize=14087196 memory=9289 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16527/stat : 16527 (java) S 16520 16520 15061 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221459432 14425288704 10526 33554432000 4194304 4196468 140731159549904 140199306656528 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16528] ppid=16520 vsize=14087196 memory=1155044 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16528/stat : 16528 (java) S 16520 16520 15061 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221459432 14425288704 10526 33554432000 4194304 4196468 140731159549904 140199305603984 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16529] ppid=16520 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16529/stat : 16529 (java) S 16520 16520 15061 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221459432 14425288704 10526 33554432000 4194304 4196468 140731159549904 140199304551440 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16530] ppid=16520 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16530/stat : 16530 (java) S 16520 16520 15061 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221459432 14425288704 10526 33554432000 4194304 4196468 140731159549904 140199303498896 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16535] ppid=16520 vsize=14087228 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16535/stat : 16535 (java) S 16520 16520 15061 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 221459434 14425321472 10526 33554432000 4194304 4196468 140731159549904 140198623627248 140199711296130 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16538] ppid=16520 vsize=14087228 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16538/stat : 16538 (java) S 16520 16520 15061 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 221459434 14425321472 10526 33554432000 4194304 4196468 140731159549904 140198622573472 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16540] ppid=16520 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16540/stat : 16540 (java) S 16520 16520 15061 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 221459434 14425288704 10526 33554432000 4194304 4196468 140731159549904 140198621520880 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16545] ppid=16520 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16545/stat : 16545 (java) S 16520 16520 15061 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221459437 14425288704 10526 33554432000 4194304 4196468 140731159549904 140198620469456 140199711303579 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16548] ppid=16520 vsize=14087196 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/16523/task/16548/stat : 16548 (java) S 16520 16520 15061 0 -1 1077944384 772 0 0 0 2 0 0 0 20 0 15 0 221459438 14425288704 10526 33554432000 4194304 4196468 140731159549904 140198619417072 140199711296130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16549] ppid=16520 vsize=14087196 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/16523/task/16549/stat : 16549 (java) S 16520 16520 15061 0 -1 1077944384 77 0 0 0 2 0 0 0 20 0 15 0 221459438 14425288704 10526 33554432000 4194304 4196468 140731159549904 140198618364528 140199711296130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16550] ppid=16520 vsize=14087196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16523/task/16550/stat : 16550 (java) S 16520 16520 15061 0 -1 1077944384 884 0 0 0 8 0 0 0 20 0 15 0 221459438 14425288704 10526 33554432000 4194304 4196468 140731159549904 140198617311984 140199711296130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16551] ppid=16520 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16551/stat : 16551 (java) S 16520 16520 15061 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221459439 14425288704 10526 33554432000 4194304 4196468 140731159549904 140198616259680 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16552] ppid=16520 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16552/stat : 16552 (java) S 16520 16520 15061 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221459439 14425288704 10526 33554432000 4194304 4196468 140731159549904 140198615206192 140199711296130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 14200356 KiB
Current children cumulated memory: 43552 KiB

[startup+0.701235 s]
/proc/loadavg: 1.01 1.10 1.49 6/220 16552
/proc/meminfo: memFree=28978552/32770624 swapFree=67030640/67108860
[pid=16520] ppid=16514 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16520/stat : 16520 (xcsp3-exec) S 16514 16520 15061 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 221459431 115843072 363 33554432000 4194304 5098028 140737148940176 140737148938280 140375608029820 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16592896 140737148941371 140737148941572 140737148941572 140737148944330 0
/proc/16520/statm: 28282 363 306 221 0 87 0
[pid=16523] ppid=16520 vsize=14089320 memory=69948 CPUtime=1.31 cores=1,3,5,7
/proc/16523/stat : 16523 (java) S 16520 16520 15061 0 -1 1077944320 12235 0 0 0 126 5 0 0 20 0 15 0 221459431 14427463680 17487 33554432000 4194304 4196468 140731159549904 140731159532448 140199711284983 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
/proc/16523/statm: 3522330 17487 3360 1 0 3483524 0
[pid=16523/tid=16525] ppid=16520 vsize=14089320 memory=1793618609409 CPUtime=0.59 cores=1,3,5,7
/proc/16523/task/16525/stat : 16525 (java) R 16520 16520 15061 0 -1 4202560 6826 0 0 0 56 3 0 0 20 0 15 0 221459432 14427463680 17487 33554432000 4194304 4196468 140731159549904 140199715524224 140199351818944 0 4 0 16800975 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16527] ppid=16520 vsize=14089320 memory=492 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16527/stat : 16527 (java) S 16520 16520 15061 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221459432 14427463680 17487 33554432000 4194304 4196468 140731159549904 140199306656528 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16528] ppid=16520 vsize=14089320 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16528/stat : 16528 (java) S 16520 16520 15061 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221459432 14427463680 17487 33554432000 4194304 4196468 140731159549904 140199305603984 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16529] ppid=16520 vsize=14089320 memory=932 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16529/stat : 16529 (java) S 16520 16520 15061 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221459432 14427463680 17487 33554432000 4194304 4196468 140731159549904 140199304551440 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16530] ppid=16520 vsize=14089320 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16530/stat : 16530 (java) S 16520 16520 15061 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221459432 14427463680 17487 33554432000 4194304 4196468 140731159549904 140199303498896 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16535] ppid=16520 vsize=14089320 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16535/stat : 16535 (java) S 16520 16520 15061 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 221459434 14427463680 17487 33554432000 4194304 4196468 140731159549904 140198623627248 140199711296130 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16538] ppid=16520 vsize=14089320 memory=1996 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16538/stat : 16538 (java) S 16520 16520 15061 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 221459434 14427463680 17487 33554432000 4194304 4196468 140731159549904 140198622573472 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16540] ppid=16520 vsize=14089320 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16540/stat : 16540 (java) S 16520 16520 15061 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 221459434 14427463680 17487 33554432000 4194304 4196468 140731159549904 140198621520880 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16545] ppid=16520 vsize=14089320 memory=832 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16545/stat : 16545 (java) S 16520 16520 15061 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221459437 14427463680 17487 33554432000 4194304 4196468 140731159549904 140198620469456 140199711303579 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16548] ppid=16520 vsize=14089320 memory=1440 CPUtime=0.19 cores=1,3,5,7
/proc/16523/task/16548/stat : 16548 (java) R 16520 16520 15061 0 -1 4202560 1410 0 0 0 19 0 0 0 20 0 15 0 221459438 14427463680 17487 33554432000 4194304 4196468 140731159549904 140198619398064 140199692805061 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16549] ppid=16520 vsize=14089320 memory=1836 CPUtime=0.19 cores=1,3,5,7
/proc/16523/task/16549/stat : 16549 (java) R 16520 16520 15061 0 -1 4202560 880 0 0 0 19 0 0 0 20 0 15 0 221459438 14427463680 17487 33554432000 4194304 4196468 140731159549904 140198618354640 140199696394581 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16550] ppid=16520 vsize=14089320 memory=7532 CPUtime=0.3 cores=1,3,5,7
/proc/16523/task/16550/stat : 16550 (java) S 16520 16520 15061 0 -1 1077944384 1810 0 0 0 30 0 0 0 20 0 15 0 221459438 14427463680 17487 33554432000 4194304 4196468 140731159549904 140198617311984 140199711296130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16551] ppid=16520 vsize=14089320 memory=792 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16551/stat : 16551 (java) S 16520 16520 15061 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221459439 14427463680 17487 33554432000 4194304 4196468 140731159549904 140198616259680 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16552] ppid=16520 vsize=14089320 memory=1692 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16552/stat : 16552 (java) S 16520 16520 15061 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221459439 14427463680 17487 33554432000 4194304 4196468 140731159549904 140198615206192 140199711296130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
Current children cumulated CPU time: 1.31 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 71400 KiB

[startup+1.50084 s]
/proc/loadavg: 1.01 1.10 1.49 9/220 16552
/proc/meminfo: memFree=28928200/32770624 swapFree=67030640/67108860
[pid=16520] ppid=16514 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16520/stat : 16520 (xcsp3-exec) S 16514 16520 15061 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 221459431 115843072 363 33554432000 4194304 5098028 140737148940176 140737148938280 140375608029820 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16592896 140737148941371 140737148941572 140737148941572 140737148944330 0
/proc/16520/statm: 28282 363 306 221 0 87 0

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

[pid=16523/tid=16535] ppid=16520 vsize=14089320 memory=1036320 CPUtime=1.16 cores=1,3,5,7
/proc/16523/task/16535/stat : 16535 (java) S 16520 16520 15061 0 -1 1077944384 9747 0 0 0 91 25 0 0 20 0 15 0 221459434 14427463680 259080 33554432000 4194304 4196468 140731159549904 140198623627248 140199711296130 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16538] ppid=16520 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16538/stat : 16538 (java) S 16520 16520 15061 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 221459434 14427463680 259080 33554432000 4194304 4196468 140731159549904 140198622573472 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16540] ppid=16520 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16540/stat : 16540 (java) S 16520 16520 15061 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 221459434 14427463680 259080 33554432000 4194304 4196468 140731159549904 140198621520880 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16545] ppid=16520 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16545/stat : 16545 (java) S 16520 16520 15061 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221459437 14427463680 259080 33554432000 4194304 4196468 140731159549904 140198620469456 140199711303579 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16548] ppid=16520 vsize=14089320 memory=4129160 CPUtime=1.41 cores=1,3,5,7
/proc/16523/task/16548/stat : 16548 (java) S 16520 16520 15061 0 -1 1077944384 11312 0 0 0 140 1 0 0 20 0 15 0 221459438 14427463680 259080 33554432000 4194304 4196468 140731159549904 140198619417072 140199711296130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16549] ppid=16520 vsize=14089320 memory=999304 CPUtime=1.63 cores=1,3,5,7
/proc/16523/task/16549/stat : 16549 (java) S 16520 16520 15061 0 -1 1077944384 9804 0 0 0 162 1 0 0 20 0 15 0 221459438 14427463680 259080 33554432000 4194304 4196468 140731159549904 140198618364528 140199711296130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16550] ppid=16520 vsize=14089320 memory=768 CPUtime=0.47 cores=1,3,5,7
/proc/16523/task/16550/stat : 16550 (java) S 16520 16520 15061 0 -1 1077944384 7404 0 0 0 46 1 0 0 20 0 15 0 221459438 14427463680 259080 33554432000 4194304 4196468 140731159549904 140198617311984 140199711296130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16551] ppid=16520 vsize=14089320 memory=1036320 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16551/stat : 16551 (java) S 16520 16520 15061 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221459439 14427463680 259080 33554432000 4194304 4196468 140731159549904 140198616259680 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16552] ppid=16520 vsize=14089320 memory=1452 CPUtime=0.56 cores=1,3,5,7
/proc/16523/task/16552/stat : 16552 (java) S 16520 16520 15061 0 -1 1077944384 1442 0 0 0 21 35 0 0 20 0 15 0 221459439 14427463680 259080 33554432000 4194304 4196468 140731159549904 140198615206192 140199711296130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
Current children cumulated CPU time: 2453.45 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 1037772 KiB

[startup+2502.3 s]
/proc/loadavg: 2.66 1.93 1.71 4/217 16650
/proc/meminfo: memFree=21304800/32770624 swapFree=67030644/67108860
[pid=16520] ppid=16514 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16520/stat : 16520 (xcsp3-exec) S 16514 16520 15061 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 221459431 115843072 363 33554432000 4194304 5098028 140737148940176 140737148938280 140375608029820 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16592896 140737148941371 140737148941572 140737148941572 140737148944330 0
/proc/16520/statm: 28282 363 306 221 0 87 0
[pid=16523] ppid=16520 vsize=14089320 memory=5813460 CPUtime=2513.81 cores=1,3,5,7
/proc/16523/stat : 16523 (java) S 16520 16520 15061 0 -1 1077944320 181277 0 0 0 250627 754 0 0 20 0 15 0 221459431 14427463680 1453365 33554432000 4194304 4196468 140731159549904 140731159532448 140199711284983 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
/proc/16523/statm: 3522330 1453365 3436 1 0 3483524 0
[pid=16523/tid=16525] ppid=16520 vsize=14089320 memory=4757304 CPUtime=2498.05 cores=1,3,5,7
/proc/16523/task/16525/stat : 16525 (java) R 16520 16520 15061 0 -1 4202560 106516 0 0 0 249136 669 0 0 20 0 15 0 221459432 14427463680 1453365 33554432000 4194304 4196468 140731159549904 140199715524648 140199353717218 0 4 0 16800975 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16527] ppid=16520 vsize=14089320 memory=4757304 CPUtime=2.59 cores=1,3,5,7
/proc/16523/task/16527/stat : 16527 (java) S 16520 16520 15061 0 -1 1077944384 7318 0 0 0 252 7 0 0 20 0 15 0 221459432 14427463680 1453365 33554432000 4194304 4196468 140731159549904 140199306656528 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16528] ppid=16520 vsize=14089320 memory=1452 CPUtime=2.6 cores=1,3,5,7
/proc/16523/task/16528/stat : 16528 (java) S 16520 16520 15061 0 -1 1077944384 6818 0 0 0 253 7 0 0 20 0 15 0 221459432 14427463680 1453365 33554432000 4194304 4196468 140731159549904 140199305603984 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16529] ppid=16520 vsize=14089320 memory=1452 CPUtime=2.59 cores=1,3,5,7
/proc/16523/task/16529/stat : 16529 (java) S 16520 16520 15061 0 -1 1077944384 9086 0 0 0 253 6 0 0 20 0 15 0 221459432 14427463680 1453365 33554432000 4194304 4196468 140731159549904 140199304551440 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16530] ppid=16520 vsize=14089320 memory=5264644 CPUtime=2.59 cores=1,3,5,7
/proc/16523/task/16530/stat : 16530 (java) S 16520 16520 15061 0 -1 1077944384 10324 0 0 0 253 6 0 0 20 0 15 0 221459432 14427463680 1453365 33554432000 4194304 4196468 140731159549904 140199303498896 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16535] ppid=16520 vsize=14089320 memory=5696264 CPUtime=1.17 cores=1,3,5,7
/proc/16523/task/16535/stat : 16535 (java) S 16520 16520 15061 0 -1 1077944384 9806 0 0 0 92 25 0 0 20 0 15 0 221459434 14427463680 1453365 33554432000 4194304 4196468 140731159549904 140198623627248 140199711296130 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16538] ppid=16520 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16538/stat : 16538 (java) S 16520 16520 15061 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 221459434 14427463680 1453365 33554432000 4194304 4196468 140731159549904 140198622573472 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16540] ppid=16520 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16540/stat : 16540 (java) S 16520 16520 15061 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 221459434 14427463680 1453365 33554432000 4194304 4196468 140731159549904 140198621520880 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16545] ppid=16520 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16545/stat : 16545 (java) S 16520 16520 15061 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221459437 14427463680 1453365 33554432000 4194304 4196468 140731159549904 140198620469456 140199711303579 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16548] ppid=16520 vsize=14089320 memory=1452 CPUtime=1.43 cores=1,3,5,7
/proc/16523/task/16548/stat : 16548 (java) S 16520 16520 15061 0 -1 1077944384 11365 0 0 0 142 1 0 0 20 0 15 0 221459438 14427463680 1453365 33554432000 4194304 4196468 140731159549904 140198619417072 140199711296130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16549] ppid=16520 vsize=14089320 memory=4796368 CPUtime=1.63 cores=1,3,5,7
/proc/16523/task/16549/stat : 16549 (java) S 16520 16520 15061 0 -1 1077944384 9804 0 0 0 162 1 0 0 20 0 15 0 221459438 14427463680 1453365 33554432000 4194304 4196468 140731159549904 140198618364528 140199711296130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16550] ppid=16520 vsize=14089320 memory=5303708 CPUtime=0.47 cores=1,3,5,7
/proc/16523/task/16550/stat : 16550 (java) S 16520 16520 15061 0 -1 1077944384 7404 0 0 0 46 1 0 0 20 0 15 0 221459438 14427463680 1453365 33554432000 4194304 4196468 140731159549904 140198617311984 140199711296130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16551] ppid=16520 vsize=14089320 memory=4913052 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16551/stat : 16551 (java) S 16520 16520 15061 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221459439 14427463680 1453365 33554432000 4194304 4196468 140731159549904 140198616259680 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16552] ppid=16520 vsize=14089320 memory=1452 CPUtime=0.58 cores=1,3,5,7
/proc/16523/task/16552/stat : 16552 (java) S 16520 16520 15061 0 -1 1077944384 1460 0 0 0 22 36 0 0 20 0 15 0 221459439 14427463680 1453365 33554432000 4194304 4196468 140731159549904 140198615206192 140199711296130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
Current children cumulated CPU time: 2513.81 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 5814912 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2508.5 s]
/proc/loadavg: 2.60 1.93 1.71 2/197 16660
/proc/meminfo: memFree=28614608/32770624 swapFree=67030644/67108860
[pid=16520] ppid=16514 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16520/stat : 16520 (xcsp3-exec) S 16514 16520 15061 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 221459431 115843072 363 33554432000 4194304 5098028 140737148940176 140737148938280 140375608029820 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16592896 140737148941371 140737148941572 140737148941572 140737148944330 0
/proc/16520/statm: 28282 363 306 221 0 87 0
[pid=16523] ppid=16520 vsize=14089320 memory=463816 CPUtime=2520.04 cores=1,3,5,7
/proc/16523/stat : 16523 (java) S 16520 16520 15061 0 -1 1077944320 182284 0 0 0 251246 758 0 0 20 0 15 0 221459431 14427463680 115954 33554432000 4194304 4196468 140731159549904 140731159532448 140199711284983 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
/proc/16523/statm: 3522330 115954 3436 1 0 3483524 0
[pid=16523/tid=16525] ppid=16520 vsize=14089320 memory=463740 CPUtime=2504.18 cores=1,3,5,7
/proc/16523/task/16525/stat : 16525 (java) R 16520 16520 15061 0 -1 4202560 106800 0 0 0 249746 672 0 0 20 0 15 0 221459432 14427463680 115954 33554432000 4194304 4196468 140731159549904 140199715524656 140199352160527 0 4 0 16800975 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16527] ppid=16520 vsize=14089320 memory=463740 CPUtime=2.61 cores=1,3,5,7
/proc/16523/task/16527/stat : 16527 (java) S 16520 16520 15061 0 -1 1077944384 7325 0 0 0 254 7 0 0 20 0 15 0 221459432 14427463680 115954 33554432000 4194304 4196468 140731159549904 140199306656528 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16528] ppid=16520 vsize=14089320 memory=5930660 CPUtime=2.61 cores=1,3,5,7
/proc/16523/task/16528/stat : 16528 (java) S 16520 16520 15061 0 -1 1077944384 6856 0 0 0 254 7 0 0 20 0 15 0 221459432 14427463680 115954 33554432000 4194304 4196468 140731159549904 140199305603984 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16529] ppid=16520 vsize=14089320 memory=5852528 CPUtime=2.6 cores=1,3,5,7
/proc/16523/task/16529/stat : 16529 (java) S 16520 16520 15061 0 -1 1077944384 9088 0 0 0 254 6 0 0 20 0 15 0 221459432 14427463680 115954 33554432000 4194304 4196468 140731159549904 140199304551440 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16530] ppid=16520 vsize=14089320 memory=5696264 CPUtime=2.61 cores=1,3,5,7
/proc/16523/task/16530/stat : 16530 (java) S 16520 16520 15061 0 -1 1077944384 10326 0 0 0 255 6 0 0 20 0 15 0 221459432 14427463680 115954 33554432000 4194304 4196468 140731159549904 140199303498896 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16535] ppid=16520 vsize=14089320 memory=5264644 CPUtime=1.23 cores=1,3,5,7
/proc/16523/task/16535/stat : 16535 (java) S 16520 16520 15061 0 -1 1077944384 10476 0 0 0 96 27 0 0 20 0 15 0 221459434 14427463680 115954 33554432000 4194304 4196468 140731159549904 140198623627248 140199711296130 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16538] ppid=16520 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16538/stat : 16538 (java) S 16520 16520 15061 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 221459434 14427463680 115954 33554432000 4194304 4196468 140731159549904 140198622573472 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16540] ppid=16520 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16540/stat : 16540 (java) S 16520 16520 15061 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 221459434 14427463680 115954 33554432000 4194304 4196468 140731159549904 140198621520880 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16545] ppid=16520 vsize=14089320 memory=5930660 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16545/stat : 16545 (java) S 16520 16520 15061 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221459437 14427463680 115954 33554432000 4194304 4196468 140731159549904 140198620469456 140199711303579 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16548] ppid=16520 vsize=14089320 memory=463816 CPUtime=1.43 cores=1,3,5,7
/proc/16523/task/16548/stat : 16548 (java) S 16520 16520 15061 0 -1 1077944384 11365 0 0 0 142 1 0 0 20 0 15 0 221459438 14427463680 115954 33554432000 4194304 4196468 140731159549904 140198619417072 140199711296130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16549] ppid=16520 vsize=14089320 memory=1452 CPUtime=1.63 cores=1,3,5,7
/proc/16523/task/16549/stat : 16549 (java) S 16520 16520 15061 0 -1 1077944384 9804 0 0 0 162 1 0 0 20 0 15 0 221459438 14427463680 115954 33554432000 4194304 4196468 140731159549904 140198618364528 140199711296130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16550] ppid=16520 vsize=14089320 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/16523/task/16550/stat : 16550 (java) S 16520 16520 15061 0 -1 1077944384 7404 0 0 0 46 1 0 0 20 0 15 0 221459438 14427463680 115954 33554432000 4194304 4196468 140731159549904 140198617311984 140199711296130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16551] ppid=16520 vsize=14089320 memory=463740 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16551/stat : 16551 (java) S 16520 16520 15061 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221459439 14427463680 115954 33554432000 4194304 4196468 140731159549904 140198616259680 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16552] ppid=16520 vsize=14089320 memory=1452 CPUtime=0.58 cores=1,3,5,7
/proc/16523/task/16552/stat : 16552 (java) S 16520 16520 15061 0 -1 1077944384 1464 0 0 0 22 36 0 0 20 0 15 0 221459439 14427463680 115954 33554432000 4194304 4196468 140731159549904 140198615206192 140199711296130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 465268 KiB

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

[startup+2508.51 s]
# the end of solver process 16520 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.48 s, system=7.59196 s

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

[startup+2508.5 s]
/proc/loadavg: 2.60 1.93 1.71 2/197 16660
/proc/meminfo: memFree=28614608/32770624 swapFree=67030644/67108860
[pid=16520] ppid=16514 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16520/stat : 16520 (xcsp3-exec) S 16514 16520 15061 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 221459431 115843072 363 33554432000 4194304 5098028 140737148940176 140737148938280 140375608029820 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16592896 140737148941371 140737148941572 140737148941572 140737148944330 0
/proc/16520/statm: 28282 363 306 221 0 87 0
[pid=16523] ppid=16520 vsize=14089320 memory=463816 CPUtime=2520.04 cores=1,3,5,7
/proc/16523/stat : 16523 (java) S 16520 16520 15061 0 -1 1077944320 182284 0 0 0 251246 758 0 0 20 0 15 0 221459431 14427463680 115954 33554432000 4194304 4196468 140731159549904 140731159532448 140199711284983 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
/proc/16523/statm: 3522330 115954 3436 1 0 3483524 0
[pid=16523/tid=16525] ppid=16520 vsize=14089320 memory=463740 CPUtime=2504.18 cores=1,3,5,7
/proc/16523/task/16525/stat : 16525 (java) R 16520 16520 15061 0 -1 4202560 106800 0 0 0 249746 672 0 0 20 0 15 0 221459432 14427463680 115954 33554432000 4194304 4196468 140731159549904 140199715524656 140199352160527 0 4 0 16800975 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16527] ppid=16520 vsize=14089320 memory=463740 CPUtime=2.61 cores=1,3,5,7
/proc/16523/task/16527/stat : 16527 (java) S 16520 16520 15061 0 -1 1077944384 7325 0 0 0 254 7 0 0 20 0 15 0 221459432 14427463680 115954 33554432000 4194304 4196468 140731159549904 140199306656528 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16528] ppid=16520 vsize=14089320 memory=5930660 CPUtime=2.61 cores=1,3,5,7
/proc/16523/task/16528/stat : 16528 (java) S 16520 16520 15061 0 -1 1077944384 6856 0 0 0 254 7 0 0 20 0 15 0 221459432 14427463680 115954 33554432000 4194304 4196468 140731159549904 140199305603984 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16529] ppid=16520 vsize=14089320 memory=5852528 CPUtime=2.6 cores=1,3,5,7
/proc/16523/task/16529/stat : 16529 (java) S 16520 16520 15061 0 -1 1077944384 9088 0 0 0 254 6 0 0 20 0 15 0 221459432 14427463680 115954 33554432000 4194304 4196468 140731159549904 140199304551440 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16530] ppid=16520 vsize=14089320 memory=5696264 CPUtime=2.61 cores=1,3,5,7
/proc/16523/task/16530/stat : 16530 (java) S 16520 16520 15061 0 -1 1077944384 10326 0 0 0 255 6 0 0 20 0 15 0 221459432 14427463680 115954 33554432000 4194304 4196468 140731159549904 140199303498896 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16535] ppid=16520 vsize=14089320 memory=5264644 CPUtime=1.23 cores=1,3,5,7
/proc/16523/task/16535/stat : 16535 (java) S 16520 16520 15061 0 -1 1077944384 10476 0 0 0 96 27 0 0 20 0 15 0 221459434 14427463680 115954 33554432000 4194304 4196468 140731159549904 140198623627248 140199711296130 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16538] ppid=16520 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16538/stat : 16538 (java) S 16520 16520 15061 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 221459434 14427463680 115954 33554432000 4194304 4196468 140731159549904 140198622573472 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16540] ppid=16520 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16540/stat : 16540 (java) S 16520 16520 15061 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 221459434 14427463680 115954 33554432000 4194304 4196468 140731159549904 140198621520880 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16545] ppid=16520 vsize=14089320 memory=5930660 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16545/stat : 16545 (java) S 16520 16520 15061 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221459437 14427463680 115954 33554432000 4194304 4196468 140731159549904 140198620469456 140199711303579 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16548] ppid=16520 vsize=14089320 memory=463816 CPUtime=1.43 cores=1,3,5,7
/proc/16523/task/16548/stat : 16548 (java) S 16520 16520 15061 0 -1 1077944384 11365 0 0 0 142 1 0 0 20 0 15 0 221459438 14427463680 115954 33554432000 4194304 4196468 140731159549904 140198619417072 140199711296130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16549] ppid=16520 vsize=14089320 memory=1452 CPUtime=1.63 cores=1,3,5,7
/proc/16523/task/16549/stat : 16549 (java) S 16520 16520 15061 0 -1 1077944384 9804 0 0 0 162 1 0 0 20 0 15 0 221459438 14427463680 115954 33554432000 4194304 4196468 140731159549904 140198618364528 140199711296130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16550] ppid=16520 vsize=14089320 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/16523/task/16550/stat : 16550 (java) S 16520 16520 15061 0 -1 1077944384 7404 0 0 0 46 1 0 0 20 0 15 0 221459438 14427463680 115954 33554432000 4194304 4196468 140731159549904 140198617311984 140199711296130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16551] ppid=16520 vsize=14089320 memory=463740 CPUtime=0 cores=1,3,5,7
/proc/16523/task/16551/stat : 16551 (java) S 16520 16520 15061 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221459439 14427463680 115954 33554432000 4194304 4196468 140731159549904 140198616259680 140199711295189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
[pid=16523/tid=16552] ppid=16520 vsize=14089320 memory=1452 CPUtime=0.58 cores=1,3,5,7
/proc/16523/task/16552/stat : 16552 (java) S 16520 16520 15061 0 -1 1077944384 1464 0 0 0 22 36 0 0 20 0 15 0 221459439 14427463680 115954 33554432000 4194304 4196468 140731159549904 140198615206192 140199711296130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30105600 140731159553158 140731159553329 140731159553329 140731159556047 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 465268 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2508.51
CPU time (s): 2520.07
CPU user time (s): 2512.48
CPU system time (s): 7.59196
CPU usage (%): 100.461
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 6086064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.48
system time used= 7.59196
maximum resident set size= 6109300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183343
page faults= 0
swaps= 0
block input operations= 1904
block output operations= 2976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 74625
involuntary context switches= 2403


# summary of solver processes directly reported to runsolver:
#   pid: 16520
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2512.48
#   total CPU system time (s): 7.59196

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2879 second user time and 22.564 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-12 03:56:02
IDJOB=4306782
IDBENCH=141023
IDSOLVER=2787
FILE ID=node102/4306782-1534038962
RUNJOBID= node102-1534038962-16489
PBS_JOBID= 21036959
Free space on /tmp= 38208 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
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-4306782-1534038962/watcher-4306782-1534038962 -o /tmp/evaluation-result-4306782-1534038962/solver-4306782-1534038962 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534038962-16489 --watchdog 2580  HOME/xcsp3-exec -seed 437380072 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306782-1534038962.xml

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

MD5SUM BENCH= eb742fbc5fe115028f4ee34ab4b949cf
RANDOM SEED=437380072

node102.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.51
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.51
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.51
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.51
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:        29073208 kB
MemAvailable:   31880812 kB
Buffers:          106812 kB
Cached:          2948300 kB
SwapCached:        51264 kB
Active:          1527300 kB
Inactive:        1605856 kB
Active(anon):       2908 kB
Inactive(anon):   126968 kB
Active(file):    1524392 kB
Inactive(file):  1478888 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67030640 kB
Dirty:             43412 kB
Writeback:             0 kB
AnonPages:         35112 kB
Mapped:            49072 kB
Shmem:             48964 kB
Slab:             261296 kB
SReclaimable:     232784 kB
SUnreclaim:        28512 kB
KernelStack:        3168 kB
PageTables:         4956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     350744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 38188 MiB
End job on node102 at 2018-08-12 04:37:51