Trace number 4406489

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)98 2400.09 2392.21

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-37-01.xml
MD5SUMcc0e4d4fb1187992b98efb1fb4f076c6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark97
Best CPU time to get the best result obtained on this benchmark201.766
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints135
Number of domains2
Minimum domain size1
Maximum domain size300
Distribution of domain sizes[{"size":1,"count":1},{"size":300,"count":61}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":4},{"degree":5,"count":10},{"degree":6,"count":23},{"degree":7,"count":17},{"degree":8,"count":6},{"degree":10,"count":1}]
Minimum constraint arity2
Maximum constraint arity36
Distribution of constraint arities[{"arity":2,"count":131},{"arity":26,"count":1},{"arity":27,"count":1},{"arity":32,"count":1},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints131
Distribution of constraint types[{"type":"intension","count":131},{"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-4406489-1569399565.xml"  -tl '2400s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4406489-1569399565.xml, -tl, 2400s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
1.04/0.59	c solve instance...
1.61/0.73	o 299 
1.61/0.74	o 298 
1.61/0.76	o 118 
1.61/0.76	o 114 
1.92/0.80	o 113 
2.55/1.04	o 111 
2.55/1.04	o 109 
2.55/1.04	o 107 
5.27/1.91	o 104 
6.78/2.48	o 101 
7.27/2.72	o 100 
1622.56/1615.04	o 99 
1801.79/1794.19	o 98 
2400.07/2392.20	s SATISFIABLE
2400.07/2392.20	v <instantiation>
2400.07/2392.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] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] </list>
2400.07/2392.20	v 	<values>0 0 0 0 15 5 8 8 24 15 30 24 33 28 32 15 57 24 46 24 33 38 37 47 40 30 40 15 33 46 40 49 52 63 79 49 46 75 40 47 52 70 65 65 51 54 64 56 69 74 63 64 84 76 67 87 66 78 91 84 92 98 </values>
2400.07/2392.20	v </instantiation>
2400.07/2392.20	c Unexpected resolution interruption!

Verifier Data

OK	98

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406489-1569399565/watcher-4406489-1569399565 -o /var/tmp/evaluation-result-4406489-1569399565/solver-4406489-1569399565 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1569392946-4663 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 1947704155 HOME/instance-4406489-1569399565.xml 

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

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

solver pid=6465, runsolver pid=6462

[startup+0.100124 s]*
/proc/loadavg: 2.09 1.96 1.78 4/228 6481
/proc/meminfo: memFree=28397660/32770624 swapFree=66954216/67108860
[pid=6465] ppid=6462 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6465/stat : 6465 (xcsp3-exec) S 6462 6465 4632 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516211795 115843072 363 33554432000 4194304 5098028 140732061769856 140732061767960 140126584394364 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21872640 140732061774678 140732061774937 140732061774937 140732061777862 0
/proc/6465/statm: 28282 363 304 221 0 87 0
[pid=6467] ppid=6465 vsize=15144776 memory=28956 CPUtime=0.13 cores=0,2,4,6
/proc/6467/stat : 6467 (java) S 6465 6465 4632 0 -1 1077944320 5624 0 0 0 12 1 0 0 20 0 15 0 516211795 15508250624 7239 33554432000 4194304 4196468 140737031666768 140737031649312 140628828573431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
/proc/6467/statm: 3786194 7239 3163 1 0 3748377 0
[pid=6467/tid=6468] ppid=6465 vsize=15144776 memory=576460756329955459 CPUtime=0.08 cores=0,2,4,6
/proc/6467/task/6468/stat : 6468 (java) R 6465 6465 4632 0 -1 4202560 3549 0 0 0 8 0 0 0 20 0 15 0 516211796 15508250624 7304 33554432000 4194304 4196468 140737031666768 140628832797840 140628828585366 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6469] ppid=6465 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6469/stat : 6469 (java) S 6465 6465 4632 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516211796 15508250624 7304 33554432000 4194304 4196468 140737031666768 140628781194000 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6470] ppid=6465 vsize=15144776 memory=139928811298592 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6470/stat : 6470 (java) S 6465 6465 4632 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516211796 15508250624 7304 33554432000 4194304 4196468 140737031666768 140628780141456 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6471] ppid=6465 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6471/stat : 6471 (java) S 6465 6465 4632 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516211796 15508250624 7304 33554432000 4194304 4196468 140737031666768 140628779088912 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6472] ppid=6465 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6472/stat : 6472 (java) S 6465 6465 4632 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516211796 15508250624 7304 33554432000 4194304 4196468 140737031666768 140628778036368 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6473] ppid=6465 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6473/stat : 6473 (java) S 6465 6465 4632 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516211798 15508250624 7304 33554432000 4194304 4196468 140737031666768 140628296964080 140628828584578 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6474] ppid=6465 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6474/stat : 6474 (java) S 6465 6465 4632 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516211798 15508250624 7304 33554432000 4194304 4196468 140737031666768 140628295910304 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6475] ppid=6465 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6475/stat : 6475 (java) S 6465 6465 4632 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516211798 15508250624 7304 33554432000 4194304 4196468 140737031666768 140628294857712 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6476] ppid=6465 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6476/stat : 6476 (java) S 6465 6465 4632 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516211801 15508250624 7304 33554432000 4194304 4196468 140737031666768 140628293806288 140628828592027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6477] ppid=6465 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6477/stat : 6477 (java) S 6465 6465 4632 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 15 0 516211801 15508250624 7304 33554432000 4194304 4196468 140737031666768 140628292753904 140628828584578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6478] ppid=6465 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6478/stat : 6478 (java) S 6465 6465 4632 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 516211801 15508250624 7304 33554432000 4194304 4196468 140737031666768 140628291701360 140628828584578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6479] ppid=6465 vsize=15144776 memory=139928811280000 CPUtime=0.02 cores=0,2,4,6
/proc/6467/task/6479/stat : 6479 (java) R 6465 6465 4632 0 -1 4202560 346 0 0 0 2 0 0 0 20 0 15 0 516211801 15508250624 7304 33554432000 4194304 4196468 140737031666768 140628290648816 140628807531714 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6480] ppid=6465 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6480/stat : 6480 (java) S 6465 6465 4632 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516211801 15508250624 7304 33554432000 4194304 4196468 140737031666768 140628289596512 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6481] ppid=6465 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6481/stat : 6481 (java) S 6465 6465 4632 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516211801 15508250624 7304 33554432000 4194304 4196468 140737031666768 140628288543024 140628828584578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30408 KiB

