Trace number 4403419

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-20? (TO) 2520.65 633.996

General information on the benchmark

NameRlfap/Rlfap-m1-graphsMod/
Rlfap-graph-08-f10.xml
MD5SUM53ef449e7d5451b48f2cdc0cd77eaa71
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.79454
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints3757
Number of domains7
Minimum domain size6
Maximum domain size34
Distribution of domain sizes[{"size":6,"count":48},{"size":17,"count":14},{"size":19,"count":18},{"size":22,"count":22},{"size":27,"count":122},{"size":32,"count":170},{"size":34,"count":286}]
Minimum variable degree1
Maximum variable degree22
Distribution of variable degrees[{"degree":1,"count":3},{"degree":2,"count":1},{"degree":3,"count":6},{"degree":4,"count":10},{"degree":5,"count":46},{"degree":6,"count":68},{"degree":7,"count":77},{"degree":8,"count":85},{"degree":9,"count":54},{"degree":10,"count":33},{"degree":11,"count":37},{"degree":12,"count":21},{"degree":13,"count":8},{"degree":14,"count":1},{"degree":15,"count":35},{"degree":16,"count":26},{"degree":17,"count":63},{"degree":18,"count":54},{"degree":19,"count":32},{"degree":20,"count":12},{"degree":21,"count":7},{"degree":22,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3757}]
Number of extensional constraints0
Number of intensional constraints3757
Distribution of constraint types[{"type":"intension","count":3757}]
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-4403419-1568988679.xml"  -tl '2520s' -p 4
0.13/0.17	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403419-1568988679.xml, -tl, 2520s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
8.45/2.80	c solve instance...
2520.35/633.96	s UNKNOWN
2520.35/633.96	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 (3059 MiB free)
  memory of node 1: 16384 MiB (2753 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403419-1568988679/watcher-4403419-1568988679 -o /var/tmp/evaluation-result-4403419-1568988679/solver-4403419-1568988679 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node136-1568987938-25143 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 998453811 HOME/instance-4403419-1568988679.xml 

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

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

solver pid=26100, runsolver pid=26097

[startup+0.10008 s]*
/proc/loadavg: 7.82 7.58 4.92 7/234 26116
/proc/meminfo: memFree=5935608/32770624 swapFree=67002240/67108860
[pid=26100] ppid=26097 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/26100/stat : 26100 (xcsp3-exec) S 26097 26100 25111 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475116550 115843072 363 33554432000 4194304 5098028 140731041029856 140731041027960 140112000299644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34684928 140731041030999 140731041031257 140731041031257 140731041034182 0
/proc/26100/statm: 28282 363 305 221 0 87 0
[pid=26102] ppid=26100 vsize=15144776 memory=29388 CPUtime=0.13 cores=1,3,5,7
/proc/26102/stat : 26102 (java) S 26100 26100 25111 0 -1 1077944320 5757 0 0 0 11 2 0 0 20 0 15 0 475116551 15508250624 7347 33554432000 4194304 4196468 140731521076912 140731521059456 140342194147063 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
/proc/26102/statm: 3786194 7347 3164 1 0 3748377 0
[pid=26102/tid=26103] ppid=26100 vsize=15144776 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/26102/task/26103/stat : 26103 (java) R 26100 26100 25111 0 -1 4202560 3655 0 0 0 8 1 0 0 20 0 15 0 475116551 15508250624 7347 33554432000 4194304 4196468 140731521076912 140342198378208 140342159498609 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26104] ppid=26100 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26104/stat : 26104 (java) S 26100 26100 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475116552 15508250624 7347 33554432000 4194304 4196468 140731521076912 140341786368400 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26105] ppid=26100 vsize=15144776 memory=139924335515264 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26105/stat : 26105 (java) S 26100 26100 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475116552 15508250624 7347 33554432000 4194304 4196468 140731521076912 140341785315600 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26106] ppid=26100 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26106/stat : 26106 (java) S 26100 26100 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475116552 15508250624 7347 33554432000 4194304 4196468 140731521076912 140341784263312 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26107] ppid=26100 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26107/stat : 26107 (java) S 26100 26100 25111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475116552 15508250624 7347 33554432000 4194304 4196468 140731521076912 140341783210512 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26108] ppid=26100 vsize=15144776 memory=139924335515264 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26108/stat : 26108 (java) S 26100 26100 25111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475116553 15508250624 7347 33554432000 4194304 4196468 140731521076912 140341662542448 140342194158210 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26109] ppid=26100 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26109/stat : 26109 (java) S 26100 26100 25111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475116554 15508250624 7347 33554432000 4194304 4196468 140731521076912 140341661488416 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26110] ppid=26100 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26110/stat : 26110 (java) S 26100 26100 25111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475116554 15508250624 7347 33554432000 4194304 4196468 140731521076912 140341660436080 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26111] ppid=26100 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26111/stat : 26111 (java) S 26100 26100 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475116556 15508250624 7347 33554432000 4194304 4196468 140731521076912 140341659384400 140342194165659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26112] ppid=26100 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26112/stat : 26112 (java) S 26100 26100 25111 0 -1 1077944384 459 0 0 0 0 0 0 0 20 0 15 0 475116556 15508250624 7347 33554432000 4194304 4196468 140731521076912 140341658331248 140342194158210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26113] ppid=26100 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26113/stat : 26113 (java) S 26100 26100 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475116556 15508250624 7347 33554432000 4194304 4196468 140731521076912 140341657278448 140342194158210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26114] ppid=26100 vsize=15144776 memory=139924335515264 CPUtime=0.02 cores=1,3,5,7
/proc/26102/task/26114/stat : 26114 (java) R 26100 26100 25111 0 -1 4202560 337 0 0 0 2 0 0 0 20 0 15 0 475116556 15508250624 7347 33554432000 4194304 4196468 140731521076912 140341656221920 140342194158998 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26115] ppid=26100 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26115/stat : 26115 (java) S 26100 26100 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475116556 15508250624 7347 33554432000 4194304 4196468 140731521076912 140341655173600 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26116] ppid=26100 vsize=15144776 memory=139924335515264 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26116/stat : 26116 (java) S 26100 26100 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475116557 15508250624 7347 33554432000 4194304 4196468 140731521076912 140341654121392 140342194158210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30840 KiB

