Trace number 4269116

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)SAT (TO)8 2520.1299 2497.02

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-queen8-8.xml
MD5SUM1f0f248e074ceb8e6b1804d1246bfc68
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints728
Number of domains1
Minimum domain size64
Maximum domain size64
Distribution of domain sizes[{"size":64,"count":64}]
Minimum variable degree22
Maximum variable degree28
Distribution of variable degrees[{"degree":22,"count":28},{"degree":24,"count":20},{"degree":26,"count":12},{"degree":28,"count":4}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":728}]
Number of extensional constraints0
Number of intensional constraints728
Distribution of constraint types[{"type":"intension","count":728}]
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.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269116-1502713662.xml"  -tl '2520s' -p 1 -x 0
0.09/0.27	c [HOME/instance-4269116-1502713662.xml, -tl, 2520s, -p, 1, -x, 0]
0.29/0.33	c simple solver
0.29/0.40	c parse instance...
1.11/0.73	c solve instance...
1.44/0.82	o 11 
1.44/0.82	o 10 
1.44/0.82	o 9 
8.00/5.64	o 8 
2520.10/2497.01	s SATISFIABLE
2520.10/2497.01	v <instantiation>
2520.10/2497.01	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] </list>
2520.10/2497.01	v 	<values>3 1 4 7 8 0 6 5 8 5 0 2 4 3 7 1 7 4 6 3 5 1 0 2 6 0 7 1 2 8 5 4 1 2 8 0 7 4 3 6 5 7 3 4 6 2 8 0 0 6 2 8 1 5 4 7 4 3 1 5 0 6 2 8 </values>
2520.10/2497.01	v </instantiation>
2520.10/2497.01	c Unexpected resolution interruption!

Verifier Data

OK	8

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269116-1502713662/watcher-4269116-1502713662 -o /tmp/evaluation-result-4269116-1502713662/solver-4269116-1502713662 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502649032-24470 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1580679257 HOME/instance-4269116-1502713662.xml 

running on 4 cores: 0,2,4,6

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 thread
Current StackSize limit: 8192 KiB

solver pid=2145, runsolver pid=2142

[startup+0.104478 s]*
/proc/loadavg: 1.60 1.60 1.68 3/207 2152
/proc/meminfo: memFree=31277504/32770624 swapFree=67108764/67108860
[pid=2145] ppid=2142 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2145/stat : 2145 (xcsp3-exec) S 2142 2145 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118872636 9740288 345 18446744073709551615 4194304 5098028 140732171303360 140732171301464 140381298475644 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 7 0 0 7196144 7232144 16605184 140732171309432 140732171309637 140732171309637 140732171313131 0
/proc/2145/statm: 2378 345 289 221 0 87 0
[pid=2147] ppid=2145 vsize=13508948 memory=17824 CPUtime=0.01 cores=0,2,4,6
/proc/2147/stat : 2147 (java) S 2145 2145 4674 0 -1 1077944320 3758 0 0 0 1 0 0 0 20 0 8 0 118872644 13833162752 4456 18446744073709551615 4194304 4196468 140736160814944 140736160797488 139852580228855 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
/proc/2147/statm: 3377237 4456 2050 1 0 3366734 0
[pid=2147/tid=2148] ppid=2145 vsize=13574484 memory=8508281356421924513 CPUtime=0.01 cores=0,2,4,6
/proc/2147/task/2148/stat : 2148 (java) R 2145 2145 4674 0 -1 4202560 2542 0 0 0 1 0 0 0 20 0 9 0 118872645 13900271616 5014 18446744073709551615 4194304 4196468 140736160814944 139852584465368 139852580250781 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2149] ppid=2145 vsize=13574484 memory=3691042058319900680 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2149/stat : 2149 (java) S 2145 2145 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 118872645 13900271616 5014 18446744073709551615 4194304 4196468 140736160814944 139852537195280 139852580239061 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2150] ppid=2145 vsize=13574484 memory=139807046055552 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2150/stat : 2150 (java) S 2145 2145 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 118872645 13900271616 5014 18446744073709551615 4194304 4196468 140736160814944 139852536142736 139852580239061 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2151] ppid=2145 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2151/stat : 2151 (java) S 2145 2145 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 118872645 13900271616 5014 18446744073709551615 4194304 4196468 140736160814944 139852535090192 139852580239061 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2152] ppid=2145 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2152/stat : 2152 (java) S 2145 2145 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 118872645 13900271616 5014 18446744073709551615 4194304 4196468 140736160814944 139852534037648 139852580239061 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2153] ppid=2145 vsize=13574484 memory=139807046055552 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2153/stat : 2153 (java) S 2145 2145 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 118872647 13900271616 5014 18446744073709551615 4194304 4196468 140736160814944 139851788052464 139852580240002 0 0 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2154] ppid=2145 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2154/stat : 2154 (java) S 2145 2145 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 118872647 13900271616 5014 18446744073709551615 4194304 4196468 140736160814944 139851786998688 139852580239061 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2155] ppid=2145 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2155/stat : 2155 (java) S 2145 2145 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 118872647 13900271616 5014 18446744073709551615 4194304 4196468 140736160814944 139851561706544 139852580239061 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13518460 KiB
Current children cumulated memory: 19204 KiB

