Trace number 4399093

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 2019-09-16? (TO) 2520.6 636.594

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-09-m057.xml
MD5SUMe3fb36821a1c53c1942e51a6fdfce406
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables289
Number of constraints58
Number of domains1
Minimum domain size217
Maximum domain size217
Distribution of domain sizes[{"size":217,"count":217}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":72},{"degree":4,"count":211},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity217
Distribution of constraint arities[{"arity":2,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":6},{"arity":16,"count":6},{"arity":17,"count":3},{"arity":217,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":51}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399093-1568698315.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4399093-1568698315.xml, -tl, 2520s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
1.34/0.61	c solve instance...
2520.27/636.57	s UNKNOWN
2520.27/636.57	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 (14895 MiB free)
  memory of node 1: 16384 MiB (15027 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399093-1568698315/watcher-4399093-1568698315 -o /tmp/evaluation-result-4399093-1568698315/solver-4399093-1568698315 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568694133-19867 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1351882449 HOME/instance-4399093-1568698315.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=25100, runsolver pid=25097

[startup+0.100485 s]*
/proc/loadavg: 8.64 8.52 8.31 8/235 25116
/proc/meminfo: memFree=30625704/32770624 swapFree=66922428/67108860
[pid=25100] ppid=25097 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25100/stat : 25100 (xcsp3-exec) S 25097 25100 19836 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 445769409 115843072 362 33554432000 4194304 5098028 140737297849536 140737297847640 140327226126972 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 19759104 140737297851258 140737297851501 140737297851501 140737297854410 0
/proc/25100/statm: 28282 362 304 221 0 87 0
[pid=25102] ppid=25100 vsize=15144776 memory=30204 CPUtime=0.13 cores=0,2,4,6
/proc/25102/stat : 25102 (java) S 25100 25100 19836 0 -1 1077944320 5466 0 0 0 12 1 0 0 20 0 15 0 445769410 15508250624 7551 33554432000 4194304 4196468 140725856454512 140725856437056 139965965238007 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
/proc/25102/statm: 3786194 7551 3159 1 0 3748377 0
[pid=25102/tid=25103] ppid=25100 vsize=15144776 memory=7100839878744900722 CPUtime=0.09 cores=0,2,4,6
/proc/25102/task/25103/stat : 25103 (java) R 25100 25100 19836 0 -1 4202560 3366 0 0 0 8 1 0 0 20 0 15 0 445769410 15508250624 7551 33554432000 4194304 4196468 140725856454512 139965969462416 139965551962837 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25104] ppid=25100 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25104/stat : 25104 (java) S 25100 25100 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445769411 15508250624 7551 33554432000 4194304 4196468 140725856454512 139965876894096 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25105] ppid=25100 vsize=15144776 memory=140076207761024 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25105/stat : 25105 (java) S 25100 25100 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445769411 15508250624 7551 33554432000 4194304 4196468 140725856454512 139965875841296 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25106] ppid=25100 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25106/stat : 25106 (java) S 25100 25100 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445769411 15508250624 7551 33554432000 4194304 4196468 140725856454512 139965874789008 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25107] ppid=25100 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25107/stat : 25107 (java) S 25100 25100 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445769411 15508250624 7551 33554432000 4194304 4196468 140725856454512 139965873736208 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25108] ppid=25100 vsize=15144776 memory=140076207761024 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25108/stat : 25108 (java) S 25100 25100 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445769412 15508250624 7551 33554432000 4194304 4196468 140725856454512 139965433928304 139965965249154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25109] ppid=25100 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25109/stat : 25109 (java) S 25100 25100 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445769413 15508250624 7551 33554432000 4194304 4196468 140725856454512 139965432874272 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25110] ppid=25100 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25110/stat : 25110 (java) S 25100 25100 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445769413 15508250624 7551 33554432000 4194304 4196468 140725856454512 139965431821936 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25111] ppid=25100 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25111/stat : 25111 (java) S 25100 25100 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445769415 15508250624 7551 33554432000 4194304 4196468 140725856454512 139965430770256 139965965256603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25112] ppid=25100 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25112/stat : 25112 (java) R 25100 25100 19836 0 -1 4202560 438 0 0 0 0 0 0 0 20 0 15 0 445769415 15508250624 7551 33554432000 4194304 4196468 140725856454512 139965429717104 139965945651312 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25113] ppid=25100 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25113/stat : 25113 (java) R 25100 25100 19836 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445769415 15508250624 7551 33554432000 4194304 4196468 140725856454512 139965428664304 139965965249154 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25114] ppid=25100 vsize=15144776 memory=140076207761024 CPUtime=0.02 cores=0,2,4,6
/proc/25102/task/25114/stat : 25114 (java) S 25100 25100 19836 0 -1 1077944384 362 0 0 0 2 0 0 0 20 0 15 0 445769415 15508250624 7551 33554432000 4194304 4196468 140725856454512 139965427612016 139965965249154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25115] ppid=25100 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25115/stat : 25115 (java) S 25100 25100 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445769415 15508250624 7551 33554432000 4194304 4196468 140725856454512 139965426559456 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25116] ppid=25100 vsize=15144776 memory=140076207761024 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25116/stat : 25116 (java) S 25100 25100 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445769416 15508250624 7551 33554432000 4194304 4196468 140725856454512 139965425507248 139965965249154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31652 KiB

