Trace number 4272355

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 5a (2017-07-26)? (TO) 2520.1101 2449.3101

General information on the benchmark

NameColouredQueens/ColouredQueens-m1-s1/
ColouredQueens-14.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.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272355-1502688293.xml"  -tl '2520s' -p 1 -x 3
0.09/0.27	c [HOME/instance-4272355-1502688293.xml, -tl, 2520s, -p, 1, -x, 3]
0.29/0.33	c simple solver
0.29/0.40	c parse instance...
0.68/0.61	c solve instance...
2520.09/2449.30	s UNKNOWN
2520.09/2449.30	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 (14758 MiB free)
  memory of node 1: 16384 MiB (15363 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272355-1502688293/watcher-4272355-1502688293 -o /tmp/evaluation-result-4272355-1502688293/solver-4272355-1502688293 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11629 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 515941212 HOME/instance-4272355-1502688293.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=15119, runsolver pid=15116

[startup+0.100134 s]*
/proc/loadavg: 1.34 1.29 1.33 3/205 15126
/proc/meminfo: memFree=30840888/32770624 swapFree=67108860/67108860
[pid=15119] ppid=15116 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/15119/stat : 15119 (xcsp3-exec) S 15116 15119 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 71049977 9740288 345 18446744073709551615 4194304 5098028 140734138943280 140734138941384 139766370071164 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 7319552 140734138945913 140734138946117 140734138946117 140734138949611 0
/proc/15119/statm: 2378 345 289 221 0 87 0
[pid=15121] ppid=15119 vsize=13358712 memory=12996 CPUtime=0 cores=1,3,5,7
/proc/15121/stat : 15121 (java) S 15119 15119 897 0 -1 1077944320 3512 0 0 0 0 0 0 0 20 0 6 0 71049986 13679321088 3249 18446744073709551615 4194304 4196468 140731980251024 140731980233568 140716515897079 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
/proc/15121/statm: 3339678 3249 1905 1 0 3329175 0
[pid=15121/tid=15122] ppid=15119 vsize=13358712 memory=8390339637985935414 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15122/stat : 15122 (java) R 15119 15119 897 0 -1 4202560 2297 0 0 0 0 0 0 0 20 0 6 0 71049986 13679321088 3249 18446744073709551615 4194304 4196468 140731980251024 140716520133200 140716501579605 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15123] ppid=15119 vsize=13358712 memory=288230596118065508 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15123/stat : 15123 (java) S 15119 15119 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 71049987 13679321088 3249 18446744073709551615 4194304 4196468 140731980251024 140716116364304 140716515907285 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15124] ppid=15119 vsize=13358712 memory=140191856198191 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15124/stat : 15124 (java) S 15119 15119 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 71049987 13679321088 3249 18446744073709551615 4194304 4196468 140731980251024 140716115311760 140716515907285 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15125] ppid=15119 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15125/stat : 15125 (java) S 15119 15119 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 71049987 13679321088 3249 18446744073709551615 4194304 4196468 140731980251024 140716114258704 140716515907285 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15126] ppid=15119 vsize=13358712 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15126/stat : 15126 (java) S 15119 15119 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 71049987 13679321088 3249 18446744073709551615 4194304 4196468 140731980251024 140716113206160 140716515907285 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 14376 KiB

