Trace number 4393380

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 2520.72 644.897

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.3246
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-4393380-1568354161.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393380-1568354161.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
4.40/1.54	c solve instance...
5.11/1.76	o 7 
5.84/1.98	o 6 
16.07/11.49	o 5 
96.54/31.71	o 4 
161.21/49.91	o 3 
2520.37/644.87	s SATISFIABLE
2520.37/644.87	v <instantiation>
2520.37/644.87	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>
2520.37/644.87	v 	<values>0 0 0 0 0 0 0 0 0 1 0 1 1 1 1 2 2 2 3 1 1 0 2 2 3 1 3 3 3 0 1 2 0 2 2 3 2 3 2 1 1 3 2 1 0 3 2 1 3 0 1 3 2 3 3 2 1 0 2 2 2 3 2 1 2 1 1 0 1 3 3 2 2 3 1 3 0 2 1 3 </values>
2520.37/644.87	v </instantiation>
2520.37/644.87	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: 16374 MiB (11687 MiB free)
  memory of node 1: 16384 MiB (14412 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393380-1568354161/watcher-4393380-1568354161 -o /tmp/evaluation-result-4393380-1568354161/solver-4393380-1568354161 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568354118-30105 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 700482388 HOME/instance-4393380-1568354161.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog threadsolver pid=30141, runsolver pid=
30137
Starting watchdog threadsolver pid=30141, runsolver pid=
Current StackSize limit: 8192 KiB


[startup+0.100106 s]*
/proc/loadavg: 1.00 1.01 1.09 7/229 30165
/proc/meminfo: memFree=26702756/32770624 swapFree=66957012/67108860
[pid=30141] ppid=30137 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30141/stat : 30141 (xcsp3-exec) S 30137 30141 30073 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411329973 115843072 363 33554432000 4194304 5098028 140725257283008 140725257281112 140153668760188 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26587136 140725257290619 140725257290861 140725257290861 140725257293770 0
/proc/30141/statm: 28282 363 304 221 0 87 0
[pid=30144] ppid=30141 vsize=15144768 memory=29132 CPUtime=0.13 cores=1,3,5,7
/proc/30144/stat : 30144 (java) S 30141 30141 30073 0 -1 1077944320 5697 0 0 0 12 1 0 0 20 0 15 0 411329974 15508242432 7283 33554432000 4194304 4196468 140725238205824 140725238188368 140631468183287 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
/proc/30144/statm: 3786192 7283 3160 1 0 3748377 0
[pid=30144/tid=30146] ppid=30141 vsize=15144768 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/30144/task/30146/stat : 30146 (java) R 30141 30141 30073 0 -1 4202560 3578 0 0 0 8 1 0 0 20 0 15 0 411329974 15508242432 7283 33554432000 4194304 4196468 140725238205824 140631472407696 140631460420414 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30147] ppid=30141 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30147/stat : 30147 (java) S 30141 30141 30073 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411329975 15508242432 7283 33554432000 4194304 4196468 140725238205824 140631396224144 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30148] ppid=30141 vsize=15144768 memory=139946422011520 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30148/stat : 30148 (java) S 30141 30141 30073 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411329975 15508242432 7283 33554432000 4194304 4196468 140725238205824 140631395171344 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30149] ppid=30141 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30149/stat : 30149 (java) S 30141 30141 30073 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411329975 15508242432 7283 33554432000 4194304 4196468 140725238205824 140631394118544 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30150] ppid=30141 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30150/stat : 30150 (java) S 30141 30141 30073 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411329975 15508242432 7283 33554432000 4194304 4196468 140725238205824 140631393065744 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30151] ppid=30141 vsize=15144768 memory=139946422011520 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30151/stat : 30151 (java) S 30141 30141 30073 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411329976 15508242432 7283 33554432000 4194304 4196468 140725238205824 140630342265200 140631468194434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30156] ppid=30141 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30156/stat : 30156 (java) S 30141 30141 30073 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411329977 15508242432 7283 33554432000 4194304 4196468 140725238205824 140630341211168 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30158] ppid=30141 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30158/stat : 30158 (java) S 30141 30141 30073 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411329977 15508242432 7283 33554432000 4194304 4196468 140725238205824 140630340158320 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30160] ppid=30141 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30160/stat : 30160 (java) S 30141 30141 30073 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411329979 15508242432 7283 33554432000 4194304 4196468 140725238205824 140630339106640 140631468201883 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30161] ppid=30141 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30161/stat : 30161 (java) S 30141 30141 30073 0 -1 1077944384 449 0 0 0 0 0 0 0 20 0 15 0 411329979 15508242432 7283 33554432000 4194304 4196468 140725238205824 140630338055024 140631468194434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30162] ppid=30141 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30162/stat : 30162 (java) S 30141 30141 30073 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411329979 15508242432 7283 33554432000 4194304 4196468 140725238205824 140630337002224 140631468194434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30163] ppid=30141 vsize=15144768 memory=139946422011520 CPUtime=0.02 cores=1,3,5,7
/proc/30144/task/30163/stat : 30163 (java) S 30141 30141 30073 0 -1 1077944384 367 0 0 0 2 0 0 0 20 0 15 0 411329979 15508242432 7283 33554432000 4194304 4196468 140725238205824 140630335949424 140631468194434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30164] ppid=30141 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30164/stat : 30164 (java) S 30141 30141 30073 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411329979 15508242432 7283 33554432000 4194304 4196468 140725238205824 140630334896864 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30165] ppid=30141 vsize=15144768 memory=139946422011520 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30165/stat : 30165 (java) S 30141 30141 30073 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411329980 15508242432 7283 33554432000 4194304 4196468 140725238205824 140630333844144 140631468194434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 30584 KiB

