Trace number 4283431

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)7 2520.0901 2455.4099

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-09.xml
MD5SUM5a1f15825b762c0b5b9d8df1deed9cb9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark19973.1
Satisfiable
(Un)Satisfiability was proved
Number of variables104
Number of constraints103
Number of domains2
Minimum domain size2
Maximum domain size81
Distribution of domain sizes[{"size":2,"count":22},{"size":81,"count":82}]
Minimum variable degree2
Maximum variable degree22
Distribution of variable degrees[{"degree":2,"count":24},{"degree":3,"count":57},{"degree":4,"count":22},{"degree":22,"count":1}]
Minimum constraint arity2
Maximum constraint arity81
Distribution of constraint arities[{"arity":2,"count":80},{"arity":3,"count":22},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints102
Distribution of constraint types[{"type":"intension","count":102},{"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.07	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283431-1503212383.xml"  -tl '2520s' -p 1 -x 3
0.10/0.26	c [HOME/instance-4283431-1503212383.xml, -tl, 2520s, -p, 1, -x, 3]
0.30/0.32	c simple solver
0.30/0.39	c parse instance...
2.83/1.39	c solve instance...
269.73/255.87	o 10 
269.73/255.88	o 8 
512.00/491.75	o 7 
2520.07/2455.40	s SATISFIABLE
2520.07/2455.40	v <instantiation>
2520.07/2455.40	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] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] 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] b[18] b[19] b[20] b[21] </list>
2520.07/2455.40	v 	<values>38 4 11 0 19 2 9 20 3 10 21 28 39 32 43 50 31 38 27 46 57 64 45 56 63 74 67 78 71 52 35 42 53 70 77 58 75 68 79 60 49 66 73 54 65 72 55 36 47 40 33 26 7 14 25 8 15 22 29 18 1 12 5 16 23 6 13 24 17 34 41 30 37 48 59 76 69 80 61 44 51 62 0 1 0 0 0 1 1 0 0 1 0 0 1 0 0 0 0 1 1 0 0 0 </values>
2520.07/2455.40	v </instantiation>
2520.07/2455.40	c Unexpected resolution interruption!

Verifier Data

OK	7

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283431-1503212383/watcher-4283431-1503212383 -o /tmp/evaluation-result-4283431-1503212383/solver-4283431-1503212383 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node130-1503172050-30419 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1181679006 HOME/instance-4283431-1503212383.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=5330, runsolver pid=5327
Current StackSize limit: 8192 KiB


[startup+0.100598 s]*
/proc/loadavg: 1.39 1.43 1.49 3/202 5337
/proc/meminfo: memFree=31149280/32770624 swapFree=67108860/67108860
[pid=5330] ppid=5327 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/5330/stat : 5330 (xcsp3-exec) S 5327 5330 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 19646297 9740288 344 18446744073709551615 4194304 5098028 140733497584480 140733497582584 139685168607868 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 19435520 140733497586041 140733497586246 140733497586246 140733497589739 0
/proc/5330/statm: 2378 344 289 221 0 87 0
[pid=5332] ppid=5330 vsize=13507920 memory=18004 CPUtime=0.01 cores=0,2,4,6
/proc/5332/stat : 5332 (java) S 5330 5330 15523 0 -1 1077944320 3799 0 0 0 1 0 0 0 20 0 8 0 19646305 13832110080 4501 18446744073709551615 4194304 4196468 140727589314832 140727589297376 140687416647415 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
/proc/5332/statm: 3376980 4501 2037 1 0 3366477 0
[pid=5332/tid=5333] ppid=5330 vsize=13574484 memory=1404226546353086858 CPUtime=0.01 cores=0,2,4,6
/proc/5332/task/5333/stat : 5333 (java) R 5330 5330 15523 0 -1 4202560 2559 0 0 0 1 0 0 0 20 0 9 0 19646305 13900271616 4556 18446744073709551615 4194304 4196468 140727589314832 140687420888208 140687382044320 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5334] ppid=5330 vsize=13574484 memory=3691042058319900680 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5334/stat : 5334 (java) S 5330 5330 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 19646306 13900271616 4556 18446744073709551615 4194304 4196468 140727589314832 140687016729232 140687416657621 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5335] ppid=5330 vsize=13574484 memory=140647347435136 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5335/stat : 5335 (java) S 5330 5330 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 19646306 13900271616 4556 18446744073709551615 4194304 4196468 140727589314832 140687015676432 140687416657621 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5336] ppid=5330 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5336/stat : 5336 (java) S 5330 5330 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 19646306 13900271616 4556 18446744073709551615 4194304 4196468 140727589314832 140687014623632 140687416657621 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5337] ppid=5330 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5337/stat : 5337 (java) S 5330 5330 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 19646306 13900271616 4556 18446744073709551615 4194304 4196468 140727589314832 140687013570832 140687416657621 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5338] ppid=5330 vsize=13574484 memory=140647347435136 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5338/stat : 5338 (java) S 5330 5330 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 19646307 13900271616 4556 18446744073709551615 4194304 4196468 140727589314832 140686333397872 140687416658562 0 0 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5339] ppid=5330 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5339/stat : 5339 (java) S 5330 5330 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 19646308 13900271616 4556 18446744073709551615 4194304 4196468 140727589314832 140686332343840 140687416657621 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5340] ppid=5330 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5340/stat : 5340 (java) S 5330 5330 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 19646308 13900271616 4556 18446744073709551615 4194304 4196468 140727589314832 140686331291056 140687416657621 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13517432 KiB
Current children cumulated memory: 19380 KiB

