Trace number 4283924

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 NameAnswerCPU timeWall clock time
choco-solver 5a (2017-08-18)UNSAT 9.8765802 8.2950697

General information on the benchmark

NameRadarSurveillance/RadarSurveillance-m1-s8-24/
RadarSurveillance-8-24-3-2-20.xml
MD5SUMf214ebe96c5c3c8776c4f6e3a073efa7
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.12754899
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints64
Number of domains1
Minimum domain size4
Maximum domain size4
Distribution of domain sizes[{"size":4,"count":132}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":12},{"degree":1,"count":13},{"degree":2,"count":9},{"degree":3,"count":16},{"degree":4,"count":4},{"degree":5,"count":17},{"degree":6,"count":73}]
Minimum constraint arity4
Maximum constraint arity18
Distribution of constraint arities[{"arity":4,"count":4},{"arity":5,"count":3},{"arity":6,"count":5},{"arity":7,"count":6},{"arity":8,"count":10},{"arity":9,"count":6},{"arity":10,"count":9},{"arity":11,"count":2},{"arity":12,"count":6},{"arity":13,"count":2},{"arity":14,"count":4},{"arity":15,"count":3},{"arity":16,"count":1},{"arity":18,"count":3}]
Number of extensional constraints0
Number of intensional constraints64
Distribution of constraint types[{"type":"intension","count":64}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.11	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283924-1503216951.xml"  -tl '2520s' -p 1 -x 3
0.18/0.33	c [HOME/instance-4283924-1503216951.xml, -tl, 2520s, -p, 1, -x, 3]
0.18/0.39	c simple solver
0.36/0.45	c parse instance...
9.66/8.23	c solve instance...
9.66/8.27	s UNSATISFIABLE

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283924-1503216951/watcher-4283924-1503216951 -o /tmp/evaluation-result-4283924-1503216951/solver-4283924-1503216951 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node131-1503171558-2271 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1693125548 HOME/instance-4283924-1503216951.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=11011, runsolver pid=11008
Current StackSize limit: 8192 KiB


[startup+0.100156 s]*
/proc/loadavg: 2.28 1.70 1.52 2/201 11012
/proc/meminfo: memFree=30847172/32770624 swapFree=67108860/67108860
[pid=11011] ppid=11008 vsize=33976 memory=456 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (runsolver) D 11008 11011 18108 0 -1 4202560 110 0 0 0 0 0 0 0 20 0 1 0 20102123 34791424 114 18446744073709551615 4194304 4346622 140728652665760 140728652662392 140701661852375 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6446216 6449568 25223168 140728652668984 140728652669477 140728652669477 140728652672970 0
/proc/11011/statm: 8494 114 53 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 456 KiB

[startup+0.209313 s]*
/proc/loadavg: 2.28 1.70 1.52 2/215 11026
/proc/meminfo: memFree=30834040/32770624 swapFree=67108860/67108860
[pid=11011] ppid=11008 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (xcsp3-exec) S 11008 11011 18108 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 20102123 9740288 345 18446744073709551615 4194304 5098028 140726147338352 140726147336456 140526870954620 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 11 0 0 7196144 7232144 10887168 140726147342713 140726147342918 140726147342918 140726147346411 0
/proc/11011/statm: 2378 345 289 221 0 87 0
[pid=11013] ppid=11011 vsize=13907304 memory=21964 CPUtime=0.05 cores=1,3,5,7
/proc/11013/stat : 11013 (java) S 11011 11011 18108 0 -1 1077944320 4943 0 0 0 4 1 0 0 20 0 14 0 20102134 14241079296 5491 18446744073709551615 4194304 4196468 140736453330832 140736453313376 140307961835255 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
/proc/11013/statm: 3476826 5491 2554 1 0 3466323 0
[pid=11013/tid=11014] ppid=11011 vsize=13907304 memory=-7318199385804929726 CPUtime=0.04 cores=1,3,5,7
/proc/11013/task/11014/stat : 11014 (java) D 11011 11011 18108 0 -1 4202560 3115 0 0 0 4 0 0 0 20 0 14 0 20102135 14241079296 5491 18446744073709551615 4194304 4196468 140736453330832 140307966072736 140307961857277 0 4 1 16800974 18446744071580418449 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11015] ppid=11011 vsize=13907304 memory=5767618174311803273 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11015/stat : 11015 (java) S 11011 11011 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 20102135 14241079296 5491 18446744073709551615 4194304 4196468 140736453330832 140307562052112 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11016] ppid=11011 vsize=13907304 memory=140701664802432 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11016/stat : 11016 (java) S 11011 11011 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 20102135 14241079296 5491 18446744073709551615 4194304 4196468 140736453330832 140307560999568 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11017] ppid=11011 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11017/stat : 11017 (java) S 11011 11011 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 20102135 14241079296 5491 18446744073709551615 4194304 4196468 140736453330832 140307559946512 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11018] ppid=11011 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11018/stat : 11018 (java) S 11011 11011 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 20102135 14241079296 5491 18446744073709551615 4194304 4196468 140736453330832 140307558893968 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11019] ppid=11011 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11019/stat : 11019 (java) S 11011 11011 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 20102137 14241079296 5491 18446744073709551615 4194304 4196468 140736453330832 140306878540528 140307961846402 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11020] ppid=11011 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11020/stat : 11020 (java) S 11011 11011 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 20102137 14241079296 5491 18446744073709551615 4194304 4196468 140736453330832 140306877486752 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11021] ppid=11011 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11021/stat : 11021 (java) S 11011 11011 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 20102137 14241079296 5491 18446744073709551615 4194304 4196468 140736453330832 140306876433648 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11022] ppid=11011 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11022/stat : 11022 (java) S 11011 11011 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 20102140 14241079296 5491 18446744073709551615 4194304 4196468 140736453330832 140306875382224 140307961853851 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11023] ppid=11011 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11023/stat : 11023 (java) S 11011 11011 18108 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 14 0 20102140 14241079296 5491 18446744073709551615 4194304 4196468 140736453330832 140306874329328 140307961846402 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11024] ppid=11011 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11024/stat : 11024 (java) S 11011 11011 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 20102140 14241079296 5491 18446744073709551615 4194304 4196468 140736453330832 140306873276784 140307961846402 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11025] ppid=11011 vsize=13907304 memory=140701664802432 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11025/stat : 11025 (java) S 11011 11011 18108 0 -1 1077944384 215 0 0 0 0 0 0 0 20 0 14 0 20102140 14241079296 5491 18446744073709551615 4194304 4196468 140736453330832 140306872223728 140307961846402 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11026] ppid=11011 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11026/stat : 11026 (java) S 11011 11011 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 20102140 14241079296 5491 18446744073709551615 4194304 4196468 140736453330832 140306871171424 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 23344 KiB

