Trace number 4284306

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 5a (2017-08-18)SAT (TO)373 255.438 240.02901

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-19-a4.xml
MD5SUM264cffe383a4c1beb81f164e203eb53e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark329
Best CPU time to get the best result obtained on this benchmark248.836
Satisfiable
(Un)Satisfiability was proved
Number of variables19
Number of constraints13568
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":19}]
Minimum variable degree2755
Maximum variable degree2756
Distribution of variable degrees[{"degree":2755,"count":17},{"degree":2756,"count":2}]
Minimum constraint arity1
Maximum constraint arity19
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":1938},{"arity":4,"count":11628},{"arity":19,"count":1}]
Number of extensional constraints0
Number of intensional constraints13567
Distribution of constraint types[{"type":"intension","count":13567},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4284306-1503212652.xml"  -tl '264s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4284306-1503212652.xml, -tl, 264s, -p, 1, -x, 3]
0.12/0.20	c simple solver
0.33/0.27	c parse instance...
4.73/1.78	c solve instance...
94.63/80.16	o 373 
255.40/240.01	s SATISFIABLE
255.40/240.01	v <instantiation>
255.40/240.01	v 	<list>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] </list>
255.40/240.01	v 	<values>0 2 3 8 12 19 32 46 67 85 100 125 147 175 216 279 302 328 373 </values>
255.40/240.01	v </instantiation>
255.40/240.01	c Unexpected resolution interruption!

Verifier Data

OK	373

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284306-1503212652/watcher-4284306-1503212652 -o /tmp/evaluation-result-4284306-1503212652/solver-4284306-1503212652 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node113-1503209106-8067 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 994920350 HOME/instance-4284306-1503212652.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
solver pid=10305, runsolver pid=10302
Current StackSize limit: 8192 KiB


[startup+0.100172 s]*
/proc/loadavg: 1.76 1.91 1.84 3/217 10321
/proc/meminfo: memFree=26369600/32770624 swapFree=67108860/67108860
[pid=10305] ppid=10302 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/10305/stat : 10305 (xcsp3-exec) S 10302 10305 8036 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154352654 9740288 346 33554432000 4194304 5098028 140722676979952 140722676978056 140614577156732 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 37298176 140722676982901 140722676983104 140722676983104 140722676985835 0
/proc/10305/statm: 2378 346 289 221 0 87 0
[pid=10307] ppid=10305 vsize=13978596 memory=27044 CPUtime=0.12 cores=0,2,4,6
/proc/10307/stat : 10307 (java) S 10305 10305 8036 0 -1 1077944320 5598 0 0 0 11 1 0 0 20 0 15 0 154352655 14314082304 6761 33554432000 4194304 4196468 140735875855184 140735875837728 139821618413303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
/proc/10307/statm: 3494649 6761 2882 1 0 3482966 0
[pid=10307/tid=10308] ppid=10305 vsize=13978596 memory=8514701219881125282 CPUtime=0.09 cores=0,2,4,6
/proc/10307/task/10308/stat : 10308 (java) R 10305 10305 8036 0 -1 4202560 3583 0 0 0 9 0 0 0 20 0 15 0 154352655 14314082304 6761 33554432000 4194304 4196468 140735875855184 139821622646576 139821618425238 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10309] ppid=10305 vsize=13978596 memory=3472467900588610768 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10309/stat : 10309 (java) S 10305 10305 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154352656 14314082304 6761 33554432000 4194304 4196468 140735875855184 139821588126480 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10310] ppid=10305 vsize=13978596 memory=139771693459072 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10310/stat : 10310 (java) S 10305 10305 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154352656 14314082304 6761 33554432000 4194304 4196468 140735875855184 139821213162384 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10311] ppid=10305 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10311/stat : 10311 (java) S 10305 10305 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154352656 14314082304 6761 33554432000 4194304 4196468 140735875855184 139821212109840 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10312] ppid=10305 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10312/stat : 10312 (java) S 10305 10305 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154352656 14314082304 6761 33554432000 4194304 4196468 140735875855184 139821211057296 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10313] ppid=10305 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10313/stat : 10313 (java) S 10305 10305 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154352657 14314082304 6761 33554432000 4194304 4196468 140735875855184 139820597966832 139821618424450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10314] ppid=10305 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10314/stat : 10314 (java) S 10305 10305 8036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154352657 14314082304 6761 33554432000 4194304 4196468 140735875855184 139820596913056 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10315] ppid=10305 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10315/stat : 10315 (java) S 10305 10305 8036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154352658 14314082304 6761 33554432000 4194304 4196468 140735875855184 139820595860464 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10316] ppid=10305 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10316/stat : 10316 (java) S 10305 10305 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154352660 14314082304 6761 33554432000 4194304 4196468 140735875855184 139820594809040 139821618431899 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10317] ppid=10305 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10317/stat : 10317 (java) S 10305 10305 8036 0 -1 1077944384 430 0 0 0 0 0 0 0 20 0 15 0 154352660 14314082304 6761 33554432000 4194304 4196468 140735875855184 139820593756656 139821618424450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10318] ppid=10305 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10318/stat : 10318 (java) S 10305 10305 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154352660 14314082304 6761 33554432000 4194304 4196468 140735875855184 139820592704112 139821618424450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10319] ppid=10305 vsize=13978596 memory=139771693459072 CPUtime=0.01 cores=0,2,4,6
/proc/10307/task/10319/stat : 10319 (java) R 10305 10305 8036 0 -1 4202560 287 0 0 0 1 0 0 0 20 0 15 0 154352660 14314082304 6761 33554432000 4194304 4196468 140735875855184 139820591651568 139821599650864 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10320] ppid=10305 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10320/stat : 10320 (java) S 10305 10305 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154352660 14314082304 6761 33554432000 4194304 4196468 140735875855184 139820590599264 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10321] ppid=10305 vsize=13978596 memory=139771693459072 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10321/stat : 10321 (java) S 10305 10305 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154352661 14314082304 6761 33554432000 4194304 4196468 140735875855184 139820589545776 139821618424450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 28428 KiB

