Trace number 4283430

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-08-18)SAT (TO)3 2520.0901 2452.6101

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-08.xml
MD5SUM8d41ef15b4a24b5ee65fe3e377737596
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1196.9
Satisfiable
(Un)Satisfiability was proved
Number of variables83
Number of constraints82
Number of domains2
Minimum domain size2
Maximum domain size64
Distribution of domain sizes[{"size":2,"count":18},{"size":64,"count":65}]
Minimum variable degree2
Maximum variable degree18
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":44},{"degree":4,"count":18},{"degree":18,"count":1}]
Minimum constraint arity2
Maximum constraint arity64
Distribution of constraint arities[{"arity":2,"count":63},{"arity":3,"count":18},{"arity":64,"count":1}]
Number of extensional constraints0
Number of intensional constraints81
Distribution of constraint types[{"type":"intension","count":81},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

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.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283430-1503211218.xml"  -tl '2520s' -p 1 -x 3
0.08/0.28	c [HOME/instance-4283430-1503211218.xml, -tl, 2520s, -p, 1, -x, 3]
0.26/0.34	c simple solver
0.26/0.40	c parse instance...
3.62/1.57	c solve instance...
31.10/21.75	o 8 
31.10/21.76	o 7 
31.10/21.78	o 6 
248.53/233.67	o 5 
248.94/234.01	o 4 
248.94/234.02	o 3 
2520.06/2452.60	s SATISFIABLE
2520.06/2452.60	v <instantiation>
2520.06/2452.60	v 	<list>q x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] b[0] b[1] b[2] b[3] b[4] b[5] b[6] b[7] b[8] b[9] b[10] b[11] b[12] b[13] b[14] b[15] b[16] b[17] </list>
2520.06/2452.60	v 	<values>34 4 10 0 17 2 8 18 24 34 28 38 23 29 35 25 19 9 3 13 7 22 12 6 21 15 5 11 1 16 26 20 14 31 37 27 33 43 49 32 42 48 58 52 62 47 30 36 46 63 53 59 44 61 55 45 39 54 60 50 56 41 51 57 40 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 </values>
2520.06/2452.60	v </instantiation>
2520.06/2452.60	c Unexpected resolution interruption!

Verifier Data

OK	3

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283430-1503211218/watcher-4283430-1503211218 -o /tmp/evaluation-result-4283430-1503211218/solver-4283430-1503211218 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503171261-25500 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1311346255 HOME/instance-4283430-1503211218.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=548, runsolver pid=544
Current StackSize limit: 8192 KiB


[startup+0.100089 s]*
/proc/loadavg: 1.63 1.49 1.51 3/198 552
/proc/meminfo: memFree=30441992/32770624 swapFree=67108860/67108860
[pid=548] ppid=544 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/548/stat : 548 (xcsp3-exec) S 544 548 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 123342217 9740288 345 18446744073709551615 4194304 5098028 140721208789168 140721208787272 139733782397564 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 11390976 140721208791416 140721208791621 140721208791621 140721208795115 0
/proc/548/statm: 2378 345 289 221 0 87 0
[pid=551] ppid=548 vsize=11657624 memory=8760 CPUtime=0 cores=0,2,4,6
/proc/551/stat : 551 (java) S 548 548 8563 0 -1 1077944320 1948 0 0 0 0 0 0 0 20 0 2 0 123342227 11937406976 2190 18446744073709551615 4194304 4196468 140722060833360 140722060815904 140497266622199 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
/proc/551/statm: 2914406 2190 1151 1 0 2904376 0
[pid=551/tid=552] ppid=548 vsize=13358712 memory=7311146985107750967 CPUtime=0 cores=0,2,4,6
/proc/551/task/552/stat : 552 (java) R 548 548 8563 0 -1 4202560 1729 0 0 0 0 0 0 0 20 0 6 0 123342227 13679321088 3196 18446744073709551615 4194304 4196468 140722060833360 140497270858320 140497227602917 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=553] ppid=548 vsize=13358712 memory=12619 CPUtime=0 cores=0,2,4,6
/proc/551/task/553/stat : 553 (java) S 548 548 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 123342228 13679321088 3196 18446744073709551615 4194304 4196468 140722060833360 140497186035984 140497266632405 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=554] ppid=548 vsize=13358712 memory=288370558021523072 CPUtime=0 cores=0,2,4,6
/proc/551/task/554/stat : 554 (java) S 548 548 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 123342228 13679321088 3196 18446744073709551615 4194304 4196468 140722060833360 140497184983440 140497266632405 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=555] ppid=548 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/551/task/555/stat : 555 (java) S 548 548 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 123342228 13679321088 3196 18446744073709551615 4194304 4196468 140722060833360 140497183930896 140497266632405 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=556] ppid=548 vsize=13358712 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/551/task/556/stat : 556 (java) S 548 548 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 123342228 13679321088 3196 18446744073709551615 4194304 4196468 140722060833360 140497182878352 140497266632405 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 11667136 KiB
Current children cumulated memory: 10140 KiB

