Trace number 4283078

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.752 240.022

General information on the benchmark

NameStillLife/StillLife-wst-s1/
StillLife-wastage-43.xml
MD5SUM2bbdfe474604d495dd31c09972612e7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark847
Best CPU time to get the best result obtained on this benchmark1888.7
Satisfiable
(Un)Satisfiability was proved
Number of variables4096
Number of constraints2287
Number of domains4
Minimum domain size2
Maximum domain size4051
Distribution of domain sizes[{"size":2,"count":2025},{"size":3,"count":2025},{"size":1850,"count":1},{"size":4051,"count":45}]
Minimum variable degree1
Maximum variable degree46
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":2022},{"degree":3,"count":48},{"degree":4,"count":172},{"degree":8,"count":168},{"degree":9,"count":1681},{"degree":46,"count":1}]
Minimum constraint arity2
Maximum constraint arity47
Distribution of constraint arities[{"arity":2,"count":217},{"arity":3,"count":172},{"arity":10,"count":1849},{"arity":45,"count":4},{"arity":46,"count":1},{"arity":47,"count":44}]
Number of extensional constraints2021
Number of intensional constraints216
Distribution of constraint types[{"type":"extension","count":2021},{"type":"intension","count":216},{"type":"sum","count":46},{"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-4283078-1503210554.xml"  -tl '264s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4283078-1503210554.xml, -tl, 264s, -p, 1, -x, 0]
0.12/0.20	c simple solver
0.33/0.26	c parse instance...
2.83/1.36	c solve instance...
244.73/240.01	s UNKNOWN
244.73/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 (12981 MiB free)
  memory of node 1: 16384 MiB (12726 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283078-1503210554/watcher-4283078-1503210554 -o /tmp/evaluation-result-4283078-1503210554/solver-4283078-1503210554 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node107-1503208459-21035 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1777409218 HOME/instance-4283078-1503210554.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=22005, runsolver pid=22002
Current StackSize limit: 8192 KiB


[startup+0.100201 s]*
/proc/loadavg: 1.82 1.82 1.48 3/218 22021
/proc/meminfo: memFree=26307688/32770624 swapFree=67108860/67108860
[pid=22005] ppid=22002 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22005/stat : 22005 (xcsp3-exec) S 22002 22005 21004 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 154143289 9740288 345 33554432000 4194304 5098028 140734958940080 140734958938184 139631118267004 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21340160 140734958941300 140734958941504 140734958941504 140734958944235 0
/proc/22005/statm: 2378 345 289 221 0 87 0
[pid=22007] ppid=22005 vsize=13978596 memory=28020 CPUtime=0.12 cores=0,2,4,6
/proc/22007/stat : 22007 (java) S 22005 22005 21004 0 -1 1077944320 5372 0 0 0 11 1 0 0 20 0 15 0 154143290 14314082304 7005 33554432000 4194304 4196468 140726543871184 140726543853728 140587786305271 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
/proc/22007/statm: 3494649 7005 2861 1 0 3482966 0
[pid=22007/tid=22008] ppid=22005 vsize=13978596 memory=8514701219881125282 CPUtime=0.09 cores=0,2,4,6
/proc/22007/task/22008/stat : 22008 (java) R 22005 22005 21004 0 -1 4202560 3381 0 0 0 8 1 0 0 20 0 15 0 154143290 14314082304 7005 33554432000 4194304 4196468 140726543871184 140587790536144 140587786327197 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22009] ppid=22005 vsize=13978596 memory=3472467973176587472 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22009/stat : 22009 (java) S 22005 22005 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154143291 14314082304 7005 33554432000 4194304 4196468 140726543871184 140587382597904 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22010] ppid=22005 vsize=13978596 memory=139844281435776 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22010/stat : 22010 (java) S 22005 22005 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154143291 14314082304 7005 33554432000 4194304 4196468 140726543871184 140587381545360 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22011] ppid=22005 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22011/stat : 22011 (java) S 22005 22005 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154143291 14314082304 7005 33554432000 4194304 4196468 140726543871184 140587380492816 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22012] ppid=22005 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22012/stat : 22012 (java) S 22005 22005 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154143291 14314082304 7005 33554432000 4194304 4196468 140726543871184 140587379440272 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22013] ppid=22005 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22013/stat : 22013 (java) S 22005 22005 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154143292 14314082304 7005 33554432000 4194304 4196468 140726543871184 140586967276016 140587786316418 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22014] ppid=22005 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22014/stat : 22014 (java) S 22005 22005 21004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154143293 14314082304 7005 33554432000 4194304 4196468 140726543871184 140586966222240 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22015] ppid=22005 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22015/stat : 22015 (java) S 22005 22005 21004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154143293 14314082304 7005 33554432000 4194304 4196468 140726543871184 140586965169648 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22016] ppid=22005 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22016/stat : 22016 (java) S 22005 22005 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154143295 14314082304 7005 33554432000 4194304 4196468 140726543871184 140586560514768 140587786323867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22017] ppid=22005 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22017/stat : 22017 (java) S 22005 22005 21004 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 154143295 14314082304 7005 33554432000 4194304 4196468 140726543871184 140586559461360 140587786316418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22018] ppid=22005 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22018/stat : 22018 (java) S 22005 22005 21004 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 154143295 14314082304 7005 33554432000 4194304 4196468 140726543871184 140586558408816 140587786316418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22019] ppid=22005 vsize=13978596 memory=139844281435776 CPUtime=0.01 cores=0,2,4,6
/proc/22007/task/22019/stat : 22019 (java) S 22005 22005 21004 0 -1 1077944384 265 0 0 0 1 0 0 0 20 0 15 0 154143295 14314082304 7005 33554432000 4194304 4196468 140726543871184 140586557356272 140587786316418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22020] ppid=22005 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22020/stat : 22020 (java) S 22005 22005 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154143296 14314082304 7005 33554432000 4194304 4196468 140726543871184 140586556303968 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22021] ppid=22005 vsize=13978596 memory=139844281435776 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22021/stat : 22021 (java) S 22005 22005 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154143296 14314082304 7005 33554432000 4194304 4196468 140726543871184 140586555251504 140587786316418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29400 KiB

