Trace number 4283429

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)OPT0 5.8108001 2.33392

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-07.xml
MD5SUM7aff4fe352a8c3fb8c4e8479cd8d4369
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 benchmark5.11268
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints64
Number of domains2
Minimum domain size2
Maximum domain size49
Distribution of domain sizes[{"size":2,"count":15},{"size":49,"count":50}]
Minimum variable degree2
Maximum variable degree15
Distribution of variable degrees[{"degree":2,"count":17},{"degree":3,"count":32},{"degree":4,"count":15},{"degree":15,"count":1}]
Minimum constraint arity2
Maximum constraint arity49
Distribution of constraint arities[{"arity":2,"count":48},{"arity":3,"count":15},{"arity":49,"count":1}]
Number of extensional constraints0
Number of intensional constraints63
Distribution of constraint types[{"type":"intension","count":63},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.10	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283429-1503211208.xml"  -tl '2520s' -p 1 -x 3
0.05/0.30	c [HOME/instance-4283429-1503211208.xml, -tl, 2520s, -p, 1, -x, 3]
0.23/0.36	c simple solver
0.40/0.43	c parse instance...
2.09/1.05	c solve instance...
5.56/2.17	o 0 
5.56/2.18	s OPTIMUM FOUND
5.56/2.18	v <instantiation>
5.56/2.18	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] 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] </list>
5.56/2.18	v 	<values>18 48 39 24 11 6 19 34 47 38 33 46 41 26 17 22 37 42 29 14 23 28 43 30 35 44 31 40 27 32 45 36 21 8 3 12 25 20 5 10 1 16 7 2 15 0 9 4 13 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>
5.56/2.18	v </instantiation>

Verifier Data

OK	0

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 (14820 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-4283429-1503211208/watcher-4283429-1503211208 -o /tmp/evaluation-result-4283429-1503211208/solver-4283429-1503211208 -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 1577086613 HOME/instance-4283429-1503211208.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
Current StackSize limit: 8192 KiB

solver pid=306, runsolver pid=302

[startup+0.100149 s]*
/proc/loadavg: 1.66 1.49 1.51 2/196 307
/proc/meminfo: memFree=30445096/32770624 swapFree=67108860/67108860
[pid=306] ppid=302 vsize=33976 memory=456 CPUtime=0 cores=0,2,4,6
/proc/306/stat : 306 (runsolver) D 302 306 8563 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 123341237 34791424 114 18446744073709551615 4194304 4346622 140735198877136 140735198873768 140309444756183 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6446216 6449568 24006656 140735198883894 140735198884388 140735198884388 140735198887882 0
/proc/306/statm: 8494 114 53 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 456 KiB

[startup+0.208948 s]*
/proc/loadavg: 1.66 1.49 1.51 2/210 321
/proc/meminfo: memFree=30432652/32770624 swapFree=67108860/67108860
[pid=306] ppid=302 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/306/stat : 306 (xcsp3-exec) S 302 306 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 123341237 9740288 345 18446744073709551615 4194304 5098028 140727924725904 140727924724008 139951937979004 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 10 0 0 7196144 7232144 34091008 140727924732280 140727924732485 140727924732485 140727924735979 0
/proc/306/statm: 2378 345 289 221 0 87 0
[pid=308] ppid=306 vsize=13907304 memory=22636 CPUtime=0.05 cores=0,2,4,6
/proc/308/stat : 308 (java) S 306 306 8563 0 -1 1077944320 5055 0 0 0 4 1 0 0 20 0 14 0 123341248 14241079296 5659 18446744073709551615 4194304 4196468 140730527969344 140730527951888 140177898675959 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
/proc/308/statm: 3476826 5659 2573 1 0 3466323 0
[pid=308/tid=309] ppid=306 vsize=13973868 memory=7311146985107750967 CPUtime=0.04 cores=0,2,4,6
/proc/308/task/309/stat : 309 (java) R 306 306 8563 0 -1 4202560 3253 0 0 0 4 0 0 0 20 0 15 0 123341249 14309240832 5659 18446744073709551615 4194304 4196468 140730527969344 140177902906864 140177540097905 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=310] ppid=306 vsize=13973868 memory=12619 CPUtime=0 cores=0,2,4,6
/proc/308/task/310/stat : 310 (java) S 306 306 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123341249 14309240832 5659 18446744073709551615 4194304 4196468 140730527969344 140177498466960 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=311] ppid=306 vsize=13973868 memory=288370685599417984 CPUtime=0 cores=0,2,4,6
/proc/308/task/311/stat : 311 (java) S 306 306 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123341249 14309240832 5659 18446744073709551615 4194304 4196468 140730527969344 140177497414160 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=312] ppid=306 vsize=13973868 memory=0 CPUtime=0 cores=0,2,4,6
/proc/308/task/312/stat : 312 (java) S 306 306 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123341249 14309240832 5659 18446744073709551615 4194304 4196468 140730527969344 140177496361360 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=313] ppid=306 vsize=13973868 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/308/task/313/stat : 313 (java) S 306 306 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123341249 14309240832 5659 18446744073709551615 4194304 4196468 140730527969344 140177495308560 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=314] ppid=306 vsize=13973868 memory=140309447706240 CPUtime=0 cores=0,2,4,6
/proc/308/task/314/stat : 314 (java) S 306 306 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123341251 14309240832 5659 18446744073709551615 4194304 4196468 140730527969344 140176882084720 140177898687106 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=315] ppid=306 vsize=13973868 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/308/task/315/stat : 315 (java) S 306 306 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123341251 14309240832 5659 18446744073709551615 4194304 4196468 140730527969344 140176881030688 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=316] ppid=306 vsize=13973868 memory=0 CPUtime=0 cores=0,2,4,6
/proc/308/task/316/stat : 316 (java) S 306 306 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 123341251 14309240832 5659 18446744073709551615 4194304 4196468 140730527969344 140176879977840 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=317] ppid=306 vsize=13973868 memory=0 CPUtime=0 cores=0,2,4,6
/proc/308/task/317/stat : 317 (java) S 306 306 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123341254 14309240832 5659 18446744073709551615 4194304 4196468 140730527969344 140176878926160 140177898694555 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=318] ppid=306 vsize=13973868 memory=0 CPUtime=0 cores=0,2,4,6
/proc/308/task/318/stat : 318 (java) S 306 306 8563 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 123341254 14309240832 5659 18446744073709551615 4194304 4196468 140730527969344 140176877873520 140177898687106 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=319] ppid=306 vsize=13973868 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/308/task/319/stat : 319 (java) S 306 306 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123341254 14309240832 5659 18446744073709551615 4194304 4196468 140730527969344 140176876820720 140177898687106 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=320] ppid=306 vsize=13973868 memory=140309447706240 CPUtime=0 cores=0,2,4,6
/proc/308/task/320/stat : 320 (java) R 306 306 8563 0 -1 4202560 219 0 0 0 0 0 0 0 20 0 15 0 123341254 14309240832 5659 18446744073709551615 4194304 4196468 140730527969344 140176875767920 140177898697306 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=321] ppid=306 vsize=13973868 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/308/task/321/stat : 321 (java) S 306 306 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123341254 14309240832 5659 18446744073709551615 4194304 4196468 140730527969344 140176874715360 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=322] ppid=306 vsize=13973868 memory=140309447706240 CPUtime=0 cores=0,2,4,6
/proc/308/task/322/stat : 322 (java) S 306 306 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123341259 14309240832 5659 18446744073709551615 4194304 4196468 140730527969344 140176873663664 140177898687106 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 24016 KiB

