Trace number 4399045

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-16? (TO) 2520.54 637.689

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-08-07-fair.xml
MD5SUM5f690ca061a68a4e848a5e1ee5dffcd4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark13.9702
Satisfiable
(Un)Satisfiability was proved
Number of variables14823
Number of constraints14025
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":2009},{"size":201,"count":72},{"size":20001,"count":12742}]
Minimum variable degree2
Maximum variable degree121
Distribution of variable degrees[{"degree":2,"count":13085},{"degree":3,"count":336},{"degree":4,"count":31},{"degree":5,"count":160},{"degree":6,"count":95},{"degree":7,"count":288},{"degree":8,"count":391},{"degree":9,"count":247},{"degree":10,"count":88},{"degree":11,"count":8},{"degree":13,"count":56},{"degree":18,"count":1},{"degree":26,"count":8},{"degree":42,"count":8},{"degree":44,"count":5},{"degree":52,"count":1},{"degree":59,"count":7},{"degree":92,"count":2},{"degree":93,"count":5},{"degree":121,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2319},{"arity":3,"count":11704}]
Number of extensional constraints0
Number of intensional constraints14025
Distribution of constraint types[{"type":"intension","count":14025}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399045-1568699724.xml"  -tl '2520s' -p 4
0.13/0.17	c Choco e747e1e
0.13/0.18	c [HOME/instance-4399045-1568699724.xml, -tl, 2520s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
19.70/6.27	c solve instance...
2520.26/637.66	s UNKNOWN
2520.26/637.66	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 (13724 MiB free)
  memory of node 1: 16384 MiB (15389 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399045-1568699724/watcher-4399045-1568699724 -o /tmp/evaluation-result-4399045-1568699724/solver-4399045-1568699724 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568698397-5774 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1204942955 HOME/instance-4399045-1568699724.xml 

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

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


[startup+0.100081 s]*
/proc/loadavg: 8.89 8.58 6.67 7/235 6706
/proc/meminfo: memFree=29797212/32770624 swapFree=67027416/67108860
[pid=6690] ppid=6687 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/6690/stat : 6690 (xcsp3-exec) S 6687 6690 5742 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446245001 115843072 362 33554432000 4194304 5098028 140736995619552 140736995617656 139926722712188 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 22990848 140736995623802 140736995624045 140736995624045 140736995626954 0
/proc/6690/statm: 28282 362 304 221 0 87 0
[pid=6692] ppid=6690 vsize=15144776 memory=28916 CPUtime=0.13 cores=1,3,5,7
/proc/6692/stat : 6692 (java) S 6690 6690 5742 0 -1 1077944320 5705 0 0 0 12 1 0 0 20 0 15 0 446245001 15508250624 7229 33554432000 4194304 4196468 140730878558512 140730878541056 140573328015095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
/proc/6692/statm: 3786194 7229 3156 1 0 3748377 0
[pid=6692/tid=6693] ppid=6690 vsize=15144776 memory=8331841414590862171 CPUtime=0.09 cores=1,3,5,7
/proc/6692/task/6693/stat : 6693 (java) R 6690 6690 5742 0 -1 4202560 3571 0 0 0 9 0 0 0 20 0 15 0 446245001 15508250624 7229 33554432000 4194304 4196468 140730878558512 140573332244688 140573328027030 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6694] ppid=6690 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6694/stat : 6694 (java) S 6690 6690 5742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446245002 15508250624 7229 33554432000 4194304 4196468 140730878558512 140573280635536 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6695] ppid=6690 vsize=15144776 memory=140693858047616 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6695/stat : 6695 (java) S 6690 6690 5742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446245002 15508250624 7229 33554432000 4194304 4196468 140730878558512 140573279582736 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6696] ppid=6690 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6696/stat : 6696 (java) S 6690 6690 5742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446245002 15508250624 7229 33554432000 4194304 4196468 140730878558512 140573278529936 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6697] ppid=6690 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6697/stat : 6697 (java) S 6690 6690 5742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446245002 15508250624 7229 33554432000 4194304 4196468 140730878558512 140573277477136 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6698] ppid=6690 vsize=15144776 memory=140693858047616 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6698/stat : 6698 (java) S 6690 6690 5742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446245003 15508250624 7229 33554432000 4194304 4196468 140730878558512 140572796611440 140573328026242 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6699] ppid=6690 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6699/stat : 6699 (java) S 6690 6690 5742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446245004 15508250624 7229 33554432000 4194304 4196468 140730878558512 140572795557408 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6700] ppid=6690 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6700/stat : 6700 (java) S 6690 6690 5742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446245004 15508250624 7229 33554432000 4194304 4196468 140730878558512 140572794504560 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6701] ppid=6690 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6701/stat : 6701 (java) S 6690 6690 5742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446245006 15508250624 7229 33554432000 4194304 4196468 140730878558512 140572793452880 140573328033691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6702] ppid=6690 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6702/stat : 6702 (java) S 6690 6690 5742 0 -1 1077944384 450 0 0 0 0 0 0 0 20 0 15 0 446245006 15508250624 7229 33554432000 4194304 4196468 140730878558512 140572792400240 140573328026242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6703] ppid=6690 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6703/stat : 6703 (java) S 6690 6690 5742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446245006 15508250624 7229 33554432000 4194304 4196468 140730878558512 140572791347440 140573328026242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6704] ppid=6690 vsize=15144776 memory=140693858047616 CPUtime=0.02 cores=1,3,5,7
/proc/6692/task/6704/stat : 6704 (java) R 6690 6690 5742 0 -1 4202560 381 0 0 0 2 0 0 0 20 0 15 0 446245006 15508250624 7229 33554432000 4194304 4196468 140730878558512 140572790294640 140573313710124 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6705] ppid=6690 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6705/stat : 6705 (java) S 6690 6690 5742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446245007 15508250624 7229 33554432000 4194304 4196468 140730878558512 140572789242080 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6706] ppid=6690 vsize=15144776 memory=140693858047616 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6706/stat : 6706 (java) S 6690 6690 5742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446245007 15508250624 7229 33554432000 4194304 4196468 140730878558512 140572788190384 140573328026242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30364 KiB

