Trace number 4253971

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-07-26)? (TO) 245.06 240.00999

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-15-17.xml
MD5SUM5342dff7930c7d1c2bbf0c6436545580
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark240.009
Satisfiable
(Un)Satisfiability was proved
Number of variables255
Number of constraints14281
Number of domains1
Minimum domain size255
Maximum domain size255
Distribution of domain sizes[{"size":255,"count":255}]
Minimum variable degree226
Maximum variable degree226
Distribution of variable degrees[{"degree":226,"count":255}]
Minimum constraint arity4
Maximum constraint arity255
Distribution of constraint arities[{"arity":4,"count":14280},{"arity":255,"count":1}]
Number of extensional constraints0
Number of intensional constraints14280
Distribution of constraint types[{"type":"intension","count":14280},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.07	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4253971-1501981899.xml"  -tl '264s' -p 1 -x 0
0.00/0.27	c [HOME/instance-4253971-1501981899.xml, -tl, 264s, -p, 1, -x, 0]
0.00/0.33	c simple solver
0.00/0.40	c parse instance...
5.53/2.00	c solve instance...
245.06/240.00	s UNKNOWN
245.06/240.00	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4253971-1501981899/watcher-4253971-1501981899 -o /tmp/evaluation-result-4253971-1501981899/solver-4253971-1501981899 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501978181-12402 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 582085902 HOME/instance-4253971-1501981899.xml 

pid=15341
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.95 2.09 2.00 3/199 15344
/proc/meminfo: memFree=31447724/32770624 swapFree=0/318964
[pid=15344] ppid=15341 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/15344/stat : 15344 (runsolver) D 15341 15344 12039 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 97843077 24240128 108 18446744073709551615 4194304 4338465 140733559238992 140733559236632 140407806919383 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 22343680 140733559246947 140733559247436 140733559247436 140733559250890 0
/proc/15344/statm: 5918 108 54 36 0 2156 0

[startup+0.100198 s]
/proc/loadavg: 1.95 2.09 2.00 3/199 15344
/proc/meminfo: memFree=31447724/32770624 swapFree=0/318964
[pid=15344] ppid=15341 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15344/stat : 15344 (xcsp3-exec) S 15341 15344 12039 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 97843077 9740288 345 18446744073709551615 4194304 5098028 140725787837856 140725787835960 139754472882812 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 36065280 140725787845026 140725787845229 140725787845229 140725787848683 0
/proc/15344/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.20096 s]
/proc/loadavg: 1.95 2.09 2.00 3/199 15344
/proc/meminfo: memFree=31447724/32770624 swapFree=0/318964
[pid=15344] ppid=15341 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15344/stat : 15344 (xcsp3-exec) S 15341 15344 12039 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 97843077 9740288 345 18446744073709551615 4194304 5098028 140725787837856 140725787835960 139754472882812 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 36065280 140725787845026 140725787845229 140725787845229 140725787848683 0
/proc/15344/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300293 s]
/proc/loadavg: 1.95 2.09 2.00 3/199 15344
/proc/meminfo: memFree=31447724/32770624 swapFree=0/318964
[pid=15344] ppid=15341 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15344/stat : 15344 (xcsp3-exec) S 15341 15344 12039 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 97843077 9740288 345 18446744073709551615 4194304 5098028 140725787837856 140725787835960 139754472882812 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 36065280 140725787845026 140725787845229 140725787845229 140725787848683 0
/proc/15344/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.701172 s]
/proc/loadavg: 1.95 2.09 2.00 3/199 15344
/proc/meminfo: memFree=31447724/32770624 swapFree=0/318964
[pid=15344] ppid=15341 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15344/stat : 15344 (xcsp3-exec) S 15341 15344 12039 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 97843077 9740288 345 18446744073709551615 4194304 5098028 140725787837856 140725787835960 139754472882812 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 36065280 140725787845026 140725787845229 140725787845229 140725787848683 0
/proc/15344/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50116 s]
/proc/loadavg: 1.95 2.09 2.00 5/215 15360
/proc/meminfo: memFree=31254316/32770624 swapFree=0/319008
[pid=15344] ppid=15341 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15344/stat : 15344 (xcsp3-exec) S 15341 15344 12039 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 97843077 9740288 345 18446744073709551615 4194304 5098028 140725787837856 140725787835960 139754472882812 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 36065280 140725787845026 140725787845229 140725787845229 140725787848683 0
/proc/15344/statm: 2378 345 289 221 0 87 0
[pid=15346] ppid=15344 vsize=13980732 CPUtime=3.95 cores=0,2,4,6
/proc/15346/stat : 15346 (java) S 15344 15344 12039 0 -1 1077944320 16947 0 0 0 383 12 0 0 20 0 15 0 97843085 14316269568 56789 18446744073709551615 4194304 4196468 140727113881376 140727113863920 140610308443895 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
/proc/15346/statm: 3495183 56789 3214 1 0 3483476 0
[pid=15346/tid=15347] ppid=15344 vsize=13980732 CPUtime=1.3 cores=0,2,4,6
/proc/15346/task/15347/stat : 15347 (java) R 15344 15344 12039 0 -1 4202560 8620 0 0 0 125 5 0 0 20 0 15 0 97843085 14316269568 56789 18446744073709551615 4194304 4196468 140727113881376 140610312680624 140609932319207 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15348] ppid=15344 vsize=13980732 CPUtime=0.02 cores=0,2,4,6
/proc/15346/task/15348/stat : 15348 (java) S 15344 15344 12039 0 -1 1077944384 67 0 0 0 1 1 0 0 20 0 15 0 97843086 14316269568 56789 18446744073709551615 4194304 4196468 140727113881376 140609908644752 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15349] ppid=15344 vsize=13980732 CPUtime=0.02 cores=0,2,4,6
/proc/15346/task/15349/stat : 15349 (java) S 15344 15344 12039 0 -1 1077944384 56 0 0 0 2 0 0 0 20 0 15 0 97843086 14316269568 56789 18446744073709551615 4194304 4196468 140727113881376 140609907591952 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15350] ppid=15344 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/15346/task/15350/stat : 15350 (java) S 15344 15344 12039 0 -1 1077944384 143 0 0 0 1 0 0 0 20 0 15 0 97843086 14316269568 56789 18446744073709551615 4194304 4196468 140727113881376 140609906539664 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15351] ppid=15344 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/15346/task/15351/stat : 15351 (java) S 15344 15344 12039 0 -1 1077944384 87 0 0 0 1 0 0 0 20 0 15 0 97843086 14316269568 56789 18446744073709551615 4194304 4196468 140727113881376 140609905486864 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15352] ppid=15344 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15346/task/15352/stat : 15352 (java) S 15344 15344 12039 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 97843087 14316269568 56789 18446744073709551615 4194304 4196468 140727113881376 140609854204016 140610308455042 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15353] ppid=15344 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15346/task/15353/stat : 15353 (java) S 15344 15344 12039 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97843088 14316269568 56789 18446744073709551615 4194304 4196468 140727113881376 140609853150048 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15354] ppid=15344 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15346/task/15354/stat : 15354 (java) S 15344 15344 12039 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97843088 14316269568 56789 18446744073709551615 4194304 4196468 140727113881376 140609852097664 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15355] ppid=15344 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15346/task/15355/stat : 15355 (java) S 15344 15344 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97843090 14316269568 56789 18446744073709551615 4194304 4196468 140727113881376 140609851045968 140610308462491 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15356] ppid=15344 vsize=13980732 CPUtime=0.97 cores=0,2,4,6
/proc/15346/task/15356/stat : 15356 (java) R 15344 15344 12039 0 -1 4202560 1914 0 0 0 97 0 0 0 20 0 15 0 97843090 14316269568 56789 18446744073709551615 4194304 4196468 140727113881376 140609849981280 140610286460907 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15357] ppid=15344 vsize=13980732 CPUtime=1.02 cores=0,2,4,6
/proc/15346/task/15357/stat : 15357 (java) R 15344 15344 12039 0 -1 4202560 2028 0 0 0 102 0 0 0 20 0 15 0 97843090 14316269568 56789 18446744073709551615 4194304 4196468 140727113881376 140609848927712 140610289143713 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15358] ppid=15344 vsize=13980732 CPUtime=0.5 cores=0,2,4,6
/proc/15346/task/15358/stat : 15358 (java) S 15344 15344 12039 0 -1 1077944384 2653 0 0 0 50 0 0 0 20 0 15 0 97843090 14316269568 56789 18446744073709551615 4194304 4196468 140727113881376 140609780181872 140610308455042 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15359] ppid=15344 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15346/task/15359/stat : 15359 (java) S 15344 15344 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97843090 14316269568 56789 18446744073709551615 4194304 4196468 140727113881376 140609779129312 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15360] ppid=15344 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15346/task/15360/stat : 15360 (java) S 15344 15344 12039 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97843096 14316269568 56789 18446744073709551615 4194304 4196468 140727113881376 140609778076080 140610308455042 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 13990244