[startup+0.210708 s]*
/proc/loadavg: 1.34 1.29 1.33 3/214 15135
/proc/meminfo: memFree=30827684/32770624 swapFree=67108860/67108860
[pid=15119] ppid=15116 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/15119/stat : 15119 (xcsp3-exec) S 15116 15119 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 71049977 9740288 345 18446744073709551615 4194304 5098028 140734138943280 140734138941384 139766370071164 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 7319552 140734138945913 140734138946117 140734138946117 140734138949611 0
/proc/15119/statm: 2378 345 289 221 0 87 0
[pid=15121] ppid=15119 vsize=13974352 memory=27744 CPUtime=0.09 cores=1,3,5,7
/proc/15121/stat : 15121 (java) S 15119 15119 897 0 -1 1077944320 5347 0 0 0 8 1 0 0 20 0 15 0 71049986 14309736448 6936 18446744073709551615 4194304 4196468 140731980251024 140731980233568 140716515897079 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
/proc/15121/statm: 3493588 6936 2755 1 0 3482964 0
[pid=15121/tid=15122] ppid=15119 vsize=13974352 memory=8390339637985935414 CPUtime=0.07 cores=1,3,5,7
/proc/15121/task/15122/stat : 15122 (java) R 15119 15119 897 0 -1 4202560 3485 0 0 0 6 1 0 0 20 0 15 0 71049986 14309736448 6936 18446744073709551615 4194304 4196468 140731980251024 140716520121168 140716515919005 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15123] ppid=15119 vsize=13974352 memory=307370894534390116 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15123/stat : 15123 (java) S 15119 15119 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71049987 14309736448 6936 18446744073709551615 4194304 4196468 140731980251024 140716116364304 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15124] ppid=15119 vsize=13974352 memory=140191856198191 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15124/stat : 15124 (java) S 15119 15119 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71049987 14309736448 6936 18446744073709551615 4194304 4196468 140731980251024 140716115311760 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15125] ppid=15119 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15125/stat : 15125 (java) S 15119 15119 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71049987 14309736448 6936 18446744073709551615 4194304 4196468 140731980251024 140716114258704 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15126] ppid=15119 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15126/stat : 15126 (java) S 15119 15119 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71049987 14309736448 6936 18446744073709551615 4194304 4196468 140731980251024 140716113206160 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15127] ppid=15119 vsize=13974352 memory=140191856182912 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15127/stat : 15127 (java) S 15119 15119 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71049988 14309736448 6936 18446744073709551615 4194304 4196468 140731980251024 140715994437872 140716515908226 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15128] ppid=15119 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15128/stat : 15128 (java) S 15119 15119 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 71049989 14309736448 6936 18446744073709551615 4194304 4196468 140731980251024 140715993384096 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15129] ppid=15119 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15129/stat : 15129 (java) S 15119 15119 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 71049989 14309736448 6936 18446744073709551615 4194304 4196468 140731980251024 140715992330992 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15130] ppid=15119 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15130/stat : 15130 (java) S 15119 15119 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71049991 14309736448 6936 18446744073709551615 4194304 4196468 140731980251024 140715991279568 140716515915675 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15131] ppid=15119 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15131/stat : 15131 (java) S 15119 15119 897 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 71049991 14309736448 6936 18446744073709551615 4194304 4196468 140731980251024 140715990227696 140716515908226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15132] ppid=15119 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15132/stat : 15132 (java) S 15119 15119 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71049991 14309736448 6936 18446744073709551615 4194304 4196468 140731980251024 140715989175152 140716515908226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15133] ppid=15119 vsize=13974352 memory=140191856182912 CPUtime=0.01 cores=1,3,5,7
/proc/15121/task/15133/stat : 15133 (java) S 15119 15119 897 0 -1 1077944384 243 0 0 0 1 0 0 0 20 0 15 0 71049991 14309736448 6936 18446744073709551615 4194304 4196468 140731980251024 140715988122096 140716515908226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15134] ppid=15119 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15134/stat : 15134 (java) S 15119 15119 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71049991 14309736448 6936 18446744073709551615 4194304 4196468 140731980251024 140715987069792 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15135] ppid=15119 vsize=13974352 memory=140191856182912 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15135/stat : 15135 (java) S 15119 15119 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71049996 14309736448 6936 18446744073709551615 4194304 4196468 140731980251024 140715986016816 140716515908226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29124 KiB

[startup+0.310455 s]*
/proc/loadavg: 1.34 1.29 1.33 5/214 15135
/proc/meminfo: memFree=30816876/32770624 swapFree=67108860/67108860
[pid=15119] ppid=15116 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/15119/stat : 15119 (xcsp3-exec) S 15116 15119 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 71049977 9740288 345 18446744073709551615 4194304 5098028 140734138943280 140734138941384 139766370071164 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 7319552 140734138945913 140734138946117 140734138946117 140734138949611 0
/proc/15119/statm: 2378 345 289 221 0 87 0
[pid=15121] ppid=15119 vsize=13974352 memory=37376 CPUtime=0.29 cores=1,3,5,7
/proc/15121/stat : 15121 (java) S 15119 15119 897 0 -1 1077944320 8941 0 0 0 26 3 0 0 20 0 15 0 71049986 14309736448 9344 18446744073709551615 4194304 4196468 140731980251024 140731980233568 140716515897079 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
/proc/15121/statm: 3493588 9344 2979 1 0 3482964 0
[pid=15121/tid=15122] ppid=15119 vsize=13974352 memory=8390339637985935414 CPUtime=0.17 cores=1,3,5,7
/proc/15121/task/15122/stat : 15122 (java) R 15119 15119 897 0 -1 4202560 6157 0 0 0 15 2 0 0 20 0 15 0 71049986 14309736448 9344 18446744073709551615 4194304 4196468 140731980251024 140716520134240 140716515919005 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15123] ppid=15119 vsize=13974352 memory=301741395000176996 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15123/stat : 15123 (java) S 15119 15119 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71049987 14309736448 9344 18446744073709551615 4194304 4196468 140731980251024 140716116364304 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15124] ppid=15119 vsize=13974352 memory=140191856198191 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15124/stat : 15124 (java) S 15119 15119 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71049987 14309736448 9344 18446744073709551615 4194304 4196468 140731980251024 140716115311760 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15125] ppid=15119 vsize=13974352 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15125/stat : 15125 (java) S 15119 15119 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71049987 14309736448 9344 18446744073709551615 4194304 4196468 140731980251024 140716114258704 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15126] ppid=15119 vsize=13974352 memory=3472328279047811119 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15126/stat : 15126 (java) S 15119 15119 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71049987 14309736448 9344 18446744073709551615 4194304 4196468 140731980251024 140716113206160 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15127] ppid=15119 vsize=13974352 memory=4211961767397306359 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15127/stat : 15127 (java) S 15119 15119 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71049988 14309736448 9344 18446744073709551615 4194304 4196468 140731980251024 140715994437872 140716515908226 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15128] ppid=15119 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15128/stat : 15128 (java) S 15119 15119 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 71049989 14309736448 9344 18446744073709551615 4194304 4196468 140731980251024 140715993384096 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15129] ppid=15119 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15129/stat : 15129 (java) S 15119 15119 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 71049989 14309736448 9344 18446744073709551615 4194304 4196468 140731980251024 140715992330992 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15130] ppid=15119 vsize=13974352 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15130/stat : 15130 (java) S 15119 15119 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71049991 14309736448 9344 18446744073709551615 4194304 4196468 140731980251024 140715991279568 140716515915675 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15131] ppid=15119 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/15121/task/15131/stat : 15131 (java) R 15119 15119 897 0 -1 4202560 674 0 0 0 1 0 0 0 20 0 15 0 71049991 14309736448 9344 18446744073709551615 4194304 4196468 140731980251024 140715990227696 140716496641152 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15132] ppid=15119 vsize=13974352 memory=3472328296227679279 CPUtime=0.02 cores=1,3,5,7
/proc/15121/task/15132/stat : 15132 (java) R 15119 15119 897 0 -1 1077944384 125 0 0 0 2 0 0 0 20 0 15 0 71049991 14309736448 9344 18446744073709551615 4194304 4196468 140731980251024 140715989175152 140716515908226 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15133] ppid=15119 vsize=13974352 memory=140191856182912 CPUtime=0.06 cores=1,3,5,7
/proc/15121/task/15133/stat : 15133 (java) R 15119 15119 897 0 -1 4202560 698 0 0 0 6 0 0 0 20 0 15 0 71049991 14309736448 9344 18446744073709551615 4194304 4196468 140731980251024 140715988122096 140716499977566 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15134] ppid=15119 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15134/stat : 15134 (java) S 15119 15119 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71049991 14309736448 9344 18446744073709551615 4194304 4196468 140731980251024 140715987069792 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15135] ppid=15119 vsize=13974352 memory=140191856182912 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15135/stat : 15135 (java) S 15119 15119 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71049996 14309736448 9344 18446744073709551615 4194304 4196468 140731980251024 140715986016816 140716515908226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38756 KiB