[startup+0.214541 s]*
/proc/loadavg: 8.64 8.52 8.31 6/235 25116
/proc/meminfo: memFree=30614020/32770624 swapFree=66922428/67108860
[pid=25100] ppid=25097 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25100/stat : 25100 (xcsp3-exec) S 25097 25100 19836 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 445769409 115843072 362 33554432000 4194304 5098028 140737297849536 140737297847640 140327226126972 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 19759104 140737297851258 140737297851501 140737297851501 140737297854410 0
/proc/25100/statm: 28282 362 304 221 0 87 0
[pid=25102] ppid=25100 vsize=15144776 memory=41304 CPUtime=0.35 cores=0,2,4,6
/proc/25102/stat : 25102 (java) S 25100 25100 19836 0 -1 1077944320 8999 0 0 0 32 3 0 0 20 0 15 0 445769410 15508250624 10326 33554432000 4194304 4196468 140725856454512 140725856437056 139965965238007 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
/proc/25102/statm: 3786194 10326 3315 1 0 3748377 0
[pid=25102/tid=25103] ppid=25100 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/25102/task/25103/stat : 25103 (java) R 25100 25100 19836 0 -1 4202560 6188 0 0 0 18 2 0 0 20 0 15 0 445769410 15508250624 10326 33554432000 4194304 4196468 140725856454512 139965969472992 139965950945892 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25104] ppid=25100 vsize=15144776 memory=2810770 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25104/stat : 25104 (java) S 25100 25100 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445769411 15508250624 10326 33554432000 4194304 4196468 140725856454512 139965876894096 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25105] ppid=25100 vsize=15144776 memory=140076211064985 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25105/stat : 25105 (java) S 25100 25100 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445769411 15508250624 10326 33554432000 4194304 4196468 140725856454512 139965875841296 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25106] ppid=25100 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25106/stat : 25106 (java) S 25100 25100 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445769411 15508250624 10326 33554432000 4194304 4196468 140725856454512 139965874789008 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25107] ppid=25100 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25107/stat : 25107 (java) S 25100 25100 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445769411 15508250624 10326 33554432000 4194304 4196468 140725856454512 139965873736208 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25108] ppid=25100 vsize=15144776 memory=140076207761024 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25108/stat : 25108 (java) S 25100 25100 19836 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445769412 15508250624 10326 33554432000 4194304 4196468 140725856454512 139965433928304 139965965249154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25109] ppid=25100 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25109/stat : 25109 (java) S 25100 25100 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445769413 15508250624 10326 33554432000 4194304 4196468 140725856454512 139965432874272 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25110] ppid=25100 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25110/stat : 25110 (java) S 25100 25100 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445769413 15508250624 10326 33554432000 4194304 4196468 140725856454512 139965431821936 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25111] ppid=25100 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25111/stat : 25111 (java) S 25100 25100 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445769415 15508250624 10326 33554432000 4194304 4196468 140725856454512 139965430770256 139965965256603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25112] ppid=25100 vsize=15144776 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/25102/task/25112/stat : 25112 (java) S 25100 25100 19836 0 -1 1077944384 542 0 0 0 3 0 0 0 20 0 15 0 445769415 15508250624 10326 33554432000 4194304 4196468 140725856454512 139965429717104 139965965249154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25113] ppid=25100 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/25102/task/25113/stat : 25113 (java) S 25100 25100 19836 0 -1 1077944384 201 0 0 0 2 0 0 0 20 0 15 0 445769415 15508250624 10326 33554432000 4194304 4196468 140725856454512 139965428664304 139965965249154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25114] ppid=25100 vsize=15144776 memory=140076207761024 CPUtime=0.08 cores=0,2,4,6
/proc/25102/task/25114/stat : 25114 (java) R 25100 25100 19836 0 -1 4202560 762 0 0 0 8 0 0 0 20 0 15 0 445769415 15508250624 10326 33554432000 4194304 4196468 140725856454512 139965427612016 139965944602176 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25115] ppid=25100 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25115/stat : 25115 (java) S 25100 25100 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445769415 15508250624 10326 33554432000 4194304 4196468 140725856454512 139965426559456 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25116] ppid=25100 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25116/stat : 25116 (java) S 25100 25100 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445769416 15508250624 10326 33554432000 4194304 4196468 140725856454512 139965425507248 139965965249154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42752 KiB