[startup+3.10067 s]
/proc/loadavg: 1.95 2.09 2.00 5/215 15360
/proc/meminfo: memFree=31013040/32770624 swapFree=0/319008
[pid=15344] ppid=15341 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15344/stat : 15344 (xcsp3-exec) S 15341 15344 12039 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 97843077 9740288 345 18446744073709551615 4194304 5098028 140725787837856 140725787835960 139754472882812 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 36065280 140725787845026 140725787845229 140725787845229 140725787848683 0
/proc/15344/statm: 2378 345 289 221 0 87 0
[pid=15346] ppid=15344 vsize=13980732 CPUtime=7.27 cores=0,2,4,6
/proc/15346/stat : 15346 (java) S 15344 15344 12039 0 -1 1077944320 18738 0 0 0 704 23 0 0 20 0 15 0 97843085 14316269568 102718 18446744073709551615 4194304 4196468 140727113881376 140727113863920 140610308443895 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
/proc/15346/statm: 3495183 102718 3231 1 0 3483476 0
[pid=15346/tid=15347] ppid=15344 vsize=13980732 CPUtime=2.83 cores=0,2,4,6
/proc/15346/task/15347/stat : 15347 (java) R 15344 15344 12039 0 -1 4202560 8806 0 0 0 276 7 0 0 20 0 15 0 97843085 14316269568 102718 18446744073709551615 4194304 4196468 140727113881376 140610312682168 140609938370392 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15348] ppid=15344 vsize=13980732 CPUtime=0.09 cores=0,2,4,6
/proc/15346/task/15348/stat : 15348 (java) S 15344 15344 12039 0 -1 1077944384 97 0 0 0 6 3 0 0 20 0 15 0 97843086 14316269568 102718 18446744073709551615 4194304 4196468 140727113881376 140609908644752 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15349] ppid=15344 vsize=13980732 CPUtime=0.08 cores=0,2,4,6
/proc/15346/task/15349/stat : 15349 (java) S 15344 15344 12039 0 -1 1077944384 87 0 0 0 6 2 0 0 20 0 15 0 97843086 14316269568 102718 18446744073709551615 4194304 4196468 140727113881376 140609907591952 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15350] ppid=15344 vsize=13980732 CPUtime=0.09 cores=0,2,4,6
/proc/15346/task/15350/stat : 15350 (java) S 15344 15344 12039 0 -1 1077944384 175 0 0 0 6 3 0 0 20 0 15 0 97843086 14316269568 102718 18446744073709551615 4194304 4196468 140727113881376 140609906539664 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15351] ppid=15344 vsize=13980732 CPUtime=0.08 cores=0,2,4,6
/proc/15346/task/15351/stat : 15351 (java) S 15344 15344 12039 0 -1 1077944384 148 0 0 0 6 2 0 0 20 0 15 0 97843086 14316269568 102718 18446744073709551615 4194304 4196468 140727113881376 140609905486864 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15352] ppid=15344 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15346/task/15352/stat : 15352 (java) D 15344 15344 12039 0 -1 4202560 209 0 0 0 0 0 0 0 20 0 15 0 97843087 14316269568 102718 18446744073709551615 4194304 4196468 140727113881376 140609854203936 140610293656173 0 0 1 16800974 18446744072100990085 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15353] ppid=15344 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15346/task/15353/stat : 15353 (java) S 15344 15344 12039 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97843088 14316269568 102718 18446744073709551615 4194304 4196468 140727113881376 140609853150048 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15354] ppid=15344 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15346/task/15354/stat : 15354 (java) S 15344 15344 12039 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97843088 14316269568 102718 18446744073709551615 4194304 4196468 140727113881376 140609852097664 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15355] ppid=15344 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15346/task/15355/stat : 15355 (java) S 15344 15344 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97843090 14316269568 102718 18446744073709551615 4194304 4196468 140727113881376 140609851045968 140610308462491 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15356] ppid=15344 vsize=13980732 CPUtime=1.81 cores=0,2,4,6
/proc/15346/task/15356/stat : 15356 (java) S 15344 15344 12039 0 -1 1077944384 2948 0 0 0 180 1 0 0 20 0 15 0 97843090 14316269568 102718 18446744073709551615 4194304 4196468 140727113881376 140609849993840 140610308455042 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15357] ppid=15344 vsize=13980732 CPUtime=1.6 cores=0,2,4,6
/proc/15346/task/15357/stat : 15357 (java) S 15344 15344 12039 0 -1 1077944384 2151 0 0 0 159 1 0 0 20 0 15 0 97843090 14316269568 102718 18446744073709551615 4194304 4196468 140727113881376 140609848941040 140610308455042 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15358] ppid=15344 vsize=13980732 CPUtime=0.61 cores=0,2,4,6
/proc/15346/task/15358/stat : 15358 (java) D 15344 15344 12039 0 -1 4202560 2821 0 0 0 60 1 0 0 20 0 15 0 97843090 14316269568 102718 18446744073709551615 4194304 4196468 140727113881376 140609780182168 140610288368031 0 4 1 16800974 18446744072100990085 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15359] ppid=15344 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15346/task/15359/stat : 15359 (java) S 15344 15344 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97843090 14316269568 102718 18446744073709551615 4194304 4196468 140727113881376 140609779129312 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15360] ppid=15344 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15346/task/15360/stat : 15360 (java) D 15344 15344 12039 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 15 0 97843096 14316269568 102718 18446744073709551615 4194304 4196468 140727113881376 140609778076000 140610293299982 0 4 1 16800974 18446744072100990085 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
Current children cumulated CPU time (s) 7.27
Current children cumulated vsize (KiB) 13990244

