Trace number 4253972

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.87 240.02299

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-16-18.xml
MD5SUMdd156cd3c4e4f48d7499665f65319a51
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 benchmark253.7
Satisfiable
(Un)Satisfiability was proved
Number of variables288
Number of constraints18361
Number of domains1
Minimum domain size288
Maximum domain size288
Distribution of domain sizes[{"size":288,"count":288}]
Minimum variable degree257
Maximum variable degree257
Distribution of variable degrees[{"degree":257,"count":288}]
Minimum constraint arity4
Maximum constraint arity288
Distribution of constraint arities[{"arity":4,"count":18360},{"arity":288,"count":1}]
Number of extensional constraints0
Number of intensional constraints18360
Distribution of constraint types[{"type":"intension","count":18360},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4253972-1501982139.xml"  -tl '264s' -p 1 -x 0
0.00/0.31	c [HOME/instance-4253972-1501982139.xml, -tl, 264s, -p, 1, -x, 0]
0.00/0.37	c simple solver
0.00/0.43	c parse instance...
5.82/2.19	c solve instance...
245.87/240.00	s UNKNOWN
245.87/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-4253972-1501982139/watcher-4253972-1501982139 -o /tmp/evaluation-result-4253972-1501982139/solver-4253972-1501982139 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501978181-12403 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 2117234066 HOME/instance-4253972-1501982139.xml 

pid=15503
running on 4 cores: 1,3,5,7

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: 2.26 2.11 2.03 1/186 15506
/proc/meminfo: memFree=31628032/32770624 swapFree=0/319176
[pid=15506] ppid=15503 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/15506/stat : 15506 (runsolver) D 15503 15506 12039 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 97867154 24240128 106 18446744073709551615 4194304 4338465 140724683709472 140724683707112 139903698055895 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 9318400 140724683714658 140724683715148 140724683715148 140724683718602 0
/proc/15506/statm: 5918 106 53 36 0 2156 0

[startup+0.100143 s]
/proc/loadavg: 2.26 2.11 2.03 1/186 15506
/proc/meminfo: memFree=31628032/32770624 swapFree=0/319176
[pid=15506] ppid=15503 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/15506/stat : 15506 (xcsp3-exec) S 15503 15506 12039 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 97867154 9740288 345 18446744073709551615 4194304 5098028 140722574645808 140722574643912 140120530997884 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 30253056 140722574647713 140722574647917 140722574647917 140722574651371 0
/proc/15506/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200328 s]
/proc/loadavg: 2.26 2.11 2.03 1/186 15506
/proc/meminfo: memFree=31628032/32770624 swapFree=0/319176
[pid=15506] ppid=15503 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/15506/stat : 15506 (xcsp3-exec) S 15503 15506 12039 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 97867154 9740288 345 18446744073709551615 4194304 5098028 140722574645808 140722574643912 140120530997884 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 30253056 140722574647713 140722574647917 140722574647917 140722574651371 0
/proc/15506/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300353 s]
/proc/loadavg: 2.26 2.11 2.03 1/186 15506
/proc/meminfo: memFree=31628032/32770624 swapFree=0/319176
[pid=15506] ppid=15503 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/15506/stat : 15506 (xcsp3-exec) S 15503 15506 12039 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 97867154 9740288 345 18446744073709551615 4194304 5098028 140722574645808 140722574643912 140120530997884 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 30253056 140722574647713 140722574647917 140722574647917 140722574651371 0
/proc/15506/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.70167 s]
/proc/loadavg: 2.26 2.11 2.03 1/186 15506
/proc/meminfo: memFree=31628032/32770624 swapFree=0/319176
[pid=15506] ppid=15503 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/15506/stat : 15506 (xcsp3-exec) S 15503 15506 12039 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 97867154 9740288 345 18446744073709551615 4194304 5098028 140722574645808 140722574643912 140120530997884 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 30253056 140722574647713 140722574647917 140722574647917 140722574651371 0
/proc/15506/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50152 s]
/proc/loadavg: 2.26 2.11 2.03 6/220 15566
/proc/meminfo: memFree=31405448/32770624 swapFree=0/319244
[pid=15506] ppid=15503 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/15506/stat : 15506 (xcsp3-exec) S 15503 15506 12039 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 97867154 9740288 345 18446744073709551615 4194304 5098028 140722574645808 140722574643912 140120530997884 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 30253056 140722574647713 140722574647917 140722574647917 140722574651371 0
/proc/15506/statm: 2378 345 289 221 0 87 0
[pid=15508] ppid=15506 vsize=13980732 CPUtime=3.89 cores=1,3,5,7
/proc/15508/stat : 15508 (java) S 15506 15506 12039 0 -1 1077944320 15698 0 0 0 377 12 0 0 20 0 15 0 97867163 14316269568 55721 18446744073709551615 4194304 4196468 140724012160352 140724012142896 140290410532599 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
/proc/15508/statm: 3495183 55721 3206 1 0 3483476 0
[pid=15508/tid=15509] ppid=15506 vsize=13980732 CPUtime=1.26 cores=1,3,5,7
/proc/15508/task/15509/stat : 15509 (java) R 15506 15506 12039 0 -1 4202560 8521 0 0 0 121 5 0 0 20 0 15 0 97867164 14316269568 55721 18446744073709551615 4194304 4196468 140724012160352 140290414769984 140290028753545 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15510] ppid=15506 vsize=13980732 CPUtime=0.02 cores=1,3,5,7
/proc/15508/task/15510/stat : 15510 (java) S 15506 15506 12039 0 -1 1077944384 58 0 0 0 1 1 0 0 20 0 15 0 97867164 14316269568 55721 18446744073709551615 4194304 4196468 140724012160352 140290344966800 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15511] ppid=15506 vsize=13980732 CPUtime=0.03 cores=1,3,5,7
/proc/15508/task/15511/stat : 15511 (java) S 15506 15506 12039 0 -1 1077944384 92 0 0 0 2 1 0 0 20 0 15 0 97867164 14316269568 55721 18446744073709551615 4194304 4196468 140724012160352 140290343914000 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15512] ppid=15506 vsize=13980732 CPUtime=0.01 cores=1,3,5,7
/proc/15508/task/15512/stat : 15512 (java) S 15506 15506 12039 0 -1 1077944384 39 0 0 0 1 0 0 0 20 0 15 0 97867164 14316269568 55721 18446744073709551615 4194304 4196468 140724012160352 140290008201616 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15513] ppid=15506 vsize=13980732 CPUtime=0.01 cores=1,3,5,7
/proc/15508/task/15513/stat : 15513 (java) S 15506 15506 12039 0 -1 1077944384 50 0 0 0 1 0 0 0 20 0 15 0 97867164 14316269568 55721 18446744073709551615 4194304 4196468 140724012160352 140290007148816 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15514] ppid=15506 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15514/stat : 15514 (java) S 15506 15506 12039 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 15 0 97867166 14316269568 55721 18446744073709551615 4194304 4196468 140724012160352 140289956293488 140290410543746 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15515] ppid=15506 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15515/stat : 15515 (java) S 15506 15506 12039 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97867166 14316269568 55721 18446744073709551615 4194304 4196468 140724012160352 140289955239520 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15516] ppid=15506 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15516/stat : 15516 (java) S 15506 15506 12039 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 97867166 14316269568 55721 18446744073709551615 4194304 4196468 140724012160352 140289954186624 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15520] ppid=15506 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15520/stat : 15520 (java) S 15506 15506 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97867169 14316269568 55721 18446744073709551615 4194304 4196468 140724012160352 140289953134928 140290410551195 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15521] ppid=15506 vsize=13980732 CPUtime=0.99 cores=1,3,5,7
/proc/15508/task/15521/stat : 15521 (java) R 15506 15506 12039 0 -1 4202560 2005 0 0 0 99 0 0 0 20 0 15 0 97867169 14316269568 55721 18446744073709551615 4194304 4196468 140724012160352 140289952065760 140290395658512 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15522] ppid=15506 vsize=13980732 CPUtime=0.98 cores=1,3,5,7
/proc/15508/task/15522/stat : 15522 (java) R 15506 15506 12039 0 -1 4202560 1490 0 0 0 98 0 0 0 20 0 15 0 97867169 14316269568 55721 18446744073709551615 4194304 4196468 140724012160352 140289951010480 140290410546481 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15523] ppid=15506 vsize=13980732 CPUtime=0.52 cores=1,3,5,7
/proc/15508/task/15523/stat : 15523 (java) S 15506 15506 12039 0 -1 1077944384 2049 0 0 0 51 1 0 0 20 0 15 0 97867169 14316269568 55721 18446744073709551615 4194304 4196468 140724012160352 140289949976688 140290410543746 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15524] ppid=15506 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15524/stat : 15524 (java) S 15506 15506 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97867169 14316269568 55721 18446744073709551615 4194304 4196468 140724012160352 140289948924128 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15525] ppid=15506 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15525/stat : 15525 (java) S 15506 15506 12039 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97867176 14316269568 55721 18446744073709551615 4194304 4196468 140724012160352 140289947872432 140290410543746 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 13990244