[startup+0.701702 s]
/proc/loadavg: 1.34 1.29 1.33 5/214 15135
/proc/meminfo: memFree=30805176/32770624 swapFree=67108860/67108860
[pid=15119] ppid=15116 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/15119/stat : 15119 (xcsp3-exec) S 15116 15119 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 71049977 9740288 345 18446744073709551615 4194304 5098028 140734138943280 140734138941384 139766370071164 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 7319552 140734138945913 140734138946117 140734138946117 140734138949611 0
/proc/15119/statm: 2378 345 289 221 0 87 0
[pid=15121] ppid=15119 vsize=13980732 memory=64544 CPUtime=1.23 cores=1,3,5,7
/proc/15121/stat : 15121 (java) S 15119 15119 897 0 -1 1077944320 13450 0 0 0 118 5 0 0 20 0 15 0 71049986 14316269568 16136 18446744073709551615 4194304 4196468 140731980251024 140731980233568 140716515897079 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
/proc/15121/statm: 3495183 16136 3177 1 0 3483476 0
[pid=15121/tid=15122] ppid=15119 vsize=13980732 memory=7301550361408716898 CPUtime=0.55 cores=1,3,5,7
/proc/15121/task/15122/stat : 15122 (java) R 15119 15119 897 0 -1 4202560 8696 0 0 0 51 4 0 0 20 0 15 0 71049986 14316269568 16136 18446744073709551615 4194304 4196468 140731980251024 140716520135456 140716515918426 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15123] ppid=15119 vsize=13980732 memory=2452 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15123/stat : 15123 (java) S 15119 15119 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71049987 14316269568 16136 18446744073709551615 4194304 4196468 140731980251024 140716116364304 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15124] ppid=15119 vsize=13980732 memory=280383518160384 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15124/stat : 15124 (java) S 15119 15119 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71049987 14316269568 16136 18446744073709551615 4194304 4196468 140731980251024 140716115311760 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15125] ppid=15119 vsize=13980732 memory=24 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15125/stat : 15125 (java) S 15119 15119 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71049987 14316269568 16136 18446744073709551615 4194304 4196468 140731980251024 140716114258704 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15126] ppid=15119 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15126/stat : 15126 (java) S 15119 15119 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71049987 14316269568 16136 18446744073709551615 4194304 4196468 140731980251024 140716113206160 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15127] ppid=15119 vsize=13980732 memory=325 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15127/stat : 15127 (java) S 15119 15119 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 71049988 14316269568 16136 18446744073709551615 4194304 4196468 140731980251024 140715994437872 140716515908226 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15128] ppid=15119 vsize=13980732 memory=270 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15128/stat : 15128 (java) S 15119 15119 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 71049989 14316269568 16136 18446744073709551615 4194304 4196468 140731980251024 140715993384096 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15129] ppid=15119 vsize=13980732 memory=915 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15129/stat : 15129 (java) S 15119 15119 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 71049989 14316269568 16136 18446744073709551615 4194304 4196468 140731980251024 140715992330992 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15130] ppid=15119 vsize=13980732 memory=243 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15130/stat : 15130 (java) S 15119 15119 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71049991 14316269568 16136 18446744073709551615 4194304 4196468 140731980251024 140715991279568 140716515915675 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15131] ppid=15119 vsize=13980732 memory=60 CPUtime=0.19 cores=1,3,5,7
/proc/15121/task/15131/stat : 15131 (java) R 15119 15119 897 0 -1 4202560 1374 0 0 0 19 0 0 0 20 0 15 0 71049991 14316269568 16136 18446744073709551615 4194304 4196468 140731980251024 140715990208712 140716497442427 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15132] ppid=15119 vsize=13980732 memory=4116 CPUtime=0.17 cores=1,3,5,7
/proc/15121/task/15132/stat : 15132 (java) R 15119 15119 897 0 -1 4202560 770 0 0 0 17 0 0 0 20 0 15 0 71049991 14316269568 16136 18446744073709551615 4194304 4196468 140731980251024 140715989161032 140716499281849 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15133] ppid=15119 vsize=13980732 memory=6657 CPUtime=0.29 cores=1,3,5,7
/proc/15121/task/15133/stat : 15133 (java) R 15119 15119 897 0 -1 4202560 1303 0 0 0 29 0 0 0 20 0 15 0 71049991 14316269568 16136 18446744073709551615 4194304 4196468 140731980251024 140715988122096 140716508993915 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15134] ppid=15119 vsize=13980732 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15134/stat : 15134 (java) S 15119 15119 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71049991 14316269568 16136 18446744073709551615 4194304 4196468 140731980251024 140715987069792 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15135] ppid=15119 vsize=13980732 memory=6628 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15135/stat : 15135 (java) S 15119 15119 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71049996 14316269568 16136 18446744073709551615 4194304 4196468 140731980251024 140715986016816 140716515908226 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 65924 KiB

