Trace number 4392906

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-06-14? (TO) 2520.51 634.597

General information on the benchmark

NameRlfap_mini/Rlfap-dec-scens11_mini/
Rlfap-ext-scen-11-f02_c18.xml
MD5SUM7ac25fa9c4532324d4bc78edd5427656
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark39.1724
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size42
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":10},{"size":23,"count":4},{"size":35,"count":336},{"size":42,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints4103
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4103}]
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-4392906-1568354565.xml"  -tl '2520s' -p 4
0.12/0.19	c Choco e747e1e
0.12/0.20	c [HOME/instance-4392906-1568354565.xml, -tl, 2520s, -p, 4]
0.35/0.24	c 4 solvers in parallel
0.35/0.31	c parse instance...
45.93/12.68	c solve instance...
2520.19/634.56	s UNKNOWN
2520.19/634.56	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: 16375 MiB (4974 MiB free)
  memory of node 1: 16384 MiB (13545 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392906-1568354565/watcher-4392906-1568354565 -o /tmp/evaluation-result-4392906-1568354565/solver-4392906-1568354565 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323867655-28200 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 473119880 HOME/instance-4392906-1568354565.xml 

running on 4 cores: 4-7

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


[startup+0.10006 s]*
/proc/loadavg: 6.12 7.81 6.63 7/230 29313
/proc/meminfo: memFree=18941280/32770688 swapFree=66919992/67108860
[pid=29297] ppid=29294 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/29297/stat : 29297 (xcsp3-exec) S 29294 29297 28168 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411462874 115843072 363 33554432000 4194304 5098028 140727436784768 140727436782872 140708159292028 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 37425152 140727436792699 140727436792941 140727436792941 140727436795850 0
/proc/29297/statm: 28282 363 304 221 0 87 0
[pid=29299] ppid=29297 vsize=15144768 memory=28384 CPUtime=0.12 cores=4-7
/proc/29299/stat : 29299 (java) S 29297 29297 28168 0 -1 1077944320 5540 0 0 0 11 1 0 0 20 0 15 0 411462874 15508242432 7096 33554432000 4194304 4196468 140725656526512 140725656509056 140529949163255 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
/proc/29299/statm: 3786192 7096 3118 1 0 3748377 0
[pid=29299/tid=29300] ppid=29297 vsize=15144768 memory=-6962121287837372198 CPUtime=0.09 cores=4-7
/proc/29299/task/29300/stat : 29300 (java) R 29297 29297 28168 0 -1 4202560 3414 0 0 0 9 0 0 0 20 0 15 0 411462874 15508242432 7096 33554432000 4194304 4196468 140725656526512 140529953396528 140529949175190 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29301] ppid=29297 vsize=15144768 memory=-3689451258167578675 CPUtime=0 cores=4-7
/proc/29299/task/29301/stat : 29301 (java) S 29297 29297 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411462875 15508242432 7096 33554432000 4194304 4196468 140725656526512 140529541679888 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29302] ppid=29297 vsize=15144768 memory=140181511108224 CPUtime=0 cores=4-7
/proc/29299/task/29302/stat : 29302 (java) S 29297 29297 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411462875 15508242432 7096 33554432000 4194304 4196468 140725656526512 140529540627344 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29303] ppid=29297 vsize=15144768 memory=0 CPUtime=0 cores=4-7
/proc/29299/task/29303/stat : 29303 (java) S 29297 29297 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411462875 15508242432 7096 33554432000 4194304 4196468 140725656526512 140529539574800 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29304] ppid=29297 vsize=15144768 memory=-1 CPUtime=0 cores=4-7
/proc/29299/task/29304/stat : 29304 (java) S 29297 29297 28168 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411462875 15508242432 7096 33554432000 4194304 4196468 140725656526512 140529538522256 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29305] ppid=29297 vsize=15144768 memory=140181511108224 CPUtime=0 cores=4-7
/proc/29299/task/29305/stat : 29305 (java) S 29297 29297 28168 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411462876 15508242432 7096 33554432000 4194304 4196468 140725656526512 140528822712304 140529949174402 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29306] ppid=29297 vsize=15144768 memory=-1 CPUtime=0 cores=4-7
/proc/29299/task/29306/stat : 29306 (java) S 29297 29297 28168 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411462877 15508242432 7096 33554432000 4194304 4196468 140725656526512 140528821658528 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29307] ppid=29297 vsize=15144768 memory=0 CPUtime=0 cores=4-7
/proc/29299/task/29307/stat : 29307 (java) S 29297 29297 28168 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411462877 15508242432 7096 33554432000 4194304 4196468 140725656526512 140528820605936 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29308] ppid=29297 vsize=15144768 memory=0 CPUtime=0 cores=4-7
/proc/29299/task/29308/stat : 29308 (java) S 29297 29297 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411462880 15508242432 7096 33554432000 4194304 4196468 140725656526512 140528819554512 140529949181851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29309] ppid=29297 vsize=15144768 memory=0 CPUtime=0 cores=4-7
/proc/29299/task/29309/stat : 29309 (java) S 29297 29297 28168 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 411462880 15508242432 7096 33554432000 4194304 4196468 140725656526512 140528818502128 140529949174402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29310] ppid=29297 vsize=15144768 memory=-1 CPUtime=0 cores=4-7
/proc/29299/task/29310/stat : 29310 (java) S 29297 29297 28168 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 411462880 15508242432 7096 33554432000 4194304 4196468 140725656526512 140528817449584 140529949174402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29311] ppid=29297 vsize=15144768 memory=140181511108224 CPUtime=0.01 cores=4-7
/proc/29299/task/29311/stat : 29311 (java) R 29297 29297 28168 0 -1 4202560 400 0 0 0 1 0 0 0 20 0 15 0 411462880 15508242432 7096 33554432000 4194304 4196468 140725656526512 140528816397040 140529927939057 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29312] ppid=29297 vsize=15144768 memory=-1 CPUtime=0 cores=4-7
/proc/29299/task/29312/stat : 29312 (java) S 29297 29297 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411462880 15508242432 7096 33554432000 4194304 4196468 140725656526512 140528815344736 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29313] ppid=29297 vsize=15144768 memory=140181511108224 CPUtime=0 cores=4-7
/proc/29299/task/29313/stat : 29313 (java) S 29297 29297 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411462880 15508242432 7096 33554432000 4194304 4196468 140725656526512 140528814291248 140529949174402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 29836 KiB