[startup+0.210097 s]*
/proc/loadavg: 1.63 1.49 1.51 3/211 565
/proc/meminfo: memFree=30429900/32770624 swapFree=67108860/67108860
[pid=548] ppid=544 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/548/stat : 548 (xcsp3-exec) S 544 548 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 123342217 9740288 345 18446744073709551615 4194304 5098028 140721208789168 140721208787272 139733782397564 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 11390976 140721208791416 140721208791621 140721208791621 140721208795115 0
/proc/548/statm: 2378 345 289 221 0 87 0
[pid=551] ppid=548 vsize=13974352 memory=24412 CPUtime=0.08 cores=0,2,4,6
/proc/551/stat : 551 (java) S 548 548 8563 0 -1 1077944320 5023 0 0 0 7 1 0 0 20 0 15 0 123342227 14309736448 6103 18446744073709551615 4194304 4196468 140722060833360 140722060815904 140497266622199 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
/proc/551/statm: 3493588 6103 2724 1 0 3482964 0
[pid=551/tid=552] ppid=548 vsize=13974352 memory=7311146985107750967 CPUtime=0.06 cores=0,2,4,6
/proc/551/task/552/stat : 552 (java) R 548 548 8563 0 -1 4202560 3212 0 0 0 6 0 0 0 20 0 15 0 123342227 14309736448 6615 18446744073709551615 4194304 4196468 140722060833360 140497270857616 140497266644125 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=553] ppid=548 vsize=13974352 memory=12619 CPUtime=0 cores=0,2,4,6
/proc/551/task/553/stat : 553 (java) S 548 548 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123342228 14309736448 6615 18446744073709551615 4194304 4196468 140722060833360 140497186035984 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=554] ppid=548 vsize=13974352 memory=288370558021523072 CPUtime=0 cores=0,2,4,6
/proc/551/task/554/stat : 554 (java) S 548 548 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123342228 14309736448 6615 18446744073709551615 4194304 4196468 140722060833360 140497184983440 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=555] ppid=548 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/551/task/555/stat : 555 (java) S 548 548 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123342228 14309736448 6615 18446744073709551615 4194304 4196468 140722060833360 140497183930896 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=556] ppid=548 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/551/task/556/stat : 556 (java) S 548 548 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123342228 14309736448 6615 18446744073709551615 4194304 4196468 140722060833360 140497182878352 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=557] ppid=548 vsize=13974352 memory=140181869811328 CPUtime=0 cores=0,2,4,6
/proc/551/task/557/stat : 557 (java) S 548 548 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123342229 14309736448 6615 18446744073709551615 4194304 4196468 140722060833360 140496744221168 140497266633346 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=558] ppid=548 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/551/task/558/stat : 558 (java) S 548 548 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123342230 14309736448 6615 18446744073709551615 4194304 4196468 140722060833360 140496743167392 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=559] ppid=548 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/551/task/559/stat : 559 (java) S 548 548 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 123342230 14309736448 6615 18446744073709551615 4194304 4196468 140722060833360 140496742114800 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=560] ppid=548 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/551/task/560/stat : 560 (java) S 548 548 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123342232 14309736448 6615 18446744073709551615 4194304 4196468 140722060833360 140496741063376 140497266640795 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=561] ppid=548 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/551/task/561/stat : 561 (java) S 548 548 8563 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 123342232 14309736448 6615 18446744073709551615 4194304 4196468 140722060833360 140496740009968 140497266633346 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=562] ppid=548 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/551/task/562/stat : 562 (java) S 548 548 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123342232 14309736448 6615 18446744073709551615 4194304 4196468 140722060833360 140496738957424 140497266633346 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=563] ppid=548 vsize=13974352 memory=140181869811328 CPUtime=0 cores=0,2,4,6
/proc/551/task/563/stat : 563 (java) R 548 548 8563 0 -1 4202560 244 0 0 0 0 0 0 0 20 0 15 0 123342232 14309736448 6615 18446744073709551615 4194304 4196468 140722060833360 140496737904880 140497245281876 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=564] ppid=548 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/551/task/564/stat : 564 (java) S 548 548 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123342233 14309736448 6615 18446744073709551615 4194304 4196468 140722060833360 140496736852576 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=565] ppid=548 vsize=13974352 memory=140181869811328 CPUtime=0 cores=0,2,4,6
/proc/551/task/565/stat : 565 (java) S 548 548 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123342237 14309736448 6615 18446744073709551615 4194304 4196468 140722060833360 140496735800112 140497266633346 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 25792 KiB