[startup+0.211518 s]*
/proc/loadavg: 1.60 1.60 1.68 3/216 2161
/proc/meminfo: memFree=31266584/32770624 swapFree=67108764/67108860
[pid=2145] ppid=2142 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2145/stat : 2145 (xcsp3-exec) S 2142 2145 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118872636 9740288 345 18446744073709551615 4194304 5098028 140732171303360 140732171301464 140381298475644 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 7 0 0 7196144 7232144 16605184 140732171309432 140732171309637 140732171309637 140732171313131 0
/proc/2145/statm: 2378 345 289 221 0 87 0
[pid=2147] ppid=2145 vsize=13974352 memory=31004 CPUtime=0.09 cores=0,2,4,6
/proc/2147/stat : 2147 (java) S 2145 2145 4674 0 -1 1077944320 5111 0 0 0 8 1 0 0 20 0 15 0 118872644 14309736448 7751 18446744073709551615 4194304 4196468 140736160814944 140736160797488 139852580228855 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
/proc/2147/statm: 3493588 7751 2755 1 0 3482964 0
[pid=2147/tid=2148] ppid=2145 vsize=13974352 memory=7022364594140610616 CPUtime=0.07 cores=0,2,4,6
/proc/2147/task/2148/stat : 2148 (java) R 2145 2145 4674 0 -1 4202560 3283 0 0 0 7 0 0 0 20 0 15 0 118872645 14309736448 7751 18446744073709551615 4194304 4196468 140736160814944 139852584460416 139852580250781 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2149] ppid=2145 vsize=13974352 memory=4294979926 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2149/stat : 2149 (java) S 2145 2145 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118872645 14309736448 7751 18446744073709551615 4194304 4196468 140736160814944 139852537195280 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2150] ppid=2145 vsize=13974352 memory=139807046074053 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2150/stat : 2150 (java) S 2145 2145 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118872645 14309736448 7751 18446744073709551615 4194304 4196468 140736160814944 139852536142736 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2151] ppid=2145 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2151/stat : 2151 (java) S 2145 2145 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118872645 14309736448 7751 18446744073709551615 4194304 4196468 140736160814944 139852535090192 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2152] ppid=2145 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2152/stat : 2152 (java) S 2145 2145 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118872645 14309736448 7751 18446744073709551615 4194304 4196468 140736160814944 139852534037648 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2153] ppid=2145 vsize=13974352 memory=139807046055552 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2153/stat : 2153 (java) S 2145 2145 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118872647 14309736448 7751 18446744073709551615 4194304 4196468 140736160814944 139851788052464 139852580240002 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2154] ppid=2145 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2154/stat : 2154 (java) S 2145 2145 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118872647 14309736448 7751 18446744073709551615 4194304 4196468 140736160814944 139851786998688 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2155] ppid=2145 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2155/stat : 2155 (java) S 2145 2145 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118872647 14309736448 7751 18446744073709551615 4194304 4196468 140736160814944 139851561706480 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2156] ppid=2145 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2156/stat : 2156 (java) S 2145 2145 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118872650 14309736448 7751 18446744073709551615 4194304 4196468 140736160814944 139851560655056 139852580247451 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2157] ppid=2145 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2157/stat : 2157 (java) S 2145 2145 4674 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 118872650 14309736448 7751 18446744073709551615 4194304 4196468 140736160814944 139851559602672 139852580240002 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2158] ppid=2145 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2158/stat : 2158 (java) S 2145 2145 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118872650 14309736448 7751 18446744073709551615 4194304 4196468 140736160814944 139851558550128 139852580240002 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2159] ppid=2145 vsize=13974352 memory=139807046055552 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2159/stat : 2159 (java) S 2145 2145 4674 0 -1 1077944384 241 0 0 0 0 0 0 0 20 0 15 0 118872650 14309736448 7751 18446744073709551615 4194304 4196468 140736160814944 139851557497584 139852580240002 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2160] ppid=2145 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2160/stat : 2160 (java) S 2145 2145 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118872650 14309736448 7751 18446744073709551615 4194304 4196468 140736160814944 139851556445280 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2161] ppid=2145 vsize=13974352 memory=139807046055552 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2161/stat : 2161 (java) S 2145 2145 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118872655 14309736448 7751 18446744073709551615 4194304 4196468 140736160814944 139851555391792 139852580240002 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 32384 KiB

