Trace number 4271965

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 5a (2017-07-26)? (TO) 2520.1201 2450.8201

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-c1.xml
MD5SUM1c5d3440e59d0a9e624ef63cf534111e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark28
Best CPU time to get the best result obtained on this benchmark2400.07
Satisfiable
(Un)Satisfiability was proved
Number of variables3829
Number of constraints186
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":3829}]
Minimum variable degree4
Maximum variable degree14
Distribution of variable degrees[{"degree":4,"count":118},{"degree":5,"count":320},{"degree":6,"count":620},{"degree":7,"count":639},{"degree":8,"count":575},{"degree":9,"count":511},{"degree":10,"count":455},{"degree":11,"count":306},{"degree":12,"count":196},{"degree":13,"count":83},{"degree":14,"count":6}]
Minimum constraint arity15
Maximum constraint arity477
Distribution of constraint arities[{"arity":15,"count":1},{"arity":17,"count":1},{"arity":18,"count":2},{"arity":20,"count":2},{"arity":22,"count":1},{"arity":23,"count":2},{"arity":26,"count":1},{"arity":31,"count":1},{"arity":32,"count":3},{"arity":33,"count":2},{"arity":41,"count":1},{"arity":42,"count":4},{"arity":46,"count":2},{"arity":47,"count":1},{"arity":48,"count":1},{"arity":49,"count":1},{"arity":50,"count":7},{"arity":52,"count":1},{"arity":54,"count":2},{"arity":56,"count":1},{"arity":57,"count":1},{"arity":65,"count":2},{"arity":68,"count":1},{"arity":70,"count":2},{"arity":71,"count":1},"...",{"arity":254,"count":1}, {"arity":256,"count":1}, {"arity":261,"count":1}, {"arity":276,"count":2}, {"arity":289,"count":1}, {"arity":293,"count":1}, {"arity":299,"count":1}, {"arity":309,"count":1}, {"arity":315,"count":1}, {"arity":334,"count":1}, {"arity":335,"count":1}, {"arity":352,"count":1}, {"arity":355,"count":1}, {"arity":364,"count":1}, {"arity":365,"count":1}, {"arity":371,"count":1}, {"arity":372,"count":1}, {"arity":377,"count":1}, {"arity":382,"count":1}, {"arity":385,"count":1}, {"arity":389,"count":1}, {"arity":417,"count":1}, {"arity":457,"count":1}, {"arity":471,"count":1}, {"arity":477,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":186}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.05	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4271965-1502809925.xml"  -tl '2520s' -p 1 -x 3
0.15/0.24	c [HOME/instance-4271965-1502809925.xml, -tl, 2520s, -p, 1, -x, 3]
0.15/0.30	c simple solver
0.34/0.36	c parse instance...
1.41/0.75	c solve instance...
2520.09/2450.80	s UNKNOWN
2520.09/2450.80	c Unexpected resolution interruption!

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271965-1502809925/watcher-4271965-1502809925 -o /tmp/evaluation-result-4271965-1502809925/solver-4271965-1502809925 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29000 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1988521057 HOME/instance-4271965-1502809925.xml 

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

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


[startup+0.100092 s]*
/proc/loadavg: 1.34 1.38 1.40 3/207 2342
/proc/meminfo: memFree=30744068/32770624 swapFree=67108860/67108860
[pid=2332] ppid=2329 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2332/stat : 2332 (xcsp3-exec) S 2329 2332 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 34875110 9740288 345 18446744073709551615 4194304 5098028 140725610329376 140725610327480 139902115086972 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 5 0 0 7196144 7232144 21843968 140725610332537 140725610332742 140725610332742 140725610336235 0
/proc/2332/statm: 2378 345 289 221 0 87 0
[pid=2334] ppid=2332 vsize=13574484 memory=19276 CPUtime=0.03 cores=0,2,4,6
/proc/2334/stat : 2334 (java) S 2332 2332 7968 0 -1 1077944320 4178 0 0 0 3 0 0 0 20 0 9 0 34875115 13900271616 4819 18446744073709551615 4194304 4196468 140729649892992 140729649875536 139912785788663 0 0 1 16800970 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
/proc/2334/statm: 3393621 4819 2137 1 0 3383118 0
[pid=2334/tid=2335] ppid=2332 vsize=13574484 memory=8508281356422317474 CPUtime=0.03 cores=0,2,4,6
/proc/2334/task/2335/stat : 2335 (java) R 2332 2332 7968 0 -1 4202560 2892 0 0 0 3 0 0 0 20 0 9 0 34875116 13900271616 4819 18446744073709551615 4194304 4196468 140729649892992 139912790024056 139912778467952 0 4 1 16800970 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2336] ppid=2332 vsize=13574484 memory=3691042058319900680 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2336/stat : 2336 (java) S 2332 2332 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 34875116 13900271616 4819 18446744073709551615 4194304 4196468 140729649892992 139912727734672 139912785798869 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2337] ppid=2332 vsize=13574484 memory=139719936083584 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2337/stat : 2337 (java) S 2332 2332 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 34875116 13900271616 4819 18446744073709551615 4194304 4196468 140729649892992 139912726681872 139912785798869 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2338] ppid=2332 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2338/stat : 2338 (java) S 2332 2332 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 34875116 13900271616 4819 18446744073709551615 4194304 4196468 140729649892992 139912725629584 139912785798869 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2339] ppid=2332 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2339/stat : 2339 (java) S 2332 2332 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 34875116 13900271616 4819 18446744073709551615 4194304 4196468 140729649892992 139912724576784 139912785798869 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2340] ppid=2332 vsize=13574484 memory=139719936083584 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2340/stat : 2340 (java) S 2332 2332 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 34875118 13900271616 4819 18446744073709551615 4194304 4196468 140729649892992 139912331541104 139912785799810 0 0 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2341] ppid=2332 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2341/stat : 2341 (java) S 2332 2332 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 34875118 13900271616 4819 18446744073709551615 4194304 4196468 140729649892992 139912330487072 139912785798869 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2342] ppid=2332 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2342/stat : 2342 (java) S 2332 2332 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 34875118 13900271616 4819 18446744073709551615 4194304 4196468 140729649892992 139912329434736 139912785798869 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 20656 KiB