[startup+0.210628 s]*
/proc/loadavg: 1.82 1.82 1.48 3/218 22021
/proc/meminfo: memFree=26296144/32770624 swapFree=67108860/67108860
[pid=22005] ppid=22002 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22005/stat : 22005 (xcsp3-exec) S 22002 22005 21004 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 154143289 9740288 345 33554432000 4194304 5098028 140734958940080 140734958938184 139631118267004 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21340160 140734958941300 140734958941504 140734958941504 140734958944235 0
/proc/22005/statm: 2378 345 289 221 0 87 0
[pid=22007] ppid=22005 vsize=13982852 memory=40344 CPUtime=0.33 cores=0,2,4,6
/proc/22007/stat : 22007 (java) S 22005 22005 21004 0 -1 1077944320 8145 0 0 0 31 2 0 0 20 0 15 0 154143290 14318440448 10086 33554432000 4194304 4196468 140726543871184 140726543853728 140587786305271 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
/proc/22007/statm: 3495713 10086 3036 1 0 3482966 0
[pid=22007/tid=22008] ppid=22005 vsize=13982852 memory=5855082630820233377 CPUtime=0.2 cores=0,2,4,6
/proc/22007/task/22008/stat : 22008 (java) R 22005 22005 21004 0 -1 4202560 5267 0 0 0 18 2 0 0 20 0 15 0 154143290 14318440448 10086 33554432000 4194304 4196468 140726543871184 140587790526264 140587778983285 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22009] ppid=22005 vsize=13982852 memory=3472467973176587472 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22009/stat : 22009 (java) S 22005 22005 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154143291 14318440448 10086 33554432000 4194304 4196468 140726543871184 140587382597904 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22010] ppid=22005 vsize=13982852 memory=139844281435776 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22010/stat : 22010 (java) S 22005 22005 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154143291 14318440448 10086 33554432000 4194304 4196468 140726543871184 140587381545360 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22011] ppid=22005 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22011/stat : 22011 (java) S 22005 22005 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154143291 14318440448 10086 33554432000 4194304 4196468 140726543871184 140587380492816 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22012] ppid=22005 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22012/stat : 22012 (java) S 22005 22005 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154143291 14318440448 10086 33554432000 4194304 4196468 140726543871184 140587379440272 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22013] ppid=22005 vsize=13982852 memory=139844281435776 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22013/stat : 22013 (java) S 22005 22005 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154143292 14318440448 10086 33554432000 4194304 4196468 140726543871184 140586967276016 140587786316418 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22014] ppid=22005 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22014/stat : 22014 (java) S 22005 22005 21004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154143293 14318440448 10086 33554432000 4194304 4196468 140726543871184 140586966222240 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22015] ppid=22005 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22015/stat : 22015 (java) S 22005 22005 21004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154143293 14318440448 10086 33554432000 4194304 4196468 140726543871184 140586965169648 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22016] ppid=22005 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22016/stat : 22016 (java) S 22005 22005 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154143295 14318440448 10086 33554432000 4194304 4196468 140726543871184 140586560514768 140587786323867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22017] ppid=22005 vsize=13982884 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/22007/task/22017/stat : 22017 (java) S 22005 22005 21004 0 -1 1077944384 560 0 0 0 2 0 0 0 20 0 15 0 154143295 14318473216 10086 33554432000 4194304 4196468 140726543871184 140586559461360 140587786316418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22018] ppid=22005 vsize=13982884 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/22007/task/22018/stat : 22018 (java) S 22005 22005 21004 0 -1 1077944384 264 0 0 0 2 0 0 0 20 0 15 0 154143295 14318473216 10086 33554432000 4194304 4196468 140726543871184 140586558408816 140587786316418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22019] ppid=22005 vsize=13982852 memory=139844281435776 CPUtime=0.07 cores=0,2,4,6
/proc/22007/task/22019/stat : 22019 (java) S 22005 22005 21004 0 -1 1077944384 751 0 0 0 7 0 0 0 20 0 15 0 154143295 14318440448 10108 33554432000 4194304 4196468 140726543871184 140586557356272 140587786316418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22020] ppid=22005 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22020/stat : 22020 (java) S 22005 22005 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154143296 14318440448 10108 33554432000 4194304 4196468 140726543871184 140586556303968 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22021] ppid=22005 vsize=13982852 memory=139844281435776 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22021/stat : 22021 (java) S 22005 22005 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154143296 14318440448 10108 33554432000 4194304 4196468 140726543871184 140586555251504 140587786316418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41724 KiB