[startup+1.50174 s]
/proc/loadavg: 1.34 1.29 1.33 7/214 15135
/proc/meminfo: memFree=30767516/32770624 swapFree=67108860/67108860
[pid=15119] ppid=15116 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/15119/stat : 15119 (xcsp3-exec) S 15116 15119 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 71049977 9740288 345 18446744073709551615 4194304 5098028 140734138943280 140734138941384 139766370071164 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 7319552 140734138945913 140734138946117 140734138946117 140734138949611 0
/proc/15119/statm: 2378 345 289 221 0 87 0
[pid=15121] ppid=15119 vsize=13980732 memory=118068 CPUtime=3.87 cores=1,3,5,7
/proc/15121/stat : 15121 (java) S 15119 15119 897 0 -1 1077944320 24481 0 0 0 379 8 0 0 20 0 15 0 71049986 14316269568 29517 18446744073709551615 4194304 4196468 140731980251024 140731980233568 140716515897079 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
/proc/15121/statm: 3495183 29517 3192 1 0 3483476 0
[pid=15121/tid=15122] ppid=15119 vsize=13980732 memory=0 CPUtime=1.35 cores=1,3,5,7
/proc/15121/task/15122/stat : 15122 (java) R 15119 15119 897 0 -1 4202560 9351 0 0 0 131 4 0 0 20 0 15 0 71049986 14316269568 29517 18446744073709551615 4194304 4196468 140731980251024 140716520134016 140716162865751 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15123] ppid=15119 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15123/stat : 15123 (java) S 15119 15119 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71049987 14316269568 29517 18446744073709551615 4194304 4196468 140731980251024 140716116364304 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15124] ppid=15119 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15124/stat : 15124 (java) S 15119 15119 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71049987 14316269568 29517 18446744073709551615 4194304 4196468 140731980251024 140716115311760 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15125] ppid=15119 vsize=13980732 memory=205123343119906 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15125/stat : 15125 (java) S 15119 15119 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71049987 14316269568 29517 18446744073709551615 4194304 4196468 140731980251024 140716114258704 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15126] ppid=15119 vsize=13980732 memory=280383518157984 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15126/stat : 15126 (java) S 15119 15119 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71049987 14316269568 29517 18446744073709551615 4194304 4196468 140731980251024 140716113206160 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15127] ppid=15119 vsize=13980732 memory=56 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15127/stat : 15127 (java) S 15119 15119 897 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 71049988 14316269568 29517 18446744073709551615 4194304 4196468 140731980251024 140715994437872 140716515908226 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15128] ppid=15119 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15128/stat : 15128 (java) S 15119 15119 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 71049989 14316269568 29517 18446744073709551615 4194304 4196468 140731980251024 140715993384096 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15129] ppid=15119 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7

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

