Trace number 4283080

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)? (TO) 244.92999 240.02299

General information on the benchmark

NameStillLife/StillLife-wst-s1/
StillLife-wastage-50.xml
MD5SUMb46c08097c4951fbb159b9042bff535d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1137
Best CPU time to get the best result obtained on this benchmark1807.03
Satisfiable
(Un)Satisfiability was proved
Number of variables5461
Number of constraints3008
Number of domains4
Minimum domain size2
Maximum domain size5409
Distribution of domain sizes[{"size":2,"count":2704},{"size":3,"count":2704},{"size":2501,"count":1},{"size":5409,"count":52}]
Minimum variable degree1
Maximum variable degree53
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":2701},{"degree":3,"count":55},{"degree":4,"count":200},{"degree":8,"count":196},{"degree":9,"count":2304},{"degree":53,"count":1}]
Minimum constraint arity2
Maximum constraint arity54
Distribution of constraint arities[{"arity":2,"count":252},{"arity":3,"count":200},{"arity":10,"count":2500},{"arity":52,"count":4},{"arity":53,"count":1},{"arity":54,"count":51}]
Number of extensional constraints2700
Number of intensional constraints251
Distribution of constraint types[{"type":"extension","count":2700},{"type":"intension","count":251},{"type":"sum","count":53},{"type":"instantiation","count":4}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283080-1503210345.xml"  -tl '264s' -p 1 -x 0
0.11/0.14	c [HOME/instance-4283080-1503210345.xml, -tl, 264s, -p, 1, -x, 0]
0.11/0.20	c simple solver
0.33/0.26	c parse instance...
3.33/1.69	c solve instance...
244.89/240.01	s UNKNOWN
244.89/240.01	c Unexpected resolution interruption!

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283080-1503210345/watcher-4283080-1503210345 -o /tmp/evaluation-result-4283080-1503210345/solver-4283080-1503210345 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node103-1503209003-32624 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1901255260 HOME/instance-4283080-1503210345.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=543, runsolver pid=540
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 1.98 1.70 1.38 3/219 561
/proc/meminfo: memFree=25935760/32770624 swapFree=67108860/67108860
[pid=543] ppid=540 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/543/stat : 543 (xcsp3-exec) S 540 543 32593 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154122569 9740288 346 33554432000 4194304 5098028 140724448268528 140724448266632 139879923315324 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 33075200 140724448277620 140724448277824 140724448277824 140724448280555 0
/proc/543/statm: 2378 346 289 221 0 87 0
[pid=546] ppid=543 vsize=13978596 memory=28068 CPUtime=0.11 cores=0,2,4,6
/proc/546/stat : 546 (java) S 543 543 32593 0 -1 1077944320 5413 0 0 0 10 1 0 0 20 0 15 0 154122569 14314082304 7017 33554432000 4194304 4196468 140735042295232 140735042277776 139799248076535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
/proc/546/statm: 3494649 7017 2845 1 0 3482966 0
[pid=546/tid=547] ppid=543 vsize=13978596 memory=7022364632946311227 CPUtime=0.08 cores=0,2,4,6
/proc/546/task/547/stat : 547 (java) R 543 543 32593 0 -1 4202560 3454 0 0 0 8 0 0 0 20 0 15 0 154122569 14314082304 7017 33554432000 4194304 4196468 140735042295232 139799252308864 139799248088470 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=549] ppid=543 vsize=13978596 memory=4294976320 CPUtime=0 cores=0,2,4,6
/proc/546/task/549/stat : 549 (java) S 543 543 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154122570 14314082304 7017 33554432000 4194304 4196468 140735042295232 139799178165136 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=550] ppid=543 vsize=13978596 memory=140551526172128 CPUtime=0 cores=0,2,4,6
/proc/546/task/550/stat : 550 (java) S 543 543 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154122570 14314082304 7017 33554432000 4194304 4196468 140735042295232 139799177112336 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=551] ppid=543 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/546/task/551/stat : 551 (java) S 543 543 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154122570 14314082304 7017 33554432000 4194304 4196468 140735042295232 139799176060048 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=552] ppid=543 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/546/task/552/stat : 552 (java) S 543 543 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154122570 14314082304 7017 33554432000 4194304 4196468 140735042295232 139799175007248 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=553] ppid=543 vsize=13978596 memory=140551526139520 CPUtime=0 cores=0,2,4,6
/proc/546/task/553/stat : 553 (java) S 543 543 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154122571 14314082304 7017 33554432000 4194304 4196468 140735042295232 139798721968240 139799248087682 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=554] ppid=543 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/546/task/554/stat : 554 (java) S 543 543 32593 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154122572 14314082304 7017 33554432000 4194304 4196468 140735042295232 139798720914208 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=555] ppid=543 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/546/task/555/stat : 555 (java) S 543 543 32593 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154122572 14314082304 7017 33554432000 4194304 4196468 140735042295232 139798719861872 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=556] ppid=543 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/546/task/556/stat : 556 (java) S 543 543 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154122574 14314082304 7017 33554432000 4194304 4196468 140735042295232 139798718810192 139799248095131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=557] ppid=543 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/546/task/557/stat : 557 (java) S 543 543 32593 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 154122574 14314082304 7017 33554432000 4194304 4196468 140735042295232 139798717758064 139799248087682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=558] ppid=543 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/546/task/558/stat : 558 (java) S 543 543 32593 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 154122574 14314082304 7017 33554432000 4194304 4196468 140735042295232 139798716705264 139799248087682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=559] ppid=543 vsize=13978596 memory=140551526139520 CPUtime=0.01 cores=0,2,4,6
/proc/546/task/559/stat : 559 (java) S 543 543 32593 0 -1 1077944384 244 0 0 0 1 0 0 0 20 0 15 0 154122575 14314082304 7017 33554432000 4194304 4196468 140735042295232 139798715652976 139799248087682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=560] ppid=543 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/546/task/560/stat : 560 (java) S 543 543 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154122575 14314082304 7017 33554432000 4194304 4196468 140735042295232 139798714600416 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=561] ppid=543 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/546/task/561/stat : 561 (java) S 543 543 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154122575 14314082304 7017 33554432000 4194304 4196468 140735042295232 139798713547184 139799248087682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29452 KiB

