Trace number 4405985

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-24? (TO) 2520.18 2509.96

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-08-m039.xml
MD5SUMcf7d41cb48e0c265061ebe127338815d
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 variables225
Number of constraints52
Number of domains1
Minimum domain size169
Maximum domain size169
Distribution of domain sizes[{"size":169,"count":169}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":56},{"degree":4,"count":163},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"count":6},{"arity":8,"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":3},{"arity":169,"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":45}]
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-4405985-1569408895.xml"  -tl '2520s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4405985-1569408895.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
1.02/0.52	c solve instance...
2520.05/2509.91	s UNKNOWN
2520.05/2509.91	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 (13125 MiB free)
  memory of node 1: 16384 MiB (12472 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405985-1569408895/watcher-4405985-1569408895 -o /var/tmp/evaluation-result-4405985-1569408895/solver-4405985-1569408895 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node136-1569396625-26122 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1767375395 HOME/instance-4405985-1569408895.xml 

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

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

solver pid=30049, runsolver pid=30046

[startup+0.100058 s]*
/proc/loadavg: 1.50 1.61 1.77 3/229 30065
/proc/meminfo: memFree=26193716/32770624 swapFree=67002132/67108860
[pid=30049] ppid=30046 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30049/stat : 30049 (xcsp3-exec) S 30046 30049 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517138071 115843072 363 33554432000 4194304 5098028 140732747162656 140732747160760 139785794253436 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16949248 140732747170646 140732747170905 140732747170905 140732747173830 0
/proc/30049/statm: 28282 363 304 221 0 87 0
[pid=30051] ppid=30049 vsize=15144776 memory=31104 CPUtime=0.13 cores=1,3,5,7
/proc/30051/stat : 30051 (java) S 30049 30049 26090 0 -1 1077944320 5665 0 0 0 12 1 0 0 20 0 15 0 517138071 15508250624 7776 33554432000 4194304 4196468 140727961004976 140727960987520 139914804309751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
/proc/30051/statm: 3786194 7776 3185 1 0 3748377 0
[pid=30051/tid=30052] ppid=30049 vsize=15144776 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/30051/task/30052/stat : 30052 (java) R 30049 30049 26090 0 -1 4202560 3563 0 0 0 8 1 0 0 20 0 15 0 517138072 15508250624 7776 33554432000 4194304 4196468 140727961004976 139914808543888 139914804321686 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30053] ppid=30049 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30053/stat : 30053 (java) S 30049 30049 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517138072 15508250624 7776 33554432000 4194304 4196468 140727961004976 139914740546320 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30054] ppid=30049 vsize=15144776 memory=139697885374080 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30054/stat : 30054 (java) S 30049 30049 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517138072 15508250624 7776 33554432000 4194304 4196468 140727961004976 139914739493776 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30055] ppid=30049 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30055/stat : 30055 (java) S 30049 30049 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517138072 15508250624 7776 33554432000 4194304 4196468 140727961004976 139914738441232 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30056] ppid=30049 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30056/stat : 30056 (java) S 30049 30049 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517138072 15508250624 7776 33554432000 4194304 4196468 140727961004976 139914737388688 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30057] ppid=30049 vsize=15144776 memory=139697885374080 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30057/stat : 30057 (java) S 30049 30049 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517138074 15508250624 7776 33554432000 4194304 4196468 140727961004976 139914340149232 139914804320898 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30058] ppid=30049 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30058/stat : 30058 (java) S 30049 30049 26090 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517138074 15508250624 7776 33554432000 4194304 4196468 140727961004976 139914339095456 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30059] ppid=30049 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30059/stat : 30059 (java) S 30049 30049 26090 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517138074 15508250624 7776 33554432000 4194304 4196468 140727961004976 139914338042864 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30060] ppid=30049 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30060/stat : 30060 (java) S 30049 30049 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517138077 15508250624 7776 33554432000 4194304 4196468 140727961004976 139914336991440 139914804328347 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30061] ppid=30049 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30061/stat : 30061 (java) S 30049 30049 26090 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 517138077 15508250624 7776 33554432000 4194304 4196468 140727961004976 139914335939056 139914804320898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30062] ppid=30049 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30062/stat : 30062 (java) S 30049 30049 26090 0 -1 1077944384 168 0 0 0 0 0 0 0 20 0 15 0 517138077 15508250624 7776 33554432000 4194304 4196468 140727961004976 139914334886512 139914804320898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30063] ppid=30049 vsize=15144776 memory=139697885374080 CPUtime=0.02 cores=1,3,5,7
/proc/30051/task/30063/stat : 30063 (java) S 30049 30049 26090 0 -1 1077944384 331 0 0 0 2 0 0 0 20 0 15 0 517138077 15508250624 7776 33554432000 4194304 4196468 140727961004976 139914333833968 139914804320898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30064] ppid=30049 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30064/stat : 30064 (java) S 30049 30049 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517138077 15508250624 7776 33554432000 4194304 4196468 140727961004976 139914332781664 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30065] ppid=30049 vsize=15144776 memory=139697885374080 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30065/stat : 30065 (java) S 30049 30049 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517138077 15508250624 7776 33554432000 4194304 4196468 140727961004976 139913669372208 139914804320898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 32556 KiB