[startup+0.21186 s]*
/proc/loadavg: 6.12 7.81 6.63 6/230 29313
/proc/meminfo: memFree=18838448/32770688 swapFree=66919992/67108860
[pid=29297] ppid=29294 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/29297/stat : 29297 (xcsp3-exec) S 29294 29297 28168 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411462874 115843072 363 33554432000 4194304 5098028 140727436784768 140727436782872 140708159292028 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 37425152 140727436792699 140727436792941 140727436792941 140727436795850 0
/proc/29297/statm: 28282 363 304 221 0 87 0
[pid=29299] ppid=29297 vsize=15144768 memory=39808 CPUtime=0.35 cores=4-7
/proc/29299/stat : 29299 (java) S 29297 29297 28168 0 -1 1077944320 9167 0 0 0 32 3 0 0 20 0 15 0 411462874 15508242432 9952 33554432000 4194304 4196468 140725656526512 140725656509056 140529949163255 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
/proc/29299/statm: 3786192 9952 3287 1 0 3748377 0
[pid=29299/tid=29300] ppid=29297 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=4-7
/proc/29299/task/29300/stat : 29300 (java) R 29297 29297 28168 0 -1 4202560 6200 0 0 0 18 2 0 0 20 0 15 0 411462874 15508242432 9952 33554432000 4194304 4196468 140725656526512 140529953396304 140529949184602 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29301] ppid=29297 vsize=15144768 memory=1915596 CPUtime=0 cores=4-7
/proc/29299/task/29301/stat : 29301 (java) S 29297 29297 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411462875 15508242432 9952 33554432000 4194304 4196468 140725656526512 140529541679888 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29302] ppid=29297 vsize=15144768 memory=140181514127407 CPUtime=0 cores=4-7
/proc/29299/task/29302/stat : 29302 (java) S 29297 29297 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411462875 15508242432 9952 33554432000 4194304 4196468 140725656526512 140529540627344 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29303] ppid=29297 vsize=15144768 memory=0 CPUtime=0 cores=4-7
/proc/29299/task/29303/stat : 29303 (java) S 29297 29297 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411462875 15508242432 9952 33554432000 4194304 4196468 140725656526512 140529539574800 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29304] ppid=29297 vsize=15144768 memory=-1 CPUtime=0 cores=4-7
/proc/29299/task/29304/stat : 29304 (java) S 29297 29297 28168 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411462875 15508242432 9952 33554432000 4194304 4196468 140725656526512 140529538522256 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29305] ppid=29297 vsize=15144768 memory=140181511108224 CPUtime=0 cores=4-7
/proc/29299/task/29305/stat : 29305 (java) S 29297 29297 28168 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411462876 15508242432 9952 33554432000 4194304 4196468 140725656526512 140528822712304 140529949174402 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29306] ppid=29297 vsize=15144768 memory=-1 CPUtime=0 cores=4-7
/proc/29299/task/29306/stat : 29306 (java) S 29297 29297 28168 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411462877 15508242432 9952 33554432000 4194304 4196468 140725656526512 140528821658528 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29307] ppid=29297 vsize=15144768 memory=0 CPUtime=0 cores=4-7
/proc/29299/task/29307/stat : 29307 (java) S 29297 29297 28168 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411462877 15508242432 9952 33554432000 4194304 4196468 140725656526512 140528820605936 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29308] ppid=29297 vsize=15144768 memory=0 CPUtime=0 cores=4-7
/proc/29299/task/29308/stat : 29308 (java) S 29297 29297 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411462880 15508242432 9952 33554432000 4194304 4196468 140725656526512 140528819554512 140529949181851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29309] ppid=29297 vsize=15144768 memory=0 CPUtime=0.02 cores=4-7
/proc/29299/task/29309/stat : 29309 (java) S 29297 29297 28168 0 -1 1077944384 389 0 0 0 2 0 0 0 20 0 15 0 411462880 15508242432 9952 33554432000 4194304 4196468 140725656526512 140528818502128 140529949174402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29310] ppid=29297 vsize=15144768 memory=-1 CPUtime=0.03 cores=4-7
/proc/29299/task/29310/stat : 29310 (java) S 29297 29297 28168 0 -1 1077944384 402 0 0 0 3 0 0 0 20 0 15 0 411462880 15508242432 9952 33554432000 4194304 4196468 140725656526512 140528817449584 140529949174402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29311] ppid=29297 vsize=15144768 memory=140181511108224 CPUtime=0.08 cores=4-7
/proc/29299/task/29311/stat : 29311 (java) S 29297 29297 28168 0 -1 1077944384 874 0 0 0 8 0 0 0 20 0 15 0 411462880 15508242432 9952 33554432000 4194304 4196468 140725656526512 140528816397040 140529949174402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29312] ppid=29297 vsize=15144768 memory=-1 CPUtime=0 cores=4-7
/proc/29299/task/29312/stat : 29312 (java) S 29297 29297 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411462880 15508242432 9952 33554432000 4194304 4196468 140725656526512 140528815344736 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29313] ppid=29297 vsize=15144768 memory=0 CPUtime=0 cores=4-7
/proc/29299/task/29313/stat : 29313 (java) S 29297 29297 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411462880 15508242432 9952 33554432000 4194304 4196468 140725656526512 140528814291248 140529949174402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 41260 KiB

