Trace number 4400460

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-09-16OPT2 25.1689 6.74894

General information on the benchmark

NameChessboardColoration/ChessboardColoration-m1-s2/
ChessboardColoration-08-10.xml
MD5SUM4ad41382ea3c48fc1b345febd6f905ee
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 benchmark0.250826
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints1260
Number of domains1
Minimum domain size80
Maximum domain size80
Distribution of domain sizes[{"size":80,"count":80}]
Minimum variable degree64
Maximum variable degree64
Distribution of variable degrees[{"degree":64,"count":80}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":1260}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"nValues","count":1260}]
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-4400460-1568695240.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4400460-1568695240.xml, -tl, 2400s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
2.06/0.89	c solve instance...
3.20/1.13	o 75 
3.20/1.17	o 74 
3.20/1.18	o 7 
3.53/1.28	o 6 
5.05/1.61	o 3 
19.46/5.38	o 2 
25.06/6.73	s OPTIMUM FOUND
25.06/6.73	v <instantiation>
25.06/6.73	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>
25.06/6.73	v 	<values>0 0 2 2 2 1 1 0 2 1 1 2 1 0 2 2 2 1 0 0 2 2 1 0 1 0 1 0 2 2 1 0 2 1 0 2 1 2 0 2 1 2 0 2 1 0 0 2 1 1 2 0 1 1 2 1 0 2 1 0 2 1 0 2 0 2 1 0 1 0 0 1 0 2 1 1 2 1 0 2 </values>
25.06/6.73	v </instantiation>

Verifier Data

OK	2

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 (12183 MiB free)
  memory of node 1: 16384 MiB (15022 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400460-1568695240/watcher-4400460-1568695240 -o /tmp/evaluation-result-4400460-1568695240/solver-4400460-1568695240 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568694456-7913 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1774415387 HOME/instance-4400460-1568695240.xml 

running on 4 cores: 1,3,5,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=12095, runsolver pid=12092

[startup+0.10042 s]*
/proc/loadavg: 8.73 7.95 5.07 7/235 12111
/proc/meminfo: memFree=27841756/32770624 swapFree=66988572/67108860
[pid=12095] ppid=12092 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/12095/stat : 12095 (xcsp3-exec) S 12092 12095 7881 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445791819 115843072 362 33554432000 4194304 5098028 140732760320912 140732760319016 139651532862076 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8540160 140732760322938 140732760323181 140732760323181 140732760326090 0
/proc/12095/statm: 28282 362 304 221 0 87 0
[pid=12097] ppid=12095 vsize=15144776 memory=29628 CPUtime=0.13 cores=1,3,5,7
/proc/12097/stat : 12097 (java) S 12095 12095 7881 0 -1 1077944320 5843 0 0 0 12 1 0 0 20 0 15 0 445791820 15508250624 7407 33554432000 4194304 4196468 140726319029344 140726319011888 139920450002679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
/proc/12097/statm: 3786194 7407 3158 1 0 3748377 0
[pid=12097/tid=12098] ppid=12095 vsize=15144776 memory=8324486588775410251 CPUtime=0.09 cores=1,3,5,7
/proc/12097/task/12098/stat : 12098 (java) R 12095 12095 7881 0 -1 4202560 3725 0 0 0 9 0 0 0 20 0 15 0 445791820 15508250624 7407 33554432000 4194304 4196468 140726319029344 139920454224688 139920436327065 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12099] ppid=12095 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12099/stat : 12099 (java) S 12095 12095 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445791821 15508250624 7407 33554432000 4194304 4196468 140726319029344 139920378043408 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12100] ppid=12095 vsize=15144776 memory=140026567624320 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12100/stat : 12100 (java) S 12095 12095 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445791821 15508250624 7407 33554432000 4194304 4196468 140726319029344 139920376990864 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12101] ppid=12095 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12101/stat : 12101 (java) S 12095 12095 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445791821 15508250624 7407 33554432000 4194304 4196468 140726319029344 139920375937808 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12102] ppid=12095 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12102/stat : 12102 (java) S 12095 12095 7881 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445791821 15508250624 7407 33554432000 4194304 4196468 140726319029344 139920374885264 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12103] ppid=12095 vsize=15144776 memory=140026567624320 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12103/stat : 12103 (java) S 12095 12095 7881 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445791822 15508250624 7407 33554432000 4194304 4196468 140726319029344 139919918528752 139920450013826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12104] ppid=12095 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12104/stat : 12104 (java) S 12095 12095 7881 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445791822 15508250624 7407 33554432000 4194304 4196468 140726319029344 139919917474976 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12105] ppid=12095 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12105/stat : 12105 (java) S 12095 12095 7881 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445791823 15508250624 7407 33554432000 4194304 4196468 140726319029344 139919916421872 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12106] ppid=12095 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12106/stat : 12106 (java) S 12095 12095 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445791825 15508250624 7407 33554432000 4194304 4196468 140726319029344 139919915370448 139920450021275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12107] ppid=12095 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12107/stat : 12107 (java) S 12095 12095 7881 0 -1 1077944384 412 0 0 0 0 0 0 0 20 0 15 0 445791825 15508250624 7407 33554432000 4194304 4196468 140726319029344 139919914318576 139920450013826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12108] ppid=12095 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12108/stat : 12108 (java) S 12095 12095 7881 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 445791825 15508250624 7407 33554432000 4194304 4196468 140726319029344 139919913266032 139920450013826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12109] ppid=12095 vsize=15144776 memory=140026567624320 CPUtime=0.02 cores=1,3,5,7
/proc/12097/task/12109/stat : 12109 (java) R 12095 12095 7881 0 -1 4202560 374 0 0 0 2 0 0 0 20 0 15 0 445791825 15508250624 7407 33554432000 4194304 4196468 140726319029344 139919912212976 139920450024026 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12110] ppid=12095 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12110/stat : 12110 (java) S 12095 12095 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445791825 15508250624 7407 33554432000 4194304 4196468 140726319029344 139919911160672 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12111] ppid=12095 vsize=15144776 memory=140026567624320 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12111/stat : 12111 (java) S 12095 12095 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445791826 15508250624 7407 33554432000 4194304 4196468 140726319029344 139919910107696 139920450013826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31076 KiB