[startup+0.310262 s]*
/proc/loadavg: 1.63 1.49 1.51 3/211 565
/proc/meminfo: memFree=30415308/32770624 swapFree=67108860/67108860
[pid=548] ppid=544 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/548/stat : 548 (xcsp3-exec) S 544 548 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 123342217 9740288 345 18446744073709551615 4194304 5098028 140721208789168 140721208787272 139733782397564 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 11390976 140721208791416 140721208791621 140721208791621 140721208795115 0
/proc/548/statm: 2378 345 289 221 0 87 0
[pid=551] ppid=548 vsize=13974352 memory=36784 CPUtime=0.26 cores=0,2,4,6
/proc/551/stat : 551 (java) S 548 548 8563 0 -1 1077944320 8804 0 0 0 24 2 0 0 20 0 15 0 123342227 14309736448 9196 18446744073709551615 4194304 4196468 140722060833360 140722060815904 140497266622199 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
/proc/551/statm: 3493588 9196 2953 1 0 3482964 0
[pid=551/tid=552] ppid=548 vsize=13974352 memory=7311146985107750967 CPUtime=0.17 cores=0,2,4,6
/proc/551/task/552/stat : 552 (java) R 548 548 8563 0 -1 4202560 6106 0 0 0 15 2 0 0 20 0 15 0 123342227 14309736448 9260 18446744073709551615 4194304 4196468 140722060833360 140497270856128 140497266634134 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=553] ppid=548 vsize=13974352 memory=12619 CPUtime=0 cores=0,2,4,6
/proc/551/task/553/stat : 553 (java) S 548 548 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123342228 14309736448 9260 18446744073709551615 4194304 4196468 140722060833360 140497186035984 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=554] ppid=548 vsize=13974352 memory=301929942382151296 CPUtime=0 cores=0,2,4,6
/proc/551/task/554/stat : 554 (java) S 548 548 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123342228 14309736448 9260 18446744073709551615 4194304 4196468 140722060833360 140497184983440 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=555] ppid=548 vsize=13974352 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/551/task/555/stat : 555 (java) S 548 548 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123342228 14309736448 9260 18446744073709551615 4194304 4196468 140722060833360 140497183930896 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=556] ppid=548 vsize=13974352 memory=3472328296227680303 CPUtime=0 cores=0,2,4,6
/proc/551/task/556/stat : 556 (java) S 548 548 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123342228 14309736448 9260 18446744073709551615 4194304 4196468 140722060833360 140497182878352 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=557] ppid=548 vsize=13974352 memory=8751304360501396207 CPUtime=0 cores=0,2,4,6
/proc/551/task/557/stat : 557 (java) S 548 548 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123342229 14309736448 9260 18446744073709551615 4194304 4196468 140722060833360 140496744221168 140497266633346 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=558] ppid=548 vsize=13974352 memory=734139722786418735 CPUtime=0 cores=0,2,4,6
/proc/551/task/558/stat : 558 (java) S 548 548 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123342230 14309736448 9260 18446744073709551615 4194304 4196468 140722060833360 140496743167392 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=559] ppid=548 vsize=13974352 memory=6933690279252828305 CPUtime=0 cores=0,2,4,6
/proc/551/task/559/stat : 559 (java) S 548 548 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 123342230 14309736448 9260 18446744073709551615 4194304 4196468 140722060833360 140496742114800 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=560] ppid=548 vsize=13974352 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/551/task/560/stat : 560 (java) S 548 548 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123342232 14309736448 9260 18446744073709551615 4194304 4196468 140722060833360 140496741063376 140497266640795 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=561] ppid=548 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/551/task/561/stat : 561 (java) R 548 548 8563 0 -1 1077944384 388 0 0 0 2 0 0 0 20 0 15 0 123342232 14309736448 9260 18446744073709551615 4194304 4196468 140722060833360 140496740009968 140497266633346 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=562] ppid=548 vsize=13974352 memory=3472328296227679279 CPUtime=0.01 cores=0,2,4,6
/proc/551/task/562/stat : 562 (java) R 548 548 8563 0 -1 1077944384 307 0 0 0 1 0 0 0 20 0 15 0 123342232 14309736448 9260 18446744073709551615 4194304 4196468 140722060833360 140496738957424 140497266633346 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=563] ppid=548 vsize=13974352 memory=140181869811328 CPUtime=0.05 cores=0,2,4,6
/proc/551/task/563/stat : 563 (java) R 548 548 8563 0 -1 4202560 736 0 0 0 5 0 0 0 20 0 15 0 123342232 14309736448 9260 18446744073709551615 4194304 4196468 140722060833360 140496737902672 140722061088513 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=564] ppid=548 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/551/task/564/stat : 564 (java) S 548 548 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123342233 14309736448 9260 18446744073709551615 4194304 4196468 140722060833360 140496736852576 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=565] ppid=548 vsize=13974352 memory=140181869811328 CPUtime=0 cores=0,2,4,6
/proc/551/task/565/stat : 565 (java) S 548 548 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123342237 14309736448 9260 18446744073709551615 4194304 4196468 140722060833360 140496735800112 140497266633346 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38164 KiB