[startup+0.212623 s]*
/proc/loadavg: 1.39 1.43 1.49 5/211 5346
/proc/meminfo: memFree=31140292/32770624 swapFree=67108860/67108860
[pid=5330] ppid=5327 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/5330/stat : 5330 (xcsp3-exec) S 5327 5330 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 19646297 9740288 344 18446744073709551615 4194304 5098028 140733497584480 140733497582584 139685168607868 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 19435520 140733497586041 140733497586246 140733497586246 140733497589739 0
/proc/5330/statm: 2378 344 289 221 0 87 0
[pid=5332] ppid=5330 vsize=13974352 memory=26876 CPUtime=0.1 cores=0,2,4,6
/proc/5332/stat : 5332 (java) S 5330 5330 15523 0 -1 1077944320 5175 0 0 0 9 1 0 0 20 0 15 0 19646305 14309736448 6719 18446744073709551615 4194304 4196468 140727589314832 140727589297376 140687416647415 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
/proc/5332/statm: 3493588 6719 2752 1 0 3482964 0
[pid=5332/tid=5333] ppid=5330 vsize=13974352 memory=7022364594140610616 CPUtime=0.08 cores=0,2,4,6
/proc/5332/task/5333/stat : 5333 (java) R 5330 5330 15523 0 -1 4202560 3332 0 0 0 7 1 0 0 20 0 15 0 19646305 14309736448 6851 18446744073709551615 4194304 4196468 140727589314832 140687420872144 140687416669341 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5334] ppid=5330 vsize=13974352 memory=4294976238 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5334/stat : 5334 (java) S 5330 5330 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19646306 14309736448 6851 18446744073709551615 4194304 4196468 140727589314832 140687016729232 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5335] ppid=5330 vsize=13974352 memory=140647347649364 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5335/stat : 5335 (java) S 5330 5330 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19646306 14309736448 6917 18446744073709551615 4194304 4196468 140727589314832 140687015676432 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5336] ppid=5330 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5336/stat : 5336 (java) S 5330 5330 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19646306 14309736448 6917 18446744073709551615 4194304 4196468 140727589314832 140687014623632 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5337] ppid=5330 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5337/stat : 5337 (java) S 5330 5330 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19646306 14309736448 6917 18446744073709551615 4194304 4196468 140727589314832 140687013570832 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5338] ppid=5330 vsize=13974352 memory=140647347435136 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5338/stat : 5338 (java) S 5330 5330 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19646307 14309736448 6917 18446744073709551615 4194304 4196468 140727589314832 140686333397872 140687416658562 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5339] ppid=5330 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5339/stat : 5339 (java) S 5330 5330 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 19646308 14309736448 6917 18446744073709551615 4194304 4196468 140727589314832 140686332343840 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5340] ppid=5330 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5340/stat : 5340 (java) S 5330 5330 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 19646308 14309736448 6917 18446744073709551615 4194304 4196468 140727589314832 140686331290992 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5341] ppid=5330 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5341/stat : 5341 (java) S 5330 5330 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19646310 14309736448 6917 18446744073709551615 4194304 4196468 140727589314832 140686330239312 140687416666011 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5342] ppid=5330 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5342/stat : 5342 (java) R 5330 5330 15523 0 -1 4202560 420 0 0 0 0 0 0 0 20 0 15 0 19646311 14309736448 6917 18446744073709551615 4194304 4196468 140727589314832 140686329186672 140687394587680 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5343] ppid=5330 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5343/stat : 5343 (java) S 5330 5330 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19646311 14309736448 6917 18446744073709551615 4194304 4196468 140727589314832 140686328133872 140687416658562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5344] ppid=5330 vsize=13974352 memory=140647347435136 CPUtime=0.01 cores=0,2,4,6
/proc/5332/task/5344/stat : 5344 (java) S 5330 5330 15523 0 -1 1077944384 243 0 0 0 1 0 0 0 20 0 15 0 19646311 14309736448 6917 18446744073709551615 4194304 4196468 140727589314832 140686327081072 140687416658562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5345] ppid=5330 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5345/stat : 5345 (java) S 5330 5330 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19646311 14309736448 6917 18446744073709551615 4194304 4196468 140727589314832 140686326028512 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5346] ppid=5330 vsize=13974352 memory=140647347435136 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5346/stat : 5346 (java) S 5330 5330 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19646316 14309736448 6917 18446744073709551615 4194304 4196468 140727589314832 140686324976816 140687416658562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28252 KiB