[startup+0.311848 s]*
/proc/loadavg: 1.60 1.60 1.68 4/216 2161
/proc/meminfo: memFree=31255864/32770624 swapFree=67108764/67108860
[pid=2145] ppid=2142 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2145/stat : 2145 (xcsp3-exec) S 2142 2145 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118872636 9740288 345 18446744073709551615 4194304 5098028 140732171303360 140732171301464 140381298475644 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 7 0 0 7196144 7232144 16605184 140732171309432 140732171309637 140732171309637 140732171313131 0
/proc/2145/statm: 2378 345 289 221 0 87 0
[pid=2147] ppid=2145 vsize=13974352 memory=40508 CPUtime=0.29 cores=0,2,4,6
/proc/2147/stat : 2147 (java) S 2145 2145 4674 0 -1 1077944320 8723 0 0 0 26 3 0 0 20 0 15 0 118872644 14309736448 10127 18446744073709551615 4194304 4196468 140736160814944 140736160797488 139852580228855 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
/proc/2147/statm: 3493588 10127 2963 1 0 3482964 0
[pid=2147/tid=2148] ppid=2145 vsize=13974352 memory=4278483708103473607 CPUtime=0.18 cores=0,2,4,6
/proc/2147/task/2148/stat : 2148 (java) R 2145 2145 4674 0 -1 4202560 6039 0 0 0 16 2 0 0 20 0 15 0 118872645 14309736448 10193 18446744073709551615 4194304 4196468 140736160814944 139852584466368 139852206562580 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2149] ppid=2145 vsize=13974352 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2149/stat : 2149 (java) S 2145 2145 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118872645 14309736448 10193 18446744073709551615 4194304 4196468 140736160814944 139852537195280 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2150] ppid=2145 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2150/stat : 2150 (java) S 2145 2145 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118872645 14309736448 10193 18446744073709551615 4194304 4196468 140736160814944 139852536142736 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2151] ppid=2145 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2151/stat : 2151 (java) S 2145 2145 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118872645 14309736448 10193 18446744073709551615 4194304 4196468 140736160814944 139852535090192 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2152] ppid=2145 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2152/stat : 2152 (java) S 2145 2145 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118872645 14309736448 10193 18446744073709551615 4194304 4196468 140736160814944 139852534037648 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2153] ppid=2145 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2153/stat : 2153 (java) S 2145 2145 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118872647 14309736448 10193 18446744073709551615 4194304 4196468 140736160814944 139851788052464 139852580240002 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2154] ppid=2145 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2154/stat : 2154 (java) S 2145 2145 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118872647 14309736448 10193 18446744073709551615 4194304 4196468 140736160814944 139851786998688 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2155] ppid=2145 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2155/stat : 2155 (java) S 2145 2145 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118872647 14309736448 10193 18446744073709551615 4194304 4196468 140736160814944 139851561706480 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2156] ppid=2145 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2156/stat : 2156 (java) S 2145 2145 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118872650 14309736448 10705 18446744073709551615 4194304 4196468 140736160814944 139851560655056 139852580247451 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2157] ppid=2145 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/2147/task/2157/stat : 2157 (java) S 2145 2145 4674 0 -1 1077944384 517 0 0 0 1 0 0 0 20 0 15 0 118872650 14309736448 10705 18446744073709551615 4194304 4196468 140736160814944 139851559602672 139852580240002 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2158] ppid=2145 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2147/task/2158/stat : 2158 (java) R 2145 2145 4674 0 -1 4202560 203 0 0 0 2 0 0 0 20 0 15 0 118872650 14309736448 10705 18446744073709551615 4194304 4196468 140736160814944 139851558550128 139852566293051 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2159] ppid=2145 vsize=13974352 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/2147/task/2159/stat : 2159 (java) S 2145 2145 4674 0 -1 1077944384 697 0 0 0 6 0 0 0 20 0 15 0 118872650 14309736448 10705 18446744073709551615 4194304 4196468 140736160814944 139851557497584 139852580240002 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2160] ppid=2145 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2160/stat : 2160 (java) S 2145 2145 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118872650 14309736448 10705 18446744073709551615 4194304 4196468 140736160814944 139851556445280 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2161] ppid=2145 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2161/stat : 2161 (java) S 2145 2145 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118872655 14309736448 10705 18446744073709551615 4194304 4196468 140736160814944 139851555391792 139852580240002 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41888 KiB

