Trace number 4272402

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-07-26)? (TO) 2520.0701 2454.1299

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-08-07-fair.xml
MD5SUM5f690ca061a68a4e848a5e1ee5dffcd4
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 benchmark824.70099
Satisfiable
(Un)Satisfiability was proved
Number of variables14823
Number of constraints14025
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":2009},{"size":201,"count":72},{"size":20001,"count":12742}]
Minimum variable degree2
Maximum variable degree121
Distribution of variable degrees[{"degree":2,"count":13085},{"degree":3,"count":336},{"degree":4,"count":31},{"degree":5,"count":160},{"degree":6,"count":95},{"degree":7,"count":288},{"degree":8,"count":391},{"degree":9,"count":247},{"degree":10,"count":88},{"degree":11,"count":8},{"degree":13,"count":56},{"degree":18,"count":1},{"degree":26,"count":8},{"degree":42,"count":8},{"degree":44,"count":5},{"degree":52,"count":1},{"degree":59,"count":7},{"degree":92,"count":2},{"degree":93,"count":5},{"degree":121,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2319},{"arity":3,"count":11704}]
Number of extensional constraints0
Number of intensional constraints14025
Distribution of constraint types[{"type":"intension","count":14025}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272402-1502850061.xml"  -tl '2520s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4272402-1502850061.xml, -tl, 2520s, -p, 1, -x, 3]
0.12/0.20	c simple solver
0.33/0.27	c parse instance...
5.43/1.86	c solve instance...
2520.04/2454.11	s UNKNOWN
2520.04/2454.11	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 (12225 MiB free)
  memory of node 1: 16384 MiB (9791 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272402-1502850061/watcher-4272402-1502850061 -o /tmp/evaluation-result-4272402-1502850061/solver-4272402-1502850061 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502839397-26775 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1094473246 HOME/instance-4272402-1502850061.xml 

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

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
Current StackSize limit: 8192 KiB

solver pid=28013, runsolver pid=28010

[startup+0.100091 s]*
/proc/loadavg: 2.08 2.02 2.05 3/218 28029
/proc/meminfo: memFree=22528176/32770624 swapFree=67108860/67108860
[pid=28013] ppid=28010 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28013/stat : 28013 (xcsp3-exec) S 28010 28013 26744 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118077634 9740288 346 33554432000 4194304 5098028 140727057672160 140727057670264 140091595883132 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 38731776 140727057675374 140727057675579 140727057675579 140727057678315 0
/proc/28013/statm: 2378 346 289 221 0 87 0
[pid=28015] ppid=28013 vsize=13978596 memory=27784 CPUtime=0.12 cores=0,2,4,6
/proc/28015/stat : 28015 (java) S 28013 28013 26744 0 -1 1077944320 5369 0 0 0 11 1 0 0 20 0 15 0 118077635 14314082304 6946 33554432000 4194304 4196468 140725538234176 140725538216720 139834625863415 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
/proc/28015/statm: 3494649 6946 2841 1 0 3482966 0
[pid=28015/tid=28016] ppid=28013 vsize=13978596 memory=-6962121287837372198 CPUtime=0.08 cores=0,2,4,6
/proc/28015/task/28016/stat : 28016 (java) R 28013 28013 26744 0 -1 4202560 3380 0 0 0 8 0 0 0 20 0 15 0 118077635 14314082304 6946 33554432000 4194304 4196468 140725538234176 139834630096688 139834609907045 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28017] ppid=28013 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28017/stat : 28017 (java) S 28013 28013 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118077636 14314082304 6946 33554432000 4194304 4196468 140725538234176 139834540931344 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28018] ppid=28013 vsize=13978596 memory=140172586706560 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28018/stat : 28018 (java) S 28013 28013 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118077636 14314082304 6946 33554432000 4194304 4196468 140725538234176 139834539878800 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28019] ppid=28013 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28019/stat : 28019 (java) S 28013 28013 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118077636 14314082304 6946 33554432000 4194304 4196468 140725538234176 139834219817488 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28020] ppid=28013 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28020/stat : 28020 (java) S 28013 28013 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118077636 14314082304 6946 33554432000 4194304 4196468 140725538234176 139834218764944 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28021] ppid=28013 vsize=13978596 memory=140172586706560 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28021/stat : 28021 (java) S 28013 28013 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118077637 14314082304 6946 33554432000 4194304 4196468 140725538234176 139833806764528 139834625874562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28022] ppid=28013 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28022/stat : 28022 (java) S 28013 28013 26744 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118077638 14314082304 6946 33554432000 4194304 4196468 140725538234176 139833805710752 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28023] ppid=28013 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28023/stat : 28023 (java) S 28013 28013 26744 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118077638 14314082304 6946 33554432000 4194304 4196468 140725538234176 139833804658160 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28024] ppid=28013 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28024/stat : 28024 (java) S 28013 28013 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118077640 14314082304 6946 33554432000 4194304 4196468 140725538234176 139833803606736 139834625882011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28025] ppid=28013 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28025/stat : 28025 (java) S 28013 28013 26744 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 118077640 14314082304 6946 33554432000 4194304 4196468 140725538234176 139833802553328 139834625874562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28026] ppid=28013 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28026/stat : 28026 (java) S 28013 28013 26744 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 118077640 14314082304 6946 33554432000 4194304 4196468 140725538234176 139833801500784 139834625874562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28027] ppid=28013 vsize=13978596 memory=140172586706560 CPUtime=0.01 cores=0,2,4,6
/proc/28015/task/28027/stat : 28027 (java) S 28013 28013 26744 0 -1 1077944384 254 0 0 0 1 0 0 0 20 0 15 0 118077640 14314082304 6946 33554432000 4194304 4196468 140725538234176 139833129298160 139834625874562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28028] ppid=28013 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28028/stat : 28028 (java) S 28013 28013 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118077641 14314082304 6946 33554432000 4194304 4196468 140725538234176 139833128245856 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28029] ppid=28013 vsize=13978596 memory=140172586706560 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28029/stat : 28029 (java) S 28013 28013 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118077641 14314082304 6946 33554432000 4194304 4196468 140725538234176 139833127193392 139834625874562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29168 KiB

