Trace number 4282950

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 4.0.5 seq (2017-08-18)SAT (TO)3 246.586 240.02299

General information on the benchmark

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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282950-1503212966.xml"  -tl '264s' -p 1 -x 0
0.13/0.14	c [HOME/instance-4282950-1503212966.xml, -tl, 264s, -p, 1, -x, 0]
0.13/0.19	c simple solver
0.33/0.26	c parse instance...
2.60/1.09	c solve instance...
72.48/66.62	o 4 
72.48/66.65	o 3 
246.56/240.01	s SATISFIABLE
246.56/240.01	v <instantiation>
246.56/240.01	v 	<list>q x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] b[0] b[1] b[2] b[3] b[4] b[5] b[6] b[7] b[8] b[9] b[10] b[11] b[12] b[13] b[14] b[15] b[16] b[17] </list>
246.56/240.01	v 	<values>34 4 10 0 17 2 8 18 24 34 28 38 23 29 35 25 19 9 3 13 7 22 12 6 21 15 5 11 1 16 26 20 14 31 37 27 33 43 49 32 42 48 58 52 62 47 30 36 46 63 53 59 44 61 55 45 39 54 60 50 56 41 51 57 40 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 </values>
246.56/240.01	v </instantiation>
246.56/240.01	c Unexpected resolution interruption!

Verifier Data

OK	3

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14183 MiB free)
  memory of node 1: 16384 MiB (13297 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282950-1503212966/watcher-4282950-1503212966 -o /tmp/evaluation-result-4282950-1503212966/solver-4282950-1503212966 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node102-1503209175-21930 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1863392713 HOME/instance-4282950-1503212966.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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=24708, runsolver pid=24705

[startup+0.102236 s]*
/proc/loadavg: 2.06 2.08 1.96 3/217 24724
/proc/meminfo: memFree=28121028/32770624 swapFree=67108860/67108860
[pid=24708] ppid=24705 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/24708/stat : 24708 (xcsp3-exec) S 24705 24708 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154384735 9740288 346 33554432000 4194304 5098028 140729219055248 140729219053352 139655716655740 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 17727488 140729219060852 140729219061056 140729219061056 140729219063787 0
/proc/24708/statm: 2378 346 289 221 0 87 0
[pid=24710] ppid=24708 vsize=13978596 memory=28900 CPUtime=0.13 cores=0,2,4,6
/proc/24710/stat : 24710 (java) S 24708 24708 21899 0 -1 1077944320 5095 0 0 0 12 1 0 0 20 0 15 0 154384736 14314082304 7225 33554432000 4194304 4196468 140736540677984 140736540660528 139653213695735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
/proc/24710/statm: 3494649 7225 2865 1 0 3482966 0
[pid=24710/tid=24711] ppid=24708 vsize=13978596 memory=-6962121287837372198 CPUtime=0.1 cores=0,2,4,6
/proc/24710/task/24711/stat : 24711 (java) R 24708 24708 21899 0 -1 4202560 3029 0 0 0 9 1 0 0 20 0 15 0 154384736 14314082304 7225 33554432000 4194304 4196468 140736540677984 139653217927056 139653213717661 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24712] ppid=24708 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24712/stat : 24712 (java) S 24708 24708 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154384737 14314082304 7225 33554432000 4194304 4196468 140736540677984 139652809537936 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24713] ppid=24708 vsize=13978596 memory=139783280187008 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24713/stat : 24713 (java) S 24708 24708 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154384737 14314082304 7225 33554432000 4194304 4196468 140736540677984 139652808485136 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24714] ppid=24708 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24714/stat : 24714 (java) S 24708 24708 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154384737 14314082304 7225 33554432000 4194304 4196468 140736540677984 139652807432848 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24715] ppid=24708 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24715/stat : 24715 (java) S 24708 24708 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154384737 14314082304 7225 33554432000 4194304 4196468 140736540677984 139652806380048 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24716] ppid=24708 vsize=13978596 memory=139783280187008 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24716/stat : 24716 (java) S 24708 24708 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154384738 14314082304 7225 33554432000 4194304 4196468 140736540677984 139652755098224 139653213706882 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24717] ppid=24708 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24717/stat : 24717 (java) S 24708 24708 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154384739 14314082304 7225 33554432000 4194304 4196468 140736540677984 139652754044192 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24718] ppid=24708 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24718/stat : 24718 (java) S 24708 24708 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154384739 14314082304 7225 33554432000 4194304 4196468 140736540677984 139652752991856 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24719] ppid=24708 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24719/stat : 24719 (java) S 24708 24708 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154384741 14314082304 7225 33554432000 4194304 4196468 140736540677984 139652751940176 139653213714331 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24720] ppid=24708 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24720/stat : 24720 (java) R 24708 24708 21899 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 154384741 14314082304 7225 33554432000 4194304 4196468 140736540677984 139652750887024 139653213706882 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24721] ppid=24708 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24721/stat : 24721 (java) S 24708 24708 21899 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 154384741 14314082304 7225 33554432000 4194304 4196468 140736540677984 139652749834224 139653213706882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24722] ppid=24708 vsize=13978596 memory=139783280187008 CPUtime=0.02 cores=0,2,4,6
/proc/24710/task/24722/stat : 24722 (java) R 24708 24708 21899 0 -1 4202560 335 0 0 0 2 0 0 0 20 0 15 0 154384741 14314082304 7225 33554432000 4194304 4196468 140736540677984 139652748781936 139652824563833 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24723] ppid=24708 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24723/stat : 24723 (java) S 24708 24708 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154384741 14314082304 7225 33554432000 4194304 4196468 140736540677984 139652747729376 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24724] ppid=24708 vsize=13978596 memory=139783280187008 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24724/stat : 24724 (java) S 24708 24708 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154384741 14314082304 7225 33554432000 4194304 4196468 140736540677984 139652746677168 139653213706882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 30284 KiB