[startup+0.210696 s]*
/proc/loadavg: 1.76 1.91 1.84 5/217 10321
/proc/meminfo: memFree=26358508/32770624 swapFree=67108860/67108860
[pid=10305] ppid=10302 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/10305/stat : 10305 (xcsp3-exec) S 10302 10305 8036 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154352654 9740288 346 33554432000 4194304 5098028 140722676979952 140722676978056 140614577156732 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 37298176 140722676982901 140722676983104 140722676983104 140722676985835 0
/proc/10305/statm: 2378 346 289 221 0 87 0
[pid=10307] ppid=10305 vsize=13982852 memory=39476 CPUtime=0.33 cores=0,2,4,6
/proc/10307/stat : 10307 (java) S 10305 10305 8036 0 -1 1077944320 8364 0 0 0 32 1 0 0 20 0 15 0 154352655 14318440448 9869 33554432000 4194304 4196468 140735875855184 140735875837728 139821618413303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
/proc/10307/statm: 3495713 9869 3084 1 0 3482966 0
[pid=10307/tid=10308] ppid=10305 vsize=13982852 memory=5855082630820233377 CPUtime=0.2 cores=0,2,4,6
/proc/10307/task/10308/stat : 10308 (java) R 10305 10305 8036 0 -1 4202560 5360 0 0 0 19 1 0 0 20 0 15 0 154352655 14318440448 9869 33554432000 4194304 4196468 140735875855184 139821622635856 139821618435229 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10309] ppid=10305 vsize=13982852 memory=3472467900588610768 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10309/stat : 10309 (java) S 10305 10305 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154352656 14318440448 9869 33554432000 4194304 4196468 140735875855184 139821588126480 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10310] ppid=10305 vsize=13982852 memory=139771693459072 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10310/stat : 10310 (java) S 10305 10305 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154352656 14318440448 9869 33554432000 4194304 4196468 140735875855184 139821213162384 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10311] ppid=10305 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10311/stat : 10311 (java) S 10305 10305 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154352656 14318440448 9869 33554432000 4194304 4196468 140735875855184 139821212109840 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10312] ppid=10305 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10312/stat : 10312 (java) S 10305 10305 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154352656 14318440448 9869 33554432000 4194304 4196468 140735875855184 139821211057296 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10313] ppid=10305 vsize=13982852 memory=139771693459072 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10313/stat : 10313 (java) S 10305 10305 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154352657 14318440448 9869 33554432000 4194304 4196468 140735875855184 139820597966832 139821618424450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10314] ppid=10305 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10314/stat : 10314 (java) S 10305 10305 8036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154352657 14318440448 9869 33554432000 4194304 4196468 140735875855184 139820596913056 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10315] ppid=10305 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10315/stat : 10315 (java) S 10305 10305 8036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154352658 14318440448 9869 33554432000 4194304 4196468 140735875855184 139820595860464 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10316] ppid=10305 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10316/stat : 10316 (java) S 10305 10305 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154352660 14318440448 9869 33554432000 4194304 4196468 140735875855184 139820594809040 139821618431899 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10317] ppid=10305 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/10307/task/10317/stat : 10317 (java) R 10305 10305 8036 0 -1 1077944384 550 0 0 0 2 0 0 0 20 0 15 0 154352660 14318440448 9869 33554432000 4194304 4196468 140735875855184 139820593756656 139821618424450 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10318] ppid=10305 vsize=13982852 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/10307/task/10318/stat : 10318 (java) S 10305 10305 8036 0 -1 1077944384 281 0 0 0 2 0 0 0 20 0 15 0 154352660 14318440448 9869 33554432000 4194304 4196468 140735875855184 139820592704112 139821618424450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10319] ppid=10305 vsize=13982852 memory=139771693459072 CPUtime=0.07 cores=0,2,4,6
/proc/10307/task/10319/stat : 10319 (java) R 10305 10305 8036 0 -1 4202560 872 0 0 0 7 0 0 0 20 0 15 0 154352660 14318440448 9869 33554432000 4194304 4196468 140735875855184 139820591651568 139821597079280 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10320] ppid=10305 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10320/stat : 10320 (java) S 10305 10305 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154352660 14318440448 9869 33554432000 4194304 4196468 140735875855184 139820590599264 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10321] ppid=10305 vsize=13982852 memory=139771693459072 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10321/stat : 10321 (java) S 10305 10305 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154352661 14318440448 9869 33554432000 4194304 4196468 140735875855184 139820589545776 139821618424450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 40860 KiB