[startup+0.210742 s]*
/proc/loadavg: 1.98 1.70 1.38 4/219 561
/proc/meminfo: memFree=25924720/32770624 swapFree=67108860/67108860
[pid=543] ppid=540 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/543/stat : 543 (xcsp3-exec) S 540 543 32593 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154122569 9740288 346 33554432000 4194304 5098028 140724448268528 140724448266632 139879923315324 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 33075200 140724448277620 140724448277824 140724448277824 140724448280555 0
/proc/543/statm: 2378 346 289 221 0 87 0
[pid=546] ppid=543 vsize=13982852 memory=40136 CPUtime=0.33 cores=0,2,4,6
/proc/546/stat : 546 (java) S 543 543 32593 0 -1 1077944320 8088 0 0 0 31 2 0 0 20 0 15 0 154122569 14318440448 10034 33554432000 4194304 4196468 140735042295232 140735042277776 139799248076535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
/proc/546/statm: 3495713 10034 3077 1 0 3482966 0
[pid=546/tid=547] ppid=543 vsize=13982852 memory=7022364632946311227 CPUtime=0.2 cores=0,2,4,6
/proc/546/task/547/stat : 547 (java) R 543 543 32593 0 -1 4202560 5274 0 0 0 19 1 0 0 20 0 15 0 154122569 14318440448 10099 33554432000 4194304 4196468 140735042295232 139799252290096 139799248098461 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=549] ppid=543 vsize=13982852 memory=4294976320 CPUtime=0 cores=0,2,4,6
/proc/546/task/549/stat : 549 (java) S 543 543 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154122570 14318440448 10099 33554432000 4194304 4196468 140735042295232 139799178165136 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=550] ppid=543 vsize=13982852 memory=140551526172128 CPUtime=0 cores=0,2,4,6
/proc/546/task/550/stat : 550 (java) S 543 543 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154122570 14318440448 10099 33554432000 4194304 4196468 140735042295232 139799177112336 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=551] ppid=543 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/546/task/551/stat : 551 (java) S 543 543 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154122570 14318440448 10099 33554432000 4194304 4196468 140735042295232 139799176060048 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=552] ppid=543 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/546/task/552/stat : 552 (java) S 543 543 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154122570 14318440448 10099 33554432000 4194304 4196468 140735042295232 139799175007248 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=553] ppid=543 vsize=13982852 memory=140551526139520 CPUtime=0 cores=0,2,4,6
/proc/546/task/553/stat : 553 (java) S 543 543 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154122571 14318440448 10099 33554432000 4194304 4196468 140735042295232 139798721968240 139799248087682 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=554] ppid=543 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/546/task/554/stat : 554 (java) S 543 543 32593 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154122572 14318440448 10099 33554432000 4194304 4196468 140735042295232 139798720914208 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=555] ppid=543 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/546/task/555/stat : 555 (java) S 543 543 32593 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154122572 14318440448 10099 33554432000 4194304 4196468 140735042295232 139798719861872 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=556] ppid=543 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/546/task/556/stat : 556 (java) S 543 543 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154122574 14318440448 10099 33554432000 4194304 4196468 140735042295232 139798718810192 139799248095131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=557] ppid=543 vsize=13982852 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/546/task/557/stat : 557 (java) S 543 543 32593 0 -1 1077944384 381 0 0 0 1 0 0 0 20 0 15 0 154122574 14318440448 10099 33554432000 4194304 4196468 140735042295232 139798717758064 139799248087682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=558] ppid=543 vsize=13982852 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/546/task/558/stat : 558 (java) S 543 543 32593 0 -1 1077944384 422 0 0 0 3 0 0 0 20 0 15 0 154122574 14318440448 10099 33554432000 4194304 4196468 140735042295232 139798716705264 139799248087682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=559] ppid=543 vsize=13982852 memory=140551526139520 CPUtime=0.08 cores=0,2,4,6
/proc/546/task/559/stat : 559 (java) R 543 543 32593 0 -1 4202560 726 0 0 0 8 0 0 0 20 0 15 0 154122575 14318440448 10099 33554432000 4194304 4196468 140735042295232 139798715653104 139799227369304 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=560] ppid=543 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/546/task/560/stat : 560 (java) S 543 543 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154122575 14318440448 10099 33554432000 4194304 4196468 140735042295232 139798714600416 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=561] ppid=543 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/546/task/561/stat : 561 (java) S 543 543 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154122575 14318440448 10099 33554432000 4194304 4196468 140735042295232 139798713547184 139799248087682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41520 KiB