[startup+0.21098 s]*
/proc/loadavg: 7.82 7.58 4.92 6/234 26116
/proc/meminfo: memFree=5923276/32770624 swapFree=67002240/67108860
[pid=26100] ppid=26097 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/26100/stat : 26100 (xcsp3-exec) S 26097 26100 25111 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475116550 115843072 363 33554432000 4194304 5098028 140731041029856 140731041027960 140112000299644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34684928 140731041030999 140731041031257 140731041031257 140731041034182 0
/proc/26100/statm: 28282 363 305 221 0 87 0
[pid=26102] ppid=26100 vsize=15144776 memory=40924 CPUtime=0.34 cores=1,3,5,7
/proc/26102/stat : 26102 (java) S 26100 26100 25111 0 -1 1077944320 9456 0 0 0 31 3 0 0 20 0 15 0 475116551 15508250624 10231 33554432000 4194304 4196468 140731521076912 140731521059456 140342194147063 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
/proc/26102/statm: 3786194 10231 3309 1 0 3748377 0
[pid=26102/tid=26103] ppid=26100 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/26102/task/26103/stat : 26103 (java) R 26100 26100 25111 0 -1 4202560 6636 0 0 0 18 2 0 0 20 0 15 0 475116551 15508250624 10231 33554432000 4194304 4196468 140731521076912 140342198385376 140342178227550 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26104] ppid=26100 vsize=15144776 memory=13620 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26104/stat : 26104 (java) S 26100 26100 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475116552 15508250624 10231 33554432000 4194304 4196468 140731521076912 140341786368400 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26105] ppid=26100 vsize=15144776 memory=139924339042286 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26105/stat : 26105 (java) S 26100 26100 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475116552 15508250624 10231 33554432000 4194304 4196468 140731521076912 140341785315600 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26106] ppid=26100 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26106/stat : 26106 (java) S 26100 26100 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475116552 15508250624 10231 33554432000 4194304 4196468 140731521076912 140341784263312 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26107] ppid=26100 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26107/stat : 26107 (java) S 26100 26100 25111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475116552 15508250624 10231 33554432000 4194304 4196468 140731521076912 140341783210512 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26108] ppid=26100 vsize=15144776 memory=139924335515264 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26108/stat : 26108 (java) S 26100 26100 25111 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475116553 15508250624 10231 33554432000 4194304 4196468 140731521076912 140341662542448 140342194158210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26109] ppid=26100 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26109/stat : 26109 (java) S 26100 26100 25111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475116554 15508250624 10231 33554432000 4194304 4196468 140731521076912 140341661488416 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26110] ppid=26100 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26110/stat : 26110 (java) S 26100 26100 25111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475116554 15508250624 10231 33554432000 4194304 4196468 140731521076912 140341660436080 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26111] ppid=26100 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26111/stat : 26111 (java) S 26100 26100 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475116556 15508250624 10231 33554432000 4194304 4196468 140731521076912 140341659384400 140342194165659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26112] ppid=26100 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/26102/task/26112/stat : 26112 (java) S 26100 26100 25111 0 -1 1077944384 740 0 0 0 3 0 0 0 20 0 15 0 475116556 15508250624 10294 33554432000 4194304 4196468 140731521076912 140341658331248 140342194158210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26113] ppid=26100 vsize=15144776 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/26102/task/26113/stat : 26113 (java) S 26100 26100 25111 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 15 0 475116556 15508250624 10294 33554432000 4194304 4196468 140731521076912 140341657278448 140342194158210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26114] ppid=26100 vsize=15144776 memory=139924335515264 CPUtime=0.08 cores=1,3,5,7
/proc/26102/task/26114/stat : 26114 (java) R 26100 26100 25111 0 -1 4202560 754 0 0 0 8 0 0 0 20 0 15 0 475116556 15508250624 10294 33554432000 4194304 4196468 140731521076912 140341656226160 140342173132326 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26115] ppid=26100 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26115/stat : 26115 (java) S 26100 26100 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475116556 15508250624 10294 33554432000 4194304 4196468 140731521076912 140341655173600 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26116] ppid=26100 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26116/stat : 26116 (java) S 26100 26100 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475116557 15508250624 10294 33554432000 4194304 4196468 140731521076912 140341654121392 140342194158210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42376 KiB