[startup+0.310493 s]*
/proc/loadavg: 1.76 1.91 1.84 4/217 10321
/proc/meminfo: memFree=26351808/32770624 swapFree=67108860/67108860
[pid=10305] ppid=10302 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/10305/stat : 10305 (xcsp3-exec) S 10302 10305 8036 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154352654 9740288 346 33554432000 4194304 5098028 140722676979952 140722676978056 140614577156732 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 37298176 140722676982901 140722676983104 140722676983104 140722676985835 0
/proc/10305/statm: 2378 346 289 221 0 87 0
[pid=10307] ppid=10305 vsize=13982852 memory=46436 CPUtime=0.5 cores=0,2,4,6
/proc/10307/stat : 10307 (java) S 10305 10305 8036 0 -1 1077944320 9266 0 0 0 48 2 0 0 20 0 15 0 154352655 14318440448 11609 33554432000 4194304 4196468 140735875855184 140735875837728 139821618413303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
/proc/10307/statm: 3495713 11609 3115 1 0 3482966 0
[pid=10307/tid=10308] ppid=10305 vsize=13982852 memory=8514701219880862117 CPUtime=0.29 cores=0,2,4,6
/proc/10307/task/10308/stat : 10308 (java) R 10305 10305 8036 0 -1 4202560 6030 0 0 0 28 1 0 0 20 0 15 0 154352655 14318440448 11609 33554432000 4194304 4196468 140735875855184 139821622652336 139821618425238 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10309] ppid=10305 vsize=13982852 memory=3472467900588610768 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10309/stat : 10309 (java) S 10305 10305 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154352656 14318440448 11609 33554432000 4194304 4196468 140735875855184 139821588126480 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10310] ppid=10305 vsize=13982852 memory=139771693459072 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10310/stat : 10310 (java) S 10305 10305 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154352656 14318440448 11609 33554432000 4194304 4196468 140735875855184 139821213162384 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10311] ppid=10305 vsize=13982852 memory=1 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10311/stat : 10311 (java) S 10305 10305 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154352656 14318440448 11609 33554432000 4194304 4196468 140735875855184 139821212109840 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10312] ppid=10305 vsize=13982852 memory=139771590617119 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10312/stat : 10312 (java) S 10305 10305 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154352656 14318440448 11609 33554432000 4194304 4196468 140735875855184 139821211057296 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10313] ppid=10305 vsize=13982852 memory=279543181213472 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10313/stat : 10313 (java) S 10305 10305 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154352657 14318440448 11609 33554432000 4194304 4196468 140735875855184 139820597966832 139821618424450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10314] ppid=10305 vsize=13982852 memory=139771590594063 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10314/stat : 10314 (java) S 10305 10305 8036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154352657 14318440448 11609 33554432000 4194304 4196468 140735875855184 139820596913056 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10315] ppid=10305 vsize=13982852 memory=279543283936264 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10315/stat : 10315 (java) S 10305 10305 8036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154352658 14318440448 11609 33554432000 4194304 4196468 140735875855184 139820595860464 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10316] ppid=10305 vsize=13982852 memory=139771590617119 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10316/stat : 10316 (java) S 10305 10305 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154352660 14318440448 11609 33554432000 4194304 4196468 140735875855184 139820594809040 139821618431899 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10317] ppid=10305 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/10307/task/10317/stat : 10317 (java) S 10305 10305 8036 0 -1 1077944384 552 0 0 0 3 0 0 0 20 0 15 0 154352660 14318440448 11609 33554432000 4194304 4196468 140735875855184 139820593756656 139821618424450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10318] ppid=10305 vsize=13982852 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/10307/task/10318/stat : 10318 (java) S 10305 10305 8036 0 -1 1077944384 354 0 0 0 4 0 0 0 20 0 15 0 154352660 14318440448 11609 33554432000 4194304 4196468 140735875855184 139820592704112 139821618424450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10319] ppid=10305 vsize=13982852 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/10307/task/10319/stat : 10319 (java) R 10305 10305 8036 0 -1 4202560 1027 0 0 0 12 0 0 0 20 0 15 0 154352660 14318440448 11609 33554432000 4194304 4196468 140735875855184 139820591651568 139821618425238 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10320] ppid=10305 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10320/stat : 10320 (java) S 10305 10305 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154352660 14318440448 11609 33554432000 4194304 4196468 140735875855184 139820590599264 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10321] ppid=10305 vsize=13982852 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10321/stat : 10321 (java) S 10305 10305 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154352661 14318440448 11609 33554432000 4194304 4196468 140735875855184 139820589545776 139821618424450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 47820 KiB