[startup+6.30069 s]
/proc/loadavg: 1.95 2.08 2.00 3/215 15360
/proc/meminfo: memFree=30880956/32770624 swapFree=0/319020
[pid=15344] ppid=15341 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15344/stat : 15344 (xcsp3-exec) S 15341 15344 12039 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 97843077 9740288 345 18446744073709551615 4194304 5098028 140725787837856 140725787835960 139754472882812 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 36065280 140725787845026 140725787845229 140725787845229 140725787848683 0
/proc/15344/statm: 2378 345 289 221 0 87 0
[pid=15346] ppid=15344 vsize=13980732 CPUtime=10.61 cores=0,2,4,6
/proc/15346/stat : 15346 (java) S 15344 15344 12039 0 -1 1077944320 22212 0 0 0 1034 27 0 0 20 0 15 0 97843085 14316269568 109640 18446744073709551615 4194304 4196468 140727113881376 140727113863920 140610308443895 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
/proc/15346/statm: 3495183 109640 3231 1 0 3483476 0
[pid=15346/tid=15347] ppid=15344 vsize=13980732 CPUtime=5.99 cores=0,2,4,6
/proc/15346/task/15347/stat : 15347 (java) R 15344 15344 12039 0 -1 4202560 9266 0 0 0 592 7 0 0 20 0 15 0 97843085 14316269568 109640 18446744073709551615 4194304 4196468 140727113881376 140610312682728 140609938324872 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15348] ppid=15344 vsize=13980732 CPUtime=0.13 cores=0,2,4,6
/proc/15346/task/15348/stat : 15348 (java) S 15344 15344 12039 0 -1 1077944384 290 0 0 0 9 4 0 0 20 0 15 0 97843086 14316269568 109640 18446744073709551615 4194304 4196468 140727113881376 140609908644752 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15349] ppid=15344 vsize=13980732 CPUtime=0.12 cores=0,2,4,6
/proc/15346/task/15349/stat : 15349 (java) S 15344 15344 12039 0 -1 1077944384 114 0 0 0 9 3 0 0 20 0 15 0 97843086 14316269568 109640 18446744073709551615 4194304 4196468 140727113881376 140609907591952 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15350] ppid=15344 vsize=13980732 CPUtime=0.13 cores=0,2,4,6
/proc/15346/task/15350/stat : 15350 (java) S 15344 15344 12039 0 -1 1077944384 521 0 0 0 9 4 0 0 20 0 15 0 97843086 14316269568 109640 18446744073709551615 4194304 4196468 140727113881376 140609906539664 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15351] ppid=15344 vsize=13980732 CPUtime=0.12 cores=0,2,4,6
/proc/15346/task/15351/stat : 15351 (java) S 15344 15344 12039 0 -1 1077944384 1010 0 0 0 9 3 0 0 20 0 15 0 97843086 14316269568 109640 18446744073709551615 4194304 4196468 140727113881376 140609905486864 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15352] ppid=15344 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15346/task/15352/stat : 15352 (java) S 15344 15344 12039 0 -1 1077944384 413 0 0 0 0 0 0 0 20 0 15 0 97843087 14316269568 109640 18446744073709551615 4194304 4196468 140727113881376 140609854204016 140610308455042 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 24 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15353] ppid=15344 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15346/task/15353/stat : 15353 (java) S 15344 15344 12039 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 97843088 14316269568 109640 18446744073709551615 4194304 4196468 140727113881376 140609853150048 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15354] ppid=15344 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15346/task/15354/stat : 15354 (java) S 15344 15344 12039 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97843088 14316269568 109640 18446744073709551615 4194304 4196468 140727113881376 140609852097664 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15355] ppid=15344 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15346/task/15355/stat : 15355 (java) S 15344 15344 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97843090 14316269568 109640 18446744073709551615 4194304 4196468 140727113881376 140609851045968 140610308462491 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15356] ppid=15344 vsize=13980732 CPUtime=1.81 cores=0,2,4,6
/proc/15346/task/15356/stat : 15356 (java) S 15344 15344 12039 0 -1 1077944384 3034 0 0 0 180 1 0 0 20 0 15 0 97843090 14316269568 109640 18446744073709551615 4194304 4196468 140727113881376 140609849993840 140610308455042 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15357] ppid=15344 vsize=13980732 CPUtime=1.6 cores=0,2,4,6
/proc/15346/task/15357/stat : 15357 (java) S 15344 15344 12039 0 -1 1077944384 2154 0 0 0 159 1 0 0 20 0 15 0 97843090 14316269568 109640 18446744073709551615 4194304 4196468 140727113881376 140609848941040 140610308455042 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15358] ppid=15344 vsize=13980732 CPUtime=0.63 cores=0,2,4,6
/proc/15346/task/15358/stat : 15358 (java) S 15344 15344 12039 0 -1 1077944384 3651 0 0 0 62 1 0 0 20 0 15 0 97843090 14316269568 109640 18446744073709551615 4194304 4196468 140727113881376 140609780181872 140610308455042 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15359] ppid=15344 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15346/task/15359/stat : 15359 (java) S 15344 15344 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97843090 14316269568 109640 18446744073709551615 4194304 4196468 140727113881376 140609779129312 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15360] ppid=15344 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15346/task/15360/stat : 15360 (java) S 15344 15344 12039 0 -1 1077944384 459 0 0 0 0 0 0 0 20 0 15 0 97843096 14316269568 109640 18446744073709551615 4194304 4196468 140727113881376 140609778076080 140610308455042 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 21 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
Current children cumulated CPU time (s) 10.61
Current children cumulated vsize (KiB) 13990244