[startup+0.210823 s]*
/proc/loadavg: 2.09 1.96 1.78 4/228 6481
/proc/meminfo: memFree=28385540/32770624 swapFree=66954216/67108860
[pid=6465] ppid=6462 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6465/stat : 6465 (xcsp3-exec) S 6462 6465 4632 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516211795 115843072 363 33554432000 4194304 5098028 140732061769856 140732061767960 140126584394364 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21872640 140732061774678 140732061774937 140732061774937 140732061777862 0
/proc/6465/statm: 28282 363 304 221 0 87 0
[pid=6467] ppid=6465 vsize=15144776 memory=40564 CPUtime=0.34 cores=0,2,4,6
/proc/6467/stat : 6467 (java) S 6465 6465 4632 0 -1 1077944320 9346 0 0 0 31 3 0 0 20 0 15 0 516211795 15508250624 10141 33554432000 4194304 4196468 140737031666768 140737031649312 140628828573431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
/proc/6467/statm: 3786194 10141 3308 1 0 3748377 0
[pid=6467/tid=6468] ppid=6465 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/6467/task/6468/stat : 6468 (java) R 6465 6465 4632 0 -1 4202560 6570 0 0 0 18 2 0 0 20 0 15 0 516211796 15508250624 10141 33554432000 4194304 4196468 140737031666768 140628832811248 140628828595357 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6469] ppid=6465 vsize=15144776 memory=10594 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6469/stat : 6469 (java) S 6465 6465 4632 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516211796 15508250624 10141 33554432000 4194304 4196468 140737031666768 140628781194000 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6470] ppid=6465 vsize=15144776 memory=288370304962991744 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6470/stat : 6470 (java) S 6465 6465 4632 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516211796 15508250624 10141 33554432000 4194304 4196468 140737031666768 140628780141456 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6471] ppid=6465 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6471/stat : 6471 (java) S 6465 6465 4632 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516211796 15508250624 10141 33554432000 4194304 4196468 140737031666768 140628779088912 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6472] ppid=6465 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6472/stat : 6472 (java) S 6465 6465 4632 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516211796 15508250624 10141 33554432000 4194304 4196468 140737031666768 140628778036368 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6473] ppid=6465 vsize=15144776 memory=139928811280000 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6473/stat : 6473 (java) S 6465 6465 4632 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 516211798 15508250624 10141 33554432000 4194304 4196468 140737031666768 140628296964080 140628828584578 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6474] ppid=6465 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6474/stat : 6474 (java) S 6465 6465 4632 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516211798 15508250624 10141 33554432000 4194304 4196468 140737031666768 140628295910304 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6475] ppid=6465 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6475/stat : 6475 (java) S 6465 6465 4632 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516211798 15508250624 10141 33554432000 4194304 4196468 140737031666768 140628294857712 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6476] ppid=6465 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6476/stat : 6476 (java) S 6465 6465 4632 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516211801 15508250624 10141 33554432000 4194304 4196468 140737031666768 140628293806288 140628828592027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6477] ppid=6465 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/6467/task/6477/stat : 6477 (java) S 6465 6465 4632 0 -1 1077944384 488 0 0 0 2 0 0 0 20 0 15 0 516211801 15508250624 10141 33554432000 4194304 4196468 140737031666768 140628292753904 140628828584578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6478] ppid=6465 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/6467/task/6478/stat : 6478 (java) S 6465 6465 4632 0 -1 1077944384 166 0 0 0 2 0 0 0 20 0 15 0 516211801 15508250624 10141 33554432000 4194304 4196468 140737031666768 140628291701360 140628828584578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6479] ppid=6465 vsize=15144776 memory=139928811280000 CPUtime=0.08 cores=0,2,4,6
/proc/6467/task/6479/stat : 6479 (java) S 6465 6465 4632 0 -1 1077944384 818 0 0 0 8 0 0 0 20 0 15 0 516211801 15508250624 10141 33554432000 4194304 4196468 140737031666768 140628290648816 140628828584578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6480] ppid=6465 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6480/stat : 6480 (java) S 6465 6465 4632 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516211801 15508250624 10141 33554432000 4194304 4196468 140737031666768 140628289596512 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6481] ppid=6465 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6481/stat : 6481 (java) S 6465 6465 4632 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516211801 15508250624 10141 33554432000 4194304 4196468 140737031666768 140628288543024 140628828584578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42016 KiB