[startup+0.702697 s]
/proc/loadavg: 1.60 1.60 1.68 5/216 2161
/proc/meminfo: memFree=31244696/32770624 swapFree=67108764/67108860
[pid=2145] ppid=2142 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2145/stat : 2145 (xcsp3-exec) S 2142 2145 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118872636 9740288 345 18446744073709551615 4194304 5098028 140732171303360 140732171301464 140381298475644 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 7 0 0 7196144 7232144 16605184 140732171309432 140732171309637 140732171309637 140732171313131 0
/proc/2145/statm: 2378 345 289 221 0 87 0
[pid=2147] ppid=2145 vsize=13980732 memory=67588 CPUtime=1.11 cores=0,2,4,6
/proc/2147/stat : 2147 (java) S 2145 2145 4674 0 -1 1077944320 12520 0 0 0 106 5 0 0 20 0 15 0 118872644 14316269568 16897 18446744073709551615 4194304 4196468 140736160814944 140736160797488 139852580228855 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
/proc/2147/statm: 3495183 16897 3163 1 0 3483476 0
[pid=2147/tid=2148] ppid=2145 vsize=13980732 memory=4638778428766896230 CPUtime=0.56 cores=0,2,4,6
/proc/2147/task/2148/stat : 2148 (java) R 2145 2145 4674 0 -1 4202560 8349 0 0 0 52 4 0 0 20 0 15 0 118872645 14316269568 16897 18446744073709551615 4194304 4196468 140736160814944 139852584466496 139852580240790 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2149] ppid=2145 vsize=13980732 memory=6498285520082 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2149/stat : 2149 (java) S 2145 2145 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118872645 14316269568 16897 18446744073709551615 4194304 4196468 140736160814944 139852537195280 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2150] ppid=2145 vsize=13980732 memory=12874 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2150/stat : 2150 (java) S 2145 2145 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118872645 14316269568 16897 18446744073709551615 4194304 4196468 140736160814944 139852536142736 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2151] ppid=2145 vsize=13980732 memory=14978858181960207 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2151/stat : 2151 (java) S 2145 2145 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118872645 14316269568 16897 18446744073709551615 4194304 4196468 140736160814944 139852535090192 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2152] ppid=2145 vsize=13980732 memory=7156871063736963152 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2152/stat : 2152 (java) S 2145 2145 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118872645 14316269568 16897 18446744073709551615 4194304 4196468 140736160814944 139852534037648 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2153] ppid=2145 vsize=13980732 memory=8023269665315972697 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2153/stat : 2153 (java) S 2145 2145 4674 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 118872647 14316269568 16897 18446744073709551615 4194304 4196468 140736160814944 139851788052464 139852580240002 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2154] ppid=2145 vsize=13980732 memory=6935649255759568960 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2154/stat : 2154 (java) S 2145 2145 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118872647 14316269568 16897 18446744073709551615 4194304 4196468 140736160814944 139851786998688 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2155] ppid=2145 vsize=13980732 memory=6082220583975019617 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2155/stat : 2155 (java) S 2145 2145 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118872647 14316269568 16897 18446744073709551615 4194304 4196468 140736160814944 139851561706480 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2156] ppid=2145 vsize=13980732 memory=7525625368318993002 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2156/stat : 2156 (java) S 2145 2145 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118872650 14316269568 16897 18446744073709551615 4194304 4196468 140736160814944 139851560655056 139852580247451 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2157] ppid=2145 vsize=13980732 memory=-8990767739041718176 CPUtime=0.12 cores=0,2,4,6
/proc/2147/task/2157/stat : 2157 (java) S 2145 2145 4674 0 -1 1077944384 915 0 0 0 12 0 0 0 20 0 15 0 118872650 14316269568 16897 18446744073709551615 4194304 4196468 140736160814944 139851559602672 139852580240002 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2158] ppid=2145 vsize=13980732 memory=-7531822216215565666 CPUtime=0.1 cores=0,2,4,6
/proc/2147/task/2158/stat : 2158 (java) R 2145 2145 4674 0 -1 1077944384 445 0 0 0 10 0 0 0 20 0 15 0 118872650 14316269568 16897 18446744073709551615 4194304 4196468 140736160814944 139851558550128 139852580240002 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2159] ppid=2145 vsize=13980732 memory=7682475212697334586 CPUtime=0.31 cores=0,2,4,6
/proc/2147/task/2159/stat : 2159 (java) R 2145 2145 4674 0 -1 4202560 1522 0 0 0 31 0 0 0 20 0 15 0 118872650 14316269568 16897 18446744073709551615 4194304 4196468 140736160814944 139851557493312 139852580250202 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2160] ppid=2145 vsize=13980732 memory=4206468019014099040 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2160/stat : 2160 (java) S 2145 2145 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118872650 14316269568 16897 18446744073709551615 4194304 4196468 140736160814944 139851556445280 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2161] ppid=2145 vsize=13980732 memory=7976406965554101975 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2161/stat : 2161 (java) S 2145 2145 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118872655 14316269568 16897 18446744073709551615 4194304 4196468 140736160814944 139851555391792 139852580240002 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 68968 KiB

[startup+1.50144 s]
/proc/loadavg: 1.60 1.60 1.68 5/216 2161
/proc/meminfo: memFree=31216620/32770624 swapFree=67108764/67108860
[pid=2145] ppid=2142 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2145/stat : 2145 (xcsp3-exec) S 2142 2145 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118872636 9740288 345 18446744073709551615 4194304 5098028 140732171303360 140732171301464 140381298475644 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 7 0 0 7196144 7232144 16605184 140732171309432 140732171309637 140732171309637 140732171313131 0
/proc/2145/statm: 2378 345 289 221 0 87 0
[pid=2147] ppid=2145 vsize=13980732 memory=94236 CPUtime=3.48 cores=0,2,4,6
/proc/2147/stat : 2147 (java) S 2145 2145 4674 0 -1 1077944320 21328 0 0 0 341 7 0 0 20 0 15 0 118872644 14316269568 23559 18446744073709551615 4194304 4196468 140736160814944 140736160797488 139852580228855 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
/proc/2147/statm: 3495183 23559 3184 1 0 3483476 0
[pid=2147/tid=2148] ppid=2145 vsize=13980732 memory=115 CPUtime=1.35 cores=0,2,4,6
/proc/2147/task/2148/stat : 2148 (java) R 2145 2145 4674 0 -1 4202560 8671 0 0 0 131 4 0 0 20 0 15 0 118872645 14316269568 23559 18446744073709551615 4194304 4196468 140736160814944 139852584467680 139852209998060 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2149] ppid=2145 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2149/stat : 2149 (java) S 2145 2145 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118872645 14316269568 23559 18446744073709551615 4194304 4196468 140736160814944 139852537195280 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2150] ppid=2145 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2150/stat : 2150 (java) S 2145 2145 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118872645 14316269568 23559 18446744073709551615 4194304 4196468 140736160814944 139852536142736 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2151] ppid=2145 vsize=13980732 memory=139806889853878 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2151/stat : 2151 (java) S 2145 2145 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118872645 14316269568 23559 18446744073709551615 4194304 4196468 140736160814944 139852535090192 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2152] ppid=2145 vsize=13980732 memory=279613779758320 CPUtime=0 cores=0,2,4,6

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