[startup+0.317817 s]*
/proc/loadavg: 1.98 1.70 1.38 4/219 561
/proc/meminfo: memFree=25917648/32770624 swapFree=67108860/67108860
[pid=543] ppid=540 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/543/stat : 543 (xcsp3-exec) S 540 543 32593 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154122569 9740288 346 33554432000 4194304 5098028 140724448268528 140724448266632 139879923315324 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 33075200 140724448277620 140724448277824 140724448277824 140724448280555 0
/proc/543/statm: 2378 346 289 221 0 87 0
[pid=546] ppid=543 vsize=13982852 memory=47332 CPUtime=0.51 cores=0,2,4,6
/proc/546/stat : 546 (java) S 543 543 32593 0 -1 1077944320 9002 0 0 0 49 2 0 0 20 0 15 0 154122569 14318440448 11833 33554432000 4194304 4196468 140735042295232 140735042277776 139799248076535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
/proc/546/statm: 3495713 11833 3122 1 0 3482966 0
[pid=546/tid=547] ppid=543 vsize=13982852 memory=6935054825532540783 CPUtime=0.29 cores=0,2,4,6
/proc/546/task/547/stat : 547 (java) R 543 543 32593 0 -1 4202560 5939 0 0 0 28 1 0 0 20 0 15 0 154122569 14318440448 11898 33554432000 4194304 4196468 140735042295232 139799252314352 139799232269000 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=549] ppid=543 vsize=13982852 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/546/task/549/stat : 549 (java) S 543 543 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154122570 14318440448 11898 33554432000 4194304 4196468 140735042295232 139799178165136 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=550] ppid=543 vsize=13982852 memory=-7812193691855986592 CPUtime=0 cores=0,2,4,6
/proc/546/task/550/stat : 550 (java) S 543 543 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154122570 14318440448 11898 33554432000 4194304 4196468 140735042295232 139799177112336 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=551] ppid=543 vsize=13982852 memory=-7966001967256141664 CPUtime=0 cores=0,2,4,6
/proc/546/task/551/stat : 551 (java) S 543 543 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154122570 14318440448 11898 33554432000 4194304 4196468 140735042295232 139799176060048 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=552] ppid=543 vsize=13982852 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/546/task/552/stat : 552 (java) S 543 543 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154122570 14318440448 11898 33554432000 4194304 4196468 140735042295232 139799175007248 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=553] ppid=543 vsize=13982852 memory=1404238533774450294 CPUtime=0 cores=0,2,4,6
/proc/546/task/553/stat : 553 (java) S 543 543 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154122571 14318440448 11898 33554432000 4194304 4196468 140735042295232 139798721968240 139799248087682 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=554] ppid=543 vsize=13982852 memory=6525018278055875452 CPUtime=0 cores=0,2,4,6
/proc/546/task/554/stat : 554 (java) S 543 543 32593 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154122572 14318440448 11898 33554432000 4194304 4196468 140735042295232 139798720914208 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=555] ppid=543 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/546/task/555/stat : 555 (java) S 543 543 32593 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154122572 14318440448 11898 33554432000 4194304 4196468 140735042295232 139798719861872 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=556] ppid=543 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/546/task/556/stat : 556 (java) S 543 543 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154122574 14318440448 11898 33554432000 4194304 4196468 140735042295232 139798718810192 139799248095131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=557] ppid=543 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/546/task/557/stat : 557 (java) R 543 543 32593 0 -1 4202560 434 0 0 0 3 0 0 0 20 0 15 0 154122574 14318440448 11898 33554432000 4194304 4196468 140735042295232 139798717758064 139799225345500 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=558] ppid=543 vsize=13982852 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/546/task/558/stat : 558 (java) R 543 543 32593 0 -1 1077944384 480 0 0 0 4 0 0 0 20 0 15 0 154122574 14318440448 11898 33554432000 4194304 4196468 140735042295232 139798716705264 139799248087682 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=559] ppid=543 vsize=13982852 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/546/task/559/stat : 559 (java) R 543 543 32593 0 -1 4202560 868 0 0 0 13 0 0 0 20 0 15 0 154122575 14318440448 11898 33554432000 4194304 4196468 140735042295232 139798715649912 139799227381904 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=560] ppid=543 vsize=13982852 memory=4121692098291710260 CPUtime=0 cores=0,2,4,6
/proc/546/task/560/stat : 560 (java) S 543 543 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154122575 14318440448 11898 33554432000 4194304 4196468 140735042295232 139798714600416 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=561] ppid=543 vsize=13982852 memory=3690054527810660016 CPUtime=0 cores=0,2,4,6
/proc/546/task/561/stat : 561 (java) S 543 543 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154122575 14318440448 11898 33554432000 4194304 4196468 140735042295232 139798713547184 139799248087682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48716 KiB