[startup+12.7007 s]
/proc/loadavg: 1.96 2.08 2.00 3/215 15360
/proc/meminfo: memFree=30362368/32770624 swapFree=0/319020
[pid=15344] ppid=15341 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15344/stat : 15344 (xcsp3-exec) S 15341 15344 12039 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 97843077 9740288 345 18446744073709551615 4194304 5098028 140725787837856 140725787835960 139754472882812 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 36065280 140725787845026 140725787845229 140725787845229 140725787848683 0
/proc/15344/statm: 2378 345 289 221 0 87 0
[pid=15346] ppid=15344 vsize=13980732 CPUtime=17.12 cores=0,2,4,6
/proc/15346/stat : 15346 (java) S 15344 15344 12039 0 -1 1077944320 24456 0 0 0 1679 33 0 0 20 0 15 0 97843085 14316269568 169217 18446744073709551615 4194304 4196468 140727113881376 140727113863920 140610308443895 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
/proc/15346/statm: 3495183 169217 3231 1 0 3483476 0
[pid=15346/tid=15347] ppid=15344 vsize=13980732 CPUtime=12.36 cores=0,2,4,6
/proc/15346/task/15347/stat : 15347 (java) R 15344 15344 12039 0 -1 4202560 10210 0 0 0 1225 11 0 0 20 0 15 0 97843085 14316269568 169217 18446744073709551615 4194304 4196468 140727113881376 140610312680320 140609938324872 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15348] ppid=15344 vsize=13980732 CPUtime=0.15 cores=0,2,4,6
/proc/15346/task/15348/stat : 15348 (java) S 15344 15344 12039 0 -1 1077944384 307 0 0 0 11 4 0 0 20 0 15 0 97843086 14316269568 169217 18446744073709551615 4194304 4196468 140727113881376 140609908644752 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15349] ppid=15344 vsize=13980732 CPUtime=0.15 cores=0,2,4,6
/proc/15346/task/15349/stat : 15349 (java) S 15344 15344 12039 0 -1 1077944384 123 0 0 0 11 4 0 0 20 0 15 0 97843086 14316269568 169217 18446744073709551615 4194304 4196468 140727113881376 140609907591952 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0

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

