Trace number 4394280

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 2019-06-14SAT (TO)3 2400.69 612.701

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-08-10.xml
MD5SUM23e84b7c24701222a8a18862c478c748
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark18.5291
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints1261
Number of domains1
Minimum domain size80
Maximum domain size80
Distribution of domain sizes[{"size":80,"count":80}]
Minimum variable degree65
Maximum variable degree65
Distribution of variable degrees[{"degree":65,"count":80}]
Minimum constraint arity4
Maximum constraint arity80
Distribution of constraint arities[{"arity":4,"count":1260},{"arity":80,"count":1}]
Number of extensional constraints0
Number of intensional constraints1260
Distribution of constraint types[{"type":"intension","count":1260},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4394280-1568346582.xml"  -tl '2400s' -p 4
0.12/0.19	c Choco e747e1e
0.12/0.20	c [HOME/instance-4394280-1568346582.xml, -tl, 2400s, -p, 4]
0.34/0.24	c 4 solvers in parallel
0.34/0.31	c parse instance...
4.92/1.71	c solve instance...
5.64/1.90	o 7 
5.64/1.96	o 6 
6.75/2.27	o 5 
142.24/38.67	o 4 
564.16/150.29	o 3 
2400.34/612.66	s SATISFIABLE
2400.34/612.66	v <instantiation>
2400.34/612.66	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] </list>
2400.34/612.66	v 	<values>0 0 0 0 0 0 0 1 1 1 0 1 1 1 1 2 2 0 1 2 0 1 2 2 3 2 3 1 0 3 1 1 2 3 0 1 2 0 2 0 1 2 1 2 2 0 1 0 0 1 1 2 2 0 1 3 3 0 3 2 1 2 3 3 0 3 2 3 0 3 2 1 3 2 3 0 1 2 2 0 </values>
2400.34/612.66	v </instantiation>
2400.34/612.66	c Unexpected resolution interruption!

Verifier Data

OK	3

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16375 MiB (11466 MiB free)
  memory of node 1: 16384 MiB (13547 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394280-1568346582/watcher-4394280-1568346582 -o /tmp/evaluation-result-4394280-1568346582/solver-4394280-1568346582 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323860857-17632 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 929483248 HOME/instance-4394280-1568346582.xml 

running on 4 cores: 4-7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=17799, runsolver pid=17796

[startup+0.100153 s]*
/proc/loadavg: 6.95 3.36 2.24 6/234 17815
/proc/meminfo: memFree=25597296/32770688 swapFree=66919992/67108860
[pid=17799] ppid=17796 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/17799/stat : 17799 (xcsp3-exec) S 17796 17799 17600 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410664589 115843072 362 33554432000 4194304 5098028 140734701642352 140734701640456 140666625802876 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 20414464 140734701650811 140734701651053 140734701651053 140734701653962 0
/proc/17799/statm: 28282 362 304 221 0 87 0
[pid=17801] ppid=17799 vsize=15144768 memory=29760 CPUtime=0.12 cores=4-7
/proc/17801/stat : 17801 (java) S 17799 17799 17600 0 -1 1077944320 5823 0 0 0 11 1 0 0 20 0 15 0 410664589 15508242432 7440 33554432000 4194304 4196468 140736409733712 140736409716256 139727135932151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
/proc/17801/statm: 3786192 7440 3146 1 0 3748377 0
[pid=17801/tid=17802] ppid=17799 vsize=15144768 memory=8108032331684915787 CPUtime=0.09 cores=4-7
/proc/17801/task/17802/stat : 17802 (java) R 17799 17799 17600 0 -1 4202560 3748 0 0 0 8 1 0 0 20 0 15 0 410664590 15508242432 7440 33554432000 4194304 4196468 140736409733712 139727140160032 139727135944086 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17803] ppid=17799 vsize=15144768 memory=-3689451258167578675 CPUtime=0 cores=4-7
/proc/17801/task/17803/stat : 17803 (java) S 17799 17799 17600 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410664590 15508242432 7440 33554432000 4194304 4196468 140736409733712 139727099038736 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17804] ppid=17799 vsize=15144768 memory=139656106206848 CPUtime=0 cores=4-7
/proc/17801/task/17804/stat : 17804 (java) S 17799 17799 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410664590 15508242432 7440 33554432000 4194304 4196468 140736409733712 139726727077008 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17805] ppid=17799 vsize=15144768 memory=0 CPUtime=0 cores=4-7
/proc/17801/task/17805/stat : 17805 (java) S 17799 17799 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410664590 15508242432 7440 33554432000 4194304 4196468 140736409733712 139726726023952 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17806] ppid=17799 vsize=15144768 memory=-1 CPUtime=0 cores=4-7
/proc/17801/task/17806/stat : 17806 (java) S 17799 17799 17600 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410664590 15508242432 7440 33554432000 4194304 4196468 140736409733712 139726724971408 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17807] ppid=17799 vsize=15144768 memory=139656106206848 CPUtime=0 cores=4-7
/proc/17801/task/17807/stat : 17807 (java) S 17799 17799 17600 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410664592 15508242432 7440 33554432000 4194304 4196468 140736409733712 139726009866480 139727135943298 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17808] ppid=17799 vsize=15144768 memory=-1 CPUtime=0 cores=4-7
/proc/17801/task/17808/stat : 17808 (java) S 17799 17799 17600 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410664593 15508242432 7440 33554432000 4194304 4196468 140736409733712 139726008812704 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17809] ppid=17799 vsize=15144768 memory=0 CPUtime=0 cores=4-7
/proc/17801/task/17809/stat : 17809 (java) S 17799 17799 17600 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410664593 15508242432 7440 33554432000 4194304 4196468 140736409733712 139726007759600 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17810] ppid=17799 vsize=15144768 memory=0 CPUtime=0 cores=4-7
/proc/17801/task/17810/stat : 17810 (java) S 17799 17799 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410664595 15508242432 7440 33554432000 4194304 4196468 140736409733712 139726006708176 139727135950747 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17811] ppid=17799 vsize=15144768 memory=0 CPUtime=0 cores=4-7
/proc/17801/task/17811/stat : 17811 (java) S 17799 17799 17600 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 15 0 410664596 15508242432 7440 33554432000 4194304 4196468 140736409733712 139726005656304 139727135943298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17812] ppid=17799 vsize=15144768 memory=-1 CPUtime=0 cores=4-7
/proc/17801/task/17812/stat : 17812 (java) S 17799 17799 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410664596 15508242432 7440 33554432000 4194304 4196468 140736409733712 139726004603760 139727135943298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17813] ppid=17799 vsize=15144768 memory=139656106206848 CPUtime=0.01 cores=4-7
/proc/17801/task/17813/stat : 17813 (java) S 17799 17799 17600 0 -1 1077944384 347 0 0 0 1 0 0 0 20 0 15 0 410664596 15508242432 7440 33554432000 4194304 4196468 140736409733712 139726003550704 139727135943298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17814] ppid=17799 vsize=15144768 memory=-1 CPUtime=0 cores=4-7
/proc/17801/task/17814/stat : 17814 (java) S 17799 17799 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410664596 15508242432 7440 33554432000 4194304 4196468 140736409733712 139726002498400 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17815] ppid=17799 vsize=15144768 memory=139656106206848 CPUtime=0 cores=4-7
/proc/17801/task/17815/stat : 17815 (java) S 17799 17799 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410664596 15508242432 7440 33554432000 4194304 4196468 140736409733712 139726001445424 139727135943298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 31208 KiB