[startup+0.21001 s]*
/proc/loadavg: 1.34 1.38 1.40 4/213 2348
/proc/meminfo: memFree=30738276/32770624 swapFree=67108860/67108860
[pid=2332] ppid=2329 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2332/stat : 2332 (xcsp3-exec) S 2329 2332 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 34875110 9740288 345 18446744073709551615 4194304 5098028 140725610329376 140725610327480 139902115086972 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 5 0 0 7196144 7232144 21843968 140725610332537 140725610332742 140725610332742 140725610336235 0
/proc/2332/statm: 2378 345 289 221 0 87 0
[pid=2334] ppid=2332 vsize=13974352 memory=28428 CPUtime=0.15 cores=0,2,4,6
/proc/2334/stat : 2334 (java) S 2332 2332 7968 0 -1 1077944320 5596 0 0 0 14 1 0 0 20 0 15 0 34875115 14309736448 7107 18446744073709551615 4194304 4196468 140729649892992 140729649875536 139912785788663 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
/proc/2334/statm: 3493588 7107 2888 1 0 3482964 0
[pid=2334/tid=2335] ppid=2332 vsize=13974352 memory=7022364594140610616 CPUtime=0.1 cores=0,2,4,6
/proc/2334/task/2335/stat : 2335 (java) R 2332 2332 7968 0 -1 4202560 3428 0 0 0 10 0 0 0 20 0 15 0 34875116 14309736448 7305 18446744073709551615 4194304 4196468 140729649892992 139912790019128 139912771471905 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2336] ppid=2332 vsize=13974352 memory=4294978898 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2336/stat : 2336 (java) S 2332 2332 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34875116 14309736448 7305 18446744073709551615 4194304 4196468 140729649892992 139912727734672 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2337] ppid=2332 vsize=13974352 memory=3905095063988635296 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2337/stat : 2337 (java) S 2332 2332 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34875116 14309736448 7305 18446744073709551615 4194304 4196468 140729649892992 139912726681872 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2338] ppid=2332 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2338/stat : 2338 (java) S 2332 2332 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34875116 14309736448 7305 18446744073709551615 4194304 4196468 140729649892992 139912725629584 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2339] ppid=2332 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2339/stat : 2339 (java) S 2332 2332 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34875116 14309736448 7305 18446744073709551615 4194304 4196468 140729649892992 139912724576784 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2340] ppid=2332 vsize=13974352 memory=139719936083584 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2340/stat : 2340 (java) S 2332 2332 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34875118 14309736448 7305 18446744073709551615 4194304 4196468 140729649892992 139912331541104 139912785799810 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2341] ppid=2332 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2341/stat : 2341 (java) S 2332 2332 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 34875118 14309736448 7305 18446744073709551615 4194304 4196468 140729649892992 139912330487072 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2342] ppid=2332 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2342/stat : 2342 (java) S 2332 2332 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 34875118 14309736448 7305 18446744073709551615 4194304 4196468 140729649892992 139912329434736 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2343] ppid=2332 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2343/stat : 2343 (java) S 2332 2332 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34875121 14309736448 7305 18446744073709551615 4194304 4196468 140729649892992 139912328383056 139912785807259 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2344] ppid=2332 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2344/stat : 2344 (java) S 2332 2332 7968 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 34875121 14309736448 7305 18446744073709551615 4194304 4196468 140729649892992 139912327329904 139912785799810 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2345] ppid=2332 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2345/stat : 2345 (java) S 2332 2332 7968 0 -1 1077944384 325 0 0 0 0 0 0 0 20 0 15 0 34875121 14309736448 7305 18446744073709551615 4194304 4196468 140729649892992 139912326277104 139912785799810 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2346] ppid=2332 vsize=13974352 memory=139719936083584 CPUtime=0.02 cores=0,2,4,6
/proc/2334/task/2346/stat : 2346 (java) R 2332 2332 7968 0 -1 4202560 479 0 0 0 2 0 0 0 20 0 15 0 34875121 14309736448 7305 18446744073709551615 4194304 4196468 140729649892992 139912325222024 139912764808372 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2347] ppid=2332 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2347/stat : 2347 (java) S 2332 2332 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34875121 14309736448 7305 18446744073709551615 4194304 4196468 140729649892992 139912324172256 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2348] ppid=2332 vsize=13974352 memory=139719936083584 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2348/stat : 2348 (java) S 2332 2332 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34875125 14309736448 7305 18446744073709551615 4194304 4196468 140729649892992 139912323120048 139912785799810 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29808 KiB