[startup+0.701755 s]
/proc/loadavg: 1.63 1.49 1.51 5/211 565
/proc/meminfo: memFree=30405732/32770624 swapFree=67108860/67108860
[pid=548] ppid=544 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/548/stat : 548 (xcsp3-exec) S 544 548 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 123342217 9740288 345 18446744073709551615 4194304 5098028 140721208789168 140721208787272 139733782397564 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 11390976 140721208791416 140721208791621 140721208791621 140721208795115 0
/proc/548/statm: 2378 345 289 221 0 87 0
[pid=551] ppid=548 vsize=13980732 memory=73292 CPUtime=1.17 cores=0,2,4,6
/proc/551/stat : 551 (java) S 548 548 8563 0 -1 1077944320 15929 0 0 0 112 5 0 0 20 0 15 0 123342227 14316269568 18323 18446744073709551615 4194304 4196468 140722060833360 140722060815904 140497266622199 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
/proc/551/statm: 3495183 18323 3170 1 0 3483476 0
[pid=551/tid=552] ppid=548 vsize=13980732 memory=2368 CPUtime=0.53 cores=0,2,4,6
/proc/551/task/552/stat : 552 (java) R 548 548 8563 0 -1 4202560 8437 0 0 0 50 3 0 0 20 0 15 0 123342227 14316269568 18323 18446744073709551615 4194304 4196468 140722060833360 140497270858944 140496855330368 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=553] ppid=548 vsize=13980732 memory=1836 CPUtime=0 cores=0,2,4,6
/proc/551/task/553/stat : 553 (java) S 548 548 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123342228 14316269568 18323 18446744073709551615 4194304 4196468 140722060833360 140497186035984 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=554] ppid=548 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/551/task/554/stat : 554 (java) S 548 548 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123342228 14316269568 18323 18446744073709551615 4194304 4196468 140722060833360 140497184983440 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=555] ppid=548 vsize=13980732 memory=64 CPUtime=0 cores=0,2,4,6
/proc/551/task/555/stat : 555 (java) S 548 548 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123342228 14316269568 18323 18446744073709551615 4194304 4196468 140722060833360 140497183930896 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=556] ppid=548 vsize=13980732 memory=4106 CPUtime=0 cores=0,2,4,6
/proc/551/task/556/stat : 556 (java) S 548 548 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123342228 14316269568 18323 18446744073709551615 4194304 4196468 140722060833360 140497182878352 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=557] ppid=548 vsize=13980732 memory=220 CPUtime=0 cores=0,2,4,6
/proc/551/task/557/stat : 557 (java) S 548 548 8563 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 123342229 14316269568 18323 18446744073709551615 4194304 4196468 140722060833360 140496744221168 140497266633346 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=558] ppid=548 vsize=13980732 memory=2 CPUtime=0 cores=0,2,4,6
/proc/551/task/558/stat : 558 (java) S 548 548 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123342230 14316269568 18323 18446744073709551615 4194304 4196468 140722060833360 140496743167392 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=559] ppid=548 vsize=13980732 memory=793 CPUtime=0 cores=0,2,4,6
/proc/551/task/559/stat : 559 (java) S 548 548 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 123342230 14316269568 18323 18446744073709551615 4194304 4196468 140722060833360 140496742114800 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=560] ppid=548 vsize=13980732 memory=43 CPUtime=0 cores=0,2,4,6
/proc/551/task/560/stat : 560 (java) S 548 548 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123342232 14316269568 18323 18446744073709551615 4194304 4196468 140722060833360 140496741063376 140497266640795 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=561] ppid=548 vsize=13980732 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/551/task/561/stat : 561 (java) R 548 548 8563 0 -1 4202560 2193 0 0 0 19 0 0 0 20 0 15 0 123342232 14316269568 18323 18446744073709551615 4194304 4196468 140722060833360 140496739990984 140497252262336 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=562] ppid=548 vsize=13980732 memory=563 CPUtime=0.18 cores=0,2,4,6
/proc/551/task/562/stat : 562 (java) R 548 548 8563 0 -1 4202560 2074 0 0 0 18 0 0 0 20 0 15 0 123342232 14316269568 18323 18446744073709551615 4194304 4196468 140722060833360 140496738938976 140497252645999 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=563] ppid=548 vsize=13980732 memory=479 CPUtime=0.23 cores=0,2,4,6
/proc/551/task/563/stat : 563 (java) S 548 548 8563 0 -1 1077944384 1916 0 0 0 23 0 0 0 20 0 15 0 123342232 14316269568 18323 18446744073709551615 4194304 4196468 140722060833360 140496737904880 140497266633346 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=564] ppid=548 vsize=13980732 memory=4116 CPUtime=0 cores=0,2,4,6
/proc/551/task/564/stat : 564 (java) S 548 548 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123342233 14316269568 18323 18446744073709551615 4194304 4196468 140722060833360 140496736852576 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=565] ppid=548 vsize=13980732 memory=6625 CPUtime=0 cores=0,2,4,6
/proc/551/task/565/stat : 565 (java) S 548 548 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123342237 14316269568 18323 18446744073709551615 4194304 4196468 140722060833360 140496735800112 140497266633346 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 74672 KiB

[startup+1.50089 s]
/proc/loadavg: 1.63 1.49 1.51 5/211 565
/proc/meminfo: memFree=30344640/32770624 swapFree=67108860/67108860
[pid=548] ppid=544 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/548/stat : 548 (xcsp3-exec) S 544 548 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 123342217 9740288 345 18446744073709551615 4194304 5098028 140721208789168 140721208787272 139733782397564 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 11390976 140721208791416 140721208791621 140721208791621 140721208795115 0
/proc/548/statm: 2378 345 289 221 0 87 0
[pid=551] ppid=548 vsize=13980732 memory=126052 CPUtime=3.62 cores=0,2,4,6
/proc/551/stat : 551 (java) S 548 548 8563 0 -1 1077944320 40425 0 0 0 354 8 0 0 20 0 15 0 123342227 14316269568 31513 18446744073709551615 4194304 4196468 140722060833360 140722060815904 140497266622199 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
/proc/551/statm: 3495183 31513 3172 1 0 3483476 0
[pid=551/tid=552] ppid=548 vsize=13980732 memory=2368 CPUtime=1.34 cores=0,2,4,6
/proc/551/task/552/stat : 552 (java) R 548 548 8563 0 -1 4202560 8641 0 0 0 130 4 0 0 20 0 15 0 123342227 14316269568 31513 18446744073709551615 4194304 4196468 140722060833360 140497270857152 140496854816749 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=553] ppid=548 vsize=13980732 memory=1836 CPUtime=0 cores=0,2,4,6
/proc/551/task/553/stat : 553 (java) S 548 548 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123342228 14316269568 31513 18446744073709551615 4194304 4196468 140722060833360 140497186035984 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=554] ppid=548 vsize=13980732 memory=280363519718496 CPUtime=0 cores=0,2,4,6
/proc/551/task/554/stat : 554 (java) S 548 548 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123342228 14316269568 31513 18446744073709551615 4194304 4196468 140722060833360 140497184983440 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=555] ppid=548 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/551/task/555/stat : 555 (java) S 548 548 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123342228 14316269568 31513 18446744073709551615 4194304 4196468 140722060833360 140497183930896 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=556] ppid=548 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/551/task/556/stat : 556 (java) S 548 548 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123342228 14316269568 31513 18446744073709551615 4194304 4196468 140722060833360 140497182878352 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=557] ppid=548 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/551/task/557/stat : 557 (java) S 548 548 8563 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 123342229 14316269568 31513 18446744073709551615 4194304 4196468 140722060833360 140496744221168 140497266633346 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=558] ppid=548 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/551/task/558/stat : 558 (java) S 548 548 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123342230 14316269568 31513 18446744073709551615 4194304 4196468 140722060833360 140496743167392 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=559] ppid=548 vsize=13980732 memory=280363519912800 CPUtime=0 cores=0,2,4,6

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