[startup+0.210895 s]*
/proc/loadavg: 2.08 2.02 2.05 3/218 28029
/proc/meminfo: memFree=22517244/32770624 swapFree=67108860/67108860
[pid=28013] ppid=28010 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28013/stat : 28013 (xcsp3-exec) S 28010 28013 26744 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118077634 9740288 346 33554432000 4194304 5098028 140727057672160 140727057670264 140091595883132 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 38731776 140727057675374 140727057675579 140727057675579 140727057678315 0
/proc/28013/statm: 2378 346 289 221 0 87 0
[pid=28015] ppid=28013 vsize=13982852 memory=40332 CPUtime=0.33 cores=0,2,4,6
/proc/28015/stat : 28015 (java) S 28013 28013 26744 0 -1 1077944320 8137 0 0 0 31 2 0 0 20 0 15 0 118077635 14318440448 10083 33554432000 4194304 4196468 140725538234176 140725538216720 139834625863415 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
/proc/28015/statm: 3495713 10083 3067 1 0 3482966 0
[pid=28015/tid=28016] ppid=28013 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/28015/task/28016/stat : 28016 (java) R 28013 28013 26744 0 -1 4202560 5253 0 0 0 18 1 0 0 20 0 15 0 118077635 14318440448 10083 33554432000 4194304 4196468 140725538234176 139834630084408 139834625885341 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28017] ppid=28013 vsize=13982852 memory=12543 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28017/stat : 28017 (java) S 28013 28013 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118077636 14318440448 10083 33554432000 4194304 4196468 140725538234176 139834540931344 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28018] ppid=28013 vsize=13982852 memory=140172587236859 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28018/stat : 28018 (java) S 28013 28013 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118077636 14318440448 10083 33554432000 4194304 4196468 140725538234176 139834539878800 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28019] ppid=28013 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28019/stat : 28019 (java) S 28013 28013 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118077636 14318440448 10083 33554432000 4194304 4196468 140725538234176 139834219817488 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28020] ppid=28013 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28020/stat : 28020 (java) S 28013 28013 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118077636 14318440448 10083 33554432000 4194304 4196468 140725538234176 139834218764944 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28021] ppid=28013 vsize=13982852 memory=140172586706560 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28021/stat : 28021 (java) S 28013 28013 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118077637 14318440448 10083 33554432000 4194304 4196468 140725538234176 139833806764528 139834625874562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28022] ppid=28013 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28022/stat : 28022 (java) S 28013 28013 26744 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118077638 14318440448 10083 33554432000 4194304 4196468 140725538234176 139833805710752 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28023] ppid=28013 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28023/stat : 28023 (java) S 28013 28013 26744 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118077638 14318440448 10083 33554432000 4194304 4196468 140725538234176 139833804658160 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28024] ppid=28013 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28024/stat : 28024 (java) S 28013 28013 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118077640 14318440448 10083 33554432000 4194304 4196468 140725538234176 139833803606736 139834625882011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28025] ppid=28013 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28015/task/28025/stat : 28025 (java) S 28013 28013 26744 0 -1 1077944384 569 0 0 0 2 0 0 0 20 0 15 0 118077640 14318440448 10083 33554432000 4194304 4196468 140725538234176 139833802553328 139834625874562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28026] ppid=28013 vsize=13982852 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/28015/task/28026/stat : 28026 (java) S 28013 28013 26744 0 -1 1077944384 225 0 0 0 2 0 0 0 20 0 15 0 118077640 14318440448 10083 33554432000 4194304 4196468 140725538234176 139833801500784 139834625874562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28027] ppid=28013 vsize=13982852 memory=140172586706560 CPUtime=0.07 cores=0,2,4,6
/proc/28015/task/28027/stat : 28027 (java) R 28013 28013 26744 0 -1 4202560 785 0 0 0 7 0 0 0 20 0 15 0 118077640 14318440448 10083 33554432000 4194304 4196468 140725538234176 139833129298160 139834603996935 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28028] ppid=28013 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28028/stat : 28028 (java) S 28013 28013 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118077641 14318440448 10083 33554432000 4194304 4196468 140725538234176 139833128245856 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28029] ppid=28013 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28029/stat : 28029 (java) S 28013 28013 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118077641 14318440448 10083 33554432000 4194304 4196468 140725538234176 139833127193392 139834625874562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41716 KiB

