Trace number 4406196

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-24SAT (TO)76 2520.06 2512.21

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-29-07.xml
MD5SUM883cdd2c39820682d54c3bab8557ea17
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark73
Best CPU time to get the best result obtained on this benchmark192.289
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints62
Number of domains2
Minimum domain size1
Maximum domain size158
Distribution of domain sizes[{"size":1,"count":1},{"size":158,"count":31}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":6,"count":3},{"degree":7,"count":8},{"degree":8,"count":16},{"degree":9,"count":2},{"degree":10,"count":1}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":58},{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints58
Distribution of constraint types[{"type":"intension","count":58},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

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-4406196-1569408146.xml"  -tl '2520s' -p 1
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4406196-1569408146.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.29	c parse instance...
1.03/0.55	c solve instance...
1.60/0.76	o 157 
1.60/0.77	o 156 
1.90/0.85	o 86 
1.90/0.87	o 81 
7.07/2.55	o 78 
11.56/5.94	o 77 
11.89/6.20	o 76 
2520.03/2512.20	s SATISFIABLE
2520.03/2512.20	v <instantiation>
2520.03/2512.20	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] </list>
2520.03/2512.20	v 	<values>0 4 0 0 4 16 6 16 4 11 14 44 59 19 33 28 24 24 44 35 49 67 25 47 63 40 72 49 55 74 72 76 </values>
2520.03/2512.20	v </instantiation>
2520.03/2512.20	c Unexpected resolution interruption!

Verifier Data

OK	76

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4406196-1569408146/watcher-4406196-1569408146 -o /tmp/evaluation-result-4406196-1569408146/solver-4406196-1569408146 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1569396627-21715 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 674339674 HOME/instance-4406196-1569408146.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=23825, runsolver pid=23822

[startup+0.100091 s]*
/proc/loadavg: 1.46 1.57 1.70 3/229 23841
/proc/meminfo: memFree=24026256/32770624 swapFree=66936828/67108860
[pid=23825] ppid=23822 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23825/stat : 23825 (xcsp3-exec) S 23822 23825 21684 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516752366 115843072 362 33554432000 4194304 5098028 140732553203904 140732553202008 139663889343100 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 37474304 140732553208699 140732553208941 140732553208941 140732553211850 0
/proc/23825/statm: 28282 362 304 221 0 87 0
[pid=23827] ppid=23825 vsize=15144776 memory=29348 CPUtime=0.12 cores=0,2,4,6
/proc/23827/stat : 23827 (java) S 23825 23825 21684 0 -1 1077944320 5806 0 0 0 11 1 0 0 20 0 15 0 516752367 15508250624 7337 33554432000 4194304 4196468 140726798939504 140726798922048 140571781197559 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
/proc/23827/statm: 3786194 7337 3117 1 0 3748377 0
[pid=23827/tid=23828] ppid=23825 vsize=15144776 memory=-8895323862916359523 CPUtime=0.09 cores=0,2,4,6
/proc/23827/task/23828/stat : 23828 (java) R 23825 23825 21684 0 -1 4202560 3727 0 0 0 8 1 0 0 20 0 15 0 516752367 15508250624 7337 33554432000 4194304 4196468 140726798939504 140571785430624 140571781219485 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23829] ppid=23825 vsize=15144776 memory=3472468597218432208 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23829/stat : 23829 (java) S 23825 23825 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516752368 15508250624 7337 33554432000 4194304 4196468 140726798939504 140571733818128 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23830] ppid=23825 vsize=15144776 memory=140468323280512 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23830/stat : 23830 (java) S 23825 23825 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516752368 15508250624 7337 33554432000 4194304 4196468 140726798939504 140571732765584 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23831] ppid=23825 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23831/stat : 23831 (java) S 23825 23825 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516752368 15508250624 7337 33554432000 4194304 4196468 140726798939504 140571731713040 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23832] ppid=23825 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23832/stat : 23832 (java) S 23825 23825 21684 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516752368 15508250624 7337 33554432000 4194304 4196468 140726798939504 140571730660496 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23833] ppid=23825 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23833/stat : 23833 (java) S 23825 23825 21684 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516752369 15508250624 7337 33554432000 4194304 4196468 140726798939504 140571249813488 140571781208706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23834] ppid=23825 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23834/stat : 23834 (java) S 23825 23825 21684 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516752370 15508250624 7337 33554432000 4194304 4196468 140726798939504 140571248759712 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23835] ppid=23825 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23835/stat : 23835 (java) S 23825 23825 21684 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516752370 15508250624 7337 33554432000 4194304 4196468 140726798939504 140571247707120 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23836] ppid=23825 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23836/stat : 23836 (java) S 23825 23825 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516752372 15508250624 7337 33554432000 4194304 4196468 140726798939504 140571246655696 140571781216155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23837] ppid=23825 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23837/stat : 23837 (java) S 23825 23825 21684 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 516752372 15508250624 7337 33554432000 4194304 4196468 140726798939504 140571245603312 140571781208706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23838] ppid=23825 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23838/stat : 23838 (java) S 23825 23825 21684 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 516752372 15508250624 7337 33554432000 4194304 4196468 140726798939504 140571244550768 140571781208706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23839] ppid=23825 vsize=15144776 memory=140468323280512 CPUtime=0.02 cores=0,2,4,6
/proc/23827/task/23839/stat : 23839 (java) R 23825 23825 21684 0 -1 4202560 357 0 0 0 2 0 0 0 20 0 15 0 516752372 15508250624 7337 33554432000 4194304 4196468 140726798939504 140571243498224 140571781209494 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23840] ppid=23825 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23840/stat : 23840 (java) S 23825 23825 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516752373 15508250624 7337 33554432000 4194304 4196468 140726798939504 140571242445920 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23841] ppid=23825 vsize=15144776 memory=140468323280512 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23841/stat : 23841 (java) S 23825 23825 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516752373 15508250624 7337 33554432000 4194304 4196468 140726798939504 140571241392432 140571781208706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30796 KiB

