Trace number 4406491

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)104 2400.1 2391.41

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-21-07.xml
MD5SUM8aa67fa0ddb9b908e7b385aede1c36d3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark103
Best CPU time to get the best result obtained on this benchmark110.856
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints116
Number of domains2
Minimum domain size1
Maximum domain size334
Distribution of domain sizes[{"size":1,"count":1},{"size":334,"count":61}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":11},{"degree":5,"count":14},{"degree":6,"count":16},{"degree":7,"count":12},{"degree":8,"count":5}]
Minimum constraint arity2
Maximum constraint arity38
Distribution of constraint arities[{"arity":2,"count":112},{"arity":21,"count":1},{"arity":27,"count":1},{"arity":35,"count":1},{"arity":38,"count":1}]
Number of extensional constraints0
Number of intensional constraints112
Distribution of constraint types[{"type":"intension","count":112},{"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-4406491-1569399615.xml"  -tl '2400s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4406491-1569399615.xml, -tl, 2400s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
1.01/0.57	c solve instance...
1.61/0.74	o 333 
1.61/0.76	o 332 
1.61/0.79	o 331 
1.95/0.81	o 129 
1.95/0.82	o 127 
1.95/0.82	o 126 
1.95/0.82	o 119 
1.95/0.86	o 118 
1.95/0.88	o 115 
1.95/0.89	o 114 
3.75/1.47	o 113 
7.68/2.76	o 112 
7.68/2.77	o 111 
7.68/2.78	o 109 
15.24/8.17	o 106 
15.44/8.38	o 105 
557.52/549.57	o 104 
2400.07/2391.40	s SATISFIABLE
2400.07/2391.40	v <instantiation>
2400.07/2391.40	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/2391.40	v 	<values>0 0 0 0 14 10 5 15 4 4 28 31 4 18 49 15 15 16 14 31 16 40 51 17 18 24 18 31 61 16 31 39 40 20 56 27 49 66 42 56 28 48 38 73 66 73 78 66 86 81 70 76 84 50 76 93 91 86 95 103 95 104 </values>
2400.07/2391.40	v </instantiation>
2400.07/2391.40	c Unexpected resolution interruption!

Verifier Data

OK	104

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406491-1569399615/watcher-4406491-1569399615 -o /var/tmp/evaluation-result-4406491-1569399615/solver-4406491-1569399615 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node150-1569396629-6770 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 1860271512 HOME/instance-4406491-1569399615.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=7335, runsolver pid=7332

[startup+0.10138 s]*
/proc/loadavg: 1.92 1.94 1.87 4/229 7351
/proc/meminfo: memFree=28186744/32770624 swapFree=67024084/67108860
[pid=7335] ppid=7332 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7335/stat : 7335 (xcsp3-exec) S 7332 7335 6739 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516233989 115843072 363 33554432000 4194304 5098028 140737400672384 140737400670488 139862939046524 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 16576512 140737400677206 140737400677465 140737400677465 140737400680390 0
/proc/7335/statm: 28282 363 304 221 0 87 0
[pid=7337] ppid=7335 vsize=15144776 memory=31744 CPUtime=0.13 cores=0,2,4,6
/proc/7337/stat : 7337 (java) S 7335 7335 6739 0 -1 1077944320 5888 0 0 0 12 1 0 0 20 0 15 0 516233989 15508250624 7936 33554432000 4194304 4196468 140733794866880 140733794849424 140096600039159 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
/proc/7337/statm: 3786194 7936 3145 1 0 3748377 0
[pid=7337/tid=7338] ppid=7335 vsize=15144776 memory=8115390456035251035 CPUtime=0.08 cores=0,2,4,6
/proc/7337/task/7338/stat : 7338 (java) R 7335 7335 6739 0 -1 4202560 3794 0 0 0 8 0 0 0 20 0 15 0 516233989 15508250624 8002 33554432000 4194304 4196468 140733794866880 140096604266928 140096600051094 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7339] ppid=7335 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7339/stat : 7339 (java) S 7335 7335 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516233990 15508250624 8002 33554432000 4194304 4196468 140733794866880 140096536275984 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7340] ppid=7335 vsize=15144776 memory=139829738854016 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7340/stat : 7340 (java) S 7335 7335 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516233990 15508250624 8002 33554432000 4194304 4196468 140733794866880 140096535223440 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7341] ppid=7335 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7341/stat : 7341 (java) S 7335 7335 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516233990 15508250624 8002 33554432000 4194304 4196468 140733794866880 140096534170384 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7342] ppid=7335 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7342/stat : 7342 (java) S 7335 7335 6739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516233990 15508250624 8002 33554432000 4194304 4196468 140733794866880 140096533117840 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7343] ppid=7335 vsize=15144776 memory=139829738854016 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7343/stat : 7343 (java) S 7335 7335 6739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516233991 15508250624 8002 33554432000 4194304 4196468 140733794866880 140096135833840 140096600050306 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7344] ppid=7335 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7344/stat : 7344 (java) S 7335 7335 6739 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516233992 15508250624 8002 33554432000 4194304 4196468 140733794866880 140096134780064 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7345] ppid=7335 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7345/stat : 7345 (java) S 7335 7335 6739 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516233992 15508250624 8002 33554432000 4194304 4196468 140733794866880 140096133726960 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7346] ppid=7335 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7346/stat : 7346 (java) S 7335 7335 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516233994 15508250624 8002 33554432000 4194304 4196468 140733794866880 140096132675536 140096600057755 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7347] ppid=7335 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7347/stat : 7347 (java) R 7335 7335 6739 0 -1 4202560 337 0 0 0 0 0 0 0 20 0 15 0 516233994 15508250624 8002 33554432000 4194304 4196468 140733794866880 140096131623664 140096593024201 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7348] ppid=7335 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7348/stat : 7348 (java) R 7335 7335 6739 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 516233994 15508250624 8002 33554432000 4194304 4196468 140733794866880 140096130571120 140096600050306 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7349] ppid=7335 vsize=15144776 memory=139829738854016 CPUtime=0.02 cores=0,2,4,6
/proc/7337/task/7349/stat : 7349 (java) R 7335 7335 6739 0 -1 4202560 331 0 0 0 2 0 0 0 20 0 15 0 516233995 15508250624 8002 33554432000 4194304 4196468 140733794866880 140095467284976 140096600051094 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7350] ppid=7335 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7350/stat : 7350 (java) S 7335 7335 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516233995 15508250624 8002 33554432000 4194304 4196468 140733794866880 140095466232672 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7351] ppid=7335 vsize=15144776 memory=139829738854016 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7351/stat : 7351 (java) S 7335 7335 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516233995 15508250624 8002 33554432000 4194304 4196468 140733794866880 140095465179696 140096600050306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 33196 KiB