[startup+0.214001 s]*
/proc/loadavg: 8.73 7.95 5.07 6/235 12111
/proc/meminfo: memFree=27828900/32770624 swapFree=66988572/67108860
[pid=12095] ppid=12092 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/12095/stat : 12095 (xcsp3-exec) S 12092 12095 7881 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445791819 115843072 362 33554432000 4194304 5098028 140732760320912 140732760319016 139651532862076 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8540160 140732760322938 140732760323181 140732760323181 140732760326090 0
/proc/12095/statm: 28282 362 304 221 0 87 0
[pid=12097] ppid=12095 vsize=15144776 memory=41224 CPUtime=0.35 cores=1,3,5,7
/proc/12097/stat : 12097 (java) S 12095 12095 7881 0 -1 1077944320 9498 0 0 0 32 3 0 0 20 0 15 0 445791820 15508250624 10306 33554432000 4194304 4196468 140726319029344 140726319011888 139920450002679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
/proc/12097/statm: 3786194 10306 3308 1 0 3748377 0
[pid=12097/tid=12098] ppid=12095 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/12097/task/12098/stat : 12098 (java) R 12095 12095 7881 0 -1 4202560 6647 0 0 0 19 1 0 0 20 0 15 0 445791820 15508250624 10368 33554432000 4194304 4196468 140726319029344 139920454239904 139920450024605 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12099] ppid=12095 vsize=15144776 memory=8996 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12099/stat : 12099 (java) S 12095 12095 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445791821 15508250624 10368 33554432000 4194304 4196468 140726319029344 139920378043408 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12100] ppid=12095 vsize=15144776 memory=3617150863179941536 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12100/stat : 12100 (java) S 12095 12095 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445791821 15508250624 10368 33554432000 4194304 4196468 140726319029344 139920376990864 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12101] ppid=12095 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12101/stat : 12101 (java) S 12095 12095 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445791821 15508250624 10368 33554432000 4194304 4196468 140726319029344 139920375937808 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12102] ppid=12095 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12102/stat : 12102 (java) S 12095 12095 7881 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445791821 15508250624 10368 33554432000 4194304 4196468 140726319029344 139920374885264 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12103] ppid=12095 vsize=15144776 memory=140026567624320 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12103/stat : 12103 (java) S 12095 12095 7881 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445791822 15508250624 10368 33554432000 4194304 4196468 140726319029344 139919918528752 139920450013826 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12104] ppid=12095 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12104/stat : 12104 (java) S 12095 12095 7881 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445791822 15508250624 10368 33554432000 4194304 4196468 140726319029344 139919917474976 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12105] ppid=12095 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12105/stat : 12105 (java) S 12095 12095 7881 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445791823 15508250624 10368 33554432000 4194304 4196468 140726319029344 139919916421872 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12106] ppid=12095 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12106/stat : 12106 (java) S 12095 12095 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445791825 15508250624 10368 33554432000 4194304 4196468 140726319029344 139919915370448 139920450021275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12107] ppid=12095 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/12097/task/12107/stat : 12107 (java) S 12095 12095 7881 0 -1 1077944384 673 0 0 0 2 0 0 0 20 0 15 0 445791825 15508250624 10368 33554432000 4194304 4196468 140726319029344 139919914318576 139920450013826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12108] ppid=12095 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/12097/task/12108/stat : 12108 (java) S 12095 12095 7881 0 -1 1077944384 150 0 0 0 2 0 0 0 20 0 15 0 445791825 15508250624 10368 33554432000 4194304 4196468 140726319029344 139919913266032 139920450013826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12109] ppid=12095 vsize=15144776 memory=140026567624320 CPUtime=0.08 cores=1,3,5,7
/proc/12097/task/12109/stat : 12109 (java) S 12095 12095 7881 0 -1 1077944384 727 0 0 0 8 0 0 0 20 0 15 0 445791825 15508250624 10368 33554432000 4194304 4196468 140726319029344 139919912212976 139920450013826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12110] ppid=12095 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12110/stat : 12110 (java) S 12095 12095 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445791825 15508250624 10368 33554432000 4194304 4196468 140726319029344 139919911160672 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12111] ppid=12095 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12111/stat : 12111 (java) S 12095 12095 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445791826 15508250624 10368 33554432000 4194304 4196468 140726319029344 139919910107696 139920450013826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42672 KiB