[startup+0.210678 s]*
/proc/loadavg: 2.06 2.08 1.96 3/217 24724
/proc/meminfo: memFree=28110856/32770624 swapFree=67108860/67108860
[pid=24708] ppid=24705 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/24708/stat : 24708 (xcsp3-exec) S 24705 24708 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154384735 9740288 346 33554432000 4194304 5098028 140729219055248 140729219053352 139655716655740 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 17727488 140729219060852 140729219061056 140729219061056 140729219063787 0
/proc/24708/statm: 2378 346 289 221 0 87 0
[pid=24710] ppid=24708 vsize=13982852 memory=40228 CPUtime=0.33 cores=0,2,4,6
/proc/24710/stat : 24710 (java) S 24708 24708 21899 0 -1 1077944320 7753 0 0 0 31 2 0 0 20 0 15 0 154384736 14318440448 10057 33554432000 4194304 4196468 140736540677984 140736540660528 139653213695735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
/proc/24710/statm: 3495713 10057 3036 1 0 3482966 0
[pid=24710/tid=24711] ppid=24708 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/24710/task/24711/stat : 24711 (java) R 24708 24708 21899 0 -1 4202560 4902 0 0 0 18 1 0 0 20 0 15 0 154384736 14318440448 10057 33554432000 4194304 4196468 140736540677984 139653217905472 139653213707670 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24712] ppid=24708 vsize=13982852 memory=8961 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24712/stat : 24712 (java) S 24708 24708 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154384737 14318440448 10057 33554432000 4194304 4196468 140736540677984 139652809537936 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24713] ppid=24708 vsize=13982852 memory=3688648562528671392 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24713/stat : 24713 (java) S 24708 24708 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154384737 14318440448 10057 33554432000 4194304 4196468 140736540677984 139652808485136 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24714] ppid=24708 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24714/stat : 24714 (java) S 24708 24708 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154384737 14318440448 10057 33554432000 4194304 4196468 140736540677984 139652807432848 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24715] ppid=24708 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24715/stat : 24715 (java) S 24708 24708 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154384737 14318440448 10057 33554432000 4194304 4196468 140736540677984 139652806380048 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24716] ppid=24708 vsize=13982852 memory=139783280187008 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24716/stat : 24716 (java) S 24708 24708 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154384738 14318440448 10057 33554432000 4194304 4196468 140736540677984 139652755098224 139653213706882 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24717] ppid=24708 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24717/stat : 24717 (java) S 24708 24708 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154384739 14318440448 10057 33554432000 4194304 4196468 140736540677984 139652754044192 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24718] ppid=24708 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24718/stat : 24718 (java) S 24708 24708 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154384739 14318440448 10057 33554432000 4194304 4196468 140736540677984 139652752991856 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24719] ppid=24708 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24719/stat : 24719 (java) S 24708 24708 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154384741 14318440448 10057 33554432000 4194304 4196468 140736540677984 139652751940176 139653213714331 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24720] ppid=24708 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/24710/task/24720/stat : 24720 (java) S 24708 24708 21899 0 -1 1077944384 456 0 0 0 3 0 0 0 20 0 15 0 154384741 14318440448 10057 33554432000 4194304 4196468 140736540677984 139652750887024 139653213706882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24721] ppid=24708 vsize=13982852 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/24710/task/24721/stat : 24721 (java) S 24708 24708 21899 0 -1 1077944384 373 0 0 0 1 0 0 0 20 0 15 0 154384741 14318440448 10057 33554432000 4194304 4196468 140736540677984 139652749834224 139653213706882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24722] ppid=24708 vsize=13982852 memory=139783280187008 CPUtime=0.07 cores=0,2,4,6
/proc/24710/task/24722/stat : 24722 (java) R 24708 24708 21899 0 -1 4202560 720 0 0 0 7 0 0 0 20 0 15 0 154384741 14318440448 10057 33554432000 4194304 4196468 140736540677984 139652748781936 139653213707670 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24723] ppid=24708 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24723/stat : 24723 (java) S 24708 24708 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154384741 14318440448 10057 33554432000 4194304 4196468 140736540677984 139652747729376 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24724] ppid=24708 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24724/stat : 24724 (java) S 24708 24708 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154384741 14318440448 10057 33554432000 4194304 4196468 140736540677984 139652746677168 139653213706882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41612 KiB