[startup+0.310225 s]*
/proc/loadavg: 1.39 1.43 1.49 4/211 5346
/proc/meminfo: memFree=31129408/32770624 swapFree=67108860/67108860
[pid=5330] ppid=5327 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/5330/stat : 5330 (xcsp3-exec) S 5327 5330 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 19646297 9740288 344 18446744073709551615 4194304 5098028 140733497584480 140733497582584 139685168607868 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 19435520 140733497586041 140733497586246 140733497586246 140733497589739 0
/proc/5330/statm: 2378 344 289 221 0 87 0
[pid=5332] ppid=5330 vsize=13974352 memory=39444 CPUtime=0.3 cores=0,2,4,6
/proc/5332/stat : 5332 (java) S 5330 5330 15523 0 -1 1077944320 8996 0 0 0 27 3 0 0 20 0 15 0 19646305 14309736448 9861 18446744073709551615 4194304 4196468 140727589314832 140727589297376 140687416647415 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
/proc/5332/statm: 3493588 9861 3008 1 0 3482964 0
[pid=5332/tid=5333] ppid=5330 vsize=13974352 memory=6933928925625698159 CPUtime=0.18 cores=0,2,4,6
/proc/5332/task/5333/stat : 5333 (java) R 5330 5330 15523 0 -1 4202560 6237 0 0 0 16 2 0 0 20 0 15 0 19646305 14309736448 9915 18446744073709551615 4194304 4196468 140727589314832 140687420865504 140687416669341 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5334] ppid=5330 vsize=13974352 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5334/stat : 5334 (java) S 5330 5330 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19646306 14309736448 9915 18446744073709551615 4194304 4196468 140727589314832 140687016729232 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5335] ppid=5330 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5335/stat : 5335 (java) S 5330 5330 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19646306 14309736448 9915 18446744073709551615 4194304 4196468 140727589314832 140687015676432 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5336] ppid=5330 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5336/stat : 5336 (java) S 5330 5330 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19646306 14309736448 9915 18446744073709551615 4194304 4196468 140727589314832 140687014623632 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5337] ppid=5330 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5337/stat : 5337 (java) S 5330 5330 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19646306 14309736448 9915 18446744073709551615 4194304 4196468 140727589314832 140687013570832 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5338] ppid=5330 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5338/stat : 5338 (java) S 5330 5330 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19646307 14309736448 9915 18446744073709551615 4194304 4196468 140727589314832 140686333397872 140687416658562 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5339] ppid=5330 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5339/stat : 5339 (java) S 5330 5330 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 19646308 14309736448 9915 18446744073709551615 4194304 4196468 140727589314832 140686332343840 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5340] ppid=5330 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5340/stat : 5340 (java) S 5330 5330 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 19646308 14309736448 9915 18446744073709551615 4194304 4196468 140727589314832 140686331290992 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5341] ppid=5330 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5341/stat : 5341 (java) S 5330 5330 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19646310 14309736448 9915 18446744073709551615 4194304 4196468 140727589314832 140686330239312 140687416666011 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5342] ppid=5330 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5332/task/5342/stat : 5342 (java) R 5330 5330 15523 0 -1 4202560 626 0 0 0 2 0 0 0 20 0 15 0 19646311 14309736448 9915 18446744073709551615 4194304 4196468 140727589314832 140686329186672 140687408884542 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5343] ppid=5330 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/5332/task/5343/stat : 5343 (java) S 5330 5330 15523 0 -1 1077944384 243 0 0 0 1 0 0 0 20 0 15 0 19646311 14309736448 9915 18446744073709551615 4194304 4196468 140727589314832 140686328133872 140687416658562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5344] ppid=5330 vsize=13974352 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/5332/task/5344/stat : 5344 (java) R 5330 5330 15523 0 -1 1077944384 711 0 0 0 6 0 0 0 20 0 15 0 19646311 14309736448 9915 18446744073709551615 4194304 4196468 140727589314832 140686327081072 140687416658562 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5345] ppid=5330 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5345/stat : 5345 (java) S 5330 5330 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19646311 14309736448 9915 18446744073709551615 4194304 4196468 140727589314832 140686326028512 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5346] ppid=5330 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5346/stat : 5346 (java) S 5330 5330 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19646316 14309736448 9915 18446744073709551615 4194304 4196468 140727589314832 140686324976816 140687416658562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 40820 KiB