[startup+0.310615 s]*
/proc/loadavg: 1.34 1.38 1.40 3/213 2348
/proc/meminfo: memFree=30725544/32770624 swapFree=67108860/67108860
[pid=2332] ppid=2329 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2332/stat : 2332 (xcsp3-exec) S 2329 2332 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 34875110 9740288 345 18446744073709551615 4194304 5098028 140725610329376 140725610327480 139902115086972 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 5 0 0 7196144 7232144 21843968 140725610332537 140725610332742 140725610332742 140725610336235 0
/proc/2332/statm: 2378 345 289 221 0 87 0
[pid=2334] ppid=2332 vsize=13978608 memory=40400 CPUtime=0.34 cores=0,2,4,6
/proc/2334/stat : 2334 (java) S 2332 2332 7968 0 -1 1077944320 9302 0 0 0 31 3 0 0 20 0 15 0 34875115 14314094592 10100 18446744073709551615 4194304 4196468 140729649892992 140729649875536 139912785788663 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
/proc/2334/statm: 3494652 10100 3030 1 0 3482964 0
[pid=2334/tid=2335] ppid=2332 vsize=13979632 memory=4278483708103473607 CPUtime=0.21 cores=0,2,4,6
/proc/2334/task/2335/stat : 2335 (java) R 2332 2332 7968 0 -1 4202560 6526 0 0 0 19 2 0 0 20 0 15 0 34875116 14315143168 10120 18446744073709551615 4194304 4196468 140729649892992 139912789990352 139912778505767 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2336] ppid=2332 vsize=13978608 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2336/stat : 2336 (java) S 2332 2332 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34875116 14314094592 10120 18446744073709551615 4194304 4196468 140729649892992 139912727734672 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2337] ppid=2332 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2337/stat : 2337 (java) S 2332 2332 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34875116 14314094592 10120 18446744073709551615 4194304 4196468 140729649892992 139912726681872 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2338] ppid=2332 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2338/stat : 2338 (java) S 2332 2332 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34875116 14314094592 10120 18446744073709551615 4194304 4196468 140729649892992 139912725629584 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2339] ppid=2332 vsize=13979632 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2339/stat : 2339 (java) S 2332 2332 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34875116 14315143168 10120 18446744073709551615 4194304 4196468 140729649892992 139912724576784 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2340] ppid=2332 vsize=13979632 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2340/stat : 2340 (java) S 2332 2332 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34875118 14315143168 10120 18446744073709551615 4194304 4196468 140729649892992 139912331541104 139912785799810 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2341] ppid=2332 vsize=13979632 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2341/stat : 2341 (java) S 2332 2332 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 34875118 14315143168 10120 18446744073709551615 4194304 4196468 140729649892992 139912330487072 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2342] ppid=2332 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2342/stat : 2342 (java) S 2332 2332 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 34875118 14314094592 10120 18446744073709551615 4194304 4196468 140729649892992 139912329434736 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2343] ppid=2332 vsize=13979632 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2343/stat : 2343 (java) S 2332 2332 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34875121 14315143168 10120 18446744073709551615 4194304 4196468 140729649892992 139912328383056 139912785807259 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2344] ppid=2332 vsize=13979632 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2334/task/2344/stat : 2344 (java) S 2332 2332 7968 0 -1 1077944384 313 0 0 0 2 0 0 0 20 0 15 0 34875121 14315143168 10120 18446744073709551615 4194304 4196468 140729649892992 139912327329904 139912785799810 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2345] ppid=2332 vsize=13979632 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2334/task/2345/stat : 2345 (java) S 2332 2332 7968 0 -1 1077944384 532 0 0 0 2 0 0 0 20 0 15 0 34875121 14315143168 10120 18446744073709551615 4194304 4196468 140729649892992 139912326277104 139912785799810 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2346] ppid=2332 vsize=13978608 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2334/task/2346/stat : 2346 (java) R 2332 2332 7968 0 -1 4202560 757 0 0 0 7 0 0 0 20 0 15 0 34875121 14314094592 10120 18446744073709551615 4194304 4196468 140729649892992 139912325224816 139912764728032 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2347] ppid=2332 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2347/stat : 2347 (java) S 2332 2332 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34875121 14314094592 10120 18446744073709551615 4194304 4196468 140729649892992 139912324172256 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2348] ppid=2332 vsize=13979632 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2348/stat : 2348 (java) S 2332 2332 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34875125 14315143168 10120 18446744073709551615 4194304 4196468 140729649892992 139912323120048 139912785799810 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 41780 KiB