[startup+0.31046 s]*
/proc/loadavg: 2.06 2.08 1.96 4/217 24724
/proc/meminfo: memFree=28103660/32770624 swapFree=67108860/67108860
[pid=24708] ppid=24705 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/24708/stat : 24708 (xcsp3-exec) S 24705 24708 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154384735 9740288 346 33554432000 4194304 5098028 140729219055248 140729219053352 139655716655740 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 17727488 140729219060852 140729219061056 140729219061056 140729219063787 0
/proc/24708/statm: 2378 346 289 221 0 87 0
[pid=24710] ppid=24708 vsize=13982928 memory=47916 CPUtime=0.51 cores=0,2,4,6
/proc/24710/stat : 24710 (java) S 24708 24708 21899 0 -1 1077944320 8674 0 0 0 48 3 0 0 20 0 15 0 154384736 14318518272 11979 33554432000 4194304 4196468 140736540677984 140736540660528 139653213695735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
/proc/24710/statm: 3495732 11979 3123 1 0 3482966 0
[pid=24710/tid=24711] ppid=24708 vsize=13982928 memory=7883960649037381690 CPUtime=0.29 cores=0,2,4,6
/proc/24710/task/24711/stat : 24711 (java) R 24708 24708 21899 0 -1 4202560 5576 0 0 0 28 1 0 0 20 0 15 0 154384736 14318518272 11979 33554432000 4194304 4196468 140736540677984 139653217928096 139653197776222 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24712] ppid=24708 vsize=13982928 memory=9323 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24712/stat : 24712 (java) S 24708 24708 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154384737 14318518272 11979 33554432000 4194304 4196468 140736540677984 139652809537936 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24713] ppid=24708 vsize=13982928 memory=4337868251985084448 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24713/stat : 24713 (java) S 24708 24708 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154384737 14318518272 11979 33554432000 4194304 4196468 140736540677984 139652808485136 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24714] ppid=24708 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24714/stat : 24714 (java) S 24708 24708 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154384737 14318518272 11979 33554432000 4194304 4196468 140736540677984 139652807432848 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24715] ppid=24708 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24715/stat : 24715 (java) S 24708 24708 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154384737 14318518272 11979 33554432000 4194304 4196468 140736540677984 139652806380048 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24716] ppid=24708 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24716/stat : 24716 (java) S 24708 24708 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154384738 14318518272 11979 33554432000 4194304 4196468 140736540677984 139652755098224 139653213706882 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24717] ppid=24708 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24717/stat : 24717 (java) S 24708 24708 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154384739 14318518272 11979 33554432000 4194304 4196468 140736540677984 139652754044192 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24718] ppid=24708 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24718/stat : 24718 (java) S 24708 24708 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154384739 14318518272 11979 33554432000 4194304 4196468 140736540677984 139652752991856 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24719] ppid=24708 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24719/stat : 24719 (java) S 24708 24708 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154384741 14318518272 11979 33554432000 4194304 4196468 140736540677984 139652751940176 139653213714331 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24720] ppid=24708 vsize=13982928 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/24710/task/24720/stat : 24720 (java) S 24708 24708 21899 0 -1 1077944384 567 0 0 0 4 0 0 0 20 0 15 0 154384741 14318518272 11979 33554432000 4194304 4196468 140736540677984 139652750887024 139653213706882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24721] ppid=24708 vsize=13982928 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/24710/task/24721/stat : 24721 (java) S 24708 24708 21899 0 -1 1077944384 384 0 0 0 2 0 0 0 20 0 15 0 154384741 14318518272 11991 33554432000 4194304 4196468 140736540677984 139652749834224 139653213706882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24722] ppid=24708 vsize=13982928 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/24710/task/24722/stat : 24722 (java) R 24708 24708 21899 0 -1 4202560 846 0 0 0 12 0 0 0 20 0 15 0 154384741 14318518272 11991 33554432000 4194304 4196468 140736540677984 139652748781936 139653192625171 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24723] ppid=24708 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24723/stat : 24723 (java) S 24708 24708 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154384741 14318518272 11991 33554432000 4194304 4196468 140736540677984 139652747729376 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24724] ppid=24708 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24724/stat : 24724 (java) S 24708 24708 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154384741 14318518272 11991 33554432000 4194304 4196468 140736540677984 139652746677168 139653213706882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 49300 KiB