/proc/15121/task/15129/stat : 15129 (java) S 15119 15119 897 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 71049989 14316269568 99215 18446744073709551615 4194304 4196468 140731980251024 140715992330992 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15130] ppid=15119 vsize=13980732 memory=39708 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15130/stat : 15130 (java) S 15119 15119 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71049991 14316269568 99215 18446744073709551615 4194304 4196468 140731980251024 140715991279568 140716515915675 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15131] ppid=15119 vsize=13980732 memory=1292 CPUtime=3.36 cores=1,3,5,7
/proc/15121/task/15131/stat : 15131 (java) S 15119 15119 897 0 -1 1077944384 18439 0 0 0 335 1 0 0 20 0 15 0 71049991 14316269568 99215 18446744073709551615 4194304 4196468 140731980251024 140715990227696 140716515908226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15132] ppid=15119 vsize=13980732 memory=396860 CPUtime=3.29 cores=1,3,5,7
/proc/15121/task/15132/stat : 15132 (java) S 15119 15119 897 0 -1 1077944384 15524 0 0 0 327 2 0 0 20 0 15 0 71049991 14316269568 99215 18446744073709551615 4194304 4196468 140731980251024 140715989175152 140716515908226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15133] ppid=15119 vsize=13980732 memory=4116 CPUtime=0.74 cores=1,3,5,7
/proc/15121/task/15133/stat : 15133 (java) S 15119 15119 897 0 -1 1077944384 10846 0 0 0 72 2 0 0 20 0 15 0 71049991 14316269568 99215 18446744073709551615 4194304 4196468 140731980251024 140715988122096 140716515908226 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15134] ppid=15119 vsize=13980732 memory=39708 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15134/stat : 15134 (java) S 15119 15119 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71049991 14316269568 99215 18446744073709551615 4194304 4196468 140731980251024 140715987069792 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15135] ppid=15119 vsize=13980732 memory=1292 CPUtime=1.16 cores=1,3,5,7
/proc/15121/task/15135/stat : 15135 (java) S 15119 15119 897 0 -1 1077944384 898 0 0 0 51 65 0 0 20 0 15 0 71049996 14316269568 99215 18446744073709551615 4194304 4196468 140731980251024 140715986016816 140716515908226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
Current children cumulated CPU time: 2451.41 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 398240 KiB