[startup+0.320703 s]*
/proc/loadavg: 2.08 2.02 2.05 4/218 28029
/proc/meminfo: memFree=22509948/32770624 swapFree=67108860/67108860
[pid=28013] ppid=28010 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28013/stat : 28013 (xcsp3-exec) S 28010 28013 26744 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118077634 9740288 346 33554432000 4194304 5098028 140727057672160 140727057670264 140091595883132 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 38731776 140727057675374 140727057675579 140727057675579 140727057678315 0
/proc/28013/statm: 2378 346 289 221 0 87 0
[pid=28015] ppid=28013 vsize=13982852 memory=47772 CPUtime=0.53 cores=0,2,4,6
/proc/28015/stat : 28015 (java) S 28013 28013 26744 0 -1 1077944320 9078 0 0 0 50 3 0 0 20 0 15 0 118077635 14318440448 11943 33554432000 4194304 4196468 140725538234176 140725538216720 139834625863415 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
/proc/28015/statm: 3495713 11943 3108 1 0 3482966 0
[pid=28015/tid=28016] ppid=28013 vsize=13982852 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/28015/task/28016/stat : 28016 (java) S 28013 28013 26744 0 -1 1077944384 5921 0 0 0 28 2 0 0 20 0 15 0 118077635 14318440448 11943 33554432000 4194304 4196468 140725538234176 139834630101424 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28017] ppid=28013 vsize=13982852 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28017/stat : 28017 (java) S 28013 28013 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118077636 14318440448 11943 33554432000 4194304 4196468 140725538234176 139834540931344 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28018] ppid=28013 vsize=13982852 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28018/stat : 28018 (java) S 28013 28013 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118077636 14318440448 11943 33554432000 4194304 4196468 140725538234176 139834539878800 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28019] ppid=28013 vsize=13982852 memory=4500088472188524148 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28019/stat : 28019 (java) S 28013 28013 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118077636 14318440448 11943 33554432000 4194304 4196468 140725538234176 139834219817488 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28020] ppid=28013 vsize=13982852 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28020/stat : 28020 (java) S 28013 28013 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118077636 14318440448 11943 33554432000 4194304 4196468 140725538234176 139834218764944 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28021] ppid=28013 vsize=13982852 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28021/stat : 28021 (java) S 28013 28013 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118077637 14318440448 11943 33554432000 4194304 4196468 140725538234176 139833806764528 139834625874562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28022] ppid=28013 vsize=13982852 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28022/stat : 28022 (java) S 28013 28013 26744 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118077638 14318440448 11943 33554432000 4194304 4196468 140725538234176 139833805710752 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28023] ppid=28013 vsize=13982852 memory=4427211660631380883 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28023/stat : 28023 (java) S 28013 28013 26744 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118077638 14318440448 11943 33554432000 4194304 4196468 140725538234176 139833804658160 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28024] ppid=28013 vsize=13982852 memory=9124443767561732153 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28024/stat : 28024 (java) S 28013 28013 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118077640 14318440448 11943 33554432000 4194304 4196468 140725538234176 139833803606736 139834625882011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28025] ppid=28013 vsize=13982852 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/28015/task/28025/stat : 28025 (java) R 28013 28013 26744 0 -1 4202560 672 0 0 0 4 0 0 0 20 0 15 0 118077640 14318440448 11943 33554432000 4194304 4196468 140725538234176 139833802553328 139834610257176 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28026] ppid=28013 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/28015/task/28026/stat : 28026 (java) R 28013 28013 26744 0 -1 1077944384 231 0 0 0 3 0 0 0 20 0 15 0 118077640 14318440448 11943 33554432000 4194304 4196468 140725538234176 139833801500784 139834625874562 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28027] ppid=28013 vsize=13982852 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/28015/task/28027/stat : 28027 (java) R 28013 28013 26744 0 -1 4202560 953 0 0 0 13 0 0 0 20 0 15 0 118077640 14318440448 11943 33554432000 4194304 4196468 140725538234176 139833129296120 139834618100542 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28028] ppid=28013 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28028/stat : 28028 (java) S 28013 28013 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118077641 14318440448 11943 33554432000 4194304 4196468 140725538234176 139833128245856 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28029] ppid=28013 vsize=13982852 memory=4121417289171017777 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28029/stat : 28029 (java) S 28013 28013 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118077641 14318440448 11943 33554432000 4194304 4196468 140725538234176 139833127193392 139834625874562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 49156 KiB