[startup+0.700813 s]
/proc/loadavg: 2.06 2.08 1.96 5/217 24724
/proc/meminfo: memFree=28080184/32770624 swapFree=67108860/67108860
[pid=24708] ppid=24705 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/24708/stat : 24708 (xcsp3-exec) S 24705 24708 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154384735 9740288 346 33554432000 4194304 5098028 140729219055248 140729219053352 139655716655740 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 17727488 140729219060852 140729219061056 140729219061056 140729219063787 0
/proc/24708/statm: 2378 346 289 221 0 87 0
[pid=24710] ppid=24708 vsize=13984976 memory=103620 CPUtime=1.65 cores=0,2,4,6
/proc/24710/stat : 24710 (java) S 24708 24708 21899 0 -1 1077944320 20085 0 0 0 160 5 0 0 20 0 15 0 154384736 14320615424 25905 33554432000 4194304 4196468 140736540677984 140736540660528 139653213695735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
/proc/24710/statm: 3496244 25905 3195 1 0 3483478 0
[pid=24710/tid=24711] ppid=24708 vsize=13984976 memory=24620 CPUtime=0.68 cores=0,2,4,6
/proc/24710/task/24711/stat : 24711 (java) R 24708 24708 21899 0 -1 4202560 6003 0 0 0 66 2 0 0 20 0 15 0 154384736 14320615424 25905 33554432000 4194304 4196468 140736540677984 139653217933184 139652827061142 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24712] ppid=24708 vsize=13984976 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24712/stat : 24712 (java) S 24708 24708 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154384737 14320615424 25905 33554432000 4194304 4196468 140736540677984 139652809537936 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24713] ppid=24708 vsize=13984976 memory=648 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24713/stat : 24713 (java) S 24708 24708 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154384737 14320615424 25905 33554432000 4194304 4196468 140736540677984 139652808485136 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24714] ppid=24708 vsize=13984976 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24714/stat : 24714 (java) S 24708 24708 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154384737 14320615424 25905 33554432000 4194304 4196468 140736540677984 139652807432848 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24715] ppid=24708 vsize=13984976 memory=956 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24715/stat : 24715 (java) S 24708 24708 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154384737 14320615424 25905 33554432000 4194304 4196468 140736540677984 139652806380048 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24716] ppid=24708 vsize=13984976 memory=2468 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24716/stat : 24716 (java) S 24708 24708 21899 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154384738 14320615424 25905 33554432000 4194304 4196468 140736540677984 139652755098224 139653213706882 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24717] ppid=24708 vsize=13984976 memory=928 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24717/stat : 24717 (java) S 24708 24708 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154384739 14320615424 25905 33554432000 4194304 4196468 140736540677984 139652754044192 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24718] ppid=24708 vsize=13984976 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24718/stat : 24718 (java) S 24708 24708 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154384739 14320615424 25905 33554432000 4194304 4196468 140736540677984 139652752991856 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24719] ppid=24708 vsize=13984976 memory=2236 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24719/stat : 24719 (java) S 24708 24708 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154384741 14320615424 25905 33554432000 4194304 4196468 140736540677984 139652751940176 139653213714331 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24720] ppid=24708 vsize=13984976 memory=4316 CPUtime=0.34 cores=0,2,4,6
/proc/24710/task/24720/stat : 24720 (java) R 24708 24708 21899 0 -1 4202560 5939 0 0 0 33 1 0 0 20 0 15 0 154384741 14320615424 25905 33554432000 4194304 4196468 140736540677984 139652750871688 139653195240432 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24721] ppid=24708 vsize=13984976 memory=2196 CPUtime=0.33 cores=0,2,4,6
/proc/24710/task/24721/stat : 24721 (java) R 24708 24708 21899 0 -1 4202560 4445 0 0 0 33 0 0 0 20 0 15 0 154384741 14320615424 25905 33554432000 4194304 4196468 140736540677984 139652749818584 139653198085318 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24722] ppid=24708 vsize=13984976 memory=7784 CPUtime=0.27 cores=0,2,4,6
/proc/24710/task/24722/stat : 24722 (java) S 24708 24708 21899 0 -1 1077944384 2392 0 0 0 26 1 0 0 20 0 15 0 154384741 14320615424 25905 33554432000 4194304 4196468 140736540677984 139652748781936 139653213706882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24723] ppid=24708 vsize=13984976 memory=832 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24723/stat : 24723 (java) S 24708 24708 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154384741 14320615424 25905 33554432000 4194304 4196468 140736540677984 139652747729376 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24724] ppid=24708 vsize=13984976 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24724/stat : 24724 (java) S 24708 24708 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154384741 14320615424 25905 33554432000 4194304 4196468 140736540677984 139652746677168 139653213706882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
Current children cumulated CPU time: 1.65 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 105004 KiB

[startup+1.50119 s]
/proc/loadavg: 2.06 2.08 1.96 5/217 24724
/proc/meminfo: memFree=28027936/32770624 swapFree=67108860/67108860
[pid=24708] ppid=24705 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/24708/stat : 24708 (xcsp3-exec) S 24705 24708 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154384735 9740288 346 33554432000 4194304 5098028 140729219055248 140729219053352 139655716655740 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 17727488 140729219060852 140729219061056 140729219061056 140729219063787 0
/proc/24708/statm: 2378 346 289 221 0 87 0

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