[startup+0.210868 s]*
/proc/loadavg: 1.92 1.94 1.87 5/229 7351
/proc/meminfo: memFree=28174144/32770624 swapFree=67024084/67108860
[pid=7335] ppid=7332 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7335/stat : 7335 (xcsp3-exec) S 7332 7335 6739 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516233989 115843072 363 33554432000 4194304 5098028 140737400672384 140737400670488 139862939046524 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 16576512 140737400677206 140737400677465 140737400677465 140737400680390 0
/proc/7335/statm: 28282 363 304 221 0 87 0
[pid=7337] ppid=7335 vsize=15144776 memory=43260 CPUtime=0.34 cores=0,2,4,6
/proc/7337/stat : 7337 (java) S 7335 7335 6739 0 -1 1077944320 9474 0 0 0 31 3 0 0 20 0 15 0 516233989 15508250624 10815 33554432000 4194304 4196468 140733794866880 140733794849424 140096600039159 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
/proc/7337/statm: 3786194 10815 3310 1 0 3748377 0
[pid=7337/tid=7338] ppid=7335 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/7337/task/7338/stat : 7338 (java) R 7335 7335 6739 0 -1 4202560 6618 0 0 0 18 2 0 0 20 0 15 0 516233989 15508250624 10815 33554432000 4194304 4196468 140733794866880 140096604274144 140096584119646 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7339] ppid=7335 vsize=15144776 memory=13575 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7339/stat : 7339 (java) S 7335 7335 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516233990 15508250624 10815 33554432000 4194304 4196468 140733794866880 140096536275984 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7340] ppid=7335 vsize=15144776 memory=139829742720535 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7340/stat : 7340 (java) S 7335 7335 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516233990 15508250624 10815 33554432000 4194304 4196468 140733794866880 140096535223440 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7341] ppid=7335 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7341/stat : 7341 (java) S 7335 7335 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516233990 15508250624 10815 33554432000 4194304 4196468 140733794866880 140096534170384 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7342] ppid=7335 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7342/stat : 7342 (java) S 7335 7335 6739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516233990 15508250624 10815 33554432000 4194304 4196468 140733794866880 140096533117840 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7343] ppid=7335 vsize=15144776 memory=139829738854016 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7343/stat : 7343 (java) S 7335 7335 6739 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516233991 15508250624 10815 33554432000 4194304 4196468 140733794866880 140096135833840 140096600050306 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7344] ppid=7335 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7344/stat : 7344 (java) S 7335 7335 6739 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516233992 15508250624 10815 33554432000 4194304 4196468 140733794866880 140096134780064 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7345] ppid=7335 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7345/stat : 7345 (java) S 7335 7335 6739 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516233992 15508250624 10815 33554432000 4194304 4196468 140733794866880 140096133726960 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7346] ppid=7335 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7346/stat : 7346 (java) S 7335 7335 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516233994 15508250624 10815 33554432000 4194304 4196468 140733794866880 140096132675536 140096600057755 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7347] ppid=7335 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/7337/task/7347/stat : 7347 (java) S 7335 7335 6739 0 -1 1077944384 607 0 0 0 2 0 0 0 20 0 15 0 516233994 15508250624 10815 33554432000 4194304 4196468 140733794866880 140096131623664 140096600050306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7348] ppid=7335 vsize=15144776 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/7337/task/7348/stat : 7348 (java) S 7335 7335 6739 0 -1 1077944384 213 0 0 0 1 0 0 0 20 0 15 0 516233994 15508250624 10815 33554432000 4194304 4196468 140733794866880 140096130571120 140096600050306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7349] ppid=7335 vsize=15144776 memory=139829738854016 CPUtime=0.08 cores=0,2,4,6
/proc/7337/task/7349/stat : 7349 (java) S 7335 7335 6739 0 -1 1077944384 738 0 0 0 8 0 0 0 20 0 15 0 516233995 15508250624 10815 33554432000 4194304 4196468 140733794866880 140095467284976 140096600050306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7350] ppid=7335 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7350/stat : 7350 (java) S 7335 7335 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516233995 15508250624 10815 33554432000 4194304 4196468 140733794866880 140095466232672 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7351] ppid=7335 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7351/stat : 7351 (java) S 7335 7335 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516233995 15508250624 10815 33554432000 4194304 4196468 140733794866880 140095465179696 140096600050306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 44712 KiB