[startup+0.701604 s]
/proc/loadavg: 1.39 1.43 1.49 3/211 5346
/proc/meminfo: memFree=31116600/32770624 swapFree=67108860/67108860
[pid=5330] ppid=5327 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/5330/stat : 5330 (xcsp3-exec) S 5327 5330 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 19646297 9740288 344 18446744073709551615 4194304 5098028 140733497584480 140733497582584 139685168607868 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 19435520 140733497586041 140733497586246 140733497586246 140733497589739 0
/proc/5330/statm: 2378 344 289 221 0 87 0
[pid=5332] ppid=5330 vsize=13980732 memory=74680 CPUtime=1.22 cores=0,2,4,6
/proc/5332/stat : 5332 (java) S 5330 5330 15523 0 -1 1077944320 16338 0 0 0 116 6 0 0 20 0 15 0 19646305 14316269568 18670 18446744073709551615 4194304 4196468 140727589314832 140727589297376 140687416647415 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
/proc/5332/statm: 3495183 18670 3170 1 0 3483476 0
[pid=5332/tid=5333] ppid=5330 vsize=13980732 memory=0 CPUtime=0.56 cores=0,2,4,6
/proc/5332/task/5333/stat : 5333 (java) R 5330 5330 15523 0 -1 4202560 8393 0 0 0 52 4 0 0 20 0 15 0 19646305 14316269568 18670 18446744073709551615 4194304 4196468 140727589314832 140687420880880 140687042106112 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5334] ppid=5330 vsize=13980732 memory=671 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5334/stat : 5334 (java) S 5330 5330 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19646306 14316269568 18670 18446744073709551615 4194304 4196468 140727589314832 140687016729232 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5335] ppid=5330 vsize=13980732 memory=123 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5335/stat : 5335 (java) S 5330 5330 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19646306 14316269568 18670 18446744073709551615 4194304 4196468 140727589314832 140687015676432 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5336] ppid=5330 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5336/stat : 5336 (java) S 5330 5330 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19646306 14316269568 18670 18446744073709551615 4194304 4196468 140727589314832 140687014623632 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5337] ppid=5330 vsize=13980732 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5337/stat : 5337 (java) S 5330 5330 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19646306 14316269568 18670 18446744073709551615 4194304 4196468 140727589314832 140687013570832 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5338] ppid=5330 vsize=13980732 memory=6628 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5338/stat : 5338 (java) S 5330 5330 15523 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 19646307 14316269568 18670 18446744073709551615 4194304 4196468 140727589314832 140686333397872 140687416658562 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5339] ppid=5330 vsize=13980732 memory=8836 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5339/stat : 5339 (java) S 5330 5330 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 19646308 14316269568 18670 18446744073709551615 4194304 4196468 140727589314832 140686332343840 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5340] ppid=5330 vsize=13980732 memory=11044 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5340/stat : 5340 (java) S 5330 5330 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 19646308 14316269568 18670 18446744073709551615 4194304 4196468 140727589314832 140686331290992 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5341] ppid=5330 vsize=13980732 memory=13252 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5341/stat : 5341 (java) S 5330 5330 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19646310 14316269568 18670 18446744073709551615 4194304 4196468 140727589314832 140686330239312 140687416666011 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5342] ppid=5330 vsize=13980732 memory=15460 CPUtime=0.21 cores=0,2,4,6
/proc/5332/task/5342/stat : 5342 (java) R 5330 5330 15523 0 -1 4202560 2973 0 0 0 21 0 0 0 20 0 15 0 19646311 14316269568 18670 18446744073709551615 4194304 4196468 140727589314832 140686329168408 140687400133427 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5343] ppid=5330 vsize=13980732 memory=17668 CPUtime=0.19 cores=0,2,4,6
/proc/5332/task/5343/stat : 5343 (java) R 5330 5330 15523 0 -1 4202560 1974 0 0 0 19 0 0 0 20 0 15 0 19646311 14316269568 18670 18446744073709551615 4194304 4196468 140727589314832 140686328119624 140687400550570 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5344] ppid=5330 vsize=13980732 memory=19876 CPUtime=0.23 cores=0,2,4,6
/proc/5332/task/5344/stat : 5344 (java) S 5330 5330 15523 0 -1 1077944384 1691 0 0 0 23 0 0 0 20 0 15 0 19646311 14316269568 18670 18446744073709551615 4194304 4196468 140727589314832 140686327081072 140687416658562 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5345] ppid=5330 vsize=13980732 memory=22084 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5345/stat : 5345 (java) S 5330 5330 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19646311 14316269568 18670 18446744073709551615 4194304 4196468 140727589314832 140686326028512 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5346] ppid=5330 vsize=13980732 memory=24292 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5346/stat : 5346 (java) S 5330 5330 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19646316 14316269568 18670 18446744073709551615 4194304 4196468 140727589314832 140686324976816 140687416658562 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 76056 KiB

[startup+1.50161 s]
/proc/loadavg: 1.39 1.43 1.49 5/211 5346
/proc/meminfo: memFree=31056968/32770624 swapFree=67108860/67108860
[pid=5330] ppid=5327 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/5330/stat : 5330 (xcsp3-exec) S 5327 5330 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 19646297 9740288 344 18446744073709551615 4194304 5098028 140733497584480 140733497582584 139685168607868 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 19435520 140733497586041 140733497586246 140733497586246 140733497589739 0
/proc/5330/statm: 2378 344 289 221 0 87 0
[pid=5332] ppid=5330 vsize=13980732 memory=128852 CPUtime=3.28 cores=0,2,4,6
/proc/5332/stat : 5332 (java) S 5330 5330 15523 0 -1 1077944320 30430 0 0 0 320 8 0 0 20 0 15 0 19646305 14316269568 32213 18446744073709551615 4194304 4196468 140727589314832 140727589297376 140687416647415 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
/proc/5332/statm: 3495183 32213 3184 1 0 3483476 0
[pid=5332/tid=5333] ppid=5330 vsize=13980732 memory=0 CPUtime=1.35 cores=0,2,4,6
/proc/5332/task/5333/stat : 5333 (java) R 5330 5330 15523 0 -1 4202560 9755 0 0 0 131 4 0 0 20 0 15 0 19646305 14316269568 32213 18446744073709551615 4194304 4196468 140727589314832 140687420885152 140687416668762 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5334] ppid=5330 vsize=13980732 memory=7596559171381390191 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5334/stat : 5334 (java) S 5330 5330 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19646306 14316269568 32213 18446744073709551615 4194304 4196468 140727589314832 140687016729232 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5335] ppid=5330 vsize=13980732 memory=6440519447014887504 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5335/stat : 5335 (java) S 5330 5330 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19646306 14316269568 32213 18446744073709551615 4194304 4196468 140727589314832 140687015676432 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5336] ppid=5330 vsize=13980732 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5336/stat : 5336 (java) S 5330 5330 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19646306 14316269568 32213 18446744073709551615 4194304 4196468 140727589314832 140687014623632 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5337] ppid=5330 vsize=13980732 memory=112 CPUtime=0 cores=0,2,4,6

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