[startup+2442.3 s]
/proc/loadavg: 1.40 1.37 1.37 3/215 15353
/proc/meminfo: memFree=30370192/32770624 swapFree=67108860/67108860
[pid=15119] ppid=15116 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/15119/stat : 15119 (xcsp3-exec) S 15116 15119 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 71049977 9740288 345 18446744073709551615 4194304 5098028 140734138943280 140734138941384 139766370071164 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 7319552 140734138945913 140734138946117 140734138946117 140734138949611 0
/proc/15119/statm: 2378 345 289 221 0 87 0
[pid=15121] ppid=15119 vsize=13980732 memory=405608 CPUtime=2512.87 cores=1,3,5,7
/proc/15121/stat : 15121 (java) S 15119 15119 897 0 -1 1077944320 259402 0 0 0 250744 543 0 0 20 0 15 0 71049986 14316269568 101402 18446744073709551615 4194304 4196468 140731980251024 140731980233568 140716515897079 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
/proc/15121/statm: 3495183 101402 3257 1 0 3483476 0
[pid=15121/tid=15122] ppid=15119 vsize=13980732 memory=1380 CPUtime=2418.9 cores=1,3,5,7
/proc/15121/task/15122/stat : 15122 (java) R 15119 15119 897 0 -1 4202560 73767 0 0 0 241871 19 0 0 20 0 15 0 71049986 14316269568 101402 18446744073709551615 4194304 4196468 140731980251024 140716520136640 140716163604829 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15123] ppid=15119 vsize=13980732 memory=405608 CPUtime=20.94 cores=1,3,5,7
/proc/15121/task/15123/stat : 15123 (java) S 15119 15119 897 0 -1 1077944384 22239 0 0 0 1984 110 0 0 20 0 15 0 71049987 14316269568 101402 18446744073709551615 4194304 4196468 140731980251024 140716116364304 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15124] ppid=15119 vsize=13980732 memory=419808 CPUtime=20.91 cores=1,3,5,7
/proc/15121/task/15124/stat : 15124 (java) S 15119 15119 897 0 -1 1077944384 21915 0 0 0 1983 108 0 0 20 0 15 0 71049987 14316269568 101402 18446744073709551615 4194304 4196468 140731980251024 140716115311760 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15125] ppid=15119 vsize=13980732 memory=412628 CPUtime=20.92 cores=1,3,5,7
/proc/15121/task/15125/stat : 15125 (java) S 15119 15119 897 0 -1 1077944384 21050 0 0 0 1981 111 0 0 20 0 15 0 71049987 14316269568 101402 18446744073709551615 4194304 4196468 140731980251024 140716114258704 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15126] ppid=15119 vsize=13980732 memory=1380 CPUtime=20.94 cores=1,3,5,7
/proc/15121/task/15126/stat : 15126 (java) S 15119 15119 897 0 -1 1077944384 22733 0 0 0 1983 111 0 0 20 0 15 0 71049987 14316269568 101402 18446744073709551615 4194304 4196468 140731980251024 140716113206160 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15127] ppid=15119 vsize=13980732 memory=405580 CPUtime=1.59 cores=1,3,5,7
/proc/15121/task/15127/stat : 15127 (java) S 15119 15119 897 0 -1 1077944384 50520 0 0 0 126 33 0 0 20 0 15 0 71049988 14316269568 101402 18446744073709551615 4194304 4196468 140731980251024 140715994437872 140716515908226 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15128] ppid=15119 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15128/stat : 15128 (java) S 15119 15119 897 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 71049989 14316269568 101402 18446744073709551615 4194304 4196468 140731980251024 140715993384096 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15129] ppid=15119 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15129/stat : 15129 (java) S 15119 15119 897 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 71049989 14316269568 101402 18446744073709551615 4194304 4196468 140731980251024 140715992330992 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15130] ppid=15119 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15130/stat : 15130 (java) S 15119 15119 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71049991 14316269568 101402 18446744073709551615 4194304 4196468 140731980251024 140715991279568 140716515915675 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15131] ppid=15119 vsize=13980732 memory=436880 CPUtime=3.36 cores=1,3,5,7
/proc/15121/task/15131/stat : 15131 (java) S 15119 15119 897 0 -1 1077944384 18439 0 0 0 335 1 0 0 20 0 15 0 71049991 14316269568 101402 18446744073709551615 4194304 4196468 140731980251024 140715990227696 140716515908226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15132] ppid=15119 vsize=13980732 memory=1380 CPUtime=3.29 cores=1,3,5,7
/proc/15121/task/15132/stat : 15132 (java) S 15119 15119 897 0 -1 1077944384 15524 0 0 0 327 2 0 0 20 0 15 0 71049991 14316269568 101402 18446744073709551615 4194304 4196468 140731980251024 140715989175152 140716515908226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15133] ppid=15119 vsize=13980732 memory=1380 CPUtime=0.75 cores=1,3,5,7
/proc/15121/task/15133/stat : 15133 (java) S 15119 15119 897 0 -1 1077944384 10951 0 0 0 73 2 0 0 20 0 15 0 71049991 14316269568 101402 18446744073709551615 4194304 4196468 140731980251024 140715988122096 140716515908226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15134] ppid=15119 vsize=13980732 memory=405608 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15134/stat : 15134 (java) S 15119 15119 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71049991 14316269568 101402 18446744073709551615 4194304 4196468 140731980251024 140715987069792 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15135] ppid=15119 vsize=13980732 memory=1380 CPUtime=1.19 cores=1,3,5,7
/proc/15121/task/15135/stat : 15135 (java) S 15119 15119 897 0 -1 1077944384 909 0 0 0 52 67 0 0 20 0 15 0 71049996 14316269568 101402 18446744073709551615 4194304 4196468 140731980251024 140715986016816 140716515908226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
Current children cumulated CPU time: 2512.87 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 406988 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2449.3 s]
/proc/loadavg: 1.27 1.34 1.36 3/215 15353
/proc/meminfo: memFree=30316804/32770624 swapFree=67108860/67108860
[pid=15119] ppid=15116 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/15119/stat : 15119 (xcsp3-exec) S 15116 15119 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 71049977 9740288 345 18446744073709551615 4194304 5098028 140734138943280 140734138941384 139766370071164 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 7319552 140734138945913 140734138946117 140734138946117 140734138949611 0
/proc/15119/statm: 2378 345 289 221 0 87 0
[pid=15121] ppid=15119 vsize=13980732 memory=452760 CPUtime=2520.09 cores=1,3,5,7
/proc/15121/stat : 15121 (java) S 15119 15119 897 0 -1 1077944320 259746 0 0 0 251460 549 0 0 20 0 15 0 71049986 14316269568 113190 18446744073709551615 4194304 4196468 140731980251024 140731980233568 140716515897079 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
/proc/15121/statm: 3495183 113190 3257 1 0 3483476 0
[pid=15121/tid=15122] ppid=15119 vsize=13980732 memory=442520 CPUtime=2425.82 cores=1,3,5,7
/proc/15121/task/15122/stat : 15122 (java) R 15119 15119 897 0 -1 4202560 73772 0 0 0 242563 19 0 0 20 0 15 0 71049986 14316269568 113190 18446744073709551615 4194304 4196468 140731980251024 140716520136480 140716162865086 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15123] ppid=15119 vsize=13980732 memory=442520 CPUtime=21.01 cores=1,3,5,7
/proc/15121/task/15123/stat : 15123 (java) S 15119 15119 897 0 -1 1077944384 22337 0 0 0 1989 112 0 0 20 0 15 0 71049987 14316269568 113190 18446744073709551615 4194304 4196468 140731980251024 140716116364304 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15124] ppid=15119 vsize=13980732 memory=405608 CPUtime=20.97 cores=1,3,5,7
/proc/15121/task/15124/stat : 15124 (java) S 15119 15119 897 0 -1 1077944384 21937 0 0 0 1988 109 0 0 20 0 15 0 71049987 14316269568 113190 18446744073709551615 4194304 4196468 140731980251024 140716115311760 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15125] ppid=15119 vsize=13980732 memory=405580 CPUtime=20.99 cores=1,3,5,7
/proc/15121/task/15125/stat : 15125 (java) S 15119 15119 897 0 -1 1077944384 21157 0 0 0 1987 112 0 0 20 0 15 0 71049987 14316269568 113190 18446744073709551615 4194304 4196468 140731980251024 140716114258704 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15126] ppid=15119 vsize=13980732 memory=1380 CPUtime=21.01 cores=1,3,5,7
/proc/15121/task/15126/stat : 15126 (java) S 15119 15119 897 0 -1 1077944384 22822 0 0 0 1989 112 0 0 20 0 15 0 71049987 14316269568 113190 18446744073709551615 4194304 4196468 140731980251024 140716113206160 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15127] ppid=15119 vsize=13980732 memory=412628 CPUtime=1.59 cores=1,3,5,7
/proc/15121/task/15127/stat : 15127 (java) S 15119 15119 897 0 -1 1077944384 50542 0 0 0 126 33 0 0 20 0 15 0 71049988 14316269568 113190 18446744073709551615 4194304 4196468 140731980251024 140715994437872 140716515908226 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15128] ppid=15119 vsize=13980732 memory=419808 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15128/stat : 15128 (java) S 15119 15119 897 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 71049989 14316269568 113190 18446744073709551615 4194304 4196468 140731980251024 140715993384096 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15129] ppid=15119 vsize=13980732 memory=405608 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15129/stat : 15129 (java) S 15119 15119 897 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 71049989 14316269568 113190 18446744073709551615 4194304 4196468 140731980251024 140715992330992 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15130] ppid=15119 vsize=13980732 memory=442520 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15130/stat : 15130 (java) S 15119 15119 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71049991 14316269568 113190 18446744073709551615 4194304 4196468 140731980251024 140715991279568 140716515915675 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15131] ppid=15119 vsize=13980732 memory=452760 CPUtime=3.36 cores=1,3,5,7
/proc/15121/task/15131/stat : 15131 (java) S 15119 15119 897 0 -1 1077944384 18440 0 0 0 335 1 0 0 20 0 15 0 71049991 14316269568 113190 18446744073709551615 4194304 4196468 140731980251024 140715990227696 140716515908226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15132] ppid=15119 vsize=13980732 memory=1380 CPUtime=3.29 cores=1,3,5,7
/proc/15121/task/15132/stat : 15132 (java) S 15119 15119 897 0 -1 1077944384 15524 0 0 0 327 2 0 0 20 0 15 0 71049991 14316269568 113190 18446744073709551615 4194304 4196468 140731980251024 140715989175152 140716515908226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15133] ppid=15119 vsize=13980732 memory=436880 CPUtime=0.75 cores=1,3,5,7
/proc/15121/task/15133/stat : 15133 (java) S 15119 15119 897 0 -1 1077944384 10951 0 0 0 73 2 0 0 20 0 15 0 71049991 14316269568 113190 18446744073709551615 4194304 4196468 140731980251024 140715988122096 140716515908226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15134] ppid=15119 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15134/stat : 15134 (java) S 15119 15119 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71049991 14316269568 113190 18446744073709551615 4194304 4196468 140731980251024 140715987069792 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15135] ppid=15119 vsize=13980732 memory=1380 CPUtime=1.19 cores=1,3,5,7
/proc/15121/task/15135/stat : 15135 (java) S 15119 15119 897 0 -1 1077944384 909 0 0 0 52 67 0 0 20 0 15 0 71049996 14316269568 113190 18446744073709551615 4194304 4196468 140731980251024 140715986016816 140716515908226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 454140 KiB

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

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