[startup+0.310766 s]*
/proc/loadavg: 7.82 7.58 4.92 6/234 26116
/proc/meminfo: memFree=5915644/32770624 swapFree=67002240/67108860
[pid=26100] ppid=26097 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/26100/stat : 26100 (xcsp3-exec) S 26097 26100 25111 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475116550 115843072 363 33554432000 4194304 5098028 140731041029856 140731041027960 140112000299644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34684928 140731041030999 140731041031257 140731041031257 140731041034182 0
/proc/26100/statm: 28282 363 305 221 0 87 0
[pid=26102] ppid=26100 vsize=15149032 memory=49628 CPUtime=0.52 cores=1,3,5,7
/proc/26102/stat : 26102 (java) S 26100 26100 25111 0 -1 1077944320 10796 0 0 0 48 4 0 0 20 0 15 0 475116551 15512608768 12407 33554432000 4194304 4196468 140731521076912 140731521059456 140342194147063 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
/proc/26102/statm: 3787258 12407 3343 1 0 3748377 0
[pid=26102/tid=26103] ppid=26100 vsize=15149032 memory=7883960649037381690 CPUtime=0.3 cores=1,3,5,7
/proc/26102/task/26103/stat : 26103 (java) R 26100 26100 25111 0 -1 4202560 7866 0 0 0 27 3 0 0 20 0 15 0 475116551 15512608768 12407 33554432000 4194304 4196468 140731521076912 140342198378176 140342178227550 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26104] ppid=26100 vsize=15149032 memory=13961 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26104/stat : 26104 (java) S 26100 26100 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475116552 15512608768 12407 33554432000 4194304 4196468 140731521076912 140341786368400 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26105] ppid=26100 vsize=15149032 memory=3546237 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26105/stat : 26105 (java) S 26100 26100 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475116552 15512608768 12407 33554432000 4194304 4196468 140731521076912 140341785315600 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26106] ppid=26100 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26106/stat : 26106 (java) S 26100 26100 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475116552 15512608768 12407 33554432000 4194304 4196468 140731521076912 140341784263312 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26107] ppid=26100 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26107/stat : 26107 (java) S 26100 26100 25111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475116552 15512608768 12407 33554432000 4194304 4196468 140731521076912 140341783210512 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26108] ppid=26100 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26108/stat : 26108 (java) S 26100 26100 25111 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475116553 15512608768 12407 33554432000 4194304 4196468 140731521076912 140341662542448 140342194158210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26109] ppid=26100 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26109/stat : 26109 (java) S 26100 26100 25111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475116554 15512608768 12407 33554432000 4194304 4196468 140731521076912 140341661488416 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26110] ppid=26100 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26110/stat : 26110 (java) S 26100 26100 25111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475116554 15512608768 12407 33554432000 4194304 4196468 140731521076912 140341660436080 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26111] ppid=26100 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26111/stat : 26111 (java) S 26100 26100 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475116556 15512608768 12407 33554432000 4194304 4196468 140731521076912 140341659384400 140342194165659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26112] ppid=26100 vsize=15149032 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/26102/task/26112/stat : 26112 (java) S 26100 26100 25111 0 -1 1077944384 752 0 0 0 5 0 0 0 20 0 15 0 475116556 15512608768 12407 33554432000 4194304 4196468 140731521076912 140341658331248 140342194158210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26113] ppid=26100 vsize=15149032 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/26102/task/26113/stat : 26113 (java) S 26100 26100 25111 0 -1 1077944384 50 0 0 0 2 0 0 0 20 0 15 0 475116556 15512608768 12407 33554432000 4194304 4196468 140731521076912 140341657278448 140342194158210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26114] ppid=26100 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/26102/task/26114/stat : 26114 (java) S 26100 26100 25111 0 -1 1077944384 822 0 0 0 12 0 0 0 20 0 15 0 475116556 15512608768 12407 33554432000 4194304 4196468 140731521076912 140341656226160 140342194158210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26115] ppid=26100 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26115/stat : 26115 (java) S 26100 26100 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475116556 15512608768 12407 33554432000 4194304 4196468 140731521076912 140341655173600 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26116] ppid=26100 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26116/stat : 26116 (java) S 26100 26100 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475116557 15512608768 12407 33554432000 4194304 4196468 140731521076912 140341654121392 140342194158210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51080 KiB