[startup+0.310271 s]*
/proc/loadavg: 2.28 1.70 1.52 4/216 11027
/proc/meminfo: memFree=30827680/32770624 swapFree=67108860/67108860
[pid=11011] ppid=11008 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (xcsp3-exec) S 11008 11011 18108 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 20102123 9740288 345 18446744073709551615 4194304 5098028 140726147338352 140726147336456 140526870954620 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 11 0 0 7196144 7232144 10887168 140726147342713 140726147342918 140726147342918 140726147346411 0
/proc/11011/statm: 2378 345 289 221 0 87 0
[pid=11013] ppid=11011 vsize=13974352 memory=31100 CPUtime=0.18 cores=1,3,5,7
/proc/11013/stat : 11013 (java) S 11011 11011 18108 0 -1 1077944320 6264 0 0 0 16 2 0 0 20 0 15 0 20102134 14309736448 7775 18446744073709551615 4194304 4196468 140736453330832 140736453313376 140307961835255 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
/proc/11013/statm: 3493588 7775 2924 1 0 3482964 0
[pid=11013/tid=11014] ppid=11011 vsize=13974352 memory=4026531863 CPUtime=0.12 cores=1,3,5,7
/proc/11013/task/11014/stat : 11014 (java) R 11011 11011 18108 0 -1 4202560 3570 0 0 0 11 1 0 0 20 0 15 0 20102135 14309736448 7775 18446744073709551615 4194304 4196468 140736453330832 140307966063440 140307947966816 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11015] ppid=11011 vsize=13974352 memory=12779 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11015/stat : 11015 (java) S 11011 11011 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20102135 14309736448 7775 18446744073709551615 4194304 4196468 140736453330832 140307562052112 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11016] ppid=11011 vsize=13974352 memory=140701664807548 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11016/stat : 11016 (java) S 11011 11011 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20102135 14309736448 7775 18446744073709551615 4194304 4196468 140736453330832 140307560999568 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11017] ppid=11011 vsize=13974352 memory=-6586668835053300886 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11017/stat : 11017 (java) S 11011 11011 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20102135 14309736448 7775 18446744073709551615 4194304 4196468 140736453330832 140307559946512 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11018] ppid=11011 vsize=13974352 memory=3472328296227680303 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11018/stat : 11018 (java) S 11011 11011 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20102135 14309736448 7775 18446744073709551615 4194304 4196468 140736453330832 140307558893968 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11019] ppid=11011 vsize=13974352 memory=3256253378920144876 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11019/stat : 11019 (java) S 11011 11011 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20102137 14309736448 7775 18446744073709551615 4194304 4196468 140736453330832 140306878540528 140307961846402 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11020] ppid=11011 vsize=13974352 memory=3471202396320837679 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11020/stat : 11020 (java) S 11011 11011 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 20102137 14309736448 7775 18446744073709551615 4194304 4196468 140736453330832 140306877486752 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11021] ppid=11011 vsize=13974352 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11021/stat : 11021 (java) S 11011 11011 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 20102137 14309736448 7775 18446744073709551615 4194304 4196468 140736453330832 140306876433648 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11022] ppid=11011 vsize=13974352 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11022/stat : 11022 (java) S 11011 11011 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20102140 14309736448 7775 18446744073709551615 4194304 4196468 140736453330832 140306875382224 140307961853851 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11023] ppid=11011 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/11013/task/11023/stat : 11023 (java) S 11011 11011 18108 0 -1 1077944384 459 0 0 0 1 0 0 0 20 0 15 0 20102140 14309736448 7775 18446744073709551615 4194304 4196468 140736453330832 140306874329328 140307961846402 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11024] ppid=11011 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11024/stat : 11024 (java) S 11011 11011 18108 0 -1 1077944384 195 0 0 0 0 0 0 0 20 0 15 0 20102140 14309736448 7775 18446744073709551615 4194304 4196468 140736453330832 140306873276784 140307961846402 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11025] ppid=11011 vsize=13974352 memory=140701664802432 CPUtime=0.03 cores=1,3,5,7
/proc/11013/task/11025/stat : 11025 (java) R 11011 11011 18108 0 -1 4202560 738 0 0 0 3 0 0 0 20 0 15 0 20102140 14309736448 7775 18446744073709551615 4194304 4196468 140736453330832 140306872223728 140307954072382 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11026] ppid=11011 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11026/stat : 11026 (java) S 11011 11011 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20102140 14309736448 7775 18446744073709551615 4194304 4196468 140736453330832 140306871171424 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11027] ppid=11011 vsize=13974352 memory=140701664802432 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11027/stat : 11027 (java) S 11011 11011 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20102148 14309736448 7775 18446744073709551615 4194304 4196468 140736453330832 140306870119472 140307961846402 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 32480 KiB