[startup+0.311786 s]*
/proc/loadavg: 6.12 7.81 6.63 6/230 29313
/proc/meminfo: memFree=18782532/32770688 swapFree=66919992/67108860
[pid=29297] ppid=29294 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/29297/stat : 29297 (xcsp3-exec) S 29294 29297 28168 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411462874 115843072 363 33554432000 4194304 5098028 140727436784768 140727436782872 140708159292028 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 37425152 140727436792699 140727436792941 140727436792941 140727436795850 0
/proc/29297/statm: 28282 363 304 221 0 87 0
[pid=29299] ppid=29297 vsize=15149024 memory=45884 CPUtime=0.52 cores=4-7
/proc/29299/stat : 29299 (java) S 29297 29297 28168 0 -1 1077944320 10330 0 0 0 49 3 0 0 20 0 15 0 411462874 15512600576 11471 33554432000 4194304 4196468 140725656526512 140725656509056 140529949163255 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
/proc/29299/statm: 3787256 11471 3337 1 0 3748377 0
[pid=29299/tid=29300] ppid=29297 vsize=15149024 memory=6791534058613427641 CPUtime=0.3 cores=4-7
/proc/29299/task/29300/stat : 29300 (java) R 29297 29297 28168 0 -1 4202560 7143 0 0 0 27 3 0 0 20 0 15 0 411462874 15512600576 11471 33554432000 4194304 4196468 140725656526512 140529953384768 140529933243742 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29301] ppid=29297 vsize=15149024 memory=4872558044660077418 CPUtime=0 cores=4-7
/proc/29299/task/29301/stat : 29301 (java) S 29297 29297 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411462875 15512600576 11471 33554432000 4194304 4196468 140725656526512 140529541679888 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29302] ppid=29297 vsize=15149024 memory=6943526294502006880 CPUtime=0 cores=4-7
/proc/29299/task/29302/stat : 29302 (java) S 29297 29297 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411462875 15512600576 11471 33554432000 4194304 4196468 140725656526512 140529540627344 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29303] ppid=29297 vsize=15149024 memory=7976406965554101975 CPUtime=0 cores=4-7
/proc/29299/task/29303/stat : 29303 (java) S 29297 29297 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411462875 15512600576 11471 33554432000 4194304 4196468 140725656526512 140529539574800 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29304] ppid=29297 vsize=15149024 memory=7161331908245094050 CPUtime=0 cores=4-7
/proc/29299/task/29304/stat : 29304 (java) S 29297 29297 28168 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411462875 15512600576 11471 33554432000 4194304 4196468 140725656526512 140529538522256 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29305] ppid=29297 vsize=15149024 memory=6944656591801720471 CPUtime=0 cores=4-7
/proc/29299/task/29305/stat : 29305 (java) S 29297 29297 28168 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 411462876 15512600576 11471 33554432000 4194304 4196468 140725656526512 140528822712304 140529949174402 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29306] ppid=29297 vsize=15149024 memory=-8458152057954561420 CPUtime=0 cores=4-7
/proc/29299/task/29306/stat : 29306 (java) S 29297 29297 28168 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411462877 15512600576 11471 33554432000 4194304 4196468 140725656526512 140528821658528 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29307] ppid=29297 vsize=15149024 memory=-8813974798734826869 CPUtime=0 cores=4-7
/proc/29299/task/29307/stat : 29307 (java) S 29297 29297 28168 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411462877 15512600576 11471 33554432000 4194304 4196468 140725656526512 140528820605936 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29308] ppid=29297 vsize=15149024 memory=7031125463459224206 CPUtime=0 cores=4-7
/proc/29299/task/29308/stat : 29308 (java) S 29297 29297 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411462880 15512600576 11480 33554432000 4194304 4196468 140725656526512 140528819554512 140529949181851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29309] ppid=29297 vsize=15149024 memory=4426078206164241782 CPUtime=0.03 cores=4-7
/proc/29299/task/29309/stat : 29309 (java) S 29297 29297 28168 0 -1 1077944384 433 0 0 0 3 0 0 0 20 0 15 0 411462880 15512600576 11480 33554432000 4194304 4196468 140725656526512 140528818502128 140529949174402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29310] ppid=29297 vsize=15149024 memory=0 CPUtime=0.04 cores=4-7
/proc/29299/task/29310/stat : 29310 (java) S 29297 29297 28168 0 -1 1077944384 418 0 0 0 4 0 0 0 20 0 15 0 411462880 15512600576 11480 33554432000 4194304 4196468 140725656526512 140528817449584 140529949174402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29311] ppid=29297 vsize=15149024 memory=0 CPUtime=0.12 cores=4-7
/proc/29299/task/29311/stat : 29311 (java) S 29297 29297 28168 0 -1 1077944384 1032 0 0 0 12 0 0 0 20 0 15 0 411462880 15512600576 11480 33554432000 4194304 4196468 140725656526512 140528816397040 140529949174402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29312] ppid=29297 vsize=15149024 memory=0 CPUtime=0 cores=4-7
/proc/29299/task/29312/stat : 29312 (java) S 29297 29297 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411462880 15512600576 11480 33554432000 4194304 4196468 140725656526512 140528815344736 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29313] ppid=29297 vsize=15149024 memory=0 CPUtime=0 cores=4-7
/proc/29299/task/29313/stat : 29313 (java) S 29297 29297 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411462880 15512600576 11480 33554432000 4194304 4196468 140725656526512 140528814291248 140529949174402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 47336 KiB