[startup+0.700815 s]
/proc/loadavg: 2.08 2.02 2.05 6/218 28029
/proc/meminfo: memFree=22481956/32770624 swapFree=67108860/67108860
[pid=28013] ppid=28010 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28013/stat : 28013 (xcsp3-exec) S 28010 28013 26744 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118077634 9740288 346 33554432000 4194304 5098028 140727057672160 140727057670264 140091595883132 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 38731776 140727057675374 140727057675579 140727057675579 140727057678315 0
/proc/28013/statm: 2378 346 289 221 0 87 0
[pid=28015] ppid=28013 vsize=13982928 memory=120592 CPUtime=1.76 cores=0,2,4,6
/proc/28015/stat : 28015 (java) S 28013 28013 26744 0 -1 1077944320 12504 0 0 0 171 5 0 0 20 0 15 0 118077635 14318518272 30148 33554432000 4194304 4196468 140725538234176 140725538216720 139834625863415 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
/proc/28015/statm: 3495732 30148 3200 1 0 3482966 0
[pid=28015/tid=28016] ppid=28013 vsize=13982928 memory=32948 CPUtime=0.67 cores=0,2,4,6
/proc/28015/task/28016/stat : 28016 (java) R 28013 28013 26744 0 -1 4202560 6264 0 0 0 63 4 0 0 20 0 15 0 118077635 14318518272 30148 33554432000 4194304 4196468 140725538234176 139834630096400 139834223136020 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28017] ppid=28013 vsize=13982928 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28017/stat : 28017 (java) S 28013 28013 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118077636 14318518272 30148 33554432000 4194304 4196468 140725538234176 139834540931344 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28018] ppid=28013 vsize=13982928 memory=2400 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28018/stat : 28018 (java) S 28013 28013 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118077636 14318518272 30148 33554432000 4194304 4196468 140725538234176 139834539878800 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28019] ppid=28013 vsize=13982928 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28019/stat : 28019 (java) S 28013 28013 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118077636 14318518272 30148 33554432000 4194304 4196468 140725538234176 139834219817488 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28020] ppid=28013 vsize=13982928 memory=12032 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28020/stat : 28020 (java) S 28013 28013 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118077636 14318518272 30148 33554432000 4194304 4196468 140725538234176 139834218764944 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28021] ppid=28013 vsize=13982928 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28021/stat : 28021 (java) S 28013 28013 26744 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 118077637 14318518272 30148 33554432000 4194304 4196468 140725538234176 139833806764528 139834625874562 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28022] ppid=28013 vsize=13982928 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28022/stat : 28022 (java) S 28013 28013 26744 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118077638 14318518272 30148 33554432000 4194304 4196468 140725538234176 139833805710752 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28023] ppid=28013 vsize=13982928 memory=796 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28023/stat : 28023 (java) S 28013 28013 26744 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118077638 14318518272 30148 33554432000 4194304 4196468 140725538234176 139833804658160 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28024] ppid=28013 vsize=13982928 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28024/stat : 28024 (java) S 28013 28013 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118077640 14318518272 30148 33554432000 4194304 4196468 140725538234176 139833803606736 139834625882011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28025] ppid=28013 vsize=13982928 memory=5300 CPUtime=0.4 cores=0,2,4,6
/proc/28015/task/28025/stat : 28025 (java) R 28013 28013 26744 0 -1 4202560 2093 0 0 0 40 0 0 0 20 0 15 0 118077640 14318518272 30148 33554432000 4194304 4196468 140725538234176 139833802534232 139834610978643 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28026] ppid=28013 vsize=13982928 memory=4616 CPUtime=0.38 cores=0,2,4,6
/proc/28015/task/28026/stat : 28026 (java) R 28013 28013 26744 0 -1 4202560 1241 0 0 0 38 0 0 0 20 0 15 0 118077640 14318518272 30148 33554432000 4194304 4196468 140725538234176 139833801486808 139834610980576 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28027] ppid=28013 vsize=13982928 memory=1928 CPUtime=0.28 cores=0,2,4,6
/proc/28015/task/28027/stat : 28027 (java) S 28013 28013 26744 0 -1 1077944384 1596 0 0 0 28 0 0 0 20 0 15 0 118077640 14318518272 30148 33554432000 4194304 4196468 140725538234176 139833129298160 139834625874562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28028] ppid=28013 vsize=13982928 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28028/stat : 28028 (java) S 28013 28013 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118077641 14318518272 30148 33554432000 4194304 4196468 140725538234176 139833128245856 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28029] ppid=28013 vsize=13982928 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28029/stat : 28029 (java) S 28013 28013 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118077641 14318518272 30148 33554432000 4194304 4196468 140725538234176 139833127193392 139834625874562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 121976 KiB

[startup+1.50081 s]
/proc/loadavg: 2.08 2.02 2.05 6/218 28029
/proc/meminfo: memFree=22311856/32770624 swapFree=67108860/67108860
[pid=28013] ppid=28010 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28013/stat : 28013 (xcsp3-exec) S 28010 28013 26744 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118077634 9740288 346 33554432000 4194304 5098028 140727057672160 140727057670264 140091595883132 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 38731776 140727057675374 140727057675579 140727057675579 140727057678315 0
/proc/28013/statm: 2378 346 289 221 0 87 0

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