[startup+0.210909 s]*
/proc/loadavg: 1.50 1.61 1.77 6/229 30065
/proc/meminfo: memFree=26180104/32770624 swapFree=67002132/67108860
[pid=30049] ppid=30046 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30049/stat : 30049 (xcsp3-exec) S 30046 30049 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517138071 115843072 363 33554432000 4194304 5098028 140732747162656 140732747160760 139785794253436 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16949248 140732747170646 140732747170905 140732747170905 140732747173830 0
/proc/30049/statm: 28282 363 304 221 0 87 0
[pid=30051] ppid=30049 vsize=15144776 memory=43216 CPUtime=0.34 cores=1,3,5,7
/proc/30051/stat : 30051 (java) S 30049 30049 26090 0 -1 1077944320 9490 0 0 0 31 3 0 0 20 0 15 0 517138071 15508250624 10804 33554432000 4194304 4196468 140727961004976 140727960987520 139914804309751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
/proc/30051/statm: 3786194 10804 3308 1 0 3748377 0
[pid=30051/tid=30052] ppid=30049 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/30051/task/30052/stat : 30052 (java) R 30049 30049 26090 0 -1 4202560 6617 0 0 0 18 2 0 0 20 0 15 0 517138072 15508250624 10804 33554432000 4194304 4196468 140727961004976 139914808539472 139914788390238 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30053] ppid=30049 vsize=15144776 memory=13620 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30053/stat : 30053 (java) S 30049 30049 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517138072 15508250624 10804 33554432000 4194304 4196468 140727961004976 139914740546320 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30054] ppid=30049 vsize=15144776 memory=139697889204855 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30054/stat : 30054 (java) S 30049 30049 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517138072 15508250624 10804 33554432000 4194304 4196468 140727961004976 139914739493776 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30055] ppid=30049 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30055/stat : 30055 (java) S 30049 30049 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517138072 15508250624 10804 33554432000 4194304 4196468 140727961004976 139914738441232 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30056] ppid=30049 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30056/stat : 30056 (java) S 30049 30049 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517138072 15508250624 10804 33554432000 4194304 4196468 140727961004976 139914737388688 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30057] ppid=30049 vsize=15144776 memory=139697885374080 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30057/stat : 30057 (java) S 30049 30049 26090 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 517138074 15508250624 10804 33554432000 4194304 4196468 140727961004976 139914340149232 139914804320898 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30058] ppid=30049 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30058/stat : 30058 (java) S 30049 30049 26090 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517138074 15508250624 10804 33554432000 4194304 4196468 140727961004976 139914339095456 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30059] ppid=30049 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30059/stat : 30059 (java) S 30049 30049 26090 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517138074 15508250624 10804 33554432000 4194304 4196468 140727961004976 139914338042864 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30060] ppid=30049 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30060/stat : 30060 (java) S 30049 30049 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517138077 15508250624 10804 33554432000 4194304 4196468 140727961004976 139914336991440 139914804328347 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30061] ppid=30049 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30051/task/30061/stat : 30061 (java) S 30049 30049 26090 0 -1 1077944384 403 0 0 0 2 0 0 0 20 0 15 0 517138077 15508250624 10804 33554432000 4194304 4196468 140727961004976 139914335939056 139914804320898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30062] ppid=30049 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/30051/task/30062/stat : 30062 (java) S 30049 30049 26090 0 -1 1077944384 368 0 0 0 2 0 0 0 20 0 15 0 517138077 15508250624 10804 33554432000 4194304 4196468 140727961004976 139914334886512 139914804320898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30063] ppid=30049 vsize=15144776 memory=139697885374080 CPUtime=0.08 cores=1,3,5,7
/proc/30051/task/30063/stat : 30063 (java) S 30049 30049 26090 0 -1 1077944384 794 0 0 0 8 0 0 0 20 0 15 0 517138077 15508250624 10804 33554432000 4194304 4196468 140727961004976 139914333833968 139914804320898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30064] ppid=30049 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30064/stat : 30064 (java) S 30049 30049 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517138077 15508250624 10804 33554432000 4194304 4196468 140727961004976 139914332781664 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30065] ppid=30049 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30065/stat : 30065 (java) S 30049 30049 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517138077 15508250624 10804 33554432000 4194304 4196468 140727961004976 139913669372208 139914804320898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 44668 KiB