[startup+0.210706 s]*
/proc/loadavg: 1.46 1.57 1.70 3/229 23841
/proc/meminfo: memFree=24014148/32770624 swapFree=66936828/67108860
[pid=23825] ppid=23822 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23825/stat : 23825 (xcsp3-exec) S 23822 23825 21684 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516752366 115843072 362 33554432000 4194304 5098028 140732553203904 140732553202008 139663889343100 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 37474304 140732553208699 140732553208941 140732553208941 140732553211850 0
/proc/23825/statm: 28282 362 304 221 0 87 0
[pid=23827] ppid=23825 vsize=15144776 memory=40972 CPUtime=0.34 cores=0,2,4,6
/proc/23827/stat : 23827 (java) S 23825 23825 21684 0 -1 1077944320 9451 0 0 0 31 3 0 0 20 0 15 0 516752367 15508250624 10243 33554432000 4194304 4196468 140726798939504 140726798922048 140571781197559 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
/proc/23827/statm: 3786194 10243 3308 1 0 3748377 0
[pid=23827/tid=23828] ppid=23825 vsize=15144776 memory=-8895323862916359523 CPUtime=0.19 cores=0,2,4,6
/proc/23827/task/23828/stat : 23828 (java) R 23825 23825 21684 0 -1 4202560 6629 0 0 0 17 2 0 0 20 0 15 0 516752367 15508250624 10243 33554432000 4194304 4196468 140726798939504 140571785428208 140571781209494 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23829] ppid=23825 vsize=15144776 memory=3472468597218432208 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23829/stat : 23829 (java) S 23825 23825 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516752368 15508250624 10243 33554432000 4194304 4196468 140726798939504 140571733818128 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23830] ppid=23825 vsize=15144776 memory=140468323280512 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23830/stat : 23830 (java) S 23825 23825 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516752368 15508250624 10243 33554432000 4194304 4196468 140726798939504 140571732765584 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23831] ppid=23825 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23831/stat : 23831 (java) S 23825 23825 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516752368 15508250624 10243 33554432000 4194304 4196468 140726798939504 140571731713040 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23832] ppid=23825 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23832/stat : 23832 (java) S 23825 23825 21684 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516752368 15508250624 10243 33554432000 4194304 4196468 140726798939504 140571730660496 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23833] ppid=23825 vsize=15144776 memory=140468323280512 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23833/stat : 23833 (java) S 23825 23825 21684 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 516752369 15508250624 10243 33554432000 4194304 4196468 140726798939504 140571249813488 140571781208706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23834] ppid=23825 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23834/stat : 23834 (java) S 23825 23825 21684 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516752370 15508250624 10243 33554432000 4194304 4196468 140726798939504 140571248759712 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23835] ppid=23825 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23835/stat : 23835 (java) S 23825 23825 21684 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516752370 15508250624 10243 33554432000 4194304 4196468 140726798939504 140571247707120 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23836] ppid=23825 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23836/stat : 23836 (java) S 23825 23825 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516752372 15508250624 10243 33554432000 4194304 4196468 140726798939504 140571246655696 140571781216155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23837] ppid=23825 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/23827/task/23837/stat : 23837 (java) S 23825 23825 21684 0 -1 1077944384 391 0 0 0 2 0 0 0 20 0 15 0 516752372 15508250624 10243 33554432000 4194304 4196468 140726798939504 140571245603312 140571781208706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23838] ppid=23825 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/23827/task/23838/stat : 23838 (java) S 23825 23825 21684 0 -1 1077944384 360 0 0 0 2 0 0 0 20 0 15 0 516752372 15508250624 10243 33554432000 4194304 4196468 140726798939504 140571244550768 140571781208706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23839] ppid=23825 vsize=15144776 memory=140468323280512 CPUtime=0.07 cores=0,2,4,6
/proc/23827/task/23839/stat : 23839 (java) R 23825 23825 21684 0 -1 4202560 764 0 0 0 7 0 0 0 20 0 15 0 516752372 15508250624 10243 33554432000 4194304 4196468 140726798939504 140571243498032 140571781218906 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23840] ppid=23825 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23840/stat : 23840 (java) S 23825 23825 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516752373 15508250624 10243 33554432000 4194304 4196468 140726798939504 140571242445920 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23841] ppid=23825 vsize=15144776 memory=140468323280512 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23841/stat : 23841 (java) S 23825 23825 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516752373 15508250624 10243 33554432000 4194304 4196468 140726798939504 140571241392432 140571781208706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42420 KiB