[startup+0.310863 s]*
/proc/loadavg: 1.92 1.94 1.87 4/229 7351
/proc/meminfo: memFree=28167124/32770624 swapFree=67024084/67108860
[pid=7335] ppid=7332 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7335/stat : 7335 (xcsp3-exec) S 7332 7335 6739 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516233989 115843072 363 33554432000 4194304 5098028 140737400672384 140737400670488 139862939046524 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 16576512 140737400677206 140737400677465 140737400677465 140737400680390 0
/proc/7335/statm: 28282 363 304 221 0 87 0
[pid=7337] ppid=7335 vsize=15149032 memory=52096 CPUtime=0.53 cores=0,2,4,6
/proc/7337/stat : 7337 (java) S 7335 7335 6739 0 -1 1077944320 10837 0 0 0 50 3 0 0 20 0 15 0 516233989 15512608768 13024 33554432000 4194304 4196468 140733794866880 140733794849424 140096600039159 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
/proc/7337/statm: 3787258 13024 3350 1 0 3748377 0
[pid=7337/tid=7338] ppid=7335 vsize=15149032 memory=7883960649037381690 CPUtime=0.29 cores=0,2,4,6
/proc/7337/task/7338/stat : 7338 (java) R 7335 7335 6739 0 -1 4202560 7811 0 0 0 27 2 0 0 20 0 15 0 516233989 15512608768 13024 33554432000 4194304 4196468 140733794866880 140096604272464 140096584119646 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7339] ppid=7335 vsize=15149032 memory=13938 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7339/stat : 7339 (java) S 7335 7335 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516233990 15512608768 13024 33554432000 4194304 4196468 140733794866880 140096536275984 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7340] ppid=7335 vsize=15149032 memory=3874345 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7340/stat : 7340 (java) S 7335 7335 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516233990 15512608768 13024 33554432000 4194304 4196468 140733794866880 140096535223440 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7341] ppid=7335 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7341/stat : 7341 (java) S 7335 7335 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516233990 15512608768 13024 33554432000 4194304 4196468 140733794866880 140096534170384 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7342] ppid=7335 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7342/stat : 7342 (java) S 7335 7335 6739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516233990 15512608768 13024 33554432000 4194304 4196468 140733794866880 140096533117840 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7343] ppid=7335 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7343/stat : 7343 (java) S 7335 7335 6739 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516233991 15512608768 13024 33554432000 4194304 4196468 140733794866880 140096135833840 140096600050306 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7344] ppid=7335 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7344/stat : 7344 (java) S 7335 7335 6739 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516233992 15512608768 13024 33554432000 4194304 4196468 140733794866880 140096134780064 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7345] ppid=7335 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7345/stat : 7345 (java) S 7335 7335 6739 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516233992 15512608768 13024 33554432000 4194304 4196468 140733794866880 140096133726960 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7346] ppid=7335 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7346/stat : 7346 (java) S 7335 7335 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516233994 15512608768 13024 33554432000 4194304 4196468 140733794866880 140096132675536 140096600057755 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7347] ppid=7335 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/7337/task/7347/stat : 7347 (java) S 7335 7335 6739 0 -1 1077944384 623 0 0 0 4 0 0 0 20 0 15 0 516233994 15512608768 13024 33554432000 4194304 4196468 140733794866880 140096131623664 140096600050306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7348] ppid=7335 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/7337/task/7348/stat : 7348 (java) S 7335 7335 6739 0 -1 1077944384 296 0 0 0 4 0 0 0 20 0 15 0 516233994 15512608768 13024 33554432000 4194304 4196468 140733794866880 140096130571120 140096600050306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7349] ppid=7335 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/7337/task/7349/stat : 7349 (java) S 7335 7335 6739 0 -1 1077944384 817 0 0 0 12 0 0 0 20 0 15 0 516233995 15512608768 13024 33554432000 4194304 4196468 140733794866880 140095467284976 140096600050306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7350] ppid=7335 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7350/stat : 7350 (java) S 7335 7335 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516233995 15512608768 13024 33554432000 4194304 4196468 140733794866880 140095466232672 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7351] ppid=7335 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7351/stat : 7351 (java) S 7335 7335 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516233995 15512608768 13024 33554432000 4194304 4196468 140733794866880 140095465179696 140096600050306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 53548 KiB