[startup+0.311146 s]*
/proc/loadavg: 1.50 1.61 1.77 4/229 30065
/proc/meminfo: memFree=26172092/32770624 swapFree=67002132/67108860
[pid=30049] ppid=30046 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30049/stat : 30049 (xcsp3-exec) S 30046 30049 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517138071 115843072 363 33554432000 4194304 5098028 140732747162656 140732747160760 139785794253436 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16949248 140732747170646 140732747170905 140732747170905 140732747173830 0
/proc/30049/statm: 28282 363 304 221 0 87 0
[pid=30051] ppid=30049 vsize=15149032 memory=52056 CPUtime=0.54 cores=1,3,5,7
/proc/30051/stat : 30051 (java) S 30049 30049 26090 0 -1 1077944320 10865 0 0 0 50 4 0 0 20 0 15 0 517138071 15512608768 13014 33554432000 4194304 4196468 140727961004976 140727960987520 139914804309751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
/proc/30051/statm: 3787258 13014 3346 1 0 3748377 0
[pid=30051/tid=30052] ppid=30049 vsize=15149032 memory=7883960649037381690 CPUtime=0.29 cores=1,3,5,7
/proc/30051/task/30052/stat : 30052 (java) R 30049 30049 26090 0 -1 4202560 7818 0 0 0 27 2 0 0 20 0 15 0 517138072 15512608768 13014 33554432000 4194304 4196468 140727961004976 139914808546576 139914804331677 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30053] ppid=30049 vsize=15149032 memory=13961 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30053/stat : 30053 (java) S 30049 30049 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517138072 15512608768 13014 33554432000 4194304 4196468 140727961004976 139914740546320 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30054] ppid=30049 vsize=15149032 memory=3845071 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30054/stat : 30054 (java) S 30049 30049 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517138072 15512608768 13014 33554432000 4194304 4196468 140727961004976 139914739493776 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30055] ppid=30049 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30055/stat : 30055 (java) S 30049 30049 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517138072 15512608768 13014 33554432000 4194304 4196468 140727961004976 139914738441232 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30056] ppid=30049 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30056/stat : 30056 (java) S 30049 30049 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517138072 15512608768 13014 33554432000 4194304 4196468 140727961004976 139914737388688 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30057] ppid=30049 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30057/stat : 30057 (java) S 30049 30049 26090 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 517138074 15512608768 13014 33554432000 4194304 4196468 140727961004976 139914340149232 139914804320898 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30058] ppid=30049 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30058/stat : 30058 (java) S 30049 30049 26090 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517138074 15512608768 13014 33554432000 4194304 4196468 140727961004976 139914339095456 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30059] ppid=30049 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30059/stat : 30059 (java) S 30049 30049 26090 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517138074 15512608768 13014 33554432000 4194304 4196468 140727961004976 139914338042864 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30060] ppid=30049 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30060/stat : 30060 (java) S 30049 30049 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517138077 15512608768 13014 33554432000 4194304 4196468 140727961004976 139914336991440 139914804328347 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30061] ppid=30049 vsize=15149032 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/30051/task/30061/stat : 30061 (java) S 30049 30049 26090 0 -1 1077944384 497 0 0 0 5 0 0 0 20 0 15 0 517138077 15512608768 13014 33554432000 4194304 4196468 140727961004976 139914335939056 139914804320898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30062] ppid=30049 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/30051/task/30062/stat : 30062 (java) S 30049 30049 26090 0 -1 1077944384 376 0 0 0 4 0 0 0 20 0 15 0 517138077 15512608768 13014 33554432000 4194304 4196468 140727961004976 139914334886512 139914804320898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30063] ppid=30049 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/30051/task/30063/stat : 30063 (java) S 30049 30049 26090 0 -1 1077944384 866 0 0 0 12 0 0 0 20 0 15 0 517138077 15512608768 13014 33554432000 4194304 4196468 140727961004976 139914333833968 139914804320898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30064] ppid=30049 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30064/stat : 30064 (java) S 30049 30049 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517138077 15512608768 13014 33554432000 4194304 4196468 140727961004976 139914332781664 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30065] ppid=30049 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30065/stat : 30065 (java) S 30049 30049 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517138077 15512608768 13014 33554432000 4194304 4196468 140727961004976 139913669372208 139914804320898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 53508 KiB