[startup+0.210869 s]*
/proc/loadavg: 8.89 8.58 6.67 6/235 6706
/proc/meminfo: memFree=29784764/32770624 swapFree=67027416/67108860
[pid=6690] ppid=6687 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/6690/stat : 6690 (xcsp3-exec) S 6687 6690 5742 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446245001 115843072 362 33554432000 4194304 5098028 140736995619552 140736995617656 139926722712188 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 22990848 140736995623802 140736995624045 140736995624045 140736995626954 0
/proc/6690/statm: 28282 362 304 221 0 87 0
[pid=6692] ppid=6690 vsize=15144776 memory=40148 CPUtime=0.34 cores=1,3,5,7
/proc/6692/stat : 6692 (java) S 6690 6690 5742 0 -1 1077944320 9297 0 0 0 31 3 0 0 20 0 15 0 446245001 15508250624 10037 33554432000 4194304 4196468 140730878558512 140730878541056 140573328015095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
/proc/6692/statm: 3786194 10037 3281 1 0 3748377 0
[pid=6692/tid=6693] ppid=6690 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/6692/task/6693/stat : 6693 (java) R 6690 6690 5742 0 -1 4202560 6581 0 0 0 18 2 0 0 20 0 15 0 446245001 15508250624 10101 33554432000 4194304 4196468 140730878558512 140573332250080 140573328037021 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6694] ppid=6690 vsize=15144776 memory=13574 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6694/stat : 6694 (java) S 6690 6690 5742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446245002 15508250624 10101 33554432000 4194304 4196468 140730878558512 140573280635536 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6695] ppid=6690 vsize=15144776 memory=140693861394895 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6695/stat : 6695 (java) S 6690 6690 5742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446245002 15508250624 10101 33554432000 4194304 4196468 140730878558512 140573279582736 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6696] ppid=6690 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6696/stat : 6696 (java) S 6690 6690 5742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446245002 15508250624 10101 33554432000 4194304 4196468 140730878558512 140573278529936 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6697] ppid=6690 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6697/stat : 6697 (java) S 6690 6690 5742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446245002 15508250624 10101 33554432000 4194304 4196468 140730878558512 140573277477136 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6698] ppid=6690 vsize=15144776 memory=140693858047616 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6698/stat : 6698 (java) S 6690 6690 5742 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446245003 15508250624 10101 33554432000 4194304 4196468 140730878558512 140572796611440 140573328026242 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6699] ppid=6690 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6699/stat : 6699 (java) S 6690 6690 5742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446245004 15508250624 10101 33554432000 4194304 4196468 140730878558512 140572795557408 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6700] ppid=6690 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6700/stat : 6700 (java) S 6690 6690 5742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446245004 15508250624 10101 33554432000 4194304 4196468 140730878558512 140572794504560 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6701] ppid=6690 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6701/stat : 6701 (java) S 6690 6690 5742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446245006 15508250624 10101 33554432000 4194304 4196468 140730878558512 140572793452880 140573328033691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6702] ppid=6690 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/6692/task/6702/stat : 6702 (java) S 6690 6690 5742 0 -1 1077944384 574 0 0 0 3 0 0 0 20 0 15 0 446245006 15508250624 10101 33554432000 4194304 4196468 140730878558512 140572792400240 140573328026242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6703] ppid=6690 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6703/stat : 6703 (java) S 6690 6690 5742 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 446245006 15508250624 10101 33554432000 4194304 4196468 140730878558512 140572791347440 140573328026242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6704] ppid=6690 vsize=15144776 memory=140693858047616 CPUtime=0.08 cores=1,3,5,7
/proc/6692/task/6704/stat : 6704 (java) S 6690 6690 5742 0 -1 1077944384 823 0 0 0 8 0 0 0 20 0 15 0 446245006 15508250624 10101 33554432000 4194304 4196468 140730878558512 140572790294640 140573328026242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6705] ppid=6690 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6705/stat : 6705 (java) S 6690 6690 5742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446245007 15508250624 10101 33554432000 4194304 4196468 140730878558512 140572789242080 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6706] ppid=6690 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6706/stat : 6706 (java) S 6690 6690 5742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446245007 15508250624 10101 33554432000 4194304 4196468 140730878558512 140572788190384 140573328026242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41596 KiB