/proc/28015/task/28023/stat : 28023 (java) S 28013 28013 26744 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 118077638 14320615424 514843 33554432000 4194304 4196468 140725538234176 139833804658176 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28024] ppid=28013 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28024/stat : 28024 (java) S 28013 28013 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118077640 14320615424 514843 33554432000 4194304 4196468 140725538234176 139833803606736 139834625882011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28025] ppid=28013 vsize=13984976 memory=1384 CPUtime=6.09 cores=0,2,4,6
/proc/28015/task/28025/stat : 28025 (java) S 28013 28013 26744 0 -1 1077944384 40280 0 0 0 605 4 0 0 20 0 15 0 118077640 14320615424 514843 33554432000 4194304 4196468 140725538234176 139833802553328 139834625874562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28026] ppid=28013 vsize=13984976 memory=2344 CPUtime=5.67 cores=0,2,4,6
/proc/28015/task/28026/stat : 28026 (java) S 28013 28013 26744 0 -1 1077944384 34895 0 0 0 564 3 0 0 20 0 15 0 118077640 14320615424 514843 33554432000 4194304 4196468 140725538234176 139833801500784 139834625874562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28027] ppid=28013 vsize=13984976 memory=1576 CPUtime=1.24 cores=0,2,4,6
/proc/28015/task/28027/stat : 28027 (java) S 28013 28013 26744 0 -1 1077944384 16429 0 0 0 122 2 0 0 20 0 15 0 118077640 14320615424 514843 33554432000 4194304 4196468 140725538234176 139833129298160 139834625874562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28028] ppid=28013 vsize=13984976 memory=960 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28028/stat : 28028 (java) S 28013 28013 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118077641 14320615424 514843 33554432000 4194304 4196468 140725538234176 139833128245856 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28029] ppid=28013 vsize=13984976 memory=1236 CPUtime=1.35 cores=0,2,4,6
/proc/28015/task/28029/stat : 28029 (java) S 28013 28013 26744 0 -1 1077944384 1908 0 0 0 62 73 0 0 20 0 15 0 118077641 14320615424 514843 33554432000 4194304 4196468 140725538234176 139833127193392 139834625874562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
Current children cumulated CPU time: 2446.83 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2060756 KiB