[startup+0.310017 s]*
/proc/loadavg: 1.66 1.49 1.51 3/211 322
/proc/meminfo: memFree=30421832/32770624 swapFree=67108860/67108860
[pid=306] ppid=302 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/306/stat : 306 (xcsp3-exec) S 302 306 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 123341237 9740288 345 18446744073709551615 4194304 5098028 140727924725904 140727924724008 139951937979004 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 10 0 0 7196144 7232144 34091008 140727924732280 140727924732485 140727924732485 140727924735979 0
/proc/306/statm: 2378 345 289 221 0 87 0
[pid=308] ppid=306 vsize=13975376 memory=34880 CPUtime=0.23 cores=0,2,4,6
/proc/308/stat : 308 (java) S 306 306 8563 0 -1 1077944320 8544 0 0 0 21 2 0 0 20 0 15 0 123341248 14310785024 8720 18446744073709551615 4194304 4196468 140730527969344 140730527951888 140177898675959 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
/proc/308/statm: 3493844 8720 2982 1 0 3483220 0
[pid=308/tid=309] ppid=306 vsize=13974352 memory=-8774313645642428999 CPUtime=0.15 cores=0,2,4,6
/proc/308/task/309/stat : 309 (java) R 306 306 8563 0 -1 4202560 6080 0 0 0 13 2 0 0 20 0 15 0 123341249 14309736448 9167 18446744073709551615 4194304 4196468 140730527969344 140177902898336 140177891353973 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=310] ppid=306 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/308/task/310/stat : 310 (java) S 306 306 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123341249 14309736448 9167 18446744073709551615 4194304 4196468 140730527969344 140177498466960 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=311] ppid=306 vsize=13974352 memory=140309447706240 CPUtime=0 cores=0,2,4,6
/proc/308/task/311/stat : 311 (java) S 306 306 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123341249 14309736448 9167 18446744073709551615 4194304 4196468 140730527969344 140177497414160 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=312] ppid=306 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/308/task/312/stat : 312 (java) S 306 306 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123341249 14309736448 9167 18446744073709551615 4194304 4196468 140730527969344 140177496361360 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=313] ppid=306 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/308/task/313/stat : 313 (java) S 306 306 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123341249 14309736448 9167 18446744073709551615 4194304 4196468 140730527969344 140177495308560 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=314] ppid=306 vsize=13974352 memory=140309447706240 CPUtime=0 cores=0,2,4,6
/proc/308/task/314/stat : 314 (java) S 306 306 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123341251 14309736448 9167 18446744073709551615 4194304 4196468 140730527969344 140176882084720 140177898687106 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=315] ppid=306 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/308/task/315/stat : 315 (java) S 306 306 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123341251 14309736448 9167 18446744073709551615 4194304 4196468 140730527969344 140176881030688 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=316] ppid=306 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/308/task/316/stat : 316 (java) S 306 306 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 123341251 14309736448 9167 18446744073709551615 4194304 4196468 140730527969344 140176879977840 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=317] ppid=306 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/308/task/317/stat : 317 (java) S 306 306 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123341254 14309736448 9167 18446744073709551615 4194304 4196468 140730527969344 140176878926160 140177898694555 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=318] ppid=306 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/308/task/318/stat : 318 (java) S 306 306 8563 0 -1 1077944384 408 0 0 0 1 0 0 0 20 0 15 0 123341254 14309736448 9167 18446744073709551615 4194304 4196468 140730527969344 140176877873520 140177898687106 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=319] ppid=306 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/308/task/319/stat : 319 (java) S 306 306 8563 0 -1 1077944384 255 0 0 0 0 0 0 0 20 0 15 0 123341254 14309736448 9167 18446744073709551615 4194304 4196468 140730527969344 140176876820720 140177898687106 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=320] ppid=306 vsize=13974352 memory=140309447706240 CPUtime=0.05 cores=0,2,4,6
/proc/308/task/320/stat : 320 (java) R 306 306 8563 0 -1 4202560 693 0 0 0 5 0 0 0 20 0 15 0 123341254 14309736448 9167 18446744073709551615 4194304 4196468 140730527969344 140176875767920 140177898697306 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=321] ppid=306 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/308/task/321/stat : 321 (java) S 306 306 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123341254 14309736448 9167 18446744073709551615 4194304 4196468 140730527969344 140176874715360 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=322] ppid=306 vsize=13974352 memory=140309447706240 CPUtime=0 cores=0,2,4,6
/proc/308/task/322/stat : 322 (java) S 306 306 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123341259 14309736448 9167 18446744073709551615 4194304 4196468 140730527969344 140176873663664 140177898687106 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 13984888 KiB
Current children cumulated memory: 36260 KiB