[startup+0.310648 s]*
/proc/loadavg: 8.89 8.58 6.67 7/235 6706
/proc/meminfo: memFree=29776628/32770624 swapFree=67027416/67108860
[pid=6690] ppid=6687 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/6690/stat : 6690 (xcsp3-exec) S 6687 6690 5742 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446245001 115843072 362 33554432000 4194304 5098028 140736995619552 140736995617656 139926722712188 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 22990848 140736995623802 140736995624045 140736995624045 140736995626954 0
/proc/6690/statm: 28282 362 304 221 0 87 0
[pid=6692] ppid=6690 vsize=15149032 memory=50016 CPUtime=0.53 cores=1,3,5,7
/proc/6692/stat : 6692 (java) S 6690 6690 5742 0 -1 1077944320 10869 0 0 0 49 4 0 0 20 0 15 0 446245001 15512608768 12504 33554432000 4194304 4196468 140730878558512 140730878541056 140573328015095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
/proc/6692/statm: 3787258 12504 3365 1 0 3748377 0
[pid=6692/tid=6693] ppid=6690 vsize=15149032 memory=7883960649037381690 CPUtime=0.3 cores=1,3,5,7
/proc/6692/task/6693/stat : 6693 (java) R 6690 6690 5742 0 -1 4202560 7800 0 0 0 27 3 0 0 20 0 15 0 446245001 15512608768 12504 33554432000 4194304 4196468 140730878558512 140573332248880 140573328037021 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6694] ppid=6690 vsize=15149032 memory=13917 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6694/stat : 6694 (java) S 6690 6690 5742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446245002 15512608768 12504 33554432000 4194304 4196468 140730878558512 140573280635536 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6695] ppid=6690 vsize=15149032 memory=3345472 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6695/stat : 6695 (java) S 6690 6690 5742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446245002 15512608768 12504 33554432000 4194304 4196468 140730878558512 140573279582736 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6696] ppid=6690 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6696/stat : 6696 (java) S 6690 6690 5742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446245002 15512608768 12504 33554432000 4194304 4196468 140730878558512 140573278529936 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6697] ppid=6690 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6697/stat : 6697 (java) S 6690 6690 5742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446245002 15512608768 12504 33554432000 4194304 4196468 140730878558512 140573277477136 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6698] ppid=6690 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6698/stat : 6698 (java) S 6690 6690 5742 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446245003 15512608768 12504 33554432000 4194304 4196468 140730878558512 140572796611440 140573328026242 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6699] ppid=6690 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6699/stat : 6699 (java) S 6690 6690 5742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446245004 15512608768 12504 33554432000 4194304 4196468 140730878558512 140572795557408 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6700] ppid=6690 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6700/stat : 6700 (java) S 6690 6690 5742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446245004 15512608768 12504 33554432000 4194304 4196468 140730878558512 140572794504560 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6701] ppid=6690 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6701/stat : 6701 (java) S 6690 6690 5742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446245006 15512608768 12504 33554432000 4194304 4196468 140730878558512 140572793452880 140573328033691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6702] ppid=6690 vsize=15149032 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/6692/task/6702/stat : 6702 (java) S 6690 6690 5742 0 -1 1077944384 689 0 0 0 6 0 0 0 20 0 15 0 446245006 15512608768 12504 33554432000 4194304 4196468 140730878558512 140572792400240 140573328026242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6703] ppid=6690 vsize=15149032 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/6692/task/6703/stat : 6703 (java) S 6690 6690 5742 0 -1 1077944384 108 0 0 0 2 0 0 0 20 0 15 0 446245006 15512608768 12504 33554432000 4194304 4196468 140730878558512 140572791347440 140573328026242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6704] ppid=6690 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/6692/task/6704/stat : 6704 (java) S 6690 6690 5742 0 -1 1077944384 969 0 0 0 12 0 0 0 20 0 15 0 446245006 15512608768 12504 33554432000 4194304 4196468 140730878558512 140572790294640 140573328026242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6705] ppid=6690 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6705/stat : 6705 (java) S 6690 6690 5742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446245007 15512608768 12504 33554432000 4194304 4196468 140730878558512 140572789242080 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6706] ppid=6690 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6706/stat : 6706 (java) S 6690 6690 5742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446245007 15512608768 12504 33554432000 4194304 4196468 140730878558512 140572788190384 140573328026242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51464 KiB