[startup+3.10948 s]
/proc/loadavg: 2.26 2.11 2.03 8/220 15566
/proc/meminfo: memFree=30998104/32770624 swapFree=0/319308
[pid=15506] ppid=15503 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/15506/stat : 15506 (xcsp3-exec) S 15503 15506 12039 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 97867154 9740288 345 18446744073709551615 4194304 5098028 140722574645808 140722574643912 140120530997884 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 30253056 140722574647713 140722574647917 140722574647917 140722574651371 0
/proc/15506/statm: 2378 345 289 221 0 87 0
[pid=15508] ppid=15506 vsize=13980732 CPUtime=7.94 cores=1,3,5,7
/proc/15508/stat : 15508 (java) S 15506 15506 12039 0 -1 1077944320 20712 0 0 0 770 24 0 0 20 0 15 0 97867163 14316269568 108551 18446744073709551615 4194304 4196468 140724012160352 140724012142896 140290410532599 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
/proc/15508/statm: 3495183 108551 3231 1 0 3483476 0
[pid=15508/tid=15509] ppid=15506 vsize=13980732 CPUtime=2.79 cores=1,3,5,7
/proc/15508/task/15509/stat : 15509 (java) S 15506 15506 12039 0 -1 1077944384 8863 0 0 0 272 7 0 0 20 0 15 0 97867164 14316269568 108551 18446744073709551615 4194304 4196468 140724012160352 140290414772080 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15510] ppid=15506 vsize=13980732 CPUtime=0.1 cores=1,3,5,7
/proc/15508/task/15510/stat : 15510 (java) R 15506 15506 12039 0 -1 4202560 95 0 0 0 7 3 0 0 20 0 15 0 97867164 14316269568 108551 18446744073709551615 4194304 4196468 140724012160352 140290344966800 140290395560464 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15511] ppid=15506 vsize=13980732 CPUtime=0.1 cores=1,3,5,7
/proc/15508/task/15511/stat : 15511 (java) R 15506 15506 12039 0 -1 4202560 132 0 0 0 7 3 0 0 20 0 15 0 97867164 14316269568 108551 18446744073709551615 4194304 4196468 140724012160352 140290343914000 140290395560464 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15512] ppid=15506 vsize=13980732 CPUtime=0.09 cores=1,3,5,7
/proc/15508/task/15512/stat : 15512 (java) R 15506 15506 12039 0 -1 4202560 89 0 0 0 7 2 0 0 20 0 15 0 97867164 14316269568 108551 18446744073709551615 4194304 4196468 140724012160352 140290008201816 140290395560482 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15513] ppid=15506 vsize=13980732 CPUtime=0.1 cores=1,3,5,7
/proc/15508/task/15513/stat : 15513 (java) R 15506 15506 12039 0 -1 4202560 91 0 0 0 7 3 0 0 20 0 15 0 97867164 14316269568 108551 18446744073709551615 4194304 4196468 140724012160352 140290007148816 140290395560482 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15514] ppid=15506 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15514/stat : 15514 (java) S 15506 15506 12039 0 -1 1077944384 222 0 0 0 0 0 0 0 20 0 15 0 97867166 14316269568 108551 18446744073709551615 4194304 4196468 140724012160352 140289956292000 140290410542805 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15515] ppid=15506 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15515/stat : 15515 (java) S 15506 15506 12039 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97867166 14316269568 108551 18446744073709551615 4194304 4196468 140724012160352 140289955239520 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15516] ppid=15506 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15516/stat : 15516 (java) S 15506 15506 12039 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 97867166 14316269568 109063 18446744073709551615 4194304 4196468 140724012160352 140289954186624 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15520] ppid=15506 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15520/stat : 15520 (java) S 15506 15506 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97867169 14316269568 109063 18446744073709551615 4194304 4196468 140724012160352 140289953134928 140290410551195 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15521] ppid=15506 vsize=13980732 CPUtime=2.18 cores=1,3,5,7
/proc/15508/task/15521/stat : 15521 (java) S 15506 15506 12039 0 -1 1077944384 3711 0 0 0 217 1 0 0 20 0 15 0 97867169 14316269568 109063 18446744073709551615 4194304 4196468 140724012160352 140289952082288 140290410543746 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15522] ppid=15506 vsize=13980732 CPUtime=1.86 cores=1,3,5,7
/proc/15508/task/15522/stat : 15522 (java) S 15506 15506 12039 0 -1 1077944384 3342 0 0 0 185 1 0 0 20 0 15 0 97867169 14316269568 109063 18446744073709551615 4194304 4196468 140724012160352 140289951029488 140290410543746 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15523] ppid=15506 vsize=13980732 CPUtime=0.66 cores=1,3,5,7
/proc/15508/task/15523/stat : 15523 (java) S 15506 15506 12039 0 -1 1077944384 2867 0 0 0 65 1 0 0 20 0 15 0 97867169 14316269568 109063 18446744073709551615 4194304 4196468 140724012160352 140289949976688 140290410543746 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15524] ppid=15506 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15524/stat : 15524 (java) S 15506 15506 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97867169 14316269568 109063 18446744073709551615 4194304 4196468 140724012160352 140289948924128 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15525] ppid=15506 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15525/stat : 15525 (java) S 15506 15506 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97867176 14316269568 109063 18446744073709551615 4194304 4196468 140724012160352 140289947872432 140290410543746 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
Current children cumulated CPU time (s) 7.94
Current children cumulated vsize (KiB) 13990244