[startup+0.700879 s]
/proc/loadavg: 2.28 1.70 1.52 3/216 11027
/proc/meminfo: memFree=30810872/32770624 swapFree=67108860/67108860
[pid=11011] ppid=11008 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (xcsp3-exec) S 11008 11011 18108 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 20102123 9740288 345 18446744073709551615 4194304 5098028 140726147338352 140726147336456 140526870954620 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 11 0 0 7196144 7232144 10887168 140726147342713 140726147342918 140726147342918 140726147346411 0
/proc/11011/statm: 2378 345 289 221 0 87 0
[pid=11013] ppid=11011 vsize=13978684 memory=73228 CPUtime=1.09 cores=1,3,5,7
/proc/11013/stat : 11013 (java) S 11011 11011 18108 0 -1 1077944320 13038 0 0 0 103 6 0 0 20 0 15 0 20102134 14314172416 18307 18446744073709551615 4194304 4196468 140736453330832 140736453313376 140307961835255 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
/proc/11013/statm: 3494671 18307 3163 1 0 3482964 0
[pid=11013/tid=11014] ppid=11011 vsize=13978684 memory=1380 CPUtime=0.5 cores=1,3,5,7
/proc/11013/task/11014/stat : 11014 (java) R 11011 11011 18108 0 -1 4202560 7992 0 0 0 46 4 0 0 20 0 15 0 20102135 14314172416 18307 18446744073709551615 4194304 4196468 140736453330832 140307966071760 140307606508787 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11015] ppid=11011 vsize=13978684 memory=48120 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11015/stat : 11015 (java) S 11011 11011 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20102135 14314172416 18307 18446744073709551615 4194304 4196468 140736453330832 140307562052112 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11016] ppid=11011 vsize=13978684 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11016/stat : 11016 (java) S 11011 11011 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20102135 14314172416 18307 18446744073709551615 4194304 4196468 140736453330832 140307560999568 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11017] ppid=11011 vsize=13978684 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11017/stat : 11017 (java) S 11011 11011 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20102135 14314172416 18307 18446744073709551615 4194304 4196468 140736453330832 140307559946512 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11018] ppid=11011 vsize=13978684 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11018/stat : 11018 (java) S 11011 11011 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20102135 14314172416 18307 18446744073709551615 4194304 4196468 140736453330832 140307558893968 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11019] ppid=11011 vsize=13978684 memory=5408 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11019/stat : 11019 (java) S 11011 11011 18108 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 20102137 14314172416 18307 18446744073709551615 4194304 4196468 140736453330832 140306878540528 140307961846402 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11020] ppid=11011 vsize=13978684 memory=8688 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11020/stat : 11020 (java) S 11011 11011 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 20102137 14314172416 18307 18446744073709551615 4194304 4196468 140736453330832 140306877486752 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11021] ppid=11011 vsize=13978684 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11021/stat : 11021 (java) S 11011 11011 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 20102137 14314172416 18307 18446744073709551615 4194304 4196468 140736453330832 140306876433648 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11022] ppid=11011 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11022/stat : 11022 (java) S 11011 11011 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20102140 14314172416 18307 18446744073709551615 4194304 4196468 140736453330832 140306875382224 140307961853851 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11023] ppid=11011 vsize=13978684 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/11013/task/11023/stat : 11023 (java) S 11011 11011 18108 0 -1 1077944384 1343 0 0 0 19 0 0 0 20 0 15 0 20102140 14314172416 18307 18446744073709551615 4194304 4196468 140736453330832 140306874329328 140307961846402 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11024] ppid=11011 vsize=13978684 memory=4580 CPUtime=0.17 cores=1,3,5,7
/proc/11013/task/11024/stat : 11024 (java) S 11011 11011 18108 0 -1 1077944384 862 0 0 0 17 0 0 0 20 0 15 0 20102140 14314172416 18307 18446744073709551615 4194304 4196468 140736453330832 140306873276784 140307961846402 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11025] ppid=11011 vsize=13978684 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/11013/task/11025/stat : 11025 (java) S 11011 11011 18108 0 -1 1077944384 1533 0 0 0 20 0 0 0 20 0 15 0 20102140 14314172416 18307 18446744073709551615 4194304 4196468 140736453330832 140306872223728 140307961846402 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11026] ppid=11011 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11026/stat : 11026 (java) S 11011 11011 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20102140 14314172416 18307 18446744073709551615 4194304 4196468 140736453330832 140306871171424 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11027] ppid=11011 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11027/stat : 11027 (java) S 11011 11011 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20102148 14314172416 18307 18446744073709551615 4194304 4196468 140736453330832 140306870119472 140307961846402 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 74608 KiB