[startup+0.313227 s]*
/proc/loadavg: 1.46 1.57 1.70 5/229 23841
/proc/meminfo: memFree=24009048/32770624 swapFree=66936828/67108860
[pid=23825] ppid=23822 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23825/stat : 23825 (xcsp3-exec) S 23822 23825 21684 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516752366 115843072 362 33554432000 4194304 5098028 140732553203904 140732553202008 139663889343100 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 37474304 140732553208699 140732553208941 140732553208941 140732553211850 0
/proc/23825/statm: 28282 362 304 221 0 87 0
[pid=23827] ppid=23825 vsize=15149032 memory=50188 CPUtime=0.53 cores=0,2,4,6
/proc/23827/stat : 23827 (java) S 23825 23825 21684 0 -1 1077944320 10863 0 0 0 49 4 0 0 20 0 15 0 516752367 15512608768 12547 33554432000 4194304 4196468 140726798939504 140726798922048 140571781197559 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
/proc/23827/statm: 3787258 12547 3362 1 0 3748377 0
[pid=23827/tid=23828] ppid=23825 vsize=15149032 memory=-8094235084319000145 CPUtime=0.3 cores=0,2,4,6
/proc/23827/task/23828/stat : 23828 (java) R 23825 23825 21684 0 -1 4202560 7789 0 0 0 27 3 0 0 20 0 15 0 516752367 15512608768 12547 33554432000 4194304 4196468 140726798939504 140571785428672 140571765278046 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23829] ppid=23825 vsize=15149032 memory=3472468597218432208 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23829/stat : 23829 (java) S 23825 23825 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516752368 15512608768 12547 33554432000 4194304 4196468 140726798939504 140571733818128 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23830] ppid=23825 vsize=15149032 memory=280936503875968 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23830/stat : 23830 (java) S 23825 23825 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516752368 15512608768 12547 33554432000 4194304 4196468 140726798939504 140571732765584 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23831] ppid=23825 vsize=15149032 memory=280936361223200 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23831/stat : 23831 (java) S 23825 23825 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516752368 15512608768 12547 33554432000 4194304 4196468 140726798939504 140571731713040 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23832] ppid=23825 vsize=15149032 memory=140468180595471 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23832/stat : 23832 (java) S 23825 23825 21684 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516752368 15512608768 12547 33554432000 4194304 4196468 140726798939504 140571730660496 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23833] ppid=23825 vsize=15149032 memory=280936503885184 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23833/stat : 23833 (java) S 23825 23825 21684 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 516752369 15512608768 12547 33554432000 4194304 4196468 140726798939504 140571249813488 140571781208706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23834] ppid=23825 vsize=15149032 memory=140468180600079 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23834/stat : 23834 (java) S 23825 23825 21684 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516752370 15512608768 12547 33554432000 4194304 4196468 140726798939504 140571248759712 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23835] ppid=23825 vsize=15149032 memory=140468180625665 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23835/stat : 23835 (java) S 23825 23825 21684 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516752370 15512608768 12547 33554432000 4194304 4196468 140726798939504 140571247707120 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23836] ppid=23825 vsize=15149032 memory=140468180628292 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23836/stat : 23836 (java) S 23825 23825 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516752372 15512608768 12547 33554432000 4194304 4196468 140726798939504 140571246655696 140571781216155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23837] ppid=23825 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/23827/task/23837/stat : 23837 (java) S 23825 23825 21684 0 -1 1077944384 425 0 0 0 4 0 0 0 20 0 15 0 516752372 15512608768 12547 33554432000 4194304 4196468 140726798939504 140571245603312 140571781208706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23838] ppid=23825 vsize=15149032 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/23827/task/23838/stat : 23838 (java) R 23825 23825 21684 0 -1 4202560 475 0 0 0 5 0 0 0 20 0 15 0 516752372 15512608768 12547 33554432000 4194304 4196468 140726798939504 140571244541152 140571762742110 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23839] ppid=23825 vsize=15149032 memory=140468323280512 CPUtime=0.12 cores=0,2,4,6
/proc/23827/task/23839/stat : 23839 (java) S 23825 23825 21684 0 -1 1077944384 878 0 0 0 12 0 0 0 20 0 15 0 516752372 15512608768 12547 33554432000 4194304 4196468 140726798939504 140571243498224 140571781208706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23840] ppid=23825 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23840/stat : 23840 (java) S 23825 23825 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516752373 15512608768 12547 33554432000 4194304 4196468 140726798939504 140571242445920 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23841] ppid=23825 vsize=15149032 memory=140468323281960 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23841/stat : 23841 (java) S 23825 23825 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516752373 15512608768 12547 33554432000 4194304 4196468 140726798939504 140571241392432 140571781208706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51636 KiB