[startup+0.700933 s]
/proc/loadavg: 1.50 1.61 1.77 5/229 30065
/proc/meminfo: memFree=26158112/32770624 swapFree=67002132/67108860
[pid=30049] ppid=30046 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30049/stat : 30049 (xcsp3-exec) S 30046 30049 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517138071 115843072 363 33554432000 4194304 5098028 140732747162656 140732747160760 139785794253436 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16949248 140732747170646 140732747170905 140732747170905 140732747173830 0
/proc/30049/statm: 28282 363 304 221 0 87 0
[pid=30051] ppid=30049 vsize=15151156 memory=79904 CPUtime=1.55 cores=1,3,5,7
/proc/30051/stat : 30051 (java) S 30049 30049 26090 0 -1 1077944320 14758 0 0 0 150 5 0 0 20 0 15 0 517138071 15514783744 19976 33554432000 4194304 4196468 140727961004976 140727960987520 139914804309751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
/proc/30051/statm: 3787789 19976 3459 1 0 3748889 0
[pid=30051/tid=30052] ppid=30049 vsize=15151156 memory=36244 CPUtime=0.67 cores=1,3,5,7
/proc/30051/task/30052/stat : 30052 (java) R 30049 30049 26090 0 -1 4202560 9189 0 0 0 64 3 0 0 20 0 15 0 517138072 15514783744 19976 33554432000 4194304 4196468 140727961004976 139914808549024 139914418653594 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30053] ppid=30049 vsize=15151156 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30053/stat : 30053 (java) S 30049 30049 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517138072 15514783744 19976 33554432000 4194304 4196468 140727961004976 139914740546320 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30054] ppid=30049 vsize=15151156 memory=500 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30054/stat : 30054 (java) S 30049 30049 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517138072 15514783744 19976 33554432000 4194304 4196468 140727961004976 139914739493776 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30055] ppid=30049 vsize=15151156 memory=932 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30055/stat : 30055 (java) S 30049 30049 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517138072 15514783744 19976 33554432000 4194304 4196468 140727961004976 139914738441232 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30056] ppid=30049 vsize=15151156 memory=1824 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30056/stat : 30056 (java) S 30049 30049 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517138072 15514783744 19976 33554432000 4194304 4196468 140727961004976 139914737388688 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30057] ppid=30049 vsize=15151156 memory=1656 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30057/stat : 30057 (java) S 30049 30049 26090 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 517138074 15514783744 19976 33554432000 4194304 4196468 140727961004976 139914340149232 139914804320898 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30058] ppid=30049 vsize=15151156 memory=804 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30058/stat : 30058 (java) S 30049 30049 26090 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517138074 15514783744 19976 33554432000 4194304 4196468 140727961004976 139914339095456 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30059] ppid=30049 vsize=15151156 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30059/stat : 30059 (java) S 30049 30049 26090 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517138074 15514783744 19976 33554432000 4194304 4196468 140727961004976 139914338042864 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30060] ppid=30049 vsize=15151156 memory=1980 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30060/stat : 30060 (java) S 30049 30049 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517138077 15514783744 19976 33554432000 4194304 4196468 140727961004976 139914336991440 139914804328347 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30061] ppid=30049 vsize=15151156 memory=2676 CPUtime=0.29 cores=1,3,5,7
/proc/30051/task/30061/stat : 30061 (java) R 30049 30049 26090 0 -1 4202560 1755 0 0 0 29 0 0 0 20 0 15 0 517138077 15514783744 19976 33554432000 4194304 4196468 140727961004976 139914335939056 139914784002843 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30062] ppid=30049 vsize=15151156 memory=1764 CPUtime=0.26 cores=1,3,5,7
/proc/30051/task/30062/stat : 30062 (java) R 30049 30049 26090 0 -1 4202560 1000 0 0 0 26 0 0 0 20 0 15 0 517138077 15514783744 19976 33554432000 4194304 4196468 140727961004976 139914334874080 139914790461433 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30063] ppid=30049 vsize=15151156 memory=111632 CPUtime=0.3 cores=1,3,5,7
/proc/30051/task/30063/stat : 30063 (java) S 30049 30049 26090 0 -1 1077944384 1505 0 0 0 30 0 0 0 20 0 15 0 517138077 15514783744 19976 33554432000 4194304 4196468 140727961004976 139914333833968 139914804320898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30064] ppid=30049 vsize=15151156 memory=796 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30064/stat : 30064 (java) S 30049 30049 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517138077 15514783744 19976 33554432000 4194304 4196468 140727961004976 139914332781664 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30065] ppid=30049 vsize=15151156 memory=1804 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30065/stat : 30065 (java) S 30049 30049 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517138077 15514783744 19976 33554432000 4194304 4196468 140727961004976 139913669372208 139914804320898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
Current children cumulated CPU time: 1.55 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 81356 KiB

[startup+1.50082 s]
/proc/loadavg: 1.50 1.61 1.77 6/229 30065
/proc/meminfo: memFree=26117052/32770624 swapFree=67002132/67108860
[pid=30049] ppid=30046 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30049/stat : 30049 (xcsp3-exec) S 30046 30049 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517138071 115843072 363 33554432000 4194304 5098028 140732747162656 140732747160760 139785794253436 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16949248 140732747170646 140732747170905 140732747170905 140732747173830 0
/proc/30049/statm: 28282 363 304 221 0 87 0

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