[startup+0.319266 s]*
/proc/loadavg: 2.09 1.96 1.78 4/228 6481
/proc/meminfo: memFree=28377424/32770624 swapFree=66954216/67108860
[pid=6465] ppid=6462 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6465/stat : 6465 (xcsp3-exec) S 6462 6465 4632 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516211795 115843072 363 33554432000 4194304 5098028 140732061769856 140732061767960 140126584394364 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21872640 140732061774678 140732061774937 140732061774937 140732061777862 0
/proc/6465/statm: 28282 363 304 221 0 87 0
[pid=6467] ppid=6465 vsize=15149032 memory=50120 CPUtime=0.55 cores=0,2,4,6
/proc/6467/stat : 6467 (java) S 6465 6465 4632 0 -1 1077944320 10907 0 0 0 51 4 0 0 20 0 15 0 516211795 15512608768 12530 33554432000 4194304 4196468 140737031666768 140737031649312 140628828573431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
/proc/6467/statm: 3787258 12530 3356 1 0 3748377 0
[pid=6467/tid=6468] ppid=6465 vsize=15149032 memory=8317482817917895235 CPUtime=0.31 cores=0,2,4,6
/proc/6467/task/6468/stat : 6468 (java) R 6465 6465 4632 0 -1 4202560 7874 0 0 0 28 3 0 0 20 0 15 0 516211796 15512608768 12530 33554432000 4194304 4196468 140737031666768 140628832808272 140628812653918 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6469] ppid=6465 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6469/stat : 6469 (java) S 6465 6465 4632 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516211796 15512608768 12530 33554432000 4194304 4196468 140737031666768 140628781194000 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6470] ppid=6465 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6470/stat : 6470 (java) S 6465 6465 4632 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516211796 15512608768 12530 33554432000 4194304 4196468 140737031666768 140628780141456 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6471] ppid=6465 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6471/stat : 6471 (java) S 6465 6465 4632 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516211796 15512608768 12530 33554432000 4194304 4196468 140737031666768 140628779088912 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6472] ppid=6465 vsize=15149032 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6472/stat : 6472 (java) S 6465 6465 4632 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516211796 15512608768 12530 33554432000 4194304 4196468 140737031666768 140628778036368 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6473] ppid=6465 vsize=15149032 memory=7379517702019849078 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6473/stat : 6473 (java) S 6465 6465 4632 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 516211798 15512608768 12530 33554432000 4194304 4196468 140737031666768 140628296964080 140628828584578 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6474] ppid=6465 vsize=15149032 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6474/stat : 6474 (java) S 6465 6465 4632 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516211798 15512608768 12530 33554432000 4194304 4196468 140737031666768 140628295910304 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6475] ppid=6465 vsize=15149032 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6475/stat : 6475 (java) S 6465 6465 4632 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516211798 15512608768 12530 33554432000 4194304 4196468 140737031666768 140628294857712 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6476] ppid=6465 vsize=15149032 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6476/stat : 6476 (java) S 6465 6465 4632 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516211801 15512608768 12530 33554432000 4194304 4196468 140737031666768 140628293806288 140628828592027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6477] ppid=6465 vsize=15149032 memory=-8412656567168561567 CPUtime=0.05 cores=0,2,4,6
/proc/6467/task/6477/stat : 6477 (java) S 6465 6465 4632 0 -1 1077944384 582 0 0 0 5 0 0 0 20 0 15 0 516211801 15512608768 12530 33554432000 4194304 4196468 140737031666768 140628292753904 140628828584578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6478] ppid=6465 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/6467/task/6478/stat : 6478 (java) S 6465 6465 4632 0 -1 1077944384 181 0 0 0 4 0 0 0 20 0 15 0 516211801 15512608768 12530 33554432000 4194304 4196468 140737031666768 140628291701360 140628828584578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6479] ppid=6465 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/6467/task/6479/stat : 6479 (java) S 6465 6465 4632 0 -1 1077944384 989 0 0 0 12 0 0 0 20 0 15 0 516211801 15512608768 12530 33554432000 4194304 4196468 140737031666768 140628290648816 140628828584578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6480] ppid=6465 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6480/stat : 6480 (java) S 6465 6465 4632 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516211801 15512608768 12530 33554432000 4194304 4196468 140737031666768 140628289596512 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6481] ppid=6465 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6481/stat : 6481 (java) S 6465 6465 4632 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516211801 15512608768 12530 33554432000 4194304 4196468 140737031666768 140628288543024 140628828584578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51572 KiB