[startup+0.702947 s]
/proc/loadavg: 1.66 1.49 1.51 4/211 322
/proc/meminfo: memFree=30410000/32770624 swapFree=67108860/67108860
[pid=306] ppid=302 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/306/stat : 306 (xcsp3-exec) S 302 306 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 123341237 9740288 345 18446744073709551615 4194304 5098028 140727924725904 140727924724008 139951937979004 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 10 0 0 7196144 7232144 34091008 140727924732280 140727924732485 140727924732485 140727924735979 0
/proc/306/statm: 2378 345 289 221 0 87 0
[pid=308] ppid=306 vsize=13980732 memory=76720 CPUtime=1.15 cores=0,2,4,6
/proc/308/stat : 308 (java) S 306 306 8563 0 -1 1077944320 16389 0 0 0 109 6 0 0 20 0 15 0 123341248 14316269568 19180 18446744073709551615 4194304 4196468 140730527969344 140730527951888 140177898675959 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
/proc/308/statm: 3495183 19180 3170 1 0 3483476 0
[pid=308/tid=309] ppid=306 vsize=13980732 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/308/task/309/stat : 309 (java) R 306 306 8563 0 -1 4202560 8425 0 0 0 50 3 0 0 20 0 15 0 123341249 14316269568 19180 18446744073709551615 4194304 4196468 140730527969344 140177902909584 140177542551951 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=310] ppid=306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/308/task/310/stat : 310 (java) S 306 306 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123341249 14316269568 19180 18446744073709551615 4194304 4196468 140730527969344 140177498466960 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=311] ppid=306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/308/task/311/stat : 311 (java) S 306 306 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123341249 14316269568 19180 18446744073709551615 4194304 4196468 140730527969344 140177497414160 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=312] ppid=306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/308/task/312/stat : 312 (java) S 306 306 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123341249 14316269568 19180 18446744073709551615 4194304 4196468 140730527969344 140177496361360 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=313] ppid=306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/308/task/313/stat : 313 (java) S 306 306 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123341249 14316269568 19180 18446744073709551615 4194304 4196468 140730527969344 140177495308560 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=314] ppid=306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/308/task/314/stat : 314 (java) S 306 306 8563 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 123341251 14316269568 19180 18446744073709551615 4194304 4196468 140730527969344 140176882084720 140177898687106 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=315] ppid=306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/308/task/315/stat : 315 (java) S 306 306 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123341251 14316269568 19180 18446744073709551615 4194304 4196468 140730527969344 140176881030688 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=316] ppid=306 vsize=13980732 memory=280618667692864 CPUtime=0 cores=0,2,4,6
/proc/308/task/316/stat : 316 (java) S 306 306 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 123341251 14316269568 19180 18446744073709551615 4194304 4196468 140730527969344 140176879977840 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=317] ppid=306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/308/task/317/stat : 317 (java) S 306 306 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123341254 14316269568 19180 18446744073709551615 4194304 4196468 140730527969344 140176878926160 140177898694555 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=318] ppid=306 vsize=13980732 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/308/task/318/stat : 318 (java) R 306 306 8563 0 -1 4202560 2234 0 0 0 19 0 0 0 20 0 15 0 123341254 14316269568 19180 18446744073709551615 4194304 4196468 140730527969344 140176877854536 140177879376657 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=319] ppid=306 vsize=13980732 memory=350512 CPUtime=0.16 cores=0,2,4,6
/proc/308/task/319/stat : 319 (java) R 306 306 8563 0 -1 4202560 2383 0 0 0 16 0 0 0 20 0 15 0 123341254 14316269568 19180 18446744073709551615 4194304 4196468 140730527969344 140176876801736 140177884827630 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=320] ppid=306 vsize=13980732 memory=-8774313645642428999 CPUtime=0.22 cores=0,2,4,6
/proc/308/task/320/stat : 320 (java) R 306 306 8563 0 -1 1077944384 2039 0 0 0 22 0 0 0 20 0 15 0 123341254 14316269568 19180 18446744073709551615 4194304 4196468 140730527969344 140176875767920 140177898687106 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=321] ppid=306 vsize=13980732 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/308/task/321/stat : 321 (java) S 306 306 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123341254 14316269568 19180 18446744073709551615 4194304 4196468 140730527969344 140176874715360 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=322] ppid=306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/308/task/322/stat : 322 (java) S 306 306 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123341259 14316269568 19180 18446744073709551615 4194304 4196468 140730527969344 140176873663664 140177898687106 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 78100 KiB