/proc/5332/task/5340/stat : 5340 (java) S 5330 5330 15523 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 19646308 14316269568 87178 18446744073709551615 4194304 4196468 140727589314832 140686331291008 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5341] ppid=5330 vsize=13980732 memory=350764 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5341/stat : 5341 (java) S 5330 5330 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19646310 14316269568 87178 18446744073709551615 4194304 4196468 140727589314832 140686330239312 140687416666011 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5342] ppid=5330 vsize=13980732 memory=1376 CPUtime=5.63 cores=0,2,4,6
/proc/5332/task/5342/stat : 5342 (java) S 5330 5330 15523 0 -1 1077944384 30740 0 0 0 559 4 0 0 20 0 15 0 19646311 14316269568 87178 18446744073709551615 4194304 4196468 140727589314832 140686329186672 140687416658562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5343] ppid=5330 vsize=13980732 memory=349736 CPUtime=5.2 cores=0,2,4,6
/proc/5332/task/5343/stat : 5343 (java) S 5330 5330 15523 0 -1 1077944384 28013 0 0 0 516 4 0 0 20 0 15 0 19646311 14316269568 87178 18446744073709551615 4194304 4196468 140727589314832 140686328133872 140687416658562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5344] ppid=5330 vsize=13980732 memory=1376 CPUtime=0.92 cores=0,2,4,6
/proc/5332/task/5344/stat : 5344 (java) S 5330 5330 15523 0 -1 1077944384 13205 0 0 0 90 2 0 0 20 0 15 0 19646311 14316269568 87178 18446744073709551615 4194304 4196468 140727589314832 140686327081072 140687416658562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5345] ppid=5330 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5345/stat : 5345 (java) S 5330 5330 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19646311 14316269568 87178 18446744073709551615 4194304 4196468 140727589314832 140686326028512 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5346] ppid=5330 vsize=13980732 memory=349736 CPUtime=1.03 cores=0,2,4,6
/proc/5332/task/5346/stat : 5346 (java) S 5330 5330 15523 0 -1 1077944384 2059 0 0 0 48 55 0 0 20 0 15 0 19646316 14316269568 87178 18446744073709551615 4194304 4196468 140727589314832 140686324976816 140687416658562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
Current children cumulated CPU time: 2383.82 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 350088 KiB

[startup+2382.3 s]
/proc/loadavg: 1.63 1.77 1.67 3/212 5587
/proc/meminfo: memFree=26585604/32770624 swapFree=67108860/67108860
[pid=5330] ppid=5327 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/5330/stat : 5330 (xcsp3-exec) S 5327 5330 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 19646297 9740288 344 18446744073709551615 4194304 5098028 140733497584480 140733497582584 139685168607868 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 19435520 140733497586041 140733497586246 140733497586246 140733497589739 0
/proc/5330/statm: 2378 344 289 221 0 87 0
[pid=5332] ppid=5330 vsize=13980732 memory=316908 CPUtime=2445.09 cores=0,2,4,6
/proc/5332/stat : 5332 (java) S 5330 5330 15523 0 -1 1077944320 257638 0 0 0 244214 295 0 0 20 0 15 0 19646305 14316269568 79227 18446744073709551615 4194304 4196468 140727589314832 140727589297376 140687416647415 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
/proc/5332/statm: 3495183 79227 3260 1 0 3483476 0
[pid=5332/tid=5333] ppid=5330 vsize=13980732 memory=321596 CPUtime=2362.28 cores=0,2,4,6
/proc/5332/task/5333/stat : 5333 (java) R 5330 5330 15523 0 -1 4202560 55749 0 0 0 236214 14 0 0 20 0 15 0 19646305 14316269568 79227 18446744073709551615 4194304 4196468 140727589314832 140687420886256 140687043859987 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5334] ppid=5330 vsize=13980732 memory=315444 CPUtime=16.99 cores=0,2,4,6
/proc/5332/task/5334/stat : 5334 (java) S 5330 5330 15523 0 -1 1077944384 20973 0 0 0 1647 52 0 0 20 0 15 0 19646306 14316269568 79227 18446744073709551615 4194304 4196468 140727589314832 140687016729232 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5335] ppid=5330 vsize=13980732 memory=313904 CPUtime=16.98 cores=0,2,4,6
/proc/5332/task/5335/stat : 5335 (java) S 5330 5330 15523 0 -1 1077944384 20302 0 0 0 1646 52 0 0 20 0 15 0 19646306 14316269568 79227 18446744073709551615 4194304 4196468 140727589314832 140687015676432 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5336] ppid=5330 vsize=13980732 memory=316908 CPUtime=16.97 cores=0,2,4,6
/proc/5332/task/5336/stat : 5336 (java) S 5330 5330 15523 0 -1 1077944384 19763 0 0 0 1647 50 0 0 20 0 15 0 19646306 14316269568 79227 18446744073709551615 4194304 4196468 140727589314832 140687014623632 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5337] ppid=5330 vsize=13980732 memory=316908 CPUtime=16.99 cores=0,2,4,6
/proc/5332/task/5337/stat : 5337 (java) S 5330 5330 15523 0 -1 1077944384 20206 0 0 0 1648 51 0 0 20 0 15 0 19646306 14316269568 79227 18446744073709551615 4194304 4196468 140727589314832 140687013570832 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5338] ppid=5330 vsize=13980732 memory=315444 CPUtime=1.96 cores=0,2,4,6
/proc/5332/task/5338/stat : 5338 (java) S 5330 5330 15523 0 -1 1077944384 45246 0 0 0 170 26 0 0 20 0 15 0 19646307 14316269568 79227 18446744073709551615 4194304 4196468 140727589314832 140686333397872 140687416658562 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5339] ppid=5330 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5339/stat : 5339 (java) S 5330 5330 15523 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 19646308 14316269568 79227 18446744073709551615 4194304 4196468 140727589314832 140686332343904 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5340] ppid=5330 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5340/stat : 5340 (java) S 5330 5330 15523 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 19646308 14316269568 79227 18446744073709551615 4194304 4196468 140727589314832 140686331291008 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5341] ppid=5330 vsize=13980732 memory=314416 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5341/stat : 5341 (java) S 5330 5330 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19646310 14316269568 79227 18446744073709551615 4194304 4196468 140727589314832 140686330239312 140687416666011 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5342] ppid=5330 vsize=13980732 memory=1376 CPUtime=5.63 cores=0,2,4,6
/proc/5332/task/5342/stat : 5342 (java) S 5330 5330 15523 0 -1 1077944384 30742 0 0 0 559 4 0 0 20 0 15 0 19646311 14316269568 79227 18446744073709551615 4194304 4196468 140727589314832 140686329186672 140687416658562 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5343] ppid=5330 vsize=13980732 memory=4068 CPUtime=5.2 cores=0,2,4,6
/proc/5332/task/5343/stat : 5343 (java) S 5330 5330 15523 0 -1 1077944384 28015 0 0 0 516 4 0 0 20 0 15 0 19646311 14316269568 79227 18446744073709551615 4194304 4196468 140727589314832 140686328133872 140687416658562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5344] ppid=5330 vsize=13980732 memory=1160 CPUtime=0.92 cores=0,2,4,6
/proc/5332/task/5344/stat : 5344 (java) S 5330 5330 15523 0 -1 1077944384 13207 0 0 0 90 2 0 0 20 0 15 0 19646311 14316269568 79227 18446744073709551615 4194304 4196468 140727589314832 140686327081072 140687416658562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5345] ppid=5330 vsize=13980732 memory=313904 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5345/stat : 5345 (java) S 5330 5330 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19646311 14316269568 79227 18446744073709551615 4194304 4196468 140727589314832 140686326028512 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5346] ppid=5330 vsize=13980732 memory=4124 CPUtime=1.05 cores=0,2,4,6
/proc/5332/task/5346/stat : 5346 (java) S 5330 5330 15523 0 -1 1077944384 2065 0 0 0 49 56 0 0 20 0 15 0 19646316 14316269568 79227 18446744073709551615 4194304 4196468 140727589314832 140686324976816 140687416658562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
Current children cumulated CPU time: 2445.09 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 318284 KiB