[startup+0.700943 s]
/proc/loadavg: 1.46 1.57 1.70 4/229 23841
/proc/meminfo: memFree=23989280/32770624 swapFree=66936828/67108860
[pid=23825] ppid=23822 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23825/stat : 23825 (xcsp3-exec) S 23822 23825 21684 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516752366 115843072 362 33554432000 4194304 5098028 140732553203904 140732553202008 139663889343100 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 37474304 140732553208699 140732553208941 140732553208941 140732553211850 0
/proc/23825/statm: 28282 362 304 221 0 87 0
[pid=23827] ppid=23825 vsize=15151156 memory=81096 CPUtime=1.6 cores=0,2,4,6
/proc/23827/stat : 23827 (java) S 23825 23825 21684 0 -1 1077944320 17493 0 0 0 154 6 0 0 20 0 15 0 516752367 15514783744 20274 33554432000 4194304 4196468 140726798939504 140726798922048 140571781197559 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
/proc/23827/statm: 3787789 20274 3458 1 0 3748889 0
[pid=23827/tid=23828] ppid=23825 vsize=15151156 memory=6945208551368380768 CPUtime=0.68 cores=0,2,4,6
/proc/23827/task/23828/stat : 23828 (java) R 23825 23825 21684 0 -1 4202560 9726 0 0 0 64 4 0 0 20 0 15 0 516752367 15514783744 20274 33554432000 4194304 4196468 140726798939504 140571785431968 140571414652460 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23829] ppid=23825 vsize=15151156 memory=7084813469732589655 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23829/stat : 23829 (java) S 23825 23825 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516752368 15514783744 20274 33554432000 4194304 4196468 140726798939504 140571733818128 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23830] ppid=23825 vsize=15151156 memory=7881696724453321575 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23830/stat : 23830 (java) S 23825 23825 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516752368 15514783744 20274 33554432000 4194304 4196468 140726798939504 140571732765584 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23831] ppid=23825 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23831/stat : 23831 (java) S 23825 23825 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516752368 15514783744 20274 33554432000 4194304 4196468 140726798939504 140571731713040 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23832] ppid=23825 vsize=15151156 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23832/stat : 23832 (java) S 23825 23825 21684 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516752368 15514783744 20274 33554432000 4194304 4196468 140726798939504 140571730660496 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23833] ppid=23825 vsize=15151156 memory=11620 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23833/stat : 23833 (java) S 23825 23825 21684 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 516752369 15514783744 20274 33554432000 4194304 4196468 140726798939504 140571249813488 140571781208706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23834] ppid=23825 vsize=15151156 memory=3608 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23834/stat : 23834 (java) S 23825 23825 21684 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516752370 15514783744 20274 33554432000 4194304 4196468 140726798939504 140571248759712 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23835] ppid=23825 vsize=15151156 memory=2828 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23835/stat : 23835 (java) S 23825 23825 21684 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516752370 15514783744 20274 33554432000 4194304 4196468 140726798939504 140571247707120 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23836] ppid=23825 vsize=15151156 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23836/stat : 23836 (java) S 23825 23825 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516752372 15514783744 20274 33554432000 4194304 4196468 140726798939504 140571246655696 140571781216155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23837] ppid=23825 vsize=15151156 memory=1560 CPUtime=0.25 cores=0,2,4,6
/proc/23827/task/23837/stat : 23837 (java) R 23825 23825 21684 0 -1 4202560 2325 0 0 0 25 0 0 0 20 0 15 0 516752372 15514783744 20274 33554432000 4194304 4196468 140726798939504 140571245594144 140571764683567 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23838] ppid=23825 vsize=15151156 memory=1172 CPUtime=0.29 cores=0,2,4,6
/proc/23827/task/23838/stat : 23838 (java) R 23825 23825 21684 0 -1 4202560 2016 0 0 0 29 0 0 0 20 0 15 0 516752372 15514783744 20274 33554432000 4194304 4196468 140726798939504 140571244536792 140571762742132 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23839] ppid=23825 vsize=15151156 memory=14008 CPUtime=0.34 cores=0,2,4,6
/proc/23827/task/23839/stat : 23839 (java) S 23825 23825 21684 0 -1 1077944384 2119 0 0 0 34 0 0 0 20 0 15 0 516752372 15514783744 20274 33554432000 4194304 4196468 140726798939504 140571243498224 140571781208706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23840] ppid=23825 vsize=15151156 memory=14076 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23840/stat : 23840 (java) S 23825 23825 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516752373 15514783744 20274 33554432000 4194304 4196468 140726798939504 140571242445920 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23841] ppid=23825 vsize=15151156 memory=2116 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23841/stat : 23841 (java) S 23825 23825 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516752373 15514783744 20274 33554432000 4194304 4196468 140726798939504 140571241392432 140571781208706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
Current children cumulated CPU time: 1.6 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 82544 KiB

[startup+1.50085 s]
/proc/loadavg: 1.46 1.57 1.70 5/229 23841
/proc/meminfo: memFree=23963112/32770624 swapFree=66936828/67108860
[pid=23825] ppid=23822 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23825/stat : 23825 (xcsp3-exec) S 23822 23825 21684 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516752366 115843072 362 33554432000 4194304 5098028 140732553203904 140732553202008 139663889343100 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 37474304 140732553208699 140732553208941 140732553208941 140732553211850 0
/proc/23825/statm: 28282 362 304 221 0 87 0

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