[startup+0.310285 s]*
/proc/loadavg: 1.82 1.82 1.48 5/218 22021
/proc/meminfo: memFree=26289816/32770624 swapFree=67108860/67108860
[pid=22005] ppid=22002 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22005/stat : 22005 (xcsp3-exec) S 22002 22005 21004 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 154143289 9740288 345 33554432000 4194304 5098028 140734958940080 140734958938184 139631118267004 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21340160 140734958941300 140734958941504 140734958941504 140734958944235 0
/proc/22005/statm: 2378 345 289 221 0 87 0
[pid=22007] ppid=22005 vsize=13982852 memory=47264 CPUtime=0.51 cores=0,2,4,6
/proc/22007/stat : 22007 (java) S 22005 22005 21004 0 -1 1077944320 8982 0 0 0 48 3 0 0 20 0 15 0 154143290 14318440448 11816 33554432000 4194304 4196468 140726543871184 140726543853728 140587786305271 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
/proc/22007/statm: 3495713 11816 3092 1 0 3482966 0
[pid=22007/tid=22008] ppid=22005 vsize=13982852 memory=-8540663193526752614 CPUtime=0.29 cores=0,2,4,6
/proc/22007/task/22008/stat : 22008 (java) R 22005 22005 21004 0 -1 4202560 5925 0 0 0 27 2 0 0 20 0 15 0 154143290 14318440448 11816 33554432000 4194304 4196468 140726543871184 140587790543632 140587382738992 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22009] ppid=22005 vsize=13982852 memory=3472467973176587472 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22009/stat : 22009 (java) S 22005 22005 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154143291 14318440448 11816 33554432000 4194304 4196468 140726543871184 140587382597904 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22010] ppid=22005 vsize=13982852 memory=139844281456731 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22010/stat : 22010 (java) S 22005 22005 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154143291 14318440448 11816 33554432000 4194304 4196468 140726543871184 140587381545360 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22011] ppid=22005 vsize=13982852 memory=139844135290140 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22011/stat : 22011 (java) S 22005 22005 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154143291 14318440448 11816 33554432000 4194304 4196468 140726543871184 140587380492816 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22012] ppid=22005 vsize=13982852 memory=139844135271375 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22012/stat : 22012 (java) S 22005 22005 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154143291 14318440448 11816 33554432000 4194304 4196468 140726543871184 140587379440272 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22013] ppid=22005 vsize=13982852 memory=139844281456807 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22013/stat : 22013 (java) S 22005 22005 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154143292 14318440448 11816 33554432000 4194304 4196468 140726543871184 140586967276016 140587786316418 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22014] ppid=22005 vsize=13982852 memory=139844135280591 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22014/stat : 22014 (java) S 22005 22005 21004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154143293 14318440448 11816 33554432000 4194304 4196468 140726543871184 140586966222240 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22015] ppid=22005 vsize=13982852 memory=279688270558864 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22015/stat : 22015 (java) S 22005 22005 21004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154143293 14318440448 11816 33554432000 4194304 4196468 140726543871184 140586965169648 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22016] ppid=22005 vsize=13982852 memory=279688270565744 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22016/stat : 22016 (java) S 22005 22005 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154143295 14318440448 11816 33554432000 4194304 4196468 140726543871184 140586560514768 140587786323867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22017] ppid=22005 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/22007/task/22017/stat : 22017 (java) R 22005 22005 21004 0 -1 4202560 566 0 0 0 3 0 0 0 20 0 15 0 154143295 14318440448 11816 33554432000 4194304 4196468 140726543871184 140586559461360 140587779401847 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22018] ppid=22005 vsize=13982852 memory=2240 CPUtime=0.03 cores=0,2,4,6
/proc/22007/task/22018/stat : 22018 (java) R 22005 22005 21004 0 -1 1077944384 323 0 0 0 3 0 0 0 20 0 15 0 154143295 14318440448 11816 33554432000 4194304 4196468 140726543871184 140586558408816 140587786316418 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22019] ppid=22005 vsize=13982852 memory=139844281435776 CPUtime=0.12 cores=0,2,4,6
/proc/22007/task/22019/stat : 22019 (java) R 22005 22005 21004 0 -1 4202560 865 0 0 0 12 0 0 0 20 0 15 0 154143295 14318440448 11816 33554432000 4194304 4196468 140726543871184 140586557354064 140587779402107 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22020] ppid=22005 vsize=13982852 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22020/stat : 22020 (java) S 22005 22005 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154143296 14318440448 11816 33554432000 4194304 4196468 140726543871184 140586556303968 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22021] ppid=22005 vsize=13982852 memory=139844281435776 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22021/stat : 22021 (java) S 22005 22005 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154143296 14318440448 11816 33554432000 4194304 4196468 140726543871184 140586555251504 140587786316418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48644 KiB