[startup+0.701623 s]
/proc/loadavg: 1.92 1.94 1.87 6/229 7351
/proc/meminfo: memFree=28150272/32770624 swapFree=67024084/67108860
[pid=7335] ppid=7332 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7335/stat : 7335 (xcsp3-exec) S 7332 7335 6739 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516233989 115843072 363 33554432000 4194304 5098028 140737400672384 140737400670488 139862939046524 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 16576512 140737400677206 140737400677465 140737400677465 140737400680390 0
/proc/7335/statm: 28282 363 304 221 0 87 0
[pid=7337] ppid=7335 vsize=15151156 memory=89152 CPUtime=1.61 cores=0,2,4,6
/proc/7337/stat : 7337 (java) S 7335 7335 6739 0 -1 1077944320 18277 0 0 0 155 6 0 0 20 0 15 0 516233989 15514783744 22288 33554432000 4194304 4196468 140733794866880 140733794849424 140096600039159 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
/proc/7337/statm: 3787789 22288 3463 1 0 3748889 0
[pid=7337/tid=7338] ppid=7335 vsize=15151156 memory=12328 CPUtime=0.67 cores=0,2,4,6
/proc/7337/task/7338/stat : 7338 (java) R 7335 7335 6739 0 -1 4202560 9518 0 0 0 64 3 0 0 20 0 15 0 516233989 15514783744 22288 33554432000 4194304 4196468 140733794866880 140096604273696 140096216934273 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7339] ppid=7335 vsize=15151156 memory=500 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7339/stat : 7339 (java) S 7335 7335 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516233990 15514783744 22288 33554432000 4194304 4196468 140733794866880 140096536275984 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7340] ppid=7335 vsize=15151156 memory=1584 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7340/stat : 7340 (java) S 7335 7335 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516233990 15514783744 22288 33554432000 4194304 4196468 140733794866880 140096535223440 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7341] ppid=7335 vsize=15151156 memory=1740 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7341/stat : 7341 (java) S 7335 7335 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516233990 15514783744 22288 33554432000 4194304 4196468 140733794866880 140096534170384 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7342] ppid=7335 vsize=15151156 memory=924 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7342/stat : 7342 (java) S 7335 7335 6739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516233990 15514783744 22288 33554432000 4194304 4196468 140733794866880 140096533117840 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7343] ppid=7335 vsize=15151156 memory=1940 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7343/stat : 7343 (java) S 7335 7335 6739 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516233991 15514783744 22288 33554432000 4194304 4196468 140733794866880 140096135833840 140096600050306 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7344] ppid=7335 vsize=15151156 memory=1996 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7344/stat : 7344 (java) S 7335 7335 6739 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516233992 15514783744 22288 33554432000 4194304 4196468 140733794866880 140096134780064 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7345] ppid=7335 vsize=15151156 memory=2508 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7345/stat : 7345 (java) S 7335 7335 6739 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516233992 15514783744 22288 33554432000 4194304 4196468 140733794866880 140096133726960 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7346] ppid=7335 vsize=15151156 memory=1532 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7346/stat : 7346 (java) S 7335 7335 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516233994 15514783744 22288 33554432000 4194304 4196468 140733794866880 140096132675536 140096600057755 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7347] ppid=7335 vsize=15151156 memory=836 CPUtime=0.24 cores=0,2,4,6
/proc/7337/task/7347/stat : 7347 (java) R 7335 7335 6739 0 -1 4202560 2747 0 0 0 23 1 0 0 20 0 15 0 516233994 15514783744 22288 33554432000 4194304 4196468 140733794866880 140096131605464 140096586064775 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7348] ppid=7335 vsize=15151156 memory=1760 CPUtime=0.3 cores=0,2,4,6
/proc/7337/task/7348/stat : 7348 (java) R 7335 7335 6739 0 -1 4202560 2459 0 0 0 29 1 0 0 20 0 15 0 516233994 15514783744 22288 33554432000 4194304 4196468 140733794866880 140096130551400 140096584938608 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7349] ppid=7335 vsize=15151156 memory=111632 CPUtime=0.37 cores=0,2,4,6
/proc/7337/task/7349/stat : 7349 (java) S 7335 7335 6739 0 -1 1077944384 2246 0 0 0 37 0 0 0 20 0 15 0 516233995 15514783744 22288 33554432000 4194304 4196468 140733794866880 140095467284976 140096600050306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7350] ppid=7335 vsize=15151156 memory=804 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7350/stat : 7350 (java) S 7335 7335 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516233995 15514783744 22288 33554432000 4194304 4196468 140733794866880 140095466232672 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7351] ppid=7335 vsize=15151156 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7351/stat : 7351 (java) S 7335 7335 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516233995 15514783744 22288 33554432000 4194304 4196468 140733794866880 140095465179696 140096600050306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 90604 KiB

[startup+1.50082 s]
/proc/loadavg: 1.92 1.94 1.87 5/229 7351
/proc/meminfo: memFree=28105004/32770624 swapFree=67024084/67108860
[pid=7335] ppid=7332 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7335/stat : 7335 (xcsp3-exec) S 7332 7335 6739 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516233989 115843072 363 33554432000 4194304 5098028 140737400672384 140737400670488 139862939046524 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 16576512 140737400677206 140737400677465 140737400677465 140737400680390 0
/proc/7335/statm: 28282 363 304 221 0 87 0

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