[startup+0.705219 s]
/proc/loadavg: 2.09 1.96 1.78 7/228 6481
/proc/meminfo: memFree=28360816/32770624 swapFree=66954216/67108860
[pid=6465] ppid=6462 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6465/stat : 6465 (xcsp3-exec) S 6462 6465 4632 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516211795 115843072 363 33554432000 4194304 5098028 140732061769856 140732061767960 140126584394364 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21872640 140732061774678 140732061774937 140732061774937 140732061777862 0
/proc/6465/statm: 28282 363 304 221 0 87 0
[pid=6467] ppid=6465 vsize=15151156 memory=85456 CPUtime=1.61 cores=0,2,4,6
/proc/6467/stat : 6467 (java) S 6465 6465 4632 0 -1 1077944320 18067 0 0 0 154 7 0 0 20 0 15 0 516211795 15514783744 21364 33554432000 4194304 4196468 140737031666768 140737031649312 140628828573431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
/proc/6467/statm: 3787789 21364 3463 1 0 3748889 0
[pid=6467/tid=6468] ppid=6465 vsize=15151156 memory=-3704326594973231466 CPUtime=0.67 cores=0,2,4,6
/proc/6467/task/6468/stat : 6468 (java) R 6465 6465 4632 0 -1 4202560 9746 0 0 0 63 4 0 0 20 0 15 0 516211796 15514783744 21364 33554432000 4194304 4196468 140737031666768 140628832810448 140628457391783 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6469] ppid=6465 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6469/stat : 6469 (java) S 6465 6465 4632 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516211796 15514783744 21364 33554432000 4194304 4196468 140737031666768 140628781194000 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6470] ppid=6465 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6470/stat : 6470 (java) S 6465 6465 4632 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516211796 15514783744 21364 33554432000 4194304 4196468 140737031666768 140628780141456 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6471] ppid=6465 vsize=15151156 memory=708 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6471/stat : 6471 (java) S 6465 6465 4632 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516211796 15514783744 21364 33554432000 4194304 4196468 140737031666768 140628779088912 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6472] ppid=6465 vsize=15151156 memory=9364 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6472/stat : 6472 (java) S 6465 6465 4632 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516211796 15514783744 21364 33554432000 4194304 4196468 140737031666768 140628778036368 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6473] ppid=6465 vsize=15151156 memory=1120 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6473/stat : 6473 (java) S 6465 6465 4632 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 516211798 15514783744 21364 33554432000 4194304 4196468 140737031666768 140628296964080 140628828584578 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6474] ppid=6465 vsize=15151156 memory=776 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6474/stat : 6474 (java) S 6465 6465 4632 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516211798 15514783744 21364 33554432000 4194304 4196468 140737031666768 140628295910304 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6475] ppid=6465 vsize=15151156 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6475/stat : 6475 (java) S 6465 6465 4632 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516211798 15514783744 21364 33554432000 4194304 4196468 140737031666768 140628294857712 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6476] ppid=6465 vsize=15151156 memory=8220 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6476/stat : 6476 (java) S 6465 6465 4632 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516211801 15514783744 21364 33554432000 4194304 4196468 140737031666768 140628293806288 140628828592027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6477] ppid=6465 vsize=15151156 memory=3616 CPUtime=0.28 cores=0,2,4,6
/proc/6467/task/6477/stat : 6477 (java) R 6465 6465 4632 0 -1 4202560 2552 0 0 0 27 1 0 0 20 0 15 0 516211801 15514783744 21364 33554432000 4194304 4196468 140737031666768 140628292734920 140628813455352 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6478] ppid=6465 vsize=15151156 memory=1556 CPUtime=0.26 cores=0,2,4,6
/proc/6467/task/6478/stat : 6478 (java) R 6465 6465 4632 0 -1 4202560 2123 0 0 0 26 0 0 0 20 0 15 0 516211801 15514783744 21364 33554432000 4194304 4196468 140737031666768 140628291682152 140628812073814 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6479] ppid=6465 vsize=15151156 memory=2832 CPUtime=0.38 cores=0,2,4,6
/proc/6467/task/6479/stat : 6479 (java) S 6465 6465 4632 0 -1 1077944384 2335 0 0 0 37 1 0 0 20 0 15 0 516211801 15514783744 21364 33554432000 4194304 4196468 140737031666768 140628290648816 140628828584578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6480] ppid=6465 vsize=15151156 memory=984 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6480/stat : 6480 (java) S 6465 6465 4632 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516211801 15514783744 21364 33554432000 4194304 4196468 140737031666768 140628289596512 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6481] ppid=6465 vsize=15151156 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6481/stat : 6481 (java) S 6465 6465 4632 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516211801 15514783744 21364 33554432000 4194304 4196468 140737031666768 140628288543024 140628828584578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 86908 KiB