[startup+0.311063 s]*
/proc/loadavg: 8.73 7.95 5.07 7/235 12111
/proc/meminfo: memFree=27821888/32770624 swapFree=66988572/67108860
[pid=12095] ppid=12092 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/12095/stat : 12095 (xcsp3-exec) S 12092 12095 7881 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445791819 115843072 362 33554432000 4194304 5098028 140732760320912 140732760319016 139651532862076 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8540160 140732760322938 140732760323181 140732760323181 140732760326090 0
/proc/12095/statm: 28282 362 304 221 0 87 0
[pid=12097] ppid=12095 vsize=15149032 memory=50164 CPUtime=0.53 cores=1,3,5,7
/proc/12097/stat : 12097 (java) S 12095 12095 7881 0 -1 1077944320 10879 0 0 0 50 3 0 0 20 0 15 0 445791820 15512608768 12541 33554432000 4194304 4196468 140726319029344 140726319011888 139920450002679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
/proc/12097/statm: 3787258 12541 3350 1 0 3748377 0
[pid=12097/tid=12098] ppid=12095 vsize=15149032 memory=1398722017469774279 CPUtime=0.3 cores=1,3,5,7
/proc/12097/task/12098/stat : 12098 (java) R 12095 12095 7881 0 -1 4202560 7820 0 0 0 28 2 0 0 20 0 15 0 445791820 15512608768 12607 33554432000 4194304 4196468 140726319029344 139920454236464 139920434083166 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12099] ppid=12095 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12099/stat : 12099 (java) S 12095 12095 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445791821 15512608768 12607 33554432000 4194304 4196468 140726319029344 139920378043408 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12100] ppid=12095 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12100/stat : 12100 (java) S 12095 12095 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445791821 15512608768 12607 33554432000 4194304 4196468 140726319029344 139920376990864 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12101] ppid=12095 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12101/stat : 12101 (java) S 12095 12095 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445791821 15512608768 12607 33554432000 4194304 4196468 140726319029344 139920375937808 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12102] ppid=12095 vsize=15149032 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12102/stat : 12102 (java) S 12095 12095 7881 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445791821 15512608768 12607 33554432000 4194304 4196468 140726319029344 139920374885264 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12103] ppid=12095 vsize=15149032 memory=7379517702019849078 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12103/stat : 12103 (java) S 12095 12095 7881 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445791822 15512608768 12607 33554432000 4194304 4196468 140726319029344 139919918528752 139920450013826 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12104] ppid=12095 vsize=15149032 memory=7016714186490735262 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12104/stat : 12104 (java) S 12095 12095 7881 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445791822 15512608768 12607 33554432000 4194304 4196468 140726319029344 139919917474976 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12105] ppid=12095 vsize=15149032 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12105/stat : 12105 (java) S 12095 12095 7881 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445791823 15512608768 12607 33554432000 4194304 4196468 140726319029344 139919916421872 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12106] ppid=12095 vsize=15149032 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12106/stat : 12106 (java) S 12095 12095 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445791825 15512608768 12607 33554432000 4194304 4196468 140726319029344 139919915370448 139920450021275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12107] ppid=12095 vsize=15149032 memory=4426089072227881875 CPUtime=0.05 cores=1,3,5,7
/proc/12097/task/12107/stat : 12107 (java) R 12095 12095 7881 0 -1 4202560 793 0 0 0 5 0 0 0 20 0 15 0 445791825 15512608768 12607 33554432000 4194304 4196468 140726319029344 139919914318576 139920429834877 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12108] ppid=12095 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/12097/task/12108/stat : 12108 (java) S 12095 12095 7881 0 -1 1077944384 166 0 0 0 4 0 0 0 20 0 15 0 445791825 15512608768 12607 33554432000 4194304 4196468 140726319029344 139919913266032 139920450013826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12109] ppid=12095 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/12097/task/12109/stat : 12109 (java) S 12095 12095 7881 0 -1 1077944384 805 0 0 0 12 0 0 0 20 0 15 0 445791825 15512608768 12607 33554432000 4194304 4196468 140726319029344 139919912212976 139920450013826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12110] ppid=12095 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12110/stat : 12110 (java) S 12095 12095 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445791825 15512608768 12607 33554432000 4194304 4196468 140726319029344 139919911160672 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12111] ppid=12095 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12111/stat : 12111 (java) S 12095 12095 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445791826 15512608768 12607 33554432000 4194304 4196468 140726319029344 139919910107696 139920450013826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51612 KiB