[pid=23827/tid=23833] ppid=23825 vsize=15151156 memory=231404 CPUtime=0.2 cores=0,2,4,6
/proc/23827/task/23833/stat : 23833 (java) S 23825 23825 21684 0 -1 1077944384 4047 0 0 0 16 4 0 0 20 0 15 0 516752369 15514783744 57851 33554432000 4194304 4196468 140726798939504 140571249813488 140571781208706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23834] ppid=23825 vsize=15151156 memory=231404 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23834/stat : 23834 (java) S 23825 23825 21684 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 516752370 15514783744 57851 33554432000 4194304 4196468 140726798939504 140571248759776 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23835] ppid=23825 vsize=15151156 memory=231404 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23835/stat : 23835 (java) S 23825 23825 21684 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 15 0 516752370 15514783744 57851 33554432000 4194304 4196468 140726798939504 140571247707136 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23836] ppid=23825 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23836/stat : 23836 (java) S 23825 23825 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516752372 15514783744 57851 33554432000 4194304 4196468 140726798939504 140571246655696 140571781216155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23837] ppid=23825 vsize=15151156 memory=231404 CPUtime=3.03 cores=0,2,4,6
/proc/23827/task/23837/stat : 23837 (java) S 23825 23825 21684 0 -1 1077944384 23411 0 0 0 301 2 0 0 20 0 15 0 516752372 15514783744 57851 33554432000 4194304 4196468 140726798939504 140571245603312 140571781208706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23838] ppid=23825 vsize=15151156 memory=6791534058613427641 CPUtime=3.18 cores=0,2,4,6
/proc/23827/task/23838/stat : 23838 (java) S 23825 23825 21684 0 -1 1077944384 23642 0 0 0 315 3 0 0 20 0 15 0 516752372 15514783744 57851 33554432000 4194304 4196468 140726798939504 140571244550768 140571781208706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23839] ppid=23825 vsize=15151156 memory=1448 CPUtime=0.55 cores=0,2,4,6
/proc/23827/task/23839/stat : 23839 (java) S 23825 23825 21684 0 -1 1077944384 8750 0 0 0 54 1 0 0 20 0 15 0 516752372 15514783744 57851 33554432000 4194304 4196468 140726798939504 140571243498224 140571781208706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23840] ppid=23825 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23840/stat : 23840 (java) S 23825 23825 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516752373 15514783744 57851 33554432000 4194304 4196468 140726798939504 140571242445920 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23841] ppid=23825 vsize=15151156 memory=3616 CPUtime=0.65 cores=0,2,4,6
/proc/23827/task/23841/stat : 23841 (java) S 23825 23825 21684 0 -1 1077944384 1721 0 0 0 31 34 0 0 20 0 15 0 516752373 15514783744 57851 33554432000 4194304 4196468 140726798939504 140571241392432 140571781208706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 35 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
Current children cumulated CPU time: 2390.01 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 232852 KiB

[startup+2442.3 s]
/proc/loadavg: 1.92 1.91 1.87 3/230 24163
/proc/meminfo: memFree=24608148/32770624 swapFree=66936828/67108860
[pid=23825] ppid=23822 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23825/stat : 23825 (xcsp3-exec) S 23822 23825 21684 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516752366 115843072 362 33554432000 4194304 5098028 140732553203904 140732553202008 139663889343100 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 37474304 140732553208699 140732553208941 140732553208941 140732553211850 0
/proc/23825/statm: 28282 362 304 221 0 87 0
[pid=23827] ppid=23825 vsize=15151156 memory=231404 CPUtime=2450.06 cores=0,2,4,6
/proc/23827/stat : 23827 (java) S 23825 23825 21684 0 -1 1077944320 94403 0 0 0 244957 49 0 0 20 0 15 0 516752367 15514783744 57851 33554432000 4194304 4196468 140726798939504 140726798922048 140571781197559 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
/proc/23827/statm: 3787789 57851 3519 1 0 3748889 0
[pid=23827/tid=23828] ppid=23825 vsize=15151156 memory=231404 CPUtime=2441.62 cores=0,2,4,6
/proc/23827/task/23828/stat : 23828 (java) R 23825 23825 21684 0 -1 4202560 20080 0 0 0 244154 8 0 0 20 0 15 0 516752367 15514783744 57851 33554432000 4194304 4196468 140726798939504 140571785437056 140571414354380 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23829] ppid=23825 vsize=15151156 memory=231404 CPUtime=0.16 cores=0,2,4,6
/proc/23827/task/23829/stat : 23829 (java) S 23825 23825 21684 0 -1 1077944384 1393 0 0 0 14 2 0 0 20 0 15 0 516752368 15514783744 57851 33554432000 4194304 4196468 140726798939504 140571733818128 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23830] ppid=23825 vsize=15151156 memory=231404 CPUtime=0.16 cores=0,2,4,6
/proc/23827/task/23830/stat : 23830 (java) S 23825 23825 21684 0 -1 1077944384 3070 0 0 0 15 1 0 0 20 0 15 0 516752368 15514783744 57851 33554432000 4194304 4196468 140726798939504 140571732765584 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23831] ppid=23825 vsize=15151156 memory=231404 CPUtime=0.17 cores=0,2,4,6
/proc/23827/task/23831/stat : 23831 (java) S 23825 23825 21684 0 -1 1077944384 3898 0 0 0 15 2 0 0 20 0 15 0 516752368 15514783744 57851 33554432000 4194304 4196468 140726798939504 140571731713040 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23832] ppid=23825 vsize=15151156 memory=231404 CPUtime=0.17 cores=0,2,4,6
/proc/23827/task/23832/stat : 23832 (java) S 23825 23825 21684 0 -1 1077944384 2764 0 0 0 16 1 0 0 20 0 15 0 516752368 15514783744 57851 33554432000 4194304 4196468 140726798939504 140571730660496 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23833] ppid=23825 vsize=15151156 memory=231404 CPUtime=0.22 cores=0,2,4,6
/proc/23827/task/23833/stat : 23833 (java) S 23825 23825 21684 0 -1 1077944384 4236 0 0 0 18 4 0 0 20 0 15 0 516752369 15514783744 57851 33554432000 4194304 4196468 140726798939504 140571249813488 140571781208706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23834] ppid=23825 vsize=15151156 memory=231404 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23834/stat : 23834 (java) S 23825 23825 21684 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 516752370 15514783744 57851 33554432000 4194304 4196468 140726798939504 140571248759776 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23835] ppid=23825 vsize=15151156 memory=231404 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23835/stat : 23835 (java) S 23825 23825 21684 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 15 0 516752370 15514783744 57851 33554432000 4194304 4196468 140726798939504 140571247707136 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23836] ppid=23825 vsize=15151156 memory=231404 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23836/stat : 23836 (java) S 23825 23825 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516752372 15514783744 57851 33554432000 4194304 4196468 140726798939504 140571246655696 140571781216155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23837] ppid=23825 vsize=15151156 memory=1448 CPUtime=3.03 cores=0,2,4,6
/proc/23827/task/23837/stat : 23837 (java) S 23825 23825 21684 0 -1 1077944384 23413 0 0 0 301 2 0 0 20 0 15 0 516752372 15514783744 57851 33554432000 4194304 4196468 140726798939504 140571245603312 140571781208706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23838] ppid=23825 vsize=15151156 memory=3616 CPUtime=3.18 cores=0,2,4,6
/proc/23827/task/23838/stat : 23838 (java) S 23825 23825 21684 0 -1 1077944384 23644 0 0 0 315 3 0 0 20 0 15 0 516752372 15514783744 57851 33554432000 4194304 4196468 140726798939504 140571244550768 140571781208706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23839] ppid=23825 vsize=15151156 memory=53512 CPUtime=0.55 cores=0,2,4,6
/proc/23827/task/23839/stat : 23839 (java) S 23825 23825 21684 0 -1 1077944384 8752 0 0 0 54 1 0 0 20 0 15 0 516752372 15514783744 57851 33554432000 4194304 4196468 140726798939504 140571243498224 140571781208706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23840] ppid=23825 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23840/stat : 23840 (java) S 23825 23825 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516752373 15514783744 57851 33554432000 4194304 4196468 140726798939504 140571242445920 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23841] ppid=23825 vsize=15151156 memory=231404 CPUtime=0.67 cores=0,2,4,6
/proc/23827/task/23841/stat : 23841 (java) S 23825 23825 21684 0 -1 1077944384 1740 0 0 0 32 35 0 0 20 0 15 0 516752373 15514783744 57851 33554432000 4194304 4196468 140726798939504 140571241392432 140571781208706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 35 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
Current children cumulated CPU time: 2450.06 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 232852 KiB