[startup+0.212655 s]*
/proc/loadavg: 1.00 1.01 1.09 1/229 30165
/proc/meminfo: memFree=26677484/32770624 swapFree=66957012/67108860
[pid=30141] ppid=30137 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30141/stat : 30141 (xcsp3-exec) S 30137 30141 30073 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411329973 115843072 363 33554432000 4194304 5098028 140725257283008 140725257281112 140153668760188 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26587136 140725257290619 140725257290861 140725257290861 140725257293770 0
/proc/30141/statm: 28282 363 304 221 0 87 0
[pid=30144] ppid=30141 vsize=15144768 memory=40668 CPUtime=0.34 cores=1,3,5,7
/proc/30144/stat : 30144 (java) S 30141 30141 30073 0 -1 1077944320 9451 0 0 0 31 3 0 0 20 0 15 0 411329974 15508242432 10167 33554432000 4194304 4196468 140725238205824 140725238188368 140631468183287 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
/proc/30144/statm: 3786192 10167 3275 1 0 3748377 0
[pid=30144/tid=30146] ppid=30141 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/30144/task/30146/stat : 30146 (java) R 30141 30141 30073 0 -1 4202560 6616 0 0 0 18 2 0 0 20 0 15 0 411329974 15508242432 10167 33554432000 4194304 4196468 140725238205824 140631472414208 140631468195222 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30147] ppid=30141 vsize=15144768 memory=8952 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30147/stat : 30147 (java) S 30141 30141 30073 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411329975 15508242432 10167 33554432000 4194304 4196468 140725238205824 140631396224144 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30148] ppid=30141 vsize=15144768 memory=4121837645381338784 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30148/stat : 30148 (java) S 30141 30141 30073 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411329975 15508242432 10167 33554432000 4194304 4196468 140725238205824 140631395171344 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30149] ppid=30141 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30149/stat : 30149 (java) S 30141 30141 30073 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411329975 15508242432 10167 33554432000 4194304 4196468 140725238205824 140631394118544 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30150] ppid=30141 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30150/stat : 30150 (java) S 30141 30141 30073 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411329975 15508242432 10167 33554432000 4194304 4196468 140725238205824 140631393065744 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30151] ppid=30141 vsize=15144768 memory=139946422011520 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30151/stat : 30151 (java) S 30141 30141 30073 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411329976 15508242432 10167 33554432000 4194304 4196468 140725238205824 140630342265200 140631468194434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30156] ppid=30141 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30156/stat : 30156 (java) S 30141 30141 30073 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411329977 15508242432 10167 33554432000 4194304 4196468 140725238205824 140630341211168 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30158] ppid=30141 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30158/stat : 30158 (java) S 30141 30141 30073 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411329977 15508242432 10167 33554432000 4194304 4196468 140725238205824 140630340158320 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30160] ppid=30141 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30160/stat : 30160 (java) S 30141 30141 30073 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411329979 15508242432 10167 33554432000 4194304 4196468 140725238205824 140630339106640 140631468201883 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30161] ppid=30141 vsize=15144768 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/30144/task/30161/stat : 30161 (java) S 30141 30141 30073 0 -1 1077944384 695 0 0 0 3 0 0 0 20 0 15 0 411329979 15508242432 10167 33554432000 4194304 4196468 140725238205824 140630338055024 140631468194434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30162] ppid=30141 vsize=15144768 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/30144/task/30162/stat : 30162 (java) S 30141 30141 30073 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 15 0 411329979 15508242432 10167 33554432000 4194304 4196468 140725238205824 140630337002224 140631468194434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30163] ppid=30141 vsize=15144768 memory=139946422011520 CPUtime=0.08 cores=1,3,5,7
/proc/30144/task/30163/stat : 30163 (java) R 30141 30141 30073 0 -1 4202560 788 0 0 0 8 0 0 0 20 0 15 0 411329979 15508242432 10167 33554432000 4194304 4196468 140725238205824 140630335946360 140631460900439 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30164] ppid=30141 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30164/stat : 30164 (java) S 30141 30141 30073 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411329979 15508242432 10167 33554432000 4194304 4196468 140725238205824 140630334896864 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30165] ppid=30141 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30165/stat : 30165 (java) S 30141 30141 30073 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411329980 15508242432 10167 33554432000 4194304 4196468 140725238205824 140630333844144 140631468194434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42120 KiB