[startup+6.30076 s]
/proc/loadavg: 2.16 2.09 2.02 3/220 15566
/proc/meminfo: memFree=30698512/32770624 swapFree=0/319300
[pid=15506] ppid=15503 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/15506/stat : 15506 (xcsp3-exec) S 15503 15506 12039 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 97867154 9740288 345 18446744073709551615 4194304 5098028 140722574645808 140722574643912 140120530997884 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 30253056 140722574647713 140722574647917 140722574647917 140722574651371 0
/proc/15506/statm: 2378 345 289 221 0 87 0
[pid=15508] ppid=15506 vsize=13980732 CPUtime=11.33 cores=1,3,5,7
/proc/15508/stat : 15508 (java) S 15506 15506 12039 0 -1 1077944320 23152 0 0 0 1103 30 0 0 20 0 15 0 97867163 14316269568 118446 18446744073709551615 4194304 4196468 140724012160352 140724012142896 140290410532599 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
/proc/15508/statm: 3495183 118446 3231 1 0 3483476 0
[pid=15508/tid=15509] ppid=15506 vsize=13980732 CPUtime=5.92 cores=1,3,5,7
/proc/15508/task/15509/stat : 15509 (java) R 15506 15506 12039 0 -1 4202560 9498 0 0 0 585 7 0 0 20 0 15 0 97867164 14316269568 118446 18446744073709551615 4194304 4196468 140724012160352 140290414769024 140290030607701 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15510] ppid=15506 vsize=13980732 CPUtime=0.15 cores=1,3,5,7
/proc/15508/task/15510/stat : 15510 (java) S 15506 15506 12039 0 -1 1077944384 149 0 0 0 11 4 0 0 20 0 15 0 97867164 14316269568 118446 18446744073709551615 4194304 4196468 140724012160352 140290344966800 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15511] ppid=15506 vsize=13980732 CPUtime=0.16 cores=1,3,5,7
/proc/15508/task/15511/stat : 15511 (java) S 15506 15506 12039 0 -1 1077944384 212 0 0 0 11 5 0 0 20 0 15 0 97867164 14316269568 118446 18446744073709551615 4194304 4196468 140724012160352 140290343914000 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15512] ppid=15506 vsize=13980732 CPUtime=0.15 cores=1,3,5,7
/proc/15508/task/15512/stat : 15512 (java) S 15506 15506 12039 0 -1 1077944384 138 0 0 0 11 4 0 0 20 0 15 0 97867164 14316269568 118446 18446744073709551615 4194304 4196468 140724012160352 140290008201616 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15513] ppid=15506 vsize=13980732 CPUtime=0.15 cores=1,3,5,7
/proc/15508/task/15513/stat : 15513 (java) S 15506 15506 12039 0 -1 1077944384 146 0 0 0 11 4 0 0 20 0 15 0 97867164 14316269568 118446 18446744073709551615 4194304 4196468 140724012160352 140290007148816 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15514] ppid=15506 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15514/stat : 15514 (java) S 15506 15506 12039 0 -1 1077944384 260 0 0 0 0 0 0 0 20 0 15 0 97867166 14316269568 118446 18446744073709551615 4194304 4196468 140724012160352 140289956293488 140290410543746 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15515] ppid=15506 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15515/stat : 15515 (java) S 15506 15506 12039 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97867166 14316269568 118446 18446744073709551615 4194304 4196468 140724012160352 140289955239520 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15516] ppid=15506 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15516/stat : 15516 (java) S 15506 15506 12039 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 97867166 14316269568 118446 18446744073709551615 4194304 4196468 140724012160352 140289954186624 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15520] ppid=15506 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15520/stat : 15520 (java) S 15506 15506 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97867169 14316269568 118446 18446744073709551615 4194304 4196468 140724012160352 140289953134928 140290410551195 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15521] ppid=15506 vsize=13980732 CPUtime=2.18 cores=1,3,5,7
/proc/15508/task/15521/stat : 15521 (java) S 15506 15506 12039 0 -1 1077944384 3714 0 0 0 217 1 0 0 20 0 15 0 97867169 14316269568 118446 18446744073709551615 4194304 4196468 140724012160352 140289952082288 140290410543746 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15522] ppid=15506 vsize=13980732 CPUtime=1.86 cores=1,3,5,7
/proc/15508/task/15522/stat : 15522 (java) S 15506 15506 12039 0 -1 1077944384 3392 0 0 0 185 1 0 0 20 0 15 0 97867169 14316269568 118446 18446744073709551615 4194304 4196468 140724012160352 140289951029488 140290410543746 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15523] ppid=15506 vsize=13980732 CPUtime=0.68 cores=1,3,5,7
/proc/15508/task/15523/stat : 15523 (java) S 15506 15506 12039 0 -1 1077944384 3629 0 0 0 67 1 0 0 20 0 15 0 97867169 14316269568 118446 18446744073709551615 4194304 4196468 140724012160352 140289949976688 140290410543746 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15524] ppid=15506 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15524/stat : 15524 (java) S 15506 15506 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97867169 14316269568 118446 18446744073709551615 4194304 4196468 140724012160352 140289948924128 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15525] ppid=15506 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15525/stat : 15525 (java) S 15506 15506 12039 0 -1 1077944384 717 0 0 0 0 0 0 0 20 0 15 0 97867176 14316269568 118446 18446744073709551615 4194304 4196468 140724012160352 140289947872432 140290410543746 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
Current children cumulated CPU time (s) 11.33
Current children cumulated vsize (KiB) 13990244