[startup+0.702171 s]
/proc/loadavg: 7.82 7.58 4.92 7/234 26116
/proc/meminfo: memFree=5843756/32770624 swapFree=67002240/67108860
[pid=26100] ppid=26097 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/26100/stat : 26100 (xcsp3-exec) S 26097 26100 25111 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475116550 115843072 363 33554432000 4194304 5098028 140731041029856 140731041027960 140112000299644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34684928 140731041030999 140731041031257 140731041031257 140731041034182 0
/proc/26100/statm: 28282 363 305 221 0 87 0
[pid=26102] ppid=26100 vsize=15151156 memory=191744 CPUtime=1.75 cores=1,3,5,7
/proc/26102/stat : 26102 (java) S 26100 26100 25111 0 -1 1077944320 15664 0 0 0 167 8 0 0 20 0 15 0 475116551 15514783744 47936 33554432000 4194304 4196468 140731521076912 140731521059456 140342194147063 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
/proc/26102/statm: 3787789 47936 3465 1 0 3748889 0
[pid=26102/tid=26103] ppid=26100 vsize=15151156 memory=29896 CPUtime=0.67 cores=1,3,5,7
/proc/26102/task/26103/stat : 26103 (java) R 26100 26100 25111 0 -1 1077944384 8640 0 0 0 61 6 0 0 20 0 15 0 475116551 15514783744 47936 33554432000 4194304 4196468 140731521076912 140342198383088 140342194157269 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26104] ppid=26100 vsize=15151156 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26104/stat : 26104 (java) S 26100 26100 25111 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 475116552 15514783744 47936 33554432000 4194304 4196468 140731521076912 140341786368400 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26105] ppid=26100 vsize=15151156 memory=500 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26105/stat : 26105 (java) S 26100 26100 25111 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 475116552 15514783744 47936 33554432000 4194304 4196468 140731521076912 140341785315600 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26106] ppid=26100 vsize=15151156 memory=932 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26106/stat : 26106 (java) S 26100 26100 25111 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 475116552 15514783744 47936 33554432000 4194304 4196468 140731521076912 140341784263312 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26107] ppid=26100 vsize=15151156 memory=1776 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26107/stat : 26107 (java) S 26100 26100 25111 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475116552 15514783744 47936 33554432000 4194304 4196468 140731521076912 140341783210512 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26108] ppid=26100 vsize=15151156 memory=1656 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26108/stat : 26108 (java) S 26100 26100 25111 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 475116553 15514783744 47936 33554432000 4194304 4196468 140731521076912 140341662542448 140342194158210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26109] ppid=26100 vsize=15151156 memory=804 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26109/stat : 26109 (java) S 26100 26100 25111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475116554 15514783744 47936 33554432000 4194304 4196468 140731521076912 140341661488416 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26110] ppid=26100 vsize=15151156 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26110/stat : 26110 (java) S 26100 26100 25111 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 475116554 15514783744 47936 33554432000 4194304 4196468 140731521076912 140341660436080 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26111] ppid=26100 vsize=15151156 memory=1980 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26111/stat : 26111 (java) S 26100 26100 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475116556 15514783744 47936 33554432000 4194304 4196468 140731521076912 140341659384400 140342194165659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26112] ppid=26100 vsize=15151156 memory=2676 CPUtime=0.34 cores=1,3,5,7
/proc/26102/task/26112/stat : 26112 (java) R 26100 26100 25111 0 -1 4202560 1871 0 0 0 34 0 0 0 20 0 15 0 475116556 15514783744 47936 33554432000 4194304 4196468 140731521076912 140341658319616 140342179260284 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26113] ppid=26100 vsize=15151156 memory=1764 CPUtime=0.29 cores=1,3,5,7
/proc/26102/task/26113/stat : 26113 (java) R 26100 26100 25111 0 -1 4202560 1370 0 0 0 29 0 0 0 20 0 15 0 475116556 15514783744 47936 33554432000 4194304 4196468 140731521076912 140341657264992 140342179068557 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26114] ppid=26100 vsize=15151156 memory=111632 CPUtime=0.41 cores=1,3,5,7
/proc/26102/task/26114/stat : 26114 (java) R 26100 26100 25111 0 -1 4202560 2365 0 0 0 41 0 0 0 20 0 15 0 475116556 15514783744 47936 33554432000 4194304 4196468 140731521076912 140341656224120 140342173569680 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26115] ppid=26100 vsize=15151156 memory=796 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26115/stat : 26115 (java) S 26100 26100 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475116556 15514783744 47936 33554432000 4194304 4196468 140731521076912 140341655173600 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26116] ppid=26100 vsize=15151156 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26116/stat : 26116 (java) S 26100 26100 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475116557 15514783744 47936 33554432000 4194304 4196468 140731521076912 140341654121392 140342194158210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 193196 KiB

[startup+1.50222 s]
/proc/loadavg: 7.82 7.58 4.92 8/234 26116
/proc/meminfo: memFree=5767280/32770624 swapFree=67002240/67108860
[pid=26100] ppid=26097 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/26100/stat : 26100 (xcsp3-exec) S 26097 26100 25111 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475116550 115843072 363 33554432000 4194304 5098028 140731041029856 140731041027960 140112000299644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34684928 140731041030999 140731041031257 140731041031257 140731041034182 0
/proc/26100/statm: 28282 363 305 221 0 87 0

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