[startup+0.700871 s]
/proc/loadavg: 1.91 1.84 1.49 5/218 22021
/proc/meminfo: memFree=26262636/32770624 swapFree=67108860/67108860
[pid=22005] ppid=22002 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22005/stat : 22005 (xcsp3-exec) S 22002 22005 21004 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 154143289 9740288 345 33554432000 4194304 5098028 140734958940080 140734958938184 139631118267004 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21340160 140734958941300 140734958941504 140734958941504 140734958944235 0
/proc/22005/statm: 2378 345 289 221 0 87 0
[pid=22007] ppid=22005 vsize=13982928 memory=92036 CPUtime=1.69 cores=0,2,4,6
/proc/22007/stat : 22007 (java) S 22005 22005 21004 0 -1 1077944320 11963 0 0 0 164 5 0 0 20 0 15 0 154143290 14318518272 23009 33554432000 4194304 4196468 140726543871184 140726543853728 140587786305271 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
/proc/22007/statm: 3495732 23009 3197 1 0 3482966 0
[pid=22007/tid=22008] ppid=22005 vsize=13982928 memory=1224 CPUtime=0.68 cores=0,2,4,6
/proc/22007/task/22008/stat : 22008 (java) R 22005 22005 21004 0 -1 4202560 6341 0 0 0 65 3 0 0 20 0 15 0 154143290 14318518272 23009 33554432000 4194304 4196468 140726543871184 140587790541984 140587386555583 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22009] ppid=22005 vsize=13982928 memory=792 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22009/stat : 22009 (java) S 22005 22005 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154143291 14318518272 23009 33554432000 4194304 4196468 140726543871184 140587382597904 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22010] ppid=22005 vsize=13982928 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22010/stat : 22010 (java) S 22005 22005 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154143291 14318518272 23009 33554432000 4194304 4196468 140726543871184 140587381545360 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22011] ppid=22005 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22011/stat : 22011 (java) S 22005 22005 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154143291 14318518272 23009 33554432000 4194304 4196468 140726543871184 140587380492816 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22012] ppid=22005 vsize=13982928 memory=279688270640448 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22012/stat : 22012 (java) S 22005 22005 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154143291 14318518272 23009 33554432000 4194304 4196468 140726543871184 140587379440272 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22013] ppid=22005 vsize=13982928 memory=11268 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22013/stat : 22013 (java) S 22005 22005 21004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154143292 14318518272 23009 33554432000 4194304 4196468 140726543871184 140586967276016 140587786316418 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22014] ppid=22005 vsize=13982928 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22014/stat : 22014 (java) S 22005 22005 21004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154143293 14318518272 23009 33554432000 4194304 4196468 140726543871184 140586966222240 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22015] ppid=22005 vsize=13982928 memory=2319529065062123173 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22015/stat : 22015 (java) S 22005 22005 21004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154143293 14318518272 23009 33554432000 4194304 4196468 140726543871184 140586965169648 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22016] ppid=22005 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22016/stat : 22016 (java) S 22005 22005 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154143295 14318518272 23009 33554432000 4194304 4196468 140726543871184 140586560514768 140587786323867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22017] ppid=22005 vsize=13982928 memory=51 CPUtime=0.32 cores=0,2,4,6
/proc/22007/task/22017/stat : 22017 (java) S 22005 22005 21004 0 -1 1077944384 1302 0 0 0 32 0 0 0 20 0 15 0 154143295 14318518272 23009 33554432000 4194304 4196468 140726543871184 140586559461360 140587786316418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22018] ppid=22005 vsize=13982928 memory=5 CPUtime=0.34 cores=0,2,4,6
/proc/22007/task/22018/stat : 22018 (java) S 22005 22005 21004 0 -1 1077944384 1285 0 0 0 34 0 0 0 20 0 15 0 154143295 14318518272 23009 33554432000 4194304 4196468 140726543871184 140586558408816 140587786316418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22019] ppid=22005 vsize=13982928 memory=9895 CPUtime=0.33 cores=0,2,4,6
/proc/22007/task/22019/stat : 22019 (java) S 22005 22005 21004 0 -1 1077944384 1728 0 0 0 32 1 0 0 20 0 15 0 154143295 14318518272 23009 33554432000 4194304 4196468 140726543871184 140586557356272 140587786316418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22020] ppid=22005 vsize=13982928 memory=462 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22020/stat : 22020 (java) S 22005 22005 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154143296 14318518272 23009 33554432000 4194304 4196468 140726543871184 140586556303968 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22021] ppid=22005 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22021/stat : 22021 (java) S 22005 22005 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154143296 14318518272 23009 33554432000 4194304 4196468 140726543871184 140586555251504 140587786316418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 93416 KiB

[startup+1.50084 s]
/proc/loadavg: 1.91 1.84 1.49 3/218 22021
/proc/meminfo: memFree=26218576/32770624 swapFree=67108860/67108860
[pid=22005] ppid=22002 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22005/stat : 22005 (xcsp3-exec) S 22002 22005 21004 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 154143289 9740288 345 33554432000 4194304 5098028 140734958940080 140734958938184 139631118267004 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21340160 140734958941300 140734958941504 140734958941504 140734958944235 0
/proc/22005/statm: 2378 345 289 221 0 87 0

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