[startup+0.313703 s]*
/proc/loadavg: 1.00 1.01 1.09 8/229 30165
/proc/meminfo: memFree=26663720/32770624 swapFree=66957012/67108860
[pid=30141] ppid=30137 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30141/stat : 30141 (xcsp3-exec) S 30137 30141 30073 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411329973 115843072 363 33554432000 4194304 5098028 140725257283008 140725257281112 140153668760188 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26587136 140725257290619 140725257290861 140725257290861 140725257293770 0
/proc/30141/statm: 28282 363 304 221 0 87 0
[pid=30144] ppid=30141 vsize=15149024 memory=49904 CPUtime=0.53 cores=1,3,5,7
/proc/30144/stat : 30144 (java) S 30141 30141 30073 0 -1 1077944320 10871 0 0 0 49 4 0 0 20 0 15 0 411329974 15512600576 12476 33554432000 4194304 4196468 140725238205824 140725238188368 140631468183287 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
/proc/30144/statm: 3787256 12476 3333 1 0 3748377 0
[pid=30144/tid=30146] ppid=30141 vsize=15149024 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/30144/task/30146/stat : 30146 (java) R 30141 30141 30073 0 -1 4202560 7791 0 0 0 27 2 0 0 20 0 15 0 411329974 15512600576 12476 33554432000 4194304 4196468 140725238205824 140631472414776 140631468206877 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30147] ppid=30141 vsize=15149024 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30147/stat : 30147 (java) S 30141 30141 30073 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411329975 15512600576 12476 33554432000 4194304 4196468 140725238205824 140631396224144 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30148] ppid=30141 vsize=15149024 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30148/stat : 30148 (java) S 30141 30141 30073 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411329975 15512600576 12476 33554432000 4194304 4196468 140725238205824 140631395171344 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30149] ppid=30141 vsize=15149024 memory=-3040564339105353098 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30149/stat : 30149 (java) S 30141 30141 30073 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411329975 15512600576 12476 33554432000 4194304 4196468 140725238205824 140631394118544 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30150] ppid=30141 vsize=15149024 memory=7089274314207166114 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30150/stat : 30150 (java) S 30141 30141 30073 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411329975 15512600576 12476 33554432000 4194304 4196468 140725238205824 140631393065744 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30151] ppid=30141 vsize=15149024 memory=6944656591801720471 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30151/stat : 30151 (java) S 30141 30141 30073 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411329976 15512600576 12476 33554432000 4194304 4196468 140725238205824 140630342265200 140631468194434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30156] ppid=30141 vsize=15149024 memory=-8458152057954561420 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30156/stat : 30156 (java) S 30141 30141 30073 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411329977 15512600576 12476 33554432000 4194304 4196468 140725238205824 140630341211168 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30158] ppid=30141 vsize=15149024 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30158/stat : 30158 (java) S 30141 30141 30073 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411329977 15512600576 12476 33554432000 4194304 4196468 140725238205824 140630340158320 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30160] ppid=30141 vsize=15149024 memory=7031125463459224206 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30160/stat : 30160 (java) S 30141 30141 30073 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411329979 15512600576 12541 33554432000 4194304 4196468 140725238205824 140630339106640 140631468201883 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30161] ppid=30141 vsize=15149024 memory=4426078206164241782 CPUtime=0.05 cores=1,3,5,7
/proc/30144/task/30161/stat : 30161 (java) S 30141 30141 30073 0 -1 1077944384 717 0 0 0 5 0 0 0 20 0 15 0 411329979 15512600576 12541 33554432000 4194304 4196468 140725238205824 140630338055024 140631468194434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30162] ppid=30141 vsize=15149024 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/30144/task/30162/stat : 30162 (java) R 30141 30141 30073 0 -1 4202560 171 0 0 0 4 0 0 0 20 0 15 0 411329979 15512600576 12541 33554432000 4194304 4196468 140725238205824 140630336983240 140631453308656 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30163] ppid=30141 vsize=15149024 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/30144/task/30163/stat : 30163 (java) S 30141 30141 30073 0 -1 1077944384 887 0 0 0 12 0 0 0 20 0 15 0 411329979 15512600576 12541 33554432000 4194304 4196468 140725238205824 140630335949424 140631468194434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30164] ppid=30141 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30164/stat : 30164 (java) S 30141 30141 30073 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411329979 15512600576 12541 33554432000 4194304 4196468 140725238205824 140630334896864 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30165] ppid=30141 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30165/stat : 30165 (java) S 30141 30141 30073 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411329980 15512600576 12541 33554432000 4194304 4196468 140725238205824 140630333844144 140631468194434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51356 KiB