[startup+1.50085 s]
/proc/loadavg: 2.09 1.96 1.78 5/228 6482
/proc/meminfo: memFree=28316428/32770624 swapFree=66954216/67108860
[pid=6465] ppid=6462 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6465/stat : 6465 (xcsp3-exec) S 6462 6465 4632 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516211795 115843072 363 33554432000 4194304 5098028 140732061769856 140732061767960 140126584394364 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21872640 140732061774678 140732061774937 140732061774937 140732061777862 0
/proc/6465/statm: 28282 363 304 221 0 87 0

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

/proc/6467/task/6475/stat : 6475 (java) S 6465 6465 4632 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 15 0 516211798 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628294857728 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6476] ppid=6465 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6476/stat : 6476 (java) S 6465 6465 4632 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516211801 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628293806288 140628828592027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6477] ppid=6465 vsize=15151156 memory=1452 CPUtime=3.11 cores=0,2,4,6
/proc/6467/task/6477/stat : 6477 (java) S 6465 6465 4632 0 -1 1077944384 27574 0 0 0 306 5 0 0 20 0 15 0 516211801 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628292753904 140628828584578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6478] ppid=6465 vsize=15151156 memory=111632 CPUtime=3.54 cores=0,2,4,6
/proc/6467/task/6478/stat : 6478 (java) S 6465 6465 4632 0 -1 1077944384 25659 0 0 0 352 2 0 0 20 0 15 0 516211801 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628291701360 140628828584578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6479] ppid=6465 vsize=15151156 memory=6944656592455097440 CPUtime=0.6 cores=0,2,4,6
/proc/6467/task/6479/stat : 6479 (java) S 6465 6465 4632 0 -1 1077944384 10375 0 0 0 58 2 0 0 20 0 15 0 516211801 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628290648816 140628828584578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6480] ppid=6465 vsize=15151156 memory=8514701219781834910 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6480/stat : 6480 (java) S 6465 6465 4632 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516211801 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628289596512 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6481] ppid=6465 vsize=15151156 memory=209092 CPUtime=0.62 cores=0,2,4,6
/proc/6467/task/6481/stat : 6481 (java) S 6465 6465 4632 0 -1 1077944384 1506 0 0 0 27 35 0 0 20 0 15 0 516211801 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628288543024 140628828584578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
Current children cumulated CPU time: 2270.12 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 210544 KiB