[startup+0.317482 s]*
/proc/loadavg: 8.64 8.52 8.31 7/235 25116
/proc/meminfo: memFree=30605704/32770624 swapFree=66922428/67108860
[pid=25100] ppid=25097 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25100/stat : 25100 (xcsp3-exec) S 25097 25100 19836 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 445769409 115843072 362 33554432000 4194304 5098028 140737297849536 140737297847640 140327226126972 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 19759104 140737297851258 140737297851501 140737297851501 140737297854410 0
/proc/25100/statm: 28282 362 304 221 0 87 0
[pid=25102] ppid=25100 vsize=15149032 memory=50748 CPUtime=0.55 cores=0,2,4,6
/proc/25102/stat : 25102 (java) S 25100 25100 19836 0 -1 1077944320 10470 0 0 0 51 4 0 0 20 0 15 0 445769410 15512608768 12687 33554432000 4194304 4196468 140725856454512 140725856437056 139965965238007 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
/proc/25102/statm: 3787258 12687 3362 1 0 3748377 0
[pid=25102/tid=25103] ppid=25100 vsize=15149032 memory=8317482817917895235 CPUtime=0.31 cores=0,2,4,6
/proc/25102/task/25103/stat : 25103 (java) R 25100 25100 19836 0 -1 4202560 7392 0 0 0 28 3 0 0 20 0 15 0 445769410 15512608768 12687 33554432000 4194304 4196468 140725856454512 139965969469120 139965949318494 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25104] ppid=25100 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25104/stat : 25104 (java) S 25100 25100 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445769411 15512608768 12687 33554432000 4194304 4196468 140725856454512 139965876894096 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25105] ppid=25100 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25105/stat : 25105 (java) S 25100 25100 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445769411 15512608768 12687 33554432000 4194304 4196468 140725856454512 139965875841296 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25106] ppid=25100 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25106/stat : 25106 (java) S 25100 25100 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445769411 15512608768 12687 33554432000 4194304 4196468 140725856454512 139965874789008 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25107] ppid=25100 vsize=15149032 memory=-4190076264842474805 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25107/stat : 25107 (java) S 25100 25100 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445769411 15512608768 12687 33554432000 4194304 4196468 140725856454512 139965873736208 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25108] ppid=25100 vsize=15149032 memory=-7305852742256935071 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25108/stat : 25108 (java) S 25100 25100 19836 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445769412 15512608768 12687 33554432000 4194304 4196468 140725856454512 139965433928304 139965965249154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25109] ppid=25100 vsize=15149032 memory=6944656425123485561 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25109/stat : 25109 (java) S 25100 25100 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445769413 15512608768 12687 33554432000 4194304 4196468 140725856454512 139965432874272 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25110] ppid=25100 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25110/stat : 25110 (java) S 25100 25100 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445769413 15512608768 12687 33554432000 4194304 4196468 140725856454512 139965431821936 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25111] ppid=25100 vsize=15149032 memory=4627853888499060086 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25111/stat : 25111 (java) S 25100 25100 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445769415 15512608768 12687 33554432000 4194304 4196468 140725856454512 139965430770256 139965965256603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25112] ppid=25100 vsize=15149032 memory=7827413994055111515 CPUtime=0.04 cores=0,2,4,6
/proc/25102/task/25112/stat : 25112 (java) S 25100 25100 19836 0 -1 1077944384 563 0 0 0 4 0 0 0 20 0 15 0 445769415 15512608768 12687 33554432000 4194304 4196468 140725856454512 139965429717104 139965965249154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25113] ppid=25100 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/25102/task/25113/stat : 25113 (java) S 25100 25100 19836 0 -1 1077944384 337 0 0 0 4 0 0 0 20 0 15 0 445769415 15512608768 12687 33554432000 4194304 4196468 140725856454512 139965428664304 139965965249154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25114] ppid=25100 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/25102/task/25114/stat : 25114 (java) S 25100 25100 19836 0 -1 1077944384 873 0 0 0 12 0 0 0 20 0 15 0 445769415 15512608768 12687 33554432000 4194304 4196468 140725856454512 139965427612016 139965965249154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25115] ppid=25100 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25115/stat : 25115 (java) S 25100 25100 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445769415 15512608768 12687 33554432000 4194304 4196468 140725856454512 139965426559456 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25116] ppid=25100 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25116/stat : 25116 (java) S 25100 25100 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445769416 15512608768 12687 33554432000 4194304 4196468 140725856454512 139965425507248 139965965249154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 52196 KiB