[pid=15346/tid=15353] ppid=15344 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15346/task/15353/stat : 15353 (java) S 15344 15344 12039 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 97843088 14316269568 553317 18446744073709551615 4194304 4196468 140727113881376 140609853150048 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15354] ppid=15344 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15346/task/15354/stat : 15354 (java) S 15344 15344 12039 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97843088 14316269568 553317 18446744073709551615 4194304 4196468 140727113881376 140609852097664 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15355] ppid=15344 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15346/task/15355/stat : 15355 (java) S 15344 15344 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97843090 14316269568 553317 18446744073709551615 4194304 4196468 140727113881376 140609851045968 140610308462491 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15356] ppid=15344 vsize=13980732 CPUtime=1.91 cores=0,2,4,6
/proc/15346/task/15356/stat : 15356 (java) S 15344 15344 12039 0 -1 1077944384 7642 0 0 0 190 1 0 0 20 0 15 0 97843090 14316269568 553317 18446744073709551615 4194304 4196468 140727113881376 140609849993840 140610308455042 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15357] ppid=15344 vsize=13980732 CPUtime=1.7 cores=0,2,4,6
/proc/15346/task/15357/stat : 15357 (java) S 15344 15344 12039 0 -1 1077944384 4980 0 0 0 169 1 0 0 20 0 15 0 97843090 14316269568 553317 18446744073709551615 4194304 4196468 140727113881376 140609848941040 140610308455042 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15358] ppid=15344 vsize=13980732 CPUtime=0.65 cores=0,2,4,6
/proc/15346/task/15358/stat : 15358 (java) S 15344 15344 12039 0 -1 1077944384 4863 0 0 0 64 1 0 0 20 0 15 0 97843090 14316269568 553317 18446744073709551615 4194304 4196468 140727113881376 140609780181872 140610308455042 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15359] ppid=15344 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15346/task/15359/stat : 15359 (java) S 15344 15344 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97843090 14316269568 553317 18446744073709551615 4194304 4196468 140727113881376 140609779129312 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15360] ppid=15344 vsize=13980732 CPUtime=0.05 cores=0,2,4,6
/proc/15346/task/15360/stat : 15360 (java) S 15344 15344 12039 0 -1 1077944384 614 0 0 0 3 2 0 0 20 0 15 0 97843096 14316269568 553317 18446744073709551615 4194304 4196468 140727113881376 140609778076080 140610308455042 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 22 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
Current children cumulated CPU time (s) 107.21
Current children cumulated vsize (KiB) 13990244