[startup+0.701472 s]
/proc/loadavg: 6.12 7.81 6.63 7/230 29313
/proc/meminfo: memFree=18538216/32770688 swapFree=66919992/67108860
[pid=29297] ppid=29294 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/29297/stat : 29297 (xcsp3-exec) S 29294 29297 28168 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411462874 115843072 363 33554432000 4194304 5098028 140727436784768 140727436782872 140708159292028 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 37425152 140727436792699 140727436792941 140727436792941 140727436795850 0
/proc/29297/statm: 28282 363 304 221 0 87 0
[pid=29299] ppid=29297 vsize=15151148 memory=187196 CPUtime=1.64 cores=4-7
/proc/29299/stat : 29299 (java) S 29297 29297 28168 0 -1 1077944320 14441 0 0 0 158 6 0 0 20 0 15 0 411462874 15514775552 46799 33554432000 4194304 4196468 140725656526512 140725656509056 140529949163255 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
/proc/29299/statm: 3787787 46799 3445 1 0 3748889 0
[pid=29299/tid=29300] ppid=29297 vsize=15151148 memory=33 CPUtime=0.67 cores=4-7
/proc/29299/task/29300/stat : 29300 (java) R 29297 29297 28168 0 -1 4202560 8075 0 0 0 62 5 0 0 20 0 15 0 411462874 15514775552 46799 33554432000 4194304 4196468 140725656526512 140529953401224 140529949175190 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29301] ppid=29297 vsize=15151148 memory=-7082918048272507482 CPUtime=0 cores=4-7
/proc/29299/task/29301/stat : 29301 (java) S 29297 29297 28168 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 411462875 15514775552 46799 33554432000 4194304 4196468 140725656526512 140529541679888 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29302] ppid=29297 vsize=15151148 memory=0 CPUtime=0 cores=4-7
/proc/29299/task/29302/stat : 29302 (java) S 29297 29297 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411462875 15514775552 46799 33554432000 4194304 4196468 140725656526512 140529540627344 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29303] ppid=29297 vsize=15151148 memory=45436 CPUtime=0 cores=4-7
/proc/29299/task/29303/stat : 29303 (java) S 29297 29297 28168 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 411462875 15514775552 46799 33554432000 4194304 4196468 140725656526512 140529539574800 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29304] ppid=29297 vsize=15151148 memory=984 CPUtime=0 cores=4-7
/proc/29299/task/29304/stat : 29304 (java) S 29297 29297 28168 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 411462875 15514775552 46799 33554432000 4194304 4196468 140725656526512 140529538522256 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29305] ppid=29297 vsize=15151148 memory=2020 CPUtime=0 cores=4-7
/proc/29299/task/29305/stat : 29305 (java) S 29297 29297 28168 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 411462876 15514775552 46799 33554432000 4194304 4196468 140725656526512 140528822712304 140529949174402 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29306] ppid=29297 vsize=15151148 memory=1432 CPUtime=0 cores=4-7
/proc/29299/task/29306/stat : 29306 (java) S 29297 29297 28168 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411462877 15514775552 46799 33554432000 4194304 4196468 140725656526512 140528821658528 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29307] ppid=29297 vsize=15151148 memory=776 CPUtime=0 cores=4-7
/proc/29299/task/29307/stat : 29307 (java) S 29297 29297 28168 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 411462877 15514775552 46799 33554432000 4194304 4196468 140725656526512 140528820605936 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29308] ppid=29297 vsize=15151148 memory=660 CPUtime=0 cores=4-7
/proc/29299/task/29308/stat : 29308 (java) S 29297 29297 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411462880 15514775552 46799 33554432000 4194304 4196468 140725656526512 140528819554512 140529949181851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29309] ppid=29297 vsize=15151148 memory=1556 CPUtime=0.3 cores=4-7
/proc/29299/task/29309/stat : 29309 (java) R 29297 29297 28168 0 -1 4202560 1471 0 0 0 30 0 0 0 20 0 15 0 411462880 15514775552 46799 33554432000 4194304 4196468 140725656526512 140528818492240 140529933566603 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29310] ppid=29297 vsize=15151148 memory=9588 CPUtime=0.25 cores=4-7
/proc/29299/task/29310/stat : 29310 (java) R 29297 29297 28168 0 -1 4202560 1349 0 0 0 25 0 0 0 20 0 15 0 411462880 15514775552 46799 33554432000 4194304 4196468 140725656526512 140528817435608 140529928409836 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29311] ppid=29297 vsize=15151148 memory=1712 CPUtime=0.38 cores=4-7
/proc/29299/task/29311/stat : 29311 (java) S 29297 29297 28168 0 -1 1077944384 2193 0 0 0 38 0 0 0 20 0 15 0 411462880 15514775552 46799 33554432000 4194304 4196468 140725656526512 140528816397040 140529949174402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29312] ppid=29297 vsize=15151148 memory=5972 CPUtime=0 cores=4-7
/proc/29299/task/29312/stat : 29312 (java) S 29297 29297 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411462880 15514775552 46799 33554432000 4194304 4196468 140725656526512 140528815344736 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29313] ppid=29297 vsize=15151148 memory=4164 CPUtime=0 cores=4-7
/proc/29299/task/29313/stat : 29313 (java) S 29297 29297 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411462880 15514775552 46799 33554432000 4194304 4196468 140725656526512 140528814291248 140529949174402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 188648 KiB