[startup+0.702864 s]
/proc/loadavg: 1.34 1.38 1.40 5/213 2348
/proc/meminfo: memFree=30712464/32770624 swapFree=67108860/67108860
[pid=2332] ppid=2329 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2332/stat : 2332 (xcsp3-exec) S 2329 2332 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 34875110 9740288 345 18446744073709551615 4194304 5098028 140725610329376 140725610327480 139902115086972 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 5 0 0 7196144 7232144 21843968 140725610332537 140725610332742 140725610332742 140725610336235 0
/proc/2332/statm: 2378 345 289 221 0 87 0
[pid=2334] ppid=2332 vsize=13980732 memory=88028 CPUtime=1.41 cores=0,2,4,6
/proc/2334/stat : 2334 (java) S 2332 2332 7968 0 -1 1077944320 14594 0 0 0 136 5 0 0 20 0 15 0 34875115 14316269568 22007 18446744073709551615 4194304 4196468 140729649892992 140729649875536 139912785788663 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
/proc/2334/statm: 3495183 22007 3174 1 0 3483476 0
[pid=2334/tid=2335] ppid=2332 vsize=13980732 memory=279439564865776 CPUtime=0.57 cores=0,2,4,6
/proc/2334/task/2335/stat : 2335 (java) R 2332 2332 7968 0 -1 4202560 8384 0 0 0 54 3 0 0 20 0 15 0 34875116 14316269568 22007 18446744073709551615 4194304 4196468 140729649892992 139912790024944 139912405270084 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2336] ppid=2332 vsize=13980732 memory=3092 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2336/stat : 2336 (java) S 2332 2332 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34875116 14316269568 22007 18446744073709551615 4194304 4196468 140729649892992 139912727734672 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2337] ppid=2332 vsize=13980732 memory=4278483708103473607 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2337/stat : 2337 (java) S 2332 2332 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34875116 14316269568 22007 18446744073709551615 4194304 4196468 140729649892992 139912726681872 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2338] ppid=2332 vsize=13980732 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2338/stat : 2338 (java) S 2332 2332 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34875116 14316269568 22007 18446744073709551615 4194304 4196468 140729649892992 139912725629584 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2339] ppid=2332 vsize=13980732 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2339/stat : 2339 (java) S 2332 2332 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34875116 14316269568 22007 18446744073709551615 4194304 4196468 140729649892992 139912724576784 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2340] ppid=2332 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2340/stat : 2340 (java) S 2332 2332 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 34875118 14316269568 22007 18446744073709551615 4194304 4196468 140729649892992 139912331541104 139912785799810 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2341] ppid=2332 vsize=13980732 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2341/stat : 2341 (java) S 2332 2332 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 34875118 14316269568 22007 18446744073709551615 4194304 4196468 140729649892992 139912330487072 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2342] ppid=2332 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2342/stat : 2342 (java) S 2332 2332 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 34875118 14316269568 22007 18446744073709551615 4194304 4196468 140729649892992 139912329434736 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2343] ppid=2332 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2343/stat : 2343 (java) S 2332 2332 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34875121 14316269568 22007 18446744073709551615 4194304 4196468 140729649892992 139912328383056 139912785807259 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2344] ppid=2332 vsize=13980732 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/2334/task/2344/stat : 2344 (java) R 2332 2332 7968 0 -1 4202560 1718 0 0 0 27 0 0 0 20 0 15 0 34875121 14316269568 22007 18446744073709551615 4194304 4196468 140729649892992 139912327315784 139912767332752 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2345] ppid=2332 vsize=13980732 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/2334/task/2345/stat : 2345 (java) R 2332 2332 7968 0 -1 4202560 1409 0 0 0 24 0 0 0 20 0 15 0 34875121 14316269568 22007 18446744073709551615 4194304 4196468 140729649892992 139912326263128 139912767332854 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2346] ppid=2332 vsize=13980732 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/2334/task/2346/stat : 2346 (java) S 2332 2332 7968 0 -1 1077944384 1774 0 0 0 29 0 0 0 20 0 15 0 34875121 14316269568 22007 18446744073709551615 4194304 4196468 140729649892992 139912325224816 139912785799810 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2347] ppid=2332 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2347/stat : 2347 (java) S 2332 2332 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34875121 14316269568 22007 18446744073709551615 4194304 4196468 140729649892992 139912324172256 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2348] ppid=2332 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2348/stat : 2348 (java) S 2332 2332 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34875125 14316269568 22007 18446744073709551615 4194304 4196468 140729649892992 139912323120048 139912785799810 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 89408 KiB

[startup+1.50085 s]
/proc/loadavg: 1.34 1.38 1.40 3/213 2348
/proc/meminfo: memFree=30669408/32770624 swapFree=67108860/67108860
[pid=2332] ppid=2329 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2332/stat : 2332 (xcsp3-exec) S 2329 2332 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 34875110 9740288 345 18446744073709551615 4194304 5098028 140725610329376 140725610327480 139902115086972 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 5 0 0 7196144 7232144 21843968 140725610332537 140725610332742 140725610332742 140725610336235 0
/proc/2332/statm: 2378 345 289 221 0 87 0
[pid=2334] ppid=2332 vsize=13980732 memory=110576 CPUtime=2.99 cores=0,2,4,6
/proc/2334/stat : 2334 (java) S 2332 2332 7968 0 -1 1077944320 19062 0 0 0 293 6 0 0 20 0 15 0 34875115 14316269568 27644 18446744073709551615 4194304 4196468 140729649892992 140729649875536 139912785788663 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
/proc/2334/statm: 3495183 27644 3185 1 0 3483476 0
[pid=2334/tid=2335] ppid=2332 vsize=13980732 memory=1380 CPUtime=1.38 cores=0,2,4,6
/proc/2334/task/2335/stat : 2335 (java) R 2332 2332 7968 0 -1 4202560 8925 0 0 0 134 4 0 0 20 0 15 0 34875116 14316269568 27644 18446744073709551615 4194304 4196468 140729649892992 139912790026984 139912405941681 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2336] ppid=2332 vsize=13980732 memory=106332 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2336/stat : 2336 (java) S 2332 2332 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34875116 14316269568 27644 18446744073709551615 4194304 4196468 140729649892992 139912727734672 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2337] ppid=2332 vsize=13980732 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2337/stat : 2337 (java) S 2332 2332 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34875116 14316269568 27644 18446744073709551615 4194304 4196468 140729649892992 139912726681872 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2338] ppid=2332 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2338/stat : 2338 (java) S 2332 2332 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34875116 14316269568 27644 18446744073709551615 4194304 4196468 140729649892992 139912725629584 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2339] ppid=2332 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6

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