[startup+0.700814 s]
/proc/loadavg: 8.89 8.58 6.67 9/235 6706
/proc/meminfo: memFree=29749792/32770624 swapFree=67027416/67108860
[pid=6690] ppid=6687 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/6690/stat : 6690 (xcsp3-exec) S 6687 6690 5742 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446245001 115843072 362 33554432000 4194304 5098028 140736995619552 140736995617656 139926722712188 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 22990848 140736995623802 140736995624045 140736995624045 140736995626954 0
/proc/6690/statm: 28282 362 304 221 0 87 0
[pid=6692] ppid=6690 vsize=15151156 memory=115836 CPUtime=1.71 cores=1,3,5,7
/proc/6692/stat : 6692 (java) S 6690 6690 5742 0 -1 1077944320 13973 0 0 0 165 6 0 0 20 0 15 0 446245001 15514783744 28959 33554432000 4194304 4196468 140730878558512 140730878541056 140573328015095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
/proc/6692/statm: 3787789 28959 3438 1 0 3748889 0
[pid=6692/tid=6693] ppid=6690 vsize=15151156 memory=13240 CPUtime=0.68 cores=1,3,5,7
/proc/6692/task/6693/stat : 6693 (java) R 6690 6690 5742 0 -1 4202560 8288 0 0 0 64 4 0 0 20 0 15 0 446245001 15514783744 28959 33554432000 4194304 4196468 140730878558512 140573332249384 140572957584771 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6694] ppid=6690 vsize=15151156 memory=500 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6694/stat : 6694 (java) S 6690 6690 5742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446245002 15514783744 28959 33554432000 4194304 4196468 140730878558512 140573280635536 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6695] ppid=6690 vsize=15151156 memory=1736 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6695/stat : 6695 (java) S 6690 6690 5742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446245002 15514783744 28959 33554432000 4194304 4196468 140730878558512 140573279582736 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6696] ppid=6690 vsize=15151156 memory=1772 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6696/stat : 6696 (java) S 6690 6690 5742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446245002 15514783744 28959 33554432000 4194304 4196468 140730878558512 140573278529936 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6697] ppid=6690 vsize=15151156 memory=924 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6697/stat : 6697 (java) S 6690 6690 5742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446245002 15514783744 28959 33554432000 4194304 4196468 140730878558512 140573277477136 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6698] ppid=6690 vsize=15151156 memory=2344 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6698/stat : 6698 (java) S 6690 6690 5742 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446245003 15514783744 28959 33554432000 4194304 4196468 140730878558512 140572796611440 140573328026242 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6699] ppid=6690 vsize=15151156 memory=2064 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6699/stat : 6699 (java) S 6690 6690 5742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446245004 15514783744 28959 33554432000 4194304 4196468 140730878558512 140572795557408 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6700] ppid=6690 vsize=15151156 memory=2876 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6700/stat : 6700 (java) S 6690 6690 5742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446245004 15514783744 28959 33554432000 4194304 4196468 140730878558512 140572794504560 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6701] ppid=6690 vsize=15151156 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6701/stat : 6701 (java) S 6690 6690 5742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446245006 15514783744 28959 33554432000 4194304 4196468 140730878558512 140572793452880 140573328033691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6702] ppid=6690 vsize=15151156 memory=872 CPUtime=0.37 cores=1,3,5,7
/proc/6692/task/6702/stat : 6702 (java) R 6690 6690 5742 0 -1 4202560 1559 0 0 0 37 0 0 0 20 0 15 0 446245006 15514783744 28959 33554432000 4194304 4196468 140730878558512 140572792381256 140573311482950 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6703] ppid=6690 vsize=15151156 memory=1760 CPUtime=0.33 cores=1,3,5,7
/proc/6692/task/6703/stat : 6703 (java) R 6690 6690 5742 0 -1 4202560 970 0 0 0 33 0 0 0 20 0 15 0 446245006 15514783744 28959 33554432000 4194304 4196468 140730878558512 140572791335696 140573305818484 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6704] ppid=6690 vsize=15151156 memory=111632 CPUtime=0.29 cores=1,3,5,7
/proc/6692/task/6704/stat : 6704 (java) S 6690 6690 5742 0 -1 1077944384 1850 0 0 0 29 0 0 0 20 0 15 0 446245006 15514783744 28959 33554432000 4194304 4196468 140730878558512 140572790294640 140573328026242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6705] ppid=6690 vsize=15151156 memory=804 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6705/stat : 6705 (java) S 6690 6690 5742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446245007 15514783744 28959 33554432000 4194304 4196468 140730878558512 140572789242080 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6706] ppid=6690 vsize=15151156 memory=1808 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6706/stat : 6706 (java) S 6690 6690 5742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446245007 15514783744 28959 33554432000 4194304 4196468 140730878558512 140572788190384 140573328026242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 117284 KiB

[startup+1.50078 s]
/proc/loadavg: 8.89 8.58 6.67 8/235 6706
/proc/meminfo: memFree=29624444/32770624 swapFree=67027416/67108860
[pid=6690] ppid=6687 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/6690/stat : 6690 (xcsp3-exec) S 6687 6690 5742 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446245001 115843072 362 33554432000 4194304 5098028 140736995619552 140736995617656 139926722712188 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 22990848 140736995623802 140736995624045 140736995624045 140736995626954 0
/proc/6690/statm: 28282 362 304 221 0 87 0

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