[pid=551/tid=557] ppid=548 vsize=13980732 memory=1380 CPUtime=1.86 cores=0,2,4,6
/proc/551/task/557/stat : 557 (java) S 548 548 8563 0 -1 1077944384 45556 0 0 0 164 22 0 0 20 0 15 0 123342229 14316269568 91054 18446744073709551615 4194304 4196468 140722060833360 140496744221168 140497266633346 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=558] ppid=548 vsize=13980732 memory=364728 CPUtime=0 cores=0,2,4,6
/proc/551/task/558/stat : 558 (java) S 548 548 8563 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 123342230 14316269568 91054 18446744073709551615 4194304 4196468 140722060833360 140496743167456 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=559] ppid=548 vsize=13980732 memory=364216 CPUtime=0 cores=0,2,4,6
/proc/551/task/559/stat : 559 (java) S 548 548 8563 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 123342230 14316269568 91054 18446744073709551615 4194304 4196468 140722060833360 140496742114816 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=560] ppid=548 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/551/task/560/stat : 560 (java) S 548 548 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123342232 14316269568 91054 18446744073709551615 4194304 4196468 140722060833360 140496741063376 140497266640795 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=561] ppid=548 vsize=13980732 memory=1380 CPUtime=5.68 cores=0,2,4,6
/proc/551/task/561/stat : 561 (java) S 548 548 8563 0 -1 1077944384 30644 0 0 0 564 4 0 0 20 0 15 0 123342232 14316269568 91054 18446744073709551615 4194304 4196468 140722060833360 140496740009968 140497266633346 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=562] ppid=548 vsize=13980732 memory=365244 CPUtime=5.62 cores=0,2,4,6
/proc/551/task/562/stat : 562 (java) S 548 548 8563 0 -1 1077944384 33144 0 0 0 559 3 0 0 20 0 15 0 123342232 14316269568 91054 18446744073709551615 4194304 4196468 140722060833360 140496738957424 140497266633346 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=563] ppid=548 vsize=13980732 memory=1380 CPUtime=0.93 cores=0,2,4,6
/proc/551/task/563/stat : 563 (java) S 548 548 8563 0 -1 1077944384 13223 0 0 0 90 3 0 0 20 0 15 0 123342232 14316269568 91054 18446744073709551615 4194304 4196468 140722060833360 140496737904880 140497266633346 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=564] ppid=548 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/551/task/564/stat : 564 (java) S 548 548 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123342233 14316269568 91054 18446744073709551615 4194304 4196468 140722060833360 140496736852576 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=565] ppid=548 vsize=13980732 memory=5788 CPUtime=0.92 cores=0,2,4,6
/proc/551/task/565/stat : 565 (java) S 548 548 8563 0 -1 1077944384 2136 0 0 0 43 49 0 0 20 0 15 0 123342237 14316269568 91054 18446744073709551615 4194304 4196468 140722060833360 140496735800112 140497266633346 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
Current children cumulated CPU time: 2386.59 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 365596 KiB