[pid=2334/tid=2340] ppid=2332 vsize=13980732 memory=2023244 CPUtime=0.66 cores=0,2,4,6
/proc/2334/task/2340/stat : 2340 (java) S 2332 2332 7968 0 -1 1077944384 37238 0 0 0 58 8 0 0 20 0 15 0 34875118 14316269568 516864 18446744073709551615 4194304 4196468 140729649892992 139912331541104 139912785799810 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2341] ppid=2332 vsize=13980732 memory=2067276 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2341/stat : 2341 (java) S 2332 2332 7968 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 34875118 14316269568 516864 18446744073709551615 4194304 4196468 140729649892992 139912330487136 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2342] ppid=2332 vsize=13980732 memory=2067456 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2342/stat : 2342 (java) S 2332 2332 7968 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 34875118 14316269568 516864 18446744073709551615 4194304 4196468 140729649892992 139912329434752 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2343] ppid=2332 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2343/stat : 2343 (java) S 2332 2332 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34875121 14316269568 516864 18446744073709551615 4194304 4196468 140729649892992 139912328383056 139912785807259 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2344] ppid=2332 vsize=13980732 memory=1380 CPUtime=2.79 cores=0,2,4,6
/proc/2334/task/2344/stat : 2344 (java) S 2332 2332 7968 0 -1 1077944384 21672 0 0 0 277 2 0 0 20 0 15 0 34875121 14316269568 516864 18446744073709551615 4194304 4196468 140729649892992 139912327329904 139912785799810 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2345] ppid=2332 vsize=13980732 memory=8708 CPUtime=3.08 cores=0,2,4,6
/proc/2334/task/2345/stat : 2345 (java) S 2332 2332 7968 0 -1 1077944384 21653 0 0 0 306 2 0 0 20 0 15 0 34875121 14316269568 516864 18446744073709551615 4194304 4196468 140729649892992 139912326277104 139912785799810 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2346] ppid=2332 vsize=13980732 memory=1440 CPUtime=0.73 cores=0,2,4,6
/proc/2334/task/2346/stat : 2346 (java) S 2332 2332 7968 0 -1 1077944384 9913 0 0 0 71 2 0 0 20 0 15 0 34875121 14316269568 516864 18446744073709551615 4194304 4196468 140729649892992 139912325224816 139912785799810 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2347] ppid=2332 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2347/stat : 2347 (java) S 2332 2332 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34875121 14316269568 516864 18446744073709551615 4194304 4196468 140729649892992 139912324172256 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2348] ppid=2332 vsize=13980732 memory=2067496 CPUtime=1.26 cores=0,2,4,6
/proc/2334/task/2348/stat : 2348 (java) S 2332 2332 7968 0 -1 1077944384 1332 0 0 0 61 65 0 0 20 0 15 0 34875125 14316269568 516864 18446744073709551615 4194304 4196468 140729649892992 139912323120048 139912785799810 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
Current children cumulated CPU time: 2389.53 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2068836 KiB

[startup+2382.3 s]
/proc/loadavg: 2.02 2.12 1.91 3/214 2673
/proc/meminfo: memFree=27068964/32770624 swapFree=67108860/67108860
[pid=2332] ppid=2329 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2332/stat : 2332 (xcsp3-exec) S 2329 2332 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 34875110 9740288 345 18446744073709551615 4194304 5098028 140725610329376 140725610327480 139902115086972 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 5 0 0 7196144 7232144 21843968 140725610332537 140725610332742 140725610332742 140725610336235 0
/proc/2332/statm: 2378 345 289 221 0 87 0
[pid=2334] ppid=2332 vsize=13980732 memory=1919496 CPUtime=2450.46 cores=0,2,4,6
/proc/2334/stat : 2334 (java) S 2332 2332 7968 0 -1 1077944320 302000 0 0 0 244601 445 0 0 20 0 15 0 34875115 14316269568 479874 18446744073709551615 4194304 4196468 140729649892992 140729649875536 139912785788663 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
/proc/2334/statm: 3495183 479874 3259 1 0 3483476 0
[pid=2334/tid=2335] ppid=2332 vsize=13980732 memory=1919496 CPUtime=2360.63 cores=0,2,4,6
/proc/2334/task/2335/stat : 2335 (java) R 2332 2332 7968 0 -1 4202560 137195 0 0 0 236010 53 0 0 20 0 15 0 34875116 14316269568 479874 18446744073709551615 4194304 4196468 140729649892992 139912790028144 139912407283073 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2336] ppid=2332 vsize=13980732 memory=1956948 CPUtime=20.22 cores=0,2,4,6
/proc/2334/task/2336/stat : 2336 (java) S 2332 2332 7968 0 -1 1077944384 16231 0 0 0 1940 82 0 0 20 0 15 0 34875116 14316269568 479874 18446744073709551615 4194304 4196468 140729649892992 139912727734672 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2337] ppid=2332 vsize=13980732 memory=1956948 CPUtime=20.37 cores=0,2,4,6
/proc/2334/task/2337/stat : 2337 (java) S 2332 2332 7968 0 -1 1077944384 17124 0 0 0 1954 83 0 0 20 0 15 0 34875116 14316269568 479874 18446744073709551615 4194304 4196468 140729649892992 139912726681872 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2338] ppid=2332 vsize=13980732 memory=1919496 CPUtime=20.26 cores=0,2,4,6
/proc/2334/task/2338/stat : 2338 (java) S 2332 2332 7968 0 -1 1077944384 15982 0 0 0 1946 80 0 0 20 0 15 0 34875116 14316269568 479874 18446744073709551615 4194304 4196468 140729649892992 139912725629584 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2339] ppid=2332 vsize=13980732 memory=1919496 CPUtime=20.33 cores=0,2,4,6
/proc/2334/task/2339/stat : 2339 (java) S 2332 2332 7968 0 -1 1077944384 22074 0 0 0 1952 81 0 0 20 0 15 0 34875116 14316269568 479874 18446744073709551615 4194304 4196468 140729649892992 139912724576784 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2340] ppid=2332 vsize=13980732 memory=1380 CPUtime=0.67 cores=0,2,4,6
/proc/2334/task/2340/stat : 2340 (java) S 2332 2332 7968 0 -1 1077944384 37417 0 0 0 59 8 0 0 20 0 15 0 34875118 14316269568 479874 18446744073709551615 4194304 4196468 140729649892992 139912331541104 139912785799810 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2341] ppid=2332 vsize=13980732 memory=640 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2341/stat : 2341 (java) S 2332 2332 7968 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 34875118 14316269568 479874 18446744073709551615 4194304 4196468 140729649892992 139912330487136 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2342] ppid=2332 vsize=13980732 memory=1956948 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2342/stat : 2342 (java) S 2332 2332 7968 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 34875118 14316269568 479874 18446744073709551615 4194304 4196468 140729649892992 139912329434752 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2343] ppid=2332 vsize=13980732 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2343/stat : 2343 (java) S 2332 2332 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34875121 14316269568 479874 18446744073709551615 4194304 4196468 140729649892992 139912328383056 139912785807259 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2344] ppid=2332 vsize=13980732 memory=20952 CPUtime=2.79 cores=0,2,4,6
/proc/2334/task/2344/stat : 2344 (java) S 2332 2332 7968 0 -1 1077944384 21675 0 0 0 277 2 0 0 20 0 15 0 34875121 14316269568 479874 18446744073709551615 4194304 4196468 140729649892992 139912327329904 139912785799810 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2345] ppid=2332 vsize=13980732 memory=4124 CPUtime=3.08 cores=0,2,4,6
/proc/2334/task/2345/stat : 2345 (java) S 2332 2332 7968 0 -1 1077944384 21655 0 0 0 306 2 0 0 20 0 15 0 34875121 14316269568 479874 18446744073709551615 4194304 4196468 140729649892992 139912326277104 139912785799810 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2346] ppid=2332 vsize=13980732 memory=20952 CPUtime=0.73 cores=0,2,4,6
/proc/2334/task/2346/stat : 2346 (java) S 2332 2332 7968 0 -1 1077944384 9915 0 0 0 71 2 0 0 20 0 15 0 34875121 14316269568 479874 18446744073709551615 4194304 4196468 140729649892992 139912325224816 139912785799810 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2347] ppid=2332 vsize=13980732 memory=1956948 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2347/stat : 2347 (java) S 2332 2332 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34875121 14316269568 479874 18446744073709551615 4194304 4196468 140729649892992 139912324172256 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2348] ppid=2332 vsize=13980732 memory=1380 CPUtime=1.3 cores=0,2,4,6
/proc/2334/task/2348/stat : 2348 (java) S 2332 2332 7968 0 -1 1077944384 1352 0 0 0 63 67 0 0 20 0 15 0 34875125 14316269568 479874 18446744073709551615 4194304 4196468 140729649892992 139912323120048 139912785799810 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
Current children cumulated CPU time: 2450.46 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1920876 KiB