[startup+0.700835 s]
/proc/loadavg: 1.98 1.70 1.38 5/219 561
/proc/meminfo: memFree=25892584/32770624 swapFree=67108860/67108860
[pid=543] ppid=540 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/543/stat : 543 (xcsp3-exec) S 540 543 32593 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154122569 9740288 346 33554432000 4194304 5098028 140724448268528 140724448266632 139879923315324 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 33075200 140724448277620 140724448277824 140724448277824 140724448280555 0
/proc/543/statm: 2378 346 289 221 0 87 0
[pid=546] ppid=543 vsize=13982928 memory=99956 CPUtime=1.78 cores=0,2,4,6
/proc/546/stat : 546 (java) S 543 543 32593 0 -1 1077944320 11899 0 0 0 174 4 0 0 20 0 15 0 154122569 14318518272 24989 33554432000 4194304 4196468 140735042295232 140735042277776 139799248076535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
/proc/546/statm: 3495732 24989 3201 1 0 3482966 0
[pid=546/tid=547] ppid=543 vsize=13982928 memory=7505928880668315508 CPUtime=0.66 cores=0,2,4,6
/proc/546/task/547/stat : 547 (java) R 543 543 32593 0 -1 4202560 6346 0 0 0 64 2 0 0 20 0 15 0 154122569 14318518272 24989 33554432000 4194304 4196468 140735042295232 139799252310288 139799230484130 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=549] ppid=543 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/546/task/549/stat : 549 (java) S 543 543 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154122570 14318518272 24989 33554432000 4194304 4196468 140735042295232 139799178165136 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=550] ppid=543 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/546/task/550/stat : 550 (java) S 543 543 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154122570 14318518272 24989 33554432000 4194304 4196468 140735042295232 139799177112336 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=551] ppid=543 vsize=13982928 memory=3116 CPUtime=0 cores=0,2,4,6
/proc/546/task/551/stat : 551 (java) S 543 543 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154122570 14318518272 24989 33554432000 4194304 4196468 140735042295232 139799176060048 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=552] ppid=543 vsize=13982928 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/546/task/552/stat : 552 (java) S 543 543 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154122570 14318518272 24989 33554432000 4194304 4196468 140735042295232 139799175007248 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=553] ppid=543 vsize=13982928 memory=2336 CPUtime=0 cores=0,2,4,6
/proc/546/task/553/stat : 553 (java) S 543 543 32593 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154122571 14318518272 24989 33554432000 4194304 4196468 140735042295232 139798721968240 139799248087682 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=554] ppid=543 vsize=13982928 memory=195036 CPUtime=0 cores=0,2,4,6
/proc/546/task/554/stat : 554 (java) S 543 543 32593 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154122572 14318518272 24989 33554432000 4194304 4196468 140735042295232 139798720914208 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=555] ppid=543 vsize=13982928 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/546/task/555/stat : 555 (java) S 543 543 32593 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154122572 14318518272 24989 33554432000 4194304 4196468 140735042295232 139798719861872 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=556] ppid=543 vsize=13982928 memory=2400 CPUtime=0 cores=0,2,4,6
/proc/546/task/556/stat : 556 (java) S 543 543 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154122574 14318518272 24989 33554432000 4194304 4196468 140735042295232 139798718810192 139799248095131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=557] ppid=543 vsize=13982928 memory=1384 CPUtime=0.38 cores=0,2,4,6
/proc/546/task/557/stat : 557 (java) R 543 543 32593 0 -1 4202560 1321 0 0 0 38 0 0 0 20 0 15 0 154122574 14318518272 24989 33554432000 4194304 4196468 140735042295232 139798717748656 139799233201914 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=558] ppid=543 vsize=13982928 memory=1724 CPUtime=0.37 cores=0,2,4,6
/proc/546/task/558/stat : 558 (java) R 543 543 32593 0 -1 4202560 1347 0 0 0 37 0 0 0 20 0 15 0 154122574 14318518272 24989 33554432000 4194304 4196468 140735042295232 139798716694144 139799233003121 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=559] ppid=543 vsize=13982928 memory=73372 CPUtime=0.33 cores=0,2,4,6
/proc/546/task/559/stat : 559 (java) S 543 543 32593 0 -1 1077944384 1577 0 0 0 33 0 0 0 20 0 15 0 154122575 14318518272 24989 33554432000 4194304 4196468 140735042295232 139798715652976 139799248087682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=560] ppid=543 vsize=13982928 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/546/task/560/stat : 560 (java) S 543 543 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154122575 14318518272 24989 33554432000 4194304 4196468 140735042295232 139798714600416 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=561] ppid=543 vsize=13982928 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/546/task/561/stat : 561 (java) S 543 543 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154122575 14318518272 24989 33554432000 4194304 4196468 140735042295232 139798713547184 139799248087682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
Current children cumulated CPU time: 1.78 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 101340 KiB

[startup+1.50075 s]
/proc/loadavg: 1.98 1.70 1.38 5/219 561
/proc/meminfo: memFree=25845608/32770624 swapFree=67108860/67108860
[pid=543] ppid=540 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/543/stat : 543 (xcsp3-exec) S 540 543 32593 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154122569 9740288 346 33554432000 4194304 5098028 140724448268528 140724448266632 139879923315324 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 33075200 140724448277620 140724448277824 140724448277824 140724448280555 0
/proc/543/statm: 2378 346 289 221 0 87 0

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