[startup+1.50084 s]
/proc/loadavg: 2.28 1.70 1.52 3/216 11027
/proc/meminfo: memFree=30669260/32770624 swapFree=67108860/67108860
[pid=11011] ppid=11008 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (xcsp3-exec) S 11008 11011 18108 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 20102123 9740288 345 18446744073709551615 4194304 5098028 140726147338352 140726147336456 140526870954620 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 11 0 0 7196144 7232144 10887168 140726147342713 140726147342918 140726147342918 140726147346411 0
/proc/11011/statm: 2378 345 289 221 0 87 0
[pid=11013] ppid=11011 vsize=13978684 memory=207768 CPUtime=2.12 cores=1,3,5,7
/proc/11013/stat : 11013 (java) S 11011 11011 18108 0 -1 1077944320 13569 0 0 0 200 12 0 0 20 0 15 0 20102134 14314172416 51942 18446744073709551615 4194304 4196468 140736453330832 140736453313376 140307961835255 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
/proc/11013/statm: 3494671 51942 3185 1 0 3482964 0
[pid=11013/tid=11014] ppid=11011 vsize=13978684 memory=207524 CPUtime=1.26 cores=1,3,5,7
/proc/11013/task/11014/stat : 11014 (java) R 11011 11011 18108 0 -1 4202560 8047 0 0 0 121 5 0 0 20 0 15 0 20102135 14314172416 51942 18446744073709551615 4194304 4196468 140736453330832 140307966074240 140307604680808 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11015] ppid=11011 vsize=13978684 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/11013/task/11015/stat : 11015 (java) S 11011 11011 18108 0 -1 1077944384 27 0 0 0 1 1 0 0 20 0 15 0 20102135 14314172416 51942 18446744073709551615 4194304 4196468 140736453330832 140307562052112 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11016] ppid=11011 vsize=13978684 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/11013/task/11016/stat : 11016 (java) S 11011 11011 18108 0 -1 1077944384 26 0 0 0 1 1 0 0 20 0 15 0 20102135 14314172416 51942 18446744073709551615 4194304 4196468 140736453330832 140307560999568 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11017] ppid=11011 vsize=13978684 memory=73228 CPUtime=0.02 cores=1,3,5,7
/proc/11013/task/11017/stat : 11017 (java) S 11011 11011 18108 0 -1 1077944384 25 0 0 0 1 1 0 0 20 0 15 0 20102135 14314172416 51942 18446744073709551615 4194304 4196468 140736453330832 140307559946512 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11018] ppid=11011 vsize=13978684 memory=1380 CPUtime=0.02 cores=1,3,5,7
/proc/11013/task/11018/stat : 11018 (java) S 11011 11011 18108 0 -1 1077944384 29 0 0 0 1 1 0 0 20 0 15 0 20102135 14314172416 51942 18446744073709551615 4194304 4196468 140736453330832 140307558893968 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11019] ppid=11011 vsize=13978684 memory=48120 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11019/stat : 11019 (java) S 11011 11011 18108 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 20102137 14314172416 51942 18446744073709551615 4194304 4196468 140736453330832 140306878540528 140307961846402 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11020] ppid=11011 vsize=13978684 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11020/stat : 11020 (java) S 11011 11011 18108 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 20102137 14314172416 51942 18446744073709551615 4194304 4196468 140736453330832 140306877486752 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11021] ppid=11011 vsize=13978684 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11021/stat : 11021 (java) S 11011 11011 18108 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 20102137 14314172416 51942 18446744073709551615 4194304 4196468 140736453330832 140306876433648 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11022] ppid=11011 vsize=13978684 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11022/stat : 11022 (java) S 11011 11011 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20102140 14314172416 51942 18446744073709551615 4194304 4196468 140736453330832 140306875382224 140307961853851 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11023] ppid=11011 vsize=13978684 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/11013/task/11023/stat : 11023 (java) S 11011 11011 18108 0 -1 1077944384 1366 0 0 0 25 0 0 0 20 0 15 0 20102140 14314172416 51942 18446744073709551615 4194304 4196468 140736453330832 140306874329328 140307961846402 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11024] ppid=11011 vsize=13978684 memory=24 CPUtime=0.26 cores=1,3,5,7
/proc/11013/task/11024/stat : 11024 (java) S 11011 11011 18108 0 -1 1077944384 1122 0 0 0 26 0 0 0 20 0 15 0 20102140 14314172416 51942 18446744073709551615 4194304 4196468 140736453330832 140306873276784 140307961846402 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11025] ppid=11011 vsize=13978684 memory=20 CPUtime=0.21 cores=1,3,5,7
/proc/11013/task/11025/stat : 11025 (java) S 11011 11011 18108 0 -1 1077944384 1545 0 0 0 21 0 0 0 20 0 15 0 20102140 14314172416 51942 18446744073709551615 4194304 4196468 140736453330832 140306872223728 140307961846402 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11026] ppid=11011 vsize=13978684 memory=21 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11026/stat : 11026 (java) S 11011 11011 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20102140 14314172416 51942 18446744073709551615 4194304 4196468 140736453330832 140306871171424 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11027] ppid=11011 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11027/stat : 11027 (java) S 11011 11011 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20102148 14314172416 51942 18446744073709551615 4194304 4196468 140736453330832 140306870119472 140307961846402 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
Current children cumulated CPU time: 2.12 s
Current children cumulated vsize: 13988196 KiB

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