[pid=7337/tid=7343] ppid=7335 vsize=15151156 memory=5634 CPUtime=0.14 cores=0,2,4,6
/proc/7337/task/7343/stat : 7343 (java) S 7335 7335 6739 0 -1 1077944384 2771 0 0 0 12 2 0 0 20 0 15 0 516233991 15514783744 52342 33554432000 4194304 4196468 140733794866880 140096135833840 140096600050306 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7344] ppid=7335 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7344/stat : 7344 (java) S 7335 7335 6739 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 516233992 15514783744 52342 33554432000 4194304 4196468 140733794866880 140096134780128 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7345] ppid=7335 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7345/stat : 7345 (java) S 7335 7335 6739 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 15 0 516233992 15514783744 52342 33554432000 4194304 4196468 140733794866880 140096133726976 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7346] ppid=7335 vsize=15151156 memory=209368 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7346/stat : 7346 (java) S 7335 7335 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516233994 15514783744 52342 33554432000 4194304 4196468 140733794866880 140096132675536 140096600057755 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7347] ppid=7335 vsize=15151156 memory=55 CPUtime=3.6 cores=0,2,4,6
/proc/7337/task/7347/stat : 7347 (java) S 7335 7335 6739 0 -1 1077944384 24733 0 0 0 358 2 0 0 20 0 15 0 516233994 15514783744 52342 33554432000 4194304 4196468 140733794866880 140096131623664 140096600050306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7348] ppid=7335 vsize=15151156 memory=6944656592455359580 CPUtime=3.88 cores=0,2,4,6
/proc/7337/task/7348/stat : 7348 (java) S 7335 7335 6739 0 -1 1077944384 30732 0 0 0 384 4 0 0 20 0 15 0 516233994 15514783744 52342 33554432000 4194304 4196468 140733794866880 140096130571120 140096600050306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7349] ppid=7335 vsize=15151156 memory=6944656592387989600 CPUtime=0.58 cores=0,2,4,6
/proc/7337/task/7349/stat : 7349 (java) S 7335 7335 6739 0 -1 1077944384 9443 0 0 0 57 1 0 0 20 0 15 0 516233995 15514783744 52342 33554432000 4194304 4196468 140733794866880 140095467284976 140096600050306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7350] ppid=7335 vsize=15151156 memory=55 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7350/stat : 7350 (java) S 7335 7335 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516233995 15514783744 52342 33554432000 4194304 4196468 140733794866880 140095466232672 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7351] ppid=7335 vsize=15151156 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/7337/task/7351/stat : 7351 (java) S 7335 7335 6739 0 -1 1077944384 932 0 0 0 18 31 0 0 20 0 15 0 516233995 15514783744 52342 33554432000 4194304 4196468 140733794866880 140095465179696 140096600050306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
Current children cumulated CPU time: 2270.92 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 210820 KiB

[startup+2322.3 s]
/proc/loadavg: 1.90 1.83 1.87 3/229 7650
/proc/meminfo: memFree=27967616/32770624 swapFree=67024096/67108860
[pid=7335] ppid=7332 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7335/stat : 7335 (xcsp3-exec) S 7332 7335 6739 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516233989 115843072 363 33554432000 4194304 5098028 140737400672384 140737400670488 139862939046524 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 16576512 140737400677206 140737400677465 140737400677465 140737400680390 0
/proc/7335/statm: 28282 363 304 221 0 87 0
[pid=7337] ppid=7335 vsize=15151156 memory=209368 CPUtime=2330.95 cores=0,2,4,6
/proc/7337/stat : 7337 (java) S 7335 7335 6739 0 -1 1077944320 98178 0 0 0 233052 43 0 0 20 0 15 0 516233989 15514783744 52342 33554432000 4194304 4196468 140733794866880 140733794849424 140096600039159 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
/proc/7337/statm: 3787789 52342 3518 1 0 3748889 0
[pid=7337/tid=7338] ppid=7335 vsize=15151156 memory=209368 CPUtime=2321.75 cores=0,2,4,6
/proc/7337/task/7338/stat : 7338 (java) R 7335 7335 6739 0 -1 4202560 19262 0 0 0 232168 7 0 0 20 0 15 0 516233989 15514783744 52342 33554432000 4194304 4196468 140733794866880 140096604278736 140096220524669 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7339] ppid=7335 vsize=15151156 memory=209368 CPUtime=0.1 cores=0,2,4,6
/proc/7337/task/7339/stat : 7339 (java) S 7335 7335 6739 0 -1 1077944384 1209 0 0 0 9 1 0 0 20 0 15 0 516233990 15514783744 52342 33554432000 4194304 4196468 140733794866880 140096536275984 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7340] ppid=7335 vsize=15151156 memory=1452 CPUtime=0.1 cores=0,2,4,6
/proc/7337/task/7340/stat : 7340 (java) S 7335 7335 6739 0 -1 1077944384 2529 0 0 0 9 1 0 0 20 0 15 0 516233990 15514783744 52342 33554432000 4194304 4196468 140733794866880 140096535223440 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7341] ppid=7335 vsize=15151156 memory=209368 CPUtime=0.1 cores=0,2,4,6
/proc/7337/task/7341/stat : 7341 (java) S 7335 7335 6739 0 -1 1077944384 1795 0 0 0 9 1 0 0 20 0 15 0 516233990 15514783744 52342 33554432000 4194304 4196468 140733794866880 140096534170384 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7342] ppid=7335 vsize=15151156 memory=209368 CPUtime=0.1 cores=0,2,4,6
/proc/7337/task/7342/stat : 7342 (java) S 7335 7335 6739 0 -1 1077944384 3310 0 0 0 9 1 0 0 20 0 15 0 516233990 15514783744 52342 33554432000 4194304 4196468 140733794866880 140096533117840 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7343] ppid=7335 vsize=15151156 memory=209368 CPUtime=0.14 cores=0,2,4,6
/proc/7337/task/7343/stat : 7343 (java) S 7335 7335 6739 0 -1 1077944384 2775 0 0 0 12 2 0 0 20 0 15 0 516233991 15514783744 52342 33554432000 4194304 4196468 140733794866880 140096135833840 140096600050306 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7344] ppid=7335 vsize=15151156 memory=209368 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7344/stat : 7344 (java) S 7335 7335 6739 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 516233992 15514783744 52342 33554432000 4194304 4196468 140733794866880 140096134780128 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7345] ppid=7335 vsize=15151156 memory=209368 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7345/stat : 7345 (java) S 7335 7335 6739 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 15 0 516233992 15514783744 52342 33554432000 4194304 4196468 140733794866880 140096133726976 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7346] ppid=7335 vsize=15151156 memory=209368 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7346/stat : 7346 (java) S 7335 7335 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516233994 15514783744 52342 33554432000 4194304 4196468 140733794866880 140096132675536 140096600057755 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7347] ppid=7335 vsize=15151156 memory=209368 CPUtime=3.6 cores=0,2,4,6
/proc/7337/task/7347/stat : 7347 (java) S 7335 7335 6739 0 -1 1077944384 24733 0 0 0 358 2 0 0 20 0 15 0 516233994 15514783744 52342 33554432000 4194304 4196468 140733794866880 140096131623664 140096600050306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7348] ppid=7335 vsize=15151156 memory=1452 CPUtime=3.88 cores=0,2,4,6
/proc/7337/task/7348/stat : 7348 (java) S 7335 7335 6739 0 -1 1077944384 30732 0 0 0 384 4 0 0 20 0 15 0 516233994 15514783744 52342 33554432000 4194304 4196468 140733794866880 140096130571120 140096600050306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7349] ppid=7335 vsize=15151156 memory=0 CPUtime=0.58 cores=0,2,4,6
/proc/7337/task/7349/stat : 7349 (java) S 7335 7335 6739 0 -1 1077944384 9443 0 0 0 57 1 0 0 20 0 15 0 516233995 15514783744 52342 33554432000 4194304 4196468 140733794866880 140095467284976 140096600050306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7350] ppid=7335 vsize=15151156 memory=5634 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7350/stat : 7350 (java) S 7335 7335 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516233995 15514783744 52342 33554432000 4194304 4196468 140733794866880 140095466232672 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7351] ppid=7335 vsize=15151156 memory=1452 CPUtime=0.5 cores=0,2,4,6
/proc/7337/task/7351/stat : 7351 (java) S 7335 7335 6739 0 -1 1077944384 936 0 0 0 19 31 0 0 20 0 15 0 516233995 15514783744 52342 33554432000 4194304 4196468 140733794866880 140095465179696 140096600050306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
Current children cumulated CPU time: 2330.95 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 210820 KiB