[startup+0.701483 s]
/proc/loadavg: 8.64 8.52 8.31 9/235 25116
/proc/meminfo: memFree=30594932/32770624 swapFree=66922428/67108860
[pid=25100] ppid=25097 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25100/stat : 25100 (xcsp3-exec) S 25097 25100 19836 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 445769409 115843072 362 33554432000 4194304 5098028 140737297849536 140737297847640 140327226126972 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 19759104 140737297851258 140737297851501 140737297851501 140737297854410 0
/proc/25100/statm: 28282 362 304 221 0 87 0
[pid=25102] ppid=25100 vsize=15417412 memory=85488 CPUtime=1.69 cores=0,2,4,6
/proc/25102/stat : 25102 (java) S 25100 25100 19836 0 -1 1077944320 13712 0 0 0 164 5 0 0 20 0 19 0 445769410 15787429888 21372 33554432000 4194304 4196468 140725856454512 140725856437056 139965965238007 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
/proc/25102/statm: 3854353 21372 3452 1 0 3815453 0
[pid=25102/tid=25103] ppid=25100 vsize=15417412 memory=0 CPUtime=0.6 cores=0,2,4,6
/proc/25102/task/25103/stat : 25103 (java) S 25100 25100 19836 0 -1 1077944384 8281 0 0 0 56 4 0 0 20 0 19 0 445769410 15787429888 21372 33554432000 4194304 4196468 140725856454512 139965969478784 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25104] ppid=25100 vsize=15417412 memory=32752 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25104/stat : 25104 (java) S 25100 25100 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445769411 15787429888 21372 33554432000 4194304 4196468 140725856454512 139965876894096 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25105] ppid=25100 vsize=15417412 memory=988 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25105/stat : 25105 (java) S 25100 25100 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 445769411 15787429888 21372 33554432000 4194304 4196468 140725856454512 139965875841296 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25106] ppid=25100 vsize=15417412 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25106/stat : 25106 (java) S 25100 25100 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445769411 15787429888 21372 33554432000 4194304 4196468 140725856454512 139965874789008 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25107] ppid=25100 vsize=15417412 memory=1324 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25107/stat : 25107 (java) S 25100 25100 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 445769411 15787429888 21372 33554432000 4194304 4196468 140725856454512 139965873736208 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25108] ppid=25100 vsize=15417412 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25108/stat : 25108 (java) S 25100 25100 19836 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 445769412 15787429888 21372 33554432000 4194304 4196468 140725856454512 139965433928304 139965965249154 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25109] ppid=25100 vsize=15417412 memory=5972 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25109/stat : 25109 (java) S 25100 25100 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445769413 15787429888 21372 33554432000 4194304 4196468 140725856454512 139965432874272 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25110] ppid=25100 vsize=15417412 memory=588 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25110/stat : 25110 (java) S 25100 25100 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 445769413 15787429888 21372 33554432000 4194304 4196468 140725856454512 139965431821936 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25111] ppid=25100 vsize=15417412 memory=780 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25111/stat : 25111 (java) S 25100 25100 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445769415 15787429888 21372 33554432000 4194304 4196468 140725856454512 139965430770256 139965965256603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25112] ppid=25100 vsize=15417412 memory=1056 CPUtime=0.28 cores=0,2,4,6
/proc/25102/task/25112/stat : 25112 (java) R 25100 25100 19836 0 -1 4202560 1307 0 0 0 28 0 0 0 20 0 19 0 445769415 15787429888 21372 33554432000 4194304 4196468 140725856454512 139965429703648 139965943099568 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25113] ppid=25100 vsize=15417412 memory=11620 CPUtime=0.24 cores=0,2,4,6
/proc/25102/task/25113/stat : 25113 (java) R 25100 25100 19836 0 -1 4202560 913 0 0 0 24 0 0 0 20 0 19 0 445769415 15787429888 21372 33554432000 4194304 4196468 140725856454512 139965428645320 139965945938622 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25114] ppid=25100 vsize=15417412 memory=3992 CPUtime=0.36 cores=0,2,4,6
/proc/25102/task/25114/stat : 25114 (java) S 25100 25100 19836 0 -1 1077944384 1754 0 0 0 36 0 0 0 20 0 19 0 445769415 15787429888 21372 33554432000 4194304 4196468 140725856454512 139965427611776 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25115] ppid=25100 vsize=15417412 memory=2828 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25115/stat : 25115 (java) S 25100 25100 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445769415 15787429888 21372 33554432000 4194304 4196468 140725856454512 139965426559456 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25116] ppid=25100 vsize=15417412 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25116/stat : 25116 (java) S 25100 25100 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445769416 15787429888 21372 33554432000 4194304 4196468 140725856454512 139965425507248 139965965249154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 86936 KiB

[startup+1.51148 s]
/proc/loadavg: 8.64 8.52 8.31 12/239 25120
/proc/meminfo: memFree=30528660/32770624 swapFree=66922428/67108860
[pid=25100] ppid=25097 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25100/stat : 25100 (xcsp3-exec) S 25097 25100 19836 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 445769409 115843072 362 33554432000 4194304 5098028 140737297849536 140737297847640 140327226126972 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 19759104 140737297851258 140737297851501 140737297851501 140737297854410 0
/proc/25100/statm: 28282 362 304 221 0 87 0

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