[startup+2322.3 s]
/proc/loadavg: 1.64 1.70 1.78 3/228 6776
/proc/meminfo: memFree=26982124/32770624 swapFree=66954220/67108860
[pid=6465] ppid=6462 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6465/stat : 6465 (xcsp3-exec) S 6462 6465 4632 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516211795 115843072 363 33554432000 4194304 5098028 140732061769856 140732061767960 140126584394364 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21872640 140732061774678 140732061774937 140732061774937 140732061777862 0
/proc/6465/statm: 28282 363 304 221 0 87 0
[pid=6467] ppid=6465 vsize=15151156 memory=209092 CPUtime=2330.14 cores=0,2,4,6
/proc/6467/stat : 6467 (java) S 6465 6465 4632 0 -1 1077944320 101827 0 0 0 232967 47 0 0 20 0 15 0 516211795 15514783744 52273 33554432000 4194304 4196468 140737031666768 140737031649312 140628828573431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
/proc/6467/statm: 3787789 52273 3520 1 0 3748889 0
[pid=6467/tid=6468] ppid=6465 vsize=15151156 memory=209092 CPUtime=2321.67 cores=0,2,4,6
/proc/6467/task/6468/stat : 6468 (java) R 6465 6465 4632 0 -1 4202560 20656 0 0 0 232160 7 0 0 20 0 15 0 516211796 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628832812192 140628458487916 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6469] ppid=6465 vsize=15151156 memory=209092 CPUtime=0.09 cores=0,2,4,6
/proc/6467/task/6469/stat : 6469 (java) S 6465 6465 4632 0 -1 1077944384 2794 0 0 0 8 1 0 0 20 0 15 0 516211796 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628781194000 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6470] ppid=6465 vsize=15151156 memory=209092 CPUtime=0.09 cores=0,2,4,6
/proc/6467/task/6470/stat : 6470 (java) S 6465 6465 4632 0 -1 1077944384 1637 0 0 0 8 1 0 0 20 0 15 0 516211796 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628780141456 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6471] ppid=6465 vsize=15151156 memory=209092 CPUtime=0.09 cores=0,2,4,6
/proc/6467/task/6471/stat : 6471 (java) S 6465 6465 4632 0 -1 1077944384 2481 0 0 0 7 2 0 0 20 0 15 0 516211796 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628779088912 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6472] ppid=6465 vsize=15151156 memory=1452 CPUtime=0.09 cores=0,2,4,6
/proc/6467/task/6472/stat : 6472 (java) S 6465 6465 4632 0 -1 1077944384 3613 0 0 0 8 1 0 0 20 0 15 0 516211796 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628778036368 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6473] ppid=6465 vsize=15151156 memory=1452 CPUtime=0.13 cores=0,2,4,6
/proc/6467/task/6473/stat : 6473 (java) S 6465 6465 4632 0 -1 1077944384 4092 0 0 0 11 2 0 0 20 0 15 0 516211798 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628296964080 140628828584578 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6474] ppid=6465 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6474/stat : 6474 (java) S 6465 6465 4632 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 516211798 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628295910368 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6475] ppid=6465 vsize=15151156 memory=3580 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6475/stat : 6475 (java) S 6465 6465 4632 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 15 0 516211798 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628294857728 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6476] ppid=6465 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6476/stat : 6476 (java) S 6465 6465 4632 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516211801 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628293806288 140628828592027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6477] ppid=6465 vsize=15151156 memory=3580 CPUtime=3.11 cores=0,2,4,6
/proc/6467/task/6477/stat : 6477 (java) S 6465 6465 4632 0 -1 1077944384 27574 0 0 0 306 5 0 0 20 0 15 0 516211801 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628292753904 140628828584578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6478] ppid=6465 vsize=15151156 memory=1452 CPUtime=3.54 cores=0,2,4,6
/proc/6467/task/6478/stat : 6478 (java) S 6465 6465 4632 0 -1 1077944384 25659 0 0 0 352 2 0 0 20 0 15 0 516211801 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628291701360 140628828584578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6479] ppid=6465 vsize=15151156 memory=1452 CPUtime=0.6 cores=0,2,4,6
/proc/6467/task/6479/stat : 6479 (java) S 6465 6465 4632 0 -1 1077944384 10375 0 0 0 58 2 0 0 20 0 15 0 516211801 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628290648816 140628828584578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6480] ppid=6465 vsize=15151156 memory=209092 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6480/stat : 6480 (java) S 6465 6465 4632 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516211801 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628289596512 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6481] ppid=6465 vsize=15151156 memory=1452 CPUtime=0.64 cores=0,2,4,6
/proc/6467/task/6481/stat : 6481 (java) S 6465 6465 4632 0 -1 1077944384 1510 0 0 0 28 36 0 0 20 0 15 0 516211801 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628288543024 140628828584578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
Current children cumulated CPU time: 2330.14 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 210544 KiB