[startup+2442.3 s]
/proc/loadavg: 2.02 1.94 1.98 3/217 28645
/proc/meminfo: memFree=21233892/32770624 swapFree=67108860/67108860
[pid=28013] ppid=28010 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28013/stat : 28013 (xcsp3-exec) S 28010 28013 26744 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118077634 9740288 346 33554432000 4194304 5098028 140727057672160 140727057670264 140091595883132 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 38731776 140727057675374 140727057675579 140727057675579 140727057678315 0
/proc/28013/statm: 2378 346 289 221 0 87 0
[pid=28015] ppid=28013 vsize=13984976 memory=2086040 CPUtime=2508.08 cores=0,2,4,6
/proc/28015/stat : 28015 (java) S 28013 28013 26744 0 -1 1077944320 286815 0 0 0 250547 261 0 0 20 0 15 0 118077635 14320615424 521510 33554432000 4194304 4196468 140725538234176 140725538216720 139834625863415 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
/proc/28015/statm: 3496244 521510 3287 1 0 3483478 0
[pid=28015/tid=28016] ppid=28013 vsize=13984976 memory=2086040 CPUtime=2423.53 cores=0,2,4,6
/proc/28015/task/28016/stat : 28016 (java) R 28013 28013 26744 0 -1 4202560 114780 0 0 0 242324 29 0 0 20 0 15 0 118077635 14320615424 521510 33554432000 4194304 4196468 140725538234176 139834630102720 139834229131300 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28017] ppid=28013 vsize=13984976 memory=2086040 CPUtime=17.11 cores=0,2,4,6
/proc/28015/task/28017/stat : 28017 (java) S 28013 28013 26744 0 -1 1077944384 15303 0 0 0 1671 40 0 0 20 0 15 0 118077636 14320615424 521510 33554432000 4194304 4196468 140725538234176 139834540931344 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28018] ppid=28013 vsize=13984976 memory=1384 CPUtime=17.15 cores=0,2,4,6
/proc/28015/task/28018/stat : 28018 (java) S 28013 28013 26744 0 -1 1077944384 17362 0 0 0 1676 39 0 0 20 0 15 0 118077636 14320615424 521510 33554432000 4194304 4196468 140725538234176 139834539878800 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28019] ppid=28013 vsize=13984976 memory=2081944 CPUtime=17.13 cores=0,2,4,6
/proc/28015/task/28019/stat : 28019 (java) S 28013 28013 26744 0 -1 1077944384 14842 0 0 0 1675 38 0 0 20 0 15 0 118077636 14320615424 521510 33554432000 4194304 4196468 140725538234176 139834219817488 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28020] ppid=28013 vsize=13984976 memory=2081944 CPUtime=17.17 cores=0,2,4,6
/proc/28015/task/28020/stat : 28020 (java) S 28013 28013 26744 0 -1 1077944384 16215 0 0 0 1677 40 0 0 20 0 15 0 118077636 14320615424 521510 33554432000 4194304 4196468 140725538234176 139834218764944 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28021] ppid=28013 vsize=13984976 memory=2081944 CPUtime=1.5 cores=0,2,4,6
/proc/28015/task/28021/stat : 28021 (java) S 28013 28013 26744 0 -1 1077944384 13430 0 0 0 145 5 0 0 20 0 15 0 118077637 14320615424 521510 33554432000 4194304 4196468 140725538234176 139833806764528 139834625874562 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28022] ppid=28013 vsize=13984976 memory=2081944 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28022/stat : 28022 (java) S 28013 28013 26744 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 118077638 14320615424 521510 33554432000 4194304 4196468 140725538234176 139833805710816 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28023] ppid=28013 vsize=13984976 memory=2081944 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28023/stat : 28023 (java) S 28013 28013 26744 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 118077638 14320615424 521510 33554432000 4194304 4196468 140725538234176 139833804658176 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28024] ppid=28013 vsize=13984976 memory=2086040 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28024/stat : 28024 (java) S 28013 28013 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118077640 14320615424 521510 33554432000 4194304 4196468 140725538234176 139833803606736 139834625882011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28025] ppid=28013 vsize=13984976 memory=1384 CPUtime=6.09 cores=0,2,4,6
/proc/28015/task/28025/stat : 28025 (java) S 28013 28013 26744 0 -1 1077944384 40282 0 0 0 605 4 0 0 20 0 15 0 118077640 14320615424 521510 33554432000 4194304 4196468 140725538234176 139833802553328 139834625874562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28026] ppid=28013 vsize=13984976 memory=1384 CPUtime=5.68 cores=0,2,4,6
/proc/28015/task/28026/stat : 28026 (java) S 28013 28013 26744 0 -1 1077944384 34897 0 0 0 565 3 0 0 20 0 15 0 118077640 14320615424 521510 33554432000 4194304 4196468 140725538234176 139833801500784 139834625874562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28027] ppid=28013 vsize=13984976 memory=2086040 CPUtime=1.24 cores=0,2,4,6
/proc/28015/task/28027/stat : 28027 (java) S 28013 28013 26744 0 -1 1077944384 16432 0 0 0 122 2 0 0 20 0 15 0 118077640 14320615424 521510 33554432000 4194304 4196468 140725538234176 139833129298160 139834625874562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28028] ppid=28013 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28028/stat : 28028 (java) S 28013 28013 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118077641 14320615424 521510 33554432000 4194304 4196468 140725538234176 139833128245856 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28029] ppid=28013 vsize=13984976 memory=288230574492221466 CPUtime=1.38 cores=0,2,4,6
/proc/28015/task/28029/stat : 28029 (java) S 28013 28013 26744 0 -1 1077944384 1928 0 0 0 63 75 0 0 20 0 15 0 118077641 14320615424 521510 33554432000 4194304 4196468 140725538234176 139833127193392 139834625874562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
Current children cumulated CPU time: 2508.08 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2087424 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2454.11 s]
/proc/loadavg: 2.02 1.94 1.98 3/217 28645
/proc/meminfo: memFree=21234020/32770624 swapFree=67108860/67108860
[pid=28013] ppid=28010 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28013/stat : 28013 (xcsp3-exec) S 28010 28013 26744 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118077634 9740288 346 33554432000 4194304 5098028 140727057672160 140727057670264 140091595883132 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 38731776 140727057675374 140727057675579 140727057675579 140727057678315 0
/proc/28013/statm: 2378 346 289 221 0 87 0
[pid=28015] ppid=28013 vsize=13984976 memory=2086048 CPUtime=2520.04 cores=0,2,4,6
/proc/28015/stat : 28015 (java) S 28013 28013 26744 0 -1 1077944320 286955 0 0 0 251743 261 0 0 20 0 15 0 118077635 14320615424 521512 33554432000 4194304 4196468 140725538234176 140725538216720 139834625863415 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
/proc/28015/statm: 3496244 521512 3287 1 0 3483478 0
[pid=28015/tid=28016] ppid=28013 vsize=13984976 memory=2086048 CPUtime=2435.29 cores=0,2,4,6
/proc/28015/task/28016/stat : 28016 (java) R 28013 28013 26744 0 -1 4202560 114909 0 0 0 243500 29 0 0 20 0 15 0 118077635 14320615424 521512 33554432000 4194304 4196468 140725538234176 139834630102944 139834229131538 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28017] ppid=28013 vsize=13984976 memory=2086048 CPUtime=17.16 cores=0,2,4,6
/proc/28015/task/28017/stat : 28017 (java) S 28013 28013 26744 0 -1 1077944384 15304 0 0 0 1676 40 0 0 20 0 15 0 118077636 14320615424 521512 33554432000 4194304 4196468 140725538234176 139834540931344 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28018] ppid=28013 vsize=13984976 memory=2086048 CPUtime=17.2 cores=0,2,4,6
/proc/28015/task/28018/stat : 28018 (java) S 28013 28013 26744 0 -1 1077944384 17362 0 0 0 1681 39 0 0 20 0 15 0 118077636 14320615424 521512 33554432000 4194304 4196468 140725538234176 139834539878800 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28019] ppid=28013 vsize=13984976 memory=2086048 CPUtime=17.18 cores=0,2,4,6
/proc/28015/task/28019/stat : 28019 (java) S 28013 28013 26744 0 -1 1077944384 14844 0 0 0 1680 38 0 0 20 0 15 0 118077636 14320615424 521512 33554432000 4194304 4196468 140725538234176 139834219817488 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28020] ppid=28013 vsize=13984976 memory=2086048 CPUtime=17.21 cores=0,2,4,6
/proc/28015/task/28020/stat : 28020 (java) S 28013 28013 26744 0 -1 1077944384 16217 0 0 0 1681 40 0 0 20 0 15 0 118077636 14320615424 521512 33554432000 4194304 4196468 140725538234176 139834218764944 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28021] ppid=28013 vsize=13984976 memory=2086048 CPUtime=1.5 cores=0,2,4,6
/proc/28015/task/28021/stat : 28021 (java) S 28013 28013 26744 0 -1 1077944384 13434 0 0 0 145 5 0 0 20 0 15 0 118077637 14320615424 521512 33554432000 4194304 4196468 140725538234176 139833806764528 139834625874562 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28022] ppid=28013 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28022/stat : 28022 (java) S 28013 28013 26744 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 118077638 14320615424 521512 33554432000 4194304 4196468 140725538234176 139833805710816 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28023] ppid=28013 vsize=13984976 memory=2086040 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28023/stat : 28023 (java) S 28013 28013 26744 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 118077638 14320615424 521512 33554432000 4194304 4196468 140725538234176 139833804658176 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28024] ppid=28013 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28024/stat : 28024 (java) S 28013 28013 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118077640 14320615424 521512 33554432000 4194304 4196468 140725538234176 139833803606736 139834625882011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28025] ppid=28013 vsize=13984976 memory=2086040 CPUtime=6.09 cores=0,2,4,6
/proc/28015/task/28025/stat : 28025 (java) S 28013 28013 26744 0 -1 1077944384 40282 0 0 0 605 4 0 0 20 0 15 0 118077640 14320615424 521512 33554432000 4194304 4196468 140725538234176 139833802553328 139834625874562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28026] ppid=28013 vsize=13984976 memory=2086048 CPUtime=5.68 cores=0,2,4,6
/proc/28015/task/28026/stat : 28026 (java) S 28013 28013 26744 0 -1 1077944384 34897 0 0 0 565 3 0 0 20 0 15 0 118077640 14320615424 521512 33554432000 4194304 4196468 140725538234176 139833801500784 139834625874562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28027] ppid=28013 vsize=13984976 memory=2086048 CPUtime=1.24 cores=0,2,4,6
/proc/28015/task/28027/stat : 28027 (java) S 28013 28013 26744 0 -1 1077944384 16432 0 0 0 122 2 0 0 20 0 15 0 118077640 14320615424 521512 33554432000 4194304 4196468 140725538234176 139833129298160 139834625874562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28028] ppid=28013 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28028/stat : 28028 (java) S 28013 28013 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118077641 14320615424 521512 33554432000 4194304 4196468 140725538234176 139833128245856 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28029] ppid=28013 vsize=13984976 memory=1384 CPUtime=1.39 cores=0,2,4,6
/proc/28015/task/28029/stat : 28029 (java) S 28013 28013 26744 0 -1 1077944384 1930 0 0 0 64 75 0 0 20 0 15 0 118077641 14320615424 521512 33554432000 4194304 4196468 140725538234176 139833127193392 139834625874562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2087432 KiB

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

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