[startup+2382.3 s]
/proc/loadavg: 1.83 1.72 1.63 3/211 830
/proc/meminfo: memFree=29202708/32770624 swapFree=67108860/67108860
[pid=548] ppid=544 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/548/stat : 548 (xcsp3-exec) S 544 548 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 123342217 9740288 345 18446744073709551615 4194304 5098028 140721208789168 140721208787272 139733782397564 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 11390976 140721208791416 140721208791621 140721208791621 140721208795115 0
/proc/548/statm: 2378 345 289 221 0 87 0
[pid=551] ppid=548 vsize=13980732 memory=360340 CPUtime=2448.07 cores=0,2,4,6
/proc/551/stat : 551 (java) S 548 548 8563 0 -1 1077944320 293043 0 0 0 244549 258 0 0 20 0 15 0 123342227 14316269568 90085 18446744073709551615 4194304 4196468 140722060833360 140722060815904 140497266622199 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
/proc/551/statm: 3495183 90085 3259 1 0 3483476 0
[pid=551/tid=552] ppid=548 vsize=13980732 memory=360340 CPUtime=2361.14 cores=0,2,4,6
/proc/551/task/552/stat : 552 (java) R 548 548 8563 0 -1 4202560 63433 0 0 0 236099 15 0 0 20 0 15 0 123342227 14316269568 90085 18446744073709551615 4194304 4196468 140722060833360 140497270861792 140496857812664 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=553] ppid=548 vsize=13980732 memory=1380 CPUtime=17.95 cores=0,2,4,6
/proc/551/task/553/stat : 553 (java) S 548 548 8563 0 -1 1077944384 23327 0 0 0 1751 44 0 0 20 0 15 0 123342228 14316269568 90085 18446744073709551615 4194304 4196468 140722060833360 140497186035984 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=554] ppid=548 vsize=13980732 memory=1380 CPUtime=17.89 cores=0,2,4,6
/proc/551/task/554/stat : 554 (java) S 548 548 8563 0 -1 1077944384 24621 0 0 0 1746 43 0 0 20 0 15 0 123342228 14316269568 90085 18446744073709551615 4194304 4196468 140722060833360 140497184983440 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=555] ppid=548 vsize=13980732 memory=1380 CPUtime=17.94 cores=0,2,4,6
/proc/551/task/555/stat : 555 (java) S 548 548 8563 0 -1 1077944384 30018 0 0 0 1751 43 0 0 20 0 15 0 123342228 14316269568 90085 18446744073709551615 4194304 4196468 140722060833360 140497183930896 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=556] ppid=548 vsize=13980732 memory=352424 CPUtime=17.91 cores=0,2,4,6
/proc/551/task/556/stat : 556 (java) S 548 548 8563 0 -1 1077944384 24195 0 0 0 1747 44 0 0 20 0 15 0 123342228 14316269568 90085 18446744073709551615 4194304 4196468 140722060833360 140497182878352 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=557] ppid=548 vsize=13980732 memory=280363521051808 CPUtime=1.92 cores=0,2,4,6
/proc/551/task/557/stat : 557 (java) S 548 548 8563 0 -1 1077944384 46760 0 0 0 169 23 0 0 20 0 15 0 123342229 14316269568 90085 18446744073709551615 4194304 4196468 140722060833360 140496744221168 140497266633346 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=558] ppid=548 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/551/task/558/stat : 558 (java) S 548 548 8563 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 123342230 14316269568 90085 18446744073709551615 4194304 4196468 140722060833360 140496743167456 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=559] ppid=548 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/551/task/559/stat : 559 (java) S 548 548 8563 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 123342230 14316269568 90085 18446744073709551615 4194304 4196468 140722060833360 140496742114816 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=560] ppid=548 vsize=13980732 memory=4116 CPUtime=0 cores=0,2,4,6
/proc/551/task/560/stat : 560 (java) S 548 548 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123342232 14316269568 90085 18446744073709551615 4194304 4196468 140722060833360 140496741063376 140497266640795 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=561] ppid=548 vsize=13980732 memory=66384 CPUtime=5.73 cores=0,2,4,6
/proc/551/task/561/stat : 561 (java) S 548 548 8563 0 -1 1077944384 30723 0 0 0 569 4 0 0 20 0 15 0 123342232 14316269568 90085 18446744073709551615 4194304 4196468 140722060833360 140496740009968 140497266633346 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=562] ppid=548 vsize=13980732 memory=1720 CPUtime=5.62 cores=0,2,4,6
/proc/551/task/562/stat : 562 (java) S 548 548 8563 0 -1 1077944384 33155 0 0 0 559 3 0 0 20 0 15 0 123342232 14316269568 90085 18446744073709551615 4194304 4196468 140722060833360 140496738957424 140497266633346 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=563] ppid=548 vsize=13980732 memory=4616 CPUtime=0.93 cores=0,2,4,6
/proc/551/task/563/stat : 563 (java) S 548 548 8563 0 -1 1077944384 13302 0 0 0 90 3 0 0 20 0 15 0 123342232 14316269568 90085 18446744073709551615 4194304 4196468 140722060833360 140496737904880 140497266633346 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=564] ppid=548 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/551/task/564/stat : 564 (java) S 548 548 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123342233 14316269568 90085 18446744073709551615 4194304 4196468 140722060833360 140496736852576 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=565] ppid=548 vsize=13980732 memory=360340 CPUtime=0.94 cores=0,2,4,6
/proc/551/task/565/stat : 565 (java) S 548 548 8563 0 -1 1077944384 2150 0 0 0 44 50 0 0 20 0 15 0 123342237 14316269568 90085 18446744073709551615 4194304 4196468 140722060833360 140496735800112 140497266633346 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
Current children cumulated CPU time: 2448.07 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 361720 KiB