/proc/25102/stat : 25102 (java) S 25100 25100 19836 0 -1 1077944320 72743 0 0 0 230317 330 0 0 20 0 19 0 445769410 15787429888 75028 33554432000 4194304 4196468 140725856454512 140725856437056 139965965238007 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
/proc/25102/statm: 3854353 75028 3540 1 0 3815453 0
[pid=25102/tid=25103] ppid=25100 vsize=15417412 memory=307292 CPUtime=0.6 cores=0,2,4,6
/proc/25102/task/25103/stat : 25103 (java) S 25100 25100 19836 0 -1 1077944384 8281 0 0 0 56 4 0 0 20 0 19 0 445769410 15787429888 75028 33554432000 4194304 4196468 140725856454512 139965969478784 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25104] ppid=25100 vsize=15417412 memory=303188 CPUtime=1.68 cores=0,2,4,6
/proc/25102/task/25104/stat : 25104 (java) S 25100 25100 19836 0 -1 1077944384 3106 0 0 0 147 21 0 0 20 0 19 0 445769411 15787429888 75028 33554432000 4194304 4196468 140725856454512 139965876894096 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25105] ppid=25100 vsize=15417412 memory=302164 CPUtime=1.69 cores=0,2,4,6
/proc/25102/task/25105/stat : 25105 (java) S 25100 25100 19836 0 -1 1077944384 3672 0 0 0 146 23 0 0 20 0 19 0 445769411 15787429888 75028 33554432000 4194304 4196468 140725856454512 139965875841296 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25106] ppid=25100 vsize=15417412 memory=1448 CPUtime=1.68 cores=0,2,4,6
/proc/25102/task/25106/stat : 25106 (java) S 25100 25100 19836 0 -1 1077944384 3245 0 0 0 144 24 0 0 20 0 19 0 445769411 15787429888 75028 33554432000 4194304 4196468 140725856454512 139965874789008 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25107] ppid=25100 vsize=15417412 memory=300112 CPUtime=1.68 cores=0,2,4,6
/proc/25102/task/25107/stat : 25107 (java) S 25100 25100 19836 0 -1 1077944384 4119 0 0 0 145 23 0 0 20 0 19 0 445769411 15787429888 75028 33554432000 4194304 4196468 140725856454512 139965873736208 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25108] ppid=25100 vsize=15417412 memory=0 CPUtime=3.59 cores=0,2,4,6
/proc/25102/task/25108/stat : 25108 (java) S 25100 25100 19836 0 -1 1077944384 9127 0 0 0 129 230 0 0 20 0 19 0 445769412 15787429888 75028 33554432000 4194304 4196468 140725856454512 139965433928304 139965965249154 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25109] ppid=25100 vsize=15417412 memory=300112 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25109/stat : 25109 (java) S 25100 25100 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445769413 15787429888 75028 33554432000 4194304 4196468 140725856454512 139965432874336 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25110] ppid=25100 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25110/stat : 25110 (java) S 25100 25100 19836 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 445769413 15787429888 75028 33554432000 4194304 4196468 140725856454512 139965431821952 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25111] ppid=25100 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25111/stat : 25111 (java) S 25100 25100 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445769415 15787429888 75028 33554432000 4194304 4196468 140725856454512 139965430770256 139965965256603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25112] ppid=25100 vsize=15417412 memory=303188 CPUtime=2.39 cores=0,2,4,6
/proc/25102/task/25112/stat : 25112 (java) S 25100 25100 19836 0 -1 1077944384 9995 0 0 0 238 1 0 0 20 0 19 0 445769415 15787429888 75028 33554432000 4194304 4196468 140725856454512 139965429717104 139965965249154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25113] ppid=25100 vsize=15417412 memory=1448 CPUtime=2.23 cores=0,2,4,6
/proc/25102/task/25113/stat : 25113 (java) S 25100 25100 19836 0 -1 1077944384 9584 0 0 0 222 1 0 0 20 0 19 0 445769415 15787429888 75028 33554432000 4194304 4196468 140725856454512 139965428664304 139965965249154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25114] ppid=25100 vsize=15417412 memory=307292 CPUtime=0.66 cores=0,2,4,6
/proc/25102/task/25114/stat : 25114 (java) S 25100 25100 19836 0 -1 1077944384 7720 0 0 0 65 1 0 0 20 0 19 0 445769415 15787429888 75028 33554432000 4194304 4196468 140725856454512 139965427612016 139965965249154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25115] ppid=25100 vsize=15417412 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25115/stat : 25115 (java) S 25100 25100 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445769415 15787429888 75028 33554432000 4194304 4196468 140725856454512 139965426559456 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25116] ppid=25100 vsize=15417412 memory=1448 CPUtime=0.18 cores=0,2,4,6
/proc/25102/task/25116/stat : 25116 (java) S 25100 25100 19836 0 -1 1077944384 603 0 0 0 0 18 0 0 20 0 19 0 445769416 15787429888 75028 33554432000 4194304 4196468 140725856454512 139965425507248 139965965249154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25117] ppid=25100 vsize=15417412 memory=302676 CPUtime=571.74 cores=0,2,4,6
/proc/25102/task/25117/stat : 25117 (java) R 25100 25100 19836 0 -1 4202560 1568 0 0 0 57172 2 0 0 20 0 19 0 445769472 15787429888 75028 33554432000 4194304 4196468 140725856454512 139965416287288 139965557493894 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25118] ppid=25100 vsize=15417412 memory=3616 CPUtime=573.34 cores=0,2,4,6
/proc/25102/task/25118/stat : 25118 (java) R 25100 25100 19836 0 -1 4202560 5603 0 0 0 57326 8 0 0 20 0 19 0 445769472 15787429888 75028 33554432000 4194304 4196468 140725856454512 139965415235824 139965559335320 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25119] ppid=25100 vsize=15417412 memory=32756 CPUtime=572.37 cores=0,2,4,6
/proc/25102/task/25119/stat : 25119 (java) R 25100 25100 19836 0 -1 4202560 1861 0 0 0 57235 2 0 0 20 0 19 0 445769472 15787429888 75028 33554432000 4194304 4196468 140725856454512 139965414183624 139965552208636 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25120] ppid=25100 vsize=15417412 memory=988 CPUtime=572.55 cores=0,2,4,6
/proc/25102/task/25120/stat : 25120 (java) R 25100 25100 19836 0 -1 4202560 2961 0 0 0 57252 3 0 0 20 0 19 0 445769472 15787429888 75028 33554432000 4194304 4196468 140725856454512 139965413132640 139965559335317 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
Current children cumulated CPU time: 2306.47 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 301560 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+636.501 s]
/proc/loadavg: 8.04 8.38 8.36 10/239 25257
/proc/meminfo: memFree=30104232/32770624 swapFree=66922428/67108860
[pid=25100] ppid=25097 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25100/stat : 25100 (xcsp3-exec) S 25097 25100 19836 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 445769409 115843072 362 33554432000 4194304 5098028 140737297849536 140737297847640 140327226126972 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 19759104 140737297851258 140737297851501 140737297851501 140737297854410 0
/proc/25100/statm: 28282 362 304 221 0 87 0
[pid=25102] ppid=25100 vsize=15417412 memory=315668 CPUtime=2520.27 cores=0,2,4,6
/proc/25102/stat : 25102 (java) S 25100 25100 19836 0 -1 1077944320 74575 0 0 0 251642 385 0 0 20 0 19 0 445769410 15787429888 78917 33554432000 4194304 4196468 140725856454512 140725856437056 139965965238007 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
/proc/25102/statm: 3854353 78917 3540 1 0 3815453 0
[pid=25102/tid=25103] ppid=25100 vsize=15417412 memory=315668 CPUtime=0.6 cores=0,2,4,6
/proc/25102/task/25103/stat : 25103 (java) S 25100 25100 19836 0 -1 1077944384 8281 0 0 0 56 4 0 0 20 0 19 0 445769410 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965969478784 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25104] ppid=25100 vsize=15417412 memory=316180 CPUtime=1.86 cores=0,2,4,6
/proc/25102/task/25104/stat : 25104 (java) S 25100 25100 19836 0 -1 1077944384 3148 0 0 0 164 22 0 0 20 0 19 0 445769411 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965876894096 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25105] ppid=25100 vsize=15417412 memory=1448 CPUtime=1.87 cores=0,2,4,6
/proc/25102/task/25105/stat : 25105 (java) S 25100 25100 19836 0 -1 1077944384 3869 0 0 0 164 23 0 0 20 0 19 0 445769411 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965875841296 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25106] ppid=25100 vsize=15417412 memory=316696 CPUtime=1.87 cores=0,2,4,6
/proc/25102/task/25106/stat : 25106 (java) S 25100 25100 19836 0 -1 1077944384 3316 0 0 0 162 25 0 0 20 0 19 0 445769411 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965874789008 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25107] ppid=25100 vsize=15417412 memory=316696 CPUtime=1.85 cores=0,2,4,6
/proc/25102/task/25107/stat : 25107 (java) S 25100 25100 19836 0 -1 1077944384 4236 0 0 0 162 23 0 0 20 0 19 0 445769411 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965873736208 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25108] ppid=25100 vsize=15417412 memory=319260 CPUtime=4.32 cores=0,2,4,6
/proc/25102/task/25108/stat : 25108 (java) S 25100 25100 19836 0 -1 1077944384 9380 0 0 0 151 281 0 0 20 0 19 0 445769412 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965433928304 139965965249154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25109] ppid=25100 vsize=15417412 memory=319644 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25109/stat : 25109 (java) S 25100 25100 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445769413 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965432874336 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25110] ppid=25100 vsize=15417412 memory=317208 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25110/stat : 25110 (java) S 25100 25100 19836 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 445769413 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965431821952 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25111] ppid=25100 vsize=15417412 memory=316180 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25111/stat : 25111 (java) S 25100 25100 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445769415 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965430770256 139965965256603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25112] ppid=25100 vsize=15417412 memory=1448 CPUtime=2.4 cores=0,2,4,6
/proc/25102/task/25112/stat : 25112 (java) S 25100 25100 19836 0 -1 1077944384 10005 0 0 0 239 1 0 0 20 0 19 0 445769415 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965429717104 139965965249154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25113] ppid=25100 vsize=15417412 memory=315668 CPUtime=2.28 cores=0,2,4,6
/proc/25102/task/25113/stat : 25113 (java) S 25100 25100 19836 0 -1 1077944384 9606 0 0 0 227 1 0 0 20 0 19 0 445769415 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965428664304 139965965249154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25114] ppid=25100 vsize=15417412 memory=1448 CPUtime=0.66 cores=0,2,4,6
/proc/25102/task/25114/stat : 25114 (java) S 25100 25100 19836 0 -1 1077944384 7844 0 0 0 65 1 0 0 20 0 19 0 445769415 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965427612016 139965965249154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25115] ppid=25100 vsize=15417412 memory=164 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25115/stat : 25115 (java) S 25100 25100 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445769415 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965426559456 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25116] ppid=25100 vsize=15417412 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/25102/task/25116/stat : 25116 (java) S 25100 25100 19836 0 -1 1077944384 629 0 0 0 0 19 0 0 20 0 19 0 445769416 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965425507248 139965965249154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25117] ppid=25100 vsize=15417412 memory=1448 CPUtime=624.74 cores=0,2,4,6
/proc/25102/task/25117/stat : 25117 (java) R 25100 25100 19836 0 -1 4202560 1635 0 0 0 62471 3 0 0 20 0 19 0 445769472 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965416287288 139965557527646 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25118] ppid=25100 vsize=15417412 memory=1448 CPUtime=626.66 cores=0,2,4,6
/proc/25102/task/25118/stat : 25118 (java) R 25100 25100 19836 0 -1 4202560 6203 0 0 0 62658 8 0 0 20 0 19 0 445769472 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965415238976 139965559335280 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25119] ppid=25100 vsize=15417412 memory=0 CPUtime=625.26 cores=0,2,4,6
/proc/25102/task/25119/stat : 25119 (java) R 25100 25100 19836 0 -1 4202560 1998 0 0 0 62523 3 0 0 20 0 19 0 445769472 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965414183760 139965557665645 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25120] ppid=25100 vsize=15417412 memory=7234303152781525070 CPUtime=625.6 cores=0,2,4,6
/proc/25102/task/25120/stat : 25120 (java) R 25100 25100 19836 0 -1 4202560 3127 0 0 0 62557 3 0 0 20 0 19 0 445769472 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965413129600 139965557449520 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
Current children cumulated CPU time: 2520.27 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 317116 KiB

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