[startup+0.211756 s]*
/proc/loadavg: 6.95 3.36 2.24 6/234 17815
/proc/meminfo: memFree=25584316/32770688 swapFree=66919992/67108860
[pid=17799] ppid=17796 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/17799/stat : 17799 (xcsp3-exec) S 17796 17799 17600 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410664589 115843072 362 33554432000 4194304 5098028 140734701642352 140734701640456 140666625802876 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 20414464 140734701650811 140734701651053 140734701651053 140734701653962 0
/proc/17799/statm: 28282 362 304 221 0 87 0
[pid=17801] ppid=17799 vsize=15144768 memory=40732 CPUtime=0.34 cores=4-7
/proc/17801/stat : 17801 (java) S 17799 17799 17600 0 -1 1077944320 9428 0 0 0 31 3 0 0 20 0 15 0 410664589 15508242432 10183 33554432000 4194304 4196468 140736409733712 140736409716256 139727135932151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
/proc/17801/statm: 3786192 10183 3300 1 0 3748377 0
[pid=17801/tid=17802] ppid=17799 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=4-7
/proc/17801/task/17802/stat : 17802 (java) R 17799 17799 17600 0 -1 4202560 6609 0 0 0 18 2 0 0 20 0 15 0 410664590 15508242432 10183 33554432000 4194304 4196468 140736409733712 139727140166016 139727135944086 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17803] ppid=17799 vsize=15144768 memory=1915596 CPUtime=0 cores=4-7
/proc/17801/task/17803/stat : 17803 (java) S 17799 17799 17600 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410664590 15508242432 10183 33554432000 4194304 4196468 140736409733712 139727099038736 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17804] ppid=17799 vsize=15144768 memory=4121273301288740512 CPUtime=0 cores=4-7
/proc/17801/task/17804/stat : 17804 (java) S 17799 17799 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410664590 15508242432 10183 33554432000 4194304 4196468 140736409733712 139726727077008 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17805] ppid=17799 vsize=15144768 memory=0 CPUtime=0 cores=4-7
/proc/17801/task/17805/stat : 17805 (java) S 17799 17799 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410664590 15508242432 10183 33554432000 4194304 4196468 140736409733712 139726726023952 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17806] ppid=17799 vsize=15144768 memory=-1 CPUtime=0 cores=4-7
/proc/17801/task/17806/stat : 17806 (java) S 17799 17799 17600 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410664590 15508242432 10183 33554432000 4194304 4196468 140736409733712 139726724971408 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17807] ppid=17799 vsize=15144768 memory=139656106206848 CPUtime=0 cores=4-7
/proc/17801/task/17807/stat : 17807 (java) S 17799 17799 17600 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410664592 15508242432 10183 33554432000 4194304 4196468 140736409733712 139726009866480 139727135943298 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17808] ppid=17799 vsize=15144768 memory=-1 CPUtime=0 cores=4-7
/proc/17801/task/17808/stat : 17808 (java) S 17799 17799 17600 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410664593 15508242432 10183 33554432000 4194304 4196468 140736409733712 139726008812704 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17809] ppid=17799 vsize=15144768 memory=0 CPUtime=0 cores=4-7
/proc/17801/task/17809/stat : 17809 (java) S 17799 17799 17600 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410664593 15508242432 10183 33554432000 4194304 4196468 140736409733712 139726007759600 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17810] ppid=17799 vsize=15144768 memory=0 CPUtime=0 cores=4-7
/proc/17801/task/17810/stat : 17810 (java) S 17799 17799 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410664595 15508242432 10183 33554432000 4194304 4196468 140736409733712 139726006708176 139727135950747 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17811] ppid=17799 vsize=15144768 memory=0 CPUtime=0.02 cores=4-7
/proc/17801/task/17811/stat : 17811 (java) R 17799 17799 17600 0 -1 1077944384 652 0 0 0 2 0 0 0 20 0 15 0 410664596 15508242432 10183 33554432000 4194304 4196468 140736409733712 139726005643088 139727135942357 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17812] ppid=17799 vsize=15144768 memory=-1 CPUtime=0.02 cores=4-7
/proc/17801/task/17812/stat : 17812 (java) S 17799 17799 17600 0 -1 1077944384 122 0 0 0 2 0 0 0 20 0 15 0 410664596 15508242432 10183 33554432000 4194304 4196468 140736409733712 139726004603760 139727135943298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17813] ppid=17799 vsize=15144768 memory=139656106206848 CPUtime=0.07 cores=4-7
/proc/17801/task/17813/stat : 17813 (java) R 17799 17799 17600 0 -1 4202560 741 0 0 0 7 0 0 0 20 0 15 0 410664596 15508242432 10183 33554432000 4194304 4196468 140736409733712 139726003550704 139727129038075 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17814] ppid=17799 vsize=15144768 memory=-1 CPUtime=0 cores=4-7
/proc/17801/task/17814/stat : 17814 (java) S 17799 17799 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410664596 15508242432 10183 33554432000 4194304 4196468 140736409733712 139726002498400 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17815] ppid=17799 vsize=15144768 memory=0 CPUtime=0 cores=4-7
/proc/17801/task/17815/stat : 17815 (java) S 17799 17799 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410664596 15508242432 10183 33554432000 4194304 4196468 140736409733712 139726001445424 139727135943298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42180 KiB