[pid=2147/tid=2153] ppid=2145 vsize=13980732 memory=1464580 CPUtime=1.26 cores=0,2,4,6
/proc/2147/task/2153/stat : 2153 (java) S 2145 2145 4674 0 -1 1077944384 14606 0 0 0 107 19 0 0 20 0 15 0 118872647 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851788052464 139852580240002 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2154] ppid=2145 vsize=13980732 memory=1464580 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2154/stat : 2154 (java) S 2145 2145 4674 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 118872647 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851786998688 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2155] ppid=2145 vsize=13980732 memory=1464580 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2155/stat : 2155 (java) S 2145 2145 4674 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 118872647 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851561706480 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2156] ppid=2145 vsize=13980732 memory=1464580 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2156/stat : 2156 (java) S 2145 2145 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118872650 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851560655056 139852580247451 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2157] ppid=2145 vsize=13980732 memory=1380 CPUtime=1.34 cores=0,2,4,6
/proc/2147/task/2157/stat : 2157 (java) S 2145 2145 4674 0 -1 1077944384 10603 0 0 0 132 2 0 0 20 0 15 0 118872650 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851559602672 139852580240002 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2158] ppid=2145 vsize=13980732 memory=0 CPUtime=1.27 cores=0,2,4,6
/proc/2147/task/2158/stat : 2158 (java) S 2145 2145 4674 0 -1 1077944384 9598 0 0 0 126 1 0 0 20 0 15 0 118872650 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851558550128 139852580240002 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2159] ppid=2145 vsize=13980732 memory=33 CPUtime=0.55 cores=0,2,4,6
/proc/2147/task/2159/stat : 2159 (java) S 2145 2145 4674 0 -1 1077944384 7204 0 0 0 55 0 0 0 20 0 15 0 118872650 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851557497584 139852580240002 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2160] ppid=2145 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2160/stat : 2160 (java) S 2145 2145 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118872650 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851556445280 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2161] ppid=2145 vsize=13980732 memory=1464580 CPUtime=0.71 cores=0,2,4,6
/proc/2147/task/2161/stat : 2161 (java) S 2145 2145 4674 0 -1 1077944384 1277 0 0 0 33 38 0 0 20 0 15 0 118872655 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851555391792 139852580240002 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
Current children cumulated CPU time: 2345.1 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1465960 KiB