[startup+0.700794 s]
/proc/loadavg: 1.76 1.91 1.84 6/217 10321
/proc/meminfo: memFree=26330344/32770624 swapFree=67108860/67108860
[pid=10305] ppid=10302 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/10305/stat : 10305 (xcsp3-exec) S 10302 10305 8036 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154352654 9740288 346 33554432000 4194304 5098028 140722676979952 140722676978056 140614577156732 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 37298176 140722676982901 140722676983104 140722676983104 140722676985835 0
/proc/10305/statm: 2378 346 289 221 0 87 0
[pid=10307] ppid=10305 vsize=13982928 memory=132212 CPUtime=1.69 cores=0,2,4,6
/proc/10307/stat : 10307 (java) S 10305 10305 8036 0 -1 1077944320 12322 0 0 0 164 5 0 0 20 0 15 0 154352655 14318518272 32541 33554432000 4194304 4196468 140735875855184 140735875837728 139821618413303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
/proc/10307/statm: 3495732 33053 3199 1 0 3482966 0
[pid=10307/tid=10308] ppid=10305 vsize=13982928 memory=33 CPUtime=0.67 cores=0,2,4,6
/proc/10307/task/10308/stat : 10308 (java) R 10305 10305 8036 0 -1 4202560 6352 0 0 0 64 3 0 0 20 0 15 0 154352655 14318518272 33053 33554432000 4194304 4196468 140735875855184 139821622649904 139821258044518 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10309] ppid=10305 vsize=13982928 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10309/stat : 10309 (java) S 10305 10305 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154352656 14318518272 33053 33554432000 4194304 4196468 140735875855184 139821588126480 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10310] ppid=10305 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10310/stat : 10310 (java) S 10305 10305 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154352656 14318518272 33053 33554432000 4194304 4196468 140735875855184 139821213162384 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10311] ppid=10305 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10311/stat : 10311 (java) S 10305 10305 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154352656 14318518272 33053 33554432000 4194304 4196468 140735875855184 139821212109840 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10312] ppid=10305 vsize=13982928 memory=53 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10312/stat : 10312 (java) S 10305 10305 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154352656 14318518272 33053 33554432000 4194304 4196468 140735875855184 139821211057296 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10313] ppid=10305 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10313/stat : 10313 (java) S 10305 10305 8036 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 154352657 14318518272 33053 33554432000 4194304 4196468 140735875855184 139820597966832 139821618424450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10314] ppid=10305 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10314/stat : 10314 (java) S 10305 10305 8036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154352657 14318518272 33053 33554432000 4194304 4196468 140735875855184 139820596913056 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10315] ppid=10305 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10315/stat : 10315 (java) S 10305 10305 8036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154352658 14318518272 33053 33554432000 4194304 4196468 140735875855184 139820595860464 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10316] ppid=10305 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10316/stat : 10316 (java) S 10305 10305 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154352660 14318518272 33053 33554432000 4194304 4196468 140735875855184 139820594809040 139821618431899 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10317] ppid=10305 vsize=13982928 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/10307/task/10317/stat : 10317 (java) R 10305 10305 8036 0 -1 4202560 1541 0 0 0 35 0 0 0 20 0 15 0 154352660 14318518272 33053 33554432000 4194304 4196468 140735875855184 139820593745920 139821603528517 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10318] ppid=10305 vsize=13982928 memory=5796 CPUtime=0.37 cores=0,2,4,6
/proc/10307/task/10318/stat : 10318 (java) R 10305 10305 8036 0 -1 4202560 1393 0 0 0 37 0 0 0 20 0 15 0 154352660 14318518272 33053 33554432000 4194304 4196468 140735875855184 139820592690136 139821601969602 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10319] ppid=10305 vsize=13982928 memory=1224 CPUtime=0.26 cores=0,2,4,6
/proc/10307/task/10319/stat : 10319 (java) S 10305 10305 8036 0 -1 1077944384 1729 0 0 0 26 0 0 0 20 0 15 0 154352660 14318518272 33053 33554432000 4194304 4196468 140735875855184 139820591651568 139821618424450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10320] ppid=10305 vsize=13982928 memory=8716 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10320/stat : 10320 (java) S 10305 10305 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154352660 14318518272 33053 33554432000 4194304 4196468 140735875855184 139820590599264 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10321] ppid=10305 vsize=13982928 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10321/stat : 10321 (java) S 10305 10305 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154352661 14318518272 33053 33554432000 4194304 4196468 140735875855184 139820589545776 139821618424450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 133596 KiB

[startup+1.50179 s]
/proc/loadavg: 1.76 1.91 1.84 6/217 10321
/proc/meminfo: memFree=26198608/32770624 swapFree=67108860/67108860
[pid=10305] ppid=10302 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/10305/stat : 10305 (xcsp3-exec) S 10302 10305 8036 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154352654 9740288 346 33554432000 4194304 5098028 140722676979952 140722676978056 140614577156732 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 37298176 140722676982901 140722676983104 140722676983104 140722676985835 0
/proc/10305/statm: 2378 346 289 221 0 87 0

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