[startup+1.50076 s]
/proc/loadavg: 1.66 1.49 1.51 5/211 322
/proc/meminfo: memFree=30344092/32770624 swapFree=67108860/67108860
[pid=306] ppid=302 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/306/stat : 306 (xcsp3-exec) S 302 306 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 123341237 9740288 345 18446744073709551615 4194304 5098028 140727924725904 140727924724008 139951937979004 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 10 0 0 7196144 7232144 34091008 140727924732280 140727924732485 140727924732485 140727924735979 0
/proc/306/statm: 2378 345 289 221 0 87 0
[pid=308] ppid=306 vsize=13980732 memory=120264 CPUtime=3.62 cores=0,2,4,6
/proc/308/stat : 308 (java) S 306 306 8563 0 -1 1077944320 32168 0 0 0 355 7 0 0 20 0 15 0 123341248 14316269568 30066 18446744073709551615 4194304 4196468 140730527969344 140730527951888 140177898675959 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
/proc/308/statm: 3495183 30066 3184 1 0 3483476 0
[pid=308/tid=309] ppid=306 vsize=13980732 memory=7237398200190523748 CPUtime=1.32 cores=0,2,4,6
/proc/308/task/309/stat : 309 (java) R 306 306 8563 0 -1 4202560 9567 0 0 0 129 3 0 0 20 0 15 0 123341249 14316269568 30066 18446744073709551615 4194304 4196468 140730527969344 140177902913904 140177898687894 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=310] ppid=306 vsize=13980732 memory=7594587674001172330 CPUtime=0 cores=0,2,4,6
/proc/308/task/310/stat : 310 (java) S 306 306 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123341249 14316269568 30066 18446744073709551615 4194304 4196468 140730527969344 140177498466960 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=311] ppid=306 vsize=13980732 memory=7229229928240267365 CPUtime=0 cores=0,2,4,6
/proc/308/task/311/stat : 311 (java) S 306 306 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123341249 14316269568 30066 18446744073709551615 4194304 4196468 140730527969344 140177497414160 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=312] ppid=306 vsize=13980732 memory=8530215889788285235 CPUtime=0 cores=0,2,4,6
/proc/308/task/312/stat : 312 (java) S 306 306 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123341249 14316269568 30066 18446744073709551615 4194304 4196468 140730527969344 140177496361360 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=313] ppid=306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/308/task/313/stat : 313 (java) S 306 306 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123341249 14316269568 30066 18446744073709551615 4194304 4196468 140730527969344 140177495308560 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=314] ppid=306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/308/task/314/stat : 314 (java) S 306 306 8563 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 123341251 14316269568 30066 18446744073709551615 4194304 4196468 140730527969344 140176882084720 140177898687106 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=315] ppid=306 vsize=13980732 memory=4209357772117481859 CPUtime=0 cores=0,2,4,6
/proc/308/task/315/stat : 315 (java) S 306 306 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123341251 14316269568 30066 18446744073709551615 4194304 4196468 140730527969344 140176881030688 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=316] ppid=306 vsize=13980732 memory=6958453264360695866 CPUtime=0 cores=0,2,4,6
/proc/308/task/316/stat : 316 (java) S 306 306 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 123341251 14316269568 30066 18446744073709551615 4194304 4196468 140730527969344 140176879977840 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=317] ppid=306 vsize=13980732 memory=6944656592455875178 CPUtime=0 cores=0,2,4,6
/proc/308/task/317/stat : 317 (java) S 306 306 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123341254 14316269568 30066 18446744073709551615 4194304 4196468 140730527969344 140176878926160 140177898694555 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=318] ppid=306 vsize=13980732 memory=0 CPUtime=0.92 cores=0,2,4,6
/proc/308/task/318/stat : 318 (java) R 306 306 8563 0 -1 4202560 8025 0 0 0 91 1 0 0 20 0 15 0 123341254 14316269568 30066 18446744073709551615 4194304 4196468 140730527969344 140176877860344 140177882161947 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=319] ppid=306 vsize=13980732 memory=280618667812160 CPUtime=0.92 cores=0,2,4,6
/proc/308/task/319/stat : 319 (java) R 306 306 8563 0 -1 4202560 9284 0 0 0 91 1 0 0 20 0 15 0 123341254 14316269568 30066 18446744073709551615 4194304 4196468 140730527969344 140176876810448 140177880197740 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=320] ppid=306 vsize=13980732 memory=3474721504887000000 CPUtime=0.42 cores=0,2,4,6
/proc/308/task/320/stat : 320 (java) S 306 306 8563 0 -1 1077944384 3972 0 0 0 42 0 0 0 20 0 15 0 123341254 14316269568 30066 18446744073709551615 4194304 4196468 140730527969344 140176875767920 140177898687106 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=321] ppid=306 vsize=13980732 memory=140309333837824 CPUtime=0 cores=0,2,4,6
/proc/308/task/321/stat : 321 (java) S 306 306 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123341254 14316269568 30066 18446744073709551615 4194304 4196468 140730527969344 140176874715360 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=322] ppid=306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/308/task/322/stat : 322 (java) S 306 306 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123341259 14316269568 30066 18446744073709551615 4194304 4196468 140730527969344 140176873663664 140177898687106 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0

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

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