[startup+2442.3 s]
/proc/loadavg: 2.04 2.12 1.93 3/214 2677
/proc/meminfo: memFree=27382408/32770624 swapFree=67108860/67108860
[pid=2332] ppid=2329 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2332/stat : 2332 (xcsp3-exec) S 2329 2332 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 34875110 9740288 345 18446744073709551615 4194304 5098028 140725610329376 140725610327480 139902115086972 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 5 0 0 7196144 7232144 21843968 140725610332537 140725610332742 140725610332742 140725610336235 0
/proc/2332/statm: 2378 345 289 221 0 87 0
[pid=2334] ppid=2332 vsize=13980732 memory=1920792 CPUtime=2511.39 cores=0,2,4,6
/proc/2334/stat : 2334 (java) S 2332 2332 7968 0 -1 1077944320 306502 0 0 0 250688 451 0 0 20 0 15 0 34875115 14316269568 480198 18446744073709551615 4194304 4196468 140729649892992 140729649875536 139912785788663 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
/proc/2334/statm: 3495183 480198 3259 1 0 3483476 0
[pid=2334/tid=2335] ppid=2332 vsize=13980732 memory=1920792 CPUtime=2420.31 cores=0,2,4,6
/proc/2334/task/2335/stat : 2335 (java) R 2332 2332 7968 0 -1 4202560 140542 0 0 0 241977 54 0 0 20 0 15 0 34875116 14316269568 480198 18446744073709551615 4194304 4196468 140729649892992 139912790028048 139912407282906 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2336] ppid=2332 vsize=13980732 memory=1883928 CPUtime=20.52 cores=0,2,4,6
/proc/2334/task/2336/stat : 2336 (java) S 2332 2332 7968 0 -1 1077944384 16390 0 0 0 1969 83 0 0 20 0 15 0 34875116 14316269568 480198 18446744073709551615 4194304 4196468 140729649892992 139912727734672 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2337] ppid=2332 vsize=13980732 memory=1956948 CPUtime=20.67 cores=0,2,4,6
/proc/2334/task/2337/stat : 2337 (java) S 2332 2332 7968 0 -1 1077944384 17582 0 0 0 1983 84 0 0 20 0 15 0 34875116 14316269568 480198 18446744073709551615 4194304 4196468 140729649892992 139912726681872 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2338] ppid=2332 vsize=13980732 memory=1883928 CPUtime=20.56 cores=0,2,4,6
/proc/2334/task/2338/stat : 2338 (java) S 2332 2332 7968 0 -1 1077944384 16120 0 0 0 1975 81 0 0 20 0 15 0 34875116 14316269568 480198 18446744073709551615 4194304 4196468 140729649892992 139912725629584 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2339] ppid=2332 vsize=13980732 memory=1380 CPUtime=20.62 cores=0,2,4,6
/proc/2334/task/2339/stat : 2339 (java) S 2332 2332 7968 0 -1 1077944384 22220 0 0 0 1980 82 0 0 20 0 15 0 34875116 14316269568 480198 18446744073709551615 4194304 4196468 140729649892992 139912724576784 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2340] ppid=2332 vsize=13980732 memory=1920792 CPUtime=0.67 cores=0,2,4,6
/proc/2334/task/2340/stat : 2340 (java) S 2332 2332 7968 0 -1 1077944384 37639 0 0 0 59 8 0 0 20 0 15 0 34875118 14316269568 480198 18446744073709551615 4194304 4196468 140729649892992 139912331541104 139912785799810 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2341] ppid=2332 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2341/stat : 2341 (java) S 2332 2332 7968 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 34875118 14316269568 480198 18446744073709551615 4194304 4196468 140729649892992 139912330487136 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2342] ppid=2332 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2342/stat : 2342 (java) S 2332 2332 7968 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 34875118 14316269568 480198 18446744073709551615 4194304 4196468 140729649892992 139912329434752 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2343] ppid=2332 vsize=13980732 memory=1920792 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2343/stat : 2343 (java) S 2332 2332 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34875121 14316269568 480198 18446744073709551615 4194304 4196468 140729649892992 139912328383056 139912785807259 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2344] ppid=2332 vsize=13980732 memory=1380 CPUtime=2.8 cores=0,2,4,6
/proc/2334/task/2344/stat : 2344 (java) S 2332 2332 7968 0 -1 1077944384 21677 0 0 0 278 2 0 0 20 0 15 0 34875121 14316269568 480198 18446744073709551615 4194304 4196468 140729649892992 139912327329904 139912785799810 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2345] ppid=2332 vsize=13980732 memory=1380 CPUtime=3.08 cores=0,2,4,6
/proc/2334/task/2345/stat : 2345 (java) S 2332 2332 7968 0 -1 1077944384 21657 0 0 0 306 2 0 0 20 0 15 0 34875121 14316269568 480198 18446744073709551615 4194304 4196468 140729649892992 139912326277104 139912785799810 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2346] ppid=2332 vsize=13980732 memory=1380 CPUtime=0.73 cores=0,2,4,6
/proc/2334/task/2346/stat : 2346 (java) S 2332 2332 7968 0 -1 1077944384 9918 0 0 0 71 2 0 0 20 0 15 0 34875121 14316269568 480198 18446744073709551615 4194304 4196468 140729649892992 139912325224816 139912785799810 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2347] ppid=2332 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2347/stat : 2347 (java) S 2332 2332 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34875121 14316269568 480198 18446744073709551615 4194304 4196468 140729649892992 139912324172256 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2348] ppid=2332 vsize=13980732 memory=1380 CPUtime=1.33 cores=0,2,4,6
/proc/2334/task/2348/stat : 2348 (java) S 2332 2332 7968 0 -1 1077944384 1377 0 0 0 64 69 0 0 20 0 15 0 34875125 14316269568 480198 18446744073709551615 4194304 4196468 140729649892992 139912323120048 139912785799810 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
Current children cumulated CPU time: 2511.39 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1922172 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2450.8 s]
/proc/loadavg: 2.04 2.11 1.93 3/214 2677
/proc/meminfo: memFree=27382408/32770624 swapFree=67108860/67108860
[pid=2332] ppid=2329 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2332/stat : 2332 (xcsp3-exec) S 2329 2332 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 34875110 9740288 345 18446744073709551615 4194304 5098028 140725610329376 140725610327480 139902115086972 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 5 0 0 7196144 7232144 21843968 140725610332537 140725610332742 140725610332742 140725610336235 0
/proc/2332/statm: 2378 345 289 221 0 87 0
[pid=2334] ppid=2332 vsize=13980732 memory=1920792 CPUtime=2520.09 cores=0,2,4,6
/proc/2334/stat : 2334 (java) S 2332 2332 7968 0 -1 1077944320 306720 0 0 0 251558 451 0 0 20 0 15 0 34875115 14316269568 480198 18446744073709551615 4194304 4196468 140729649892992 140729649875536 139912785788663 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
/proc/2334/statm: 3495183 480198 3259 1 0 3483476 0
[pid=2334/tid=2335] ppid=2332 vsize=13980732 memory=13847486485759956 CPUtime=2428.74 cores=0,2,4,6
/proc/2334/task/2335/stat : 2335 (java) R 2332 2332 7968 0 -1 4202560 140673 0 0 0 242820 54 0 0 20 0 15 0 34875116 14316269568 480198 18446744073709551615 4194304 4196468 140729649892992 139912790027888 139912407432666 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2336] ppid=2332 vsize=13980732 memory=2760 CPUtime=20.59 cores=0,2,4,6
/proc/2334/task/2336/stat : 2336 (java) S 2332 2332 7968 0 -1 1077944384 16397 0 0 0 1976 83 0 0 20 0 15 0 34875116 14316269568 480198 18446744073709551615 4194304 4196468 140729649892992 139912727734672 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2337] ppid=2332 vsize=13980732 memory=3868 CPUtime=20.74 cores=0,2,4,6
/proc/2334/task/2337/stat : 2337 (java) S 2332 2332 7968 0 -1 1077944384 17594 0 0 0 1990 84 0 0 20 0 15 0 34875116 14316269568 480198 18446744073709551615 4194304 4196468 140729649892992 139912726681872 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2338] ppid=2332 vsize=13980732 memory=3904 CPUtime=20.63 cores=0,2,4,6
/proc/2334/task/2338/stat : 2338 (java) S 2332 2332 7968 0 -1 1077944384 16127 0 0 0 1982 81 0 0 20 0 15 0 34875116 14316269568 480198 18446744073709551615 4194304 4196468 140729649892992 139912725629584 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2339] ppid=2332 vsize=13980732 memory=4064 CPUtime=20.69 cores=0,2,4,6
/proc/2334/task/2339/stat : 2339 (java) S 2332 2332 7968 0 -1 1077944384 22229 0 0 0 1987 82 0 0 20 0 15 0 34875116 14316269568 480198 18446744073709551615 4194304 4196468 140729649892992 139912724576784 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2340] ppid=2332 vsize=13980732 memory=1152 CPUtime=0.67 cores=0,2,4,6
/proc/2334/task/2340/stat : 2340 (java) S 2332 2332 7968 0 -1 1077944384 37689 0 0 0 59 8 0 0 20 0 15 0 34875118 14316269568 480198 18446744073709551615 4194304 4196468 140729649892992 139912331541104 139912785799810 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2341] ppid=2332 vsize=13980732 memory=3168 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2341/stat : 2341 (java) S 2332 2332 7968 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 34875118 14316269568 480198 18446744073709551615 4194304 4196468 140729649892992 139912330487136 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2342] ppid=2332 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2342/stat : 2342 (java) S 2332 2332 7968 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 34875118 14316269568 480198 18446744073709551615 4194304 4196468 140729649892992 139912329434752 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2343] ppid=2332 vsize=13980732 memory=1807876 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2343/stat : 2343 (java) S 2332 2332 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34875121 14316269568 480198 18446744073709551615 4194304 4196468 140729649892992 139912328383056 139912785807259 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2344] ppid=2332 vsize=13980732 memory=3880 CPUtime=2.8 cores=0,2,4,6
/proc/2334/task/2344/stat : 2344 (java) S 2332 2332 7968 0 -1 1077944384 21677 0 0 0 278 2 0 0 20 0 15 0 34875121 14316269568 480198 18446744073709551615 4194304 4196468 140729649892992 139912327329904 139912785799810 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2345] ppid=2332 vsize=13980732 memory=3868 CPUtime=3.08 cores=0,2,4,6
/proc/2334/task/2345/stat : 2345 (java) S 2332 2332 7968 0 -1 1077944384 21657 0 0 0 306 2 0 0 20 0 15 0 34875121 14316269568 480198 18446744073709551615 4194304 4196468 140729649892992 139912326277104 139912785799810 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2346] ppid=2332 vsize=13980732 memory=3904 CPUtime=0.73 cores=0,2,4,6
/proc/2334/task/2346/stat : 2346 (java) S 2332 2332 7968 0 -1 1077944384 9918 0 0 0 71 2 0 0 20 0 15 0 34875121 14316269568 480198 18446744073709551615 4194304 4196468 140729649892992 139912325224816 139912785799810 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2347] ppid=2332 vsize=13980732 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/2334/task/2347/stat : 2347 (java) S 2332 2332 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34875121 14316269568 480198 18446744073709551615 4194304 4196468 140729649892992 139912324172256 139912785798869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
[pid=2334/tid=2348] ppid=2332 vsize=13980732 memory=7680170660397595203 CPUtime=1.34 cores=0,2,4,6
/proc/2334/task/2348/stat : 2348 (java) S 2332 2332 7968 0 -1 1077944384 1379 0 0 0 65 69 0 0 20 0 15 0 34875125 14316269568 480198 18446744073709551615 4194304 4196468 140729649892992 139912323120048 139912785799810 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 26652672 140729649902002 140729649902178 140729649902178 140729649905615 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1922172 KiB

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