/proc/26102/stat : 26102 (java) S 26100 26100 25111 0 -1 1077944320 120051 0 0 0 231373 122 0 0 20 0 19 0 475116551 15789527040 865622 33554432000 4194304 4196468 140731521076912 140731521059456 140342194147063 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
/proc/26102/statm: 3854865 865622 3536 1 0 3815965 0
[pid=26102/tid=26103] ppid=26100 vsize=15419460 memory=3462488 CPUtime=2.64 cores=1,3,5,7
/proc/26102/task/26103/stat : 26103 (java) S 26100 26100 25111 0 -1 1077944384 9887 0 0 0 253 11 0 0 20 0 19 0 475116551 15789527040 865622 33554432000 4194304 4196468 140731521076912 140342198387840 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26104] ppid=26100 vsize=15419460 memory=3462488 CPUtime=0.34 cores=1,3,5,7
/proc/26102/task/26104/stat : 26104 (java) S 26100 26100 25111 0 -1 1077944384 3953 0 0 0 26 8 0 0 20 0 19 0 475116552 15789527040 865622 33554432000 4194304 4196468 140731521076912 140341786368400 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26105] ppid=26100 vsize=15419460 memory=1452 CPUtime=0.35 cores=1,3,5,7
/proc/26102/task/26105/stat : 26105 (java) S 26100 26100 25111 0 -1 1077944384 1049 0 0 0 25 10 0 0 20 0 19 0 475116552 15789527040 865622 33554432000 4194304 4196468 140731521076912 140341785315600 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26106] ppid=26100 vsize=15419460 memory=6068 CPUtime=0.32 cores=1,3,5,7
/proc/26102/task/26106/stat : 26106 (java) S 26100 26100 25111 0 -1 1077944384 2365 0 0 0 24 8 0 0 20 0 19 0 475116552 15789527040 865622 33554432000 4194304 4196468 140731521076912 140341784263312 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26107] ppid=26100 vsize=15419460 memory=3462488 CPUtime=0.38 cores=1,3,5,7
/proc/26102/task/26107/stat : 26107 (java) S 26100 26100 25111 0 -1 1077944384 1321 0 0 0 29 9 0 0 20 0 19 0 475116552 15789527040 865622 33554432000 4194304 4196468 140731521076912 140341783210512 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26108] ppid=26100 vsize=15419460 memory=1452 CPUtime=0.06 cores=1,3,5,7
/proc/26102/task/26108/stat : 26108 (java) S 26100 26100 25111 0 -1 1077944384 4680 0 0 0 4 2 0 0 20 0 19 0 475116553 15789527040 865622 33554432000 4194304 4196468 140731521076912 140341662542448 140342194158210 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26109] ppid=26100 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26109/stat : 26109 (java) S 26100 26100 25111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475116554 15789527040 865622 33554432000 4194304 4196468 140731521076912 140341661488480 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26110] ppid=26100 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26110/stat : 26110 (java) S 26100 26100 25111 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 475116554 15789527040 865622 33554432000 4194304 4196468 140731521076912 140341660436096 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26111] ppid=26100 vsize=15419460 memory=3462488 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26111/stat : 26111 (java) S 26100 26100 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475116556 15789527040 865622 33554432000 4194304 4196468 140731521076912 140341659384400 140342194165659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26112] ppid=26100 vsize=15419460 memory=1452 CPUtime=4.99 cores=1,3,5,7
/proc/26102/task/26112/stat : 26112 (java) S 26100 26100 25111 0 -1 1077944384 20367 0 0 0 496 3 0 0 20 0 19 0 475116556 15789527040 865622 33554432000 4194304 4196468 140731521076912 140341658331248 140342194158210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26113] ppid=26100 vsize=15419460 memory=1452 CPUtime=5.44 cores=1,3,5,7
/proc/26102/task/26113/stat : 26113 (java) S 26100 26100 25111 0 -1 1077944384 20434 0 0 0 543 1 0 0 20 0 19 0 475116556 15789527040 865622 33554432000 4194304 4196468 140731521076912 140341657278448 140342194158210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26114] ppid=26100 vsize=15419460 memory=3462488 CPUtime=1.1 cores=1,3,5,7
/proc/26102/task/26114/stat : 26114 (java) S 26100 26100 25111 0 -1 1077944384 10247 0 0 0 109 1 0 0 20 0 19 0 475116556 15789527040 865622 33554432000 4194304 4196468 140731521076912 140341656226160 140342194158210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26115] ppid=26100 vsize=15419460 memory=3462488 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26115/stat : 26115 (java) S 26100 26100 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475116556 15789527040 865622 33554432000 4194304 4196468 140731521076912 140341655173600 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26116] ppid=26100 vsize=15419460 memory=1452 CPUtime=0.25 cores=1,3,5,7
/proc/26102/task/26116/stat : 26116 (java) S 26100 26100 25111 0 -1 1077944384 1243 0 0 0 0 25 0 0 20 0 19 0 475116557 15789527040 865622 33554432000 4194304 4196468 140731521076912 140341654121392 140342194158210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26117] ppid=26100 vsize=15419460 memory=3462488 CPUtime=575.31 cores=1,3,5,7
/proc/26102/task/26117/stat : 26117 (java) R 26100 26100 25111 0 -1 4202560 2615 0 0 0 57530 1 0 0 20 0 19 0 475116833 15789527040 865622 33554432000 4194304 4196468 140731521076912 140341643041992 140341842112505 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26118] ppid=26100 vsize=15419460 memory=6791534058613427641 CPUtime=574.15 cores=1,3,5,7
/proc/26102/task/26118/stat : 26118 (java) R 26100 26100 25111 0 -1 4202560 34878 0 0 0 57353 62 0 0 20 0 19 0 475116833 15789527040 865622 33554432000 4194304 4196468 140731521076912 140341641993360 140341842742214 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26119] ppid=26100 vsize=15419460 memory=3458908 CPUtime=575.77 cores=1,3,5,7
/proc/26102/task/26119/stat : 26119 (java) R 26100 26100 25111 0 -1 4202560 1918 0 0 0 57576 1 0 0 20 0 19 0 475116833 15789527040 865622 33554432000 4194304 4196468 140731521076912 140341640937776 140341841633074 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26120] ppid=26100 vsize=15419460 memory=1776 CPUtime=573.73 cores=1,3,5,7
/proc/26102/task/26120/stat : 26120 (java) R 26100 26100 25111 0 -1 4202560 3794 0 0 0 57372 1 0 0 20 0 19 0 475116833 15789527040 865622 33554432000 4194304 4196468 140731521076912 140341639884328 140341841002636 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
Current children cumulated CPU time: 2314.95 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 3463940 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+633.909 s]
/proc/loadavg: 8.73 8.52 6.73 9/238 26257
/proc/meminfo: memFree=1725796/32770624 swapFree=67002244/67108860
[pid=26100] ppid=26097 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/26100/stat : 26100 (xcsp3-exec) S 26097 26100 25111 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475116550 115843072 363 33554432000 4194304 5098028 140731041029856 140731041027960 140112000299644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34684928 140731041030999 140731041031257 140731041031257 140731041034182 0
/proc/26100/statm: 28282 363 305 221 0 87 0
[pid=26102] ppid=26100 vsize=15419460 memory=3464924 CPUtime=2520.35 cores=1,3,5,7
/proc/26102/stat : 26102 (java) S 26100 26100 25111 0 -1 1077944320 128925 0 0 0 251908 127 0 0 20 0 19 0 475116551 15789527040 866231 33554432000 4194304 4196468 140731521076912 140731521059456 140342194147063 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
/proc/26102/statm: 3854865 866231 3536 1 0 3815965 0
[pid=26102/tid=26103] ppid=26100 vsize=15419460 memory=3464924 CPUtime=2.64 cores=1,3,5,7
/proc/26102/task/26103/stat : 26103 (java) S 26100 26100 25111 0 -1 1077944384 9887 0 0 0 253 11 0 0 20 0 19 0 475116551 15789527040 866231 33554432000 4194304 4196468 140731521076912 140342198387840 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26104] ppid=26100 vsize=15419460 memory=3464924 CPUtime=0.37 cores=1,3,5,7
/proc/26102/task/26104/stat : 26104 (java) S 26100 26100 25111 0 -1 1077944384 4009 0 0 0 28 9 0 0 20 0 19 0 475116552 15789527040 866231 33554432000 4194304 4196468 140731521076912 140341786368400 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26105] ppid=26100 vsize=15419460 memory=3464924 CPUtime=0.37 cores=1,3,5,7
/proc/26102/task/26105/stat : 26105 (java) S 26100 26100 25111 0 -1 1077944384 1616 0 0 0 27 10 0 0 20 0 19 0 475116552 15789527040 866231 33554432000 4194304 4196468 140731521076912 140341785315600 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26106] ppid=26100 vsize=15419460 memory=3464924 CPUtime=0.34 cores=1,3,5,7
/proc/26102/task/26106/stat : 26106 (java) S 26100 26100 25111 0 -1 1077944384 2534 0 0 0 26 8 0 0 20 0 19 0 475116552 15789527040 866231 33554432000 4194304 4196468 140731521076912 140341784263312 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26107] ppid=26100 vsize=15419460 memory=1452 CPUtime=0.4 cores=1,3,5,7
/proc/26102/task/26107/stat : 26107 (java) S 26100 26100 25111 0 -1 1077944384 1830 0 0 0 31 9 0 0 20 0 19 0 475116552 15789527040 866231 33554432000 4194304 4196468 140731521076912 140341783210512 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26108] ppid=26100 vsize=15419460 memory=3464924 CPUtime=0.06 cores=1,3,5,7
/proc/26102/task/26108/stat : 26108 (java) S 26100 26100 25111 0 -1 1077944384 5210 0 0 0 4 2 0 0 20 0 19 0 475116553 15789527040 866231 33554432000 4194304 4196468 140731521076912 140341662542448 140342194158210 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26109] ppid=26100 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26109/stat : 26109 (java) S 26100 26100 25111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475116554 15789527040 866231 33554432000 4194304 4196468 140731521076912 140341661488480 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26110] ppid=26100 vsize=15419460 memory=3464924 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26110/stat : 26110 (java) S 26100 26100 25111 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 475116554 15789527040 866231 33554432000 4194304 4196468 140731521076912 140341660436096 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26111] ppid=26100 vsize=15419460 memory=1736 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26111/stat : 26111 (java) S 26100 26100 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475116556 15789527040 866231 33554432000 4194304 4196468 140731521076912 140341659384400 140342194165659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26112] ppid=26100 vsize=15419460 memory=6068 CPUtime=5 cores=1,3,5,7
/proc/26102/task/26112/stat : 26112 (java) S 26100 26100 25111 0 -1 1077944384 21323 0 0 0 497 3 0 0 20 0 19 0 475116556 15789527040 866231 33554432000 4194304 4196468 140731521076912 140341658331248 140342194158210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26113] ppid=26100 vsize=15419460 memory=1452 CPUtime=5.49 cores=1,3,5,7
/proc/26102/task/26113/stat : 26113 (java) S 26100 26100 25111 0 -1 1077944384 21905 0 0 0 548 1 0 0 20 0 19 0 475116556 15789527040 866231 33554432000 4194304 4196468 140731521076912 140341657278448 140342194158210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26114] ppid=26100 vsize=15419460 memory=3616 CPUtime=1.1 cores=1,3,5,7
/proc/26102/task/26114/stat : 26114 (java) S 26100 26100 25111 0 -1 1077944384 10251 0 0 0 109 1 0 0 20 0 19 0 475116556 15789527040 866231 33554432000 4194304 4196468 140731521076912 140341656226160 140342194158210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26115] ppid=26100 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26115/stat : 26115 (java) S 26100 26100 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475116556 15789527040 866231 33554432000 4194304 4196468 140731521076912 140341655173600 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26116] ppid=26100 vsize=15419460 memory=1452 CPUtime=0.27 cores=1,3,5,7
/proc/26102/task/26116/stat : 26116 (java) S 26100 26100 25111 0 -1 1077944384 1295 0 0 0 0 27 0 0 20 0 19 0 475116557 15789527040 866231 33554432000 4194304 4196468 140731521076912 140341654121392 140342194158210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26117] ppid=26100 vsize=15419460 memory=2676 CPUtime=626.34 cores=1,3,5,7
/proc/26102/task/26117/stat : 26117 (java) R 26100 26100 25111 0 -1 4202560 2958 0 0 0 62632 2 0 0 20 0 19 0 475116833 15789527040 866231 33554432000 4194304 4196468 140731521076912 140341643041864 140341840834630 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26118] ppid=26100 vsize=15419460 memory=1764 CPUtime=625.69 cores=1,3,5,7
/proc/26102/task/26118/stat : 26118 (java) R 26100 26100 25111 0 -1 4202560 38468 0 0 0 62505 64 0 0 20 0 19 0 475116833 15789527040 866231 33554432000 4194304 4196468 140731521076912 140341641990808 140341841126389 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26119] ppid=26100 vsize=15419460 memory=3464924 CPUtime=627.28 cores=1,3,5,7
/proc/26102/task/26119/stat : 26119 (java) R 26100 26100 25111 0 -1 4202560 2146 0 0 0 62726 2 0 0 20 0 19 0 475116833 15789527040 866231 33554432000 4194304 4196468 140731521076912 140341640937848 140341841176036 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26120] ppid=26100 vsize=15419460 memory=1452 CPUtime=624.89 cores=1,3,5,7
/proc/26102/task/26120/stat : 26120 (java) R 26100 26100 25111 0 -1 4202560 4193 0 0 0 62488 1 0 0 20 0 19 0 475116833 15789527040 866231 33554432000 4194304 4196468 140731521076912 140341639886600 140341841003289 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
Current children cumulated CPU time: 2520.35 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 3466376 KiB

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

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