[startup+0.701613 s]
/proc/loadavg: 1.00 1.01 1.09 6/229 30165
/proc/meminfo: memFree=26625572/32770624 swapFree=66957012/67108860
[pid=30141] ppid=30137 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30141/stat : 30141 (xcsp3-exec) S 30137 30141 30073 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411329973 115843072 363 33554432000 4194304 5098028 140725257283008 140725257281112 140153668760188 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26587136 140725257290619 140725257290861 140725257290861 140725257293770 0
/proc/30141/statm: 28282 363 304 221 0 87 0
[pid=30144] ppid=30141 vsize=15151148 memory=98200 CPUtime=1.85 cores=1,3,5,7
/proc/30144/stat : 30144 (java) S 30141 30141 30073 0 -1 1077944320 15674 0 0 0 179 6 0 0 20 0 15 0 411329974 15514775552 24550 33554432000 4194304 4196468 140725238205824 140725238188368 140631468183287 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
/proc/30144/statm: 3787787 24550 3448 1 0 3748889 0
[pid=30144/tid=30146] ppid=30141 vsize=15151148 memory=38908 CPUtime=0.67 cores=1,3,5,7
/proc/30144/task/30146/stat : 30146 (java) R 30141 30141 30073 0 -1 4202560 9310 0 0 0 63 4 0 0 20 0 15 0 411329974 15514775552 24550 33554432000 4194304 4196468 140725238205824 140631472420352 140631070506240 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30147] ppid=30141 vsize=15151148 memory=2020 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30147/stat : 30147 (java) S 30141 30141 30073 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411329975 15514775552 24550 33554432000 4194304 4196468 140725238205824 140631396224144 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30148] ppid=30141 vsize=15151148 memory=988 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30148/stat : 30148 (java) S 30141 30141 30073 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411329975 15514775552 24550 33554432000 4194304 4196468 140725238205824 140631395171344 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30149] ppid=30141 vsize=15151148 memory=1368 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30149/stat : 30149 (java) S 30141 30141 30073 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411329975 15514775552 24550 33554432000 4194304 4196468 140725238205824 140631394118544 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30150] ppid=30141 vsize=15151148 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30150/stat : 30150 (java) S 30141 30141 30073 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411329975 15514775552 24550 33554432000 4194304 4196468 140725238205824 140631393065744 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30151] ppid=30141 vsize=15151148 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30151/stat : 30151 (java) S 30141 30141 30073 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411329976 15514775552 24550 33554432000 4194304 4196468 140725238205824 140630342265200 140631468194434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30156] ppid=30141 vsize=15151148 memory=6092 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30156/stat : 30156 (java) S 30141 30141 30073 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411329977 15514775552 24550 33554432000 4194304 4196468 140725238205824 140630341211168 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30158] ppid=30141 vsize=15151148 memory=11624 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30158/stat : 30158 (java) S 30141 30141 30073 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411329977 15514775552 24550 33554432000 4194304 4196468 140725238205824 140630340158320 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30160] ppid=30141 vsize=15151148 memory=732 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30160/stat : 30160 (java) S 30141 30141 30073 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411329979 15514775552 24550 33554432000 4194304 4196468 140725238205824 140630339106640 140631468201883 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30161] ppid=30141 vsize=15151148 memory=776 CPUtime=0.39 cores=1,3,5,7
/proc/30144/task/30161/stat : 30161 (java) R 30141 30141 30073 0 -1 4202560 2038 0 0 0 39 0 0 0 20 0 15 0 411329979 15514775552 24550 33554432000 4194304 4196468 140725238205824 140630338042464 140631468204634 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30162] ppid=30141 vsize=15151148 memory=1560 CPUtime=0.34 cores=1,3,5,7
/proc/30144/task/30162/stat : 30162 (java) R 30141 30141 30073 0 -1 4202560 862 0 0 0 34 0 0 0 20 0 15 0 411329979 15514775552 24550 33554432000 4194304 4196468 140725238205824 140630336988728 140631452582886 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30163] ppid=30141 vsize=15151148 memory=4008 CPUtime=0.41 cores=1,3,5,7
/proc/30144/task/30163/stat : 30163 (java) R 30141 30141 30073 0 -1 4202560 2160 0 0 0 41 0 0 0 20 0 15 0 411329979 15514775552 24550 33554432000 4194304 4196468 140725238205824 140630335946360 140631461283134 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30164] ppid=30141 vsize=15151148 memory=1096 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30164/stat : 30164 (java) S 30141 30141 30073 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411329979 15514775552 24550 33554432000 4194304 4196468 140725238205824 140630334896864 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30165] ppid=30141 vsize=15151148 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30165/stat : 30165 (java) S 30141 30141 30073 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411329980 15514775552 24550 33554432000 4194304 4196468 140725238205824 140630333844144 140631468194434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
Current children cumulated CPU time: 1.85 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 99652 KiB

[startup+1.50161 s]
/proc/loadavg: 1.00 1.01 1.09 7/229 30165
/proc/meminfo: memFree=26328584/32770624 swapFree=66957012/67108860
[pid=30141] ppid=30137 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30141/stat : 30141 (xcsp3-exec) S 30137 30141 30073 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411329973 115843072 363 33554432000 4194304 5098028 140725257283008 140725257281112 140153668760188 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26587136 140725257290619 140725257290861 140725257290861 140725257293770 0

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