[startup+0.701413 s]
/proc/loadavg: 8.73 7.95 5.07 8/235 12111
/proc/meminfo: memFree=27795424/32770624 swapFree=66988572/67108860
[pid=12095] ppid=12092 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/12095/stat : 12095 (xcsp3-exec) S 12092 12095 7881 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445791819 115843072 362 33554432000 4194304 5098028 140732760320912 140732760319016 139651532862076 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8540160 140732760322938 140732760323181 140732760323181 140732760326090 0
/proc/12095/statm: 28282 362 304 221 0 87 0
[pid=12097] ppid=12095 vsize=15151156 memory=96428 CPUtime=1.75 cores=1,3,5,7
/proc/12097/stat : 12097 (java) S 12095 12095 7881 0 -1 1077944320 14733 0 0 0 169 6 0 0 20 0 15 0 445791820 15514783744 24107 33554432000 4194304 4196468 140726319029344 140726319011888 139920450002679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
/proc/12097/statm: 3787789 24107 3450 1 0 3748889 0
[pid=12097/tid=12098] ppid=12095 vsize=15151156 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/12097/task/12098/stat : 12098 (java) R 12095 12095 7881 0 -1 4202560 9137 0 0 0 64 3 0 0 20 0 15 0 445791820 15514783744 24107 33554432000 4194304 4196468 140726319029344 139920454235672 139920055432433 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12099] ppid=12095 vsize=15151156 memory=33 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12099/stat : 12099 (java) S 12095 12095 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445791821 15514783744 24107 33554432000 4194304 4196468 140726319029344 139920378043408 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12100] ppid=12095 vsize=15151156 memory=-7816663703405220396 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12100/stat : 12100 (java) S 12095 12095 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445791821 15514783744 24107 33554432000 4194304 4196468 140726319029344 139920376990864 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12101] ppid=12095 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12101/stat : 12101 (java) S 12095 12095 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445791821 15514783744 24107 33554432000 4194304 4196468 140726319029344 139920375937808 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12102] ppid=12095 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12102/stat : 12102 (java) S 12095 12095 7881 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445791821 15514783744 24107 33554432000 4194304 4196468 140726319029344 139920374885264 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12103] ppid=12095 vsize=15151156 memory=38668 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12103/stat : 12103 (java) S 12095 12095 7881 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445791822 15514783744 24107 33554432000 4194304 4196468 140726319029344 139919918528752 139920450013826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12104] ppid=12095 vsize=15151156 memory=984 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12104/stat : 12104 (java) S 12095 12095 7881 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445791822 15514783744 24107 33554432000 4194304 4196468 140726319029344 139919917474976 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12105] ppid=12095 vsize=15151156 memory=2004 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12105/stat : 12105 (java) S 12095 12095 7881 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445791823 15514783744 24107 33554432000 4194304 4196468 140726319029344 139919916421872 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12106] ppid=12095 vsize=15151156 memory=1212 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12106/stat : 12106 (java) S 12095 12095 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445791825 15514783744 24107 33554432000 4194304 4196468 140726319029344 139919915370448 139920450021275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12107] ppid=12095 vsize=15151156 memory=1060 CPUtime=0.34 cores=1,3,5,7
/proc/12097/task/12107/stat : 12107 (java) R 12095 12095 7881 0 -1 4202560 1786 0 0 0 34 0 0 0 20 0 15 0 445791825 15514783744 24107 33554432000 4194304 4196468 140726319029344 139919914318872 139920431527608 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12108] ppid=12095 vsize=15151156 memory=740 CPUtime=0.29 cores=1,3,5,7
/proc/12097/task/12108/stat : 12108 (java) R 12095 12095 7881 0 -1 4202560 672 0 0 0 29 0 0 0 20 0 15 0 445791825 15514783744 24107 33554432000 4194304 4196468 140726319029344 139919913247048 139920433488629 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12109] ppid=12095 vsize=15151156 memory=1228 CPUtime=0.41 cores=1,3,5,7
/proc/12097/task/12109/stat : 12109 (java) S 12095 12095 7881 0 -1 1077944384 1831 0 0 0 40 1 0 0 20 0 15 0 445791825 15514783744 24107 33554432000 4194304 4196468 140726319029344 139919912212976 139920450013826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12110] ppid=12095 vsize=15151156 memory=9520 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12110/stat : 12110 (java) S 12095 12095 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445791825 15514783744 24107 33554432000 4194304 4196468 140726319029344 139919911160672 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12111] ppid=12095 vsize=15151156 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12111/stat : 12111 (java) S 12095 12095 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445791826 15514783744 24107 33554432000 4194304 4196468 140726319029344 139919910107696 139920450013826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 97876 KiB

[startup+1.50079 s]
/proc/loadavg: 8.73 7.95 5.07 11/239 12115
/proc/meminfo: memFree=27716488/32770624 swapFree=66988572/67108860
[pid=12095] ppid=12092 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/12095/stat : 12095 (xcsp3-exec) S 12092 12095 7881 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445791819 115843072 362 33554432000 4194304 5098028 140732760320912 140732760319016 139651532862076 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8540160 140732760322938 140732760323181 140732760323181 140732760326090 0
/proc/12095/statm: 28282 362 304 221 0 87 0

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