[startup+2442.3 s]
/proc/loadavg: 1.51 1.72 1.66 3/212 5589
/proc/meminfo: memFree=26562580/32770624 swapFree=67108860/67108860
[pid=5330] ppid=5327 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/5330/stat : 5330 (xcsp3-exec) S 5327 5330 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 19646297 9740288 344 18446744073709551615 4194304 5098028 140733497584480 140733497582584 139685168607868 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 19435520 140733497586041 140733497586246 140733497586246 140733497589739 0
/proc/5330/statm: 2378 344 289 221 0 87 0
[pid=5332] ppid=5330 vsize=13980732 memory=331584 CPUtime=2506.6 cores=0,2,4,6
/proc/5332/stat : 5332 (java) S 5330 5330 15523 0 -1 1077944320 262567 0 0 0 250357 303 0 0 20 0 15 0 19646305 14316269568 82896 18446744073709551615 4194304 4196468 140727589314832 140727589297376 140687416647415 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
/proc/5332/statm: 3495183 82896 3260 1 0 3483476 0
[pid=5332/tid=5333] ppid=5330 vsize=13980732 memory=331584 CPUtime=2421.71 cores=0,2,4,6
/proc/5332/task/5333/stat : 5333 (java) R 5330 5330 15523 0 -1 4202560 56636 0 0 0 242156 15 0 0 20 0 15 0 19646305 14316269568 82896 18446744073709551615 4194304 4196468 140727589314832 140687420886368 140687046371361 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5334] ppid=5330 vsize=13980732 memory=324356 CPUtime=17.48 cores=0,2,4,6
/proc/5332/task/5334/stat : 5334 (java) S 5330 5330 15523 0 -1 1077944384 21951 0 0 0 1696 52 0 0 20 0 15 0 19646306 14316269568 82896 18446744073709551615 4194304 4196468 140727589314832 140687016729232 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5335] ppid=5330 vsize=13980732 memory=331584 CPUtime=17.48 cores=0,2,4,6
/proc/5332/task/5335/stat : 5335 (java) S 5330 5330 15523 0 -1 1077944384 21030 0 0 0 1695 53 0 0 20 0 15 0 19646306 14316269568 82896 18446744073709551615 4194304 4196468 140727589314832 140687015676432 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5336] ppid=5330 vsize=13980732 memory=1376 CPUtime=17.48 cores=0,2,4,6
/proc/5332/task/5336/stat : 5336 (java) S 5330 5330 15523 0 -1 1077944384 20448 0 0 0 1696 52 0 0 20 0 15 0 19646306 14316269568 82896 18446744073709551615 4194304 4196468 140727589314832 140687014623632 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5337] ppid=5330 vsize=13980732 memory=0 CPUtime=17.5 cores=0,2,4,6
/proc/5332/task/5337/stat : 5337 (java) S 5330 5330 15523 0 -1 1077944384 21043 0 0 0 1697 53 0 0 20 0 15 0 19646306 14316269568 82896 18446744073709551615 4194304 4196468 140727589314832 140687013570832 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5338] ppid=5330 vsize=13980732 memory=336716 CPUtime=2.02 cores=0,2,4,6
/proc/5332/task/5338/stat : 5338 (java) S 5330 5330 15523 0 -1 1077944384 46039 0 0 0 175 27 0 0 20 0 15 0 19646307 14316269568 82896 18446744073709551615 4194304 4196468 140727589314832 140686333397872 140687416658562 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5339] ppid=5330 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5339/stat : 5339 (java) S 5330 5330 15523 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 19646308 14316269568 82896 18446744073709551615 4194304 4196468 140727589314832 140686332343904 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5340] ppid=5330 vsize=13980732 memory=336716 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5340/stat : 5340 (java) S 5330 5330 15523 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 19646308 14316269568 82896 18446744073709551615 4194304 4196468 140727589314832 140686331291008 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5341] ppid=5330 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5341/stat : 5341 (java) S 5330 5330 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19646310 14316269568 82896 18446744073709551615 4194304 4196468 140727589314832 140686330239312 140687416666011 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5342] ppid=5330 vsize=13980732 memory=4124 CPUtime=5.63 cores=0,2,4,6
/proc/5332/task/5342/stat : 5342 (java) S 5330 5330 15523 0 -1 1077944384 30744 0 0 0 559 4 0 0 20 0 15 0 19646311 14316269568 82896 18446744073709551615 4194304 4196468 140727589314832 140686329186672 140687416658562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 14 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5343] ppid=5330 vsize=13980732 memory=14008 CPUtime=5.2 cores=0,2,4,6
/proc/5332/task/5343/stat : 5343 (java) S 5330 5330 15523 0 -1 1077944384 28017 0 0 0 516 4 0 0 20 0 15 0 19646311 14316269568 82896 18446744073709551615 4194304 4196468 140727589314832 140686328133872 140687416658562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5344] ppid=5330 vsize=13980732 memory=332612 CPUtime=0.92 cores=0,2,4,6
/proc/5332/task/5344/stat : 5344 (java) S 5330 5330 15523 0 -1 1077944384 13209 0 0 0 90 2 0 0 20 0 15 0 19646311 14316269568 82896 18446744073709551615 4194304 4196468 140727589314832 140686327081072 140687416658562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5345] ppid=5330 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5345/stat : 5345 (java) S 5330 5330 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19646311 14316269568 82896 18446744073709551615 4194304 4196468 140727589314832 140686326028512 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5346] ppid=5330 vsize=13980732 memory=1376 CPUtime=1.08 cores=0,2,4,6
/proc/5332/task/5346/stat : 5346 (java) S 5330 5330 15523 0 -1 1077944384 2080 0 0 0 50 58 0 0 20 0 15 0 19646316 14316269568 82896 18446744073709551615 4194304 4196468 140727589314832 140686324976816 140687416658562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
Current children cumulated CPU time: 2506.6 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 332960 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2455.4 s]
/proc/loadavg: 1.58 1.73 1.67 3/212 5590
/proc/meminfo: memFree=26569736/32770624 swapFree=67108860/67108860
[pid=5330] ppid=5327 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/5330/stat : 5330 (xcsp3-exec) S 5327 5330 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 19646297 9740288 344 18446744073709551615 4194304 5098028 140733497584480 140733497582584 139685168607868 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 19435520 140733497586041 140733497586246 140733497586246 140733497589739 0
/proc/5330/statm: 2378 344 289 221 0 87 0
[pid=5332] ppid=5330 vsize=13980732 memory=323384 CPUtime=2520.07 cores=0,2,4,6
/proc/5332/stat : 5332 (java) S 5330 5330 15523 0 -1 1077944320 262711 0 0 0 251704 303 0 0 20 0 15 0 19646305 14316269568 80846 18446744073709551615 4194304 4196468 140727589314832 140727589297376 140687416647415 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
/proc/5332/statm: 3495183 80846 3260 1 0 3483476 0
[pid=5332/tid=5333] ppid=5330 vsize=13980732 memory=792 CPUtime=2434.67 cores=0,2,4,6
/proc/5332/task/5333/stat : 5333 (java) R 5330 5330 15523 0 -1 4202560 56651 0 0 0 243452 15 0 0 20 0 15 0 19646305 14316269568 80846 18446744073709551615 4194304 4196468 140727589314832 140687420886768 140687043958515 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5334] ppid=5330 vsize=13980732 memory=5412 CPUtime=17.6 cores=0,2,4,6
/proc/5332/task/5334/stat : 5334 (java) S 5330 5330 15523 0 -1 1077944384 21951 0 0 0 1708 52 0 0 20 0 15 0 19646306 14316269568 80846 18446744073709551615 4194304 4196468 140727589314832 140687016729232 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5335] ppid=5330 vsize=13980732 memory=4612 CPUtime=17.61 cores=0,2,4,6
/proc/5332/task/5335/stat : 5335 (java) S 5330 5330 15523 0 -1 1077944384 21030 0 0 0 1708 53 0 0 20 0 15 0 19646306 14316269568 80846 18446744073709551615 4194304 4196468 140727589314832 140687015676432 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5336] ppid=5330 vsize=13980732 memory=1200 CPUtime=17.6 cores=0,2,4,6
/proc/5332/task/5336/stat : 5336 (java) S 5330 5330 15523 0 -1 1077944384 20448 0 0 0 1708 52 0 0 20 0 15 0 19646306 14316269568 80846 18446744073709551615 4194304 4196468 140727589314832 140687014623632 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5337] ppid=5330 vsize=13980732 memory=15872 CPUtime=17.62 cores=0,2,4,6
/proc/5332/task/5337/stat : 5337 (java) S 5330 5330 15523 0 -1 1077944384 21051 0 0 0 1709 53 0 0 20 0 15 0 19646306 14316269568 80846 18446744073709551615 4194304 4196468 140727589314832 140687013570832 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5338] ppid=5330 vsize=13980732 memory=18448 CPUtime=2.04 cores=0,2,4,6
/proc/5332/task/5338/stat : 5338 (java) S 5330 5330 15523 0 -1 1077944384 46160 0 0 0 177 27 0 0 20 0 15 0 19646307 14316269568 80846 18446744073709551615 4194304 4196468 140727589314832 140686333397872 140687416658562 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5339] ppid=5330 vsize=13980732 memory=4012 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5339/stat : 5339 (java) S 5330 5330 15523 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 19646308 14316269568 80846 18446744073709551615 4194304 4196468 140727589314832 140686332343904 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5340] ppid=5330 vsize=13980732 memory=9564 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5340/stat : 5340 (java) S 5330 5330 15523 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 19646308 14316269568 80846 18446744073709551615 4194304 4196468 140727589314832 140686331291008 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5341] ppid=5330 vsize=13980732 memory=1244 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5341/stat : 5341 (java) S 5330 5330 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19646310 14316269568 80846 18446744073709551615 4194304 4196468 140727589314832 140686330239312 140687416666011 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5342] ppid=5330 vsize=13980732 memory=644 CPUtime=5.63 cores=0,2,4,6
/proc/5332/task/5342/stat : 5342 (java) S 5330 5330 15523 0 -1 1077944384 30744 0 0 0 559 4 0 0 20 0 15 0 19646311 14316269568 80846 18446744073709551615 4194304 4196468 140727589314832 140686329186672 140687416658562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 14 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5343] ppid=5330 vsize=13980732 memory=1792 CPUtime=5.2 cores=0,2,4,6
/proc/5332/task/5343/stat : 5343 (java) S 5330 5330 15523 0 -1 1077944384 28017 0 0 0 516 4 0 0 20 0 15 0 19646311 14316269568 80846 18446744073709551615 4194304 4196468 140727589314832 140686328133872 140687416658562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5344] ppid=5330 vsize=13980732 memory=956 CPUtime=0.92 cores=0,2,4,6
/proc/5332/task/5344/stat : 5344 (java) S 5330 5330 15523 0 -1 1077944384 13209 0 0 0 90 2 0 0 20 0 15 0 19646311 14316269568 80846 18446744073709551615 4194304 4196468 140727589314832 140686327081072 140687416658562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5345] ppid=5330 vsize=13980732 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/5332/task/5345/stat : 5345 (java) S 5330 5330 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19646311 14316269568 80846 18446744073709551615 4194304 4196468 140727589314832 140686326028512 140687416657621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
[pid=5332/tid=5346] ppid=5330 vsize=13980732 memory=4300 CPUtime=1.09 cores=0,2,4,6
/proc/5332/task/5346/stat : 5346 (java) S 5330 5330 15523 0 -1 1077944384 2080 0 0 0 51 58 0 0 20 0 15 0 19646316 14316269568 80846 18446744073709551615 4194304 4196468 140727589314832 140686324976816 140687416658562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 13651968 140727589319090 140727589319266 140727589319266 140727589322703 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 324760 KiB

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