/proc/30051/task/30059/stat : 30059 (java) S 30049 30049 26090 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 517138074 15514783744 73472 33554432000 4194304 4196468 140727961004976 139914338042880 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30060] ppid=30049 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30060/stat : 30060 (java) S 30049 30049 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517138077 15514783744 73472 33554432000 4194304 4196468 140727961004976 139914336991440 139914804328347 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30061] ppid=30049 vsize=15151156 memory=293876 CPUtime=2.45 cores=1,3,5,7
/proc/30051/task/30061/stat : 30061 (java) S 30049 30049 26090 0 -1 1077944384 10563 0 0 0 244 1 0 0 20 0 15 0 517138077 15514783744 73472 33554432000 4194304 4196468 140727961004976 139914335939056 139914804320898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30062] ppid=30049 vsize=15151156 memory=1804 CPUtime=2.16 cores=1,3,5,7
/proc/30051/task/30062/stat : 30062 (java) S 30049 30049 26090 0 -1 1077944384 10898 0 0 0 214 2 0 0 20 0 15 0 517138077 15514783744 73472 33554432000 4194304 4196468 140727961004976 139914334886512 139914804320898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30063] ppid=30049 vsize=15151156 memory=916 CPUtime=0.56 cores=1,3,5,7
/proc/30051/task/30063/stat : 30063 (java) S 30049 30049 26090 0 -1 1077944384 7257 0 0 0 54 2 0 0 20 0 15 0 517138077 15514783744 73472 33554432000 4194304 4196468 140727961004976 139914333833968 139914804320898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30064] ppid=30049 vsize=15151156 memory=293876 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30064/stat : 30064 (java) S 30049 30049 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517138077 15514783744 73472 33554432000 4194304 4196468 140727961004976 139914332781664 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30065] ppid=30049 vsize=15151156 memory=1452 CPUtime=1.37 cores=1,3,5,7
/proc/30051/task/30065/stat : 30065 (java) S 30049 30049 26090 0 -1 1077944384 986 0 0 0 65 72 0 0 20 0 15 0 517138077 15514783744 73472 33554432000 4194304 4196468 140727961004976 139913669372208 139914804320898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
Current children cumulated CPU time: 2452.31 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 295340 KiB