[startup+636.528 s]
# the end of solver process 25100 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001126 s, system=0.001589 s

[startup+636.594 s]
# the end of solver process 25102 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.74 s, system=3.86726 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+636.501 s]
/proc/loadavg: 8.04 8.38 8.36 10/239 25257
/proc/meminfo: memFree=30104232/32770624 swapFree=66922428/67108860
[pid=25100] ppid=25097 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25100/stat : 25100 (xcsp3-exec) S 25097 25100 19836 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 445769409 115843072 362 33554432000 4194304 5098028 140737297849536 140737297847640 140327226126972 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 19759104 140737297851258 140737297851501 140737297851501 140737297854410 0
/proc/25100/statm: 28282 362 304 221 0 87 0
[pid=25102] ppid=25100 vsize=15417412 memory=315668 CPUtime=2520.27 cores=0,2,4,6
/proc/25102/stat : 25102 (java) S 25100 25100 19836 0 -1 1077944320 74575 0 0 0 251642 385 0 0 20 0 19 0 445769410 15787429888 78917 33554432000 4194304 4196468 140725856454512 140725856437056 139965965238007 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
/proc/25102/statm: 3854353 78917 3540 1 0 3815453 0
[pid=25102/tid=25103] ppid=25100 vsize=15417412 memory=315668 CPUtime=0.6 cores=0,2,4,6
/proc/25102/task/25103/stat : 25103 (java) S 25100 25100 19836 0 -1 1077944384 8281 0 0 0 56 4 0 0 20 0 19 0 445769410 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965969478784 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25104] ppid=25100 vsize=15417412 memory=316180 CPUtime=1.86 cores=0,2,4,6
/proc/25102/task/25104/stat : 25104 (java) S 25100 25100 19836 0 -1 1077944384 3148 0 0 0 164 22 0 0 20 0 19 0 445769411 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965876894096 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25105] ppid=25100 vsize=15417412 memory=1448 CPUtime=1.87 cores=0,2,4,6
/proc/25102/task/25105/stat : 25105 (java) S 25100 25100 19836 0 -1 1077944384 3869 0 0 0 164 23 0 0 20 0 19 0 445769411 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965875841296 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25106] ppid=25100 vsize=15417412 memory=316696 CPUtime=1.87 cores=0,2,4,6
/proc/25102/task/25106/stat : 25106 (java) S 25100 25100 19836 0 -1 1077944384 3316 0 0 0 162 25 0 0 20 0 19 0 445769411 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965874789008 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25107] ppid=25100 vsize=15417412 memory=316696 CPUtime=1.85 cores=0,2,4,6
/proc/25102/task/25107/stat : 25107 (java) S 25100 25100 19836 0 -1 1077944384 4236 0 0 0 162 23 0 0 20 0 19 0 445769411 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965873736208 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25108] ppid=25100 vsize=15417412 memory=319260 CPUtime=4.32 cores=0,2,4,6
/proc/25102/task/25108/stat : 25108 (java) S 25100 25100 19836 0 -1 1077944384 9380 0 0 0 151 281 0 0 20 0 19 0 445769412 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965433928304 139965965249154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25109] ppid=25100 vsize=15417412 memory=319644 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25109/stat : 25109 (java) S 25100 25100 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445769413 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965432874336 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25110] ppid=25100 vsize=15417412 memory=317208 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25110/stat : 25110 (java) S 25100 25100 19836 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 445769413 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965431821952 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25111] ppid=25100 vsize=15417412 memory=316180 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25111/stat : 25111 (java) S 25100 25100 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445769415 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965430770256 139965965256603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25112] ppid=25100 vsize=15417412 memory=1448 CPUtime=2.4 cores=0,2,4,6
/proc/25102/task/25112/stat : 25112 (java) S 25100 25100 19836 0 -1 1077944384 10005 0 0 0 239 1 0 0 20 0 19 0 445769415 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965429717104 139965965249154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25113] ppid=25100 vsize=15417412 memory=315668 CPUtime=2.28 cores=0,2,4,6
/proc/25102/task/25113/stat : 25113 (java) S 25100 25100 19836 0 -1 1077944384 9606 0 0 0 227 1 0 0 20 0 19 0 445769415 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965428664304 139965965249154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25114] ppid=25100 vsize=15417412 memory=1448 CPUtime=0.66 cores=0,2,4,6
/proc/25102/task/25114/stat : 25114 (java) S 25100 25100 19836 0 -1 1077944384 7844 0 0 0 65 1 0 0 20 0 19 0 445769415 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965427612016 139965965249154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25115] ppid=25100 vsize=15417412 memory=164 CPUtime=0 cores=0,2,4,6
/proc/25102/task/25115/stat : 25115 (java) S 25100 25100 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445769415 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965426559456 139965965248213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25116] ppid=25100 vsize=15417412 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/25102/task/25116/stat : 25116 (java) S 25100 25100 19836 0 -1 1077944384 629 0 0 0 0 19 0 0 20 0 19 0 445769416 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965425507248 139965965249154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25117] ppid=25100 vsize=15417412 memory=1448 CPUtime=624.74 cores=0,2,4,6
/proc/25102/task/25117/stat : 25117 (java) R 25100 25100 19836 0 -1 4202560 1635 0 0 0 62471 3 0 0 20 0 19 0 445769472 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965416287288 139965557527646 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25118] ppid=25100 vsize=15417412 memory=1448 CPUtime=626.66 cores=0,2,4,6
/proc/25102/task/25118/stat : 25118 (java) R 25100 25100 19836 0 -1 4202560 6203 0 0 0 62658 8 0 0 20 0 19 0 445769472 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965415238976 139965559335280 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25119] ppid=25100 vsize=15417412 memory=0 CPUtime=625.26 cores=0,2,4,6
/proc/25102/task/25119/stat : 25119 (java) R 25100 25100 19836 0 -1 4202560 1998 0 0 0 62523 3 0 0 20 0 19 0 445769472 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965414183760 139965557665645 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
[pid=25102/tid=25120] ppid=25100 vsize=15417412 memory=7234303152781525070 CPUtime=625.6 cores=0,2,4,6
/proc/25102/task/25120/stat : 25120 (java) R 25100 25100 19836 0 -1 4202560 3127 0 0 0 62557 3 0 0 20 0 19 0 445769472 15787429888 78917 33554432000 4194304 4196468 140725856454512 139965413129600 139965557449520 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34951168 140725856461807 140725856461978 140725856461978 140725856464847 0
Current children cumulated CPU time: 2520.27 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 317116 KiB