/proc/24710/task/24718/stat : 24718 (java) S 24708 24708 21899 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 154384739 14320615424 61562 33554432000 4194304 4196468 140736540677984 139652752991856 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24719] ppid=24708 vsize=13984976 memory=246232 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24719/stat : 24719 (java) S 24708 24708 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154384741 14320615424 61562 33554432000 4194304 4196468 140736540677984 139652751940176 139653213714331 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24720] ppid=24708 vsize=13984976 memory=246180 CPUtime=2.84 cores=0,2,4,6
/proc/24710/task/24720/stat : 24720 (java) S 24708 24708 21899 0 -1 1077944384 18492 0 0 0 282 2 0 0 20 0 15 0 154384741 14320615424 61562 33554432000 4194304 4196468 140736540677984 139652750887024 139653213706882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24721] ppid=24708 vsize=13984976 memory=1 CPUtime=2.77 cores=0,2,4,6
/proc/24710/task/24721/stat : 24721 (java) S 24708 24708 21899 0 -1 1077944384 19800 0 0 0 275 2 0 0 20 0 15 0 154384741 14320615424 61562 33554432000 4194304 4196468 140736540677984 139652749834224 139653213706882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24722] ppid=24708 vsize=13984976 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/24710/task/24722/stat : 24722 (java) S 24708 24708 21899 0 -1 1077944384 8051 0 0 0 57 2 0 0 20 0 15 0 154384741 14320615424 61562 33554432000 4194304 4196468 140736540677984 139652748781936 139653213706882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24723] ppid=24708 vsize=13984976 memory=246248 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24723/stat : 24723 (java) S 24708 24708 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154384741 14320615424 61562 33554432000 4194304 4196468 140736540677984 139652747729376 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24724] ppid=24708 vsize=13984976 memory=4136 CPUtime=0.02 cores=0,2,4,6
/proc/24710/task/24724/stat : 24724 (java) S 24708 24708 21899 0 -1 1077944384 1834 0 0 0 1 1 0 0 20 0 15 0 154384741 14320615424 61562 33554432000 4194304 4196468 140736540677984 139652746677168 139653213706882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
Current children cumulated CPU time: 108.57 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 247632 KiB

[startup+162.301 s]
/proc/loadavg: 2.01 2.10 1.99 3/217 24726
/proc/meminfo: memFree=27853924/32770624 swapFree=67108860/67108860
[pid=24708] ppid=24705 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/24708/stat : 24708 (xcsp3-exec) S 24705 24708 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154384735 9740288 346 33554432000 4194304 5098028 140729219055248 140729219053352 139655716655740 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 17727488 140729219060852 140729219061056 140729219061056 140729219063787 0
/proc/24708/statm: 2378 346 289 221 0 87 0
[pid=24710] ppid=24708 vsize=13984976 memory=247360 CPUtime=168.72 cores=0,2,4,6
/proc/24710/stat : 24710 (java) S 24708 24708 21899 0 -1 1077944320 68172 0 0 0 16857 15 0 0 20 0 15 0 154384736 14320615424 61840 33554432000 4194304 4196468 140736540677984 140736540660528 139653213695735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
/proc/24710/statm: 3496244 61840 3266 1 0 3483478 0
[pid=24710/tid=24711] ppid=24708 vsize=13984976 memory=247360 CPUtime=162.22 cores=0,2,4,6
/proc/24710/task/24711/stat : 24711 (java) R 24708 24708 21899 0 -1 4202560 11840 0 0 0 16218 4 0 0 20 0 15 0 154384736 14320615424 61840 33554432000 4194304 4196468 140736540677984 139653217934536 139652829071365 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24712] ppid=24708 vsize=13984976 memory=247360 CPUtime=0.01 cores=0,2,4,6
/proc/24710/task/24712/stat : 24712 (java) S 24708 24708 21899 0 -1 1077944384 941 0 0 0 1 0 0 0 20 0 15 0 154384737 14320615424 61840 33554432000 4194304 4196468 140736540677984 139652809537936 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24713] ppid=24708 vsize=13984976 memory=1384 CPUtime=0.02 cores=0,2,4,6
/proc/24710/task/24713/stat : 24713 (java) S 24708 24708 21899 0 -1 1077944384 856 0 0 0 2 0 0 0 20 0 15 0 154384737 14320615424 61840 33554432000 4194304 4196468 140736540677984 139652808485136 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24714] ppid=24708 vsize=13984976 memory=1384 CPUtime=0.02 cores=0,2,4,6
/proc/24710/task/24714/stat : 24714 (java) S 24708 24708 21899 0 -1 1077944384 565 0 0 0 2 0 0 0 20 0 15 0 154384737 14320615424 61840 33554432000 4194304 4196468 140736540677984 139652807432848 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24715] ppid=24708 vsize=13984976 memory=247360 CPUtime=0.02 cores=0,2,4,6
/proc/24710/task/24715/stat : 24715 (java) S 24708 24708 21899 0 -1 1077944384 234 0 0 0 2 0 0 0 20 0 15 0 154384737 14320615424 61840 33554432000 4194304 4196468 140736540677984 139652806380048 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24716] ppid=24708 vsize=13984976 memory=1384 CPUtime=0.01 cores=0,2,4,6
/proc/24710/task/24716/stat : 24716 (java) S 24708 24708 21899 0 -1 1077944384 981 0 0 0 1 0 0 0 20 0 15 0 154384738 14320615424 61840 33554432000 4194304 4196468 140736540677984 139652755098224 139653213706882 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24717] ppid=24708 vsize=13984976 memory=246264 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24717/stat : 24717 (java) S 24708 24708 21899 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 154384739 14320615424 61840 33554432000 4194304 4196468 140736540677984 139652754044256 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24718] ppid=24708 vsize=13984976 memory=247360 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24718/stat : 24718 (java) S 24708 24708 21899 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 154384739 14320615424 61840 33554432000 4194304 4196468 140736540677984 139652752991856 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24719] ppid=24708 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24719/stat : 24719 (java) S 24708 24708 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154384741 14320615424 61840 33554432000 4194304 4196468 140736540677984 139652751940176 139653213714331 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24720] ppid=24708 vsize=13984976 memory=1384 CPUtime=2.87 cores=0,2,4,6
/proc/24710/task/24720/stat : 24720 (java) S 24708 24708 21899 0 -1 1077944384 19260 0 0 0 285 2 0 0 20 0 15 0 154384741 14320615424 61840 33554432000 4194304 4196468 140736540677984 139652750887024 139653213706882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24721] ppid=24708 vsize=13984976 memory=198392 CPUtime=2.82 cores=0,2,4,6
/proc/24710/task/24721/stat : 24721 (java) S 24708 24708 21899 0 -1 1077944384 21096 0 0 0 280 2 0 0 20 0 15 0 154384741 14320615424 61840 33554432000 4194304 4196468 140736540677984 139652749834224 139653213706882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24722] ppid=24708 vsize=13984976 memory=1724 CPUtime=0.6 cores=0,2,4,6
/proc/24710/task/24722/stat : 24722 (java) S 24708 24708 21899 0 -1 1077944384 9163 0 0 0 58 2 0 0 20 0 15 0 154384741 14320615424 61840 33554432000 4194304 4196468 140736540677984 139652748781936 139653213706882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24723] ppid=24708 vsize=13984976 memory=11104 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24723/stat : 24723 (java) S 24708 24708 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154384741 14320615424 61840 33554432000 4194304 4196468 140736540677984 139652747729376 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24724] ppid=24708 vsize=13984976 memory=1224 CPUtime=0.04 cores=0,2,4,6
/proc/24710/task/24724/stat : 24724 (java) S 24708 24708 21899 0 -1 1077944384 1876 0 0 0 2 2 0 0 20 0 15 0 154384741 14320615424 61840 33554432000 4194304 4196468 140736540677984 139652746677168 139653213706882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
Current children cumulated CPU time: 168.72 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 248744 KiB