[startup+2382.3 s]
/proc/loadavg: 1.81 1.82 1.86 3/229 7654
/proc/meminfo: memFree=27964904/32770624 swapFree=67024096/67108860
[pid=7335] ppid=7332 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7335/stat : 7335 (xcsp3-exec) S 7332 7335 6739 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516233989 115843072 363 33554432000 4194304 5098028 140737400672384 140737400670488 139862939046524 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 16576512 140737400677206 140737400677465 140737400677465 140737400680390 0
/proc/7335/statm: 28282 363 304 221 0 87 0
[pid=7337] ppid=7335 vsize=15151156 memory=211416 CPUtime=2390.97 cores=0,2,4,6
/proc/7337/stat : 7337 (java) S 7335 7335 6739 0 -1 1077944320 98644 0 0 0 239053 44 0 0 20 0 15 0 516233989 15514783744 52854 33554432000 4194304 4196468 140733794866880 140733794849424 140096600039159 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
/proc/7337/statm: 3787789 52854 3518 1 0 3748889 0
[pid=7337/tid=7338] ppid=7335 vsize=15151156 memory=211416 CPUtime=2381.72 cores=0,2,4,6
/proc/7337/task/7338/stat : 7338 (java) R 7335 7335 6739 0 -1 4202560 19353 0 0 0 238165 7 0 0 20 0 15 0 516233989 15514783744 52854 33554432000 4194304 4196468 140733794866880 140096604278400 140096218672799 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7339] ppid=7335 vsize=15151156 memory=211416 CPUtime=0.1 cores=0,2,4,6
/proc/7337/task/7339/stat : 7339 (java) S 7335 7335 6739 0 -1 1077944384 1232 0 0 0 9 1 0 0 20 0 15 0 516233990 15514783744 52854 33554432000 4194304 4196468 140733794866880 140096536275984 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7340] ppid=7335 vsize=15151156 memory=211416 CPUtime=0.11 cores=0,2,4,6
/proc/7337/task/7340/stat : 7340 (java) S 7335 7335 6739 0 -1 1077944384 2536 0 0 0 10 1 0 0 20 0 15 0 516233990 15514783744 52854 33554432000 4194304 4196468 140733794866880 140096535223440 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7341] ppid=7335 vsize=15151156 memory=211416 CPUtime=0.1 cores=0,2,4,6
/proc/7337/task/7341/stat : 7341 (java) S 7335 7335 6739 0 -1 1077944384 1817 0 0 0 9 1 0 0 20 0 15 0 516233990 15514783744 52854 33554432000 4194304 4196468 140733794866880 140096534170384 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7342] ppid=7335 vsize=15151156 memory=211416 CPUtime=0.1 cores=0,2,4,6
/proc/7337/task/7342/stat : 7342 (java) S 7335 7335 6739 0 -1 1077944384 3608 0 0 0 9 1 0 0 20 0 15 0 516233990 15514783744 52854 33554432000 4194304 4196468 140733794866880 140096533117840 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7343] ppid=7335 vsize=15151156 memory=211416 CPUtime=0.15 cores=0,2,4,6
/proc/7337/task/7343/stat : 7343 (java) S 7335 7335 6739 0 -1 1077944384 2792 0 0 0 13 2 0 0 20 0 15 0 516233991 15514783744 52854 33554432000 4194304 4196468 140733794866880 140096135833840 140096600050306 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7344] ppid=7335 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7344/stat : 7344 (java) S 7335 7335 6739 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 516233992 15514783744 52854 33554432000 4194304 4196468 140733794866880 140096134780128 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7345] ppid=7335 vsize=15151156 memory=211416 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7345/stat : 7345 (java) S 7335 7335 6739 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 15 0 516233992 15514783744 52854 33554432000 4194304 4196468 140733794866880 140096133726976 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7346] ppid=7335 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7346/stat : 7346 (java) S 7335 7335 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516233994 15514783744 52854 33554432000 4194304 4196468 140733794866880 140096132675536 140096600057755 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7347] ppid=7335 vsize=15151156 memory=279659280114912 CPUtime=3.6 cores=0,2,4,6
/proc/7337/task/7347/stat : 7347 (java) S 7335 7335 6739 0 -1 1077944384 24733 0 0 0 358 2 0 0 20 0 15 0 516233994 15514783744 52854 33554432000 4194304 4196468 140733794866880 140096131623664 140096600050306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7348] ppid=7335 vsize=15151156 memory=0 CPUtime=3.88 cores=0,2,4,6
/proc/7337/task/7348/stat : 7348 (java) S 7335 7335 6739 0 -1 1077944384 30732 0 0 0 384 4 0 0 20 0 15 0 516233994 15514783744 52854 33554432000 4194304 4196468 140733794866880 140096130571120 140096600050306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7349] ppid=7335 vsize=15151156 memory=211416 CPUtime=0.58 cores=0,2,4,6
/proc/7337/task/7349/stat : 7349 (java) S 7335 7335 6739 0 -1 1077944384 9445 0 0 0 57 1 0 0 20 0 15 0 516233995 15514783744 52854 33554432000 4194304 4196468 140733794866880 140095467284976 140096600050306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7350] ppid=7335 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7350/stat : 7350 (java) S 7335 7335 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516233995 15514783744 52854 33554432000 4194304 4196468 140733794866880 140095466232672 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7351] ppid=7335 vsize=15151156 memory=1452 CPUtime=0.51 cores=0,2,4,6
/proc/7337/task/7351/stat : 7351 (java) S 7335 7335 6739 0 -1 1077944384 942 0 0 0 19 32 0 0 20 0 15 0 516233995 15514783744 52854 33554432000 4194304 4196468 140733794866880 140095465179696 140096600050306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
Current children cumulated CPU time: 2390.97 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 212868 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2391.4 s]
/proc/loadavg: 1.76 1.81 1.86 3/230 7656
/proc/meminfo: memFree=27964744/32770624 swapFree=67024096/67108860
[pid=7335] ppid=7332 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7335/stat : 7335 (xcsp3-exec) S 7332 7335 6739 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516233989 115843072 363 33554432000 4194304 5098028 140737400672384 140737400670488 139862939046524 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 16576512 140737400677206 140737400677465 140737400677465 140737400680390 0
/proc/7335/statm: 28282 363 304 221 0 87 0
[pid=7337] ppid=7335 vsize=15151156 memory=211416 CPUtime=2400.07 cores=0,2,4,6
/proc/7337/stat : 7337 (java) S 7335 7335 6739 0 -1 1077944320 98646 0 0 0 239963 44 0 0 20 0 15 0 516233989 15514783744 52854 33554432000 4194304 4196468 140733794866880 140733794849424 140096600039159 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
/proc/7337/statm: 3787789 52854 3518 1 0 3748889 0
[pid=7337/tid=7338] ppid=7335 vsize=15151156 memory=2256 CPUtime=2390.82 cores=0,2,4,6
/proc/7337/task/7338/stat : 7338 (java) R 7335 7335 6739 0 -1 4202560 19355 0 0 0 239075 7 0 0 20 0 15 0 516233989 15514783744 52854 33554432000 4194304 4196468 140733794866880 140096604277920 140096219212548 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7339] ppid=7335 vsize=15151156 memory=12328 CPUtime=0.11 cores=0,2,4,6
/proc/7337/task/7339/stat : 7339 (java) S 7335 7335 6739 0 -1 1077944384 1232 0 0 0 10 1 0 0 20 0 15 0 516233990 15514783744 52854 33554432000 4194304 4196468 140733794866880 140096536275984 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7340] ppid=7335 vsize=15151156 memory=500 CPUtime=0.11 cores=0,2,4,6
/proc/7337/task/7340/stat : 7340 (java) S 7335 7335 6739 0 -1 1077944384 2536 0 0 0 10 1 0 0 20 0 15 0 516233990 15514783744 52854 33554432000 4194304 4196468 140733794866880 140096535223440 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7341] ppid=7335 vsize=15151156 memory=1584 CPUtime=0.1 cores=0,2,4,6
/proc/7337/task/7341/stat : 7341 (java) S 7335 7335 6739 0 -1 1077944384 1817 0 0 0 9 1 0 0 20 0 15 0 516233990 15514783744 52854 33554432000 4194304 4196468 140733794866880 140096534170384 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7342] ppid=7335 vsize=15151156 memory=1740 CPUtime=0.1 cores=0,2,4,6
/proc/7337/task/7342/stat : 7342 (java) S 7335 7335 6739 0 -1 1077944384 3608 0 0 0 9 1 0 0 20 0 15 0 516233990 15514783744 52854 33554432000 4194304 4196468 140733794866880 140096533117840 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7343] ppid=7335 vsize=15151156 memory=924 CPUtime=0.15 cores=0,2,4,6
/proc/7337/task/7343/stat : 7343 (java) S 7335 7335 6739 0 -1 1077944384 2792 0 0 0 13 2 0 0 20 0 15 0 516233991 15514783744 52854 33554432000 4194304 4196468 140733794866880 140096135833840 140096600050306 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7344] ppid=7335 vsize=15151156 memory=1940 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7344/stat : 7344 (java) S 7335 7335 6739 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 516233992 15514783744 52854 33554432000 4194304 4196468 140733794866880 140096134780128 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7345] ppid=7335 vsize=15151156 memory=1996 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7345/stat : 7345 (java) S 7335 7335 6739 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 15 0 516233992 15514783744 52854 33554432000 4194304 4196468 140733794866880 140096133726976 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7346] ppid=7335 vsize=15151156 memory=2508 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7346/stat : 7346 (java) S 7335 7335 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516233994 15514783744 52854 33554432000 4194304 4196468 140733794866880 140096132675536 140096600057755 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7347] ppid=7335 vsize=15151156 memory=1532 CPUtime=3.6 cores=0,2,4,6
/proc/7337/task/7347/stat : 7347 (java) S 7335 7335 6739 0 -1 1077944384 24733 0 0 0 358 2 0 0 20 0 15 0 516233994 15514783744 52854 33554432000 4194304 4196468 140733794866880 140096131623664 140096600050306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7348] ppid=7335 vsize=15151156 memory=836 CPUtime=3.88 cores=0,2,4,6
/proc/7337/task/7348/stat : 7348 (java) S 7335 7335 6739 0 -1 1077944384 30732 0 0 0 384 4 0 0 20 0 15 0 516233994 15514783744 52854 33554432000 4194304 4196468 140733794866880 140096130571120 140096600050306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7349] ppid=7335 vsize=15151156 memory=288230574492221466 CPUtime=0.58 cores=0,2,4,6
/proc/7337/task/7349/stat : 7349 (java) S 7335 7335 6739 0 -1 1077944384 9445 0 0 0 57 1 0 0 20 0 15 0 516233995 15514783744 52854 33554432000 4194304 4196468 140733794866880 140095467284976 140096600050306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7350] ppid=7335 vsize=15151156 memory=288230596050944315 CPUtime=0 cores=0,2,4,6
/proc/7337/task/7350/stat : 7350 (java) S 7335 7335 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516233995 15514783744 52854 33554432000 4194304 4196468 140733794866880 140095466232672 140096600049365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
[pid=7337/tid=7351] ppid=7335 vsize=15151156 memory=15816698942982814 CPUtime=0.52 cores=0,2,4,6
/proc/7337/task/7351/stat : 7351 (java) S 7335 7335 6739 0 -1 1077944384 942 0 0 0 20 32 0 0 20 0 15 0 516233995 15514783744 52854 33554432000 4194304 4196468 140733794866880 140095465179696 140096600050306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 19238912 140733794874331 140733794874506 140733794874506 140733794877391 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 212868 KiB

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