[startup+162.301 s]
/proc/loadavg: 2.01 2.06 2.01 3/215 15367
/proc/meminfo: memFree=27778816/32770624 swapFree=0/319112
[pid=15344] ppid=15341 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15344/stat : 15344 (xcsp3-exec) S 15341 15344 12039 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 97843077 9740288 345 18446744073709551615 4194304 5098028 140725787837856 140725787835960 139754472882812 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 36065280 140725787845026 140725787845229 140725787845229 140725787848683 0
/proc/15344/statm: 2378 345 289 221 0 87 0
[pid=15346] ppid=15344 vsize=13980732 CPUtime=167.3 cores=0,2,4,6
/proc/15346/stat : 15346 (java) S 15344 15344 12039 0 -1 1077944320 48935 0 0 0 16651 79 0 0 20 0 15 0 97843085 14316269568 742255 18446744073709551615 4194304 4196468 140727113881376 140727113863920 140610308443895 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
/proc/15346/statm: 3495183 742255 3236 1 0 3483476 0
[pid=15346/tid=15347] ppid=15344 vsize=13980732 CPUtime=161.84 cores=0,2,4,6
/proc/15346/task/15347/stat : 15347 (java) R 15344 15344 12039 0 -1 4202560 20883 0 0 0 16140 44 0 0 20 0 15 0 97843085 14316269568 742255 18446744073709551615 4194304 4196468 140727113881376 140610312680720 140609938370392 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15348] ppid=15344 vsize=13980732 CPUtime=0.23 cores=0,2,4,6
/proc/15346/task/15348/stat : 15348 (java) S 15344 15344 12039 0 -1 1077944384 930 0 0 0 17 6 0 0 20 0 15 0 97843086 14316269568 742255 18446744073709551615 4194304 4196468 140727113881376 140609908644752 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15349] ppid=15344 vsize=13980732 CPUtime=0.24 cores=0,2,4,6
/proc/15346/task/15349/stat : 15349 (java) S 15344 15344 12039 0 -1 1077944384 394 0 0 0 18 6 0 0 20 0 15 0 97843086 14316269568 742255 18446744073709551615 4194304 4196468 140727113881376 140609907591952 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15350] ppid=15344 vsize=13980732 CPUtime=0.23 cores=0,2,4,6
/proc/15346/task/15350/stat : 15350 (java) S 15344 15344 12039 0 -1 1077944384 924 0 0 0 17 6 0 0 20 0 15 0 97843086 14316269568 742255 18446744073709551615 4194304 4196468 140727113881376 140609906539664 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15351] ppid=15344 vsize=13980732 CPUtime=0.24 cores=0,2,4,6
/proc/15346/task/15351/stat : 15351 (java) S 15344 15344 12039 0 -1 1077944384 3362 0 0 0 18 6 0 0 20 0 15 0 97843086 14316269568 742255 18446744073709551615 4194304 4196468 140727113881376 140609905486864 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15352] ppid=15344 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/15346/task/15352/stat : 15352 (java) S 15344 15344 12039 0 -1 1077944384 2424 0 0 0 1 0 0 0 20 0 15 0 97843087 14316269568 742255 18446744073709551615 4194304 4196468 140727113881376 140609854204016 140610308455042 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 24 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15353] ppid=15344 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15346/task/15353/stat : 15353 (java) S 15344 15344 12039 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 97843088 14316269568 742255 18446744073709551615 4194304 4196468 140727113881376 140609853150048 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15354] ppid=15344 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15346/task/15354/stat : 15354 (java) S 15344 15344 12039 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97843088 14316269568 742255 18446744073709551615 4194304 4196468 140727113881376 140609852097664 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15355] ppid=15344 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15346/task/15355/stat : 15355 (java) S 15344 15344 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97843090 14316269568 742255 18446744073709551615 4194304 4196468 140727113881376 140609851045968 140610308462491 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15356] ppid=15344 vsize=13980732 CPUtime=1.94 cores=0,2,4,6
/proc/15346/task/15356/stat : 15356 (java) S 15344 15344 12039 0 -1 1077944384 8063 0 0 0 193 1 0 0 20 0 15 0 97843090 14316269568 742255 18446744073709551615 4194304 4196468 140727113881376 140609849993840 140610308455042 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15357] ppid=15344 vsize=13980732 CPUtime=1.71 cores=0,2,4,6
/proc/15346/task/15357/stat : 15357 (java) S 15344 15344 12039 0 -1 1077944384 5171 0 0 0 170 1 0 0 20 0 15 0 97843090 14316269568 742255 18446744073709551615 4194304 4196468 140727113881376 140609848941040 140610308455042 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15358] ppid=15344 vsize=13980732 CPUtime=0.65 cores=0,2,4,6
/proc/15346/task/15358/stat : 15358 (java) S 15344 15344 12039 0 -1 1077944384 4863 0 0 0 64 1 0 0 20 0 15 0 97843090 14316269568 742255 18446744073709551615 4194304 4196468 140727113881376 140609780181872 140610308455042 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15359] ppid=15344 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15346/task/15359/stat : 15359 (java) S 15344 15344 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97843090 14316269568 742255 18446744073709551615 4194304 4196468 140727113881376 140609779129312 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15360] ppid=15344 vsize=13980732 CPUtime=0.09 cores=0,2,4,6
/proc/15346/task/15360/stat : 15360 (java) S 15344 15344 12039 0 -1 1077944384 621 0 0 0 5 4 0 0 20 0 15 0 97843096 14316269568 742255 18446744073709551615 4194304 4196468 140727113881376 140609778076080 140610308455042 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 22 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
Current children cumulated CPU time (s) 167.3
Current children cumulated vsize (KiB) 13990244