[startup+2450.82 s]
# the end of solver process 2332 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.6 s, system=4.52322 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2450.82
CPU time (s): 2520.12
CPU user time (s): 2515.6
CPU system time (s): 4.52322
CPU usage (%): 102.828
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 3195428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.6
system time used= 4.52323
maximum resident set size= 3194136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 307500
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59605
involuntary context switches= 4471


# summary of solver processes directly reported to runsolver:
#   pid: 2332
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2515.6
#   total CPU system time (s): 4.52322

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.0437 second user time and 21.7038 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-15 16:58:07
IDJOB=4271965
IDBENCH=133705
IDSOLVER=2664
FILE ID=node128/4271965-1502809925
RUNJOBID= node128-1502649221-29000
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-c1.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4271965-1502809925/watcher-4271965-1502809925 -o /tmp/evaluation-result-4271965-1502809925/solver-4271965-1502809925 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29000 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1988521057 HOME/instance-4271965-1502809925.xml

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

MD5SUM BENCH= 1c5d3440e59d0a9e624ef63cf534111e
RANDOM SEED=1988521057

node128.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.94
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.94
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.94
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.94
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:        30755224 kB
MemAvailable:   31671144 kB
Buffers:          230564 kB
Cached:           968660 kB
SwapCached:            0 kB
Active:           723172 kB
Inactive:         872824 kB
Active(anon):     396864 kB
Inactive(anon):    16764 kB
Active(file):     326308 kB
Inactive(file):   856060 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7792 kB
Writeback:             0 kB
AnonPages:        396532 kB
Mapped:            50400 kB
Shmem:             17116 kB
Slab:             123968 kB
SReclaimable:      98772 kB
SUnreclaim:        25196 kB
KernelStack:        3488 kB
PageTables:         6112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1005648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    325632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62016 MiB
End job on node128 at 2017-08-15 17:38:58