/proc/30144/stat : 30144 (java) S 30141 30141 30073 0 -1 1077944320 146312 0 0 0 250738 315 0 0 20 0 19 0 411329974 15789518848 447463 33554432000 4194304 4196468 140725238205824 140725238188368 140631468183287 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
/proc/30144/statm: 3854863 447463 3532 1 0 3815965 0
[pid=30144/tid=30146] ppid=30141 vsize=15419452 memory=3852 CPUtime=1.49 cores=1,3,5,7
/proc/30144/task/30146/stat : 30146 (java) S 30141 30141 30073 0 -1 1077944384 9970 0 0 0 143 6 0 0 20 0 19 0 411329974 15789518848 447463 33554432000 4194304 4196468 140725238205824 140631472424064 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30147] ppid=30141 vsize=15419452 memory=2596 CPUtime=1.52 cores=1,3,5,7
/proc/30144/task/30147/stat : 30147 (java) S 30141 30141 30073 0 -1 1077944384 5513 0 0 0 144 8 0 0 20 0 19 0 411329975 15789518848 447463 33554432000 4194304 4196468 140725238205824 140631396224144 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30148] ppid=30141 vsize=15419452 memory=2304 CPUtime=1.49 cores=1,3,5,7
/proc/30144/task/30148/stat : 30148 (java) S 30141 30141 30073 0 -1 1077944384 5650 0 0 0 142 7 0 0 20 0 19 0 411329975 15789518848 447463 33554432000 4194304 4196468 140725238205824 140631395171344 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30149] ppid=30141 vsize=15419452 memory=1408 CPUtime=1.49 cores=1,3,5,7
/proc/30144/task/30149/stat : 30149 (java) S 30141 30141 30073 0 -1 1077944384 3110 0 0 0 142 7 0 0 20 0 19 0 411329975 15789518848 447463 33554432000 4194304 4196468 140725238205824 140631394118544 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30150] ppid=30141 vsize=15419452 memory=3412 CPUtime=1.5 cores=1,3,5,7
/proc/30144/task/30150/stat : 30150 (java) S 30141 30141 30073 0 -1 1077944384 3790 0 0 0 143 7 0 0 20 0 19 0 411329975 15789518848 447463 33554432000 4194304 4196468 140725238205824 140631393065744 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30151] ppid=30141 vsize=15419452 memory=1452 CPUtime=3.31 cores=1,3,5,7
/proc/30144/task/30151/stat : 30151 (java) S 30141 30141 30073 0 -1 1077944384 7457 0 0 0 92 239 0 0 20 0 19 0 411329976 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630342265200 140631468194434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30156] ppid=30141 vsize=15419452 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30156/stat : 30156 (java) S 30141 30141 30073 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 19 0 411329977 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630341211232 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30158] ppid=30141 vsize=15419452 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30158/stat : 30158 (java) S 30141 30141 30073 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 19 0 411329977 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630340158336 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30160] ppid=30141 vsize=15419452 memory=-7595718147998060693 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30160/stat : 30160 (java) S 30141 30141 30073 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411329979 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630339106640 140631468201883 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30161] ppid=30141 vsize=15419452 memory=6944656592452807320 CPUtime=3.55 cores=1,3,5,7
/proc/30144/task/30161/stat : 30161 (java) S 30141 30141 30073 0 -1 1077944384 20262 0 0 0 353 2 0 0 20 0 19 0 411329979 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630338055024 140631468194434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30162] ppid=30141 vsize=15419452 memory=0 CPUtime=3.32 cores=1,3,5,7
/proc/30144/task/30162/stat : 30162 (java) S 30141 30141 30073 0 -1 1077944384 23066 0 0 0 330 2 0 0 20 0 19 0 411329979 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630337002224 140631468194434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30163] ppid=30141 vsize=15419452 memory=288230574492221466 CPUtime=0.92 cores=1,3,5,7
/proc/30144/task/30163/stat : 30163 (java) S 30141 30141 30073 0 -1 1077944384 14708 0 0 0 90 2 0 0 20 0 19 0 411329979 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630335949424 140631468194434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30164] ppid=30141 vsize=15419452 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30164/stat : 30164 (java) S 30141 30141 30073 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411329979 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630334896864 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30165] ppid=30141 vsize=15419452 memory=15252640887999028 CPUtime=0.53 cores=1,3,5,7
/proc/30144/task/30165/stat : 30165 (java) S 30141 30141 30073 0 -1 1077944384 2074 0 0 0 19 34 0 0 20 0 19 0 411329980 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630333844144 140631468194434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30189] ppid=30141 vsize=15419452 memory=776 CPUtime=583.26 cores=1,3,5,7
/proc/30144/task/30189/stat : 30189 (java) R 30141 30141 30073 0 -1 4202560 4056 0 0 0 58322 4 0 0 20 0 19 0 411334965 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630322527640 140631079100160 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30190] ppid=30141 vsize=15419452 memory=1560 CPUtime=584.05 cores=1,3,5,7
/proc/30144/task/30190/stat : 30190 (java) R 30141 30141 30073 0 -1 4202560 24232 0 0 0 58389 16 0 0 20 0 19 0 411334965 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630323584048 140631070811294 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30191] ppid=30141 vsize=15419452 memory=4008 CPUtime=585.08 cores=1,3,5,7
/proc/30144/task/30191/stat : 30191 (java) R 30141 30141 30073 0 -1 4202560 4283 0 0 0 58506 2 0 0 20 0 19 0 411334965 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630324633464 140631077481116 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30192] ppid=30141 vsize=15419452 memory=2020 CPUtime=587.21 cores=1,3,5,7
/proc/30144/task/30192/stat : 30192 (java) R 30141 30141 30073 0 -1 4202560 2328 0 0 0 58719 2 0 0 20 0 19 0 411334965 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630321475296 140631073289143 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
Current children cumulated CPU time: 2510.53 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 1791304 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+644.802 s]
/proc/loadavg: 8.01 6.00 3.67 10/237 30370
/proc/meminfo: memFree=21400712/32770624 swapFree=66957012/67108860
[pid=30141] ppid=30137 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30141/stat : 30141 (xcsp3-exec) S 30137 30141 30073 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411329973 115843072 363 33554432000 4194304 5098028 140725257283008 140725257281112 140153668760188 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26587136 140725257290619 140725257290861 140725257290861 140725257293770 0
/proc/30141/statm: 28282 363 304 221 0 87 0
[pid=30144] ppid=30141 vsize=15419452 memory=1789852 CPUtime=2520.37 cores=1,3,5,7
/proc/30144/stat : 30144 (java) S 30141 30141 30073 0 -1 1077944320 146345 0 0 0 251719 318 0 0 20 0 19 0 411329974 15789518848 447463 33554432000 4194304 4196468 140725238205824 140725238188368 140631468183287 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
/proc/30144/statm: 3854863 447463 3532 1 0 3815965 0
[pid=30144/tid=30146] ppid=30141 vsize=15419452 memory=1789852 CPUtime=1.49 cores=1,3,5,7
/proc/30144/task/30146/stat : 30146 (java) S 30141 30141 30073 0 -1 1077944384 9970 0 0 0 143 6 0 0 20 0 19 0 411329974 15789518848 447463 33554432000 4194304 4196468 140725238205824 140631472424064 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30147] ppid=30141 vsize=15419452 memory=1787744 CPUtime=1.53 cores=1,3,5,7
/proc/30144/task/30147/stat : 30147 (java) S 30141 30141 30073 0 -1 1077944384 5515 0 0 0 145 8 0 0 20 0 19 0 411329975 15789518848 447463 33554432000 4194304 4196468 140725238205824 140631396224144 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30148] ppid=30141 vsize=15419452 memory=1452 CPUtime=1.5 cores=1,3,5,7
/proc/30144/task/30148/stat : 30148 (java) S 30141 30141 30073 0 -1 1077944384 5651 0 0 0 143 7 0 0 20 0 19 0 411329975 15789518848 447463 33554432000 4194304 4196468 140725238205824 140631395171344 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30149] ppid=30141 vsize=15419452 memory=1452 CPUtime=1.5 cores=1,3,5,7
/proc/30144/task/30149/stat : 30149 (java) S 30141 30141 30073 0 -1 1077944384 3121 0 0 0 143 7 0 0 20 0 19 0 411329975 15789518848 447463 33554432000 4194304 4196468 140725238205824 140631394118544 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30150] ppid=30141 vsize=15419452 memory=1789796 CPUtime=1.52 cores=1,3,5,7
/proc/30144/task/30150/stat : 30150 (java) S 30141 30141 30073 0 -1 1077944384 3791 0 0 0 145 7 0 0 20 0 19 0 411329975 15789518848 447463 33554432000 4194304 4196468 140725238205824 140631393065744 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30151] ppid=30141 vsize=15419452 memory=1789796 CPUtime=3.34 cores=1,3,5,7
/proc/30144/task/30151/stat : 30151 (java) S 30141 30141 30073 0 -1 1077944384 7462 0 0 0 92 242 0 0 20 0 19 0 411329976 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630342265200 140631468194434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30156] ppid=30141 vsize=15419452 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30156/stat : 30156 (java) S 30141 30141 30073 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 19 0 411329977 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630341211232 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30158] ppid=30141 vsize=15419452 memory=1789852 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30158/stat : 30158 (java) S 30141 30141 30073 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 19 0 411329977 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630340158336 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30160] ppid=30141 vsize=15419452 memory=1789852 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30160/stat : 30160 (java) S 30141 30141 30073 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411329979 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630339106640 140631468201883 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30161] ppid=30141 vsize=15419452 memory=1452 CPUtime=3.55 cores=1,3,5,7
/proc/30144/task/30161/stat : 30161 (java) S 30141 30141 30073 0 -1 1077944384 20264 0 0 0 353 2 0 0 20 0 19 0 411329979 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630338055024 140631468194434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30162] ppid=30141 vsize=15419452 memory=1789852 CPUtime=3.32 cores=1,3,5,7
/proc/30144/task/30162/stat : 30162 (java) S 30141 30141 30073 0 -1 1077944384 23068 0 0 0 330 2 0 0 20 0 19 0 411329979 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630337002224 140631468194434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30163] ppid=30141 vsize=15419452 memory=1452 CPUtime=0.92 cores=1,3,5,7
/proc/30144/task/30163/stat : 30163 (java) S 30141 30141 30073 0 -1 1077944384 14710 0 0 0 90 2 0 0 20 0 19 0 411329979 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630335949424 140631468194434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30164] ppid=30141 vsize=15419452 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30164/stat : 30164 (java) S 30141 30141 30073 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411329979 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630334896864 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30165] ppid=30141 vsize=15419452 memory=1789852 CPUtime=0.53 cores=1,3,5,7
/proc/30144/task/30165/stat : 30165 (java) S 30141 30141 30073 0 -1 1077944384 2074 0 0 0 19 34 0 0 20 0 19 0 411329980 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630333844144 140631468194434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30189] ppid=30141 vsize=15419452 memory=1452 CPUtime=585.7 cores=1,3,5,7
/proc/30144/task/30189/stat : 30189 (java) R 30141 30141 30073 0 -1 4202560 4058 0 0 0 58566 4 0 0 20 0 19 0 411334965 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630322527360 140631074724671 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30190] ppid=30141 vsize=15419452 memory=1789852 CPUtime=586.48 cores=1,3,5,7
/proc/30144/task/30190/stat : 30190 (java) R 30141 30141 30073 0 -1 4202560 24234 0 0 0 58632 16 0 0 20 0 19 0 411334965 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630323581480 140631077481116 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30191] ppid=30141 vsize=15419452 memory=1452 CPUtime=587.52 cores=1,3,5,7
/proc/30144/task/30191/stat : 30191 (java) R 30141 30141 30073 0 -1 4202560 4285 0 0 0 58750 2 0 0 20 0 19 0 411334965 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630324635840 140631077481116 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30192] ppid=30141 vsize=15419452 memory=1452 CPUtime=589.66 cores=1,3,5,7
/proc/30144/task/30192/stat : 30192 (java) R 30141 30141 30073 0 -1 4202560 2329 0 0 0 58964 2 0 0 20 0 19 0 411334965 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630321475296 140631073288948 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
Current children cumulated CPU time: 2520.37 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 1791304 KiB

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