[startup+2382.3 s]
/proc/loadavg: 1.51 1.65 1.75 3/228 6780
/proc/meminfo: memFree=26983284/32770624 swapFree=66954220/67108860
[pid=6465] ppid=6462 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6465/stat : 6465 (xcsp3-exec) S 6462 6465 4632 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516211795 115843072 363 33554432000 4194304 5098028 140732061769856 140732061767960 140126584394364 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21872640 140732061774678 140732061774937 140732061774937 140732061777862 0
/proc/6465/statm: 28282 363 304 221 0 87 0
[pid=6467] ppid=6465 vsize=15151156 memory=209092 CPUtime=2390.16 cores=0,2,4,6
/proc/6467/stat : 6467 (java) S 6465 6465 4632 0 -1 1077944320 102753 0 0 0 238968 48 0 0 20 0 15 0 516211795 15514783744 52273 33554432000 4194304 4196468 140737031666768 140737031649312 140628828573431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
/proc/6467/statm: 3787789 52273 3520 1 0 3748889 0
[pid=6467/tid=6468] ppid=6465 vsize=15151156 memory=1452 CPUtime=2381.63 cores=0,2,4,6
/proc/6467/task/6468/stat : 6468 (java) R 6465 6465 4632 0 -1 4202560 20914 0 0 0 238156 7 0 0 20 0 15 0 516211796 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628832813104 140628460824845 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6469] ppid=6465 vsize=15151156 memory=209092 CPUtime=0.1 cores=0,2,4,6
/proc/6467/task/6469/stat : 6469 (java) S 6465 6465 4632 0 -1 1077944384 2823 0 0 0 9 1 0 0 20 0 15 0 516211796 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628781194000 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6470] ppid=6465 vsize=15151156 memory=209092 CPUtime=0.09 cores=0,2,4,6
/proc/6467/task/6470/stat : 6470 (java) S 6465 6465 4632 0 -1 1077944384 1651 0 0 0 8 1 0 0 20 0 15 0 516211796 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628780141456 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6471] ppid=6465 vsize=15151156 memory=209092 CPUtime=0.1 cores=0,2,4,6
/proc/6467/task/6471/stat : 6471 (java) S 6465 6465 4632 0 -1 1077944384 2536 0 0 0 8 2 0 0 20 0 15 0 516211796 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628779088912 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6472] ppid=6465 vsize=15151156 memory=209092 CPUtime=0.1 cores=0,2,4,6
/proc/6467/task/6472/stat : 6472 (java) S 6465 6465 4632 0 -1 1077944384 3976 0 0 0 9 1 0 0 20 0 15 0 516211796 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628778036368 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6473] ppid=6465 vsize=15151156 memory=209092 CPUtime=0.14 cores=0,2,4,6
/proc/6467/task/6473/stat : 6473 (java) S 6465 6465 4632 0 -1 1077944384 4274 0 0 0 12 2 0 0 20 0 15 0 516211798 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628296964080 140628828584578 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6474] ppid=6465 vsize=15151156 memory=209092 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6474/stat : 6474 (java) S 6465 6465 4632 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 516211798 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628295910368 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6475] ppid=6465 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6475/stat : 6475 (java) S 6465 6465 4632 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 15 0 516211798 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628294857728 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6476] ppid=6465 vsize=15151156 memory=3580 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6476/stat : 6476 (java) S 6465 6465 4632 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516211801 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628293806288 140628828592027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6477] ppid=6465 vsize=15151156 memory=8112282956445269571 CPUtime=3.11 cores=0,2,4,6
/proc/6467/task/6477/stat : 6477 (java) S 6465 6465 4632 0 -1 1077944384 27576 0 0 0 306 5 0 0 20 0 15 0 516211801 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628292753904 140628828584578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6478] ppid=6465 vsize=15151156 memory=1680 CPUtime=3.54 cores=0,2,4,6
/proc/6467/task/6478/stat : 6478 (java) S 6465 6465 4632 0 -1 1077944384 25661 0 0 0 352 2 0 0 20 0 15 0 516211801 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628291701360 140628828584578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6479] ppid=6465 vsize=15151156 memory=1452 CPUtime=0.6 cores=0,2,4,6
/proc/6467/task/6479/stat : 6479 (java) S 6465 6465 4632 0 -1 1077944384 10377 0 0 0 58 2 0 0 20 0 15 0 516211801 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628290648816 140628828584578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6480] ppid=6465 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6480/stat : 6480 (java) S 6465 6465 4632 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516211801 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628289596512 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6481] ppid=6465 vsize=15151156 memory=3580 CPUtime=0.66 cores=0,2,4,6
/proc/6467/task/6481/stat : 6481 (java) S 6465 6465 4632 0 -1 1077944384 1529 0 0 0 29 37 0 0 20 0 15 0 516211801 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628288543024 140628828584578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
Current children cumulated CPU time: 2390.16 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 210544 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2392.2 s]
/proc/loadavg: 1.35 1.61 1.74 3/228 6780
/proc/meminfo: memFree=25155120/32770624 swapFree=66954220/67108860
[pid=6465] ppid=6462 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6465/stat : 6465 (xcsp3-exec) S 6462 6465 4632 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516211795 115843072 363 33554432000 4194304 5098028 140732061769856 140732061767960 140126584394364 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21872640 140732061774678 140732061774937 140732061774937 140732061777862 0
/proc/6465/statm: 28282 363 304 221 0 87 0
[pid=6467] ppid=6465 vsize=15151156 memory=209092 CPUtime=2400.07 cores=0,2,4,6
/proc/6467/stat : 6467 (java) S 6465 6465 4632 0 -1 1077944320 102777 0 0 0 239959 48 0 0 20 0 15 0 516211795 15514783744 52273 33554432000 4194304 4196468 140737031666768 140737031649312 140628828573431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
/proc/6467/statm: 3787789 52273 3520 1 0 3748889 0
[pid=6467/tid=6468] ppid=6465 vsize=15151156 memory=14981065810905736 CPUtime=2391.53 cores=0,2,4,6
/proc/6467/task/6468/stat : 6468 (java) R 6465 6465 4632 0 -1 4202560 20930 0 0 0 239146 7 0 0 20 0 15 0 516211796 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628832812304 140628459109674 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6469] ppid=6465 vsize=15151156 memory=1044 CPUtime=0.1 cores=0,2,4,6
/proc/6467/task/6469/stat : 6469 (java) S 6465 6465 4632 0 -1 1077944384 2823 0 0 0 9 1 0 0 20 0 15 0 516211796 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628781194000 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6470] ppid=6465 vsize=15151156 memory=708 CPUtime=0.1 cores=0,2,4,6
/proc/6467/task/6470/stat : 6470 (java) S 6465 6465 4632 0 -1 1077944384 1651 0 0 0 9 1 0 0 20 0 15 0 516211796 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628780141456 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6471] ppid=6465 vsize=15151156 memory=9364 CPUtime=0.1 cores=0,2,4,6
/proc/6467/task/6471/stat : 6471 (java) S 6465 6465 4632 0 -1 1077944384 2538 0 0 0 8 2 0 0 20 0 15 0 516211796 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628779088912 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6472] ppid=6465 vsize=15151156 memory=1120 CPUtime=0.1 cores=0,2,4,6
/proc/6467/task/6472/stat : 6472 (java) S 6465 6465 4632 0 -1 1077944384 3979 0 0 0 9 1 0 0 20 0 15 0 516211796 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628778036368 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6473] ppid=6465 vsize=15151156 memory=776 CPUtime=0.14 cores=0,2,4,6
/proc/6467/task/6473/stat : 6473 (java) S 6465 6465 4632 0 -1 1077944384 4277 0 0 0 12 2 0 0 20 0 15 0 516211798 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628296964080 140628828584578 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6474] ppid=6465 vsize=15151156 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6474/stat : 6474 (java) S 6465 6465 4632 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 516211798 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628295910368 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6475] ppid=6465 vsize=15151156 memory=8220 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6475/stat : 6475 (java) S 6465 6465 4632 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 15 0 516211798 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628294857728 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6476] ppid=6465 vsize=15151156 memory=3616 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6476/stat : 6476 (java) S 6465 6465 4632 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516211801 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628293806288 140628828592027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6477] ppid=6465 vsize=15151156 memory=1556 CPUtime=3.11 cores=0,2,4,6
/proc/6467/task/6477/stat : 6477 (java) S 6465 6465 4632 0 -1 1077944384 27576 0 0 0 306 5 0 0 20 0 15 0 516211801 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628292753904 140628828584578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6478] ppid=6465 vsize=15151156 memory=2832 CPUtime=3.54 cores=0,2,4,6
/proc/6467/task/6478/stat : 6478 (java) S 6465 6465 4632 0 -1 1077944384 25661 0 0 0 352 2 0 0 20 0 15 0 516211801 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628291701360 140628828584578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6479] ppid=6465 vsize=15151156 memory=984 CPUtime=0.6 cores=0,2,4,6
/proc/6467/task/6479/stat : 6479 (java) S 6465 6465 4632 0 -1 1077944384 10377 0 0 0 58 2 0 0 20 0 15 0 516211801 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628290648816 140628828584578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6480] ppid=6465 vsize=15151156 memory=2921440 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6480/stat : 6480 (java) S 6465 6465 4632 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516211801 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628289596512 140628828583637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
[pid=6467/tid=6481] ppid=6465 vsize=15151156 memory=4104 CPUtime=0.66 cores=0,2,4,6
/proc/6467/task/6481/stat : 6481 (java) S 6465 6465 4632 0 -1 1077944384 1529 0 0 0 29 37 0 0 20 0 15 0 516211801 15514783744 52273 33554432000 4194304 4196468 140737031666768 140628288543024 140628828584578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28749824 140737031668699 140737031668874 140737031668874 140737031671759 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 210544 KiB

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

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

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

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