[startup+1.50082 s]
/proc/loadavg: 6.12 7.81 6.63 7/230 29313
/proc/meminfo: memFree=18297928/32770688 swapFree=66919992/67108860
[pid=29297] ppid=29294 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/29297/stat : 29297 (xcsp3-exec) S 29294 29297 28168 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411462874 115843072 363 33554432000 4194304 5098028 140727436784768 140727436782872 140708159292028 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 37425152 140727436792699 140727436792941 140727436792941 140727436795850 0
/proc/29297/statm: 28282 363 304 221 0 87 0

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

/proc/29299/stat : 29299 (java) S 29297 29297 28168 0 -1 1077944320 255644 0 0 0 230572 671 0 0 20 0 19 0 411462874 15789518848 1182765 33554432000 4194304 4196468 140725656526512 140725656509056 140529949163255 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
/proc/29299/statm: 3854863 1182765 3558 1 0 3815965 0
[pid=29299/tid=29300] ppid=29297 vsize=15419452 memory=4731060 CPUtime=2.81 cores=4-7
/proc/29299/task/29300/stat : 29300 (java) S 29297 29297 28168 0 -1 1077944384 12150 0 0 0 273 8 0 0 20 0 19 0 411462874 15789518848 1182765 33554432000 4194304 4196468 140725656526512 140529953404032 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29301] ppid=29297 vsize=15419452 memory=4731060 CPUtime=12.95 cores=4-7
/proc/29299/task/29301/stat : 29301 (java) S 29297 29297 28168 0 -1 1077944384 27913 0 0 0 1135 160 0 0 20 0 19 0 411462875 15789518848 1182765 33554432000 4194304 4196468 140725656526512 140529541679888 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29302] ppid=29297 vsize=15419452 memory=4731060 CPUtime=12.95 cores=4-7
/proc/29299/task/29302/stat : 29302 (java) S 29297 29297 28168 0 -1 1077944384 25384 0 0 0 1142 153 0 0 20 0 19 0 411462875 15789518848 1182765 33554432000 4194304 4196468 140725656526512 140529540627344 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29303] ppid=29297 vsize=15419452 memory=1452 CPUtime=12.89 cores=4-7
/proc/29299/task/29303/stat : 29303 (java) S 29297 29297 28168 0 -1 1077944384 27036 0 0 0 1128 161 0 0 20 0 19 0 411462875 15789518848 1182765 33554432000 4194304 4196468 140725656526512 140529539574800 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29304] ppid=29297 vsize=15419452 memory=1452 CPUtime=12.8 cores=4-7
/proc/29299/task/29304/stat : 29304 (java) S 29297 29297 28168 0 -1 1077944384 27550 0 0 0 1113 167 0 0 20 0 19 0 411462875 15789518848 1182765 33554432000 4194304 4196468 140725656526512 140529538522256 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29305] ppid=29297 vsize=15419452 memory=4731060 CPUtime=0.24 cores=4-7
/proc/29299/task/29305/stat : 29305 (java) S 29297 29297 28168 0 -1 1077944384 15753 0 0 0 21 3 0 0 20 0 19 0 411462876 15789518848 1182765 33554432000 4194304 4196468 140725656526512 140528822712304 140529949174402 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29306] ppid=29297 vsize=15419452 memory=1452 CPUtime=0 cores=4-7
/proc/29299/task/29306/stat : 29306 (java) S 29297 29297 28168 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 19 0 411462877 15789518848 1182765 33554432000 4194304 4196468 140725656526512 140528821658592 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29307] ppid=29297 vsize=15419452 memory=1452 CPUtime=0 cores=4-7
/proc/29299/task/29307/stat : 29307 (java) S 29297 29297 28168 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 19 0 411462877 15789518848 1182765 33554432000 4194304 4196468 140725656526512 140528820605952 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29308] ppid=29297 vsize=15419452 memory=4731060 CPUtime=0 cores=4-7
/proc/29299/task/29308/stat : 29308 (java) S 29297 29297 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411462880 15789518848 1182765 33554432000 4194304 4196468 140725656526512 140528819554512 140529949181851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29309] ppid=29297 vsize=15419452 memory=1452 CPUtime=4.65 cores=4-7
/proc/29299/task/29309/stat : 29309 (java) S 29297 29297 28168 0 -1 1077944384 23861 0 0 0 464 1 0 0 20 0 19 0 411462880 15789518848 1182765 33554432000 4194304 4196468 140725656526512 140528818502128 140529949174402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29310] ppid=29297 vsize=15419452 memory=4731060 CPUtime=4.58 cores=4-7
/proc/29299/task/29310/stat : 29310 (java) S 29297 29297 28168 0 -1 1077944384 18077 0 0 0 457 1 0 0 20 0 19 0 411462880 15789518848 1182765 33554432000 4194304 4196468 140725656526512 140528817449584 140529949174402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29311] ppid=29297 vsize=15419452 memory=1452 CPUtime=1.11 cores=4-7
/proc/29299/task/29311/stat : 29311 (java) S 29297 29297 28168 0 -1 1077944384 17631 0 0 0 109 2 0 0 20 0 19 0 411462880 15789518848 1182765 33554432000 4194304 4196468 140725656526512 140528816397040 140529949174402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29312] ppid=29297 vsize=15419452 memory=1452 CPUtime=0 cores=4-7
/proc/29299/task/29312/stat : 29312 (java) S 29297 29297 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411462880 15789518848 1182765 33554432000 4194304 4196468 140725656526512 140528815344736 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29313] ppid=29297 vsize=15419452 memory=1452 CPUtime=0.28 cores=4-7
/proc/29299/task/29313/stat : 29313 (java) S 29297 29297 28168 0 -1 1077944384 1142 0 0 0 9 19 0 0 20 0 19 0 411462880 15789518848 1182765 33554432000 4194304 4196468 140725656526512 140528814291248 140529949174402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 37 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29314] ppid=29297 vsize=15419452 memory=4731060 CPUtime=562.89 cores=4-7
/proc/29299/task/29314/stat : 29314 (java) R 29297 29297 28168 0 -1 4202560 8350 0 0 0 56288 1 0 0 20 0 19 0 411464143 15789518848 1182765 33554432000 4194304 4196468 140725656526512 140528803223168 140529596336700 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29315] ppid=29297 vsize=15419452 memory=3624 CPUtime=561.32 cores=4-7
/proc/29299/task/29315/stat : 29315 (java) R 29297 29297 28168 0 -1 4202560 31024 0 0 0 56125 7 0 0 20 0 19 0 411464143 15789518848 1182765 33554432000 4194304 4196468 140725656526512 140528802171208 140529589414162 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29316] ppid=29297 vsize=15419452 memory=45456 CPUtime=560.25 cores=4-7
/proc/29299/task/29316/stat : 29316 (java) R 29297 29297 28168 0 -1 4202560 7190 0 0 0 56024 1 0 0 20 0 19 0 411464143 15789518848 1182765 33554432000 4194304 4196468 140725656526512 140528801116064 140529597294863 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29317] ppid=29297 vsize=15419452 memory=1452 CPUtime=562.63 cores=4-7
/proc/29299/task/29317/stat : 29317 (java) R 29297 29297 28168 0 -1 4202560 11140 0 0 0 56263 0 0 0 20 0 19 0 411464143 15789518848 1182765 33554432000 4194304 4196468 140725656526512 140528800063640 140529595383477 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
Current children cumulated CPU time: 2312.43 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 4732512 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+634.501 s]
/proc/loadavg: 8.54 8.40 7.50 9/237 29993
/proc/meminfo: memFree=21051472/32770688 swapFree=66919992/67108860
[pid=29297] ppid=29294 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/29297/stat : 29297 (xcsp3-exec) S 29294 29297 28168 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411462874 115843072 363 33554432000 4194304 5098028 140727436784768 140727436782872 140708159292028 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 37425152 140727436792699 140727436792941 140727436792941 140727436795850 0
/proc/29297/statm: 28282 363 304 221 0 87 0
[pid=29299] ppid=29297 vsize=15419452 memory=4729524 CPUtime=2520.19 cores=4-7
/proc/29299/stat : 29299 (java) S 29297 29297 28168 0 -1 1077944320 274784 0 0 0 251347 672 0 0 20 0 19 0 411462874 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140725656509056 140529949163255 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
/proc/29299/statm: 3854863 1182381 3558 1 0 3815965 0
[pid=29299/tid=29300] ppid=29297 vsize=15419452 memory=1452 CPUtime=2.81 cores=4-7
/proc/29299/task/29300/stat : 29300 (java) S 29297 29297 28168 0 -1 1077944384 12150 0 0 0 273 8 0 0 20 0 19 0 411462874 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140529953404032 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29301] ppid=29297 vsize=15419452 memory=4729524 CPUtime=12.97 cores=4-7
/proc/29299/task/29301/stat : 29301 (java) S 29297 29297 28168 0 -1 1077944384 31943 0 0 0 1137 160 0 0 20 0 19 0 411462875 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140529541679888 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29302] ppid=29297 vsize=15419452 memory=4729524 CPUtime=12.97 cores=4-7
/proc/29299/task/29302/stat : 29302 (java) S 29297 29297 28168 0 -1 1077944384 28927 0 0 0 1144 153 0 0 20 0 19 0 411462875 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140529540627344 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29303] ppid=29297 vsize=15419452 memory=4729524 CPUtime=12.91 cores=4-7
/proc/29299/task/29303/stat : 29303 (java) S 29297 29297 28168 0 -1 1077944384 30582 0 0 0 1130 161 0 0 20 0 19 0 411462875 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140529539574800 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29304] ppid=29297 vsize=15419452 memory=4729524 CPUtime=12.82 cores=4-7
/proc/29299/task/29304/stat : 29304 (java) S 29297 29297 28168 0 -1 1077944384 31574 0 0 0 1115 167 0 0 20 0 19 0 411462875 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140529538522256 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29305] ppid=29297 vsize=15419452 memory=1452 CPUtime=0.24 cores=4-7
/proc/29299/task/29305/stat : 29305 (java) S 29297 29297 28168 0 -1 1077944384 16225 0 0 0 21 3 0 0 20 0 19 0 411462876 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140528822712304 140529949174402 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29306] ppid=29297 vsize=15419452 memory=4729524 CPUtime=0 cores=4-7
/proc/29299/task/29306/stat : 29306 (java) S 29297 29297 28168 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 19 0 411462877 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140528821658592 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29307] ppid=29297 vsize=15419452 memory=4729524 CPUtime=0 cores=4-7
/proc/29299/task/29307/stat : 29307 (java) S 29297 29297 28168 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 19 0 411462877 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140528820605952 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29308] ppid=29297 vsize=15419452 memory=1452 CPUtime=0 cores=4-7
/proc/29299/task/29308/stat : 29308 (java) S 29297 29297 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411462880 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140528819554512 140529949181851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29309] ppid=29297 vsize=15419452 memory=4729524 CPUtime=4.65 cores=4-7
/proc/29299/task/29309/stat : 29309 (java) S 29297 29297 28168 0 -1 1077944384 23864 0 0 0 464 1 0 0 20 0 19 0 411462880 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140528818502128 140529949174402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29310] ppid=29297 vsize=15419452 memory=4729524 CPUtime=4.58 cores=4-7
/proc/29299/task/29310/stat : 29310 (java) S 29297 29297 28168 0 -1 1077944384 18079 0 0 0 457 1 0 0 20 0 19 0 411462880 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140528817449584 140529949174402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29311] ppid=29297 vsize=15419452 memory=4729524 CPUtime=1.11 cores=4-7
/proc/29299/task/29311/stat : 29311 (java) S 29297 29297 28168 0 -1 1077944384 17633 0 0 0 109 2 0 0 20 0 19 0 411462880 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140528816397040 140529949174402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29312] ppid=29297 vsize=15419452 memory=1452 CPUtime=0 cores=4-7
/proc/29299/task/29312/stat : 29312 (java) S 29297 29297 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411462880 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140528815344736 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29313] ppid=29297 vsize=15419452 memory=4729524 CPUtime=0.28 cores=4-7
/proc/29299/task/29313/stat : 29313 (java) S 29297 29297 28168 0 -1 1077944384 1168 0 0 0 9 19 0 0 20 0 19 0 411462880 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140528814291248 140529949174402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29314] ppid=29297 vsize=15419452 memory=1452 CPUtime=615.07 cores=4-7
/proc/29299/task/29314/stat : 29314 (java) R 29297 29297 28168 0 -1 4202560 8628 0 0 0 61506 1 0 0 20 0 19 0 411464143 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140528803223168 140529595383152 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29315] ppid=29297 vsize=15419452 memory=4729524 CPUtime=612.49 cores=4-7
/proc/29299/task/29315/stat : 29315 (java) R 29297 29297 28168 0 -1 4202560 32526 0 0 0 61242 7 0 0 20 0 19 0 411464143 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140528802168480 140529596635750 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29316] ppid=29297 vsize=15419452 memory=4729524 CPUtime=612.41 cores=4-7
/proc/29299/task/29316/stat : 29316 (java) R 29297 29297 28168 0 -1 4202560 7639 0 0 0 61240 1 0 0 20 0 19 0 411464143 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140528801116152 140529597294939 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29317] ppid=29297 vsize=15419452 memory=984 CPUtime=614.78 cores=4-7
/proc/29299/task/29317/stat : 29317 (java) R 29297 29297 28168 0 -1 4202560 12403 0 0 0 61478 0 0 0 20 0 19 0 411464143 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140528800063608 140529595383152 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
Current children cumulated CPU time: 2520.19 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 4730976 KiB

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