/proc/6692/stat : 6692 (java) S 6690 6690 5742 0 -1 1077944320 218602 0 0 0 229608 413 0 0 20 0 19 0 446245001 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140730878541056 140573328015095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
/proc/6692/statm: 3854865 1287225 3554 1 0 3815965 0
[pid=6692/tid=6693] ppid=6690 vsize=15419460 memory=8112282956445269571 CPUtime=4.71 cores=1,3,5,7
/proc/6692/task/6693/stat : 6693 (java) S 6690 6690 5742 0 -1 1077944384 12266 0 0 0 459 12 0 0 20 0 19 0 446245001 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140573332255872 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6694] ppid=6690 vsize=15419460 memory=4126316290023845779 CPUtime=17.99 cores=1,3,5,7
/proc/6692/task/6694/stat : 6694 (java) S 6690 6690 5742 0 -1 1077944384 9514 0 0 0 1709 90 0 0 20 0 19 0 446245002 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140573280635536 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6695] ppid=6690 vsize=15419460 memory=7590659286392268393 CPUtime=18.21 cores=1,3,5,7
/proc/6692/task/6695/stat : 6695 (java) S 6690 6690 5742 0 -1 1077944384 9186 0 0 0 1734 87 0 0 20 0 19 0 446245002 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140573279582736 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6696] ppid=6690 vsize=15419460 memory=8112282956445269571 CPUtime=18.03 cores=1,3,5,7
/proc/6692/task/6696/stat : 6696 (java) S 6690 6690 5742 0 -1 1077944384 8809 0 0 0 1710 93 0 0 20 0 19 0 446245002 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140573278529936 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6697] ppid=6690 vsize=15419460 memory=297237786682196261 CPUtime=18.08 cores=1,3,5,7
/proc/6692/task/6697/stat : 6697 (java) S 6690 6690 5742 0 -1 1077944384 10321 0 0 0 1714 94 0 0 20 0 19 0 446245002 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140573277477136 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6698] ppid=6690 vsize=15419460 memory=13563791010956747 CPUtime=3.86 cores=1,3,5,7
/proc/6692/task/6698/stat : 6698 (java) S 6690 6690 5742 0 -1 1077944384 16637 0 0 0 384 2 0 0 20 0 19 0 446245003 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572796611440 140573328026242 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6699] ppid=6690 vsize=15419460 memory=7445122262209423204 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6699/stat : 6699 (java) S 6690 6690 5742 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 446245004 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572795557472 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6700] ppid=6690 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6700/stat : 6700 (java) S 6690 6690 5742 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 19 0 446245004 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572794504576 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6701] ppid=6690 vsize=15419460 memory=131 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6701/stat : 6701 (java) S 6690 6690 5742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446245006 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572793452880 140573328033691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6702] ppid=6690 vsize=15419460 memory=281383978363152 CPUtime=6.77 cores=1,3,5,7
/proc/6692/task/6702/stat : 6702 (java) S 6690 6690 5742 0 -1 1077944384 34902 0 0 0 674 3 0 0 20 0 19 0 446245006 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572792400240 140573328026242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6703] ppid=6690 vsize=15419460 memory=281387466752240 CPUtime=6.77 cores=1,3,5,7
/proc/6692/task/6703/stat : 6703 (java) S 6690 6690 5742 0 -1 1077944384 33373 0 0 0 674 3 0 0 20 0 19 0 446245006 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572791347440 140573328026242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6704] ppid=6690 vsize=15419460 memory=281387469296032 CPUtime=1.33 cores=1,3,5,7
/proc/6692/task/6704/stat : 6704 (java) S 6690 6690 5742 0 -1 1077944384 18018 0 0 0 130 3 0 0 20 0 19 0 446245006 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572790294640 140573328026242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6705] ppid=6690 vsize=15419460 memory=13772 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6705/stat : 6705 (java) S 6690 6690 5742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446245007 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572789242080 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6706] ppid=6690 vsize=15419460 memory=20584 CPUtime=0.24 cores=1,3,5,7
/proc/6692/task/6706/stat : 6706 (java) S 6690 6690 5742 0 -1 1077944384 1792 0 0 0 6 18 0 0 20 0 19 0 446245007 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572788190384 140573328026242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 33 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6707] ppid=6690 vsize=15419460 memory=0 CPUtime=551.92 cores=1,3,5,7
/proc/6692/task/6707/stat : 6707 (java) R 6690 6690 5742 0 -1 4202560 7191 0 0 0 55188 4 0 0 20 0 19 0 446245631 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572776873352 140572966809929 0 4 0 16800975 0 0 0 -1 7 0 0 33 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6708] ppid=6690 vsize=15419460 memory=0 CPUtime=548.42 cores=1,3,5,7
/proc/6692/task/6708/stat : 6708 (java) R 6690 6690 5742 0 -1 4202560 29603 0 0 0 54831 11 0 0 20 0 19 0 446245631 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572775821520 140572965462464 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6709] ppid=6690 vsize=15419460 memory=0 CPUtime=551.74 cores=1,3,5,7
/proc/6692/task/6709/stat : 6709 (java) R 6690 6690 5742 0 -1 4202560 13799 0 0 0 55171 3 0 0 20 0 19 0 446245631 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572774768824 140572960846376 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6710] ppid=6690 vsize=15419460 memory=0 CPUtime=552.04 cores=1,3,5,7
/proc/6692/task/6710/stat : 6710 (java) R 6690 6690 5742 0 -1 4202560 11791 0 0 0 55201 3 0 0 20 0 19 0 446245631 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572773716120 140572965986965 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
Current children cumulated CPU time: 2300.21 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 5150348 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+637.602 s]
/proc/loadavg: 8.65 8.64 7.69 10/238 6917
/proc/meminfo: memFree=21273100/32770624 swapFree=67027432/67108860
[pid=6690] ppid=6687 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/6690/stat : 6690 (xcsp3-exec) S 6687 6690 5742 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446245001 115843072 362 33554432000 4194304 5098028 140736995619552 140736995617656 139926722712188 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 22990848 140736995623802 140736995624045 140736995624045 140736995626954 0
/proc/6690/statm: 28282 362 304 221 0 87 0
[pid=6692] ppid=6690 vsize=15419460 memory=5148900 CPUtime=2520.26 cores=1,3,5,7
/proc/6692/stat : 6692 (java) S 6690 6690 5742 0 -1 1077944320 223091 0 0 0 251612 414 0 0 20 0 19 0 446245001 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140730878541056 140573328015095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
/proc/6692/statm: 3854865 1287225 3554 1 0 3815965 0
[pid=6692/tid=6693] ppid=6690 vsize=15419460 memory=5148900 CPUtime=4.71 cores=1,3,5,7
/proc/6692/task/6693/stat : 6693 (java) S 6690 6690 5742 0 -1 1077944384 12266 0 0 0 459 12 0 0 20 0 19 0 446245001 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140573332255872 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6694] ppid=6690 vsize=15419460 memory=5148900 CPUtime=17.99 cores=1,3,5,7
/proc/6692/task/6694/stat : 6694 (java) S 6690 6690 5742 0 -1 1077944384 9514 0 0 0 1709 90 0 0 20 0 19 0 446245002 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140573280635536 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6695] ppid=6690 vsize=15419460 memory=5148900 CPUtime=18.21 cores=1,3,5,7
/proc/6692/task/6695/stat : 6695 (java) S 6690 6690 5742 0 -1 1077944384 9186 0 0 0 1734 87 0 0 20 0 19 0 446245002 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140573279582736 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6696] ppid=6690 vsize=15419460 memory=1448 CPUtime=18.03 cores=1,3,5,7
/proc/6692/task/6696/stat : 6696 (java) S 6690 6690 5742 0 -1 1077944384 8809 0 0 0 1710 93 0 0 20 0 19 0 446245002 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140573278529936 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6697] ppid=6690 vsize=15419460 memory=2257 CPUtime=18.08 cores=1,3,5,7
/proc/6692/task/6697/stat : 6697 (java) S 6690 6690 5742 0 -1 1077944384 10321 0 0 0 1714 94 0 0 20 0 19 0 446245002 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140573277477136 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6698] ppid=6690 vsize=15419460 memory=1448 CPUtime=3.86 cores=1,3,5,7
/proc/6692/task/6698/stat : 6698 (java) S 6690 6690 5742 0 -1 1077944384 16647 0 0 0 384 2 0 0 20 0 19 0 446245003 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572796611440 140573328026242 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6699] ppid=6690 vsize=15419460 memory=5148900 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6699/stat : 6699 (java) S 6690 6690 5742 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 446245004 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572795557472 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6700] ppid=6690 vsize=15419460 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6700/stat : 6700 (java) S 6690 6690 5742 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 19 0 446245004 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572794504576 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6701] ppid=6690 vsize=15419460 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6701/stat : 6701 (java) S 6690 6690 5742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446245006 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572793452880 140573328033691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6702] ppid=6690 vsize=15419460 memory=180 CPUtime=6.77 cores=1,3,5,7
/proc/6692/task/6702/stat : 6702 (java) S 6690 6690 5742 0 -1 1077944384 34909 0 0 0 674 3 0 0 20 0 19 0 446245006 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572792400240 140573328026242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6703] ppid=6690 vsize=15419460 memory=8475934422797934688 CPUtime=6.77 cores=1,3,5,7
/proc/6692/task/6703/stat : 6703 (java) S 6690 6690 5742 0 -1 1077944384 33378 0 0 0 674 3 0 0 20 0 19 0 446245006 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572791347440 140573328026242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6704] ppid=6690 vsize=15419460 memory=1448 CPUtime=1.33 cores=1,3,5,7
/proc/6692/task/6704/stat : 6704 (java) S 6690 6690 5742 0 -1 1077944384 18035 0 0 0 130 3 0 0 20 0 19 0 446245006 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572790294640 140573328026242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6705] ppid=6690 vsize=15419460 memory=5148900 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6705/stat : 6705 (java) S 6690 6690 5742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446245007 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572789242080 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6706] ppid=6690 vsize=15419460 memory=1572 CPUtime=0.26 cores=1,3,5,7
/proc/6692/task/6706/stat : 6706 (java) S 6690 6690 5742 0 -1 1077944384 1845 0 0 0 8 18 0 0 20 0 19 0 446245007 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572788190384 140573328026242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 33 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6707] ppid=6690 vsize=15419460 memory=872 CPUtime=606.17 cores=1,3,5,7
/proc/6692/task/6707/stat : 6707 (java) R 6690 6690 5742 0 -1 4202560 7835 0 0 0 60612 5 0 0 20 0 19 0 446245631 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572776877688 140572967120275 0 4 0 16800975 0 0 0 -1 7 0 0 33 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6708] ppid=6690 vsize=15419460 memory=1448 CPUtime=603.67 cores=1,3,5,7
/proc/6692/task/6708/stat : 6708 (java) R 6690 6690 5742 0 -1 4202560 30800 0 0 0 60356 11 0 0 20 0 19 0 446245631 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572775821520 140572964319829 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6709] ppid=6690 vsize=15419460 memory=5148900 CPUtime=607 cores=1,3,5,7
/proc/6692/task/6709/stat : 6709 (java) R 6690 6690 5742 0 -1 4202560 15054 0 0 0 60697 3 0 0 20 0 19 0 446245631 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572774768824 140572966107426 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6710] ppid=6690 vsize=15419460 memory=2596 CPUtime=607.3 cores=1,3,5,7
/proc/6692/task/6710/stat : 6710 (java) R 6690 6690 5742 0 -1 4202560 13092 0 0 0 60727 3 0 0 20 0 19 0 446245631 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572773719920 140572955349948 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
Current children cumulated CPU time: 2520.26 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 5150348 KiB

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