[startup+644.834 s]
# the end of solver process 30141 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001137 s, system=0.001137 s

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

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

[startup+644.802 s]
/proc/loadavg: 8.01 6.00 3.67 10/237 30370
/proc/meminfo: memFree=21400712/32770624 swapFree=66957012/67108860
[pid=30141] ppid=30137 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30141/stat : 30141 (xcsp3-exec) S 30137 30141 30073 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411329973 115843072 363 33554432000 4194304 5098028 140725257283008 140725257281112 140153668760188 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26587136 140725257290619 140725257290861 140725257290861 140725257293770 0
/proc/30141/statm: 28282 363 304 221 0 87 0
[pid=30144] ppid=30141 vsize=15419452 memory=1789852 CPUtime=2520.37 cores=1,3,5,7
/proc/30144/stat : 30144 (java) S 30141 30141 30073 0 -1 1077944320 146345 0 0 0 251719 318 0 0 20 0 19 0 411329974 15789518848 447463 33554432000 4194304 4196468 140725238205824 140725238188368 140631468183287 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
/proc/30144/statm: 3854863 447463 3532 1 0 3815965 0
[pid=30144/tid=30146] ppid=30141 vsize=15419452 memory=1789852 CPUtime=1.49 cores=1,3,5,7
/proc/30144/task/30146/stat : 30146 (java) S 30141 30141 30073 0 -1 1077944384 9970 0 0 0 143 6 0 0 20 0 19 0 411329974 15789518848 447463 33554432000 4194304 4196468 140725238205824 140631472424064 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30147] ppid=30141 vsize=15419452 memory=1787744 CPUtime=1.53 cores=1,3,5,7
/proc/30144/task/30147/stat : 30147 (java) S 30141 30141 30073 0 -1 1077944384 5515 0 0 0 145 8 0 0 20 0 19 0 411329975 15789518848 447463 33554432000 4194304 4196468 140725238205824 140631396224144 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30148] ppid=30141 vsize=15419452 memory=1452 CPUtime=1.5 cores=1,3,5,7
/proc/30144/task/30148/stat : 30148 (java) S 30141 30141 30073 0 -1 1077944384 5651 0 0 0 143 7 0 0 20 0 19 0 411329975 15789518848 447463 33554432000 4194304 4196468 140725238205824 140631395171344 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30149] ppid=30141 vsize=15419452 memory=1452 CPUtime=1.5 cores=1,3,5,7
/proc/30144/task/30149/stat : 30149 (java) S 30141 30141 30073 0 -1 1077944384 3121 0 0 0 143 7 0 0 20 0 19 0 411329975 15789518848 447463 33554432000 4194304 4196468 140725238205824 140631394118544 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30150] ppid=30141 vsize=15419452 memory=1789796 CPUtime=1.52 cores=1,3,5,7
/proc/30144/task/30150/stat : 30150 (java) S 30141 30141 30073 0 -1 1077944384 3791 0 0 0 145 7 0 0 20 0 19 0 411329975 15789518848 447463 33554432000 4194304 4196468 140725238205824 140631393065744 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30151] ppid=30141 vsize=15419452 memory=1789796 CPUtime=3.34 cores=1,3,5,7
/proc/30144/task/30151/stat : 30151 (java) S 30141 30141 30073 0 -1 1077944384 7462 0 0 0 92 242 0 0 20 0 19 0 411329976 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630342265200 140631468194434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30156] ppid=30141 vsize=15419452 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30156/stat : 30156 (java) S 30141 30141 30073 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 19 0 411329977 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630341211232 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30158] ppid=30141 vsize=15419452 memory=1789852 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30158/stat : 30158 (java) S 30141 30141 30073 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 19 0 411329977 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630340158336 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30160] ppid=30141 vsize=15419452 memory=1789852 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30160/stat : 30160 (java) S 30141 30141 30073 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411329979 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630339106640 140631468201883 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30161] ppid=30141 vsize=15419452 memory=1452 CPUtime=3.55 cores=1,3,5,7
/proc/30144/task/30161/stat : 30161 (java) S 30141 30141 30073 0 -1 1077944384 20264 0 0 0 353 2 0 0 20 0 19 0 411329979 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630338055024 140631468194434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30162] ppid=30141 vsize=15419452 memory=1789852 CPUtime=3.32 cores=1,3,5,7
/proc/30144/task/30162/stat : 30162 (java) S 30141 30141 30073 0 -1 1077944384 23068 0 0 0 330 2 0 0 20 0 19 0 411329979 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630337002224 140631468194434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30163] ppid=30141 vsize=15419452 memory=1452 CPUtime=0.92 cores=1,3,5,7
/proc/30144/task/30163/stat : 30163 (java) S 30141 30141 30073 0 -1 1077944384 14710 0 0 0 90 2 0 0 20 0 19 0 411329979 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630335949424 140631468194434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30164] ppid=30141 vsize=15419452 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30144/task/30164/stat : 30164 (java) S 30141 30141 30073 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411329979 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630334896864 140631468193493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30165] ppid=30141 vsize=15419452 memory=1789852 CPUtime=0.53 cores=1,3,5,7
/proc/30144/task/30165/stat : 30165 (java) S 30141 30141 30073 0 -1 1077944384 2074 0 0 0 19 34 0 0 20 0 19 0 411329980 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630333844144 140631468194434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30189] ppid=30141 vsize=15419452 memory=1452 CPUtime=585.7 cores=1,3,5,7
/proc/30144/task/30189/stat : 30189 (java) R 30141 30141 30073 0 -1 4202560 4058 0 0 0 58566 4 0 0 20 0 19 0 411334965 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630322527360 140631074724671 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30190] ppid=30141 vsize=15419452 memory=1789852 CPUtime=586.48 cores=1,3,5,7
/proc/30144/task/30190/stat : 30190 (java) R 30141 30141 30073 0 -1 4202560 24234 0 0 0 58632 16 0 0 20 0 19 0 411334965 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630323581480 140631077481116 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30191] ppid=30141 vsize=15419452 memory=1452 CPUtime=587.52 cores=1,3,5,7
/proc/30144/task/30191/stat : 30191 (java) R 30141 30141 30073 0 -1 4202560 4285 0 0 0 58750 2 0 0 20 0 19 0 411334965 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630324635840 140631077481116 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
[pid=30144/tid=30192] ppid=30141 vsize=15419452 memory=1452 CPUtime=589.66 cores=1,3,5,7
/proc/30144/task/30192/stat : 30192 (java) R 30141 30141 30073 0 -1 4202560 2329 0 0 0 58964 2 0 0 20 0 19 0 411334965 15789518848 447463 33554432000 4194304 4196468 140725238205824 140630321475296 140631073288948 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140725238207471 140725238207642 140725238207642 140725238210511 0
Current children cumulated CPU time: 2520.37 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 1791304 KiB