/proc/22007/task/22015/stat : 22015 (java) S 22005 22005 21004 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 154143293 14320615424 62231 33554432000 4194304 4196468 140726543871184 140586965169648 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22016] ppid=22005 vsize=13984976 memory=69 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22016/stat : 22016 (java) S 22005 22005 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154143295 14320615424 62231 33554432000 4194304 4196468 140726543871184 140586560514768 140587786323867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22017] ppid=22005 vsize=13984976 memory=248924 CPUtime=1.47 cores=0,2,4,6
/proc/22007/task/22017/stat : 22017 (java) S 22005 22005 21004 0 -1 1077944384 9359 0 0 0 146 1 0 0 20 0 15 0 154143295 14320615424 62231 33554432000 4194304 4196468 140726543871184 140586559461360 140587786316418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22018] ppid=22005 vsize=13984976 memory=1380 CPUtime=2.26 cores=0,2,4,6
/proc/22007/task/22018/stat : 22018 (java) S 22005 22005 21004 0 -1 1077944384 16656 0 0 0 224 2 0 0 20 0 15 0 154143295 14320615424 62231 33554432000 4194304 4196468 140726543871184 140586558408816 140587786316418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22019] ppid=22005 vsize=13984976 memory=0 CPUtime=0.69 cores=0,2,4,6
/proc/22007/task/22019/stat : 22019 (java) S 22005 22005 21004 0 -1 1077944384 6676 0 0 0 67 2 0 0 20 0 15 0 154143295 14320615424 62231 33554432000 4194304 4196468 140726543871184 140586557356272 140587786316418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22020] ppid=22005 vsize=13984976 memory=-6876588627878687573 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22020/stat : 22020 (java) S 22005 22005 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154143296 14320615424 62231 33554432000 4194304 4196468 140726543871184 140586556303968 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22021] ppid=22005 vsize=13984976 memory=6791534058613427641 CPUtime=0.02 cores=0,2,4,6
/proc/22007/task/22021/stat : 22021 (java) S 22005 22005 21004 0 -1 1077944384 289 0 0 0 0 2 0 0 20 0 15 0 154143296 14320615424 62231 33554432000 4194304 4196468 140726543871184 140586555251504 140587786316418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
Current children cumulated CPU time: 106.86 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 250304 KiB

[startup+162.301 s]
/proc/loadavg: 1.79 1.81 1.53 3/217 22023
/proc/meminfo: memFree=26151124/32770624 swapFree=67108860/67108860
[pid=22005] ppid=22002 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22005/stat : 22005 (xcsp3-exec) S 22002 22005 21004 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 154143289 9740288 345 33554432000 4194304 5098028 140734958940080 140734958938184 139631118267004 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21340160 140734958941300 140734958941504 140734958941504 140734958944235 0
/proc/22005/statm: 2378 345 289 221 0 87 0
[pid=22007] ppid=22005 vsize=13984976 memory=251360 CPUtime=166.93 cores=0,2,4,6
/proc/22007/stat : 22007 (java) S 22005 22005 21004 0 -1 1077944320 53248 0 0 0 16675 18 0 0 20 0 15 0 154143290 14320615424 62840 33554432000 4194304 4196468 140726543871184 140726543853728 140587786305271 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
/proc/22007/statm: 3496244 62840 3272 1 0 3483478 0
[pid=22007/tid=22008] ppid=22005 vsize=13984976 memory=251360 CPUtime=162.19 cores=0,2,4,6
/proc/22007/task/22008/stat : 22008 (java) R 22005 22005 21004 0 -1 4202560 12493 0 0 0 16215 4 0 0 20 0 15 0 154143290 14320615424 62840 33554432000 4194304 4196468 140726543871184 140587790542136 140587390156185 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22009] ppid=22005 vsize=13984976 memory=251356 CPUtime=0.04 cores=0,2,4,6
/proc/22007/task/22009/stat : 22009 (java) S 22005 22005 21004 0 -1 1077944384 298 0 0 0 3 1 0 0 20 0 15 0 154143291 14320615424 62840 33554432000 4194304 4196468 140726543871184 140587382597904 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22010] ppid=22005 vsize=13984976 memory=251356 CPUtime=0.04 cores=0,2,4,6
/proc/22007/task/22010/stat : 22010 (java) S 22005 22005 21004 0 -1 1077944384 2992 0 0 0 3 1 0 0 20 0 15 0 154143291 14320615424 62840 33554432000 4194304 4196468 140726543871184 140587381545360 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22011] ppid=22005 vsize=13984976 memory=251356 CPUtime=0.04 cores=0,2,4,6
/proc/22007/task/22011/stat : 22011 (java) S 22005 22005 21004 0 -1 1077944384 334 0 0 0 3 1 0 0 20 0 15 0 154143291 14320615424 62840 33554432000 4194304 4196468 140726543871184 140587380492816 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22012] ppid=22005 vsize=13984976 memory=251360 CPUtime=0.04 cores=0,2,4,6
/proc/22007/task/22012/stat : 22012 (java) S 22005 22005 21004 0 -1 1077944384 397 0 0 0 3 1 0 0 20 0 15 0 154143291 14320615424 62840 33554432000 4194304 4196468 140726543871184 140587379440272 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22013] ppid=22005 vsize=13984976 memory=1380 CPUtime=0.01 cores=0,2,4,6
/proc/22007/task/22013/stat : 22013 (java) S 22005 22005 21004 0 -1 1077944384 943 0 0 0 1 0 0 0 20 0 15 0 154143292 14320615424 62840 33554432000 4194304 4196468 140726543871184 140586967276016 140587786316418 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22014] ppid=22005 vsize=13984976 memory=251360 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22014/stat : 22014 (java) S 22005 22005 21004 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 154143293 14320615424 62840 33554432000 4194304 4196468 140726543871184 140586966222240 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22015] ppid=22005 vsize=13984976 memory=251360 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22015/stat : 22015 (java) S 22005 22005 21004 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 154143293 14320615424 62840 33554432000 4194304 4196468 140726543871184 140586965169648 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22016] ppid=22005 vsize=13984976 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22016/stat : 22016 (java) S 22005 22005 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154143295 14320615424 62840 33554432000 4194304 4196468 140726543871184 140586560514768 140587786323867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22017] ppid=22005 vsize=13984976 memory=251356 CPUtime=1.48 cores=0,2,4,6
/proc/22007/task/22017/stat : 22017 (java) S 22005 22005 21004 0 -1 1077944384 9760 0 0 0 147 1 0 0 20 0 15 0 154143295 14320615424 62840 33554432000 4194304 4196468 140726543871184 140586559461360 140587786316418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22018] ppid=22005 vsize=13984976 memory=248924 CPUtime=2.27 cores=0,2,4,6
/proc/22007/task/22018/stat : 22018 (java) S 22005 22005 21004 0 -1 1077944384 16768 0 0 0 225 2 0 0 20 0 15 0 154143295 14320615424 62840 33554432000 4194304 4196468 140726543871184 140586558408816 140587786316418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22019] ppid=22005 vsize=13984976 memory=251360 CPUtime=0.69 cores=0,2,4,6
/proc/22007/task/22019/stat : 22019 (java) S 22005 22005 21004 0 -1 1077944384 7593 0 0 0 67 2 0 0 20 0 15 0 154143295 14320615424 62840 33554432000 4194304 4196468 140726543871184 140586557356272 140587786316418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22020] ppid=22005 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22020/stat : 22020 (java) S 22005 22005 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154143296 14320615424 62840 33554432000 4194304 4196468 140726543871184 140586556303968 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22021] ppid=22005 vsize=13984976 memory=251360 CPUtime=0.04 cores=0,2,4,6
/proc/22007/task/22021/stat : 22021 (java) S 22005 22005 21004 0 -1 1077944384 302 0 0 0 1 3 0 0 20 0 15 0 154143296 14320615424 62840 33554432000 4194304 4196468 140726543871184 140586555251504 140587786316418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
Current children cumulated CPU time: 166.93 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 252740 KiB