[startup+12.7008 s]
/proc/loadavg: 2.23 2.11 2.03 3/220 15566
/proc/meminfo: memFree=30191156/32770624 swapFree=0/319292
[pid=15506] ppid=15503 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/15506/stat : 15506 (xcsp3-exec) S 15503 15506 12039 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 97867154 9740288 345 18446744073709551615 4194304 5098028 140722574645808 140722574643912 140120530997884 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 30253056 140722574647713 140722574647917 140722574647917 140722574651371 0
/proc/15506/statm: 2378 345 289 221 0 87 0
[pid=15508] ppid=15506 vsize=13980732 CPUtime=17.85 cores=1,3,5,7
/proc/15508/stat : 15508 (java) S 15506 15506 12039 0 -1 1077944320 26830 0 0 0 1750 35 0 0 20 0 15 0 97867163 14316269568 178001 18446744073709551615 4194304 4196468 140724012160352 140724012142896 140290410532599 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
/proc/15508/statm: 3495183 178001 3231 1 0 3483476 0
[pid=15508/tid=15509] ppid=15506 vsize=13980732 CPUtime=12.29 cores=1,3,5,7
/proc/15508/task/15509/stat : 15509 (java) R 15506 15506 12039 0 -1 4202560 10472 0 0 0 1219 10 0 0 20 0 15 0 97867164 14316269568 178001 18446744073709551615 4194304 4196468 140724012160352 140290414768832 140290030607701 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15510] ppid=15506 vsize=13980732 CPUtime=0.18 cores=1,3,5,7
/proc/15508/task/15510/stat : 15510 (java) S 15506 15506 12039 0 -1 1077944384 173 0 0 0 13 5 0 0 20 0 15 0 97867164 14316269568 178001 18446744073709551615 4194304 4196468 140724012160352 140290344966800 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15511] ppid=15506 vsize=13980732 CPUtime=0.19 cores=1,3,5,7
/proc/15508/task/15511/stat : 15511 (java) S 15506 15506 12039 0 -1 1077944384 671 0 0 0 14 5 0 0 20 0 15 0 97867164 14316269568 178001 18446744073709551615 4194304 4196468 140724012160352 140290343914000 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0

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