[startup+222.301 s]
/proc/loadavg: 1.99 2.08 1.99 3/217 24806
/proc/meminfo: memFree=27884164/32770624 swapFree=67108860/67108860
[pid=24708] ppid=24705 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/24708/stat : 24708 (xcsp3-exec) S 24705 24708 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154384735 9740288 346 33554432000 4194304 5098028 140729219055248 140729219053352 139655716655740 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 17727488 140729219060852 140729219061056 140729219061056 140729219063787 0
/proc/24708/statm: 2378 346 289 221 0 87 0
[pid=24710] ppid=24708 vsize=13984976 memory=239192 CPUtime=228.82 cores=0,2,4,6
/proc/24710/stat : 24710 (java) S 24708 24708 21899 0 -1 1077944320 68942 0 0 0 22865 17 0 0 20 0 15 0 154384736 14320615424 59798 33554432000 4194304 4196468 140736540677984 140736540660528 139653213695735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
/proc/24710/statm: 3496244 59798 3266 1 0 3483478 0
[pid=24710/tid=24711] ppid=24708 vsize=13984976 memory=239192 CPUtime=222.2 cores=0,2,4,6
/proc/24710/task/24711/stat : 24711 (java) R 24708 24708 21899 0 -1 4202560 11883 0 0 0 22216 4 0 0 20 0 15 0 154384736 14320615424 59798 33554432000 4194304 4196468 140736540677984 139653217935184 139652830038502 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24712] ppid=24708 vsize=13984976 memory=239192 CPUtime=0.02 cores=0,2,4,6
/proc/24710/task/24712/stat : 24712 (java) S 24708 24708 21899 0 -1 1077944384 950 0 0 0 2 0 0 0 20 0 15 0 154384737 14320615424 59798 33554432000 4194304 4196468 140736540677984 139652809537936 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24713] ppid=24708 vsize=13984976 memory=239192 CPUtime=0.02 cores=0,2,4,6
/proc/24710/task/24713/stat : 24713 (java) S 24708 24708 21899 0 -1 1077944384 873 0 0 0 2 0 0 0 20 0 15 0 154384737 14320615424 59798 33554432000 4194304 4196468 140736540677984 139652808485136 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24714] ppid=24708 vsize=13984976 memory=4136 CPUtime=0.02 cores=0,2,4,6
/proc/24710/task/24714/stat : 24714 (java) S 24708 24708 21899 0 -1 1077944384 643 0 0 0 2 0 0 0 20 0 15 0 154384737 14320615424 59798 33554432000 4194304 4196468 140736540677984 139652807432848 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24715] ppid=24708 vsize=13984976 memory=1384 CPUtime=0.02 cores=0,2,4,6
/proc/24710/task/24715/stat : 24715 (java) S 24708 24708 21899 0 -1 1077944384 495 0 0 0 2 0 0 0 20 0 15 0 154384737 14320615424 59798 33554432000 4194304 4196468 140736540677984 139652806380048 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24716] ppid=24708 vsize=13984976 memory=1384 CPUtime=0.02 cores=0,2,4,6
/proc/24710/task/24716/stat : 24716 (java) S 24708 24708 21899 0 -1 1077944384 1022 0 0 0 2 0 0 0 20 0 15 0 154384738 14320615424 59798 33554432000 4194304 4196468 140736540677984 139652755098224 139653213706882 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24717] ppid=24708 vsize=13984976 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24717/stat : 24717 (java) S 24708 24708 21899 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 154384739 14320615424 59798 33554432000 4194304 4196468 140736540677984 139652754044256 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24718] ppid=24708 vsize=13984976 memory=796 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24718/stat : 24718 (java) S 24708 24708 21899 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 154384739 14320615424 59798 33554432000 4194304 4196468 140736540677984 139652752991856 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24719] ppid=24708 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24719/stat : 24719 (java) S 24708 24708 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154384741 14320615424 59798 33554432000 4194304 4196468 140736540677984 139652751940176 139653213714331 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24720] ppid=24708 vsize=13984976 memory=1384 CPUtime=2.88 cores=0,2,4,6
/proc/24710/task/24720/stat : 24720 (java) S 24708 24708 21899 0 -1 1077944384 19266 0 0 0 286 2 0 0 20 0 15 0 154384741 14320615424 59798 33554432000 4194304 4196468 140736540677984 139652750887024 139653213706882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24721] ppid=24708 vsize=13984976 memory=239192 CPUtime=2.87 cores=0,2,4,6
/proc/24710/task/24721/stat : 24721 (java) S 24708 24708 21899 0 -1 1077944384 21239 0 0 0 285 2 0 0 20 0 15 0 154384741 14320615424 59798 33554432000 4194304 4196468 140736540677984 139652749834224 139653213706882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24722] ppid=24708 vsize=13984976 memory=6791534058613427641 CPUtime=0.6 cores=0,2,4,6
/proc/24710/task/24722/stat : 24722 (java) S 24708 24708 21899 0 -1 1077944384 9329 0 0 0 58 2 0 0 20 0 15 0 154384741 14320615424 59798 33554432000 4194304 4196468 140736540677984 139652748781936 139653213706882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24723] ppid=24708 vsize=13984976 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24723/stat : 24723 (java) S 24708 24708 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154384741 14320615424 59798 33554432000 4194304 4196468 140736540677984 139652747729376 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24724] ppid=24708 vsize=13984976 memory=11104 CPUtime=0.06 cores=0,2,4,6
/proc/24710/task/24724/stat : 24724 (java) S 24708 24708 21899 0 -1 1077944384 1882 0 0 0 3 3 0 0 20 0 15 0 154384741 14320615424 59798 33554432000 4194304 4196468 140736540677984 139652746677168 139653213706882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
Current children cumulated CPU time: 228.82 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 240576 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.99 2.07 1.99 3/217 24806
/proc/meminfo: memFree=27875040/32770624 swapFree=67108860/67108860
[pid=24708] ppid=24705 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/24708/stat : 24708 (xcsp3-exec) S 24705 24708 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154384735 9740288 346 33554432000 4194304 5098028 140729219055248 140729219053352 139655716655740 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 17727488 140729219060852 140729219061056 140729219061056 140729219063787 0
/proc/24708/statm: 2378 346 289 221 0 87 0
[pid=24710] ppid=24708 vsize=13984976 memory=236148 CPUtime=246.56 cores=0,2,4,6
/proc/24710/stat : 24710 (java) S 24708 24708 21899 0 -1 1077944320 70785 0 0 0 24639 17 0 0 20 0 15 0 154384736 14320615424 59037 33554432000 4194304 4196468 140736540677984 140736540660528 139653213695735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
/proc/24710/statm: 3496244 59037 3267 1 0 3483478 0
[pid=24710/tid=24711] ppid=24708 vsize=13984976 memory=6791534058613427641 CPUtime=239.9 cores=0,2,4,6
/proc/24710/task/24711/stat : 24711 (java) R 24708 24708 21899 0 -1 4202560 12273 0 0 0 23986 4 0 0 20 0 15 0 154384736 14320615424 59037 33554432000 4194304 4196468 140736540677984 139653217932296 139652830914298 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24712] ppid=24708 vsize=13984976 memory=4872558044660077418 CPUtime=0.02 cores=0,2,4,6
/proc/24710/task/24712/stat : 24712 (java) S 24708 24708 21899 0 -1 1077944384 950 0 0 0 2 0 0 0 20 0 15 0 154384737 14320615424 59037 33554432000 4194304 4196468 140736540677984 139652809537936 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24713] ppid=24708 vsize=13984976 memory=290 CPUtime=0.02 cores=0,2,4,6
/proc/24710/task/24713/stat : 24713 (java) S 24708 24708 21899 0 -1 1077944384 874 0 0 0 2 0 0 0 20 0 15 0 154384737 14320615424 59037 33554432000 4194304 4196468 140736540677984 139652808485136 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24714] ppid=24708 vsize=13984976 memory=287 CPUtime=0.02 cores=0,2,4,6
/proc/24710/task/24714/stat : 24714 (java) S 24708 24708 21899 0 -1 1077944384 643 0 0 0 2 0 0 0 20 0 15 0 154384737 14320615424 59037 33554432000 4194304 4196468 140736540677984 139652807432848 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24715] ppid=24708 vsize=13984976 memory=60 CPUtime=0.02 cores=0,2,4,6
/proc/24710/task/24715/stat : 24715 (java) S 24708 24708 21899 0 -1 1077944384 495 0 0 0 2 0 0 0 20 0 15 0 154384737 14320615424 59037 33554432000 4194304 4196468 140736540677984 139652806380048 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24716] ppid=24708 vsize=13984976 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/24710/task/24716/stat : 24716 (java) S 24708 24708 21899 0 -1 1077944384 1027 0 0 0 2 0 0 0 20 0 15 0 154384738 14320615424 59037 33554432000 4194304 4196468 140736540677984 139652755098224 139653213706882 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24717] ppid=24708 vsize=13984976 memory=6 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24717/stat : 24717 (java) S 24708 24708 21899 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 154384739 14320615424 59037 33554432000 4194304 4196468 140736540677984 139652754044256 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24718] ppid=24708 vsize=13984976 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24718/stat : 24718 (java) S 24708 24708 21899 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 154384739 14320615424 59037 33554432000 4194304 4196468 140736540677984 139652752991856 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24719] ppid=24708 vsize=13984976 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24719/stat : 24719 (java) S 24708 24708 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154384741 14320615424 59037 33554432000 4194304 4196468 140736540677984 139652751940176 139653213714331 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24720] ppid=24708 vsize=13984976 memory=1424 CPUtime=2.9 cores=0,2,4,6
/proc/24710/task/24720/stat : 24720 (java) S 24708 24708 21899 0 -1 1077944384 20693 0 0 0 288 2 0 0 20 0 15 0 154384741 14320615424 59037 33554432000 4194304 4196468 140736540677984 139652750887024 139653213706882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24721] ppid=24708 vsize=13984976 memory=8608 CPUtime=2.87 cores=0,2,4,6
/proc/24710/task/24721/stat : 24721 (java) S 24708 24708 21899 0 -1 1077944384 21242 0 0 0 285 2 0 0 20 0 15 0 154384741 14320615424 59037 33554432000 4194304 4196468 140736540677984 139652749834224 139653213706882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24722] ppid=24708 vsize=13984976 memory=1724 CPUtime=0.6 cores=0,2,4,6
/proc/24710/task/24722/stat : 24722 (java) S 24708 24708 21899 0 -1 1077944384 9336 0 0 0 58 2 0 0 20 0 15 0 154384741 14320615424 59037 33554432000 4194304 4196468 140736540677984 139652748781936 139653213706882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24723] ppid=24708 vsize=13984976 memory=11104 CPUtime=0 cores=0,2,4,6
/proc/24710/task/24723/stat : 24723 (java) S 24708 24708 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154384741 14320615424 59037 33554432000 4194304 4196468 140736540677984 139652747729376 139653213705941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
[pid=24710/tid=24724] ppid=24708 vsize=13984976 memory=4136 CPUtime=0.06 cores=0,2,4,6
/proc/24710/task/24724/stat : 24724 (java) S 24708 24708 21899 0 -1 1077944384 1892 0 0 0 3 3 0 0 20 0 15 0 154384741 14320615424 59037 33554432000 4194304 4196468 140736540677984 139652746677168 139653213706882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37810176 140736540685469 140736540685644 140736540685644 140736540688335 0
Current children cumulated CPU time: 246.56 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 237532 KiB

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

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