[startup+2454.13 s]
# the end of solver process 28015 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.44 s, system=2.63264 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

[startup+2454.11 s]
/proc/loadavg: 2.02 1.94 1.98 3/217 28645
/proc/meminfo: memFree=21234020/32770624 swapFree=67108860/67108860
[pid=28013] ppid=28010 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28013/stat : 28013 (xcsp3-exec) S 28010 28013 26744 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118077634 9740288 346 33554432000 4194304 5098028 140727057672160 140727057670264 140091595883132 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 38731776 140727057675374 140727057675579 140727057675579 140727057678315 0
/proc/28013/statm: 2378 346 289 221 0 87 0
[pid=28015] ppid=28013 vsize=13984976 memory=2086048 CPUtime=2520.04 cores=0,2,4,6
/proc/28015/stat : 28015 (java) S 28013 28013 26744 0 -1 1077944320 286955 0 0 0 251743 261 0 0 20 0 15 0 118077635 14320615424 521512 33554432000 4194304 4196468 140725538234176 140725538216720 139834625863415 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
/proc/28015/statm: 3496244 521512 3287 1 0 3483478 0
[pid=28015/tid=28016] ppid=28013 vsize=13984976 memory=2086048 CPUtime=2435.29 cores=0,2,4,6
/proc/28015/task/28016/stat : 28016 (java) R 28013 28013 26744 0 -1 4202560 114909 0 0 0 243500 29 0 0 20 0 15 0 118077635 14320615424 521512 33554432000 4194304 4196468 140725538234176 139834630102944 139834229131538 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28017] ppid=28013 vsize=13984976 memory=2086048 CPUtime=17.16 cores=0,2,4,6
/proc/28015/task/28017/stat : 28017 (java) S 28013 28013 26744 0 -1 1077944384 15304 0 0 0 1676 40 0 0 20 0 15 0 118077636 14320615424 521512 33554432000 4194304 4196468 140725538234176 139834540931344 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28018] ppid=28013 vsize=13984976 memory=2086048 CPUtime=17.2 cores=0,2,4,6
/proc/28015/task/28018/stat : 28018 (java) S 28013 28013 26744 0 -1 1077944384 17362 0 0 0 1681 39 0 0 20 0 15 0 118077636 14320615424 521512 33554432000 4194304 4196468 140725538234176 139834539878800 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28019] ppid=28013 vsize=13984976 memory=2086048 CPUtime=17.18 cores=0,2,4,6
/proc/28015/task/28019/stat : 28019 (java) S 28013 28013 26744 0 -1 1077944384 14844 0 0 0 1680 38 0 0 20 0 15 0 118077636 14320615424 521512 33554432000 4194304 4196468 140725538234176 139834219817488 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28020] ppid=28013 vsize=13984976 memory=2086048 CPUtime=17.21 cores=0,2,4,6
/proc/28015/task/28020/stat : 28020 (java) S 28013 28013 26744 0 -1 1077944384 16217 0 0 0 1681 40 0 0 20 0 15 0 118077636 14320615424 521512 33554432000 4194304 4196468 140725538234176 139834218764944 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28021] ppid=28013 vsize=13984976 memory=2086048 CPUtime=1.5 cores=0,2,4,6
/proc/28015/task/28021/stat : 28021 (java) S 28013 28013 26744 0 -1 1077944384 13434 0 0 0 145 5 0 0 20 0 15 0 118077637 14320615424 521512 33554432000 4194304 4196468 140725538234176 139833806764528 139834625874562 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28022] ppid=28013 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28022/stat : 28022 (java) S 28013 28013 26744 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 118077638 14320615424 521512 33554432000 4194304 4196468 140725538234176 139833805710816 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28023] ppid=28013 vsize=13984976 memory=2086040 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28023/stat : 28023 (java) S 28013 28013 26744 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 118077638 14320615424 521512 33554432000 4194304 4196468 140725538234176 139833804658176 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28024] ppid=28013 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28024/stat : 28024 (java) S 28013 28013 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118077640 14320615424 521512 33554432000 4194304 4196468 140725538234176 139833803606736 139834625882011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28025] ppid=28013 vsize=13984976 memory=2086040 CPUtime=6.09 cores=0,2,4,6
/proc/28015/task/28025/stat : 28025 (java) S 28013 28013 26744 0 -1 1077944384 40282 0 0 0 605 4 0 0 20 0 15 0 118077640 14320615424 521512 33554432000 4194304 4196468 140725538234176 139833802553328 139834625874562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28026] ppid=28013 vsize=13984976 memory=2086048 CPUtime=5.68 cores=0,2,4,6
/proc/28015/task/28026/stat : 28026 (java) S 28013 28013 26744 0 -1 1077944384 34897 0 0 0 565 3 0 0 20 0 15 0 118077640 14320615424 521512 33554432000 4194304 4196468 140725538234176 139833801500784 139834625874562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28027] ppid=28013 vsize=13984976 memory=2086048 CPUtime=1.24 cores=0,2,4,6
/proc/28015/task/28027/stat : 28027 (java) S 28013 28013 26744 0 -1 1077944384 16432 0 0 0 122 2 0 0 20 0 15 0 118077640 14320615424 521512 33554432000 4194304 4196468 140725538234176 139833129298160 139834625874562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28028] ppid=28013 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28015/task/28028/stat : 28028 (java) S 28013 28013 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118077641 14320615424 521512 33554432000 4194304 4196468 140725538234176 139833128245856 139834625873621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
[pid=28015/tid=28029] ppid=28013 vsize=13984976 memory=1384 CPUtime=1.39 cores=0,2,4,6
/proc/28015/task/28029/stat : 28029 (java) S 28013 28013 26744 0 -1 1077944384 1930 0 0 0 64 75 0 0 20 0 15 0 118077641 14320615424 521512 33554432000 4194304 4196468 140725538234176 139833127193392 139834625874562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12140544 140725538239639 140725538239815 140725538239815 140725538242511 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2087432 KiB