Child status: 143
Real time (s): 636.594
CPU time (s): 2520.6
CPU user time (s): 2516.74
CPU system time (s): 3.86726
CPU usage (%): 395.951
Max. virtual memory (cumulated for all children) (KiB): 15530540
Max. memory (cumulated for all children) (KiB): 688532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.74
system time used= 3.86726
maximum resident set size= 689592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75605
page faults= 0
swaps= 0
block input operations= 0
block output operations= 856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40660
involuntary context switches= 48236


# summary of solver processes directly reported to runsolver:
#   pid: 25100,25102
#   total CPU time (s): 2520.6
#   total CPU user time (s): 2516.74
#   total CPU system time (s): 3.86726

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.01616 second user time and 7.03838 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-17 07:31:13
IDJOB=4399093
IDBENCH=133638
IDSOLVER=2853
FILE ID=node141/4399093-1568698315
RUNJOBID= node141-1568694133-19867
PBS_JOBID= 21703801
Free space on /tmp= 58516 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-09-m057.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4399093-1568698315/watcher-4399093-1568698315 -o /tmp/evaluation-result-4399093-1568698315/solver-4399093-1568698315 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568694133-19867 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1351882449 HOME/instance-4399093-1568698315.xml

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

MD5SUM BENCH= e3fb36821a1c53c1942e51a6fdfce406
RANDOM SEED=1351882449

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        30642244 kB
MemAvailable:   31576104 kB
Buffers:          228448 kB
Cached:          1001792 kB
SwapCached:        77744 kB
Active:           841636 kB
Inactive:         724776 kB
Active(anon):     264304 kB
Inactive(anon):   114804 kB
Active(file):     577332 kB
Inactive(file):   609972 kB
Unevictable:      109460 kB
Mlocked:          109460 kB
SwapTotal:      67108860 kB
SwapFree:       66922428 kB
Dirty:             26012 kB
Writeback:             0 kB
AnonPages:        388512 kB
Mapped:            56316 kB
Shmem:             34608 kB
Slab:             155312 kB
SReclaimable:     124780 kB
SUnreclaim:        30532 kB
KernelStack:        4096 kB
PageTables:         6576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1520200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    290816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 58492 MiB
End job on node141 at 2019-09-17 07:41:50