[startup+2502.3 s]
/proc/loadavg: 1.57 1.55 1.63 3/229 30469
/proc/meminfo: memFree=25928100/32770624 swapFree=67002132/67108860
[pid=30049] ppid=30046 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30049/stat : 30049 (xcsp3-exec) S 30046 30049 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517138071 115843072 363 33554432000 4194304 5098028 140732747162656 140732747160760 139785794253436 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16949248 140732747170646 140732747170905 140732747170905 140732747173830 0
/proc/30049/statm: 28282 363 304 221 0 87 0
[pid=30051] ppid=30049 vsize=15151156 memory=308312 CPUtime=2512.44 cores=1,3,5,7
/proc/30051/stat : 30051 (java) S 30049 30049 26090 0 -1 1077944320 72952 0 0 0 251132 112 0 0 20 0 15 0 517138071 15514783744 77078 33554432000 4194304 4196468 140727961004976 140727960987520 139914804309751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
/proc/30051/statm: 3787789 77078 3511 1 0 3748889 0
[pid=30051/tid=30052] ppid=30049 vsize=15151156 memory=308312 CPUtime=2500.16 cores=1,3,5,7
/proc/30051/task/30052/stat : 30052 (java) R 30049 30049 26090 0 -1 4202560 19196 0 0 0 250008 8 0 0 20 0 15 0 517138072 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914808549472 139914421210314 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30053] ppid=30049 vsize=15151156 memory=1452 CPUtime=1.19 cores=1,3,5,7
/proc/30051/task/30053/stat : 30053 (java) S 30049 30049 26090 0 -1 1077944384 5034 0 0 0 111 8 0 0 20 0 15 0 517138072 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914740546320 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30054] ppid=30049 vsize=15151156 memory=308312 CPUtime=1.19 cores=1,3,5,7
/proc/30051/task/30054/stat : 30054 (java) S 30049 30049 26090 0 -1 1077944384 3808 0 0 0 111 8 0 0 20 0 15 0 517138072 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914739493776 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30055] ppid=30049 vsize=15151156 memory=308268 CPUtime=1.19 cores=1,3,5,7
/proc/30051/task/30055/stat : 30055 (java) S 30049 30049 26090 0 -1 1077944384 3863 0 0 0 111 8 0 0 20 0 15 0 517138072 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914738441232 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30056] ppid=30049 vsize=15151156 memory=308312 CPUtime=1.2 cores=1,3,5,7
/proc/30051/task/30056/stat : 30056 (java) S 30049 30049 26090 0 -1 1077944384 4699 0 0 0 112 8 0 0 20 0 15 0 517138072 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914737388688 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30057] ppid=30049 vsize=15151156 memory=308312 CPUtime=0.85 cores=1,3,5,7
/proc/30051/task/30057/stat : 30057 (java) S 30049 30049 26090 0 -1 1077944384 5228 0 0 0 75 10 0 0 20 0 15 0 517138074 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914340149232 139914804320898 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30058] ppid=30049 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30058/stat : 30058 (java) S 30049 30049 26090 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 517138074 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914339095520 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30059] ppid=30049 vsize=15151156 memory=10600 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30059/stat : 30059 (java) S 30049 30049 26090 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 517138074 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914338042880 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30060] ppid=30049 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30060/stat : 30060 (java) S 30049 30049 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517138077 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914336991440 139914804328347 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30061] ppid=30049 vsize=15151156 memory=796 CPUtime=2.45 cores=1,3,5,7
/proc/30051/task/30061/stat : 30061 (java) S 30049 30049 26090 0 -1 1077944384 10565 0 0 0 244 1 0 0 20 0 15 0 517138077 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914335939056 139914804320898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30062] ppid=30049 vsize=15151156 memory=279395543671072 CPUtime=2.16 cores=1,3,5,7
/proc/30051/task/30062/stat : 30062 (java) S 30049 30049 26090 0 -1 1077944384 10900 0 0 0 214 2 0 0 20 0 15 0 517138077 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914334886512 139914804320898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30063] ppid=30049 vsize=15151156 memory=-7161678158976995886 CPUtime=0.56 cores=1,3,5,7
/proc/30051/task/30063/stat : 30063 (java) S 30049 30049 26090 0 -1 1077944384 7265 0 0 0 54 2 0 0 20 0 15 0 517138077 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914333833968 139914804320898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30064] ppid=30049 vsize=15151156 memory=308312 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30064/stat : 30064 (java) S 30049 30049 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517138077 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914332781664 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30065] ppid=30049 vsize=15151156 memory=1452 CPUtime=1.41 cores=1,3,5,7
/proc/30051/task/30065/stat : 30065 (java) S 30049 30049 26090 0 -1 1077944384 1014 0 0 0 67 74 0 0 20 0 15 0 517138077 15514783744 77078 33554432000 4194304 4196468 140727961004976 139913669372208 139914804320898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
Current children cumulated CPU time: 2512.44 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 309764 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2509.9 s]
/proc/loadavg: 1.64 1.56 1.63 3/229 30471
/proc/meminfo: memFree=25928200/32770624 swapFree=67002132/67108860
[pid=30049] ppid=30046 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30049/stat : 30049 (xcsp3-exec) S 30046 30049 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517138071 115843072 363 33554432000 4194304 5098028 140732747162656 140732747160760 139785794253436 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16949248 140732747170646 140732747170905 140732747170905 140732747173830 0
/proc/30049/statm: 28282 363 304 221 0 87 0
[pid=30051] ppid=30049 vsize=15151156 memory=308312 CPUtime=2520.05 cores=1,3,5,7
/proc/30051/stat : 30051 (java) S 30049 30049 26090 0 -1 1077944320 73016 0 0 0 251893 112 0 0 20 0 15 0 517138071 15514783744 77078 33554432000 4194304 4196468 140727961004976 140727960987520 139914804309751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
/proc/30051/statm: 3787789 77078 3511 1 0 3748889 0
[pid=30051/tid=30052] ppid=30049 vsize=15151156 memory=308312 CPUtime=2507.75 cores=1,3,5,7
/proc/30051/task/30052/stat : 30052 (java) R 30049 30049 26090 0 -1 4202560 19257 0 0 0 250767 8 0 0 20 0 15 0 517138072 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914808549472 139914421210285 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30053] ppid=30049 vsize=15151156 memory=308312 CPUtime=1.19 cores=1,3,5,7
/proc/30051/task/30053/stat : 30053 (java) S 30049 30049 26090 0 -1 1077944384 5034 0 0 0 111 8 0 0 20 0 15 0 517138072 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914740546320 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30054] ppid=30049 vsize=15151156 memory=1452 CPUtime=1.19 cores=1,3,5,7
/proc/30051/task/30054/stat : 30054 (java) S 30049 30049 26090 0 -1 1077944384 3808 0 0 0 111 8 0 0 20 0 15 0 517138072 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914739493776 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30055] ppid=30049 vsize=15151156 memory=308312 CPUtime=1.19 cores=1,3,5,7
/proc/30051/task/30055/stat : 30055 (java) S 30049 30049 26090 0 -1 1077944384 3864 0 0 0 111 8 0 0 20 0 15 0 517138072 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914738441232 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30056] ppid=30049 vsize=15151156 memory=1452 CPUtime=1.2 cores=1,3,5,7
/proc/30051/task/30056/stat : 30056 (java) S 30049 30049 26090 0 -1 1077944384 4700 0 0 0 112 8 0 0 20 0 15 0 517138072 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914737388688 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30057] ppid=30049 vsize=15151156 memory=308312 CPUtime=0.85 cores=1,3,5,7
/proc/30051/task/30057/stat : 30057 (java) S 30049 30049 26090 0 -1 1077944384 5229 0 0 0 75 10 0 0 20 0 15 0 517138074 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914340149232 139914804320898 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30058] ppid=30049 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30058/stat : 30058 (java) S 30049 30049 26090 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 517138074 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914339095520 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30059] ppid=30049 vsize=15151156 memory=10600 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30059/stat : 30059 (java) S 30049 30049 26090 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 517138074 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914338042880 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30060] ppid=30049 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30060/stat : 30060 (java) S 30049 30049 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517138077 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914336991440 139914804328347 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30061] ppid=30049 vsize=15151156 memory=308312 CPUtime=2.45 cores=1,3,5,7
/proc/30051/task/30061/stat : 30061 (java) S 30049 30049 26090 0 -1 1077944384 10565 0 0 0 244 1 0 0 20 0 15 0 517138077 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914335939056 139914804320898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30062] ppid=30049 vsize=15151156 memory=1452 CPUtime=2.16 cores=1,3,5,7
/proc/30051/task/30062/stat : 30062 (java) S 30049 30049 26090 0 -1 1077944384 10900 0 0 0 214 2 0 0 20 0 15 0 517138077 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914334886512 139914804320898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30063] ppid=30049 vsize=15151156 memory=308312 CPUtime=0.56 cores=1,3,5,7
/proc/30051/task/30063/stat : 30063 (java) S 30049 30049 26090 0 -1 1077944384 7265 0 0 0 54 2 0 0 20 0 15 0 517138077 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914333833968 139914804320898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30064] ppid=30049 vsize=15151156 memory=2120 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30064/stat : 30064 (java) S 30049 30049 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517138077 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914332781664 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30065] ppid=30049 vsize=15151156 memory=36284 CPUtime=1.41 cores=1,3,5,7
/proc/30051/task/30065/stat : 30065 (java) S 30049 30049 26090 0 -1 1077944384 1014 0 0 0 67 74 0 0 20 0 15 0 517138077 15514783744 77078 33554432000 4194304 4196468 140727961004976 139913669372208 139914804320898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 309764 KiB

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