/proc/546/task/555/stat : 555 (java) S 543 543 32593 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 154122572 14320615424 60715 33554432000 4194304 4196468 140735042295232 139798719861888 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=556] ppid=543 vsize=13984976 memory=9388 CPUtime=0 cores=0,2,4,6
/proc/546/task/556/stat : 556 (java) S 543 543 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154122574 14320615424 60715 33554432000 4194304 4196468 140735042295232 139798718810192 139799248095131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=557] ppid=543 vsize=13984976 memory=8907 CPUtime=1.6 cores=0,2,4,6
/proc/546/task/557/stat : 557 (java) S 543 543 32593 0 -1 1077944384 9531 0 0 0 159 1 0 0 20 0 15 0 154122574 14320615424 60715 33554432000 4194304 4196468 140735042295232 139798717758064 139799248087682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=558] ppid=543 vsize=13984976 memory=1384 CPUtime=2.22 cores=0,2,4,6
/proc/546/task/558/stat : 558 (java) S 543 543 32593 0 -1 1077944384 16379 0 0 0 220 2 0 0 20 0 15 0 154122574 14320615424 60715 33554432000 4194304 4196468 140735042295232 139798716705264 139799248087682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=559] ppid=543 vsize=13984976 memory=242860 CPUtime=0.68 cores=0,2,4,6
/proc/546/task/559/stat : 559 (java) S 543 543 32593 0 -1 1077944384 5112 0 0 0 67 1 0 0 20 0 15 0 154122575 14320615424 60715 33554432000 4194304 4196468 140735042295232 139798715652976 139799248087682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=560] ppid=543 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/546/task/560/stat : 560 (java) S 543 543 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154122575 14320615424 60715 33554432000 4194304 4196468 140735042295232 139798714600416 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=561] ppid=543 vsize=13984976 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/546/task/561/stat : 561 (java) S 543 543 32593 0 -1 1077944384 377 0 0 0 1 1 0 0 20 0 15 0 154122575 14320615424 60715 33554432000 4194304 4196468 140735042295232 139798713547184 139799248087682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
Current children cumulated CPU time: 107 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 244244 KiB

[startup+162.301 s]
/proc/loadavg: 1.93 1.81 1.48 3/219 668
/proc/meminfo: memFree=25704280/32770624 swapFree=67108860/67108860
[pid=543] ppid=540 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/543/stat : 543 (xcsp3-exec) S 540 543 32593 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154122569 9740288 346 33554432000 4194304 5098028 140724448268528 140724448266632 139879923315324 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 33075200 140724448277620 140724448277824 140724448277824 140724448280555 0
/proc/543/statm: 2378 346 289 221 0 87 0
[pid=546] ppid=543 vsize=13984976 memory=242928 CPUtime=167.07 cores=0,2,4,6
/proc/546/stat : 546 (java) S 543 543 32593 0 -1 1077944320 51079 0 0 0 16688 19 0 0 20 0 15 0 154122569 14320615424 60732 33554432000 4194304 4196468 140735042295232 140735042277776 139799248076535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
/proc/546/statm: 3496244 60732 3261 1 0 3483478 0
[pid=546/tid=547] ppid=543 vsize=13984976 memory=242928 CPUtime=162.17 cores=0,2,4,6
/proc/546/task/547/stat : 547 (java) R 543 543 32593 0 -1 4202560 12563 0 0 0 16213 4 0 0 20 0 15 0 154122569 14320615424 60732 33554432000 4194304 4196468 140735042295232 139799252313496 139798860367859 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=549] ppid=543 vsize=13984976 memory=1384 CPUtime=0.05 cores=0,2,4,6
/proc/546/task/549/stat : 549 (java) S 543 543 32593 0 -1 1077944384 1118 0 0 0 4 1 0 0 20 0 15 0 154122570 14320615424 60732 33554432000 4194304 4196468 140735042295232 139799178165136 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=550] ppid=543 vsize=13984976 memory=1384 CPUtime=0.05 cores=0,2,4,6
/proc/546/task/550/stat : 550 (java) S 543 543 32593 0 -1 1077944384 1237 0 0 0 4 1 0 0 20 0 15 0 154122570 14320615424 60732 33554432000 4194304 4196468 140735042295232 139799177112336 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=551] ppid=543 vsize=13984976 memory=242928 CPUtime=0.05 cores=0,2,4,6
/proc/546/task/551/stat : 551 (java) S 543 543 32593 0 -1 1077944384 540 0 0 0 4 1 0 0 20 0 15 0 154122570 14320615424 60732 33554432000 4194304 4196468 140735042295232 139799176060048 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=552] ppid=543 vsize=13984976 memory=242928 CPUtime=0.05 cores=0,2,4,6
/proc/546/task/552/stat : 552 (java) S 543 543 32593 0 -1 1077944384 325 0 0 0 4 1 0 0 20 0 15 0 154122570 14320615424 60732 33554432000 4194304 4196468 140735042295232 139799175007248 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=553] ppid=543 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/546/task/553/stat : 553 (java) S 543 543 32593 0 -1 1077944384 766 0 0 0 0 0 0 0 20 0 15 0 154122571 14320615424 60732 33554432000 4194304 4196468 140735042295232 139798721968240 139799248087682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=554] ppid=543 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/546/task/554/stat : 554 (java) S 543 543 32593 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 154122572 14320615424 60732 33554432000 4194304 4196468 140735042295232 139798720914272 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=555] ppid=543 vsize=13984976 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/546/task/555/stat : 555 (java) S 543 543 32593 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 154122572 14320615424 60732 33554432000 4194304 4196468 140735042295232 139798719861888 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=556] ppid=543 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/546/task/556/stat : 556 (java) S 543 543 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154122574 14320615424 60732 33554432000 4194304 4196468 140735042295232 139798718810192 139799248095131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=557] ppid=543 vsize=13984976 memory=242920 CPUtime=1.62 cores=0,2,4,6
/proc/546/task/557/stat : 557 (java) S 543 543 32593 0 -1 1077944384 9928 0 0 0 161 1 0 0 20 0 15 0 154122574 14320615424 60732 33554432000 4194304 4196468 140735042295232 139798717758064 139799248087682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=558] ppid=543 vsize=13984976 memory=281102792151696 CPUtime=2.24 cores=0,2,4,6
/proc/546/task/558/stat : 558 (java) S 543 543 32593 0 -1 1077944384 16971 0 0 0 222 2 0 0 20 0 15 0 154122574 14320615424 60732 33554432000 4194304 4196468 140735042295232 139798716705264 139799248087682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=559] ppid=543 vsize=13984976 memory=6944652177228980320 CPUtime=0.69 cores=0,2,4,6
/proc/546/task/559/stat : 559 (java) S 543 543 32593 0 -1 1077944384 5827 0 0 0 68 1 0 0 20 0 15 0 154122575 14320615424 60732 33554432000 4194304 4196468 140735042295232 139798715652976 139799248087682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=560] ppid=543 vsize=13984976 memory=6947385649911455296 CPUtime=0 cores=0,2,4,6
/proc/546/task/560/stat : 560 (java) S 543 543 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154122575 14320615424 60732 33554432000 4194304 4196468 140735042295232 139798714600416 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=561] ppid=543 vsize=13984976 memory=3076 CPUtime=0.04 cores=0,2,4,6
/proc/546/task/561/stat : 561 (java) S 543 543 32593 0 -1 1077944384 418 0 0 0 2 2 0 0 20 0 15 0 154122575 14320615424 60732 33554432000 4194304 4196468 140735042295232 139798713547184 139799248087682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
Current children cumulated CPU time: 167.07 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 244312 KiB