[startup+0.317235 s]*
/proc/loadavg: 6.88 3.40 2.26 6/234 17815
/proc/meminfo: memFree=25579452/32770688 swapFree=66919992/67108860
[pid=17799] ppid=17796 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/17799/stat : 17799 (xcsp3-exec) S 17796 17799 17600 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410664589 115843072 362 33554432000 4194304 5098028 140734701642352 140734701640456 140666625802876 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 20414464 140734701650811 140734701651053 140734701651053 140734701653962 0
/proc/17799/statm: 28282 362 304 221 0 87 0
[pid=17801] ppid=17799 vsize=15149024 memory=46908 CPUtime=0.53 cores=4-7
/proc/17801/stat : 17801 (java) S 17799 17799 17600 0 -1 1077944320 10553 0 0 0 49 4 0 0 20 0 15 0 410664589 15512600576 11727 33554432000 4194304 4196468 140736409733712 140736409716256 139727135932151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
/proc/17801/statm: 3787256 11727 3341 1 0 3748377 0
[pid=17801/tid=17802] ppid=17799 vsize=15149024 memory=1398722017469774279 CPUtime=0.3 cores=4-7
/proc/17801/task/17802/stat : 17802 (java) R 17799 17799 17600 0 -1 4202560 7624 0 0 0 27 3 0 0 20 0 15 0 410664590 15512600576 11727 33554432000 4194304 4196468 140736409733712 139727140156656 139727120012668 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17803] ppid=17799 vsize=15149024 memory=4872558044660077418 CPUtime=0 cores=4-7
/proc/17801/task/17803/stat : 17803 (java) S 17799 17799 17600 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410664590 15512600576 11727 33554432000 4194304 4196468 140736409733712 139727099038736 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17804] ppid=17799 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=4-7
/proc/17801/task/17804/stat : 17804 (java) S 17799 17799 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410664590 15512600576 11727 33554432000 4194304 4196468 140736409733712 139726727077008 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17805] ppid=17799 vsize=15149024 memory=6943526294502006880 CPUtime=0 cores=4-7
/proc/17801/task/17805/stat : 17805 (java) S 17799 17799 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410664590 15512600576 11727 33554432000 4194304 4196468 140736409733712 139726726023952 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17806] ppid=17799 vsize=15149024 memory=-3258418265892434876 CPUtime=0 cores=4-7
/proc/17801/task/17806/stat : 17806 (java) S 17799 17799 17600 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410664590 15512600576 11727 33554432000 4194304 4196468 140736409733712 139726724971408 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17807] ppid=17799 vsize=15149024 memory=4500088463514900084 CPUtime=0 cores=4-7
/proc/17801/task/17807/stat : 17807 (java) S 17799 17799 17600 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 410664592 15512600576 11727 33554432000 4194304 4196468 140736409733712 139726009866480 139727135943298 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17808] ppid=17799 vsize=15149024 memory=6944613755495348631 CPUtime=0 cores=4-7
/proc/17801/task/17808/stat : 17808 (java) S 17799 17799 17600 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410664593 15512600576 11727 33554432000 4194304 4196468 140736409733712 139726008812704 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17809] ppid=17799 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=4-7
/proc/17801/task/17809/stat : 17809 (java) S 17799 17799 17600 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410664593 15512600576 11727 33554432000 4194304 4196468 140736409733712 139726007759600 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17810] ppid=17799 vsize=15149024 memory=-8813974798734826869 CPUtime=0 cores=4-7
/proc/17801/task/17810/stat : 17810 (java) S 17799 17799 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410664595 15512600576 11727 33554432000 4194304 4196468 140736409733712 139726006708176 139727135950747 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17811] ppid=17799 vsize=15149024 memory=7827413994055111515 CPUtime=0.03 cores=4-7
/proc/17801/task/17811/stat : 17811 (java) S 17799 17799 17600 0 -1 1077944384 670 0 0 0 3 0 0 0 20 0 15 0 410664596 15512600576 11727 33554432000 4194304 4196468 140736409733712 139726005656304 139727135943298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17812] ppid=17799 vsize=15149024 memory=0 CPUtime=0.04 cores=4-7
/proc/17801/task/17812/stat : 17812 (java) S 17799 17799 17600 0 -1 1077944384 137 0 0 0 4 0 0 0 20 0 15 0 410664596 15512600576 11727 33554432000 4194304 4196468 140736409733712 139726004603760 139727135943298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17813] ppid=17799 vsize=15149024 memory=0 CPUtime=0.12 cores=4-7
/proc/17801/task/17813/stat : 17813 (java) S 17799 17799 17600 0 -1 1077944384 817 0 0 0 12 0 0 0 20 0 15 0 410664596 15512600576 11727 33554432000 4194304 4196468 140736409733712 139726003550704 139727135943298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17814] ppid=17799 vsize=15149024 memory=0 CPUtime=0 cores=4-7
/proc/17801/task/17814/stat : 17814 (java) S 17799 17799 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410664596 15512600576 11727 33554432000 4194304 4196468 140736409733712 139726002498400 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17815] ppid=17799 vsize=15149024 memory=0 CPUtime=0 cores=4-7
/proc/17801/task/17815/stat : 17815 (java) S 17799 17799 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410664596 15512600576 11727 33554432000 4194304 4196468 140736409733712 139726001445424 139727135943298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 48356 KiB