[startup+2382.3 s]
/proc/loadavg: 1.73 1.64 1.66 3/214 2466
/proc/meminfo: memFree=29074784/32770624 swapFree=67108764/67108860
[pid=2145] ppid=2142 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2145/stat : 2145 (xcsp3-exec) S 2142 2145 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118872636 9740288 345 18446744073709551615 4194304 5098028 140732171303360 140732171301464 140381298475644 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 7 0 0 7196144 7232144 16605184 140732171309432 140732171309637 140732171309637 140732171313131 0
/proc/2145/statm: 2378 345 289 221 0 87 0
[pid=2147] ppid=2145 vsize=13980732 memory=1464580 CPUtime=2405.19 cores=0,2,4,6
/proc/2147/stat : 2147 (java) S 2145 2145 4674 0 -1 1077944320 166893 0 0 0 240225 294 0 0 20 0 15 0 118872644 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 140736160797488 139852580228855 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
/proc/2147/statm: 3495183 366145 3246 1 0 3483476 0
[pid=2147/tid=2148] ppid=2145 vsize=13980732 memory=1464580 CPUtime=2373.51 cores=0,2,4,6
/proc/2147/task/2148/stat : 2148 (java) R 2145 2145 4674 0 -1 4202560 70471 0 0 0 237166 185 0 0 20 0 15 0 118872645 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139852584468640 139852210014699 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2149] ppid=2145 vsize=13980732 memory=1464580 CPUtime=6.61 cores=0,2,4,6
/proc/2147/task/2149/stat : 2149 (java) S 2145 2145 4674 0 -1 1077944384 13137 0 0 0 645 16 0 0 20 0 15 0 118872645 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139852537195280 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2150] ppid=2145 vsize=13980732 memory=1464580 CPUtime=6.61 cores=0,2,4,6
/proc/2147/task/2150/stat : 2150 (java) S 2145 2145 4674 0 -1 1077944384 12658 0 0 0 644 17 0 0 20 0 15 0 118872645 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139852536142736 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2151] ppid=2145 vsize=13980732 memory=1380 CPUtime=6.58 cores=0,2,4,6
/proc/2147/task/2151/stat : 2151 (java) S 2145 2145 4674 0 -1 1077944384 13498 0 0 0 640 18 0 0 20 0 15 0 118872645 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139852535090192 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2152] ppid=2145 vsize=13980732 memory=1464580 CPUtime=6.61 cores=0,2,4,6
/proc/2147/task/2152/stat : 2152 (java) S 2145 2145 4674 0 -1 1077944384 12389 0 0 0 647 14 0 0 20 0 15 0 118872645 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139852534037648 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2153] ppid=2145 vsize=13980732 memory=1464580 CPUtime=1.29 cores=0,2,4,6
/proc/2147/task/2153/stat : 2153 (java) S 2145 2145 4674 0 -1 1077944384 14712 0 0 0 110 19 0 0 20 0 15 0 118872647 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851788052464 139852580240002 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2154] ppid=2145 vsize=13980732 memory=1464580 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2154/stat : 2154 (java) S 2145 2145 4674 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 118872647 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851786998688 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2155] ppid=2145 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2155/stat : 2155 (java) S 2145 2145 4674 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 118872647 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851561706480 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2156] ppid=2145 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2156/stat : 2156 (java) S 2145 2145 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118872650 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851560655056 139852580247451 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2157] ppid=2145 vsize=13980732 memory=1464580 CPUtime=1.34 cores=0,2,4,6
/proc/2147/task/2157/stat : 2157 (java) S 2145 2145 4674 0 -1 1077944384 10605 0 0 0 132 2 0 0 20 0 15 0 118872650 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851559602672 139852580240002 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2158] ppid=2145 vsize=13980732 memory=1464580 CPUtime=1.27 cores=0,2,4,6
/proc/2147/task/2158/stat : 2158 (java) S 2145 2145 4674 0 -1 1077944384 9600 0 0 0 126 1 0 0 20 0 15 0 118872650 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851558550128 139852580240002 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2159] ppid=2145 vsize=13980732 memory=1724 CPUtime=0.55 cores=0,2,4,6
/proc/2147/task/2159/stat : 2159 (java) S 2145 2145 4674 0 -1 1077944384 7206 0 0 0 55 0 0 0 20 0 15 0 118872650 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851557497584 139852580240002 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2160] ppid=2145 vsize=13980732 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2160/stat : 2160 (java) S 2145 2145 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118872650 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851556445280 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2161] ppid=2145 vsize=13980732 memory=1380 CPUtime=0.74 cores=0,2,4,6
/proc/2147/task/2161/stat : 2161 (java) S 2145 2145 4674 0 -1 1077944384 1300 0 0 0 34 40 0 0 20 0 15 0 118872655 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851555391792 139852580240002 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
Current children cumulated CPU time: 2405.19 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1465960 KiB