/proc/12097/task/12159/stat : 12159 (java) R 12095 12095 7881 0 -1 4202560 39 0 0 0 89 0 0 0 20 0 19 0 445792358 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919435473960 139920058380847 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
Current children cumulated CPU time: 23.43 s
Current children cumulated vsize: 15531568 KiB
Current children cumulated memory: 196188 KiB

[startup+6.74888 s]
# the end of solver process 12095 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=25.0389 s, system=0.130012 s

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

[startup+6.40141 s]
/proc/loadavg: 8.83 7.99 5.10 9/238 12159
/proc/meminfo: memFree=27676636/32770624 swapFree=66988572/67108860
[pid=12095] ppid=12092 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/12095/stat : 12095 (xcsp3-exec) S 12092 12095 7881 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445791819 115843072 362 33554432000 4194304 5098028 140732760320912 140732760319016 139651532862076 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8540160 140732760322938 140732760323181 140732760323181 140732760326090 0
/proc/12095/statm: 28282 362 304 221 0 87 0
[pid=12097] ppid=12095 vsize=15418440 memory=194740 CPUtime=23.83 cores=1,3,5,7
/proc/12097/stat : 12097 (java) S 12095 12095 7881 0 -1 1077944320 24142 0 0 0 2371 12 0 0 20 0 19 0 445791820 15788482560 48685 33554432000 4194304 4196468 140726319029344 140726319011888 139920450002679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
/proc/12097/statm: 3854610 48685 3518 1 0 3815710 0
[pid=12097/tid=12098] ppid=12095 vsize=15418440 memory=0 CPUtime=0.88 cores=1,3,5,7
/proc/12097/task/12098/stat : 12098 (java) S 12095 12095 7881 0 -1 1077944384 9396 0 0 0 84 4 0 0 20 0 19 0 445791820 15788482560 48685 33554432000 4194304 4196468 140726319029344 139920454243456 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12099] ppid=12095 vsize=15418440 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12099/stat : 12099 (java) S 12095 12095 7881 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 445791821 15788482560 48685 33554432000 4194304 4196468 140726319029344 139920378043408 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12100] ppid=12095 vsize=15418440 memory=38668 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12100/stat : 12100 (java) S 12095 12095 7881 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 19 0 445791821 15788482560 48685 33554432000 4194304 4196468 140726319029344 139920376990864 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12101] ppid=12095 vsize=15418440 memory=984 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12101/stat : 12101 (java) S 12095 12095 7881 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 19 0 445791821 15788482560 48685 33554432000 4194304 4196468 140726319029344 139920375937808 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12102] ppid=12095 vsize=15418440 memory=2004 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12102/stat : 12102 (java) S 12095 12095 7881 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 445791821 15788482560 48685 33554432000 4194304 4196468 140726319029344 139920374885264 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12103] ppid=12095 vsize=15418440 memory=1212 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12103/stat : 12103 (java) S 12095 12095 7881 0 -1 1077944384 276 0 0 0 0 0 0 0 20 0 19 0 445791822 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919918528752 139920450013826 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12104] ppid=12095 vsize=15418440 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12104/stat : 12104 (java) S 12095 12095 7881 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445791822 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919917474976 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12105] ppid=12095 vsize=15418440 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12105/stat : 12105 (java) S 12095 12095 7881 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 445791823 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919916421872 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12106] ppid=12095 vsize=15418440 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12106/stat : 12106 (java) S 12095 12095 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445791825 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919915370448 139920450021275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12107] ppid=12095 vsize=15418440 memory=0 CPUtime=1.72 cores=1,3,5,7
/proc/12097/task/12107/stat : 12107 (java) S 12095 12095 7881 0 -1 1077944384 4157 0 0 0 171 1 0 0 20 0 19 0 445791825 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919914318576 139920450013826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12108] ppid=12095 vsize=15418440 memory=6656426216303648864 CPUtime=1.97 cores=1,3,5,7
/proc/12097/task/12108/stat : 12108 (java) S 12095 12095 7881 0 -1 1077944384 4237 0 0 0 197 0 0 0 20 0 19 0 445791825 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919913266032 139920450013826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12109] ppid=12095 vsize=15418440 memory=1448 CPUtime=0.63 cores=1,3,5,7
/proc/12097/task/12109/stat : 12109 (java) S 12095 12095 7881 0 -1 1077944384 2905 0 0 0 62 1 0 0 20 0 19 0 445791825 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919912212976 139920450013826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 35 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12110] ppid=12095 vsize=15418440 memory=190240 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12110/stat : 12110 (java) S 12095 12095 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445791825 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919911160672 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12111] ppid=12095 vsize=15418440 memory=-7887927021950784928 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12111/stat : 12111 (java) S 12095 12095 7881 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 19 0 445791826 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919910107696 139920450013826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12156] ppid=12095 vsize=15418440 memory=6720696446780543624 CPUtime=0.92 cores=1,3,5,7
/proc/12097/task/12156/stat : 12156 (java) R 12095 12095 7881 0 -1 4202560 58 0 0 0 92 0 0 0 20 0 19 0 445792358 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919438630312 139920058380856 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12157] ppid=12095 vsize=15418440 memory=-8458152057954495884 CPUtime=1 cores=1,3,5,7
/proc/12097/task/12157/stat : 12157 (java) R 12095 12095 7881 0 -1 4202560 39 0 0 0 100 0 0 0 20 0 19 0 445792358 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919437578248 139920058224927 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12158] ppid=12095 vsize=15418440 memory=-7534889534273237570 CPUtime=0.91 cores=1,3,5,7
/proc/12097/task/12158/stat : 12158 (java) R 12095 12095 7881 0 -1 4202560 19 0 0 0 91 0 0 0 20 0 19 0 445792358 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919436526088 139920058380724 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12159] ppid=12095 vsize=15418440 memory=0 CPUtime=0.99 cores=1,3,5,7
/proc/12097/task/12159/stat : 12159 (java) R 12095 12095 7881 0 -1 4202560 39 0 0 0 99 0 0 0 20 0 19 0 445792358 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919435473960 139920058381845 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
Current children cumulated CPU time: 23.83 s
Current children cumulated vsize: 15531568 KiB
Current children cumulated memory: 196188 KiB