[startup+222.301 s]
/proc/loadavg: 1.92 1.83 1.50 3/217 669
/proc/meminfo: memFree=25717092/32770624 swapFree=67108860/67108860
[pid=543] ppid=540 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/543/stat : 543 (xcsp3-exec) S 540 543 32593 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154122569 9740288 346 33554432000 4194304 5098028 140724448268528 140724448266632 139879923315324 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 33075200 140724448277620 140724448277824 140724448277824 140724448280555 0
/proc/543/statm: 2378 346 289 221 0 87 0
[pid=546] ppid=543 vsize=13984976 memory=263632 CPUtime=227.19 cores=0,2,4,6
/proc/546/stat : 546 (java) S 543 543 32593 0 -1 1077944320 54749 0 0 0 22696 23 0 0 20 0 15 0 154122569 14320615424 65908 33554432000 4194304 4196468 140735042295232 140735042277776 139799248076535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
/proc/546/statm: 3496244 65908 3261 1 0 3483478 0
[pid=546/tid=547] ppid=543 vsize=13984976 memory=263632 CPUtime=222.14 cores=0,2,4,6
/proc/546/task/547/stat : 547 (java) R 543 543 32593 0 -1 4202560 13151 0 0 0 22210 4 0 0 20 0 15 0 154122569 14320615424 65908 33554432000 4194304 4196468 140735042295232 139799252312960 139798860367836 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=549] ppid=543 vsize=13984976 memory=263632 CPUtime=0.07 cores=0,2,4,6
/proc/546/task/549/stat : 549 (java) S 543 543 32593 0 -1 1077944384 1359 0 0 0 5 2 0 0 20 0 15 0 154122570 14320615424 65908 33554432000 4194304 4196468 140735042295232 139799178165136 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=550] ppid=543 vsize=13984976 memory=263632 CPUtime=0.07 cores=0,2,4,6
/proc/546/task/550/stat : 550 (java) S 543 543 32593 0 -1 1077944384 1356 0 0 0 5 2 0 0 20 0 15 0 154122570 14320615424 65908 33554432000 4194304 4196468 140735042295232 139799177112336 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=551] ppid=543 vsize=13984976 memory=263632 CPUtime=0.07 cores=0,2,4,6
/proc/546/task/551/stat : 551 (java) S 543 543 32593 0 -1 1077944384 1744 0 0 0 5 2 0 0 20 0 15 0 154122570 14320615424 65908 33554432000 4194304 4196468 140735042295232 139799176060048 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=552] ppid=543 vsize=13984976 memory=263632 CPUtime=0.07 cores=0,2,4,6
/proc/546/task/552/stat : 552 (java) S 543 543 32593 0 -1 1077944384 380 0 0 0 5 2 0 0 20 0 15 0 154122570 14320615424 65908 33554432000 4194304 4196468 140735042295232 139799175007248 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=553] ppid=543 vsize=13984976 memory=1384 CPUtime=0.01 cores=0,2,4,6
/proc/546/task/553/stat : 553 (java) S 543 543 32593 0 -1 1077944384 1003 0 0 0 1 0 0 0 20 0 15 0 154122571 14320615424 65908 33554432000 4194304 4196468 140735042295232 139798721968240 139799248087682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=554] ppid=543 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/546/task/554/stat : 554 (java) S 543 543 32593 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 154122572 14320615424 65908 33554432000 4194304 4196468 140735042295232 139798720914272 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=555] ppid=543 vsize=13984976 memory=242932 CPUtime=0 cores=0,2,4,6
/proc/546/task/555/stat : 555 (java) S 543 543 32593 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 154122572 14320615424 65908 33554432000 4194304 4196468 140735042295232 139798719861888 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=556] ppid=543 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/546/task/556/stat : 556 (java) S 543 543 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154122574 14320615424 65908 33554432000 4194304 4196468 140735042295232 139798718810192 139799248095131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=557] ppid=543 vsize=13984976 memory=1384 CPUtime=1.63 cores=0,2,4,6
/proc/546/task/557/stat : 557 (java) S 543 543 32593 0 -1 1077944384 10396 0 0 0 162 1 0 0 20 0 15 0 154122574 14320615424 65908 33554432000 4194304 4196468 140735042295232 139798717758064 139799248087682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=558] ppid=543 vsize=13984976 memory=4140 CPUtime=2.27 cores=0,2,4,6
/proc/546/task/558/stat : 558 (java) S 543 543 32593 0 -1 1077944384 17672 0 0 0 225 2 0 0 20 0 15 0 154122574 14320615424 65908 33554432000 4194304 4196468 140735042295232 139798716705264 139799248087682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=559] ppid=543 vsize=13984976 memory=42692 CPUtime=0.7 cores=0,2,4,6
/proc/546/task/559/stat : 559 (java) S 543 543 32593 0 -1 1077944384 5846 0 0 0 69 1 0 0 20 0 15 0 154122575 14320615424 65908 33554432000 4194304 4196468 140735042295232 139798715652976 139799248087682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=560] ppid=543 vsize=13984976 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/546/task/560/stat : 560 (java) S 543 543 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154122575 14320615424 65908 33554432000 4194304 4196468 140735042295232 139798714600416 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=561] ppid=543 vsize=13984976 memory=42692 CPUtime=0.05 cores=0,2,4,6
/proc/546/task/561/stat : 561 (java) S 543 543 32593 0 -1 1077944384 456 0 0 0 2 3 0 0 20 0 15 0 154122575 14320615424 65908 33554432000 4194304 4196468 140735042295232 139798713547184 139799248087682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
Current children cumulated CPU time: 227.19 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 265016 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.94 1.84 1.51 4/217 669
/proc/meminfo: memFree=25720136/32770624 swapFree=67108860/67108860
[pid=543] ppid=540 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/543/stat : 543 (xcsp3-exec) S 540 543 32593 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154122569 9740288 346 33554432000 4194304 5098028 140724448268528 140724448266632 139879923315324 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 33075200 140724448277620 140724448277824 140724448277824 140724448280555 0
/proc/543/statm: 2378 346 289 221 0 87 0
[pid=546] ppid=543 vsize=13984976 memory=263632 CPUtime=244.89 cores=0,2,4,6
/proc/546/stat : 546 (java) S 543 543 32593 0 -1 1077944320 54763 0 0 0 24466 23 0 0 20 0 15 0 154122569 14320615424 65908 33554432000 4194304 4196468 140735042295232 140735042277776 139799248076535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
/proc/546/statm: 3496244 65908 3261 1 0 3483478 0
[pid=546/tid=547] ppid=543 vsize=13984976 memory=6935054825532540783 CPUtime=239.85 cores=0,2,4,6
/proc/546/task/547/stat : 547 (java) R 543 543 32593 0 -1 4202560 13165 0 0 0 23981 4 0 0 20 0 15 0 154122569 14320615424 65908 33554432000 4194304 4196468 140735042295232 139799252312960 139798860367915 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=549] ppid=543 vsize=13984976 memory=1716 CPUtime=0.07 cores=0,2,4,6
/proc/546/task/549/stat : 549 (java) S 543 543 32593 0 -1 1077944384 1359 0 0 0 5 2 0 0 20 0 15 0 154122570 14320615424 65908 33554432000 4194304 4196468 140735042295232 139799178165136 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=550] ppid=543 vsize=13984976 memory=5792 CPUtime=0.07 cores=0,2,4,6
/proc/546/task/550/stat : 550 (java) S 543 543 32593 0 -1 1077944384 1356 0 0 0 5 2 0 0 20 0 15 0 154122570 14320615424 65908 33554432000 4194304 4196468 140735042295232 139799177112336 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=551] ppid=543 vsize=13984976 memory=4616 CPUtime=0.07 cores=0,2,4,6
/proc/546/task/551/stat : 551 (java) S 543 543 32593 0 -1 1077944384 1744 0 0 0 5 2 0 0 20 0 15 0 154122570 14320615424 65908 33554432000 4194304 4196468 140735042295232 139799176060048 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=552] ppid=543 vsize=13984976 memory=792 CPUtime=0.07 cores=0,2,4,6
/proc/546/task/552/stat : 552 (java) S 543 543 32593 0 -1 1077944384 380 0 0 0 5 2 0 0 20 0 15 0 154122570 14320615424 65908 33554432000 4194304 4196468 140735042295232 139799175007248 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=553] ppid=543 vsize=13984976 memory=1384 CPUtime=0.01 cores=0,2,4,6
/proc/546/task/553/stat : 553 (java) S 543 543 32593 0 -1 1077944384 1003 0 0 0 1 0 0 0 20 0 15 0 154122571 14320615424 65908 33554432000 4194304 4196468 140735042295232 139798721968240 139799248087682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=554] ppid=543 vsize=13984976 memory=263632 CPUtime=0 cores=0,2,4,6
/proc/546/task/554/stat : 554 (java) S 543 543 32593 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 154122572 14320615424 65908 33554432000 4194304 4196468 140735042295232 139798720914272 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=555] ppid=543 vsize=13984976 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/546/task/555/stat : 555 (java) S 543 543 32593 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 154122572 14320615424 65908 33554432000 4194304 4196468 140735042295232 139798719861888 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=556] ppid=543 vsize=13984976 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/546/task/556/stat : 556 (java) S 543 543 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154122574 14320615424 65908 33554432000 4194304 4196468 140735042295232 139798718810192 139799248095131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=557] ppid=543 vsize=13984976 memory=5792 CPUtime=1.63 cores=0,2,4,6
/proc/546/task/557/stat : 557 (java) S 543 543 32593 0 -1 1077944384 10396 0 0 0 162 1 0 0 20 0 15 0 154122574 14320615424 65908 33554432000 4194304 4196468 140735042295232 139798717758064 139799248087682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=558] ppid=543 vsize=13984976 memory=4616 CPUtime=2.27 cores=0,2,4,6
/proc/546/task/558/stat : 558 (java) S 543 543 32593 0 -1 1077944384 17672 0 0 0 225 2 0 0 20 0 15 0 154122574 14320615424 65908 33554432000 4194304 4196468 140735042295232 139798716705264 139799248087682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=559] ppid=543 vsize=13984976 memory=792 CPUtime=0.7 cores=0,2,4,6
/proc/546/task/559/stat : 559 (java) S 543 543 32593 0 -1 1077944384 5846 0 0 0 69 1 0 0 20 0 15 0 154122575 14320615424 65908 33554432000 4194304 4196468 140735042295232 139798715652976 139799248087682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=560] ppid=543 vsize=13984976 memory=1420 CPUtime=0 cores=0,2,4,6
/proc/546/task/560/stat : 560 (java) S 543 543 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154122575 14320615424 65908 33554432000 4194304 4196468 140735042295232 139798714600416 139799248086741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
[pid=546/tid=561] ppid=543 vsize=13984976 memory=263632 CPUtime=0.06 cores=0,2,4,6
/proc/546/task/561/stat : 561 (java) S 543 543 32593 0 -1 1077944384 456 0 0 0 2 4 0 0 20 0 15 0 154122575 14320615424 65908 33554432000 4194304 4196468 140735042295232 139798713547184 139799248087682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31068160 140735042299037 140735042299212 140735042299212 140735042301903 0
Current children cumulated CPU time: 244.89 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 265016 KiB

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