[startup+637.625 s]
# the end of solver process 6690 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001104 s, system=0.001104 s

[startup+637.689 s]
# the end of solver process 6692 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.37 s, system=4.16613 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+637.602 s]
/proc/loadavg: 8.65 8.64 7.69 10/238 6917
/proc/meminfo: memFree=21273100/32770624 swapFree=67027432/67108860
[pid=6690] ppid=6687 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/6690/stat : 6690 (xcsp3-exec) S 6687 6690 5742 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446245001 115843072 362 33554432000 4194304 5098028 140736995619552 140736995617656 139926722712188 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 22990848 140736995623802 140736995624045 140736995624045 140736995626954 0
/proc/6690/statm: 28282 362 304 221 0 87 0
[pid=6692] ppid=6690 vsize=15419460 memory=5148900 CPUtime=2520.26 cores=1,3,5,7
/proc/6692/stat : 6692 (java) S 6690 6690 5742 0 -1 1077944320 223091 0 0 0 251612 414 0 0 20 0 19 0 446245001 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140730878541056 140573328015095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
/proc/6692/statm: 3854865 1287225 3554 1 0 3815965 0
[pid=6692/tid=6693] ppid=6690 vsize=15419460 memory=5148900 CPUtime=4.71 cores=1,3,5,7
/proc/6692/task/6693/stat : 6693 (java) S 6690 6690 5742 0 -1 1077944384 12266 0 0 0 459 12 0 0 20 0 19 0 446245001 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140573332255872 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6694] ppid=6690 vsize=15419460 memory=5148900 CPUtime=17.99 cores=1,3,5,7
/proc/6692/task/6694/stat : 6694 (java) S 6690 6690 5742 0 -1 1077944384 9514 0 0 0 1709 90 0 0 20 0 19 0 446245002 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140573280635536 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6695] ppid=6690 vsize=15419460 memory=5148900 CPUtime=18.21 cores=1,3,5,7
/proc/6692/task/6695/stat : 6695 (java) S 6690 6690 5742 0 -1 1077944384 9186 0 0 0 1734 87 0 0 20 0 19 0 446245002 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140573279582736 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6696] ppid=6690 vsize=15419460 memory=1448 CPUtime=18.03 cores=1,3,5,7
/proc/6692/task/6696/stat : 6696 (java) S 6690 6690 5742 0 -1 1077944384 8809 0 0 0 1710 93 0 0 20 0 19 0 446245002 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140573278529936 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6697] ppid=6690 vsize=15419460 memory=2257 CPUtime=18.08 cores=1,3,5,7
/proc/6692/task/6697/stat : 6697 (java) S 6690 6690 5742 0 -1 1077944384 10321 0 0 0 1714 94 0 0 20 0 19 0 446245002 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140573277477136 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6698] ppid=6690 vsize=15419460 memory=1448 CPUtime=3.86 cores=1,3,5,7
/proc/6692/task/6698/stat : 6698 (java) S 6690 6690 5742 0 -1 1077944384 16647 0 0 0 384 2 0 0 20 0 19 0 446245003 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572796611440 140573328026242 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6699] ppid=6690 vsize=15419460 memory=5148900 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6699/stat : 6699 (java) S 6690 6690 5742 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 446245004 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572795557472 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6700] ppid=6690 vsize=15419460 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6700/stat : 6700 (java) S 6690 6690 5742 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 19 0 446245004 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572794504576 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6701] ppid=6690 vsize=15419460 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6701/stat : 6701 (java) S 6690 6690 5742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446245006 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572793452880 140573328033691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6702] ppid=6690 vsize=15419460 memory=180 CPUtime=6.77 cores=1,3,5,7
/proc/6692/task/6702/stat : 6702 (java) S 6690 6690 5742 0 -1 1077944384 34909 0 0 0 674 3 0 0 20 0 19 0 446245006 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572792400240 140573328026242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6703] ppid=6690 vsize=15419460 memory=8475934422797934688 CPUtime=6.77 cores=1,3,5,7
/proc/6692/task/6703/stat : 6703 (java) S 6690 6690 5742 0 -1 1077944384 33378 0 0 0 674 3 0 0 20 0 19 0 446245006 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572791347440 140573328026242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6704] ppid=6690 vsize=15419460 memory=1448 CPUtime=1.33 cores=1,3,5,7
/proc/6692/task/6704/stat : 6704 (java) S 6690 6690 5742 0 -1 1077944384 18035 0 0 0 130 3 0 0 20 0 19 0 446245006 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572790294640 140573328026242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6705] ppid=6690 vsize=15419460 memory=5148900 CPUtime=0 cores=1,3,5,7
/proc/6692/task/6705/stat : 6705 (java) S 6690 6690 5742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446245007 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572789242080 140573328025301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6706] ppid=6690 vsize=15419460 memory=1572 CPUtime=0.26 cores=1,3,5,7
/proc/6692/task/6706/stat : 6706 (java) S 6690 6690 5742 0 -1 1077944384 1845 0 0 0 8 18 0 0 20 0 19 0 446245007 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572788190384 140573328026242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 33 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6707] ppid=6690 vsize=15419460 memory=872 CPUtime=606.17 cores=1,3,5,7
/proc/6692/task/6707/stat : 6707 (java) R 6690 6690 5742 0 -1 4202560 7835 0 0 0 60612 5 0 0 20 0 19 0 446245631 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572776877688 140572967120275 0 4 0 16800975 0 0 0 -1 7 0 0 33 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6708] ppid=6690 vsize=15419460 memory=1448 CPUtime=603.67 cores=1,3,5,7
/proc/6692/task/6708/stat : 6708 (java) R 6690 6690 5742 0 -1 4202560 30800 0 0 0 60356 11 0 0 20 0 19 0 446245631 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572775821520 140572964319829 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6709] ppid=6690 vsize=15419460 memory=5148900 CPUtime=607 cores=1,3,5,7
/proc/6692/task/6709/stat : 6709 (java) R 6690 6690 5742 0 -1 4202560 15054 0 0 0 60697 3 0 0 20 0 19 0 446245631 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572774768824 140572966107426 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
[pid=6692/tid=6710] ppid=6690 vsize=15419460 memory=2596 CPUtime=607.3 cores=1,3,5,7
/proc/6692/task/6710/stat : 6710 (java) R 6690 6690 5742 0 -1 4202560 13092 0 0 0 60727 3 0 0 20 0 19 0 446245631 15789527040 1287225 33554432000 4194304 4196468 140730878558512 140572773719920 140572955349948 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11427840 140730878567407 140730878567578 140730878567578 140730878570447 0
Current children cumulated CPU time: 2520.26 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 5150348 KiB