[startup+0.701238 s]
/proc/loadavg: 6.88 3.40 2.26 9/234 17815
/proc/meminfo: memFree=25560700/32770688 swapFree=66919992/67108860
[pid=17799] ppid=17796 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/17799/stat : 17799 (xcsp3-exec) S 17796 17799 17600 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410664589 115843072 362 33554432000 4194304 5098028 140734701642352 140734701640456 140666625802876 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 20414464 140734701650811 140734701651053 140734701651053 140734701653962 0
/proc/17799/statm: 28282 362 304 221 0 87 0
[pid=17801] ppid=17799 vsize=15151148 memory=86876 CPUtime=1.7 cores=4-7
/proc/17801/stat : 17801 (java) S 17799 17799 17600 0 -1 1077944320 14881 0 0 0 165 5 0 0 20 0 15 0 410664589 15514775552 21719 33554432000 4194304 4196468 140736409733712 140736409716256 139727135932151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
/proc/17801/statm: 3787787 21719 3449 1 0 3748889 0
[pid=17801/tid=17802] ppid=17799 vsize=15151148 memory=0 CPUtime=0.68 cores=4-7
/proc/17801/task/17802/stat : 17802 (java) R 17799 17799 17600 0 -1 4202560 9199 0 0 0 64 4 0 0 20 0 15 0 410664590 15514775552 21719 33554432000 4194304 4196468 140736409733712 139727140165888 139726772119253 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17803] ppid=17799 vsize=15151148 memory=45172 CPUtime=0 cores=4-7
/proc/17801/task/17803/stat : 17803 (java) S 17799 17799 17600 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410664590 15514775552 21719 33554432000 4194304 4196468 140736409733712 139727099038736 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17804] ppid=17799 vsize=15151148 memory=984 CPUtime=0 cores=4-7
/proc/17801/task/17804/stat : 17804 (java) S 17799 17799 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410664590 15514775552 21719 33554432000 4194304 4196468 140736409733712 139726727077008 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17805] ppid=17799 vsize=15151148 memory=2020 CPUtime=0 cores=4-7
/proc/17801/task/17805/stat : 17805 (java) S 17799 17799 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410664590 15514775552 21719 33554432000 4194304 4196468 140736409733712 139726726023952 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17806] ppid=17799 vsize=15151148 memory=1432 CPUtime=0 cores=4-7
/proc/17801/task/17806/stat : 17806 (java) S 17799 17799 17600 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410664590 15514775552 21719 33554432000 4194304 4196468 140736409733712 139726724971408 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17807] ppid=17799 vsize=15151148 memory=776 CPUtime=0 cores=4-7
/proc/17801/task/17807/stat : 17807 (java) S 17799 17799 17600 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 410664592 15514775552 21719 33554432000 4194304 4196468 140736409733712 139726009866480 139727135943298 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17808] ppid=17799 vsize=15151148 memory=660 CPUtime=0 cores=4-7
/proc/17801/task/17808/stat : 17808 (java) S 17799 17799 17600 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410664593 15514775552 21719 33554432000 4194304 4196468 140736409733712 139726008812704 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17809] ppid=17799 vsize=15151148 memory=1556 CPUtime=0 cores=4-7
/proc/17801/task/17809/stat : 17809 (java) S 17799 17799 17600 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410664593 15514775552 21719 33554432000 4194304 4196468 140736409733712 139726007759600 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17810] ppid=17799 vsize=15151148 memory=9588 CPUtime=0 cores=4-7
/proc/17801/task/17810/stat : 17810 (java) S 17799 17799 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410664595 15514775552 21719 33554432000 4194304 4196468 140736409733712 139726006708176 139727135950747 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17811] ppid=17799 vsize=15151148 memory=1712 CPUtime=0.26 cores=4-7
/proc/17801/task/17811/stat : 17811 (java) R 17799 17799 17600 0 -1 4202560 1278 0 0 0 26 0 0 0 20 0 15 0 410664596 15514775552 21719 33554432000 4194304 4196468 140736409733712 139726005644976 139727120322000 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17812] ppid=17799 vsize=15151148 memory=5972 CPUtime=0.34 cores=4-7
/proc/17801/task/17812/stat : 17812 (java) R 17799 17799 17600 0 -1 4202560 1343 0 0 0 34 0 0 0 20 0 15 0 410664596 15514775552 21719 33554432000 4194304 4196468 140736409733712 139726004593648 139727121964318 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17813] ppid=17799 vsize=15151148 memory=4164 CPUtime=0.39 cores=4-7
/proc/17801/task/17813/stat : 17813 (java) R 17799 17799 17600 0 -1 4202560 1754 0 0 0 39 0 0 0 20 0 15 0 410664596 15514775552 21719 33554432000 4194304 4196468 140736409733712 139726003542624 139727114714615 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17814] ppid=17799 vsize=15151148 memory=1056 CPUtime=0 cores=4-7
/proc/17801/task/17814/stat : 17814 (java) S 17799 17799 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410664596 15514775552 21719 33554432000 4194304 4196468 140736409733712 139726002498400 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17815] ppid=17799 vsize=15151148 memory=2828 CPUtime=0 cores=4-7
/proc/17801/task/17815/stat : 17815 (java) S 17799 17799 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410664596 15514775552 21719 33554432000 4194304 4196468 140736409733712 139726001445424 139727135943298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 88324 KiB

[startup+1.50128 s]
/proc/loadavg: 6.88 3.40 2.26 8/234 17815
/proc/meminfo: memFree=25450868/32770688 swapFree=66919992/67108860
[pid=17799] ppid=17796 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/17799/stat : 17799 (xcsp3-exec) S 17796 17799 17600 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410664589 115843072 362 33554432000 4194304 5098028 140734701642352 140734701640456 140666625802876 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 20414464 140734701650811 140734701651053 140734701651053 140734701653962 0
/proc/17799/statm: 28282 362 304 221 0 87 0

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