[startup+2391.41 s]
# the end of solver process 7335 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.65 s, system=0.452199 s

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

Child status: 143
Real time (s): 2391.41
CPU time (s): 2400.1
CPU user time (s): 2399.65
CPU system time (s): 0.452199
CPU usage (%): 100.363
Max. virtual memory (cumulated for all children) (KiB): 15266572
Max. memory (cumulated for all children) (KiB): 244604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.65
system time used= 0.452199
maximum resident set size= 243152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99461
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57767
involuntary context switches= 2375


# summary of solver processes directly reported to runsolver:
#   pid: 7335
#   total CPU time (s): 2400.1
#   total CPU user time (s): 2399.65
#   total CPU system time (s): 0.452199

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.5589 second user time and 22.2679 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-25 10:19:34
IDJOB=4406491
IDBENCH=128622
IDSOLVER=2870
FILE ID=node150/4406491-1569399615
RUNJOBID= node150-1569396629-6770
PBS_JOBID= 21705675
Free space on /var/tmp= 13456 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-21-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 /var/tmp/evaluation-result-4406491-1569399615/watcher-4406491-1569399615 -o /var/tmp/evaluation-result-4406491-1569399615/solver-4406491-1569399615 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node150-1569396629-6770 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 1860271512 HOME/instance-4406491-1569399615.xml

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

MD5SUM BENCH= 8aa67fa0ddb9b908e7b385aede1c36d3
RANDOM SEED=1860271512

node150.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
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:        28206712 kB
MemAvailable:   31664052 kB
Buffers:          154764 kB
Cached:          3398692 kB
SwapCached:         8056 kB
Active:          3548668 kB
Inactive:         196500 kB
Active(anon):     160920 kB
Inactive(anon):    82224 kB
Active(file):    3387748 kB
Inactive(file):   114276 kB
Unevictable:      109316 kB
Mlocked:          109316 kB
SwapTotal:      67108860 kB
SwapFree:       67024084 kB
Dirty:             26272 kB
Writeback:             0 kB
AnonPages:        293444 kB
Mapped:            68012 kB
Shmem:             42904 kB
Slab:             413204 kB
SReclaimable:     383776 kB
SUnreclaim:        29428 kB
KernelStack:        3776 kB
PageTables:         6372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1433700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    208896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /var/tmp at the end= 13428 MiB
End job on node150 at 2019-09-25 10:59:26