[pid=10307/tid=10313] ppid=10305 vsize=13984976 memory=1732 CPUtime=0.68 cores=0,2,4,6
/proc/10307/task/10313/stat : 10313 (java) S 10305 10305 8036 0 -1 1077944384 9858 0 0 0 67 1 0 0 20 0 15 0 154352657 14320615424 404690 33554432000 4194304 4196468 140735875855184 139820597966832 139821618424450 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10314] ppid=10305 vsize=13984976 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10314/stat : 10314 (java) S 10305 10305 8036 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 154352657 14320615424 404690 33554432000 4194304 4196468 140735875855184 139820596913120 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10315] ppid=10305 vsize=13984976 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10315/stat : 10315 (java) S 10305 10305 8036 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 154352658 14320615424 404690 33554432000 4194304 4196468 140735875855184 139820595860464 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10316] ppid=10305 vsize=13984976 memory=800 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10316/stat : 10316 (java) S 10305 10305 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154352660 14320615424 404690 33554432000 4194304 4196468 140735875855184 139820594809040 139821618431899 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10317] ppid=10305 vsize=13984976 memory=12132 CPUtime=3 cores=0,2,4,6
/proc/10307/task/10317/stat : 10317 (java) S 10305 10305 8036 0 -1 1077944384 9797 0 0 0 298 2 0 0 20 0 15 0 154352660 14320615424 404690 33554432000 4194304 4196468 140735875855184 139820593756656 139821618424450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10318] ppid=10305 vsize=13984976 memory=4100 CPUtime=2.97 cores=0,2,4,6
/proc/10307/task/10318/stat : 10318 (java) S 10305 10305 8036 0 -1 1077944384 8457 0 0 0 296 1 0 0 20 0 15 0 154352660 14320615424 404690 33554432000 4194304 4196468 140735875855184 139820592704112 139821618424450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10319] ppid=10305 vsize=13984976 memory=42592 CPUtime=0.85 cores=0,2,4,6
/proc/10307/task/10319/stat : 10319 (java) S 10305 10305 8036 0 -1 1077944384 8095 0 0 0 83 2 0 0 20 0 15 0 154352660 14320615424 404690 33554432000 4194304 4196468 140735875855184 139820591651568 139821618424450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10320] ppid=10305 vsize=13984976 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10320/stat : 10320 (java) S 10305 10305 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154352660 14320615424 404690 33554432000 4194304 4196468 140735875855184 139820590599264 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10321] ppid=10305 vsize=13984976 memory=1618760 CPUtime=0.05 cores=0,2,4,6
/proc/10307/task/10321/stat : 10321 (java) S 10305 10305 8036 0 -1 1077944384 490 0 0 0 2 3 0 0 20 0 15 0 154352661 14320615424 404690 33554432000 4194304 4196468 140735875855184 139820589545776 139821618424450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
Current children cumulated CPU time: 117.15 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 1620144 KiB

[startup+162.301 s]
/proc/loadavg: 1.97 1.94 1.86 3/217 10408
/proc/meminfo: memFree=23155160/32770624 swapFree=67108860/67108860
[pid=10305] ppid=10302 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/10305/stat : 10305 (xcsp3-exec) S 10302 10305 8036 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154352654 9740288 346 33554432000 4194304 5098028 140722676979952 140722676978056 140614577156732 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 37298176 140722676982901 140722676983104 140722676983104 140722676985835 0
/proc/10305/statm: 2378 346 289 221 0 87 0
[pid=10307] ppid=10305 vsize=13984976 memory=1618824 CPUtime=177.52 cores=0,2,4,6
/proc/10307/stat : 10307 (java) S 10305 10305 8036 0 -1 1077944320 59850 0 0 0 17621 131 0 0 20 0 15 0 154352655 14320615424 404706 33554432000 4194304 4196468 140735875855184 140735875837728 139821618413303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
/proc/10307/statm: 3496244 404706 3285 1 0 3483478 0
[pid=10307/tid=10308] ppid=10305 vsize=13984976 memory=1384 CPUtime=158.8 cores=0,2,4,6
/proc/10307/task/10308/stat : 10308 (java) R 10305 10305 8036 0 -1 4202560 13480 0 0 0 15871 9 0 0 20 0 15 0 154352655 14320615424 404706 33554432000 4194304 4196468 140735875855184 139821622649640 139821263226240 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10309] ppid=10305 vsize=13984976 memory=1618824 CPUtime=2.69 cores=0,2,4,6
/proc/10307/task/10309/stat : 10309 (java) S 10305 10305 8036 0 -1 1077944384 1377 0 0 0 242 27 0 0 20 0 15 0 154352656 14320615424 404706 33554432000 4194304 4196468 140735875855184 139821588126480 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10310] ppid=10305 vsize=13984976 memory=1618824 CPUtime=2.69 cores=0,2,4,6
/proc/10307/task/10310/stat : 10310 (java) S 10305 10305 8036 0 -1 1077944384 2051 0 0 0 242 27 0 0 20 0 15 0 154352656 14320615424 404706 33554432000 4194304 4196468 140735875855184 139821213162384 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10311] ppid=10305 vsize=13984976 memory=1618824 CPUtime=2.65 cores=0,2,4,6
/proc/10307/task/10311/stat : 10311 (java) S 10305 10305 8036 0 -1 1077944384 2260 0 0 0 238 27 0 0 20 0 15 0 154352656 14320615424 404706 33554432000 4194304 4196468 140735875855184 139821212109840 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10312] ppid=10305 vsize=13984976 memory=1618768 CPUtime=2.66 cores=0,2,4,6
/proc/10307/task/10312/stat : 10312 (java) S 10305 10305 8036 0 -1 1077944384 1267 0 0 0 239 27 0 0 20 0 15 0 154352656 14320615424 404706 33554432000 4194304 4196468 140735875855184 139821211057296 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10313] ppid=10305 vsize=13984976 memory=1618824 CPUtime=0.69 cores=0,2,4,6
/proc/10307/task/10313/stat : 10313 (java) S 10305 10305 8036 0 -1 1077944384 9882 0 0 0 68 1 0 0 20 0 15 0 154352657 14320615424 404706 33554432000 4194304 4196468 140735875855184 139820597966832 139821618424450 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10314] ppid=10305 vsize=13984976 memory=1618824 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10314/stat : 10314 (java) S 10305 10305 8036 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 154352657 14320615424 404706 33554432000 4194304 4196468 140735875855184 139820596913120 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10315] ppid=10305 vsize=13984976 memory=1618824 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10315/stat : 10315 (java) S 10305 10305 8036 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 154352658 14320615424 404706 33554432000 4194304 4196468 140735875855184 139820595860464 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10316] ppid=10305 vsize=13984976 memory=1618824 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10316/stat : 10316 (java) S 10305 10305 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154352660 14320615424 404706 33554432000 4194304 4196468 140735875855184 139820594809040 139821618431899 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10317] ppid=10305 vsize=13984976 memory=1384 CPUtime=3.18 cores=0,2,4,6
/proc/10307/task/10317/stat : 10317 (java) S 10305 10305 8036 0 -1 1077944384 10310 0 0 0 316 2 0 0 20 0 15 0 154352660 14320615424 404706 33554432000 4194304 4196468 140735875855184 139820593756656 139821618424450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10318] ppid=10305 vsize=13984976 memory=5796 CPUtime=3.12 cores=0,2,4,6
/proc/10307/task/10318/stat : 10318 (java) S 10305 10305 8036 0 -1 1077944384 9191 0 0 0 311 1 0 0 20 0 15 0 154352660 14320615424 404706 33554432000 4194304 4196468 140735875855184 139820592704112 139821618424450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10319] ppid=10305 vsize=13984976 memory=1224 CPUtime=0.86 cores=0,2,4,6
/proc/10307/task/10319/stat : 10319 (java) S 10305 10305 8036 0 -1 1077944384 8183 0 0 0 84 2 0 0 20 0 15 0 154352660 14320615424 404706 33554432000 4194304 4196468 140735875855184 139820591651568 139821618424450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10320] ppid=10305 vsize=13984976 memory=16236 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10320/stat : 10320 (java) S 10305 10305 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154352660 14320615424 404706 33554432000 4194304 4196468 140735875855184 139820590599264 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10321] ppid=10305 vsize=13984976 memory=1796 CPUtime=0.09 cores=0,2,4,6
/proc/10307/task/10321/stat : 10321 (java) S 10305 10305 8036 0 -1 1077944384 523 0 0 0 4 5 0 0 20 0 15 0 154352661 14320615424 404706 33554432000 4194304 4196468 140735875855184 139820589545776 139821618424450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
Current children cumulated CPU time: 177.52 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 1620208 KiB