[startup+222.301 s]
/proc/loadavg: 1.81 1.81 1.55 3/217 22105
/proc/meminfo: memFree=26089628/32770624 swapFree=67108860/67108860
[pid=22005] ppid=22002 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22005/stat : 22005 (xcsp3-exec) S 22002 22005 21004 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 154143289 9740288 345 33554432000 4194304 5098028 140734958940080 140734958938184 139631118267004 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21340160 140734958941300 140734958941504 140734958941504 140734958944235 0
/proc/22005/statm: 2378 345 289 221 0 87 0
[pid=22007] ppid=22005 vsize=13984976 memory=251380 CPUtime=227.02 cores=0,2,4,6
/proc/22007/stat : 22007 (java) S 22005 22005 21004 0 -1 1077944320 56454 0 0 0 22683 19 0 0 20 0 15 0 154143290 14320615424 62845 33554432000 4194304 4196468 140726543871184 140726543853728 140587786305271 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
/proc/22007/statm: 3496244 62845 3272 1 0 3483478 0
[pid=22007/tid=22008] ppid=22005 vsize=13984976 memory=251372 CPUtime=222.18 cores=0,2,4,6
/proc/22007/task/22008/stat : 22008 (java) R 22005 22005 21004 0 -1 4202560 13000 0 0 0 22214 4 0 0 20 0 15 0 154143290 14320615424 62845 33554432000 4194304 4196468 140726543871184 140587790541800 140587390156474 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22009] ppid=22005 vsize=13984976 memory=251372 CPUtime=0.05 cores=0,2,4,6
/proc/22007/task/22009/stat : 22009 (java) S 22005 22005 21004 0 -1 1077944384 319 0 0 0 4 1 0 0 20 0 15 0 154143291 14320615424 62845 33554432000 4194304 4196468 140726543871184 140587382597904 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22010] ppid=22005 vsize=13984976 memory=251380 CPUtime=0.05 cores=0,2,4,6
/proc/22007/task/22010/stat : 22010 (java) S 22005 22005 21004 0 -1 1077944384 4087 0 0 0 4 1 0 0 20 0 15 0 154143291 14320615424 62845 33554432000 4194304 4196468 140726543871184 140587381545360 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22011] ppid=22005 vsize=13984976 memory=1380 CPUtime=0.06 cores=0,2,4,6
/proc/22007/task/22011/stat : 22011 (java) S 22005 22005 21004 0 -1 1077944384 509 0 0 0 5 1 0 0 20 0 15 0 154143291 14320615424 62845 33554432000 4194304 4196468 140726543871184 140587380492816 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22012] ppid=22005 vsize=13984976 memory=1380 CPUtime=0.05 cores=0,2,4,6
/proc/22007/task/22012/stat : 22012 (java) S 22005 22005 21004 0 -1 1077944384 510 0 0 0 4 1 0 0 20 0 15 0 154143291 14320615424 62845 33554432000 4194304 4196468 140726543871184 140587379440272 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22013] ppid=22005 vsize=13984976 memory=1380 CPUtime=0.01 cores=0,2,4,6
/proc/22007/task/22013/stat : 22013 (java) S 22005 22005 21004 0 -1 1077944384 1140 0 0 0 1 0 0 0 20 0 15 0 154143292 14320615424 62845 33554432000 4194304 4196468 140726543871184 140586967276016 140587786316418 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22014] ppid=22005 vsize=13984976 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22014/stat : 22014 (java) S 22005 22005 21004 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 154143293 14320615424 62845 33554432000 4194304 4196468 140726543871184 140586966222240 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22015] ppid=22005 vsize=13984976 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22015/stat : 22015 (java) S 22005 22005 21004 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 154143293 14320615424 62845 33554432000 4194304 4196468 140726543871184 140586965169648 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22016] ppid=22005 vsize=13984976 memory=251360 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22016/stat : 22016 (java) S 22005 22005 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154143295 14320615424 62845 33554432000 4194304 4196468 140726543871184 140586560514768 140587786323867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22017] ppid=22005 vsize=13984976 memory=251380 CPUtime=1.51 cores=0,2,4,6
/proc/22007/task/22017/stat : 22017 (java) S 22005 22005 21004 0 -1 1077944384 10556 0 0 0 150 1 0 0 20 0 15 0 154143295 14320615424 62845 33554432000 4194304 4196468 140726543871184 140586559461360 140587786316418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22018] ppid=22005 vsize=13984976 memory=1380 CPUtime=2.27 cores=0,2,4,6
/proc/22007/task/22018/stat : 22018 (java) S 22005 22005 21004 0 -1 1077944384 16774 0 0 0 225 2 0 0 20 0 15 0 154143295 14320615424 62845 33554432000 4194304 4196468 140726543871184 140586558408816 140587786316418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22019] ppid=22005 vsize=13984976 memory=932 CPUtime=0.69 cores=0,2,4,6
/proc/22007/task/22019/stat : 22019 (java) S 22005 22005 21004 0 -1 1077944384 7854 0 0 0 67 2 0 0 20 0 15 0 154143295 14320615424 62845 33554432000 4194304 4196468 140726543871184 140586557356272 140587786316418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22020] ppid=22005 vsize=13984976 memory=2200 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22020/stat : 22020 (java) S 22005 22005 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154143296 14320615424 62845 33554432000 4194304 4196468 140726543871184 140586556303968 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22021] ppid=22005 vsize=13984976 memory=7792 CPUtime=0.06 cores=0,2,4,6
/proc/22007/task/22021/stat : 22021 (java) S 22005 22005 21004 0 -1 1077944384 337 0 0 0 2 4 0 0 20 0 15 0 154143296 14320615424 62845 33554432000 4194304 4196468 140726543871184 140586555251504 140587786316418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
Current children cumulated CPU time: 227.02 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 252760 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.86 1.82 1.56 3/217 22105
/proc/meminfo: memFree=26086212/32770624 swapFree=67108860/67108860
[pid=22005] ppid=22002 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22005/stat : 22005 (xcsp3-exec) S 22002 22005 21004 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 154143289 9740288 345 33554432000 4194304 5098028 140734958940080 140734958938184 139631118267004 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21340160 140734958941300 140734958941504 140734958941504 140734958944235 0
/proc/22005/statm: 2378 345 289 221 0 87 0
[pid=22007] ppid=22005 vsize=13984976 memory=251380 CPUtime=244.73 cores=0,2,4,6
/proc/22007/stat : 22007 (java) S 22005 22005 21004 0 -1 1077944320 56459 0 0 0 24454 19 0 0 20 0 15 0 154143290 14320615424 62845 33554432000 4194304 4196468 140726543871184 140726543853728 140587786305271 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
/proc/22007/statm: 3496244 62845 3272 1 0 3483478 0
[pid=22007/tid=22008] ppid=22005 vsize=13984976 memory=6791534058613427641 CPUtime=239.88 cores=0,2,4,6
/proc/22007/task/22008/stat : 22008 (java) R 22005 22005 21004 0 -1 4202560 13005 0 0 0 23984 4 0 0 20 0 15 0 154143290 14320615424 62845 33554432000 4194304 4196468 140726543871184 140587790541800 140587390156424 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22009] ppid=22005 vsize=13984976 memory=-7003737579269690708 CPUtime=0.05 cores=0,2,4,6
/proc/22007/task/22009/stat : 22009 (java) S 22005 22005 21004 0 -1 1077944384 319 0 0 0 4 1 0 0 20 0 15 0 154143291 14320615424 62845 33554432000 4194304 4196468 140726543871184 140587382597904 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22010] ppid=22005 vsize=13984976 memory=2200 CPUtime=0.05 cores=0,2,4,6
/proc/22007/task/22010/stat : 22010 (java) S 22005 22005 21004 0 -1 1077944384 4087 0 0 0 4 1 0 0 20 0 15 0 154143291 14320615424 62845 33554432000 4194304 4196468 140726543871184 140587381545360 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22011] ppid=22005 vsize=13984976 memory=7792 CPUtime=0.06 cores=0,2,4,6
/proc/22007/task/22011/stat : 22011 (java) S 22005 22005 21004 0 -1 1077944384 509 0 0 0 5 1 0 0 20 0 15 0 154143291 14320615424 62845 33554432000 4194304 4196468 140726543871184 140587380492816 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22012] ppid=22005 vsize=13984976 memory=840 CPUtime=0.05 cores=0,2,4,6
/proc/22007/task/22012/stat : 22012 (java) S 22005 22005 21004 0 -1 1077944384 510 0 0 0 4 1 0 0 20 0 15 0 154143291 14320615424 62845 33554432000 4194304 4196468 140726543871184 140587379440272 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22013] ppid=22005 vsize=13984976 memory=4104 CPUtime=0.01 cores=0,2,4,6
/proc/22007/task/22013/stat : 22013 (java) S 22005 22005 21004 0 -1 1077944384 1140 0 0 0 1 0 0 0 20 0 15 0 154143292 14320615424 62845 33554432000 4194304 4196468 140726543871184 140586967276016 140587786316418 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22014] ppid=22005 vsize=13984976 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22014/stat : 22014 (java) S 22005 22005 21004 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 154143293 14320615424 62845 33554432000 4194304 4196468 140726543871184 140586966222240 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22015] ppid=22005 vsize=13984976 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22015/stat : 22015 (java) S 22005 22005 21004 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 154143293 14320615424 62845 33554432000 4194304 4196468 140726543871184 140586965169648 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22016] ppid=22005 vsize=13984976 memory=3156 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22016/stat : 22016 (java) S 22005 22005 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154143295 14320615424 62845 33554432000 4194304 4196468 140726543871184 140586560514768 140587786323867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22017] ppid=22005 vsize=13984976 memory=1380 CPUtime=1.51 cores=0,2,4,6
/proc/22007/task/22017/stat : 22017 (java) S 22005 22005 21004 0 -1 1077944384 10556 0 0 0 150 1 0 0 20 0 15 0 154143295 14320615424 62845 33554432000 4194304 4196468 140726543871184 140586559461360 140587786316418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22018] ppid=22005 vsize=13984976 memory=251380 CPUtime=2.27 cores=0,2,4,6
/proc/22007/task/22018/stat : 22018 (java) S 22005 22005 21004 0 -1 1077944384 16774 0 0 0 225 2 0 0 20 0 15 0 154143295 14320615424 62845 33554432000 4194304 4196468 140726543871184 140586558408816 140587786316418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22019] ppid=22005 vsize=13984976 memory=1160 CPUtime=0.69 cores=0,2,4,6
/proc/22007/task/22019/stat : 22019 (java) S 22005 22005 21004 0 -1 1077944384 7854 0 0 0 67 2 0 0 20 0 15 0 154143295 14320615424 62845 33554432000 4194304 4196468 140726543871184 140586557356272 140587786316418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22020] ppid=22005 vsize=13984976 memory=2780 CPUtime=0 cores=0,2,4,6
/proc/22007/task/22020/stat : 22020 (java) S 22005 22005 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154143296 14320615424 62845 33554432000 4194304 4196468 140726543871184 140586556303968 140587786315477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
[pid=22007/tid=22021] ppid=22005 vsize=13984976 memory=1384 CPUtime=0.06 cores=0,2,4,6
/proc/22007/task/22021/stat : 22021 (java) S 22005 22005 21004 0 -1 1077944384 337 0 0 0 2 4 0 0 20 0 15 0 154143296 14320615424 62845 33554432000 4194304 4196468 140726543871184 140586555251504 140587786316418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140726543877277 140726543877452 140726543877452 140726543880143 0
Current children cumulated CPU time: 244.73 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 252760 KiB

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

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