[startup+1.60095 s]
/proc/loadavg: 1.66 1.49 1.51 5/211 322
/proc/meminfo: memFree=30344092/32770624 swapFree=67108860/67108860
[pid=306] ppid=302 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/306/stat : 306 (xcsp3-exec) S 302 306 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 123341237 9740288 345 18446744073709551615 4194304 5098028 140727924725904 140727924724008 139951937979004 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 10 0 0 7196144 7232144 34091008 140727924732280 140727924732485 140727924732485 140727924735979 0
/proc/306/statm: 2378 345 289 221 0 87 0
[pid=308] ppid=306 vsize=13980732 memory=126856 CPUtime=3.96 cores=0,2,4,6
/proc/308/stat : 308 (java) S 306 306 8563 0 -1 1077944320 32376 0 0 0 389 7 0 0 20 0 15 0 123341248 14316269568 31714 18446744073709551615 4194304 4196468 140730527969344 140730527951888 140177898675959 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
/proc/308/statm: 3495183 31714 3185 1 0 3483476 0
[pid=308/tid=309] ppid=306 vsize=13980732 memory=140309333817568 CPUtime=1.42 cores=0,2,4,6
/proc/308/task/309/stat : 309 (java) R 306 306 8563 0 -1 4202560 9572 0 0 0 139 3 0 0 20 0 15 0 123341249 14316269568 31714 18446744073709551615 4194304 4196468 140730527969344 140177902912720 140177883841619 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=310] ppid=306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/308/task/310/stat : 310 (java) S 306 306 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123341249 14316269568 31714 18446744073709551615 4194304 4196468 140730527969344 140177498466960 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=311] ppid=306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/308/task/311/stat : 311 (java) S 306 306 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123341249 14316269568 31714 18446744073709551615 4194304 4196468 140730527969344 140177497414160 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=312] ppid=306 vsize=13980732 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/308/task/312/stat : 312 (java) S 306 306 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123341249 14316269568 31714 18446744073709551615 4194304 4196468 140730527969344 140177496361360 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=313] ppid=306 vsize=13980732 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/308/task/313/stat : 313 (java) S 306 306 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123341249 14316269568 31714 18446744073709551615 4194304 4196468 140730527969344 140177495308560 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=314] ppid=306 vsize=13980732 memory=54 CPUtime=0 cores=0,2,4,6
/proc/308/task/314/stat : 314 (java) S 306 306 8563 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 123341251 14316269568 31714 18446744073709551615 4194304 4196468 140730527969344 140176882084720 140177898687106 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=315] ppid=306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/308/task/315/stat : 315 (java) S 306 306 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123341251 14316269568 31714 18446744073709551615 4194304 4196468 140730527969344 140176881030688 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=316] ppid=306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/308/task/316/stat : 316 (java) S 306 306 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 123341251 14316269568 31714 18446744073709551615 4194304 4196468 140730527969344 140176879977840 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=317] ppid=306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/308/task/317/stat : 317 (java) S 306 306 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123341254 14316269568 31714 18446744073709551615 4194304 4196468 140730527969344 140176878926160 140177898694555 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=318] ppid=306 vsize=13980732 memory=0 CPUtime=1.02 cores=0,2,4,6
/proc/308/task/318/stat : 318 (java) R 306 306 8563 0 -1 4202560 8064 0 0 0 101 1 0 0 20 0 15 0 123341254 14316269568 31714 18446744073709551615 4194304 4196468 140730527969344 140176877864848 140177883562111 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=319] ppid=306 vsize=13980732 memory=0 CPUtime=1.02 cores=0,2,4,6
/proc/308/task/319/stat : 319 (java) R 306 306 8563 0 -1 4202560 9339 0 0 0 101 1 0 0 20 0 15 0 123341254 14316269568 31714 18446744073709551615 4194304 4196468 140730527969344 140176876809520 140177882162146 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=320] ppid=306 vsize=13980732 memory=0 CPUtime=0.47 cores=0,2,4,6
/proc/308/task/320/stat : 320 (java) S 306 306 8563 0 -1 1077944384 4081 0 0 0 47 0 0 0 20 0 15 0 123341254 14316269568 31714 18446744073709551615 4194304 4196468 140730527969344 140176875767920 140177898687106 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=321] ppid=306 vsize=13980732 memory=81 CPUtime=0 cores=0,2,4,6
/proc/308/task/321/stat : 321 (java) S 306 306 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123341254 14316269568 31714 18446744073709551615 4194304 4196468 140730527969344 140176874715360 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=322] ppid=306 vsize=13980732 memory=280618667738112 CPUtime=0 cores=0,2,4,6
/proc/308/task/322/stat : 322 (java) S 306 306 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123341259 14316269568 31714 18446744073709551615 4194304 4196468 140730527969344 140176873663664 140177898687106 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
Current children cumulated CPU time: 3.96 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 128236 KiB