[startup+2449.31 s]
# the end of solver process 15121 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.62 s, system=5.49519 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+2449.3 s]
/proc/loadavg: 1.27 1.34 1.36 3/215 15353
/proc/meminfo: memFree=30316804/32770624 swapFree=67108860/67108860
[pid=15119] ppid=15116 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/15119/stat : 15119 (xcsp3-exec) S 15116 15119 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 71049977 9740288 345 18446744073709551615 4194304 5098028 140734138943280 140734138941384 139766370071164 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 7319552 140734138945913 140734138946117 140734138946117 140734138949611 0
/proc/15119/statm: 2378 345 289 221 0 87 0
[pid=15121] ppid=15119 vsize=13980732 memory=452760 CPUtime=2520.09 cores=1,3,5,7
/proc/15121/stat : 15121 (java) S 15119 15119 897 0 -1 1077944320 259746 0 0 0 251460 549 0 0 20 0 15 0 71049986 14316269568 113190 18446744073709551615 4194304 4196468 140731980251024 140731980233568 140716515897079 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
/proc/15121/statm: 3495183 113190 3257 1 0 3483476 0
[pid=15121/tid=15122] ppid=15119 vsize=13980732 memory=442520 CPUtime=2425.82 cores=1,3,5,7
/proc/15121/task/15122/stat : 15122 (java) R 15119 15119 897 0 -1 4202560 73772 0 0 0 242563 19 0 0 20 0 15 0 71049986 14316269568 113190 18446744073709551615 4194304 4196468 140731980251024 140716520136480 140716162865086 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15123] ppid=15119 vsize=13980732 memory=442520 CPUtime=21.01 cores=1,3,5,7
/proc/15121/task/15123/stat : 15123 (java) S 15119 15119 897 0 -1 1077944384 22337 0 0 0 1989 112 0 0 20 0 15 0 71049987 14316269568 113190 18446744073709551615 4194304 4196468 140731980251024 140716116364304 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15124] ppid=15119 vsize=13980732 memory=405608 CPUtime=20.97 cores=1,3,5,7
/proc/15121/task/15124/stat : 15124 (java) S 15119 15119 897 0 -1 1077944384 21937 0 0 0 1988 109 0 0 20 0 15 0 71049987 14316269568 113190 18446744073709551615 4194304 4196468 140731980251024 140716115311760 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15125] ppid=15119 vsize=13980732 memory=405580 CPUtime=20.99 cores=1,3,5,7
/proc/15121/task/15125/stat : 15125 (java) S 15119 15119 897 0 -1 1077944384 21157 0 0 0 1987 112 0 0 20 0 15 0 71049987 14316269568 113190 18446744073709551615 4194304 4196468 140731980251024 140716114258704 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15126] ppid=15119 vsize=13980732 memory=1380 CPUtime=21.01 cores=1,3,5,7
/proc/15121/task/15126/stat : 15126 (java) S 15119 15119 897 0 -1 1077944384 22822 0 0 0 1989 112 0 0 20 0 15 0 71049987 14316269568 113190 18446744073709551615 4194304 4196468 140731980251024 140716113206160 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15127] ppid=15119 vsize=13980732 memory=412628 CPUtime=1.59 cores=1,3,5,7
/proc/15121/task/15127/stat : 15127 (java) S 15119 15119 897 0 -1 1077944384 50542 0 0 0 126 33 0 0 20 0 15 0 71049988 14316269568 113190 18446744073709551615 4194304 4196468 140731980251024 140715994437872 140716515908226 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15128] ppid=15119 vsize=13980732 memory=419808 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15128/stat : 15128 (java) S 15119 15119 897 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 71049989 14316269568 113190 18446744073709551615 4194304 4196468 140731980251024 140715993384096 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15129] ppid=15119 vsize=13980732 memory=405608 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15129/stat : 15129 (java) S 15119 15119 897 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 71049989 14316269568 113190 18446744073709551615 4194304 4196468 140731980251024 140715992330992 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15130] ppid=15119 vsize=13980732 memory=442520 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15130/stat : 15130 (java) S 15119 15119 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71049991 14316269568 113190 18446744073709551615 4194304 4196468 140731980251024 140715991279568 140716515915675 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15131] ppid=15119 vsize=13980732 memory=452760 CPUtime=3.36 cores=1,3,5,7
/proc/15121/task/15131/stat : 15131 (java) S 15119 15119 897 0 -1 1077944384 18440 0 0 0 335 1 0 0 20 0 15 0 71049991 14316269568 113190 18446744073709551615 4194304 4196468 140731980251024 140715990227696 140716515908226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15132] ppid=15119 vsize=13980732 memory=1380 CPUtime=3.29 cores=1,3,5,7
/proc/15121/task/15132/stat : 15132 (java) S 15119 15119 897 0 -1 1077944384 15524 0 0 0 327 2 0 0 20 0 15 0 71049991 14316269568 113190 18446744073709551615 4194304 4196468 140731980251024 140715989175152 140716515908226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15133] ppid=15119 vsize=13980732 memory=436880 CPUtime=0.75 cores=1,3,5,7
/proc/15121/task/15133/stat : 15133 (java) S 15119 15119 897 0 -1 1077944384 10951 0 0 0 73 2 0 0 20 0 15 0 71049991 14316269568 113190 18446744073709551615 4194304 4196468 140731980251024 140715988122096 140716515908226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15134] ppid=15119 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/15121/task/15134/stat : 15134 (java) S 15119 15119 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71049991 14316269568 113190 18446744073709551615 4194304 4196468 140731980251024 140715987069792 140716515907285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
[pid=15121/tid=15135] ppid=15119 vsize=13980732 memory=1380 CPUtime=1.19 cores=1,3,5,7
/proc/15121/task/15135/stat : 15135 (java) S 15119 15119 897 0 -1 1077944384 909 0 0 0 52 67 0 0 20 0 15 0 71049996 14316269568 113190 18446744073709551615 4194304 4196468 140731980251024 140715986016816 140716515908226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 14336000 140731980255665 140731980255841 140731980255841 140731980259279 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 454140 KiB