/proc/11011/stat : 11011 (xcsp3-exec) S 11008 11011 18108 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 20102123 9740288 345 18446744073709551615 4194304 5098028 140726147338352 140726147336456 140526870954620 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 11 0 0 7196144 7232144 10887168 140726147342713 140726147342918 140726147342918 140726147346411 0
/proc/11011/statm: 2378 345 289 221 0 87 0
[pid=11013] ppid=11011 vsize=13980732 memory=810372 CPUtime=7.58 cores=1,3,5,7
/proc/11013/stat : 11013 (java) S 11011 11011 18108 0 -1 1077944320 18645 0 0 0 721 37 0 0 20 0 15 0 20102134 14316269568 202593 18446744073709551615 4194304 4196468 140736453330832 140736453313376 140307961835255 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
/proc/11013/statm: 3495183 202593 3214 1 0 3483476 0
[pid=11013/tid=11014] ppid=11011 vsize=13980732 memory=7157181225170646077 CPUtime=6.03 cores=1,3,5,7
/proc/11013/task/11014/stat : 11014 (java) R 11011 11011 18108 0 -1 4202560 10297 0 0 0 591 12 0 0 20 0 15 0 20102135 14316269568 202593 18446744073709551615 4194304 4196468 140736453330832 140307966072272 140307606454098 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11015] ppid=11011 vsize=13980732 memory=7444507626669749565 CPUtime=0.13 cores=1,3,5,7
/proc/11013/task/11015/stat : 11015 (java) S 11011 11011 18108 0 -1 1077944384 179 0 0 0 8 5 0 0 20 0 15 0 20102135 14316269568 202593 18446744073709551615 4194304 4196468 140736453330832 140307562052112 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11016] ppid=11011 vsize=13980732 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/11013/task/11016/stat : 11016 (java) S 11011 11011 18108 0 -1 1077944384 201 0 0 0 9 5 0 0 20 0 15 0 20102135 14316269568 202593 18446744073709551615 4194304 4196468 140736453330832 140307560999568 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11017] ppid=11011 vsize=13980732 memory=6655300316396806240 CPUtime=0.14 cores=1,3,5,7
/proc/11013/task/11017/stat : 11017 (java) S 11011 11011 18108 0 -1 1077944384 211 0 0 0 9 5 0 0 20 0 15 0 20102135 14316269568 202593 18446744073709551615 4194304 4196468 140736453330832 140307559946512 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11018] ppid=11011 vsize=13980732 memory=4206186544037388384 CPUtime=0.14 cores=1,3,5,7
/proc/11013/task/11018/stat : 11018 (java) S 11011 11011 18108 0 -1 1077944384 163 0 0 0 9 5 0 0 20 0 15 0 20102135 14316269568 202593 18446744073709551615 4194304 4196468 140736453330832 140307558893968 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11019] ppid=11011 vsize=13980732 memory=6944656592455360569 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11019/stat : 11019 (java) S 11011 11011 18108 0 -1 1077944384 499 0 0 0 0 0 0 0 20 0 15 0 20102137 14316269568 202593 18446744073709551615 4194304 4196468 140736453330832 140306878540528 140307961846402 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11020] ppid=11011 vsize=13980732 memory=-7457052372387209120 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11020/stat : 11020 (java) S 11011 11011 18108 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 20102137 14316269568 202593 18446744073709551615 4194304 4196468 140736453330832 140306877486816 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11021] ppid=11011 vsize=13980732 memory=-7025448733113094249 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11021/stat : 11021 (java) S 11011 11011 18108 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 20102137 14316269568 202593 18446744073709551615 4194304 4196468 140736453330832 140306876433664 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11022] ppid=11011 vsize=13980732 memory=6944656592455350634 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11022/stat : 11022 (java) S 11011 11011 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20102140 14316269568 202593 18446744073709551615 4194304 4196468 140736453330832 140306875382224 140307961853851 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11023] ppid=11011 vsize=13980732 memory=6944656592455360569 CPUtime=0.32 cores=1,3,5,7
/proc/11013/task/11023/stat : 11023 (java) S 11011 11011 18108 0 -1 1077944384 1473 0 0 0 32 0 0 0 20 0 15 0 20102140 14316269568 202593 18446744073709551615 4194304 4196468 140736453330832 140306874329328 140307961846402 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11024] ppid=11011 vsize=13980732 memory=7679937539659563834 CPUtime=0.31 cores=1,3,5,7
/proc/11013/task/11024/stat : 11024 (java) S 11011 11011 18108 0 -1 1077944384 1187 0 0 0 31 0 0 0 20 0 15 0 20102140 14316269568 202593 18446744073709551615 4194304 4196468 140736453330832 140306873276784 140307961846402 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11025] ppid=11011 vsize=13980732 memory=-8412656567318647667 CPUtime=0.29 cores=1,3,5,7
/proc/11013/task/11025/stat : 11025 (java) S 11011 11011 18108 0 -1 1077944384 3132 0 0 0 28 1 0 0 20 0 15 0 20102140 14316269568 202593 18446744073709551615 4194304 4196468 140736453330832 140306872223728 140307961846402 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11026] ppid=11011 vsize=13980732 memory=7100839887319375753 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11026/stat : 11026 (java) S 11011 11011 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20102140 14316269568 202593 18446744073709551615 4194304 4196468 140736453330832 140306871171424 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11027] ppid=11011 vsize=13980732 memory=-7390251449858225344 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11027/stat : 11027 (java) S 11011 11011 18108 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 20102148 14316269568 202593 18446744073709551615 4194304 4196468 140736453330832 140306870119472 140307961846402 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
Current children cumulated CPU time: 7.58 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 811752 KiB