[pid=15508/tid=15515] ppid=15506 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15515/stat : 15515 (java) S 15506 15506 12039 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97867166 14316269568 562187 18446744073709551615 4194304 4196468 140724012160352 140289955239520 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15516] ppid=15506 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15516/stat : 15516 (java) S 15506 15506 12039 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 97867166 14316269568 562187 18446744073709551615 4194304 4196468 140724012160352 140289954186624 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15520] ppid=15506 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15520/stat : 15520 (java) S 15506 15506 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97867169 14316269568 562187 18446744073709551615 4194304 4196468 140724012160352 140289953134928 140290410551195 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15521] ppid=15506 vsize=13980732 CPUtime=2.27 cores=1,3,5,7
/proc/15508/task/15521/stat : 15521 (java) S 15506 15506 12039 0 -1 1077944384 7102 0 0 0 226 1 0 0 20 0 15 0 97867169 14316269568 562187 18446744073709551615 4194304 4196468 140724012160352 140289952082288 140290410543746 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15522] ppid=15506 vsize=13980732 CPUtime=1.96 cores=1,3,5,7
/proc/15508/task/15522/stat : 15522 (java) S 15506 15506 12039 0 -1 1077944384 7848 0 0 0 195 1 0 0 20 0 15 0 97867169 14316269568 562187 18446744073709551615 4194304 4196468 140724012160352 140289951029488 140290410543746 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15523] ppid=15506 vsize=13980732 CPUtime=0.71 cores=1,3,5,7
/proc/15508/task/15523/stat : 15523 (java) S 15506 15506 12039 0 -1 1077944384 5292 0 0 0 70 1 0 0 20 0 15 0 97867169 14316269568 562187 18446744073709551615 4194304 4196468 140724012160352 140289949976688 140290410543746 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15524] ppid=15506 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15524/stat : 15524 (java) S 15506 15506 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97867169 14316269568 562187 18446744073709551615 4194304 4196468 140724012160352 140289948924128 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15525] ppid=15506 vsize=13980732 CPUtime=0.06 cores=1,3,5,7
/proc/15508/task/15525/stat : 15525 (java) S 15506 15506 12039 0 -1 1077944384 822 0 0 0 2 4 0 0 20 0 15 0 97867176 14316269568 562187 18446744073709551615 4194304 4196468 140724012160352 140289947872432 140290410543746 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
Current children cumulated CPU time (s) 107.99
Current children cumulated vsize (KiB) 13990244