[startup+2442.3 s]
/proc/loadavg: 1.58 1.60 1.65 3/215 2469
/proc/meminfo: memFree=29069124/32770624 swapFree=67108764/67108860
[pid=2145] ppid=2142 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2145/stat : 2145 (xcsp3-exec) S 2142 2145 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118872636 9740288 345 18446744073709551615 4194304 5098028 140732171303360 140732171301464 140381298475644 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 7 0 0 7196144 7232144 16605184 140732171309432 140732171309637 140732171309637 140732171313131 0
/proc/2145/statm: 2378 345 289 221 0 87 0
[pid=2147] ppid=2145 vsize=13980732 memory=1464580 CPUtime=2465.3 cores=0,2,4,6
/proc/2147/stat : 2147 (java) S 2145 2145 4674 0 -1 1077944320 168297 0 0 0 246234 296 0 0 20 0 15 0 118872644 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 140736160797488 139852580228855 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
/proc/2147/statm: 3495183 366145 3246 1 0 3483476 0
[pid=2147/tid=2148] ppid=2145 vsize=13980732 memory=1380 CPUtime=2433.41 cores=0,2,4,6
/proc/2147/task/2148/stat : 2148 (java) R 2145 2145 4674 0 -1 4202560 70928 0 0 0 243156 185 0 0 20 0 15 0 118872645 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139852584468528 139852210013402 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2149] ppid=2145 vsize=13980732 memory=1464580 CPUtime=6.65 cores=0,2,4,6
/proc/2147/task/2149/stat : 2149 (java) S 2145 2145 4674 0 -1 1077944384 13461 0 0 0 649 16 0 0 20 0 15 0 118872645 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139852537195280 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2150] ppid=2145 vsize=13980732 memory=1464580 CPUtime=6.65 cores=0,2,4,6
/proc/2147/task/2150/stat : 2150 (java) S 2145 2145 4674 0 -1 1077944384 12740 0 0 0 648 17 0 0 20 0 15 0 118872645 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139852536142736 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2151] ppid=2145 vsize=13980732 memory=1464580 CPUtime=6.61 cores=0,2,4,6
/proc/2147/task/2151/stat : 2151 (java) S 2145 2145 4674 0 -1 1077944384 13533 0 0 0 643 18 0 0 20 0 15 0 118872645 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139852535090192 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2152] ppid=2145 vsize=13980732 memory=1464580 CPUtime=6.65 cores=0,2,4,6
/proc/2147/task/2152/stat : 2152 (java) S 2145 2145 4674 0 -1 1077944384 12733 0 0 0 651 14 0 0 20 0 15 0 118872645 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139852534037648 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2153] ppid=2145 vsize=13980732 memory=1464580 CPUtime=1.32 cores=0,2,4,6
/proc/2147/task/2153/stat : 2153 (java) S 2145 2145 4674 0 -1 1077944384 14832 0 0 0 113 19 0 0 20 0 15 0 118872647 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851788052464 139852580240002 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2154] ppid=2145 vsize=13980732 memory=1464580 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2154/stat : 2154 (java) S 2145 2145 4674 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 118872647 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851786998688 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2155] ppid=2145 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2155/stat : 2155 (java) S 2145 2145 4674 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 118872647 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851561706480 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2156] ppid=2145 vsize=13980732 memory=1464580 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2156/stat : 2156 (java) S 2145 2145 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118872650 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851560655056 139852580247451 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2157] ppid=2145 vsize=13980732 memory=1464580 CPUtime=1.34 cores=0,2,4,6
/proc/2147/task/2157/stat : 2157 (java) S 2145 2145 4674 0 -1 1077944384 10609 0 0 0 132 2 0 0 20 0 15 0 118872650 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851559602672 139852580240002 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2158] ppid=2145 vsize=13980732 memory=1464580 CPUtime=1.27 cores=0,2,4,6
/proc/2147/task/2158/stat : 2158 (java) S 2145 2145 4674 0 -1 1077944384 9604 0 0 0 126 1 0 0 20 0 15 0 118872650 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851558550128 139852580240002 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2159] ppid=2145 vsize=13980732 memory=1380 CPUtime=0.55 cores=0,2,4,6
/proc/2147/task/2159/stat : 2159 (java) S 2145 2145 4674 0 -1 1077944384 7210 0 0 0 55 0 0 0 20 0 15 0 118872650 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851557497584 139852580240002 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2160] ppid=2145 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2160/stat : 2160 (java) S 2145 2145 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118872650 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851556445280 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2161] ppid=2145 vsize=13980732 memory=1380 CPUtime=0.75 cores=0,2,4,6
/proc/2147/task/2161/stat : 2161 (java) S 2145 2145 4674 0 -1 1077944384 1330 0 0 0 35 40 0 0 20 0 15 0 118872655 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851555391792 139852580240002 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
Current children cumulated CPU time: 2465.3 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1465960 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2497 s]*
/proc/loadavg: 1.53 1.58 1.64 3/215 2472
/proc/meminfo: memFree=29064736/32770624 swapFree=67108764/67108860
[pid=2145] ppid=2142 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2145/stat : 2145 (xcsp3-exec) S 2142 2145 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118872636 9740288 345 18446744073709551615 4194304 5098028 140732171303360 140732171301464 140381298475644 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 7 0 0 7196144 7232144 16605184 140732171309432 140732171309637 140732171309637 140732171313131 0
/proc/2145/statm: 2378 345 289 221 0 87 0
[pid=2147] ppid=2145 vsize=13980732 memory=1464580 CPUtime=2520.1 cores=0,2,4,6
/proc/2147/stat : 2147 (java) S 2145 2145 4674 0 -1 1077944320 169677 0 0 0 251713 297 0 0 20 0 15 0 118872644 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 140736160797488 139852580228855 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
/proc/2147/statm: 3495183 366145 3246 1 0 3483476 0
[pid=2147/tid=2148] ppid=2145 vsize=13980732 memory=4278483708103473607 CPUtime=2488.04 cores=0,2,4,6
/proc/2147/task/2148/stat : 2148 (java) R 2145 2145 4674 0 -1 4202560 71462 0 0 0 248619 185 0 0 20 0 15 0 118872645 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139852584468640 139852209998417 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2149] ppid=2145 vsize=13980732 memory=4872558044660077418 CPUtime=6.68 cores=0,2,4,6
/proc/2147/task/2149/stat : 2149 (java) S 2145 2145 4674 0 -1 1077944384 14067 0 0 0 651 17 0 0 20 0 15 0 118872645 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139852537195280 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2150] ppid=2145 vsize=13980732 memory=4278483708103473607 CPUtime=6.68 cores=0,2,4,6
/proc/2147/task/2150/stat : 2150 (java) S 2145 2145 4674 0 -1 1077944384 12771 0 0 0 651 17 0 0 20 0 15 0 118872645 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139852536142736 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2151] ppid=2145 vsize=13980732 memory=4872558044660077418 CPUtime=6.64 cores=0,2,4,6
/proc/2147/task/2151/stat : 2151 (java) S 2145 2145 4674 0 -1 1077944384 13572 0 0 0 646 18 0 0 20 0 15 0 118872645 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139852535090192 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2152] ppid=2145 vsize=13980732 memory=4048 CPUtime=6.68 cores=0,2,4,6
/proc/2147/task/2152/stat : 2152 (java) S 2145 2145 4674 0 -1 1077944384 12782 0 0 0 654 14 0 0 20 0 15 0 118872645 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139852534037648 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2153] ppid=2145 vsize=13980732 memory=796 CPUtime=1.35 cores=0,2,4,6
/proc/2147/task/2153/stat : 2153 (java) S 2145 2145 4674 0 -1 1077944384 14920 0 0 0 116 19 0 0 20 0 15 0 118872647 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851788052464 139852580240002 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2154] ppid=2145 vsize=13980732 memory=984 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2154/stat : 2154 (java) S 2145 2145 4674 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 118872647 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851786998688 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2155] ppid=2145 vsize=13980732 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2155/stat : 2155 (java) S 2145 2145 4674 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 118872647 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851561706480 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2156] ppid=2145 vsize=13980732 memory=1464580 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2156/stat : 2156 (java) S 2145 2145 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118872650 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851560655056 139852580247451 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2157] ppid=2145 vsize=13980732 memory=1464580 CPUtime=1.34 cores=0,2,4,6
/proc/2147/task/2157/stat : 2157 (java) S 2145 2145 4674 0 -1 1077944384 10613 0 0 0 132 2 0 0 20 0 15 0 118872650 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851559602672 139852580240002 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2158] ppid=2145 vsize=13980732 memory=2244 CPUtime=1.27 cores=0,2,4,6
/proc/2147/task/2158/stat : 2158 (java) S 2145 2145 4674 0 -1 1077944384 9608 0 0 0 126 1 0 0 20 0 15 0 118872650 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851558550128 139852580240002 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2159] ppid=2145 vsize=13980732 memory=-6662747570986533011 CPUtime=0.55 cores=0,2,4,6
/proc/2147/task/2159/stat : 2159 (java) S 2145 2145 4674 0 -1 1077944384 7214 0 0 0 55 0 0 0 20 0 15 0 118872650 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851557497584 139852580240002 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2160] ppid=2145 vsize=13980732 memory=-8253362762722141311 CPUtime=0 cores=0,2,4,6
/proc/2147/task/2160/stat : 2160 (java) S 2145 2145 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118872650 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851556445280 139852580239061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
[pid=2147/tid=2161] ppid=2145 vsize=13980732 memory=8016517736310469220 CPUtime=0.77 cores=0,2,4,6
/proc/2147/task/2161/stat : 2161 (java) S 2145 2145 4674 0 -1 1077944384 1351 0 0 0 36 41 0 0 20 0 15 0 118872655 14316269568 366145 18446744073709551615 4194304 4196468 140736160814944 139851555391792 139852580240002 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140736160821681 140736160821857 140736160821857 140736160825295 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1465960 KiB

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