[startup+633.996 s]
# the end of solver process 26102 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.36 s, system=1.29185 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+633.909 s]
/proc/loadavg: 8.73 8.52 6.73 9/238 26257
/proc/meminfo: memFree=1725796/32770624 swapFree=67002244/67108860
[pid=26100] ppid=26097 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/26100/stat : 26100 (xcsp3-exec) S 26097 26100 25111 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475116550 115843072 363 33554432000 4194304 5098028 140731041029856 140731041027960 140112000299644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34684928 140731041030999 140731041031257 140731041031257 140731041034182 0
/proc/26100/statm: 28282 363 305 221 0 87 0
[pid=26102] ppid=26100 vsize=15419460 memory=3464924 CPUtime=2520.35 cores=1,3,5,7
/proc/26102/stat : 26102 (java) S 26100 26100 25111 0 -1 1077944320 128925 0 0 0 251908 127 0 0 20 0 19 0 475116551 15789527040 866231 33554432000 4194304 4196468 140731521076912 140731521059456 140342194147063 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
/proc/26102/statm: 3854865 866231 3536 1 0 3815965 0
[pid=26102/tid=26103] ppid=26100 vsize=15419460 memory=3464924 CPUtime=2.64 cores=1,3,5,7
/proc/26102/task/26103/stat : 26103 (java) S 26100 26100 25111 0 -1 1077944384 9887 0 0 0 253 11 0 0 20 0 19 0 475116551 15789527040 866231 33554432000 4194304 4196468 140731521076912 140342198387840 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26104] ppid=26100 vsize=15419460 memory=3464924 CPUtime=0.37 cores=1,3,5,7
/proc/26102/task/26104/stat : 26104 (java) S 26100 26100 25111 0 -1 1077944384 4009 0 0 0 28 9 0 0 20 0 19 0 475116552 15789527040 866231 33554432000 4194304 4196468 140731521076912 140341786368400 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26105] ppid=26100 vsize=15419460 memory=3464924 CPUtime=0.37 cores=1,3,5,7
/proc/26102/task/26105/stat : 26105 (java) S 26100 26100 25111 0 -1 1077944384 1616 0 0 0 27 10 0 0 20 0 19 0 475116552 15789527040 866231 33554432000 4194304 4196468 140731521076912 140341785315600 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26106] ppid=26100 vsize=15419460 memory=3464924 CPUtime=0.34 cores=1,3,5,7
/proc/26102/task/26106/stat : 26106 (java) S 26100 26100 25111 0 -1 1077944384 2534 0 0 0 26 8 0 0 20 0 19 0 475116552 15789527040 866231 33554432000 4194304 4196468 140731521076912 140341784263312 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26107] ppid=26100 vsize=15419460 memory=1452 CPUtime=0.4 cores=1,3,5,7
/proc/26102/task/26107/stat : 26107 (java) S 26100 26100 25111 0 -1 1077944384 1830 0 0 0 31 9 0 0 20 0 19 0 475116552 15789527040 866231 33554432000 4194304 4196468 140731521076912 140341783210512 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26108] ppid=26100 vsize=15419460 memory=3464924 CPUtime=0.06 cores=1,3,5,7
/proc/26102/task/26108/stat : 26108 (java) S 26100 26100 25111 0 -1 1077944384 5210 0 0 0 4 2 0 0 20 0 19 0 475116553 15789527040 866231 33554432000 4194304 4196468 140731521076912 140341662542448 140342194158210 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26109] ppid=26100 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26109/stat : 26109 (java) S 26100 26100 25111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475116554 15789527040 866231 33554432000 4194304 4196468 140731521076912 140341661488480 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26110] ppid=26100 vsize=15419460 memory=3464924 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26110/stat : 26110 (java) S 26100 26100 25111 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 475116554 15789527040 866231 33554432000 4194304 4196468 140731521076912 140341660436096 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26111] ppid=26100 vsize=15419460 memory=1736 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26111/stat : 26111 (java) S 26100 26100 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475116556 15789527040 866231 33554432000 4194304 4196468 140731521076912 140341659384400 140342194165659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26112] ppid=26100 vsize=15419460 memory=6068 CPUtime=5 cores=1,3,5,7
/proc/26102/task/26112/stat : 26112 (java) S 26100 26100 25111 0 -1 1077944384 21323 0 0 0 497 3 0 0 20 0 19 0 475116556 15789527040 866231 33554432000 4194304 4196468 140731521076912 140341658331248 140342194158210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26113] ppid=26100 vsize=15419460 memory=1452 CPUtime=5.49 cores=1,3,5,7
/proc/26102/task/26113/stat : 26113 (java) S 26100 26100 25111 0 -1 1077944384 21905 0 0 0 548 1 0 0 20 0 19 0 475116556 15789527040 866231 33554432000 4194304 4196468 140731521076912 140341657278448 140342194158210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26114] ppid=26100 vsize=15419460 memory=3616 CPUtime=1.1 cores=1,3,5,7
/proc/26102/task/26114/stat : 26114 (java) S 26100 26100 25111 0 -1 1077944384 10251 0 0 0 109 1 0 0 20 0 19 0 475116556 15789527040 866231 33554432000 4194304 4196468 140731521076912 140341656226160 140342194158210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26115] ppid=26100 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/26102/task/26115/stat : 26115 (java) S 26100 26100 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475116556 15789527040 866231 33554432000 4194304 4196468 140731521076912 140341655173600 140342194157269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26116] ppid=26100 vsize=15419460 memory=1452 CPUtime=0.27 cores=1,3,5,7
/proc/26102/task/26116/stat : 26116 (java) S 26100 26100 25111 0 -1 1077944384 1295 0 0 0 0 27 0 0 20 0 19 0 475116557 15789527040 866231 33554432000 4194304 4196468 140731521076912 140341654121392 140342194158210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26117] ppid=26100 vsize=15419460 memory=2676 CPUtime=626.34 cores=1,3,5,7
/proc/26102/task/26117/stat : 26117 (java) R 26100 26100 25111 0 -1 4202560 2958 0 0 0 62632 2 0 0 20 0 19 0 475116833 15789527040 866231 33554432000 4194304 4196468 140731521076912 140341643041864 140341840834630 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26118] ppid=26100 vsize=15419460 memory=1764 CPUtime=625.69 cores=1,3,5,7
/proc/26102/task/26118/stat : 26118 (java) R 26100 26100 25111 0 -1 4202560 38468 0 0 0 62505 64 0 0 20 0 19 0 475116833 15789527040 866231 33554432000 4194304 4196468 140731521076912 140341641990808 140341841126389 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26119] ppid=26100 vsize=15419460 memory=3464924 CPUtime=627.28 cores=1,3,5,7
/proc/26102/task/26119/stat : 26119 (java) R 26100 26100 25111 0 -1 4202560 2146 0 0 0 62726 2 0 0 20 0 19 0 475116833 15789527040 866231 33554432000 4194304 4196468 140731521076912 140341640937848 140341841176036 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
[pid=26102/tid=26120] ppid=26100 vsize=15419460 memory=1452 CPUtime=624.89 cores=1,3,5,7
/proc/26102/task/26120/stat : 26120 (java) R 26100 26100 25111 0 -1 4202560 4193 0 0 0 62488 1 0 0 20 0 19 0 475116833 15789527040 866231 33554432000 4194304 4196468 140731521076912 140341639886600 140341841003289 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37552128 140731521078235 140731521078410 140731521078410 140731521081295 0
Current children cumulated CPU time: 2520.35 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 3466376 KiB