[startup+2502.3 s]
/proc/loadavg: 1.80 1.88 1.86 3/231 24168
/proc/meminfo: memFree=24606124/32770624 swapFree=66936828/67108860
[pid=23825] ppid=23822 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23825/stat : 23825 (xcsp3-exec) S 23822 23825 21684 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516752366 115843072 362 33554432000 4194304 5098028 140732553203904 140732553202008 139663889343100 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 37474304 140732553208699 140732553208941 140732553208941 140732553211850 0
/proc/23825/statm: 28282 362 304 221 0 87 0
[pid=23827] ppid=23825 vsize=15151156 memory=233452 CPUtime=2510.13 cores=0,2,4,6
/proc/23827/stat : 23827 (java) S 23825 23825 21684 0 -1 1077944320 94452 0 0 0 250963 50 0 0 20 0 15 0 516752367 15514783744 58363 33554432000 4194304 4196468 140726798939504 140726798922048 140571781197559 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
/proc/23827/statm: 3787789 58363 3519 1 0 3748889 0
[pid=23827/tid=23828] ppid=23825 vsize=15151156 memory=233452 CPUtime=2501.6 cores=0,2,4,6
/proc/23827/task/23828/stat : 23828 (java) R 23825 23825 21684 0 -1 4202560 20119 0 0 0 250152 8 0 0 20 0 15 0 516752367 15514783744 58363 33554432000 4194304 4196468 140726798939504 140571785437056 140571416118814 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23829] ppid=23825 vsize=15151156 memory=231404 CPUtime=0.18 cores=0,2,4,6
/proc/23827/task/23829/stat : 23829 (java) S 23825 23825 21684 0 -1 1077944384 1394 0 0 0 16 2 0 0 20 0 15 0 516752368 15514783744 58363 33554432000 4194304 4196468 140726798939504 140571733818128 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23830] ppid=23825 vsize=15151156 memory=231404 CPUtime=0.18 cores=0,2,4,6
/proc/23827/task/23830/stat : 23830 (java) S 23825 23825 21684 0 -1 1077944384 3070 0 0 0 17 1 0 0 20 0 15 0 516752368 15514783744 58363 33554432000 4194304 4196468 140726798939504 140571732765584 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23831] ppid=23825 vsize=15151156 memory=233452 CPUtime=0.19 cores=0,2,4,6
/proc/23827/task/23831/stat : 23831 (java) S 23825 23825 21684 0 -1 1077944384 3898 0 0 0 17 2 0 0 20 0 15 0 516752368 15514783744 58363 33554432000 4194304 4196468 140726798939504 140571731713040 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23832] ppid=23825 vsize=15151156 memory=1448 CPUtime=0.18 cores=0,2,4,6
/proc/23827/task/23832/stat : 23832 (java) S 23825 23825 21684 0 -1 1077944384 2767 0 0 0 17 1 0 0 20 0 15 0 516752368 15514783744 58363 33554432000 4194304 4196468 140726798939504 140571730660496 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23833] ppid=23825 vsize=15151156 memory=1448 CPUtime=0.23 cores=0,2,4,6
/proc/23827/task/23833/stat : 23833 (java) S 23825 23825 21684 0 -1 1077944384 4238 0 0 0 19 4 0 0 20 0 15 0 516752369 15514783744 58363 33554432000 4194304 4196468 140726798939504 140571249813488 140571781208706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23834] ppid=23825 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23834/stat : 23834 (java) S 23825 23825 21684 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 516752370 15514783744 58363 33554432000 4194304 4196468 140726798939504 140571248759776 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23835] ppid=23825 vsize=15151156 memory=231404 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23835/stat : 23835 (java) S 23825 23825 21684 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 15 0 516752370 15514783744 58363 33554432000 4194304 4196468 140726798939504 140571247707136 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23836] ppid=23825 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23836/stat : 23836 (java) S 23825 23825 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516752372 15514783744 58363 33554432000 4194304 4196468 140726798939504 140571246655696 140571781216155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23837] ppid=23825 vsize=15151156 memory=231404 CPUtime=3.04 cores=0,2,4,6
/proc/23827/task/23837/stat : 23837 (java) S 23825 23825 21684 0 -1 1077944384 23413 0 0 0 302 2 0 0 20 0 15 0 516752372 15514783744 58363 33554432000 4194304 4196468 140726798939504 140571245603312 140571781208706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23838] ppid=23825 vsize=15151156 memory=1448 CPUtime=3.18 cores=0,2,4,6
/proc/23827/task/23838/stat : 23838 (java) S 23825 23825 21684 0 -1 1077944384 23644 0 0 0 315 3 0 0 20 0 15 0 516752372 15514783744 58363 33554432000 4194304 4196468 140726798939504 140571244550768 140571781208706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23839] ppid=23825 vsize=15151156 memory=231404 CPUtime=0.55 cores=0,2,4,6
/proc/23827/task/23839/stat : 23839 (java) S 23825 23825 21684 0 -1 1077944384 8752 0 0 0 54 1 0 0 20 0 15 0 516752372 15514783744 58363 33554432000 4194304 4196468 140726798939504 140571243498224 140571781208706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23840] ppid=23825 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23840/stat : 23840 (java) S 23825 23825 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516752373 15514783744 58363 33554432000 4194304 4196468 140726798939504 140571242445920 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23841] ppid=23825 vsize=15151156 memory=1448 CPUtime=0.69 cores=0,2,4,6
/proc/23827/task/23841/stat : 23841 (java) S 23825 23825 21684 0 -1 1077944384 1744 0 0 0 33 36 0 0 20 0 15 0 516752373 15514783744 58363 33554432000 4194304 4196468 140726798939504 140571241392432 140571781208706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 35 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
Current children cumulated CPU time: 2510.13 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 234900 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2512.2 s]
/proc/loadavg: 1.76 1.87 1.86 3/232 24170
/proc/meminfo: memFree=24605724/32770624 swapFree=66936828/67108860
[pid=23825] ppid=23822 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23825/stat : 23825 (xcsp3-exec) S 23822 23825 21684 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516752366 115843072 362 33554432000 4194304 5098028 140732553203904 140732553202008 139663889343100 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 37474304 140732553208699 140732553208941 140732553208941 140732553211850 0
/proc/23825/statm: 28282 362 304 221 0 87 0
[pid=23827] ppid=23825 vsize=15151156 memory=233452 CPUtime=2520.03 cores=0,2,4,6
/proc/23827/stat : 23827 (java) S 23825 23825 21684 0 -1 1077944320 94459 0 0 0 251953 50 0 0 20 0 15 0 516752367 15514783744 58363 33554432000 4194304 4196468 140726798939504 140726798922048 140571781197559 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
/proc/23827/statm: 3787789 58363 3519 1 0 3748889 0
[pid=23827/tid=23828] ppid=23825 vsize=15151156 memory=2012 CPUtime=2511.49 cores=0,2,4,6
/proc/23827/task/23828/stat : 23828 (java) R 23825 23825 21684 0 -1 4202560 20124 0 0 0 251141 8 0 0 20 0 15 0 516752367 15514783744 58363 33554432000 4194304 4196468 140726798939504 140571785437056 140571766407438 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23829] ppid=23825 vsize=15151156 memory=1424 CPUtime=0.19 cores=0,2,4,6
/proc/23827/task/23829/stat : 23829 (java) S 23825 23825 21684 0 -1 1077944384 1394 0 0 0 16 3 0 0 20 0 15 0 516752368 15514783744 58363 33554432000 4194304 4196468 140726798939504 140571733818128 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23830] ppid=23825 vsize=15151156 memory=1704 CPUtime=0.18 cores=0,2,4,6
/proc/23827/task/23830/stat : 23830 (java) S 23825 23825 21684 0 -1 1077944384 3070 0 0 0 17 1 0 0 20 0 15 0 516752368 15514783744 58363 33554432000 4194304 4196468 140726798939504 140571732765584 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23831] ppid=23825 vsize=15151156 memory=6188 CPUtime=0.19 cores=0,2,4,6
/proc/23827/task/23831/stat : 23831 (java) S 23825 23825 21684 0 -1 1077944384 3898 0 0 0 17 2 0 0 20 0 15 0 516752368 15514783744 58363 33554432000 4194304 4196468 140726798939504 140571731713040 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23832] ppid=23825 vsize=15151156 memory=768 CPUtime=0.18 cores=0,2,4,6
/proc/23827/task/23832/stat : 23832 (java) S 23825 23825 21684 0 -1 1077944384 2767 0 0 0 17 1 0 0 20 0 15 0 516752368 15514783744 58363 33554432000 4194304 4196468 140726798939504 140571730660496 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23833] ppid=23825 vsize=15151156 memory=780 CPUtime=0.24 cores=0,2,4,6
/proc/23827/task/23833/stat : 23833 (java) S 23825 23825 21684 0 -1 1077944384 4240 0 0 0 20 4 0 0 20 0 15 0 516752369 15514783744 58363 33554432000 4194304 4196468 140726798939504 140571249813488 140571781208706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23834] ppid=23825 vsize=15151156 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23834/stat : 23834 (java) S 23825 23825 21684 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 516752370 15514783744 58363 33554432000 4194304 4196468 140726798939504 140571248759776 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23835] ppid=23825 vsize=15151156 memory=11620 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23835/stat : 23835 (java) S 23825 23825 21684 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 15 0 516752370 15514783744 58363 33554432000 4194304 4196468 140726798939504 140571247707136 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23836] ppid=23825 vsize=15151156 memory=3608 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23836/stat : 23836 (java) S 23825 23825 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516752372 15514783744 58363 33554432000 4194304 4196468 140726798939504 140571246655696 140571781216155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23837] ppid=23825 vsize=15151156 memory=2828 CPUtime=3.04 cores=0,2,4,6
/proc/23827/task/23837/stat : 23837 (java) S 23825 23825 21684 0 -1 1077944384 23413 0 0 0 302 2 0 0 20 0 15 0 516752372 15514783744 58363 33554432000 4194304 4196468 140726798939504 140571245603312 140571781208706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23838] ppid=23825 vsize=15151156 memory=1000 CPUtime=3.18 cores=0,2,4,6
/proc/23827/task/23838/stat : 23838 (java) S 23825 23825 21684 0 -1 1077944384 23644 0 0 0 315 3 0 0 20 0 15 0 516752372 15514783744 58363 33554432000 4194304 4196468 140726798939504 140571244550768 140571781208706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23839] ppid=23825 vsize=15151156 memory=1560 CPUtime=0.55 cores=0,2,4,6
/proc/23827/task/23839/stat : 23839 (java) S 23825 23825 21684 0 -1 1077944384 8752 0 0 0 54 1 0 0 20 0 15 0 516752372 15514783744 58363 33554432000 4194304 4196468 140726798939504 140571243498224 140571781208706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23840] ppid=23825 vsize=15151156 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/23827/task/23840/stat : 23840 (java) S 23825 23825 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516752373 15514783744 58363 33554432000 4194304 4196468 140726798939504 140571242445920 140571781207765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
[pid=23827/tid=23841] ppid=23825 vsize=15151156 memory=14008 CPUtime=0.7 cores=0,2,4,6
/proc/23827/task/23841/stat : 23841 (java) S 23825 23825 21684 0 -1 1077944384 1744 0 0 0 33 37 0 0 20 0 15 0 516752373 15514783744 58363 33554432000 4194304 4196468 140726798939504 140571241392432 140571781208706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 35 0 0 6293624 6294260 12955648 140726798943215 140726798943386 140726798943386 140726798946255 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 234900 KiB

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