[startup+634.536 s]
# the end of solver process 29297 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000806 s, system=0.001613 s

[startup+634.597 s]
# the end of solver process 29299 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.76 s, system=6.7499 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+634.501 s]
/proc/loadavg: 8.54 8.40 7.50 9/237 29993
/proc/meminfo: memFree=21051472/32770688 swapFree=66919992/67108860
[pid=29297] ppid=29294 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/29297/stat : 29297 (xcsp3-exec) S 29294 29297 28168 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411462874 115843072 363 33554432000 4194304 5098028 140727436784768 140727436782872 140708159292028 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 37425152 140727436792699 140727436792941 140727436792941 140727436795850 0
/proc/29297/statm: 28282 363 304 221 0 87 0
[pid=29299] ppid=29297 vsize=15419452 memory=4729524 CPUtime=2520.19 cores=4-7
/proc/29299/stat : 29299 (java) S 29297 29297 28168 0 -1 1077944320 274784 0 0 0 251347 672 0 0 20 0 19 0 411462874 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140725656509056 140529949163255 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
/proc/29299/statm: 3854863 1182381 3558 1 0 3815965 0
[pid=29299/tid=29300] ppid=29297 vsize=15419452 memory=1452 CPUtime=2.81 cores=4-7
/proc/29299/task/29300/stat : 29300 (java) S 29297 29297 28168 0 -1 1077944384 12150 0 0 0 273 8 0 0 20 0 19 0 411462874 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140529953404032 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29301] ppid=29297 vsize=15419452 memory=4729524 CPUtime=12.97 cores=4-7
/proc/29299/task/29301/stat : 29301 (java) S 29297 29297 28168 0 -1 1077944384 31943 0 0 0 1137 160 0 0 20 0 19 0 411462875 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140529541679888 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29302] ppid=29297 vsize=15419452 memory=4729524 CPUtime=12.97 cores=4-7
/proc/29299/task/29302/stat : 29302 (java) S 29297 29297 28168 0 -1 1077944384 28927 0 0 0 1144 153 0 0 20 0 19 0 411462875 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140529540627344 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29303] ppid=29297 vsize=15419452 memory=4729524 CPUtime=12.91 cores=4-7
/proc/29299/task/29303/stat : 29303 (java) S 29297 29297 28168 0 -1 1077944384 30582 0 0 0 1130 161 0 0 20 0 19 0 411462875 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140529539574800 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29304] ppid=29297 vsize=15419452 memory=4729524 CPUtime=12.82 cores=4-7
/proc/29299/task/29304/stat : 29304 (java) S 29297 29297 28168 0 -1 1077944384 31574 0 0 0 1115 167 0 0 20 0 19 0 411462875 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140529538522256 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29305] ppid=29297 vsize=15419452 memory=1452 CPUtime=0.24 cores=4-7
/proc/29299/task/29305/stat : 29305 (java) S 29297 29297 28168 0 -1 1077944384 16225 0 0 0 21 3 0 0 20 0 19 0 411462876 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140528822712304 140529949174402 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29306] ppid=29297 vsize=15419452 memory=4729524 CPUtime=0 cores=4-7
/proc/29299/task/29306/stat : 29306 (java) S 29297 29297 28168 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 19 0 411462877 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140528821658592 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29307] ppid=29297 vsize=15419452 memory=4729524 CPUtime=0 cores=4-7
/proc/29299/task/29307/stat : 29307 (java) S 29297 29297 28168 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 19 0 411462877 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140528820605952 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29308] ppid=29297 vsize=15419452 memory=1452 CPUtime=0 cores=4-7
/proc/29299/task/29308/stat : 29308 (java) S 29297 29297 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411462880 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140528819554512 140529949181851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29309] ppid=29297 vsize=15419452 memory=4729524 CPUtime=4.65 cores=4-7
/proc/29299/task/29309/stat : 29309 (java) S 29297 29297 28168 0 -1 1077944384 23864 0 0 0 464 1 0 0 20 0 19 0 411462880 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140528818502128 140529949174402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29310] ppid=29297 vsize=15419452 memory=4729524 CPUtime=4.58 cores=4-7
/proc/29299/task/29310/stat : 29310 (java) S 29297 29297 28168 0 -1 1077944384 18079 0 0 0 457 1 0 0 20 0 19 0 411462880 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140528817449584 140529949174402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29311] ppid=29297 vsize=15419452 memory=4729524 CPUtime=1.11 cores=4-7
/proc/29299/task/29311/stat : 29311 (java) S 29297 29297 28168 0 -1 1077944384 17633 0 0 0 109 2 0 0 20 0 19 0 411462880 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140528816397040 140529949174402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29312] ppid=29297 vsize=15419452 memory=1452 CPUtime=0 cores=4-7
/proc/29299/task/29312/stat : 29312 (java) S 29297 29297 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411462880 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140528815344736 140529949173461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29313] ppid=29297 vsize=15419452 memory=4729524 CPUtime=0.28 cores=4-7
/proc/29299/task/29313/stat : 29313 (java) S 29297 29297 28168 0 -1 1077944384 1168 0 0 0 9 19 0 0 20 0 19 0 411462880 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140528814291248 140529949174402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29314] ppid=29297 vsize=15419452 memory=1452 CPUtime=615.07 cores=4-7
/proc/29299/task/29314/stat : 29314 (java) R 29297 29297 28168 0 -1 4202560 8628 0 0 0 61506 1 0 0 20 0 19 0 411464143 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140528803223168 140529595383152 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29315] ppid=29297 vsize=15419452 memory=4729524 CPUtime=612.49 cores=4-7
/proc/29299/task/29315/stat : 29315 (java) R 29297 29297 28168 0 -1 4202560 32526 0 0 0 61242 7 0 0 20 0 19 0 411464143 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140528802168480 140529596635750 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29316] ppid=29297 vsize=15419452 memory=4729524 CPUtime=612.41 cores=4-7
/proc/29299/task/29316/stat : 29316 (java) R 29297 29297 28168 0 -1 4202560 7639 0 0 0 61240 1 0 0 20 0 19 0 411464143 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140528801116152 140529597294939 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
[pid=29299/tid=29317] ppid=29297 vsize=15419452 memory=984 CPUtime=614.78 cores=4-7
/proc/29299/task/29317/stat : 29317 (java) R 29297 29297 28168 0 -1 4202560 12403 0 0 0 61478 0 0 0 20 0 19 0 411464143 15789518848 1182381 33554432000 4194304 4196468 140725656526512 140528800063608 140529595383152 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36536320 140725656527855 140725656528026 140725656528026 140725656530895 0
Current children cumulated CPU time: 2520.19 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 4730976 KiB