[startup+2442.3 s]
/proc/loadavg: 1.79 1.73 1.63 3/211 832
/proc/meminfo: memFree=29228920/32770624 swapFree=67108860/67108860
[pid=548] ppid=544 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/548/stat : 548 (xcsp3-exec) S 544 548 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 123342217 9740288 345 18446744073709551615 4194304 5098028 140721208789168 140721208787272 139733782397564 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 11390976 140721208791416 140721208791621 140721208791621 140721208795115 0
/proc/548/statm: 2378 345 289 221 0 87 0
[pid=551] ppid=548 vsize=13980732 memory=355652 CPUtime=2509.59 cores=0,2,4,6
/proc/551/stat : 551 (java) S 548 548 8563 0 -1 1077944320 296613 0 0 0 250696 263 0 0 20 0 15 0 123342227 14316269568 88913 18446744073709551615 4194304 4196468 140722060833360 140722060815904 140497266622199 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
/proc/551/statm: 3495183 88913 3259 1 0 3483476 0
[pid=551/tid=552] ppid=548 vsize=13980732 memory=359248 CPUtime=2420.57 cores=0,2,4,6
/proc/551/task/552/stat : 552 (java) R 548 548 8563 0 -1 4202560 64051 0 0 0 242041 16 0 0 20 0 15 0 123342227 14316269568 88913 18446744073709551615 4194304 4196468 140722060833360 140497270860912 140496857676816 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=553] ppid=548 vsize=13980732 memory=360272 CPUtime=18.46 cores=0,2,4,6
/proc/551/task/553/stat : 553 (java) S 548 548 8563 0 -1 1077944384 23682 0 0 0 1801 45 0 0 20 0 15 0 123342228 14316269568 88913 18446744073709551615 4194304 4196468 140722060833360 140497186035984 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=554] ppid=548 vsize=13980732 memory=360272 CPUtime=18.39 cores=0,2,4,6
/proc/551/task/554/stat : 554 (java) S 548 548 8563 0 -1 1077944384 25046 0 0 0 1795 44 0 0 20 0 15 0 123342228 14316269568 88913 18446744073709551615 4194304 4196468 140722060833360 140497184983440 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=555] ppid=548 vsize=13980732 memory=355652 CPUtime=18.44 cores=0,2,4,6
/proc/551/task/555/stat : 555 (java) S 548 548 8563 0 -1 1077944384 30476 0 0 0 1800 44 0 0 20 0 15 0 123342228 14316269568 88913 18446744073709551615 4194304 4196468 140722060833360 140497183930896 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=556] ppid=548 vsize=13980732 memory=1380 CPUtime=18.41 cores=0,2,4,6
/proc/551/task/556/stat : 556 (java) S 548 548 8563 0 -1 1077944384 24539 0 0 0 1796 45 0 0 20 0 15 0 123342228 14316269568 88913 18446744073709551615 4194304 4196468 140722060833360 140497182878352 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=557] ppid=548 vsize=13980732 memory=1380 CPUtime=1.96 cores=0,2,4,6
/proc/551/task/557/stat : 557 (java) S 548 548 8563 0 -1 1077944384 48105 0 0 0 173 23 0 0 20 0 15 0 123342229 14316269568 88913 18446744073709551615 4194304 4196468 140722060833360 140496744221168 140497266633346 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=558] ppid=548 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/551/task/558/stat : 558 (java) S 548 548 8563 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 123342230 14316269568 88913 18446744073709551615 4194304 4196468 140722060833360 140496743167456 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=559] ppid=548 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/551/task/559/stat : 559 (java) S 548 548 8563 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 123342230 14316269568 88913 18446744073709551615 4194304 4196468 140722060833360 140496742114816 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=560] ppid=548 vsize=13980732 memory=4116 CPUtime=0 cores=0,2,4,6
/proc/551/task/560/stat : 560 (java) S 548 548 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123342232 14316269568 88913 18446744073709551615 4194304 4196468 140722060833360 140496741063376 140497266640795 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=561] ppid=548 vsize=13980732 memory=361300 CPUtime=5.73 cores=0,2,4,6
/proc/551/task/561/stat : 561 (java) S 548 548 8563 0 -1 1077944384 30725 0 0 0 569 4 0 0 20 0 15 0 123342232 14316269568 88913 18446744073709551615 4194304 4196468 140722060833360 140496740009968 140497266633346 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=562] ppid=548 vsize=13980732 memory=1380 CPUtime=5.62 cores=0,2,4,6
/proc/551/task/562/stat : 562 (java) S 548 548 8563 0 -1 1077944384 33157 0 0 0 559 3 0 0 20 0 15 0 123342232 14316269568 88913 18446744073709551615 4194304 4196468 140722060833360 140496738957424 140497266633346 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=563] ppid=548 vsize=13980732 memory=1380 CPUtime=0.94 cores=0,2,4,6
/proc/551/task/563/stat : 563 (java) S 548 548 8563 0 -1 1077944384 13304 0 0 0 91 3 0 0 20 0 15 0 123342232 14316269568 88913 18446744073709551615 4194304 4196468 140722060833360 140496737904880 140497266633346 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=564] ppid=548 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/551/task/564/stat : 564 (java) S 548 548 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123342233 14316269568 88913 18446744073709551615 4194304 4196468 140722060833360 140496736852576 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=565] ppid=548 vsize=13980732 memory=1380 CPUtime=0.96 cores=0,2,4,6
/proc/551/task/565/stat : 565 (java) S 548 548 8563 0 -1 1077944384 2169 0 0 0 45 51 0 0 20 0 15 0 123342237 14316269568 88913 18446744073709551615 4194304 4196468 140722060833360 140496735800112 140497266633346 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
Current children cumulated CPU time: 2509.59 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 357032 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2452.6 s]
/proc/loadavg: 1.83 1.74 1.64 3/211 833
/proc/meminfo: memFree=29234188/32770624 swapFree=67108860/67108860
[pid=548] ppid=544 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/548/stat : 548 (xcsp3-exec) S 544 548 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 123342217 9740288 345 18446744073709551615 4194304 5098028 140721208789168 140721208787272 139733782397564 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 11390976 140721208791416 140721208791621 140721208791621 140721208795115 0
/proc/548/statm: 2378 345 289 221 0 87 0
[pid=551] ppid=548 vsize=13980732 memory=348916 CPUtime=2520.06 cores=0,2,4,6
/proc/551/stat : 551 (java) S 548 548 8563 0 -1 1077944320 299689 0 0 0 251743 263 0 0 20 0 15 0 123342227 14316269568 87229 18446744073709551615 4194304 4196468 140722060833360 140722060815904 140497266622199 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
/proc/551/statm: 3495183 87229 3259 1 0 3483476 0
[pid=551/tid=552] ppid=548 vsize=13980732 memory=6944652177228980320 CPUtime=2430.8 cores=0,2,4,6
/proc/551/task/552/stat : 552 (java) R 548 548 8563 0 -1 4202560 66246 0 0 0 243064 16 0 0 20 0 15 0 123342227 14316269568 87229 18446744073709551615 4194304 4196468 140722060833360 140497270861840 140496862785372 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=553] ppid=548 vsize=13980732 memory=7956805424100234341 CPUtime=18.52 cores=0,2,4,6
/proc/551/task/553/stat : 553 (java) S 548 548 8563 0 -1 1077944384 24082 0 0 0 1807 45 0 0 20 0 15 0 123342228 14316269568 87229 18446744073709551615 4194304 4196468 140722060833360 140497186035984 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=554] ppid=548 vsize=13980732 memory=-7028383565733675155 CPUtime=18.45 cores=0,2,4,6
/proc/551/task/554/stat : 554 (java) S 548 548 8563 0 -1 1077944384 25206 0 0 0 1801 44 0 0 20 0 15 0 123342228 14316269568 87229 18446744073709551615 4194304 4196468 140722060833360 140497184983440 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=555] ppid=548 vsize=13980732 memory=7163931131298734422 CPUtime=18.5 cores=0,2,4,6
/proc/551/task/555/stat : 555 (java) S 548 548 8563 0 -1 1077944384 30637 0 0 0 1806 44 0 0 20 0 15 0 123342228 14316269568 87229 18446744073709551615 4194304 4196468 140722060833360 140497183930896 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=556] ppid=548 vsize=13980732 memory=7237117918878918760 CPUtime=18.47 cores=0,2,4,6
/proc/551/task/556/stat : 556 (java) S 548 548 8563 0 -1 1077944384 24687 0 0 0 1802 45 0 0 20 0 15 0 123342228 14316269568 87229 18446744073709551615 4194304 4196468 140722060833360 140497182878352 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=557] ppid=548 vsize=13980732 memory=7237117918878918760 CPUtime=1.98 cores=0,2,4,6
/proc/551/task/557/stat : 557 (java) S 548 548 8563 0 -1 1077944384 48115 0 0 0 174 24 0 0 20 0 15 0 123342229 14316269568 87229 18446744073709551615 4194304 4196468 140722060833360 140496744221168 140497266633346 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=558] ppid=548 vsize=13980732 memory=7237117918878918760 CPUtime=0 cores=0,2,4,6
/proc/551/task/558/stat : 558 (java) S 548 548 8563 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 123342230 14316269568 87229 18446744073709551615 4194304 4196468 140722060833360 140496743167456 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=559] ppid=548 vsize=13980732 memory=7237117918878918760 CPUtime=0 cores=0,2,4,6
/proc/551/task/559/stat : 559 (java) S 548 548 8563 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 123342230 14316269568 87229 18446744073709551615 4194304 4196468 140722060833360 140496742114816 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=560] ppid=548 vsize=13980732 memory=7161971801625486440 CPUtime=0 cores=0,2,4,6
/proc/551/task/560/stat : 560 (java) S 548 548 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123342232 14316269568 87229 18446744073709551615 4194304 4196468 140722060833360 140496741063376 140497266640795 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=561] ppid=548 vsize=13980732 memory=7667186330772071268 CPUtime=5.73 cores=0,2,4,6
/proc/551/task/561/stat : 561 (java) S 548 548 8563 0 -1 1077944384 30725 0 0 0 569 4 0 0 20 0 15 0 123342232 14316269568 87229 18446744073709551615 4194304 4196468 140722060833360 140496740009968 140497266633346 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=562] ppid=548 vsize=13980732 memory=7306646610788904300 CPUtime=5.62 cores=0,2,4,6
/proc/551/task/562/stat : 562 (java) S 548 548 8563 0 -1 1077944384 33157 0 0 0 559 3 0 0 20 0 15 0 123342232 14316269568 87229 18446744073709551615 4194304 4196468 140722060833360 140496738957424 140497266633346 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=563] ppid=548 vsize=13980732 memory=352576 CPUtime=0.94 cores=0,2,4,6
/proc/551/task/563/stat : 563 (java) S 548 548 8563 0 -1 1077944384 13304 0 0 0 91 3 0 0 20 0 15 0 123342232 14316269568 87229 18446744073709551615 4194304 4196468 140722060833360 140496737904880 140497266633346 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=564] ppid=548 vsize=13980732 memory=251172 CPUtime=0 cores=0,2,4,6
/proc/551/task/564/stat : 564 (java) S 548 548 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123342233 14316269568 87229 18446744073709551615 4194304 4196468 140722060833360 140496736852576 140497266632405 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
[pid=551/tid=565] ppid=548 vsize=13980732 memory=242266 CPUtime=0.97 cores=0,2,4,6
/proc/551/task/565/stat : 565 (java) S 548 548 8563 0 -1 1077944384 2171 0 0 0 46 51 0 0 20 0 15 0 123342237 14316269568 87229 18446744073709551615 4194304 4196468 140722060833360 140496735800112 140497266633346 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 16601088 140722060841393 140722060841569 140722060841569 140722060845007 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 350296 KiB

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