[startup+162.301 s]
/proc/loadavg: 2.01 2.06 2.02 3/218 15572
/proc/meminfo: memFree=25364560/32770624 swapFree=0/319388
[pid=15506] ppid=15503 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/15506/stat : 15506 (xcsp3-exec) S 15503 15506 12039 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 97867154 9740288 345 18446744073709551615 4194304 5098028 140722574645808 140722574643912 140120530997884 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 30253056 140722574647713 140722574647917 140722574647917 140722574651371 0
/proc/15506/statm: 2378 345 289 221 0 87 0
[pid=15508] ppid=15506 vsize=13980732 CPUtime=168.06 cores=1,3,5,7
/proc/15508/stat : 15508 (java) S 15506 15506 12039 0 -1 1077944320 51330 0 0 0 16715 91 0 0 20 0 15 0 97867163 14316269568 872078 18446744073709551615 4194304 4196468 140724012160352 140724012142896 140290410532599 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
/proc/15508/statm: 3495183 872078 3235 1 0 3483476 0
[pid=15508/tid=15509] ppid=15506 vsize=13980732 CPUtime=161.78 cores=1,3,5,7
/proc/15508/task/15509/stat : 15509 (java) R 15506 15506 12039 0 -1 4202560 21306 0 0 0 16127 51 0 0 20 0 15 0 97867164 14316269568 872078 18446744073709551615 4194304 4196468 140724012160352 140290414772480 140290030607701 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15510] ppid=15506 vsize=13980732 CPUtime=0.27 cores=1,3,5,7
/proc/15508/task/15510/stat : 15510 (java) S 15506 15506 12039 0 -1 1077944384 966 0 0 0 21 6 0 0 20 0 15 0 97867164 14316269568 872078 18446744073709551615 4194304 4196468 140724012160352 140290344966800 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15511] ppid=15506 vsize=13980732 CPUtime=0.28 cores=1,3,5,7
/proc/15508/task/15511/stat : 15511 (java) S 15506 15506 12039 0 -1 1077944384 1504 0 0 0 21 7 0 0 20 0 15 0 97867164 14316269568 872078 18446744073709551615 4194304 4196468 140724012160352 140290343914000 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15512] ppid=15506 vsize=13980732 CPUtime=0.27 cores=1,3,5,7
/proc/15508/task/15512/stat : 15512 (java) S 15506 15506 12039 0 -1 1077944384 1557 0 0 0 21 6 0 0 20 0 15 0 97867164 14316269568 872078 18446744073709551615 4194304 4196468 140724012160352 140290008201616 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15513] ppid=15506 vsize=13980732 CPUtime=0.28 cores=1,3,5,7
/proc/15508/task/15513/stat : 15513 (java) S 15506 15506 12039 0 -1 1077944384 986 0 0 0 21 7 0 0 20 0 15 0 97867164 14316269568 872078 18446744073709551615 4194304 4196468 140724012160352 140290007148816 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15514] ppid=15506 vsize=13980732 CPUtime=0.01 cores=1,3,5,7
/proc/15508/task/15514/stat : 15514 (java) S 15506 15506 12039 0 -1 1077944384 2553 0 0 0 1 0 0 0 20 0 15 0 97867166 14316269568 872078 18446744073709551615 4194304 4196468 140724012160352 140289956293488 140290410543746 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15515] ppid=15506 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15515/stat : 15515 (java) S 15506 15506 12039 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97867166 14316269568 872078 18446744073709551615 4194304 4196468 140724012160352 140289955239520 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15516] ppid=15506 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15516/stat : 15516 (java) S 15506 15506 12039 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 97867166 14316269568 872078 18446744073709551615 4194304 4196468 140724012160352 140289954186624 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15520] ppid=15506 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15520/stat : 15520 (java) S 15506 15506 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97867169 14316269568 872078 18446744073709551615 4194304 4196468 140724012160352 140289953134928 140290410551195 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15521] ppid=15506 vsize=13980732 CPUtime=2.29 cores=1,3,5,7
/proc/15508/task/15521/stat : 15521 (java) S 15506 15506 12039 0 -1 1077944384 7178 0 0 0 228 1 0 0 20 0 15 0 97867169 14316269568 872078 18446744073709551615 4194304 4196468 140724012160352 140289952082288 140290410543746 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15522] ppid=15506 vsize=13980732 CPUtime=1.97 cores=1,3,5,7
/proc/15508/task/15522/stat : 15522 (java) S 15506 15506 12039 0 -1 1077944384 7861 0 0 0 196 1 0 0 20 0 15 0 97867169 14316269568 872078 18446744073709551615 4194304 4196468 140724012160352 140289951029488 140290410543746 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15523] ppid=15506 vsize=13980732 CPUtime=0.71 cores=1,3,5,7
/proc/15508/task/15523/stat : 15523 (java) S 15506 15506 12039 0 -1 1077944384 5292 0 0 0 70 1 0 0 20 0 15 0 97867169 14316269568 872078 18446744073709551615 4194304 4196468 140724012160352 140289949976688 140290410543746 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15524] ppid=15506 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15524/stat : 15524 (java) S 15506 15506 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97867169 14316269568 872078 18446744073709551615 4194304 4196468 140724012160352 140289948924128 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15525] ppid=15506 vsize=13980732 CPUtime=0.1 cores=1,3,5,7
/proc/15508/task/15525/stat : 15525 (java) S 15506 15506 12039 0 -1 1077944384 830 0 0 0 4 6 0 0 20 0 15 0 97867176 14316269568 872078 18446744073709551615 4194304 4196468 140724012160352 140289947872432 140290410543746 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
Current children cumulated CPU time (s) 168.06
Current children cumulated vsize (KiB) 13990244