[startup+7.20168 s]
/proc/loadavg: 2.26 1.71 1.53 3/216 11028
/proc/meminfo: memFree=29760288/32770624 swapFree=67108860/67108860
[pid=11011] ppid=11008 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (xcsp3-exec) S 11008 11011 18108 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 20102123 9740288 345 18446744073709551615 4194304 5098028 140726147338352 140726147336456 140526870954620 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 11 0 0 7196144 7232144 10887168 140726147342713 140726147342918 140726147342918 140726147346411 0
/proc/11011/statm: 2378 345 289 221 0 87 0
[pid=11013] ppid=11011 vsize=13980732 memory=1242608 CPUtime=8.58 cores=1,3,5,7
/proc/11013/stat : 11013 (java) S 11011 11011 18108 0 -1 1077944320 19767 0 0 0 807 51 0 0 20 0 15 0 20102134 14316269568 310652 18446744073709551615 4194304 4196468 140736453330832 140736453313376 140307961835255 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
/proc/11013/statm: 3495183 310652 3214 1 0 3483476 0
[pid=11013/tid=11014] ppid=11011 vsize=13980732 memory=1380 CPUtime=6.77 cores=1,3,5,7
/proc/11013/task/11014/stat : 11014 (java) S 11011 11011 18108 0 -1 1077944384 10666 0 0 0 660 17 0 0 20 0 15 0 20102135 14316269568 310652 18446744073709551615 4194304 4196468 140736453330832 140307966074240 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11015] ppid=11011 vsize=13980732 memory=-8774313645642428999 CPUtime=0.21 cores=1,3,5,7
/proc/11013/task/11015/stat : 11015 (java) R 11011 11011 18108 0 -1 4202560 490 0 0 0 13 8 0 0 20 0 15 0 20102135 14316269568 310652 18446744073709551615 4194304 4196468 140736453330832 140307562052312 140307946863093 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11016] ppid=11011 vsize=13980732 memory=18488 CPUtime=0.2 cores=1,3,5,7
/proc/11013/task/11016/stat : 11016 (java) R 11011 11011 18108 0 -1 4202560 278 0 0 0 13 7 0 0 20 0 15 0 20102135 14316269568 310652 18446744073709551615 4194304 4196468 140736453330832 140307560999768 140307946857376 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11017] ppid=11011 vsize=13980732 memory=4044 CPUtime=0.2 cores=1,3,5,7
/proc/11013/task/11017/stat : 11017 (java) R 11011 11011 18108 0 -1 4202560 337 0 0 0 13 7 0 0 20 0 15 0 20102135 14316269568 310652 18446744073709551615 4194304 4196468 140736453330832 140307559946512 140307954939958 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11018] ppid=11011 vsize=13980732 memory=640 CPUtime=0.2 cores=1,3,5,7
/proc/11013/task/11018/stat : 11018 (java) R 11011 11011 18108 0 -1 4202560 220 0 0 0 13 7 0 0 20 0 15 0 20102135 14316269568 310652 18446744073709551615 4194304 4196468 140736453330832 140307558893968 140307946863093 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11019] ppid=11011 vsize=13980732 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11019/stat : 11019 (java) S 11011 11011 18108 0 -1 1077944384 547 0 0 0 0 0 0 0 20 0 15 0 20102137 14316269568 310652 18446744073709551615 4194304 4196468 140736453330832 140306878539040 140307961845461 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11020] ppid=11011 vsize=13980732 memory=952 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11020/stat : 11020 (java) S 11011 11011 18108 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 20102137 14316269568 310652 18446744073709551615 4194304 4196468 140736453330832 140306877486816 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11021] ppid=11011 vsize=13980732 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11021/stat : 11021 (java) S 11011 11011 18108 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 20102137 14316269568 310652 18446744073709551615 4194304 4196468 140736453330832 140306876433664 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11022] ppid=11011 vsize=13980732 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11022/stat : 11022 (java) S 11011 11011 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20102140 14316269568 310652 18446744073709551615 4194304 4196468 140736453330832 140306875382224 140307961853851 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11023] ppid=11011 vsize=13980732 memory=4300 CPUtime=0.32 cores=1,3,5,7
/proc/11013/task/11023/stat : 11023 (java) S 11011 11011 18108 0 -1 1077944384 1473 0 0 0 32 0 0 0 20 0 15 0 20102140 14316269568 310652 18446744073709551615 4194304 4196468 140736453330832 140306874329328 140307961846402 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11024] ppid=11011 vsize=13980732 memory=3016 CPUtime=0.31 cores=1,3,5,7
/proc/11013/task/11024/stat : 11024 (java) S 11011 11011 18108 0 -1 1077944384 1237 0 0 0 31 0 0 0 20 0 15 0 20102140 14316269568 310652 18446744073709551615 4194304 4196468 140736453330832 140306873276784 140307961846402 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11025] ppid=11011 vsize=13980732 memory=2844 CPUtime=0.29 cores=1,3,5,7
/proc/11013/task/11025/stat : 11025 (java) S 11011 11011 18108 0 -1 1077944384 3208 0 0 0 28 1 0 0 20 0 15 0 20102140 14316269568 310652 18446744073709551615 4194304 4196468 140736453330832 140306872223728 140307961846402 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11026] ppid=11011 vsize=13980732 memory=1584 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11026/stat : 11026 (java) S 11011 11011 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20102140 14316269568 310652 18446744073709551615 4194304 4196468 140736453330832 140306871171424 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11027] ppid=11011 vsize=13980732 memory=928 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11027/stat : 11027 (java) S 11011 11011 18108 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 20102148 14316269568 310652 18446744073709551615 4194304 4196468 140736453330832 140306870119472 140307961846402 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
Current children cumulated CPU time: 8.58 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1243988 KiB