[startup+2509.91 s]
# the end of solver process 30049 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000768 s, system=0.001537 s

[startup+2509.96 s]
# the end of solver process 30051 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.01 s, system=1.16519 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+2509.9 s]
/proc/loadavg: 1.64 1.56 1.63 3/229 30471
/proc/meminfo: memFree=25928200/32770624 swapFree=67002132/67108860
[pid=30049] ppid=30046 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30049/stat : 30049 (xcsp3-exec) S 30046 30049 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517138071 115843072 363 33554432000 4194304 5098028 140732747162656 140732747160760 139785794253436 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16949248 140732747170646 140732747170905 140732747170905 140732747173830 0
/proc/30049/statm: 28282 363 304 221 0 87 0
[pid=30051] ppid=30049 vsize=15151156 memory=308312 CPUtime=2520.05 cores=1,3,5,7
/proc/30051/stat : 30051 (java) S 30049 30049 26090 0 -1 1077944320 73016 0 0 0 251893 112 0 0 20 0 15 0 517138071 15514783744 77078 33554432000 4194304 4196468 140727961004976 140727960987520 139914804309751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
/proc/30051/statm: 3787789 77078 3511 1 0 3748889 0
[pid=30051/tid=30052] ppid=30049 vsize=15151156 memory=308312 CPUtime=2507.75 cores=1,3,5,7
/proc/30051/task/30052/stat : 30052 (java) R 30049 30049 26090 0 -1 4202560 19257 0 0 0 250767 8 0 0 20 0 15 0 517138072 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914808549472 139914421210285 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30053] ppid=30049 vsize=15151156 memory=308312 CPUtime=1.19 cores=1,3,5,7
/proc/30051/task/30053/stat : 30053 (java) S 30049 30049 26090 0 -1 1077944384 5034 0 0 0 111 8 0 0 20 0 15 0 517138072 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914740546320 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30054] ppid=30049 vsize=15151156 memory=1452 CPUtime=1.19 cores=1,3,5,7
/proc/30051/task/30054/stat : 30054 (java) S 30049 30049 26090 0 -1 1077944384 3808 0 0 0 111 8 0 0 20 0 15 0 517138072 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914739493776 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30055] ppid=30049 vsize=15151156 memory=308312 CPUtime=1.19 cores=1,3,5,7
/proc/30051/task/30055/stat : 30055 (java) S 30049 30049 26090 0 -1 1077944384 3864 0 0 0 111 8 0 0 20 0 15 0 517138072 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914738441232 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30056] ppid=30049 vsize=15151156 memory=1452 CPUtime=1.2 cores=1,3,5,7
/proc/30051/task/30056/stat : 30056 (java) S 30049 30049 26090 0 -1 1077944384 4700 0 0 0 112 8 0 0 20 0 15 0 517138072 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914737388688 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30057] ppid=30049 vsize=15151156 memory=308312 CPUtime=0.85 cores=1,3,5,7
/proc/30051/task/30057/stat : 30057 (java) S 30049 30049 26090 0 -1 1077944384 5229 0 0 0 75 10 0 0 20 0 15 0 517138074 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914340149232 139914804320898 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30058] ppid=30049 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30058/stat : 30058 (java) S 30049 30049 26090 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 517138074 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914339095520 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30059] ppid=30049 vsize=15151156 memory=10600 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30059/stat : 30059 (java) S 30049 30049 26090 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 517138074 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914338042880 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30060] ppid=30049 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30060/stat : 30060 (java) S 30049 30049 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517138077 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914336991440 139914804328347 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30061] ppid=30049 vsize=15151156 memory=308312 CPUtime=2.45 cores=1,3,5,7
/proc/30051/task/30061/stat : 30061 (java) S 30049 30049 26090 0 -1 1077944384 10565 0 0 0 244 1 0 0 20 0 15 0 517138077 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914335939056 139914804320898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30062] ppid=30049 vsize=15151156 memory=1452 CPUtime=2.16 cores=1,3,5,7
/proc/30051/task/30062/stat : 30062 (java) S 30049 30049 26090 0 -1 1077944384 10900 0 0 0 214 2 0 0 20 0 15 0 517138077 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914334886512 139914804320898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30063] ppid=30049 vsize=15151156 memory=308312 CPUtime=0.56 cores=1,3,5,7
/proc/30051/task/30063/stat : 30063 (java) S 30049 30049 26090 0 -1 1077944384 7265 0 0 0 54 2 0 0 20 0 15 0 517138077 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914333833968 139914804320898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30064] ppid=30049 vsize=15151156 memory=2120 CPUtime=0 cores=1,3,5,7
/proc/30051/task/30064/stat : 30064 (java) S 30049 30049 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517138077 15514783744 77078 33554432000 4194304 4196468 140727961004976 139914332781664 139914804319957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
[pid=30051/tid=30065] ppid=30049 vsize=15151156 memory=36284 CPUtime=1.41 cores=1,3,5,7
/proc/30051/task/30065/stat : 30065 (java) S 30049 30049 26090 0 -1 1077944384 1014 0 0 0 67 74 0 0 20 0 15 0 517138077 15514783744 77078 33554432000 4194304 4196468 140727961004976 139913669372208 139914804320898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15335424 140727961011163 140727961011338 140727961011338 140727961014223 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 309764 KiB