[startup+6.60841 s]
/proc/loadavg: 8.83 7.99 5.10 9/238 12159
/proc/meminfo: memFree=27676636/32770624 swapFree=66988572/67108860
[pid=12095] ppid=12092 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/12095/stat : 12095 (xcsp3-exec) S 12092 12095 7881 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445791819 115843072 362 33554432000 4194304 5098028 140732760320912 140732760319016 139651532862076 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8540160 140732760322938 140732760323181 140732760323181 140732760326090 0
/proc/12095/statm: 28282 362 304 221 0 87 0
[pid=12097] ppid=12095 vsize=15418440 memory=194740 CPUtime=24.66 cores=1,3,5,7
/proc/12097/stat : 12097 (java) S 12095 12095 7881 0 -1 1077944320 24143 0 0 0 2454 12 0 0 20 0 19 0 445791820 15788482560 48685 33554432000 4194304 4196468 140726319029344 140726319011888 139920450002679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
/proc/12097/statm: 3854610 48685 3518 1 0 3815710 0
[pid=12097/tid=12098] ppid=12095 vsize=15418440 memory=0 CPUtime=0.88 cores=1,3,5,7
/proc/12097/task/12098/stat : 12098 (java) S 12095 12095 7881 0 -1 1077944384 9396 0 0 0 84 4 0 0 20 0 19 0 445791820 15788482560 48685 33554432000 4194304 4196468 140726319029344 139920454243456 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12099] ppid=12095 vsize=15418440 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12099/stat : 12099 (java) S 12095 12095 7881 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 445791821 15788482560 48685 33554432000 4194304 4196468 140726319029344 139920378043408 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12100] ppid=12095 vsize=15418440 memory=194736 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12100/stat : 12100 (java) S 12095 12095 7881 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 19 0 445791821 15788482560 48685 33554432000 4194304 4196468 140726319029344 139920376990864 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12101] ppid=12095 vsize=15418440 memory=280052940941728 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12101/stat : 12101 (java) S 12095 12095 7881 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 19 0 445791821 15788482560 48685 33554432000 4194304 4196468 140726319029344 139920375937808 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12102] ppid=12095 vsize=15418440 memory=280052939882736 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12102/stat : 12102 (java) S 12095 12095 7881 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 445791821 15788482560 48685 33554432000 4194304 4196468 140726319029344 139920374885264 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12103] ppid=12095 vsize=15418440 memory=1270 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12103/stat : 12103 (java) S 12095 12095 7881 0 -1 1077944384 276 0 0 0 0 0 0 0 20 0 19 0 445791822 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919918528752 139920450013826 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12104] ppid=12095 vsize=15418440 memory=-2247047206188047705 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12104/stat : 12104 (java) S 12095 12095 7881 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445791822 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919917474976 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12105] ppid=12095 vsize=15418440 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12105/stat : 12105 (java) S 12095 12095 7881 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 445791823 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919916421872 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12106] ppid=12095 vsize=15418440 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12106/stat : 12106 (java) S 12095 12095 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445791825 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919915370448 139920450021275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12107] ppid=12095 vsize=15418440 memory=0 CPUtime=1.72 cores=1,3,5,7
/proc/12097/task/12107/stat : 12107 (java) S 12095 12095 7881 0 -1 1077944384 4157 0 0 0 171 1 0 0 20 0 19 0 445791825 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919914318576 139920450013826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12108] ppid=12095 vsize=15418440 memory=0 CPUtime=1.97 cores=1,3,5,7
/proc/12097/task/12108/stat : 12108 (java) S 12095 12095 7881 0 -1 1077944384 4237 0 0 0 197 0 0 0 20 0 19 0 445791825 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919913266032 139920450013826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12109] ppid=12095 vsize=15418440 memory=140026470423128 CPUtime=0.63 cores=1,3,5,7
/proc/12097/task/12109/stat : 12109 (java) S 12095 12095 7881 0 -1 1077944384 2905 0 0 0 62 1 0 0 20 0 19 0 445791825 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919912212976 139920450013826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 35 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12110] ppid=12095 vsize=15418440 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12110/stat : 12110 (java) S 12095 12095 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445791825 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919911160672 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12111] ppid=12095 vsize=15418440 memory=15822200779310914 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12111/stat : 12111 (java) S 12095 12095 7881 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 19 0 445791826 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919910107696 139920450013826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12156] ppid=12095 vsize=15418440 memory=0 CPUtime=1.12 cores=1,3,5,7
/proc/12097/task/12156/stat : 12156 (java) R 12095 12095 7881 0 -1 4202560 58 0 0 0 112 0 0 0 20 0 19 0 445792358 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919438629784 139920058380724 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12157] ppid=12095 vsize=15418440 memory=0 CPUtime=1.21 cores=1,3,5,7
/proc/12097/task/12157/stat : 12157 (java) R 12095 12095 7881 0 -1 4202560 39 0 0 0 121 0 0 0 20 0 19 0 445792358 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919437577824 139920058380803 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12158] ppid=12095 vsize=15418440 memory=0 CPUtime=1.12 cores=1,3,5,7
/proc/12097/task/12158/stat : 12158 (java) R 12095 12095 7881 0 -1 4202560 20 0 0 0 112 0 0 0 20 0 19 0 445792358 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919436525320 139920058380874 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12159] ppid=12095 vsize=15418440 memory=0 CPUtime=1.19 cores=1,3,5,7
/proc/12097/task/12159/stat : 12159 (java) R 12095 12095 7881 0 -1 4202560 39 0 0 0 119 0 0 0 20 0 19 0 445792358 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919435473288 139920058380856 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
Current children cumulated CPU time: 24.66 s
Current children cumulated vsize: 15531568 KiB
Current children cumulated memory: 196188 KiB