[startup+240.022 s]
# the end of solver process 22007 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=244.555 s, system=0.197112 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.022
CPU time (s): 244.752
CPU user time (s): 244.555
CPU system time (s): 0.197112
CPU usage (%): 101.971
Max. virtual memory (cumulated for all children) (KiB): 13996496
Max. memory (cumulated for all children) (KiB): 252760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.555
system time used= 0.197112
maximum resident set size= 251872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57391
page faults= 0
swaps= 0
block input operations= 0
block output operations= 400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8137
involuntary context switches= 214


# summary of solver processes directly reported to runsolver:
#   pid: 22005,22007
#   total CPU time (s): 244.752
#   total CPU user time (s): 244.555
#   total CPU system time (s): 0.197112

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.14554 second user time and 1.46173 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-20 08:14:54
IDJOB=4283078
IDBENCH=115917
IDSOLVER=2678
FILE ID=node107/4283078-1503210554
RUNJOBID= node107-1503208459-21035
PBS_JOBID= 20630867
Free space on /tmp= 61788 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/StillLife/StillLife-wst-s1/StillLife-wastage-43.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-4283078-1503210554/watcher-4283078-1503210554 -o /tmp/evaluation-result-4283078-1503210554/solver-4283078-1503210554 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node107-1503208459-21035 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1777409218 HOME/instance-4283078-1503210554.xml

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

MD5SUM BENCH= 2bbdfe474604d495dd31c09972612e7d
RANDOM SEED=1777409218

node107.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.84
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.84
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.84
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.84
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:        26325504 kB
MemAvailable:   31782860 kB
Buffers:          270232 kB
Cached:          5479488 kB
SwapCached:            0 kB
Active:          1087640 kB
Inactive:        4911828 kB
Active(anon):     252424 kB
Inactive(anon):    33132 kB
Active(file):     835216 kB
Inactive(file):  4878696 kB
Unevictable:        7640 kB
Mlocked:            7640 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7808 kB
Writeback:            20 kB
AnonPages:        256864 kB
Mapped:            64016 kB
Shmem:             33420 kB
Slab:             145500 kB
SReclaimable:     118560 kB
SUnreclaim:        26940 kB
KernelStack:        3600 kB
PageTables:         6112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1303348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61780 MiB
End job on node107 at 2017-08-20 08:18:54