Child status: 143
Real time (s): 2454.13
CPU time (s): 2520.07
CPU user time (s): 2517.44
CPU system time (s): 2.63264
CPU usage (%): 102.687
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 2339532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.44
system time used= 2.63264
maximum resident set size= 2340196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287669
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 61120
involuntary context switches= 3469


# summary of solver processes directly reported to runsolver:
#   pid: 28013,28015
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2517.44
#   total CPU system time (s): 2.63264

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7924 second user time and 24.5628 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-16 04:06:42
IDJOB=4272402
IDBENCH=139283
IDSOLVER=2664
FILE ID=node105/4272402-1502850061
RUNJOBID= node105-1502839397-26775
PBS_JOBID= 20629853
Free space on /tmp= 60660 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-08-07-fair.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-4272402-1502850061/watcher-4272402-1502850061 -o /tmp/evaluation-result-4272402-1502850061/solver-4272402-1502850061 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502839397-26775 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1094473246 HOME/instance-4272402-1502850061.xml

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

MD5SUM BENCH= 5f690ca061a68a4e848a5e1ee5dffcd4
RANDOM SEED=1094473246

node105.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.17
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.17
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.17
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.17
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:        22544724 kB
MemAvailable:   28141624 kB
Buffers:          249460 kB
Cached:          5619416 kB
SwapCached:            0 kB
Active:          4617280 kB
Inactive:        5132172 kB
Active(anon):    3883156 kB
Inactive(anon):    25072 kB
Active(file):     734124 kB
Inactive(file):  5107100 kB
Unevictable:        6248 kB
Mlocked:            6248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7808 kB
Writeback:             0 kB
AnonPages:       3886168 kB
Mapped:            58908 kB
Shmem:             25260 kB
Slab:             169032 kB
SReclaimable:     143020 kB
SUnreclaim:        26012 kB
KernelStack:        3840 kB
PageTables:        12952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5261420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3760128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60652 MiB
End job on node105 at 2017-08-16 04:47:36