[startup+8.00078 s]*
/proc/loadavg: 2.26 1.71 1.53 3/216 11028
/proc/meminfo: memFree=29599988/32770624 swapFree=67108860/67108860
[pid=11011] ppid=11008 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (xcsp3-exec) S 11008 11011 18108 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 20102123 9740288 345 18446744073709551615 4194304 5098028 140726147338352 140726147336456 140526870954620 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 11 0 0 7196144 7232144 10887168 140726147342713 140726147342918 140726147342918 140726147346411 0
/proc/11011/statm: 2378 345 289 221 0 87 0
[pid=11013] ppid=11011 vsize=13980732 memory=1261104 CPUtime=9.44 cores=1,3,5,7
/proc/11013/stat : 11013 (java) S 11011 11011 18108 0 -1 1077944320 20643 0 0 0 891 53 0 0 20 0 15 0 20102134 14316269568 315276 18446744073709551615 4194304 4196468 140736453330832 140736453313376 140307961835255 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
/proc/11013/statm: 3495183 315276 3214 1 0 3483476 0
[pid=11013/tid=11014] ppid=11011 vsize=13980732 memory=-7677926825137650786 CPUtime=7.56 cores=1,3,5,7
/proc/11013/task/11014/stat : 11014 (java) R 11011 11011 18108 0 -1 4202560 10835 0 0 0 739 17 0 0 20 0 15 0 20102135 14316269568 315276 18446744073709551615 4194304 4196468 140736453330832 140307966074128 140307606606739 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11015] ppid=11011 vsize=13980732 memory=-7003737579269690708 CPUtime=0.22 cores=1,3,5,7
/proc/11013/task/11015/stat : 11015 (java) S 11011 11011 18108 0 -1 1077944384 501 0 0 0 14 8 0 0 20 0 15 0 20102135 14316269568 315276 18446744073709551615 4194304 4196468 140736453330832 140307562052112 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11016] ppid=11011 vsize=13980732 memory=4426639978525455914 CPUtime=0.22 cores=1,3,5,7
/proc/11013/task/11016/stat : 11016 (java) S 11011 11011 18108 0 -1 1077944384 288 0 0 0 14 8 0 0 20 0 15 0 20102135 14316269568 315276 18446744073709551615 4194304 4196468 140736453330832 140307560999568 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11017] ppid=11011 vsize=13980732 memory=-8253362664378451622 CPUtime=0.22 cores=1,3,5,7
/proc/11013/task/11017/stat : 11017 (java) S 11011 11011 18108 0 -1 1077944384 351 0 0 0 15 7 0 0 20 0 15 0 20102135 14316269568 315276 18446744073709551615 4194304 4196468 140736453330832 140307559946512 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11018] ppid=11011 vsize=13980732 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/11013/task/11018/stat : 11018 (java) S 11011 11011 18108 0 -1 1077944384 231 0 0 0 14 8 0 0 20 0 15 0 20102135 14316269568 315276 18446744073709551615 4194304 4196468 140736453330832 140307558893968 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11019] ppid=11011 vsize=13980732 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11019/stat : 11019 (java) S 11011 11011 18108 0 -1 1077944384 1207 0 0 0 0 0 0 0 20 0 15 0 20102137 14316269568 315276 18446744073709551615 4194304 4196468 140736453330832 140306878540528 140307961846402 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11020] ppid=11011 vsize=13980732 memory=56292 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11020/stat : 11020 (java) S 11011 11011 18108 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 20102137 14316269568 315276 18446744073709551615 4194304 4196468 140736453330832 140306877486816 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11021] ppid=11011 vsize=13980732 memory=281400351941104 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11021/stat : 11021 (java) S 11011 11011 18108 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 20102137 14316269568 315276 18446744073709551615 4194304 4196468 140736453330832 140306876433664 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11022] ppid=11011 vsize=13980732 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11022/stat : 11022 (java) S 11011 11011 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20102140 14316269568 315276 18446744073709551615 4194304 4196468 140736453330832 140306875382224 140307961853851 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11023] ppid=11011 vsize=13980732 memory=6944656592455097440 CPUtime=0.32 cores=1,3,5,7
/proc/11013/task/11023/stat : 11023 (java) S 11011 11011 18108 0 -1 1077944384 1473 0 0 0 32 0 0 0 20 0 15 0 20102140 14316269568 315276 18446744073709551615 4194304 4196468 140736453330832 140306874329328 140307961846402 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11024] ppid=11011 vsize=13980732 memory=6944656592455360604 CPUtime=0.31 cores=1,3,5,7
/proc/11013/task/11024/stat : 11024 (java) S 11011 11011 18108 0 -1 1077944384 1237 0 0 0 31 0 0 0 20 0 15 0 20102140 14316269568 315276 18446744073709551615 4194304 4196468 140736453330832 140306873276784 140307961846402 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11025] ppid=11011 vsize=13980732 memory=-8388677020596316723 CPUtime=0.29 cores=1,3,5,7
/proc/11013/task/11025/stat : 11025 (java) S 11011 11011 18108 0 -1 1077944384 3208 0 0 0 28 1 0 0 20 0 15 0 20102140 14316269568 315276 18446744073709551615 4194304 4196468 140736453330832 140306872223728 140307961846402 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11026] ppid=11011 vsize=13980732 memory=6944656592455360608 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11026/stat : 11026 (java) S 11011 11011 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20102140 14316269568 315276 18446744073709551615 4194304 4196468 140736453330832 140306871171424 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11027] ppid=11011 vsize=13980732 memory=1399661390618268019 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11027/stat : 11027 (java) S 11011 11011 18108 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 20102148 14316269568 315276 18446744073709551615 4194304 4196468 140736453330832 140306870119472 140307961846402 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
Current children cumulated CPU time: 9.44 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1262484 KiB