/proc/17801/stat : 17801 (java) S 17799 17799 17600 0 -1 1077944320 141517 0 0 0 204220 130 0 0 20 0 19 0 410664589 15790571520 562946 33554432000 4194304 4196468 140736409733712 140736409716256 139727135932151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
/proc/17801/statm: 3855120 562946 3534 1 0 3816222 0
[pid=17801/tid=17802] ppid=17799 vsize=15420480 memory=1448 CPUtime=1.68 cores=4-7
/proc/17801/task/17802/stat : 17802 (java) S 17799 17799 17600 0 -1 1077944384 11754 0 0 0 162 6 0 0 20 0 19 0 410664590 15790571520 562946 33554432000 4194304 4196468 140736409733712 139727140172928 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17803] ppid=17799 vsize=15420480 memory=2252300 CPUtime=0.55 cores=4-7
/proc/17801/task/17803/stat : 17803 (java) S 17799 17799 17600 0 -1 1077944384 3481 0 0 0 46 9 0 0 20 0 19 0 410664590 15790571520 562946 33554432000 4194304 4196468 140736409733712 139727099038736 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17804] ppid=17799 vsize=15420480 memory=1448 CPUtime=0.56 cores=4-7
/proc/17801/task/17804/stat : 17804 (java) S 17799 17799 17600 0 -1 1077944384 2571 0 0 0 48 8 0 0 20 0 19 0 410664590 15790571520 562946 33554432000 4194304 4196468 140736409733712 139726727077008 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17805] ppid=17799 vsize=15420480 memory=2250784 CPUtime=0.56 cores=4-7
/proc/17801/task/17805/stat : 17805 (java) S 17799 17799 17600 0 -1 1077944384 4077 0 0 0 47 9 0 0 20 0 19 0 410664590 15790571520 562946 33554432000 4194304 4196468 140736409733712 139726726023952 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17806] ppid=17799 vsize=15420480 memory=2250252 CPUtime=0.57 cores=4-7
/proc/17801/task/17806/stat : 17806 (java) S 17799 17799 17600 0 -1 1077944384 4643 0 0 0 47 10 0 0 20 0 19 0 410664590 15790571520 562946 33554432000 4194304 4196468 140736409733712 139726724971408 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17807] ppid=17799 vsize=15420480 memory=2250252 CPUtime=0.62 cores=4-7
/proc/17801/task/17807/stat : 17807 (java) S 17799 17799 17600 0 -1 1077944384 6581 0 0 0 22 40 0 0 20 0 19 0 410664592 15790571520 562946 33554432000 4194304 4196468 140736409733712 139726009866480 139727135943298 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17808] ppid=17799 vsize=15420480 memory=3624 CPUtime=0 cores=4-7
/proc/17801/task/17808/stat : 17808 (java) S 17799 17799 17600 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 410664593 15790571520 562946 33554432000 4194304 4196468 140736409733712 139726008812768 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17809] ppid=17799 vsize=15420480 memory=45172 CPUtime=0 cores=4-7
/proc/17801/task/17809/stat : 17809 (java) S 17799 17799 17600 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 19 0 410664593 15790571520 562946 33554432000 4194304 4196468 140736409733712 139726007759616 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17810] ppid=17799 vsize=15420480 memory=1448 CPUtime=0 cores=4-7
/proc/17801/task/17810/stat : 17810 (java) S 17799 17799 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410664595 15790571520 562946 33554432000 4194304 4196468 140736409733712 139726006708176 139727135950747 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17811] ppid=17799 vsize=15420480 memory=1448 CPUtime=3.31 cores=4-7
/proc/17801/task/17811/stat : 17811 (java) S 17799 17799 17600 0 -1 1077944384 20626 0 0 0 329 2 0 0 20 0 19 0 410664596 15790571520 562946 33554432000 4194304 4196468 140736409733712 139726005656304 139727135943298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17812] ppid=17799 vsize=15420480 memory=1448 CPUtime=3.07 cores=4-7
/proc/17801/task/17812/stat : 17812 (java) S 17799 17799 17600 0 -1 1077944384 17349 0 0 0 306 1 0 0 20 0 19 0 410664596 15790571520 562946 33554432000 4194304 4196468 140736409733712 139726004603760 139727135943298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17813] ppid=17799 vsize=15420480 memory=1448 CPUtime=0.99 cores=4-7
/proc/17801/task/17813/stat : 17813 (java) S 17799 17799 17600 0 -1 1077944384 14097 0 0 0 97 2 0 0 20 0 19 0 410664596 15790571520 562946 33554432000 4194304 4196468 140736409733712 139726003550704 139727135943298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17814] ppid=17799 vsize=15420480 memory=2248208 CPUtime=0 cores=4-7
/proc/17801/task/17814/stat : 17814 (java) S 17799 17799 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410664596 15790571520 562946 33554432000 4194304 4196468 140736409733712 139726002498400 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17815] ppid=17799 vsize=15420480 memory=1448 CPUtime=0.21 cores=4-7
/proc/17801/task/17815/stat : 17815 (java) S 17799 17799 17600 0 -1 1077944384 906 0 0 0 14 7 0 0 20 0 19 0 410664596 15790571520 562946 33554432000 4194304 4196468 140736409733712 139726001445424 139727135943298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17848] ppid=17799 vsize=15420480 memory=1452 CPUtime=369.17 cores=4-7
/proc/17801/task/17848/stat : 17848 (java) R 17799 17799 17600 0 -1 4202560 2763 0 0 0 36917 0 0 0 20 0 19 0 410679618 15790571520 562946 33554432000 4194304 4196468 140736409733712 139725992234456 139726776379599 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17849] ppid=17799 vsize=15420480 memory=744284 CPUtime=368.88 cores=4-7
/proc/17801/task/17849/stat : 17849 (java) R 17799 17799 17600 0 -1 4202560 18017 0 0 0 36884 4 0 0 20 0 19 0 410679618 15790571520 562946 33554432000 4194304 4196468 140736409733712 139725990130280 139726779049735 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17850] ppid=17799 vsize=15420480 memory=1448 CPUtime=369.65 cores=4-7
/proc/17801/task/17850/stat : 17850 (java) R 17799 17799 17600 0 -1 4202560 3101 0 0 0 36965 0 0 0 20 0 19 0 410679618 15790571520 562946 33554432000 4194304 4196468 140736409733712 139725989077080 139726779002076 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17851] ppid=17799 vsize=15420480 memory=1448 CPUtime=369.47 cores=4-7
/proc/17801/task/17851/stat : 17851 (java) R 17799 17799 17600 0 -1 4202560 1192 0 0 0 36946 1 0 0 20 0 19 0 410679618 15790571520 562946 33554432000 4194304 4196468 140736409733712 139725985926736 139726774986539 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
Current children cumulated CPU time: 2043.5 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 2253232 KiB