[startup+6.71041 s]
/proc/loadavg: 8.83 7.99 5.10 9/238 12159
/proc/meminfo: memFree=27676636/32770624 swapFree=66988572/67108860
[pid=12095] ppid=12092 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/12095/stat : 12095 (xcsp3-exec) S 12092 12095 7881 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445791819 115843072 362 33554432000 4194304 5098028 140732760320912 140732760319016 139651532862076 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8540160 140732760322938 140732760323181 140732760323181 140732760326090 0
/proc/12095/statm: 28282 362 304 221 0 87 0
[pid=12097] ppid=12095 vsize=15418440 memory=194740 CPUtime=25.06 cores=1,3,5,7
/proc/12097/stat : 12097 (java) S 12095 12095 7881 0 -1 1077944320 24145 0 0 0 2494 12 0 0 20 0 19 0 445791820 15788482560 48685 33554432000 4194304 4196468 140726319029344 140726319011888 139920450002679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
/proc/12097/statm: 3854610 48685 3518 1 0 3815710 0
[pid=12097/tid=12098] ppid=12095 vsize=15418440 memory=280052940691152 CPUtime=0.88 cores=1,3,5,7
/proc/12097/task/12098/stat : 12098 (java) S 12095 12095 7881 0 -1 1077944384 9396 0 0 0 84 4 0 0 20 0 19 0 445791820 15788482560 48685 33554432000 4194304 4196468 140726319029344 139920454243456 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12099] ppid=12095 vsize=15418440 memory=196 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12099/stat : 12099 (java) S 12095 12095 7881 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 445791821 15788482560 48685 33554432000 4194304 4196468 140726319029344 139920378043408 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12100] ppid=12095 vsize=15418440 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12100/stat : 12100 (java) S 12095 12095 7881 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 19 0 445791821 15788482560 48685 33554432000 4194304 4196468 140726319029344 139920376990864 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12101] ppid=12095 vsize=15418440 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12101/stat : 12101 (java) S 12095 12095 7881 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 19 0 445791821 15788482560 48685 33554432000 4194304 4196468 140726319029344 139920375937808 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12102] ppid=12095 vsize=15418440 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12102/stat : 12102 (java) S 12095 12095 7881 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 445791821 15788482560 48685 33554432000 4194304 4196468 140726319029344 139920374885264 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12103] ppid=12095 vsize=15418440 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12103/stat : 12103 (java) S 12095 12095 7881 0 -1 1077944384 276 0 0 0 0 0 0 0 20 0 19 0 445791822 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919918528752 139920450013826 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12104] ppid=12095 vsize=15418440 memory=7900611722800716256 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12104/stat : 12104 (java) S 12095 12095 7881 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445791822 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919917474976 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12105] ppid=12095 vsize=15418440 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12105/stat : 12105 (java) S 12095 12095 7881 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 445791823 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919916421872 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12106] ppid=12095 vsize=15418440 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12106/stat : 12106 (java) S 12095 12095 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445791825 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919915370448 139920450021275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12107] ppid=12095 vsize=15418440 memory=0 CPUtime=1.72 cores=1,3,5,7
/proc/12097/task/12107/stat : 12107 (java) S 12095 12095 7881 0 -1 1077944384 4157 0 0 0 171 1 0 0 20 0 19 0 445791825 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919914318576 139920450013826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12108] ppid=12095 vsize=15418440 memory=0 CPUtime=1.97 cores=1,3,5,7
/proc/12097/task/12108/stat : 12108 (java) S 12095 12095 7881 0 -1 1077944384 4237 0 0 0 197 0 0 0 20 0 19 0 445791825 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919913266032 139920450013826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12109] ppid=12095 vsize=15418440 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/12097/task/12109/stat : 12109 (java) S 12095 12095 7881 0 -1 1077944384 2905 0 0 0 62 1 0 0 20 0 19 0 445791825 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919912212976 139920450013826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 35 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12110] ppid=12095 vsize=15418440 memory=-4695052241013923951 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12110/stat : 12110 (java) S 12095 12095 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445791825 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919911160672 139920450012885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12111] ppid=12095 vsize=15418440 memory=-3252517613199061085 CPUtime=0 cores=1,3,5,7
/proc/12097/task/12111/stat : 12111 (java) S 12095 12095 7881 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 19 0 445791826 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919910107696 139920450013826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12156] ppid=12095 vsize=15418440 memory=0 CPUtime=1.22 cores=1,3,5,7
/proc/12097/task/12156/stat : 12156 (java) R 12095 12095 7881 0 -1 4202560 58 0 0 0 122 0 0 0 20 0 19 0 445792358 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919438629784 139920058380820 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12157] ppid=12095 vsize=15418440 memory=280052940881600 CPUtime=1.31 cores=1,3,5,7
/proc/12097/task/12157/stat : 12157 (java) R 12095 12095 7881 0 -1 4202560 41 0 0 0 131 0 0 0 20 0 19 0 445792358 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919437577824 139920058380724 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12158] ppid=12095 vsize=15418440 memory=6944652177228980320 CPUtime=1.22 cores=1,3,5,7
/proc/12097/task/12158/stat : 12158 (java) R 12095 12095 7881 0 -1 4202560 20 0 0 0 122 0 0 0 20 0 19 0 445792358 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919436525320 139920058380843 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
[pid=12097/tid=12159] ppid=12095 vsize=15418440 memory=6944656592387989600 CPUtime=1.29 cores=1,3,5,7
/proc/12097/task/12159/stat : 12159 (java) R 12095 12095 7881 0 -1 4202560 39 0 0 0 129 0 0 0 20 0 19 0 445792358 15788482560 48685 33554432000 4194304 4196468 140726319029344 139919435473288 139920058380856 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18935808 140726319031279 140726319031450 140726319031450 140726319034319 0
Current children cumulated CPU time: 25.06 s
Current children cumulated vsize: 15531568 KiB
Current children cumulated memory: 196188 KiB