[startup+240.02 s]
# the end of solver process 543 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.00096 s, system=0.00096 s

[startup+240.023 s]
# the end of solver process 546 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=244.685 s, system=0.245086 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): 244.93
CPU user time (s): 244.685
CPU system time (s): 0.245086
CPU usage (%): 102.045
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 265016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.685
system time used= 0.245086
maximum resident set size= 264108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55724
page faults= 0
swaps= 0
block input operations= 0
block output operations= 416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8353
involuntary context switches= 343


# summary of solver processes directly reported to runsolver:
#   pid: 543,546
#   total CPU time (s): 244.93
#   total CPU user time (s): 244.685
#   total CPU system time (s): 0.245086

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.36492 second user time and 2.32342 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-20 08:11:25
IDJOB=4283080
IDBENCH=115882
IDSOLVER=2678
FILE ID=node103/4283080-1503210345
RUNJOBID= node103-1503209003-32624
PBS_JOBID= 20630873
Free space on /tmp= 61528 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/StillLife/StillLife-wst-s1/StillLife-wastage-50.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-4283080-1503210345/watcher-4283080-1503210345 -o /tmp/evaluation-result-4283080-1503210345/solver-4283080-1503210345 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node103-1503209003-32624 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1901255260 HOME/instance-4283080-1503210345.xml

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

MD5SUM BENCH= b46c08097c4951fbb159b9042bff535d
RANDOM SEED=1901255260

node103.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.56
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.56
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.56
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.56
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:        25952668 kB
MemAvailable:   31790696 kB
Buffers:          240092 kB
Cached:          5889960 kB
SwapCached:            0 kB
Active:          1260136 kB
Inactive:        5108092 kB
Active(anon):     187920 kB
Inactive(anon):    86696 kB
Active(file):    1072216 kB
Inactive(file):  5021396 kB
Unevictable:        7496 kB
Mlocked:            7496 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7728 kB
Writeback:             0 kB
AnonPages:        231028 kB
Mapped:            64168 kB
Shmem:             33420 kB
Slab:             147120 kB
SReclaimable:     120500 kB
SUnreclaim:        26620 kB
KernelStack:        3872 kB
PageTables:         5852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1225756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     98304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61520 MiB
End job on node103 at 2017-08-20 08:15:25