Child status: 143
Real time (s): 2509.96
CPU time (s): 2520.18
CPU user time (s): 2519.01
CPU system time (s): 1.16519
CPU usage (%): 100.407
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 309764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.01
system time used= 1.16519
maximum resident set size= 322904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73910
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77317
involuntary context switches= 3262


# summary of solver processes directly reported to runsolver:
#   pid: 30049,30051
#   total CPU time (s): 2520.18
#   total CPU user time (s): 2519.01
#   total CPU system time (s): 1.16519

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9545 second user time and 26.4748 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-25 12:54:10
IDJOB=4405985
IDBENCH=133582
IDSOLVER=2869
FILE ID=node136/4405985-1569408895
RUNJOBID= node136-1569396625-26122
PBS_JOBID= 21705684
Free space on /var/tmp= 13460 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-08-m039.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405985-1569408895/watcher-4405985-1569408895 -o /var/tmp/evaluation-result-4405985-1569408895/solver-4405985-1569408895 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node136-1569396625-26122 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1767375395 HOME/instance-4405985-1569408895.xml

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

MD5SUM BENCH= cf7d41cb48e0c265061ebe127338815d
RANDOM SEED=1767375395

node136.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.00
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.54
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.00
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.54
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.00
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.54
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.00
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26212408 kB
MemAvailable:   31647444 kB
Buffers:          177924 kB
Cached:          5381732 kB
SwapCached:         3548 kB
Active:          2964992 kB
Inactive:        2795976 kB
Active(anon):     198548 kB
Inactive(anon):    59696 kB
Active(file):    2766444 kB
Inactive(file):  2736280 kB
Unevictable:      108564 kB
Mlocked:          108564 kB
SwapTotal:      67108860 kB
SwapFree:       67002132 kB
Dirty:             26028 kB
Writeback:             0 kB
AnonPages:        309992 kB
Mapped:            71312 kB
Shmem:             48268 kB
Slab:             390844 kB
SReclaimable:     360772 kB
SUnreclaim:        30072 kB
KernelStack:        3696 kB
PageTables:         6176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1448472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    249856 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 /var/tmp at the end= 13432 MiB
End job on node136 at 2019-09-25 13:36:00