Child status: 0
Real time (s): 6.74894
CPU time (s): 25.1689
CPU user time (s): 25.0389
CPU system time (s): 0.130012
CPU usage (%): 372.931
Max. virtual memory (cumulated for all children) (KiB): 15531568
Max. memory (cumulated for all children) (KiB): 197480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.0389
system time used= 0.130012
maximum resident set size= 196536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25144
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2429
involuntary context switches= 787


# summary of solver processes directly reported to runsolver:
#   pid: 12095
#   total CPU time (s): 25.1689
#   total CPU user time (s): 25.0389
#   total CPU system time (s): 0.130012

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.054339 second user time and 0.131426 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-17 06:40:02
IDJOB=4400460
IDBENCH=135933
IDSOLVER=2856
FILE ID=node126/4400460-1568695240
RUNJOBID= node126-1568694456-7913
PBS_JOBID= 21703806
Free space on /tmp= 55680 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-m1-s2/ChessboardColoration-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-4400460-1568695240/watcher-4400460-1568695240 -o /tmp/evaluation-result-4400460-1568695240/solver-4400460-1568695240 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568694456-7913 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1774415387 HOME/instance-4400460-1568695240.xml

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

MD5SUM BENCH= 4ad41382ea3c48fc1b345febd6f905ee
RANDOM SEED=1774415387

node126.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.45
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.56
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.45
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.56
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.45
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.56
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.45
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27859164 kB
MemAvailable:   28654416 kB
Buffers:           64960 kB
Cached:           998840 kB
SwapCached:         8168 kB
Active:          3886336 kB
Inactive:         422956 kB
Active(anon):    3255552 kB
Inactive(anon):    23240 kB
Active(file):     630784 kB
Inactive(file):   399716 kB
Unevictable:      107804 kB
Mlocked:          107804 kB
SwapTotal:      67108860 kB
SwapFree:       66988572 kB
Dirty:             26172 kB
Writeback:             0 kB
AnonPages:       3403232 kB
Mapped:            56072 kB
Shmem:             24940 kB
Slab:             191240 kB
SReclaimable:     161176 kB
SUnreclaim:        30064 kB
KernelStack:        4096 kB
PageTables:        11972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4868876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3280896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 55656 MiB
End job on node126 at 2019-09-17 06:40:09