[startup+2497.02 s]
# the end of solver process 2145 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.14 s, system=2.98563 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2497.02
CPU time (s): 2520.13
CPU user time (s): 2517.14
CPU system time (s): 2.98563
CPU usage (%): 100.925
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 6044260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.14
system time used= 2.98563
maximum resident set size= 6104444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170488
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 87938
involuntary context switches= 6106


# summary of solver processes directly reported to runsolver:
#   pid: 2145
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2517.14
#   total CPU system time (s): 2.98563

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5595 second user time and 23.4021 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-14 14:13:48
IDJOB=4269116
IDBENCH=120544
IDSOLVER=2660
FILE ID=node134/4269116-1502713662
RUNJOBID= node134-1502649032-24470
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-queen8-8.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4269116-1502713662/watcher-4269116-1502713662 -o /tmp/evaluation-result-4269116-1502713662/solver-4269116-1502713662 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502649032-24470 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1580679257 HOME/instance-4269116-1502713662.xml

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

MD5SUM BENCH= 1f0f248e074ceb8e6b1804d1246bfc68
RANDOM SEED=1580679257

node134.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.43
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.43
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.43
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.43
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:        31285784 kB
MemAvailable:   31513928 kB
Buffers:          255452 kB
Cached:           263468 kB
SwapCached:            4 kB
Active:           838040 kB
Inactive:         189432 kB
Active(anon):     455256 kB
Inactive(anon):    94536 kB
Active(file):     382784 kB
Inactive(file):    94896 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              7556 kB
Writeback:             4 kB
AnonPages:        507576 kB
Mapped:            70520 kB
Shmem:             41564 kB
Slab:             159384 kB
SReclaimable:     132600 kB
SUnreclaim:        26784 kB
KernelStack:        3536 kB
PageTables:         6580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1157424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    442368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62012 MiB
End job on node134 at 2017-08-14 14:55:25