[startup+582.301 s]
/proc/loadavg: 5.61 6.75 4.79 6/237 17973
/proc/meminfo: memFree=24768124/32770688 swapFree=66919992/67108860
[pid=17799] ppid=17796 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/17799/stat : 17799 (xcsp3-exec) S 17796 17799 17600 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410664589 115843072 362 33554432000 4194304 5098028 140734701642352 140734701640456 140666625802876 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 20414464 140734701650811 140734701651053 140734701651053 140734701653962 0
/proc/17799/statm: 28282 362 304 221 0 87 0
[pid=17801] ppid=17799 vsize=15420480 memory=2255900 CPUtime=2280.78 cores=4-7
/proc/17801/stat : 17801 (java) S 17799 17799 17600 0 -1 1077944320 144100 0 0 0 227905 173 0 0 20 0 19 0 410664589 15790571520 563975 33554432000 4194304 4196468 140736409733712 140736409716256 139727135932151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
/proc/17801/statm: 3855120 563975 3534 1 0 3816222 0
[pid=17801/tid=17802] ppid=17799 vsize=15420480 memory=2253852 CPUtime=1.68 cores=4-7
/proc/17801/task/17802/stat : 17802 (java) S 17799 17799 17600 0 -1 1077944384 11754 0 0 0 162 6 0 0 20 0 19 0 410664590 15790571520 563975 33554432000 4194304 4196468 140736409733712 139727140172928 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17803] ppid=17799 vsize=15420480 memory=2253852 CPUtime=0.76 cores=4-7
/proc/17801/task/17803/stat : 17803 (java) S 17799 17799 17600 0 -1 1077944384 3570 0 0 0 66 10 0 0 20 0 19 0 410664590 15790571520 563975 33554432000 4194304 4196468 140736409733712 139727099038736 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17804] ppid=17799 vsize=15420480 memory=1448 CPUtime=0.77 cores=4-7
/proc/17801/task/17804/stat : 17804 (java) S 17799 17799 17600 0 -1 1077944384 2662 0 0 0 68 9 0 0 20 0 19 0 410664590 15790571520 563975 33554432000 4194304 4196468 140736409733712 139726727077008 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17805] ppid=17799 vsize=15420480 memory=2255900 CPUtime=0.77 cores=4-7
/proc/17801/task/17805/stat : 17805 (java) S 17799 17799 17600 0 -1 1077944384 4382 0 0 0 67 10 0 0 20 0 19 0 410664590 15790571520 563975 33554432000 4194304 4196468 140736409733712 139726726023952 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17806] ppid=17799 vsize=15420480 memory=1448 CPUtime=0.77 cores=4-7
/proc/17801/task/17806/stat : 17806 (java) S 17799 17799 17600 0 -1 1077944384 4838 0 0 0 67 10 0 0 20 0 19 0 410664590 15790571520 563975 33554432000 4194304 4196468 140736409733712 139726724971408 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17807] ppid=17799 vsize=15420480 memory=2255900 CPUtime=1.18 cores=4-7
/proc/17801/task/17807/stat : 17807 (java) S 17799 17799 17600 0 -1 1077944384 6887 0 0 0 37 81 0 0 20 0 19 0 410664592 15790571520 563975 33554432000 4194304 4196468 140736409733712 139726009866480 139727135943298 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17808] ppid=17799 vsize=15420480 memory=2253844 CPUtime=0 cores=4-7
/proc/17801/task/17808/stat : 17808 (java) S 17799 17799 17600 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 410664593 15790571520 563975 33554432000 4194304 4196468 140736409733712 139726008812768 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17809] ppid=17799 vsize=15420480 memory=1448 CPUtime=0 cores=4-7
/proc/17801/task/17809/stat : 17809 (java) S 17799 17799 17600 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 19 0 410664593 15790571520 563975 33554432000 4194304 4196468 140736409733712 139726007759616 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17810] ppid=17799 vsize=15420480 memory=2253852 CPUtime=0 cores=4-7
/proc/17801/task/17810/stat : 17810 (java) S 17799 17799 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410664595 15790571520 563975 33554432000 4194304 4196468 140736409733712 139726006708176 139727135950747 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17811] ppid=17799 vsize=15420480 memory=2255900 CPUtime=3.31 cores=4-7
/proc/17801/task/17811/stat : 17811 (java) S 17799 17799 17600 0 -1 1077944384 20629 0 0 0 329 2 0 0 20 0 19 0 410664596 15790571520 563975 33554432000 4194304 4196468 140736409733712 139726005656304 139727135943298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17812] ppid=17799 vsize=15420480 memory=1448 CPUtime=3.07 cores=4-7
/proc/17801/task/17812/stat : 17812 (java) S 17799 17799 17600 0 -1 1077944384 17351 0 0 0 306 1 0 0 20 0 19 0 410664596 15790571520 563975 33554432000 4194304 4196468 140736409733712 139726004603760 139727135943298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17813] ppid=17799 vsize=15420480 memory=1448 CPUtime=0.99 cores=4-7
/proc/17801/task/17813/stat : 17813 (java) S 17799 17799 17600 0 -1 1077944384 14688 0 0 0 97 2 0 0 20 0 19 0 410664596 15790571520 563975 33554432000 4194304 4196468 140736409733712 139726003550704 139727135943298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17814] ppid=17799 vsize=15420480 memory=2255900 CPUtime=0 cores=4-7
/proc/17801/task/17814/stat : 17814 (java) S 17799 17799 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410664596 15790571520 563975 33554432000 4194304 4196468 140736409733712 139726002498400 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17815] ppid=17799 vsize=15420480 memory=1448 CPUtime=0.27 cores=4-7
/proc/17801/task/17815/stat : 17815 (java) S 17799 17799 17600 0 -1 1077944384 930 0 0 0 18 9 0 0 20 0 19 0 410664596 15790571520 563975 33554432000 4194304 4196468 140736409733712 139726001445424 139727135943298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17848] ppid=17799 vsize=15420480 memory=2255900 CPUtime=427.98 cores=4-7
/proc/17801/task/17848/stat : 17848 (java) R 17799 17799 17600 0 -1 4202560 2991 0 0 0 42797 1 0 0 20 0 19 0 410679618 15790571520 563975 33554432000 4194304 4196468 140736409733712 139725992237344 139726779858597 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17849] ppid=17799 vsize=15420480 memory=1448 CPUtime=427.79 cores=4-7
/proc/17801/task/17849/stat : 17849 (java) R 17799 17799 17600 0 -1 4202560 18269 0 0 0 42775 4 0 0 20 0 19 0 410679618 15790571520 563975 33554432000 4194304 4196468 140736409733712 139725990129832 139726779537808 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17850] ppid=17799 vsize=15420480 memory=1448 CPUtime=428.48 cores=4-7
/proc/17801/task/17850/stat : 17850 (java) R 17799 17799 17600 0 -1 4202560 3466 0 0 0 42848 0 0 0 20 0 19 0 410679618 15790571520 563975 33554432000 4194304 4196468 140736409733712 139725989077080 139726779889768 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17851] ppid=17799 vsize=15420480 memory=2253852 CPUtime=428.75 cores=4-7
/proc/17801/task/17851/stat : 17851 (java) R 17799 17799 17600 0 -1 4202560 1324 0 0 0 42874 1 0 0 20 0 19 0 410679618 15790571520 563975 33554432000 4194304 4196468 140736409733712 139725985926736 139726774986553 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
Current children cumulated CPU time: 2280.78 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 2257348 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+612.601 s]
/proc/loadavg: 5.37 6.58 4.79 6/237 17983
/proc/meminfo: memFree=24767376/32770688 swapFree=66919992/67108860
[pid=17799] ppid=17796 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/17799/stat : 17799 (xcsp3-exec) S 17796 17799 17600 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410664589 115843072 362 33554432000 4194304 5098028 140734701642352 140734701640456 140666625802876 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 20414464 140734701650811 140734701651053 140734701651053 140734701653962 0
/proc/17799/statm: 28282 362 304 221 0 87 0
[pid=17801] ppid=17799 vsize=15420480 memory=2255936 CPUtime=2400.34 cores=4-7
/proc/17801/stat : 17801 (java) S 17799 17799 17600 0 -1 1077944320 146087 0 0 0 239830 204 0 0 20 0 19 0 410664589 15790571520 563984 33554432000 4194304 4196468 140736409733712 140736409716256 139727135932151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
/proc/17801/statm: 3855120 563984 3534 1 0 3816222 0
[pid=17801/tid=17802] ppid=17799 vsize=15420480 memory=984 CPUtime=1.68 cores=4-7
/proc/17801/task/17802/stat : 17802 (java) S 17799 17799 17600 0 -1 1077944384 11754 0 0 0 162 6 0 0 20 0 19 0 410664590 15790571520 563984 33554432000 4194304 4196468 140736409733712 139727140172928 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17803] ppid=17799 vsize=15420480 memory=2020 CPUtime=0.89 cores=4-7
/proc/17801/task/17803/stat : 17803 (java) S 17799 17799 17600 0 -1 1077944384 3781 0 0 0 79 10 0 0 20 0 19 0 410664590 15790571520 563984 33554432000 4194304 4196468 140736409733712 139727099038736 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17804] ppid=17799 vsize=15420480 memory=1432 CPUtime=0.9 cores=4-7
/proc/17801/task/17804/stat : 17804 (java) S 17799 17799 17600 0 -1 1077944384 2976 0 0 0 81 9 0 0 20 0 19 0 410664590 15790571520 563984 33554432000 4194304 4196468 140736409733712 139726727077008 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17805] ppid=17799 vsize=15420480 memory=776 CPUtime=0.9 cores=4-7
/proc/17801/task/17805/stat : 17805 (java) S 17799 17799 17600 0 -1 1077944384 4472 0 0 0 80 10 0 0 20 0 19 0 410664590 15790571520 563984 33554432000 4194304 4196468 140736409733712 139726726023952 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17806] ppid=17799 vsize=15420480 memory=660 CPUtime=0.91 cores=4-7
/proc/17801/task/17806/stat : 17806 (java) S 17799 17799 17600 0 -1 1077944384 4898 0 0 0 80 11 0 0 20 0 19 0 410664590 15790571520 563984 33554432000 4194304 4196468 140736409733712 139726724971408 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17807] ppid=17799 vsize=15420480 memory=1556 CPUtime=1.6 cores=4-7
/proc/17801/task/17807/stat : 17807 (java) S 17799 17799 17600 0 -1 1077944384 7179 0 0 0 48 112 0 0 20 0 19 0 410664592 15790571520 563984 33554432000 4194304 4196468 140736409733712 139726009866480 139727135943298 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17808] ppid=17799 vsize=15420480 memory=9588 CPUtime=0 cores=4-7
/proc/17801/task/17808/stat : 17808 (java) S 17799 17799 17600 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 410664593 15790571520 563984 33554432000 4194304 4196468 140736409733712 139726008812768 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17809] ppid=17799 vsize=15420480 memory=1712 CPUtime=0 cores=4-7
/proc/17801/task/17809/stat : 17809 (java) S 17799 17799 17600 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 19 0 410664593 15790571520 563984 33554432000 4194304 4196468 140736409733712 139726007759616 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17810] ppid=17799 vsize=15420480 memory=5972 CPUtime=0 cores=4-7
/proc/17801/task/17810/stat : 17810 (java) S 17799 17799 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410664595 15790571520 563984 33554432000 4194304 4196468 140736409733712 139726006708176 139727135950747 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17811] ppid=17799 vsize=15420480 memory=4164 CPUtime=3.31 cores=4-7
/proc/17801/task/17811/stat : 17811 (java) S 17799 17799 17600 0 -1 1077944384 20631 0 0 0 329 2 0 0 20 0 19 0 410664596 15790571520 563984 33554432000 4194304 4196468 140736409733712 139726005656304 139727135943298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17812] ppid=17799 vsize=15420480 memory=1056 CPUtime=3.07 cores=4-7
/proc/17801/task/17812/stat : 17812 (java) S 17799 17799 17600 0 -1 1077944384 17354 0 0 0 306 1 0 0 20 0 19 0 410664596 15790571520 563984 33554432000 4194304 4196468 140736409733712 139726004603760 139727135943298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17813] ppid=17799 vsize=15420480 memory=2828 CPUtime=0.99 cores=4-7
/proc/17801/task/17813/stat : 17813 (java) S 17799 17799 17600 0 -1 1077944384 14928 0 0 0 97 2 0 0 20 0 19 0 410664596 15790571520 563984 33554432000 4194304 4196468 140736409733712 139726003550704 139727135943298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17814] ppid=17799 vsize=15420480 memory=1176 CPUtime=0 cores=4-7
/proc/17801/task/17814/stat : 17814 (java) S 17799 17799 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410664596 15790571520 563984 33554432000 4194304 4196468 140736409733712 139726002498400 139727135942357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17815] ppid=17799 vsize=15420480 memory=980 CPUtime=0.3 cores=4-7
/proc/17801/task/17815/stat : 17815 (java) S 17799 17799 17600 0 -1 1077944384 953 0 0 0 20 10 0 0 20 0 19 0 410664596 15790571520 563984 33554432000 4194304 4196468 140736409733712 139726001445424 139727135943298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17848] ppid=17799 vsize=15420480 memory=14008 CPUtime=457.61 cores=4-7
/proc/17801/task/17848/stat : 17848 (java) R 17799 17799 17600 0 -1 4202560 3180 0 0 0 45760 1 0 0 20 0 19 0 410679618 15790571520 563984 33554432000 4194304 4196468 140736409733712 139725992237456 139726779566758 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17849] ppid=17799 vsize=15420480 memory=12028 CPUtime=457.29 cores=4-7
/proc/17801/task/17849/stat : 17849 (java) R 17799 17799 17600 0 -1 4202560 18449 0 0 0 45725 4 0 0 20 0 19 0 410679618 15790571520 563984 33554432000 4194304 4196468 140736409733712 139725990129696 139726779002076 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17850] ppid=17799 vsize=15420480 memory=24768 CPUtime=458.02 cores=4-7
/proc/17801/task/17850/stat : 17850 (java) R 17799 17799 17600 0 -1 4202560 3781 0 0 0 45802 0 0 0 20 0 19 0 410679618 15790571520 563984 33554432000 4194304 4196468 140736409733712 139725989077080 139726779537808 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
[pid=17801/tid=17851] ppid=17799 vsize=15420480 memory=2120 CPUtime=458.65 cores=4-7
/proc/17801/task/17851/stat : 17851 (java) R 17799 17799 17600 0 -1 4202560 1392 0 0 0 45864 1 0 0 20 0 19 0 410679618 15790571520 563984 33554432000 4194304 4196468 140736409733712 139725985926848 139726774986553 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140736409736175 140736409736346 140736409736346 140736409739215 0
Current children cumulated CPU time: 2400.34 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 2257384 KiB

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

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

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

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