[startup+222.301 s]
/proc/loadavg: 1.99 1.95 1.87 3/217 10409
/proc/meminfo: memFree=23155068/32770624 swapFree=67108860/67108860
[pid=10305] ppid=10302 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/10305/stat : 10305 (xcsp3-exec) S 10302 10305 8036 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154352654 9740288 346 33554432000 4194304 5098028 140722676979952 140722676978056 140614577156732 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 37298176 140722676982901 140722676983104 140722676983104 140722676985835 0
/proc/10305/statm: 2378 346 289 221 0 87 0
[pid=10307] ppid=10305 vsize=13984976 memory=1618832 CPUtime=237.63 cores=0,2,4,6
/proc/10307/stat : 10307 (java) S 10305 10305 8036 0 -1 1077944320 61953 0 0 0 23630 133 0 0 20 0 15 0 154352655 14320615424 404708 33554432000 4194304 4196468 140735875855184 140735875837728 139821618413303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
/proc/10307/statm: 3496244 404708 3285 1 0 3483478 0
[pid=10307/tid=10308] ppid=10305 vsize=13984976 memory=4206470149334851850 CPUtime=218.79 cores=0,2,4,6
/proc/10307/task/10308/stat : 10308 (java) R 10305 10305 8036 0 -1 4202560 13881 0 0 0 21870 9 0 0 20 0 15 0 154352655 14320615424 404708 33554432000 4194304 4196468 140735875855184 139821622649056 139821262629073 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10309] ppid=10305 vsize=13984976 memory=1384 CPUtime=2.69 cores=0,2,4,6
/proc/10307/task/10309/stat : 10309 (java) S 10305 10305 8036 0 -1 1077944384 1377 0 0 0 242 27 0 0 20 0 15 0 154352656 14320615424 404708 33554432000 4194304 4196468 140735875855184 139821588126480 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10310] ppid=10305 vsize=13984976 memory=1618832 CPUtime=2.69 cores=0,2,4,6
/proc/10307/task/10310/stat : 10310 (java) S 10305 10305 8036 0 -1 1077944384 2051 0 0 0 242 27 0 0 20 0 15 0 154352656 14320615424 404708 33554432000 4194304 4196468 140735875855184 139821213162384 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10311] ppid=10305 vsize=13984976 memory=1618832 CPUtime=2.65 cores=0,2,4,6
/proc/10307/task/10311/stat : 10311 (java) S 10305 10305 8036 0 -1 1077944384 2260 0 0 0 238 27 0 0 20 0 15 0 154352656 14320615424 404708 33554432000 4194304 4196468 140735875855184 139821212109840 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10312] ppid=10305 vsize=13984976 memory=1618832 CPUtime=2.66 cores=0,2,4,6
/proc/10307/task/10312/stat : 10312 (java) S 10305 10305 8036 0 -1 1077944384 1267 0 0 0 239 27 0 0 20 0 15 0 154352656 14320615424 404708 33554432000 4194304 4196468 140735875855184 139821211057296 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10313] ppid=10305 vsize=13984976 memory=1618832 CPUtime=0.69 cores=0,2,4,6
/proc/10307/task/10313/stat : 10313 (java) S 10305 10305 8036 0 -1 1077944384 9909 0 0 0 68 1 0 0 20 0 15 0 154352657 14320615424 404708 33554432000 4194304 4196468 140735875855184 139820597966832 139821618424450 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10314] ppid=10305 vsize=13984976 memory=1618832 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10314/stat : 10314 (java) S 10305 10305 8036 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 154352657 14320615424 404708 33554432000 4194304 4196468 140735875855184 139820596913120 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10315] ppid=10305 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10315/stat : 10315 (java) S 10305 10305 8036 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 154352658 14320615424 404708 33554432000 4194304 4196468 140735875855184 139820595860464 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10316] ppid=10305 vsize=13984976 memory=14695192787684081 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10316/stat : 10316 (java) S 10305 10305 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154352660 14320615424 404708 33554432000 4194304 4196468 140735875855184 139820594809040 139821618431899 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10317] ppid=10305 vsize=13984976 memory=1568 CPUtime=3.21 cores=0,2,4,6
/proc/10307/task/10317/stat : 10317 (java) S 10305 10305 8036 0 -1 1077944384 10864 0 0 0 319 2 0 0 20 0 15 0 154352660 14320615424 404708 33554432000 4194304 4196468 140735875855184 139820593756656 139821618424450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10318] ppid=10305 vsize=13984976 memory=1384 CPUtime=3.17 cores=0,2,4,6
/proc/10307/task/10318/stat : 10318 (java) S 10305 10305 8036 0 -1 1077944384 9649 0 0 0 315 2 0 0 20 0 15 0 154352660 14320615424 404708 33554432000 4194304 4196468 140735875855184 139820592704112 139821618424450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10319] ppid=10305 vsize=13984976 memory=1384 CPUtime=0.87 cores=0,2,4,6
/proc/10307/task/10319/stat : 10319 (java) S 10305 10305 8036 0 -1 1077944384 8842 0 0 0 85 2 0 0 20 0 15 0 154352660 14320615424 404708 33554432000 4194304 4196468 140735875855184 139820591651568 139821618424450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10320] ppid=10305 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10320/stat : 10320 (java) S 10305 10305 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154352660 14320615424 404708 33554432000 4194304 4196468 140735875855184 139820590599264 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10321] ppid=10305 vsize=13984976 memory=1618832 CPUtime=0.11 cores=0,2,4,6
/proc/10307/task/10321/stat : 10321 (java) S 10305 10305 8036 0 -1 1077944384 527 0 0 0 5 6 0 0 20 0 15 0 154352661 14320615424 404708 33554432000 4194304 4196468 140735875855184 139820589545776 139821618424450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
Current children cumulated CPU time: 237.63 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 1620216 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.99 1.96 1.87 3/217 10409
/proc/meminfo: memFree=23155192/32770624 swapFree=67108860/67108860
[pid=10305] ppid=10302 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/10305/stat : 10305 (xcsp3-exec) S 10302 10305 8036 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154352654 9740288 346 33554432000 4194304 5098028 140722676979952 140722676978056 140614577156732 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 37298176 140722676982901 140722676983104 140722676983104 140722676985835 0
/proc/10305/statm: 2378 346 289 221 0 87 0
[pid=10307] ppid=10305 vsize=13984976 memory=1618844 CPUtime=255.4 cores=0,2,4,6
/proc/10307/stat : 10307 (java) S 10305 10305 8036 0 -1 1077944320 66082 0 0 0 25406 134 0 0 20 0 15 0 154352655 14320615424 404711 33554432000 4194304 4196468 140735875855184 140735875837728 139821618413303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
/proc/10307/statm: 3496244 404711 3285 1 0 3483478 0
[pid=10307/tid=10308] ppid=10305 vsize=13984976 memory=6791534058613427641 CPUtime=236.49 cores=0,2,4,6
/proc/10307/task/10308/stat : 10308 (java) R 10305 10305 8036 0 -1 4202560 15199 0 0 0 23640 9 0 0 20 0 15 0 154352655 14320615424 404711 33554432000 4194304 4196468 140735875855184 139821622649536 139821262517438 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10309] ppid=10305 vsize=13984976 memory=-7003737579269690708 CPUtime=2.69 cores=0,2,4,6
/proc/10307/task/10309/stat : 10309 (java) S 10305 10305 8036 0 -1 1077944384 1377 0 0 0 242 27 0 0 20 0 15 0 154352656 14320615424 404711 33554432000 4194304 4196468 140735875855184 139821588126480 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10310] ppid=10305 vsize=13984976 memory=4104 CPUtime=2.69 cores=0,2,4,6
/proc/10307/task/10310/stat : 10310 (java) S 10305 10305 8036 0 -1 1077944384 2051 0 0 0 242 27 0 0 20 0 15 0 154352656 14320615424 404711 33554432000 4194304 4196468 140735875855184 139821213162384 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10311] ppid=10305 vsize=13984976 memory=1160 CPUtime=2.65 cores=0,2,4,6
/proc/10307/task/10311/stat : 10311 (java) S 10305 10305 8036 0 -1 1077944384 2260 0 0 0 238 27 0 0 20 0 15 0 154352656 14320615424 404711 33554432000 4194304 4196468 140735875855184 139821212109840 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10312] ppid=10305 vsize=13984976 memory=3120 CPUtime=2.66 cores=0,2,4,6
/proc/10307/task/10312/stat : 10312 (java) S 10305 10305 8036 0 -1 1077944384 1267 0 0 0 239 27 0 0 20 0 15 0 154352656 14320615424 404711 33554432000 4194304 4196468 140735875855184 139821211057296 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10313] ppid=10305 vsize=13984976 memory=1384 CPUtime=0.69 cores=0,2,4,6
/proc/10307/task/10313/stat : 10313 (java) S 10305 10305 8036 0 -1 1077944384 9963 0 0 0 68 1 0 0 20 0 15 0 154352657 14320615424 404711 33554432000 4194304 4196468 140735875855184 139820597966832 139821618424450 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10314] ppid=10305 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10314/stat : 10314 (java) S 10305 10305 8036 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 154352657 14320615424 404711 33554432000 4194304 4196468 140735875855184 139820596913120 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10315] ppid=10305 vsize=13984976 memory=2676 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10315/stat : 10315 (java) S 10305 10305 8036 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 154352658 14320615424 404711 33554432000 4194304 4196468 140735875855184 139820595860464 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10316] ppid=10305 vsize=13984976 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10316/stat : 10316 (java) S 10305 10305 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154352660 14320615424 404711 33554432000 4194304 4196468 140735875855184 139820594809040 139821618431899 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10317] ppid=10305 vsize=13984976 memory=1160 CPUtime=3.22 cores=0,2,4,6
/proc/10307/task/10317/stat : 10317 (java) S 10305 10305 8036 0 -1 1077944384 10885 0 0 0 320 2 0 0 20 0 15 0 154352660 14320615424 404711 33554432000 4194304 4196468 140735875855184 139820593756656 139821618424450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10318] ppid=10305 vsize=13984976 memory=3120 CPUtime=3.21 cores=0,2,4,6
/proc/10307/task/10318/stat : 10318 (java) S 10305 10305 8036 0 -1 1077944384 11219 0 0 0 319 2 0 0 20 0 15 0 154352660 14320615424 404711 33554432000 4194304 4196468 140735875855184 139820592704112 139821618424450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10319] ppid=10305 vsize=13984976 memory=1384 CPUtime=0.88 cores=0,2,4,6
/proc/10307/task/10319/stat : 10319 (java) S 10305 10305 8036 0 -1 1077944384 9998 0 0 0 86 2 0 0 20 0 15 0 154352660 14320615424 404711 33554432000 4194304 4196468 140735875855184 139820591651568 139821618424450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10320] ppid=10305 vsize=13984976 memory=1618844 CPUtime=0 cores=0,2,4,6
/proc/10307/task/10320/stat : 10320 (java) S 10305 10305 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154352660 14320615424 404711 33554432000 4194304 4196468 140735875855184 139820590599264 139821618423509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
[pid=10307/tid=10321] ppid=10305 vsize=13984976 memory=1160 CPUtime=0.13 cores=0,2,4,6
/proc/10307/task/10321/stat : 10321 (java) S 10305 10305 8036 0 -1 1077944384 537 0 0 0 6 7 0 0 20 0 15 0 154352661 14320615424 404711 33554432000 4194304 4196468 140735875855184 139820589545776 139821618424450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19402752 140735875859613 140735875859788 140735875859788 140735875862479 0
Current children cumulated CPU time: 255.4 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 1620228 KiB

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