[startup+222.307 s]
/proc/loadavg: 2.04 2.07 2.01 3/219 15384
/proc/meminfo: memFree=27264932/32770624 swapFree=0/319168
[pid=15344] ppid=15341 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15344/stat : 15344 (xcsp3-exec) S 15341 15344 12039 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 97843077 9740288 345 18446744073709551615 4194304 5098028 140725787837856 140725787835960 139754472882812 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 36065280 140725787845026 140725787845229 140725787845229 140725787848683 0
/proc/15344/statm: 2378 345 289 221 0 87 0
[pid=15346] ppid=15344 vsize=13980732 CPUtime=227.35 cores=0,2,4,6
/proc/15346/stat : 15346 (java) S 15344 15344 12039 0 -1 1077944320 51416 0 0 0 22648 87 0 0 20 0 15 0 97843085 14316269568 862163 18446744073709551615 4194304 4196468 140727113881376 140727113863920 140610308443895 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
/proc/15346/statm: 3495183 862163 3236 1 0 3483476 0
[pid=15346/tid=15347] ppid=15344 vsize=13980732 CPUtime=221.84 cores=0,2,4,6
/proc/15346/task/15347/stat : 15347 (java) R 15344 15344 12039 0 -1 4202560 22393 0 0 0 22133 51 0 0 20 0 15 0 97843085 14316269568 862163 18446744073709551615 4194304 4196468 140727113881376 140610312683000 140609938370460 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15348] ppid=15344 vsize=13980732 CPUtime=0.23 cores=0,2,4,6
/proc/15346/task/15348/stat : 15348 (java) S 15344 15344 12039 0 -1 1077944384 1041 0 0 0 17 6 0 0 20 0 15 0 97843086 14316269568 862163 18446744073709551615 4194304 4196468 140727113881376 140609908644752 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15349] ppid=15344 vsize=13980732 CPUtime=0.24 cores=0,2,4,6
/proc/15346/task/15349/stat : 15349 (java) S 15344 15344 12039 0 -1 1077944384 597 0 0 0 18 6 0 0 20 0 15 0 97843086 14316269568 862163 18446744073709551615 4194304 4196468 140727113881376 140609907591952 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15350] ppid=15344 vsize=13980732 CPUtime=0.24 cores=0,2,4,6
/proc/15346/task/15350/stat : 15350 (java) S 15344 15344 12039 0 -1 1077944384 1110 0 0 0 18 6 0 0 20 0 15 0 97843086 14316269568 862163 18446744073709551615 4194304 4196468 140727113881376 140609906539664 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15351] ppid=15344 vsize=13980732 CPUtime=0.24 cores=0,2,4,6
/proc/15346/task/15351/stat : 15351 (java) S 15344 15344 12039 0 -1 1077944384 3576 0 0 0 18 6 0 0 20 0 15 0 97843086 14316269568 862163 18446744073709551615 4194304 4196468 140727113881376 140609905486864 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15352] ppid=15344 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/15346/task/15352/stat : 15352 (java) S 15344 15344 12039 0 -1 1077944384 2447 0 0 0 1 0 0 0 20 0 15 0 97843087 14316269568 862163 18446744073709551615 4194304 4196468 140727113881376 140609854204016 140610308455042 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 24 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15353] ppid=15344 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15346/task/15353/stat : 15353 (java) S 15344 15344 12039 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 97843088 14316269568 862163 18446744073709551615 4194304 4196468 140727113881376 140609853150048 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15354] ppid=15344 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15346/task/15354/stat : 15354 (java) S 15344 15344 12039 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97843088 14316269568 862163 18446744073709551615 4194304 4196468 140727113881376 140609852097664 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15355] ppid=15344 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15346/task/15355/stat : 15355 (java) S 15344 15344 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97843090 14316269568 862163 18446744073709551615 4194304 4196468 140727113881376 140609851045968 140610308462491 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15356] ppid=15344 vsize=13980732 CPUtime=1.94 cores=0,2,4,6
/proc/15346/task/15356/stat : 15356 (java) S 15344 15344 12039 0 -1 1077944384 8070 0 0 0 193 1 0 0 20 0 15 0 97843090 14316269568 862163 18446744073709551615 4194304 4196468 140727113881376 140609849993840 140610308455042 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15357] ppid=15344 vsize=13980732 CPUtime=1.71 cores=0,2,4,6
/proc/15346/task/15357/stat : 15357 (java) S 15344 15344 12039 0 -1 1077944384 5174 0 0 0 170 1 0 0 20 0 15 0 97843090 14316269568 862163 18446744073709551615 4194304 4196468 140727113881376 140609848941040 140610308455042 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15358] ppid=15344 vsize=13980732 CPUtime=0.66 cores=0,2,4,6
/proc/15346/task/15358/stat : 15358 (java) S 15344 15344 12039 0 -1 1077944384 5063 0 0 0 65 1 0 0 20 0 15 0 97843090 14316269568 862163 18446744073709551615 4194304 4196468 140727113881376 140609780181872 140610308455042 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15359] ppid=15344 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15346/task/15359/stat : 15359 (java) S 15344 15344 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97843090 14316269568 862163 18446744073709551615 4194304 4196468 140727113881376 140609779129312 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15360] ppid=15344 vsize=13980732 CPUtime=0.13 cores=0,2,4,6
/proc/15346/task/15360/stat : 15360 (java) S 15344 15344 12039 0 -1 1077944384 645 0 0 0 7 6 0 0 20 0 15 0 97843096 14316269568 862163 18446744073709551615 4194304 4196468 140727113881376 140609778076080 140610308455042 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 22 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
Current children cumulated CPU time (s) 227.35
Current children cumulated vsize (KiB) 13990244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.11 2.08 2.02 2/202 15440
/proc/meminfo: memFree=28183284/32770624 swapFree=0/319200
[pid=15344] ppid=15341 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15344/stat : 15344 (xcsp3-exec) S 15341 15344 12039 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 97843077 9740288 345 18446744073709551615 4194304 5098028 140725787837856 140725787835960 139754472882812 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 36065280 140725787845026 140725787845229 140725787845229 140725787848683 0
/proc/15344/statm: 2378 345 289 221 0 87 0
[pid=15346] ppid=15344 vsize=13980732 CPUtime=245.06 cores=0,2,4,6
/proc/15346/stat : 15346 (java) S 15344 15344 12039 0 -1 1077944320 53864 0 0 0 24417 89 0 0 20 0 15 0 97843085 14316269568 862391 18446744073709551615 4194304 4196468 140727113881376 140727113863920 140610308443895 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
/proc/15346/statm: 3495183 862391 3236 1 0 3483476 0
[pid=15346/tid=15347] ppid=15344 vsize=13980732 CPUtime=239.53 cores=0,2,4,6
/proc/15346/task/15347/stat : 15347 (java) R 15344 15344 12039 0 -1 4202560 23089 0 0 0 23901 52 0 0 20 0 15 0 97843085 14316269568 862391 18446744073709551615 4194304 4196468 140727113881376 140610312683776 140609938325302 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15348] ppid=15344 vsize=13980732 CPUtime=0.23 cores=0,2,4,6
/proc/15346/task/15348/stat : 15348 (java) S 15344 15344 12039 0 -1 1077944384 1281 0 0 0 17 6 0 0 20 0 15 0 97843086 14316269568 862391 18446744073709551615 4194304 4196468 140727113881376 140609908644752 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15349] ppid=15344 vsize=13980732 CPUtime=0.24 cores=0,2,4,6
/proc/15346/task/15349/stat : 15349 (java) S 15344 15344 12039 0 -1 1077944384 795 0 0 0 18 6 0 0 20 0 15 0 97843086 14316269568 862391 18446744073709551615 4194304 4196468 140727113881376 140609907591952 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15350] ppid=15344 vsize=13980732 CPUtime=0.24 cores=0,2,4,6
/proc/15346/task/15350/stat : 15350 (java) S 15344 15344 12039 0 -1 1077944384 1703 0 0 0 18 6 0 0 20 0 15 0 97843086 14316269568 862391 18446744073709551615 4194304 4196468 140727113881376 140609906539664 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15351] ppid=15344 vsize=13980732 CPUtime=0.24 cores=0,2,4,6
/proc/15346/task/15351/stat : 15351 (java) S 15344 15344 12039 0 -1 1077944384 4100 0 0 0 18 6 0 0 20 0 15 0 97843086 14316269568 862391 18446744073709551615 4194304 4196468 140727113881376 140609905486864 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15352] ppid=15344 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/15346/task/15352/stat : 15352 (java) S 15344 15344 12039 0 -1 1077944384 2644 0 0 0 1 0 0 0 20 0 15 0 97843087 14316269568 862391 18446744073709551615 4194304 4196468 140727113881376 140609854204016 140610308455042 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 24 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15353] ppid=15344 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15346/task/15353/stat : 15353 (java) S 15344 15344 12039 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 97843088 14316269568 862391 18446744073709551615 4194304 4196468 140727113881376 140609853150048 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15354] ppid=15344 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15346/task/15354/stat : 15354 (java) S 15344 15344 12039 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97843088 14316269568 862391 18446744073709551615 4194304 4196468 140727113881376 140609852097664 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15355] ppid=15344 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15346/task/15355/stat : 15355 (java) S 15344 15344 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97843090 14316269568 862391 18446744073709551615 4194304 4196468 140727113881376 140609851045968 140610308462491 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15356] ppid=15344 vsize=13980732 CPUtime=1.95 cores=0,2,4,6
/proc/15346/task/15356/stat : 15356 (java) S 15344 15344 12039 0 -1 1077944384 8070 0 0 0 194 1 0 0 20 0 15 0 97843090 14316269568 862391 18446744073709551615 4194304 4196468 140727113881376 140609849993840 140610308455042 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15357] ppid=15344 vsize=13980732 CPUtime=1.71 cores=0,2,4,6
/proc/15346/task/15357/stat : 15357 (java) S 15344 15344 12039 0 -1 1077944384 5174 0 0 0 170 1 0 0 20 0 15 0 97843090 14316269568 862391 18446744073709551615 4194304 4196468 140727113881376 140609848941040 140610308455042 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15358] ppid=15344 vsize=13980732 CPUtime=0.66 cores=0,2,4,6
/proc/15346/task/15358/stat : 15358 (java) S 15344 15344 12039 0 -1 1077944384 5063 0 0 0 65 1 0 0 20 0 15 0 97843090 14316269568 862391 18446744073709551615 4194304 4196468 140727113881376 140609780181872 140610308455042 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15359] ppid=15344 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15346/task/15359/stat : 15359 (java) S 15344 15344 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97843090 14316269568 862391 18446744073709551615 4194304 4196468 140727113881376 140609779129312 140610308454101 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
[pid=15346/tid=15360] ppid=15344 vsize=13980732 CPUtime=0.14 cores=0,2,4,6
/proc/15346/task/15360/stat : 15360 (java) S 15344 15344 12039 0 -1 1077944384 645 0 0 0 8 6 0 0 20 0 15 0 97843096 14316269568 862391 18446744073709551615 4194304 4196468 140727113881376 140609778076080 140610308455042 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 22 0 0 6293624 6294260 35241984 140727113888218 140727113888393 140727113888393 140727113891791 0
Current children cumulated CPU time (s) 245.06
Current children cumulated vsize (KiB) 13990244

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 15346 sig 9
??? kill 15344 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15344 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=940
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=940
# CPU time returned by wait4() is 0.00188
# while last known CPU time is 245.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 240.01
CPU time (s): 245.06
CPU user time (s): 244.17
CPU system time (s): 0.89
CPU usage (%): 102.104
Max. virtual memory (cumulated for all children) (KiB): 13990244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.00094
system time used= 0.00094
maximum resident set size= 1384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 510
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 1

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.18865 second user time and 1.54465 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-06 02:57:18
IDJOB=4253971
IDBENCH=139752
IDSOLVER=2635
FILE ID=node132/4253971-1501981899
RUNJOBID= node132-1501978181-12402
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-15-17.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-4253971-1501981899/watcher-4253971-1501981899 -o /tmp/evaluation-result-4253971-1501981899/solver-4253971-1501981899 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501978181-12402 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 582085902 HOME/instance-4253971-1501981899.xml

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

MD5SUM BENCH= 5342dff7930c7d1c2bbf0c6436545580
RANDOM SEED=582085902

node132.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.74
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.74
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.74
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.74
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:        31448364 kB
MemAvailable:   31807100 kB
Buffers:          182736 kB
Cached:           477264 kB
SwapCached:            0 kB
Active:           553240 kB
Inactive:         351592 kB
Active(anon):     245652 kB
Inactive(anon):    32628 kB
Active(file):     307588 kB
Inactive(file):   318964 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             16300 kB
Writeback:             0 kB
AnonPages:        244308 kB
Mapped:            58416 kB
Shmem:             33468 kB
Slab:             122448 kB
SReclaimable:      96040 kB
SUnreclaim:        26408 kB
KernelStack:        3504 kB
PageTables:         5412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1395540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62016 MiB
End job on node132 at 2017-08-06 03:01:18