Child status: 143
Real time (s): 633.996
CPU time (s): 2520.65
CPU user time (s): 2519.36
CPU system time (s): 1.29185
CPU usage (%): 397.582
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 3466376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.36
system time used= 1.29185
maximum resident set size= 3468632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129915
page faults= 0
swaps= 0
block input operations= 40
block output operations= 848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17341
involuntary context switches= 46960


# summary of solver processes directly reported to runsolver:
#   pid: 26100,26102
#   total CPU time (s): 2520.65
#   total CPU user time (s): 2519.36
#   total CPU system time (s): 1.29185

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.33414 second user time and 7.42799 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-20 16:10:35
IDJOB=4403419
IDBENCH=120805
IDSOLVER=2863
FILE ID=node136/4403419-1568988679
RUNJOBID= node136-1568987938-25143
PBS_JOBID= 21704639
Free space on /var/tmp= 13460 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/Rlfap/Rlfap-m1-graphsMod/Rlfap-graph-08-f10.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 /var/tmp/evaluation-result-4403419-1568988679/watcher-4403419-1568988679 -o /var/tmp/evaluation-result-4403419-1568988679/solver-4403419-1568988679 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node136-1568987938-25143 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 998453811 HOME/instance-4403419-1568988679.xml

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

MD5SUM BENCH= 53ef449e7d5451b48f2cdc0cd77eaa71
RANDOM SEED=998453811

node136.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         5952252 kB
MemAvailable:   31610588 kB
Buffers:          149472 kB
Cached:         25417068 kB
SwapCached:         3528 kB
Active:         13007180 kB
Inactive:       12804896 kB
Active(anon):     244224 kB
Inactive(anon):    49868 kB
Active(file):   12762956 kB
Inactive(file): 12755028 kB
Unevictable:      110480 kB
Mlocked:          110480 kB
SwapTotal:      67108860 kB
SwapFree:       67002240 kB
Dirty:             26464 kB
Writeback:             0 kB
AnonPages:        353832 kB
Mapped:            65148 kB
Shmem:             40196 kB
Slab:             597592 kB
SReclaimable:     568812 kB
SUnreclaim:        28780 kB
KernelStack:        3856 kB
PageTables:         6584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1521192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    247808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13436 MiB
End job on node136 at 2019-09-20 16:21:09