[startup+8.20076 s]
/proc/loadavg: 2.26 1.71 1.53 3/216 11028
/proc/meminfo: memFree=29599988/32770624 swapFree=67108860/67108860
[pid=11011] ppid=11008 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (xcsp3-exec) S 11008 11011 18108 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 20102123 9740288 345 18446744073709551615 4194304 5098028 140726147338352 140726147336456 140526870954620 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 11 0 0 7196144 7232144 10887168 140726147342713 140726147342918 140726147342918 140726147346411 0
/proc/11011/statm: 2378 345 289 221 0 87 0
[pid=11013] ppid=11011 vsize=13980732 memory=1261160 CPUtime=9.66 cores=1,3,5,7
/proc/11013/stat : 11013 (java) S 11011 11011 18108 0 -1 1077944320 21171 0 0 0 913 53 0 0 20 0 15 0 20102134 14316269568 315290 18446744073709551615 4194304 4196468 140736453330832 140736453313376 140307961835255 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
/proc/11013/statm: 3495183 315290 3214 1 0 3483476 0
[pid=11013/tid=11014] ppid=11011 vsize=13980732 memory=0 CPUtime=7.75 cores=1,3,5,7
/proc/11013/task/11014/stat : 11014 (java) R 11011 11011 18108 0 -1 4202560 10899 0 0 0 758 17 0 0 20 0 15 0 20102135 14316269568 315290 18446744073709551615 4194304 4196468 140736453330832 140307966074128 140307606606739 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11015] ppid=11011 vsize=13980732 memory=-8774313645642428999 CPUtime=0.22 cores=1,3,5,7
/proc/11013/task/11015/stat : 11015 (java) S 11011 11011 18108 0 -1 1077944384 501 0 0 0 14 8 0 0 20 0 15 0 20102135 14316269568 315290 18446744073709551615 4194304 4196468 140736453330832 140307562052112 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11016] ppid=11011 vsize=13980732 memory=288230604624101684 CPUtime=0.22 cores=1,3,5,7
/proc/11013/task/11016/stat : 11016 (java) S 11011 11011 18108 0 -1 1077944384 288 0 0 0 14 8 0 0 20 0 15 0 20102135 14316269568 315290 18446744073709551615 4194304 4196468 140736453330832 140307560999568 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11017] ppid=11011 vsize=13980732 memory=13855153002382685 CPUtime=0.22 cores=1,3,5,7
/proc/11013/task/11017/stat : 11017 (java) S 11011 11011 18108 0 -1 1077944384 351 0 0 0 15 7 0 0 20 0 15 0 20102135 14316269568 315290 18446744073709551615 4194304 4196468 140736453330832 140307559946512 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11018] ppid=11011 vsize=13980732 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/11013/task/11018/stat : 11018 (java) S 11011 11011 18108 0 -1 1077944384 231 0 0 0 14 8 0 0 20 0 15 0 20102135 14316269568 315290 18446744073709551615 4194304 4196468 140736453330832 140307558893968 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11019] ppid=11011 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11019/stat : 11019 (java) S 11011 11011 18108 0 -1 1077944384 1207 0 0 0 0 0 0 0 20 0 15 0 20102137 14316269568 315290 18446744073709551615 4194304 4196468 140736453330832 140306878540528 140307961846402 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11020] ppid=11011 vsize=13980732 memory=81 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11020/stat : 11020 (java) S 11011 11011 18108 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 20102137 14316269568 315290 18446744073709551615 4194304 4196468 140736453330832 140306877486816 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11021] ppid=11011 vsize=13980732 memory=700 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11021/stat : 11021 (java) S 11011 11011 18108 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 20102137 14316269568 315290 18446744073709551615 4194304 4196468 140736453330832 140306876433664 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11022] ppid=11011 vsize=13980732 memory=44 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11022/stat : 11022 (java) S 11011 11011 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20102140 14316269568 315290 18446744073709551615 4194304 4196468 140736453330832 140306875382224 140307961853851 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11023] ppid=11011 vsize=13980732 memory=86 CPUtime=0.34 cores=1,3,5,7
/proc/11013/task/11023/stat : 11023 (java) S 11011 11011 18108 0 -1 1077944384 1736 0 0 0 34 0 0 0 20 0 15 0 20102140 14316269568 315290 18446744073709551615 4194304 4196468 140736453330832 140306874329328 140307961846402 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11024] ppid=11011 vsize=13980732 memory=8 CPUtime=0.32 cores=1,3,5,7
/proc/11013/task/11024/stat : 11024 (java) S 11011 11011 18108 0 -1 1077944384 1252 0 0 0 32 0 0 0 20 0 15 0 20102140 14316269568 315290 18446744073709551615 4194304 4196468 140736453330832 140306873276784 140307961846402 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11025] ppid=11011 vsize=13980732 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/11013/task/11025/stat : 11025 (java) S 11011 11011 18108 0 -1 1077944384 3394 0 0 0 28 1 0 0 20 0 15 0 20102140 14316269568 315290 18446744073709551615 4194304 4196468 140736453330832 140306872223728 140307961846402 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11026] ppid=11011 vsize=13980732 memory=25 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11026/stat : 11026 (java) S 11011 11011 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20102140 14316269568 315290 18446744073709551615 4194304 4196468 140736453330832 140306871171424 140307961845461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
[pid=11013/tid=11027] ppid=11011 vsize=13980732 memory=3 CPUtime=0 cores=1,3,5,7
/proc/11013/task/11027/stat : 11027 (java) S 11011 11011 18108 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 20102148 14316269568 315290 18446744073709551615 4194304 4196468 140736453330832 140306870119472 140307961846402 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7114752 140736453337522 140736453337698 140736453337698 140736453341135 0
Current children cumulated CPU time: 9.66 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1262540 KiB

Child status: 0
Real time (s): 8.29507
CPU time (s): 9.87658
CPU user time (s): 9.33501
CPU system time (s): 0.541567
CPU usage (%): 119.066
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 1262540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.33501
system time used= 0.541567
maximum resident set size= 1262524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23238
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1984
involuntary context switches= 26


# summary of solver processes directly reported to runsolver:
#   pid: 11011
#   total CPU time (s): 9.87658
#   total CPU user time (s): 9.33501
#   total CPU system time (s): 0.541567

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.077576 second user time and 0.124121 second system time

The end

Launcher Data

Begin job on node131 at 2017-08-20 10:02:11
IDJOB=4283924
IDBENCH=134346
IDSOLVER=2679
FILE ID=node131/4283924-1503216951
RUNJOBID= node131-1503171558-2271
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/RadarSurveillance/RadarSurveillance-m1-s8-24/RadarSurveillance-8-24-3-2-20.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-4283924-1503216951/watcher-4283924-1503216951 -o /tmp/evaluation-result-4283924-1503216951/solver-4283924-1503216951 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node131-1503171558-2271 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1693125548 HOME/instance-4283924-1503216951.xml

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

MD5SUM BENCH= f214ebe96c5c3c8776c4f6e3a073efa7
RANDOM SEED=1693125548

node131.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.69
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.69
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.69
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.69
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:        30847176 kB
MemAvailable:   31258664 kB
Buffers:          208084 kB
Cached:           489972 kB
SwapCached:            0 kB
Active:          1025388 kB
Inactive:         483668 kB
Active(anon):     811304 kB
Inactive(anon):    16748 kB
Active(file):     214084 kB
Inactive(file):   466920 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7984 kB
Writeback:             8 kB
AnonPages:        810784 kB
Mapped:            47276 kB
Shmem:             17060 kB
Slab:             117584 kB
SReclaimable:      92636 kB
SUnreclaim:        24948 kB
KernelStack:        3520 kB
PageTables:         6984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1420964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    720896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node131 at 2017-08-20 10:02:19