[startup+240.029 s]
# the end of solver process 10305 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=254.079 s, system=1.35936 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 240.029
CPU time (s): 255.438
CPU user time (s): 254.079
CPU system time (s): 1.35936
CPU usage (%): 106.42
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 1620228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 254.079
system time used= 1.35936
maximum resident set size= 1619448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67089
page faults= 0
swaps= 0
block input operations= 0
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9041
involuntary context switches= 648


# summary of solver processes directly reported to runsolver:
#   pid: 10305
#   total CPU time (s): 255.438
#   total CPU user time (s): 254.079
#   total CPU system time (s): 1.35936

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.41364 second user time and 2.52097 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-20 08:49:52
IDJOB=4284306
IDBENCH=126252
IDSOLVER=2680
FILE ID=node113/4284306-1503212652
RUNJOBID= node113-1503209106-8067
PBS_JOBID= 20630874
Free space on /tmp= 61588 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-19-a4.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-4284306-1503212652/watcher-4284306-1503212652 -o /tmp/evaluation-result-4284306-1503212652/solver-4284306-1503212652 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node113-1503209106-8067 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 994920350 HOME/instance-4284306-1503212652.xml

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

MD5SUM BENCH= 264cffe383a4c1beb81f164e203eb53e
RANDOM SEED=994920350

node113.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.89
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.89
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.89
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.89
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:        26384880 kB
MemAvailable:   31753724 kB
Buffers:          257752 kB
Cached:          5400340 kB
SwapCached:            0 kB
Active:          1529916 kB
Inactive:        4401332 kB
Active(anon):     222968 kB
Inactive(anon):    85940 kB
Active(file):    1306948 kB
Inactive(file):  4315392 kB
Unevictable:        7460 kB
Mlocked:            7460 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8216 kB
Writeback:             0 kB
AnonPages:        280096 kB
Mapped:            63860 kB
Shmem:             33416 kB
Slab:             152220 kB
SReclaimable:     124680 kB
SUnreclaim:        27540 kB
KernelStack:        3760 kB
PageTables:         6100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1187336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    133120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61576 MiB
End job on node113 at 2017-08-20 08:53:52