[startup+2.00074 s]*
/proc/loadavg: 1.66 1.49 1.51 5/211 322
/proc/meminfo: memFree=30328880/32770624 swapFree=67108860/67108860
[pid=306] ppid=302 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/306/stat : 306 (xcsp3-exec) S 302 306 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 123341237 9740288 345 18446744073709551615 4194304 5098028 140727924725904 140727924724008 139951937979004 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 10 0 0 7196144 7232144 34091008 140727924732280 140727924732485 140727924732485 140727924735979 0
/proc/306/statm: 2378 345 289 221 0 87 0
[pid=308] ppid=306 vsize=13980732 memory=129456 CPUtime=5.22 cores=0,2,4,6
/proc/308/stat : 308 (java) S 306 306 8563 0 -1 1077944320 33532 0 0 0 514 8 0 0 20 0 15 0 123341248 14316269568 32364 18446744073709551615 4194304 4196468 140730527969344 140730527951888 140177898675959 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
/proc/308/statm: 3495183 32364 3187 1 0 3483476 0
[pid=308/tid=309] ppid=306 vsize=13980732 memory=4026531975 CPUtime=1.83 cores=0,2,4,6
/proc/308/task/309/stat : 309 (java) R 306 306 8563 0 -1 4202560 9592 0 0 0 180 3 0 0 20 0 15 0 123341249 14316269568 32364 18446744073709551615 4194304 4196468 140730527969344 140177902912240 140177545244792 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=310] ppid=306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/308/task/310/stat : 310 (java) S 306 306 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123341249 14316269568 32364 18446744073709551615 4194304 4196468 140730527969344 140177498466960 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=311] ppid=306 vsize=13980732 memory=3689345524760313887 CPUtime=0 cores=0,2,4,6
/proc/308/task/311/stat : 311 (java) S 306 306 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123341249 14316269568 32364 18446744073709551615 4194304 4196468 140730527969344 140177497414160 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=312] ppid=306 vsize=13980732 memory=6944613755328037012 CPUtime=0 cores=0,2,4,6
/proc/308/task/312/stat : 312 (java) S 306 306 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123341249 14316269568 32364 18446744073709551615 4194304 4196468 140730527969344 140177496361360 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=313] ppid=306 vsize=13980732 memory=3472328304163976294 CPUtime=0 cores=0,2,4,6
/proc/308/task/313/stat : 313 (java) S 306 306 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123341249 14316269568 32364 18446744073709551615 4194304 4196468 140730527969344 140177495308560 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=314] ppid=306 vsize=13980732 memory=7161819549224548016 CPUtime=0 cores=0,2,4,6
/proc/308/task/314/stat : 314 (java) S 306 306 8563 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 123341251 14316269568 32364 18446744073709551615 4194304 4196468 140730527969344 140176882084720 140177898687106 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=315] ppid=306 vsize=13980732 memory=3472328296227418159 CPUtime=0 cores=0,2,4,6
/proc/308/task/315/stat : 315 (java) S 306 306 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123341251 14316269568 32364 18446744073709551615 4194304 4196468 140730527969344 140176881030688 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=316] ppid=306 vsize=13980732 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/308/task/316/stat : 316 (java) S 306 306 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 123341251 14316269568 32364 18446744073709551615 4194304 4196468 140730527969344 140176879977840 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=317] ppid=306 vsize=13980732 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/308/task/317/stat : 317 (java) S 306 306 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123341254 14316269568 32364 18446744073709551615 4194304 4196468 140730527969344 140176878926160 140177898694555 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=318] ppid=306 vsize=13980732 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/308/task/318/stat : 318 (java) R 306 306 8563 0 -1 4202560 8351 0 0 0 142 1 0 0 20 0 15 0 123341254 14316269568 32364 18446744073709551615 4194304 4196468 140730527969344 140176877863440 140177880200856 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=319] ppid=306 vsize=13980732 memory=3472328296227680303 CPUtime=1.43 cores=0,2,4,6
/proc/308/task/319/stat : 319 (java) R 306 306 8563 0 -1 4202560 10121 0 0 0 142 1 0 0 20 0 15 0 123341254 14316269568 32364 18446744073709551615 4194304 4196468 140730527969344 140176876810640 140177882143985 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=320] ppid=306 vsize=13980732 memory=3472468605675386544 CPUtime=0.5 cores=0,2,4,6
/proc/308/task/320/stat : 320 (java) R 306 306 8563 0 -1 1077944384 4149 0 0 0 50 0 0 0 20 0 15 0 123341254 14316269568 32364 18446744073709551615 4194304 4196468 140730527969344 140176875767920 140177898687106 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=321] ppid=306 vsize=13980732 memory=5792869726567804975 CPUtime=0 cores=0,2,4,6
/proc/308/task/321/stat : 321 (java) S 306 306 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123341254 14316269568 32364 18446744073709551615 4194304 4196468 140730527969344 140176874715360 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=322] ppid=306 vsize=13980732 memory=3472468605675386544 CPUtime=0 cores=0,2,4,6
/proc/308/task/322/stat : 322 (java) S 306 306 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123341259 14316269568 32364 18446744073709551615 4194304 4196468 140730527969344 140176873663664 140177898687106 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
Current children cumulated CPU time: 5.22 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 130836 KiB