Child status: 143
Real time (s): 634.597
CPU time (s): 2520.51
CPU user time (s): 2513.76
CPU system time (s): 6.7499
CPU usage (%): 397.183
Max. virtual memory (cumulated for all children) (KiB): 15532580
Max. memory (cumulated for all children) (KiB): 5894088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.76
system time used= 6.7499
maximum resident set size= 5892636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 275863
page faults= 0
swaps= 0
block input operations= 0
block output operations= 824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18993
involuntary context switches= 44458


# summary of solver processes directly reported to runsolver:
#   pid: 29297,29299
#   total CPU time (s): 2520.51
#   total CPU user time (s): 2513.76
#   total CPU system time (s): 6.7499

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.27046 second user time and 7.77566 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-14 14:23:08
IDJOB=4392906
IDBENCH=141062
IDSOLVER=2840
FILE ID=node120/4392906-1568354565
RUNJOBID= node120-1323867655-28200
PBS_JOBID= 21701183
Free space on /tmp= 59128 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-dec-scens11_mini/Rlfap-ext-scen-11-f02_c18.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-4392906-1568354565/watcher-4392906-1568354565 -o /tmp/evaluation-result-4392906-1568354565/solver-4392906-1568354565 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323867655-28200 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 473119880 HOME/instance-4392906-1568354565.xml

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

MD5SUM BENCH= 7ac25fa9c4532324d4bc78edd5427656
RANDOM SEED=473119880

node120.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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        18964048 kB
MemAvailable:   23042472 kB
Buffers:          164188 kB
Cached:          4207968 kB
SwapCached:        77548 kB
Active:         10056936 kB
Inactive:        3157284 kB
Active(anon):    8765120 kB
Inactive(anon):   126960 kB
Active(file):    1291816 kB
Inactive(file):  3030324 kB
Unevictable:      108228 kB
Mlocked:          108228 kB
SwapTotal:      67108860 kB
SwapFree:       66919992 kB
Dirty:             26088 kB
Writeback:            16 kB
AnonPages:       8851988 kB
Mapped:            60228 kB
Shmem:             41008 kB
Slab:             173572 kB
SReclaimable:     144236 kB
SUnreclaim:        29336 kB
KernelStack:        3808 kB
PageTables:        22628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:   10604580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8644608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 59104 MiB
End job on node120 at 2011-12-14 14:33:43