[startup+2455.41 s]
# the end of solver process 5330 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0 s, system=0.00199 s

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

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

Child status: 143
Real time (s): 2455.41
CPU time (s): 2520.09
CPU user time (s): 2517.05
CPU system time (s): 3.04159
CPU usage (%): 102.634
Max. virtual memory (cumulated for all children) (KiB): 13994956
Max. memory (cumulated for all children) (KiB): 530212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.05
system time used= 3.04159
maximum resident set size= 531480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 263424
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 92081
involuntary context switches= 4708


# summary of solver processes directly reported to runsolver:
#   pid: 5330,5332
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2517.05
#   total CPU system time (s): 3.04159

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2187 second user time and 24.5205 second system time

The end

Launcher Data

Begin job on node130 at 2017-08-20 08:46:13
IDJOB=4283431
IDBENCH=130625
IDSOLVER=2679
FILE ID=node130/4283431-1503212383
RUNJOBID= node130-1503172050-30419
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-09.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-4283431-1503212383/watcher-4283431-1503212383 -o /tmp/evaluation-result-4283431-1503212383/solver-4283431-1503212383 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node130-1503172050-30419 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1181679006 HOME/instance-4283431-1503212383.xml

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

MD5SUM BENCH= 5a1f15825b762c0b5b9d8df1deed9cb9
RANDOM SEED=1181679006

node130.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.77
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.77
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.77
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.77
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:        31156284 kB
MemAvailable:   31404092 kB
Buffers:          201564 kB
Cached:           335204 kB
SwapCached:            0 kB
Active:           874436 kB
Inactive:         333500 kB
Active(anon):     671304 kB
Inactive(anon):    16748 kB
Active(file):     203132 kB
Inactive(file):   316752 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7668 kB
Writeback:             0 kB
AnonPages:        671048 kB
Mapped:            46020 kB
Shmem:             17060 kB
Slab:             112028 kB
SReclaimable:      87516 kB
SUnreclaim:        24512 kB
KernelStack:        3424 kB
PageTables:         6252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1265844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    600064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node130 at 2017-08-20 09:27:09