[startup+2512.21 s]
# the end of solver process 23825 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.55 s, system=0.510982 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): 2512.21
CPU time (s): 2520.06
CPU user time (s): 2519.55
CPU system time (s): 0.510982
CPU usage (%): 100.312
Max. virtual memory (cumulated for all children) (KiB): 15268636
Max. memory (cumulated for all children) (KiB): 256900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.55
system time used= 0.510982
maximum resident set size= 255452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95377
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 62324
involuntary context switches= 2666


# summary of solver processes directly reported to runsolver:
#   pid: 23825
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2519.55
#   total CPU system time (s): 0.510982

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4704 second user time and 23.4937 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-25 12:41:43
IDJOB=4406196
IDBENCH=129976
IDSOLVER=2869
FILE ID=node141/4406196-1569408146
RUNJOBID= node141-1569396627-21715
PBS_JOBID= 21705681
Free space on /tmp= 22904 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-29-07.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4406196-1569408146/watcher-4406196-1569408146 -o /tmp/evaluation-result-4406196-1569408146/solver-4406196-1569408146 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1569396627-21715 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 674339674 HOME/instance-4406196-1569408146.xml

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

MD5SUM BENCH= 883cdd2c39820682d54c3bab8557ea17
RANDOM SEED=674339674

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        24044344 kB
MemAvailable:   30491772 kB
Buffers:          126952 kB
Cached:          6599892 kB
SwapCached:        62096 kB
Active:          4669356 kB
Inactive:        3443988 kB
Active(anon):    1322456 kB
Inactive(anon):   117552 kB
Active(file):    3346900 kB
Inactive(file):  3326436 kB
Unevictable:      107012 kB
Mlocked:          107012 kB
SwapTotal:      67108860 kB
SwapFree:       66936828 kB
Dirty:             25956 kB
Writeback:             0 kB
AnonPages:       1443452 kB
Mapped:            68608 kB
Shmem:             44788 kB
Slab:             209128 kB
SReclaimable:     179856 kB
SUnreclaim:        29272 kB
KernelStack:        4000 kB
PageTables:         8336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2150716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1376256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 22880 MiB
End job on node141 at 2019-09-25 13:23:35