[startup+222.307 s]
/proc/loadavg: 1.96 2.03 2.02 3/217 15574
/proc/meminfo: memFree=24628604/32770624 swapFree=0/319436
[pid=15506] ppid=15503 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/15506/stat : 15506 (xcsp3-exec) S 15503 15506 12039 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 97867154 9740288 345 18446744073709551615 4194304 5098028 140722574645808 140722574643912 140120530997884 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 30253056 140722574647713 140722574647917 140722574647917 140722574651371 0
/proc/15506/statm: 2378 345 289 221 0 87 0
[pid=15508] ppid=15506 vsize=13980732 CPUtime=228.17 cores=1,3,5,7
/proc/15508/stat : 15508 (java) S 15506 15506 12039 0 -1 1077944320 57898 0 0 0 22723 94 0 0 20 0 15 0 97867163 14316269568 872828 18446744073709551615 4194304 4196468 140724012160352 140724012142896 140290410532599 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
/proc/15508/statm: 3495183 872828 3236 1 0 3483476 0
[pid=15508/tid=15509] ppid=15506 vsize=13980732 CPUtime=221.78 cores=1,3,5,7
/proc/15508/task/15509/stat : 15509 (java) R 15506 15506 12039 0 -1 4202560 24426 0 0 0 22126 52 0 0 20 0 15 0 97867164 14316269568 872828 18446744073709551615 4194304 4196468 140724012160352 140290414772480 140290030608207 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15510] ppid=15506 vsize=13980732 CPUtime=0.27 cores=1,3,5,7
/proc/15508/task/15510/stat : 15510 (java) S 15506 15506 12039 0 -1 1077944384 1199 0 0 0 21 6 0 0 20 0 15 0 97867164 14316269568 872828 18446744073709551615 4194304 4196468 140724012160352 140290344966800 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15511] ppid=15506 vsize=13980732 CPUtime=0.29 cores=1,3,5,7
/proc/15508/task/15511/stat : 15511 (java) S 15506 15506 12039 0 -1 1077944384 2011 0 0 0 22 7 0 0 20 0 15 0 97867164 14316269568 872828 18446744073709551615 4194304 4196468 140724012160352 140290343914000 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15512] ppid=15506 vsize=13980732 CPUtime=0.27 cores=1,3,5,7
/proc/15508/task/15512/stat : 15512 (java) S 15506 15506 12039 0 -1 1077944384 1807 0 0 0 21 6 0 0 20 0 15 0 97867164 14316269568 872828 18446744073709551615 4194304 4196468 140724012160352 140290008201616 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15513] ppid=15506 vsize=13980732 CPUtime=0.28 cores=1,3,5,7
/proc/15508/task/15513/stat : 15513 (java) S 15506 15506 12039 0 -1 1077944384 1161 0 0 0 21 7 0 0 20 0 15 0 97867164 14316269568 872828 18446744073709551615 4194304 4196468 140724012160352 140290007148816 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15514] ppid=15506 vsize=13980732 CPUtime=0.02 cores=1,3,5,7
/proc/15508/task/15514/stat : 15514 (java) S 15506 15506 12039 0 -1 1077944384 2763 0 0 0 2 0 0 0 20 0 15 0 97867166 14316269568 872828 18446744073709551615 4194304 4196468 140724012160352 140289956293488 140290410543746 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15515] ppid=15506 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15515/stat : 15515 (java) S 15506 15506 12039 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97867166 14316269568 872828 18446744073709551615 4194304 4196468 140724012160352 140289955239520 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15516] ppid=15506 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15516/stat : 15516 (java) S 15506 15506 12039 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 97867166 14316269568 872828 18446744073709551615 4194304 4196468 140724012160352 140289954186624 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15520] ppid=15506 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15520/stat : 15520 (java) S 15506 15506 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97867169 14316269568 872828 18446744073709551615 4194304 4196468 140724012160352 140289953134928 140290410551195 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15521] ppid=15506 vsize=13980732 CPUtime=2.3 cores=1,3,5,7
/proc/15508/task/15521/stat : 15521 (java) S 15506 15506 12039 0 -1 1077944384 7756 0 0 0 229 1 0 0 20 0 15 0 97867169 14316269568 872828 18446744073709551615 4194304 4196468 140724012160352 140289952082288 140290410543746 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15522] ppid=15506 vsize=13980732 CPUtime=2 cores=1,3,5,7
/proc/15508/task/15522/stat : 15522 (java) S 15506 15506 12039 0 -1 1077944384 9117 0 0 0 199 1 0 0 20 0 15 0 97867169 14316269568 872828 18446744073709551615 4194304 4196468 140724012160352 140289951029488 140290410543746 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15523] ppid=15506 vsize=13980732 CPUtime=0.71 cores=1,3,5,7
/proc/15508/task/15523/stat : 15523 (java) S 15506 15506 12039 0 -1 1077944384 5489 0 0 0 70 1 0 0 20 0 15 0 97867169 14316269568 872828 18446744073709551615 4194304 4196468 140724012160352 140289949976688 140290410543746 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15524] ppid=15506 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15524/stat : 15524 (java) S 15506 15506 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97867169 14316269568 872828 18446744073709551615 4194304 4196468 140724012160352 140289948924128 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15525] ppid=15506 vsize=13980732 CPUtime=0.14 cores=1,3,5,7
/proc/15508/task/15525/stat : 15525 (java) S 15506 15506 12039 0 -1 1077944384 872 0 0 0 6 8 0 0 20 0 15 0 97867176 14316269568 872828 18446744073709551615 4194304 4196468 140724012160352 140289947872432 140290410543746 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
Current children cumulated CPU time (s) 228.17
Current children cumulated vsize (KiB) 13990244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.97 2.03 2.02 3/216 15574
/proc/meminfo: memFree=24626756/32770624 swapFree=0/319440
[pid=15506] ppid=15503 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/15506/stat : 15506 (xcsp3-exec) S 15503 15506 12039 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 97867154 9740288 345 18446744073709551615 4194304 5098028 140722574645808 140722574643912 140120530997884 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 30253056 140722574647713 140722574647917 140722574647917 140722574651371 0
/proc/15506/statm: 2378 345 289 221 0 87 0
[pid=15508] ppid=15506 vsize=13980732 CPUtime=245.87 cores=1,3,5,7
/proc/15508/stat : 15508 (java) S 15506 15506 12039 0 -1 1077944320 58546 0 0 0 24492 95 0 0 20 0 15 0 97867163 14316269568 872828 18446744073709551615 4194304 4196468 140724012160352 140724012142896 140290410532599 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
/proc/15508/statm: 3495183 872828 3236 1 0 3483476 0
[pid=15508/tid=15509] ppid=15506 vsize=13980732 CPUtime=239.48 cores=1,3,5,7
/proc/15508/task/15509/stat : 15509 (java) R 15506 15506 12039 0 -1 4202560 25074 0 0 0 23895 53 0 0 20 0 15 0 97867164 14316269568 872828 18446744073709551615 4194304 4196468 140724012160352 140290414772480 140290030720649 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15510] ppid=15506 vsize=13980732 CPUtime=0.27 cores=1,3,5,7
/proc/15508/task/15510/stat : 15510 (java) S 15506 15506 12039 0 -1 1077944384 1199 0 0 0 21 6 0 0 20 0 15 0 97867164 14316269568 872828 18446744073709551615 4194304 4196468 140724012160352 140290344966800 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15511] ppid=15506 vsize=13980732 CPUtime=0.29 cores=1,3,5,7
/proc/15508/task/15511/stat : 15511 (java) S 15506 15506 12039 0 -1 1077944384 2011 0 0 0 22 7 0 0 20 0 15 0 97867164 14316269568 872828 18446744073709551615 4194304 4196468 140724012160352 140290343914000 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15512] ppid=15506 vsize=13980732 CPUtime=0.27 cores=1,3,5,7
/proc/15508/task/15512/stat : 15512 (java) S 15506 15506 12039 0 -1 1077944384 1807 0 0 0 21 6 0 0 20 0 15 0 97867164 14316269568 872828 18446744073709551615 4194304 4196468 140724012160352 140290008201616 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15513] ppid=15506 vsize=13980732 CPUtime=0.28 cores=1,3,5,7
/proc/15508/task/15513/stat : 15513 (java) S 15506 15506 12039 0 -1 1077944384 1161 0 0 0 21 7 0 0 20 0 15 0 97867164 14316269568 872828 18446744073709551615 4194304 4196468 140724012160352 140290007148816 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15514] ppid=15506 vsize=13980732 CPUtime=0.02 cores=1,3,5,7
/proc/15508/task/15514/stat : 15514 (java) S 15506 15506 12039 0 -1 1077944384 2763 0 0 0 2 0 0 0 20 0 15 0 97867166 14316269568 872828 18446744073709551615 4194304 4196468 140724012160352 140289956293488 140290410543746 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15515] ppid=15506 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15515/stat : 15515 (java) S 15506 15506 12039 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97867166 14316269568 872828 18446744073709551615 4194304 4196468 140724012160352 140289955239520 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15516] ppid=15506 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15516/stat : 15516 (java) S 15506 15506 12039 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 97867166 14316269568 872828 18446744073709551615 4194304 4196468 140724012160352 140289954186624 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15520] ppid=15506 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15520/stat : 15520 (java) S 15506 15506 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97867169 14316269568 872828 18446744073709551615 4194304 4196468 140724012160352 140289953134928 140290410551195 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15521] ppid=15506 vsize=13980732 CPUtime=2.3 cores=1,3,5,7
/proc/15508/task/15521/stat : 15521 (java) S 15506 15506 12039 0 -1 1077944384 7756 0 0 0 229 1 0 0 20 0 15 0 97867169 14316269568 872828 18446744073709551615 4194304 4196468 140724012160352 140289952082288 140290410543746 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15522] ppid=15506 vsize=13980732 CPUtime=2 cores=1,3,5,7
/proc/15508/task/15522/stat : 15522 (java) S 15506 15506 12039 0 -1 1077944384 9117 0 0 0 199 1 0 0 20 0 15 0 97867169 14316269568 872828 18446744073709551615 4194304 4196468 140724012160352 140289951029488 140290410543746 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15523] ppid=15506 vsize=13980732 CPUtime=0.71 cores=1,3,5,7
/proc/15508/task/15523/stat : 15523 (java) S 15506 15506 12039 0 -1 1077944384 5489 0 0 0 70 1 0 0 20 0 15 0 97867169 14316269568 872828 18446744073709551615 4194304 4196468 140724012160352 140289949976688 140290410543746 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15524] ppid=15506 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15508/task/15524/stat : 15524 (java) S 15506 15506 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97867169 14316269568 872828 18446744073709551615 4194304 4196468 140724012160352 140289948924128 140290410542805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
[pid=15508/tid=15525] ppid=15506 vsize=13980732 CPUtime=0.16 cores=1,3,5,7
/proc/15508/task/15525/stat : 15525 (java) S 15506 15506 12039 0 -1 1077944384 872 0 0 0 7 9 0 0 20 0 15 0 97867176 14316269568 872828 18446744073709551615 4194304 4196468 140724012160352 140289947872432 140290410543746 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22290432 140724012163546 140724012163721 140724012163721 140724012167119 0
Current children cumulated CPU time (s) 245.87
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 15508 sig 9
??? kill 15506 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 15506 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=943
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=943
# CPU time returned by wait4() is 0.001886
# while last known CPU time is 245.87
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 240.023
CPU time (s): 245.87
CPU user time (s): 244.92
CPU system time (s): 0.95
CPU usage (%): 102.436
Max. virtual memory (cumulated for all children) (KiB): 13990244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000943
system time used= 0.000943
maximum resident set size= 1384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 511
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.17298 second user time and 1.59504 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-06 03:01:19
IDJOB=4253972
IDBENCH=139753
IDSOLVER=2635
FILE ID=node132/4253972-1501982139
RUNJOBID= node132-1501978181-12403
PBS_JOBID= 
Free space on /tmp= 62020 MiB

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

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

MD5SUM BENCH= dd156cd3c4e4f48d7499665f65319a51
RANDOM SEED=2117234066

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:        31628400 kB
MemAvailable:   31988748 kB
Buffers:          182936 kB
Cached:           478724 kB
SwapCached:            0 kB
Active:           369840 kB
Inactive:         352076 kB
Active(anon):      61104 kB
Inactive(anon):    32640 kB
Active(file):     308736 kB
Inactive(file):   319436 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8704 kB
Writeback:             0 kB
AnonPages:         61472 kB
Mapped:            47416 kB
Shmem:             33500 kB
Slab:             122396 kB
SReclaimable:      96020 kB
SUnreclaim:        26376 kB
KernelStack:        3600 kB
PageTables:         5456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     313632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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= 62012 MiB
End job on node132 at 2017-08-06 03:05:19