[startup+2452.61 s]
# the end of solver process 548 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.44 s, system=2.64559 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): 2452.61
CPU time (s): 2520.09
CPU user time (s): 2517.44
CPU system time (s): 2.64559
CPU usage (%): 102.751
Max. virtual memory (cumulated for all children) (KiB): 13992476
Max. memory (cumulated for all children) (KiB): 504948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.44
system time used= 2.64559
maximum resident set size= 525888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 300350
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 90406
involuntary context switches= 5041


# summary of solver processes directly reported to runsolver:
#   pid: 548
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2517.44
#   total CPU system time (s): 2.64559

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9898 second user time and 23.9974 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-20 08:26:09
IDJOB=4283430
IDBENCH=130614
IDSOLVER=2679
FILE ID=node125/4283430-1503211218
RUNJOBID= node125-1503171261-25500
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-08.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-4283430-1503211218/watcher-4283430-1503211218 -o /tmp/evaluation-result-4283430-1503211218/solver-4283430-1503211218 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503171261-25500 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1311346255 HOME/instance-4283430-1503211218.xml

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

MD5SUM BENCH= 8d41ef15b4a24b5ee65fe3e377737596
RANDOM SEED=1311346255

node125.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.07
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.07
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.07
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.07
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:        30443480 kB
MemAvailable:   31631436 kB
Buffers:          329236 kB
Cached:          1164972 kB
SwapCached:            0 kB
Active:          1196680 kB
Inactive:         690864 kB
Active(anon):     393476 kB
Inactive(anon):    49484 kB
Active(file):     803204 kB
Inactive(file):   641380 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8116 kB
Writeback:             4 kB
AnonPages:        393184 kB
Mapped:            75424 kB
Shmem:             49828 kB
Slab:             145204 kB
SReclaimable:     118412 kB
SUnreclaim:        26792 kB
KernelStack:        3440 kB
PageTables:         5948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     917232 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:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node125 at 2017-08-20 09:07:02