Child status: 143
Real time (s): 637.689
CPU time (s): 2520.54
CPU user time (s): 2516.37
CPU system time (s): 4.16613
CPU usage (%): 395.261
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 5150348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.37
system time used= 4.16613
maximum resident set size= 5149364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224426
page faults= 0
swaps= 0
block input operations= 0
block output operations= 832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18782
involuntary context switches= 46659


# summary of solver processes directly reported to runsolver:
#   pid: 6690,6692
#   total CPU time (s): 2520.54
#   total CPU user time (s): 2516.37
#   total CPU system time (s): 4.16613

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.1795 second user time and 7.46539 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-17 07:54:44
IDJOB=4399045
IDBENCH=139283
IDSOLVER=2853
FILE ID=node150/4399045-1568699724
RUNJOBID= node150-1568698397-5774
PBS_JOBID= 21703813
Free space on /tmp= 59344 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-08-07-fair.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-4399045-1568699724/watcher-4399045-1568699724 -o /tmp/evaluation-result-4399045-1568699724/solver-4399045-1568699724 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568698397-5774 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1204942955 HOME/instance-4399045-1568699724.xml

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

MD5SUM BENCH= 5f690ca061a68a4e848a5e1ee5dffcd4
RANDOM SEED=1204942955

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29813484 kB
MemAvailable:   31671340 kB
Buffers:          217624 kB
Cached:          1902052 kB
SwapCached:        10920 kB
Active:          1122056 kB
Inactive:        1211356 kB
Active(anon):     174568 kB
Inactive(anon):    78664 kB
Active(file):     947488 kB
Inactive(file):  1132692 kB
Unevictable:      109640 kB
Mlocked:          109640 kB
SwapTotal:      67108860 kB
SwapFree:       67027416 kB
Dirty:             26492 kB
Writeback:             0 kB
AnonPages:        331136 kB
Mapped:            60436 kB
Shmem:             30880 kB
Slab:             217484 kB
SReclaimable:     187020 kB
SUnreclaim:        30464 kB
KernelStack:        4096 kB
PageTables:         5996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1389072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /tmp at the end= 59316 MiB
End job on node150 at 2019-09-17 08:05:22