[startup+240.023 s]
# the end of solver process 24710 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=246.406 s, system=0.180103 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): 240.023
CPU time (s): 246.586
CPU user time (s): 246.406
CPU system time (s): 0.180103
CPU usage (%): 102.734
Max. virtual memory (cumulated for all children) (KiB): 13996968
Max. memory (cumulated for all children) (KiB): 248744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 246.406
system time used= 0.180103
maximum resident set size= 253516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71694
page faults= 0
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8013
involuntary context switches= 370


# summary of solver processes directly reported to runsolver:
#   pid: 24708,24710
#   total CPU time (s): 246.586
#   total CPU user time (s): 246.406
#   total CPU system time (s): 0.180103

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.47965 second user time and 2.14179 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-20 08:55:06
IDJOB=4282950
IDBENCH=130614
IDSOLVER=2678
FILE ID=node102/4282950-1503212966
RUNJOBID= node102-1503209175-21930
PBS_JOBID= 20630875
Free space on /tmp= 61676 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-08.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4282950-1503212966/watcher-4282950-1503212966 -o /tmp/evaluation-result-4282950-1503212966/solver-4282950-1503212966 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node102-1503209175-21930 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1863392713 HOME/instance-4282950-1503212966.xml

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

MD5SUM BENCH= 8d41ef15b4a24b5ee65fe3e377737596
RANDOM SEED=1863392713

node102.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.35
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.35
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.35
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.35
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:        28140084 kB
MemAvailable:   31787412 kB
Buffers:          240264 kB
Cached:          3700212 kB
SwapCached:            0 kB
Active:          1261348 kB
Inactive:        2921020 kB
Active(anon):     195340 kB
Inactive(anon):    83092 kB
Active(file):    1066008 kB
Inactive(file):  2837928 kB
Unevictable:        7464 kB
Mlocked:            7464 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8192 kB
Writeback:             0 kB
AnonPages:        270548 kB
Mapped:            64056 kB
Shmem:             33420 kB
Slab:             146584 kB
SReclaimable:     118452 kB
SUnreclaim:        28132 kB
KernelStack:        3840 kB
PageTables:         5816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1304248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    137216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61668 MiB
End job on node102 at 2017-08-20 08:59:06