Child status: 143
Real time (s): 644.897
CPU time (s): 2520.72
CPU user time (s): 2517.52
CPU system time (s): 3.1998
CPU usage (%): 390.872
Max. virtual memory (cumulated for all children) (KiB): 15532580
Max. memory (cumulated for all children) (KiB): 2220372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.52
system time used= 3.1998
maximum resident set size= 2227112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147513
page faults= 0
swaps= 0
block input operations= 528
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30961
involuntary context switches= 35963


# summary of solver processes directly reported to runsolver:
#   pid: 30141,30144
#   total CPU time (s): 2520.72
#   total CPU user time (s): 2517.52
#   total CPU system time (s): 3.1998

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.04735 second user time and 7.66164 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-13 07:55:18
IDJOB=4393380
IDBENCH=139745
IDSOLVER=2840
FILE ID=node147/4393380-1568354161
RUNJOBID= node147-1568354118-30105
PBS_JOBID= 21701187
Free space on /tmp= 56520 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-4393380-1568354161/watcher-4393380-1568354161 -o /tmp/evaluation-result-4393380-1568354161/solver-4393380-1568354161 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568354118-30105 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 700482388 HOME/instance-4393380-1568354161.xml

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

MD5SUM BENCH= 23e84b7c24701222a8a18862c478c748
RANDOM SEED=700482388

node147.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.52
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.52
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.52
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.52
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:        26734976 kB
MemAvailable:   31811340 kB
Buffers:          148668 kB
Cached:          5145692 kB
SwapCached:        48500 kB
Active:          2153104 kB
Inactive:        3197244 kB
Active(anon):       7848 kB
Inactive(anon):    89600 kB
Active(file):    2145256 kB
Inactive(file):  3107644 kB
Unevictable:      107768 kB
Mlocked:          107768 kB
SwapTotal:      67108860 kB
SwapFree:       66957012 kB
Dirty:             51888 kB
Writeback:             0 kB
AnonPages:        115184 kB
Mapped:            46124 kB
Shmem:             32768 kB
Slab:             280344 kB
SReclaimable:     251924 kB
SUnreclaim:        28420 kB
KernelStack:        3280 kB
PageTables:         5876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     532628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 56496 MiB
End job on node147 at 2019-09-13 08:06:03