[startup+2.20081 s]
/proc/loadavg: 1.66 1.49 1.51 5/211 322
/proc/meminfo: memFree=30328880/32770624 swapFree=67108860/67108860
[pid=306] ppid=302 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/306/stat : 306 (xcsp3-exec) S 302 306 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 123341237 9740288 345 18446744073709551615 4194304 5098028 140727924725904 140727924724008 139951937979004 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 10 0 0 7196144 7232144 34091008 140727924732280 140727924732485 140727924732485 140727924735979 0
/proc/306/statm: 2378 345 289 221 0 87 0
[pid=308] ppid=306 vsize=13980732 memory=136328 CPUtime=5.79 cores=0,2,4,6
/proc/308/stat : 308 (java) S 306 306 8563 0 -1 1077944320 35167 0 0 0 571 8 0 0 20 0 13 0 123341248 14316269568 34082 18446744073709551615 4194304 4196468 140730527969344 140730527951888 140177898675959 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
/proc/308/statm: 3495183 34082 3196 1 0 3483476 0
[pid=308/tid=309] ppid=306 vsize=13980732 memory=4420 CPUtime=2.01 cores=0,2,4,6
/proc/308/task/309/stat : 309 (java) D 306 306 8563 0 -1 4202560 10535 0 0 0 197 4 0 0 20 0 13 0 123341249 14316269568 34082 18446744073709551615 4194304 4196468 140730527969344 140177902918968 140177891361591 0 0 1 16800974 18446744072100686981 0 0 -1 6 0 0 4 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=310] ppid=306 vsize=13980732 memory=12848 CPUtime=0 cores=0,2,4,6
/proc/308/task/310/stat : 310 (java) S 306 306 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 123341249 14316269568 34082 18446744073709551615 4194304 4196468 140730527969344 140177498466960 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=311] ppid=306 vsize=13980732 memory=13846361204350386 CPUtime=0 cores=0,2,4,6
/proc/308/task/311/stat : 311 (java) S 306 306 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 123341249 14316269568 34082 18446744073709551615 4194304 4196468 140730527969344 140177497414160 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=312] ppid=306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/308/task/312/stat : 312 (java) S 306 306 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 123341249 14316269568 34082 18446744073709551615 4194304 4196468 140730527969344 140177496361360 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=313] ppid=306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/308/task/313/stat : 313 (java) S 306 306 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 123341249 14316269568 34082 18446744073709551615 4194304 4196468 140730527969344 140177495308560 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=315] ppid=306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/308/task/315/stat : 315 (java) S 306 306 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 123341251 14316269568 34082 18446744073709551615 4194304 4196468 140730527969344 140176881030688 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=316] ppid=306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/308/task/316/stat : 316 (java) S 306 306 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 123341251 14316269568 34082 18446744073709551615 4194304 4196468 140730527969344 140176879977840 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=317] ppid=306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/308/task/317/stat : 317 (java) S 306 306 8563 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 13 0 123341254 14316269568 34082 18446744073709551615 4194304 4196468 140730527969344 140176878924928 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=318] ppid=306 vsize=13980732 memory=0 CPUtime=1.6 cores=0,2,4,6
/proc/308/task/318/stat : 318 (java) S 306 306 8563 0 -1 1077944384 8643 0 0 0 159 1 0 0 20 0 13 0 123341254 14316269568 34082 18446744073709551615 4194304 4196468 140730527969344 140176877853920 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=319] ppid=306 vsize=13980732 memory=0 CPUtime=1.6 cores=0,2,4,6
/proc/308/task/319/stat : 319 (java) S 306 306 8563 0 -1 1077944384 10178 0 0 0 159 1 0 0 20 0 13 0 123341254 14316269568 34082 18446744073709551615 4194304 4196468 140730527969344 140176876801200 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=320] ppid=306 vsize=13980732 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/308/task/320/stat : 320 (java) S 306 306 8563 0 -1 1077944384 4433 0 0 0 54 1 0 0 20 0 13 0 123341254 14316269568 34082 18446744073709551615 4194304 4196468 140730527969344 140176875767920 140177898687106 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=321] ppid=306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/308/task/321/stat : 321 (java) S 306 306 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 123341254 14316269568 34082 18446744073709551615 4194304 4196468 140730527969344 140176874715360 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
Current children cumulated CPU time: 5.79 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 137708 KiB