Child status: 143
Real time (s): 612.701
CPU time (s): 2400.69
CPU user time (s): 2398.61
CPU system time (s): 2.07177
CPU usage (%): 391.82
Max. virtual memory (cumulated for all children) (KiB): 15533608
Max. memory (cumulated for all children) (KiB): 2257384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.61
system time used= 2.07177
maximum resident set size= 2257228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147683
page faults= 0
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22406
involuntary context switches= 38529


# summary of solver processes directly reported to runsolver:
#   pid: 17799,17801
#   total CPU time (s): 2400.69
#   total CPU user time (s): 2398.61
#   total CPU system time (s): 2.07177

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.13144 second user time and 7.58562 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-14 12:10:05
IDJOB=4394280
IDBENCH=139745
IDSOLVER=2842
FILE ID=node120/4394280-1568346582
RUNJOBID= node120-1323860857-17632
PBS_JOBID= 21701167
Free space on /tmp= 59128 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-08-10.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4394280-1568346582/watcher-4394280-1568346582 -o /tmp/evaluation-result-4394280-1568346582/solver-4394280-1568346582 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323860857-17632 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 929483248 HOME/instance-4394280-1568346582.xml

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

MD5SUM BENCH= 23e84b7c24701222a8a18862c478c748
RANDOM SEED=929483248

node120.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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        25614552 kB
MemAvailable:   29682188 kB
Buffers:          157352 kB
Cached:          4204056 kB
SwapCached:        77548 kB
Active:          3426664 kB
Inactive:        3148820 kB
Active(anon):    2137000 kB
Inactive(anon):   126960 kB
Active(file):    1289664 kB
Inactive(file):  3021860 kB
Unevictable:      108228 kB
Mlocked:          108228 kB
SwapTotal:      67108860 kB
SwapFree:       66919992 kB
Dirty:             26124 kB
Writeback:             8 kB
AnonPages:       2246756 kB
Mapped:            60408 kB
Shmem:             41008 kB
Slab:             172832 kB
SReclaimable:     143896 kB
SUnreclaim:        28936 kB
KernelStack:        3808 kB
PageTables:        10048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    3356420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2129920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 59104 MiB
End job on node120 at 2011-12-14 12:20:18