Child status: 143
Real time (s): 2449.31
CPU time (s): 2520.11
CPU user time (s): 2514.62
CPU system time (s): 5.49519
CPU usage (%): 102.891
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 531452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.62
system time used= 5.49519
maximum resident set size= 546036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 260404
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 83258
involuntary context switches= 3610


# summary of solver processes directly reported to runsolver:
#   pid: 15119,15121
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2514.62
#   total CPU system time (s): 5.49519

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3057 second user time and 25.3814 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-14 07:10:47
IDJOB=4272355
IDBENCH=115875
IDSOLVER=2664
FILE ID=node125/4272355-1502688293
RUNJOBID= node125-1502662595-11629
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/ColouredQueens/ColouredQueens-m1-s1/ColouredQueens-14.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4272355-1502688293/watcher-4272355-1502688293 -o /tmp/evaluation-result-4272355-1502688293/solver-4272355-1502688293 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11629 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 515941212 HOME/instance-4272355-1502688293.xml

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

MD5SUM BENCH= eb742fbc5fe115028f4ee34ab4b949cf
RANDOM SEED=515941212

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30845848 kB
MemAvailable:   31786808 kB
Buffers:          292048 kB
Cached:           943240 kB
SwapCached:            0 kB
Active:           901344 kB
Inactive:         592356 kB
Active(anon):     258708 kB
Inactive(anon):    33100 kB
Active(file):     642636 kB
Inactive(file):   559256 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7832 kB
Writeback:             4 kB
AnonPages:        257996 kB
Mapped:            61788 kB
Shmem:             33444 kB
Slab:             135828 kB
SReclaimable:     109804 kB
SUnreclaim:        26024 kB
KernelStack:        3488 kB
PageTables:         5760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1194840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node125 at 2017-08-14 07:51:37