[startup+2.30076 s]
/proc/loadavg: 1.66 1.49 1.51 5/211 322
/proc/meminfo: memFree=30328880/32770624 swapFree=67108860/67108860
[pid=306] ppid=302 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/306/stat : 306 (xcsp3-exec) S 302 306 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 123341237 9740288 345 18446744073709551615 4194304 5098028 140727924725904 140727924724008 139951937979004 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 10 0 0 7196144 7232144 34091008 140727924732280 140727924732485 140727924732485 140727924735979 0
/proc/306/statm: 2378 345 289 221 0 87 0
[pid=308] ppid=306 vsize=13980732 memory=136328 CPUtime=5.79 cores=0,2,4,6
/proc/308/stat : 308 (java) S 306 306 8563 0 -1 1077944320 35167 0 0 0 571 8 0 0 20 0 13 0 123341248 14316269568 34082 18446744073709551615 4194304 4196468 140730527969344 140730527951888 140177898675959 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
/proc/308/statm: 3495183 34082 3196 1 0 3483476 0
[pid=308/tid=309] ppid=306 vsize=13980732 memory=0 CPUtime=2.01 cores=0,2,4,6
/proc/308/task/309/stat : 309 (java) D 306 306 8563 0 -1 4202560 10535 0 0 0 197 4 0 0 20 0 13 0 123341249 14316269568 34082 18446744073709551615 4194304 4196468 140730527969344 140177902918968 140177891361591 0 0 1 16800974 18446744072100686981 0 0 -1 6 0 0 4 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=310] ppid=306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/308/task/310/stat : 310 (java) S 306 306 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 123341249 14316269568 34082 18446744073709551615 4194304 4196468 140730527969344 140177498466960 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=311] ppid=306 vsize=13980732 memory=280618667812448 CPUtime=0 cores=0,2,4,6
/proc/308/task/311/stat : 311 (java) S 306 306 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 123341249 14316269568 34082 18446744073709551615 4194304 4196468 140730527969344 140177497414160 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=312] ppid=306 vsize=13980732 memory=5666404043508 CPUtime=0 cores=0,2,4,6
/proc/308/task/312/stat : 312 (java) S 306 306 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 123341249 14316269568 34082 18446744073709551615 4194304 4196468 140730527969344 140177496361360 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=313] ppid=306 vsize=13980732 memory=5666404043508 CPUtime=0 cores=0,2,4,6
/proc/308/task/313/stat : 313 (java) S 306 306 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 123341249 14316269568 34082 18446744073709551615 4194304 4196468 140730527969344 140177495308560 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=315] ppid=306 vsize=13980732 memory=5666404043508 CPUtime=0 cores=0,2,4,6
/proc/308/task/315/stat : 315 (java) S 306 306 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 123341251 14316269568 34082 18446744073709551615 4194304 4196468 140730527969344 140176881030688 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=316] ppid=306 vsize=13980732 memory=5666404043508 CPUtime=0 cores=0,2,4,6
/proc/308/task/316/stat : 316 (java) S 306 306 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 123341251 14316269568 34082 18446744073709551615 4194304 4196468 140730527969344 140176879977840 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=317] ppid=306 vsize=13980732 memory=5666404043508 CPUtime=0 cores=0,2,4,6
/proc/308/task/317/stat : 317 (java) S 306 306 8563 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 13 0 123341254 14316269568 34082 18446744073709551615 4194304 4196468 140730527969344 140176878924928 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=318] ppid=306 vsize=13980732 memory=1380 CPUtime=1.6 cores=0,2,4,6
/proc/308/task/318/stat : 318 (java) S 306 306 8563 0 -1 1077944384 8643 0 0 0 159 1 0 0 20 0 13 0 123341254 14316269568 34082 18446744073709551615 4194304 4196468 140730527969344 140176877853920 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=319] ppid=306 vsize=13980732 memory=1380 CPUtime=1.6 cores=0,2,4,6
/proc/308/task/319/stat : 319 (java) S 306 306 8563 0 -1 1077944384 10178 0 0 0 159 1 0 0 20 0 13 0 123341254 14316269568 34082 18446744073709551615 4194304 4196468 140730527969344 140176876801200 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=320] ppid=306 vsize=13980732 memory=117268 CPUtime=0.55 cores=0,2,4,6
/proc/308/task/320/stat : 320 (java) S 306 306 8563 0 -1 1077944384 4433 0 0 0 54 1 0 0 20 0 13 0 123341254 14316269568 34082 18446744073709551615 4194304 4196468 140730527969344 140176875767920 140177898687106 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
[pid=308/tid=321] ppid=306 vsize=13980732 memory=6081082571572532072 CPUtime=0 cores=0,2,4,6
/proc/308/task/321/stat : 321 (java) S 306 306 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 123341254 14316269568 34082 18446744073709551615 4194304 4196468 140730527969344 140176874715360 140177898686165 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36454400 140730527973809 140730527973985 140730527973985 140730527977423 0
Current children cumulated CPU time: 5.79 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 137708 KiB

Child status: 0
Real time (s): 2.33392
CPU time (s): 5.8108
CPU user time (s): 5.71554
CPU system time (s): 0.095262
CPU usage (%): 248.972
Max. virtual memory (cumulated for all children) (KiB): 13994456
Max. memory (cumulated for all children) (KiB): 137708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.71554
system time used= 0.095262
maximum resident set size= 136652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35726
page faults= 0
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2223
involuntary context switches= 8


# summary of solver processes directly reported to runsolver:
#   pid: 306
#   total CPU time (s): 5.8108
#   total CPU user time (s): 5.71554
#   total CPU system time (s): 0.095262

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.039729 second user time and 0.062016 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-20 08:26:00
IDJOB=4283429
IDBENCH=130611
IDSOLVER=2679
FILE ID=node125/4283429-1503211208
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-07.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-4283429-1503211208/watcher-4283429-1503211208 -o /tmp/evaluation-result-4283429-1503211208/solver-4283429-1503211208 -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 1577086613 HOME/instance-4283429-1503211208.xml

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

MD5SUM BENCH= 7aff4fe352a8c3fb8c4e8479cd8d4369
RANDOM SEED=1577086613

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:        30444836 kB
MemAvailable:   31632080 kB
Buffers:          329236 kB
Cached:          1164760 kB
SwapCached:            0 kB
Active:          1195296 kB
Inactive:         690600 kB
Active(anon):     392464 kB
Inactive(anon):    49484 kB
Active(file):     802832 kB
Inactive(file):   641116 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7908 kB
Writeback:             0 kB
AnonPages:        351544 kB
Mapped:            75556 kB
Shmem:             49828 kB
Slab:             144600 kB
SReclaimable:     118260 kB
SUnreclaim:        26340 kB
KernelStack:        3744 kB
PageTables:         6464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     917748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    284672 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 08:26:02