Child status: 143
Real time (s): 2392.21
CPU time (s): 2400.09
CPU user time (s): 2399.6
CPU system time (s): 0.491204
CPU usage (%): 100.329
Max. virtual memory (cumulated for all children) (KiB): 15267660
Max. memory (cumulated for all children) (KiB): 231948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.6
system time used= 0.491204
maximum resident set size= 230496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103588
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57264
involuntary context switches= 2279


# summary of solver processes directly reported to runsolver:
#   pid: 6465,6467
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2399.6
#   total CPU system time (s): 0.491204

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3966 second user time and 22.7209 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-25 09:17:21
IDJOB=4406489
IDBENCH=128305
IDSOLVER=2870
FILE ID=node107/4406489-1569399565
RUNJOBID= node107-1569392946-4663
PBS_JOBID= 21705696
Free space on /var/tmp= 12540 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-37-01.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 /var/tmp/evaluation-result-4406489-1569399565/watcher-4406489-1569399565 -o /var/tmp/evaluation-result-4406489-1569399565/solver-4406489-1569399565 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1569392946-4663 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 1947704155 HOME/instance-4406489-1569399565.xml

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

MD5SUM BENCH= cc0e4d4fb1187992b98efb1fb4f076c6
RANDOM SEED=1947704155

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        28413948 kB
MemAvailable:   31584012 kB
Buffers:           95584 kB
Cached:          3216244 kB
SwapCached:        48120 kB
Active:          2247692 kB
Inactive:        1333820 kB
Active(anon):     223884 kB
Inactive(anon):    98960 kB
Active(file):    2023808 kB
Inactive(file):  1234860 kB
Unevictable:      110316 kB
Mlocked:          110316 kB
SwapTotal:      67108860 kB
SwapFree:       66954216 kB
Dirty:             26352 kB
Writeback:             0 kB
AnonPages:        377744 kB
Mapped:            68032 kB
Shmem:             44600 kB
Slab:             368868 kB
SReclaimable:     339856 kB
SUnreclaim:        29012 kB
KernelStack:        4000 kB
PageTables:         6780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1515340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    274432 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 /var/tmp at the end= 12512 MiB
End job on node107 at 2019-09-25 09:57:14