Trace number 4393051

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-06-14? (TO) 2520.39 638.391

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-10-06-fair.xml
MD5SUM93355dee8c41895d58696aeae14790df
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 benchmark15.4169
Satisfiable
(Un)Satisfiability was proved
Number of variables16091
Number of constraints15232
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":2156},{"size":201,"count":77},{"size":20001,"count":13858}]
Minimum variable degree2
Maximum variable degree131
Distribution of variable degrees[{"degree":2,"count":14227},{"degree":3,"count":360},{"degree":4,"count":36},{"degree":5,"count":180},{"degree":6,"count":109},{"degree":7,"count":310},{"degree":8,"count":413},{"degree":9,"count":246},{"degree":10,"count":22},{"degree":11,"count":13},{"degree":12,"count":72},{"degree":13,"count":70},{"degree":22,"count":1},{"degree":32,"count":7},{"degree":52,"count":7},{"degree":54,"count":4},{"degree":64,"count":1},{"degree":73,"count":6},{"degree":114,"count":2},{"degree":115,"count":4},{"degree":131,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2488},{"arity":3,"count":12742}]
Number of extensional constraints0
Number of intensional constraints15232
Distribution of constraint types[{"type":"intension","count":15232}]
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-4393051-1568352814.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393051-1568352814.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
19.82/6.81	c solve instance...
2520.11/638.35	s UNKNOWN
2520.11/638.35	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 (15018 MiB free)
  memory of node 1: 16384 MiB (9921 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393051-1568352814/watcher-4393051-1568352814 -o /tmp/evaluation-result-4393051-1568352814/solver-4393051-1568352814 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568346919-22073 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1685839328 HOME/instance-4393051-1568352814.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.100915 s]*
/proc/loadavg: 13.13 11.04 9.43 11/256 24917
/proc/meminfo: memFree=25520968/32770624 swapFree=66940772/67108860
[pid=24901] ppid=24898 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/24901/stat : 24901 (xcsp3-exec) S 24898 24901 22042 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411520096 115843072 362 33554432000 4194304 5098028 140723309017888 140723309015992 139978747744892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22695936 140723309024122 140723309024365 140723309024365 140723309027274 0
/proc/24901/statm: 28282 362 304 221 0 87 0
[pid=24903] ppid=24901 vsize=15144768 memory=30216 CPUtime=0.13 cores=0,2,4,6
/proc/24903/stat : 24903 (java) S 24901 24901 22042 0 -1 1077944320 5496 0 0 0 12 1 0 0 20 0 15 0 411520096 15508242432 7554 33554432000 4194304 4196468 140723500676768 140723500659312 140182055911159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
/proc/24903/statm: 3786192 7554 3143 1 0 3748377 0
[pid=24903/tid=24904] ppid=24901 vsize=15144768 memory=7533807676074704953 CPUtime=0.08 cores=0,2,4,6
/proc/24903/task/24904/stat : 24904 (java) R 24901 24901 22042 0 -1 4202560 3358 0 0 0 8 0 0 0 20 0 15 0 411520097 15508242432 7554 33554432000 4194304 4196468 140723500676768 140182060144736 140182035508424 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24905] ppid=24901 vsize=15144768 memory=3472468976828053168 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24905/stat : 24905 (java) S 24901 24901 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411520097 15508242432 7554 33554432000 4194304 4196468 140723500676768 140181967567120 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24906] ppid=24901 vsize=15144768 memory=140680600372864 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24906/stat : 24906 (java) S 24901 24901 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411520097 15508242432 7554 33554432000 4194304 4196468 140723500676768 140181966514576 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24907] ppid=24901 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24907/stat : 24907 (java) S 24901 24901 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411520097 15508242432 7554 33554432000 4194304 4196468 140723500676768 140181965462032 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24908] ppid=24901 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24908/stat : 24908 (java) S 24901 24901 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411520097 15508242432 7554 33554432000 4194304 4196468 140723500676768 140181964409488 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24909] ppid=24901 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24909/stat : 24909 (java) S 24901 24901 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411520099 15508242432 7554 33554432000 4194304 4196468 140723500676768 140180929927664 140182055922306 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24910] ppid=24901 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24910/stat : 24910 (java) S 24901 24901 22042 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411520099 15508242432 7554 33554432000 4194304 4196468 140723500676768 140180928873888 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24911] ppid=24901 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24911/stat : 24911 (java) S 24901 24901 22042 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411520099 15508242432 7554 33554432000 4194304 4196468 140723500676768 140180927821296 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24912] ppid=24901 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24912/stat : 24912 (java) S 24901 24901 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411520102 15508242432 7554 33554432000 4194304 4196468 140723500676768 140180926769872 140182055929755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24913] ppid=24901 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24913/stat : 24913 (java) S 24901 24901 22042 0 -1 1077944384 345 0 0 0 0 0 0 0 20 0 15 0 411520102 15508242432 7554 33554432000 4194304 4196468 140723500676768 140180925716464 140182055922306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24914] ppid=24901 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24914/stat : 24914 (java) S 24901 24901 22042 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 411520102 15508242432 7554 33554432000 4194304 4196468 140723500676768 140180924663920 140182055922306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24915] ppid=24901 vsize=15144768 memory=140680600372864 CPUtime=0.02 cores=0,2,4,6
/proc/24903/task/24915/stat : 24915 (java) R 24901 24901 22042 0 -1 4202560 366 0 0 0 2 0 0 0 20 0 15 0 411520102 15508242432 7554 33554432000 4194304 4196468 140723500676768 140180923611376 140182055932506 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24916] ppid=24901 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24916/stat : 24916 (java) S 24901 24901 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411520102 15508242432 7554 33554432000 4194304 4196468 140723500676768 140180922559072 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24917] ppid=24901 vsize=15144768 memory=140680600372864 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24917/stat : 24917 (java) S 24901 24901 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411520102 15508242432 7554 33554432000 4194304 4196468 140723500676768 140180921506608 140182055922306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 31664 KiB

[startup+0.21105 s]*
/proc/loadavg: 13.13 11.04 9.43 11/256 24917
/proc/meminfo: memFree=25508280/32770624 swapFree=66940772/67108860
[pid=24901] ppid=24898 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/24901/stat : 24901 (xcsp3-exec) S 24898 24901 22042 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411520096 115843072 362 33554432000 4194304 5098028 140723309017888 140723309015992 139978747744892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22695936 140723309024122 140723309024365 140723309024365 140723309027274 0
/proc/24901/statm: 28282 362 304 221 0 87 0
[pid=24903] ppid=24901 vsize=15144768 memory=41228 CPUtime=0.35 cores=0,2,4,6
/proc/24903/stat : 24903 (java) S 24901 24901 22042 0 -1 1077944320 9027 0 0 0 32 3 0 0 20 0 15 0 411520096 15508242432 10307 33554432000 4194304 4196468 140723500676768 140723500659312 140182055911159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
/proc/24903/statm: 3786192 10307 3302 1 0 3748377 0
[pid=24903/tid=24904] ppid=24901 vsize=15144768 memory=8514701219881255588 CPUtime=0.2 cores=0,2,4,6
/proc/24903/task/24904/stat : 24904 (java) R 24901 24901 22042 0 -1 4202560 6158 0 0 0 18 2 0 0 20 0 15 0 411520097 15508242432 10307 33554432000 4194304 4196468 140723500676768 140182060144336 140182055923094 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24905] ppid=24901 vsize=15144768 memory=3472468976828053168 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24905/stat : 24905 (java) S 24901 24901 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411520097 15508242432 10373 33554432000 4194304 4196468 140723500676768 140181967567120 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24906] ppid=24901 vsize=15144768 memory=140680600372864 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24906/stat : 24906 (java) S 24901 24901 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411520097 15508242432 10373 33554432000 4194304 4196468 140723500676768 140181966514576 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24907] ppid=24901 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24907/stat : 24907 (java) S 24901 24901 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411520097 15508242432 10373 33554432000 4194304 4196468 140723500676768 140181965462032 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24908] ppid=24901 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24908/stat : 24908 (java) S 24901 24901 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411520097 15508242432 10373 33554432000 4194304 4196468 140723500676768 140181964409488 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24909] ppid=24901 vsize=15144768 memory=140680600372864 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24909/stat : 24909 (java) S 24901 24901 22042 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411520099 15508242432 10373 33554432000 4194304 4196468 140723500676768 140180929927664 140182055922306 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24910] ppid=24901 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24910/stat : 24910 (java) S 24901 24901 22042 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411520099 15508242432 10373 33554432000 4194304 4196468 140723500676768 140180928873888 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24911] ppid=24901 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24911/stat : 24911 (java) S 24901 24901 22042 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411520099 15508242432 10373 33554432000 4194304 4196468 140723500676768 140180927821296 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24912] ppid=24901 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24912/stat : 24912 (java) S 24901 24901 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411520102 15508242432 10373 33554432000 4194304 4196468 140723500676768 140180926769872 140182055929755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24913] ppid=24901 vsize=15144768 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/24903/task/24913/stat : 24913 (java) S 24901 24901 22042 0 -1 1077944384 667 0 0 0 3 0 0 0 20 0 15 0 411520102 15508242432 10373 33554432000 4194304 4196468 140723500676768 140180925716464 140182055922306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24914] ppid=24901 vsize=15144768 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/24903/task/24914/stat : 24914 (java) S 24901 24901 22042 0 -1 1077944384 171 0 0 0 1 0 0 0 20 0 15 0 411520102 15508242432 10373 33554432000 4194304 4196468 140723500676768 140180924663920 140182055922306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24915] ppid=24901 vsize=15144768 memory=140680600372864 CPUtime=0.08 cores=0,2,4,6
/proc/24903/task/24915/stat : 24915 (java) R 24901 24901 22042 0 -1 4202560 726 0 0 0 8 0 0 0 20 0 15 0 411520102 15508242432 10373 33554432000 4194304 4196468 140723500676768 140180923611376 140182055923094 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24916] ppid=24901 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24916/stat : 24916 (java) S 24901 24901 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411520102 15508242432 10373 33554432000 4194304 4196468 140723500676768 140180922559072 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24917] ppid=24901 vsize=15144768 memory=140680600372864 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24917/stat : 24917 (java) S 24901 24901 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411520102 15508242432 10373 33554432000 4194304 4196468 140723500676768 140180921506608 140182055922306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42676 KiB

[startup+0.315795 s]*
/proc/loadavg: 13.13 11.04 9.43 11/256 24917
/proc/meminfo: memFree=25500972/32770624 swapFree=66940772/67108860
[pid=24901] ppid=24898 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/24901/stat : 24901 (xcsp3-exec) S 24898 24901 22042 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411520096 115843072 362 33554432000 4194304 5098028 140723309017888 140723309015992 139978747744892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22695936 140723309024122 140723309024365 140723309024365 140723309027274 0
/proc/24901/statm: 28282 362 304 221 0 87 0
[pid=24903] ppid=24901 vsize=15149024 memory=50752 CPUtime=0.54 cores=0,2,4,6
/proc/24903/stat : 24903 (java) S 24901 24901 22042 0 -1 1077944320 10459 0 0 0 51 3 0 0 20 0 15 0 411520096 15512600576 12688 33554432000 4194304 4196468 140723500676768 140723500659312 140182055911159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
/proc/24903/statm: 3787256 12688 3358 1 0 3748377 0
[pid=24903/tid=24904] ppid=24901 vsize=15149024 memory=8514701219880992413 CPUtime=0.3 cores=0,2,4,6
/proc/24903/task/24904/stat : 24904 (java) R 24901 24901 22042 0 -1 4202560 7370 0 0 0 28 2 0 0 20 0 15 0 411520097 15512600576 12688 33554432000 4194304 4196468 140723500676768 140182060146704 140182039991646 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24905] ppid=24901 vsize=15149024 memory=3472468976828053168 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24905/stat : 24905 (java) S 24901 24901 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411520097 15512600576 12688 33554432000 4194304 4196468 140723500676768 140181967567120 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24906] ppid=24901 vsize=15149024 memory=140680600394933 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24906/stat : 24906 (java) S 24901 24901 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411520097 15512600576 12688 33554432000 4194304 4196468 140723500676768 140181966514576 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24907] ppid=24901 vsize=15149024 memory=140680445958985 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24907/stat : 24907 (java) S 24901 24901 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411520097 15512600576 12688 33554432000 4194304 4196468 140723500676768 140181965462032 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24908] ppid=24901 vsize=15149024 memory=140680445943759 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24908/stat : 24908 (java) S 24901 24901 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411520097 15512600576 12688 33554432000 4194304 4196468 140723500676768 140181964409488 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24909] ppid=24901 vsize=15149024 memory=140680600396897 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24909/stat : 24909 (java) S 24901 24901 22042 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411520099 15512600576 12688 33554432000 4194304 4196468 140723500676768 140180929927664 140182055922306 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24910] ppid=24901 vsize=15149024 memory=140680445943759 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24910/stat : 24910 (java) S 24901 24901 22042 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411520099 15512600576 12688 33554432000 4194304 4196468 140723500676768 140180928873888 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24911] ppid=24901 vsize=15149024 memory=281360891880592 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24911/stat : 24911 (java) S 24901 24901 22042 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411520099 15512600576 12688 33554432000 4194304 4196468 140723500676768 140180927821296 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24912] ppid=24901 vsize=15149024 memory=281360891905872 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24912/stat : 24912 (java) S 24901 24901 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411520102 15512600576 12688 33554432000 4194304 4196468 140723500676768 140180926769872 140182055929755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24913] ppid=24901 vsize=15149024 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/24903/task/24913/stat : 24913 (java) S 24901 24901 22042 0 -1 1077944384 690 0 0 0 4 0 0 0 20 0 15 0 411520102 15512600576 12688 33554432000 4194304 4196468 140723500676768 140180925716464 140182055922306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24914] ppid=24901 vsize=15149024 memory=2240 CPUtime=0.04 cores=0,2,4,6
/proc/24903/task/24914/stat : 24914 (java) S 24901 24901 22042 0 -1 1077944384 293 0 0 0 4 0 0 0 20 0 15 0 411520102 15512600576 12688 33554432000 4194304 4196468 140723500676768 140180924663920 140182055922306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24915] ppid=24901 vsize=15149024 memory=140680600372864 CPUtime=0.12 cores=0,2,4,6
/proc/24903/task/24915/stat : 24915 (java) S 24901 24901 22042 0 -1 1077944384 802 0 0 0 12 0 0 0 20 0 15 0 411520102 15512600576 12688 33554432000 4194304 4196468 140723500676768 140180923611376 140182055922306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24916] ppid=24901 vsize=15149024 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24916/stat : 24916 (java) S 24901 24901 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411520102 15512600576 12688 33554432000 4194304 4196468 140723500676768 140180922559072 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24917] ppid=24901 vsize=15149024 memory=140680600372864 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24917/stat : 24917 (java) S 24901 24901 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411520102 15512600576 12688 33554432000 4194304 4196468 140723500676768 140180921506608 140182055922306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 52200 KiB

[startup+0.700791 s]
/proc/loadavg: 13.13 11.04 9.43 13/256 24917
/proc/meminfo: memFree=25474612/32770624 swapFree=66940772/67108860
[pid=24901] ppid=24898 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/24901/stat : 24901 (xcsp3-exec) S 24898 24901 22042 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411520096 115843072 362 33554432000 4194304 5098028 140723309017888 140723309015992 139978747744892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22695936 140723309024122 140723309024365 140723309024365 140723309027274 0
/proc/24901/statm: 28282 362 304 221 0 87 0
[pid=24903] ppid=24901 vsize=15151148 memory=108604 CPUtime=1.75 cores=0,2,4,6
/proc/24903/stat : 24903 (java) S 24901 24901 22042 0 -1 1077944320 13662 0 0 0 171 4 0 0 20 0 15 0 411520096 15514775552 27151 33554432000 4194304 4196468 140723500676768 140723500659312 140182055911159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
/proc/24903/statm: 3787787 27151 3446 1 0 3748889 0
[pid=24903/tid=24904] ppid=24901 vsize=15151148 memory=5865469479800824941 CPUtime=0.67 cores=0,2,4,6
/proc/24903/task/24904/stat : 24904 (java) R 24901 24901 22042 0 -1 4202560 7819 0 0 0 64 3 0 0 20 0 15 0 411520097 15514775552 27151 33554432000 4194304 4196468 140723500676768 140182060145696 140181645603551 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24905] ppid=24901 vsize=15151148 memory=5865465064658194540 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24905/stat : 24905 (java) S 24901 24901 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411520097 15514775552 27151 33554432000 4194304 4196468 140723500676768 140181967567120 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24906] ppid=24901 vsize=15151148 memory=6935649255827793216 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24906/stat : 24906 (java) S 24901 24901 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411520097 15514775552 27151 33554432000 4194304 4196468 140723500676768 140181966514576 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24907] ppid=24901 vsize=15151148 memory=8514726395715351173 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24907/stat : 24907 (java) S 24901 24901 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411520097 15514775552 27151 33554432000 4194304 4196468 140723500676768 140181965462032 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24908] ppid=24901 vsize=15151148 memory=-7395679465411339351 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24908/stat : 24908 (java) S 24901 24901 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411520097 15514775552 27151 33554432000 4194304 4196468 140723500676768 140181964409488 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24909] ppid=24901 vsize=15151148 memory=-9181546051567709026 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24909/stat : 24909 (java) S 24901 24901 22042 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411520099 15514775552 27151 33554432000 4194304 4196468 140723500676768 140180929927664 140182055922306 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24910] ppid=24901 vsize=15151148 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24910/stat : 24910 (java) S 24901 24901 22042 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411520099 15514775552 27151 33554432000 4194304 4196468 140723500676768 140180928873888 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24911] ppid=24901 vsize=15151148 memory=6884 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24911/stat : 24911 (java) S 24901 24901 22042 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411520099 15514775552 27151 33554432000 4194304 4196468 140723500676768 140180927821296 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24912] ppid=24901 vsize=15151148 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24912/stat : 24912 (java) S 24901 24901 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411520102 15514775552 27151 33554432000 4194304 4196468 140723500676768 140180926769872 140182055929755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24913] ppid=24901 vsize=15151148 memory=9 CPUtime=0.36 cores=0,2,4,6
/proc/24903/task/24913/stat : 24913 (java) R 24901 24901 22042 0 -1 4202560 1637 0 0 0 36 0 0 0 20 0 15 0 411520102 15514775552 27151 33554432000 4194304 4196468 140723500676768 140180925703032 140182040687424 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24914] ppid=24901 vsize=15151148 memory=141 CPUtime=0.37 cores=0,2,4,6
/proc/24903/task/24914/stat : 24914 (java) R 24901 24901 22042 0 -1 4202560 1159 0 0 0 37 0 0 0 20 0 15 0 411520102 15514775552 27151 33554432000 4194304 4196468 140723500676768 140180924663920 140182039322054 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24915] ppid=24901 vsize=15151148 memory=10 CPUtime=0.31 cores=0,2,4,6
/proc/24903/task/24915/stat : 24915 (java) S 24901 24901 22042 0 -1 1077944384 1741 0 0 0 31 0 0 0 20 0 15 0 411520102 15514775552 27151 33554432000 4194304 4196468 140723500676768 140180923611376 140182055922306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24916] ppid=24901 vsize=15151148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24916/stat : 24916 (java) S 24901 24901 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411520102 15514775552 27151 33554432000 4194304 4196468 140723500676768 140180922559072 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24917] ppid=24901 vsize=15151148 memory=7447071859567650921 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24917/stat : 24917 (java) S 24901 24901 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411520102 15514775552 27151 33554432000 4194304 4196468 140723500676768 140180921506608 140182055922306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 110052 KiB

[startup+1.51079 s]
/proc/loadavg: 13.13 11.04 9.43 12/256 24917
/proc/meminfo: memFree=25352436/32770624 swapFree=66940772/67108860
[pid=24901] ppid=24898 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/24901/stat : 24901 (xcsp3-exec) S 24898 24901 22042 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411520096 115843072 362 33554432000 4194304 5098028 140723309017888 140723309015992 139978747744892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22695936 140723309024122 140723309024365 140723309024365 140723309027274 0
/proc/24901/statm: 28282 362 304 221 0 87 0

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

/proc/24903/stat : 24903 (java) S 24901 24901 22042 0 -1 1077944320 238486 0 0 0 229270 446 0 0 20 0 19 0 411520096 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140723500659312 140182055911159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
/proc/24903/statm: 3854863 1417915 3552 1 0 3815965 0
[pid=24903/tid=24904] ppid=24901 vsize=15419452 memory=1448 CPUtime=4.66 cores=0,2,4,6
/proc/24903/task/24904/stat : 24904 (java) S 24901 24901 22042 0 -1 1077944384 12342 0 0 0 453 13 0 0 20 0 19 0 411520097 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140182060151936 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24905] ppid=24901 vsize=15419452 memory=5671660 CPUtime=19.53 cores=0,2,4,6
/proc/24903/task/24905/stat : 24905 (java) S 24901 24901 22042 0 -1 1077944384 16727 0 0 0 1854 99 0 0 20 0 19 0 411520097 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140181967567120 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24906] ppid=24901 vsize=15419452 memory=5671660 CPUtime=19.4 cores=0,2,4,6
/proc/24903/task/24906/stat : 24906 (java) S 24901 24901 22042 0 -1 1077944384 14123 0 0 0 1839 101 0 0 20 0 19 0 411520097 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140181966514576 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24907] ppid=24901 vsize=15419452 memory=5671660 CPUtime=19.39 cores=0,2,4,6
/proc/24903/task/24907/stat : 24907 (java) S 24901 24901 22042 0 -1 1077944384 17694 0 0 0 1837 102 0 0 20 0 19 0 411520097 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140181965462032 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24908] ppid=24901 vsize=15419452 memory=5671660 CPUtime=19.44 cores=0,2,4,6
/proc/24903/task/24908/stat : 24908 (java) S 24901 24901 22042 0 -1 1077944384 12525 0 0 0 1842 102 0 0 20 0 19 0 411520097 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140181964409488 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24909] ppid=24901 vsize=15419452 memory=1448 CPUtime=4.39 cores=0,2,4,6
/proc/24903/task/24909/stat : 24909 (java) S 24901 24901 22042 0 -1 1077944384 12824 0 0 0 438 1 0 0 20 0 19 0 411520099 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180929927664 140182055922306 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24910] ppid=24901 vsize=15419452 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24910/stat : 24910 (java) S 24901 24901 22042 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 19 0 411520099 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180928873952 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24911] ppid=24901 vsize=15419452 memory=5671660 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24911/stat : 24911 (java) S 24901 24901 22042 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 411520099 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180927821312 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24912] ppid=24901 vsize=15419452 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24912/stat : 24912 (java) S 24901 24901 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411520102 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180926769872 140182055929755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24913] ppid=24901 vsize=15419452 memory=5671660 CPUtime=6.07 cores=0,2,4,6
/proc/24903/task/24913/stat : 24913 (java) S 24901 24901 22042 0 -1 1077944384 28215 0 0 0 605 2 0 0 20 0 19 0 411520102 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180925716464 140182055922306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24914] ppid=24901 vsize=15419452 memory=1448 CPUtime=6.23 cores=0,2,4,6
/proc/24903/task/24914/stat : 24914 (java) S 24901 24901 22042 0 -1 1077944384 24278 0 0 0 620 3 0 0 20 0 19 0 411520102 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180924663920 140182055922306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 34 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24915] ppid=24901 vsize=15419452 memory=3620 CPUtime=1.27 cores=0,2,4,6
/proc/24903/task/24915/stat : 24915 (java) S 24901 24901 22042 0 -1 1077944384 17145 0 0 0 125 2 0 0 20 0 19 0 411520102 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180923611376 140182055922306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 34 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24916] ppid=24901 vsize=15419452 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24916/stat : 24916 (java) S 24901 24901 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411520102 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180922559072 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24917] ppid=24901 vsize=15419452 memory=1448 CPUtime=0.22 cores=0,2,4,6
/proc/24903/task/24917/stat : 24917 (java) S 24901 24901 22042 0 -1 1077944384 1492 0 0 0 0 22 0 0 20 0 19 0 411520102 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180921506608 140182055922306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 34 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24918] ppid=24901 vsize=15419452 memory=1428 CPUtime=547.98 cores=0,2,4,6
/proc/24903/task/24918/stat : 24918 (java) R 24901 24901 22042 0 -1 4202560 11410 0 0 0 54795 3 0 0 20 0 19 0 411520781 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180910197928 140181654894699 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24919] ppid=24901 vsize=15419452 memory=1772 CPUtime=549.86 cores=0,2,4,6
/proc/24903/task/24919/stat : 24919 (java) R 24901 24901 22042 0 -1 4202560 31956 0 0 0 54978 8 0 0 20 0 19 0 411520781 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180909147048 140181646363607 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24920] ppid=24901 vsize=15419452 memory=1448 CPUtime=549.58 cores=0,2,4,6
/proc/24903/task/24920/stat : 24920 (java) R 24901 24901 22042 0 -1 4202560 7877 0 0 0 54956 2 0 0 20 0 19 0 411520781 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180908093728 140181654708287 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24921] ppid=24901 vsize=15419452 memory=1448 CPUtime=549.02 cores=0,2,4,6
/proc/24903/task/24921/stat : 24921 (java) R 24901 24901 22042 0 -1 4202560 28530 0 0 0 54899 3 0 0 20 0 19 0 411520781 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180907042648 140181654975183 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
Current children cumulated CPU time: 2297.16 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 5673108 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+638.302 s]
/proc/loadavg: 9.10 9.76 9.75 10/239 24980
/proc/meminfo: memFree=20573076/32770624 swapFree=66940776/67108860
[pid=24901] ppid=24898 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/24901/stat : 24901 (xcsp3-exec) S 24898 24901 22042 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411520096 115843072 362 33554432000 4194304 5098028 140723309017888 140723309015992 139978747744892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22695936 140723309024122 140723309024365 140723309024365 140723309027274 0
/proc/24901/statm: 28282 362 304 221 0 87 0
[pid=24903] ppid=24901 vsize=15419452 memory=5671660 CPUtime=2520.11 cores=0,2,4,6
/proc/24903/stat : 24903 (java) S 24901 24901 22042 0 -1 1077944320 242809 0 0 0 251564 447 0 0 20 0 19 0 411520096 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140723500659312 140182055911159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
/proc/24903/statm: 3854863 1417915 3552 1 0 3815965 0
[pid=24903/tid=24904] ppid=24901 vsize=15419452 memory=2596 CPUtime=4.66 cores=0,2,4,6
/proc/24903/task/24904/stat : 24904 (java) S 24901 24901 22042 0 -1 1077944384 12342 0 0 0 453 13 0 0 20 0 19 0 411520097 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140182060151936 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24905] ppid=24901 vsize=15419452 memory=5671660 CPUtime=19.53 cores=0,2,4,6
/proc/24903/task/24905/stat : 24905 (java) S 24901 24901 22042 0 -1 1077944384 16727 0 0 0 1854 99 0 0 20 0 19 0 411520097 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140181967567120 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24906] ppid=24901 vsize=15419452 memory=5671660 CPUtime=19.4 cores=0,2,4,6
/proc/24903/task/24906/stat : 24906 (java) S 24901 24901 22042 0 -1 1077944384 14123 0 0 0 1839 101 0 0 20 0 19 0 411520097 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140181966514576 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24907] ppid=24901 vsize=15419452 memory=5671660 CPUtime=19.39 cores=0,2,4,6
/proc/24903/task/24907/stat : 24907 (java) S 24901 24901 22042 0 -1 1077944384 17694 0 0 0 1837 102 0 0 20 0 19 0 411520097 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140181965462032 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24908] ppid=24901 vsize=15419452 memory=1448 CPUtime=19.44 cores=0,2,4,6
/proc/24903/task/24908/stat : 24908 (java) S 24901 24901 22042 0 -1 1077944384 12525 0 0 0 1842 102 0 0 20 0 19 0 411520097 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140181964409488 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24909] ppid=24901 vsize=15419452 memory=5671660 CPUtime=4.39 cores=0,2,4,6
/proc/24903/task/24909/stat : 24909 (java) S 24901 24901 22042 0 -1 1077944384 12829 0 0 0 438 1 0 0 20 0 19 0 411520099 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180929927664 140182055922306 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24910] ppid=24901 vsize=15419452 memory=5671660 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24910/stat : 24910 (java) S 24901 24901 22042 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 19 0 411520099 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180928873952 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24911] ppid=24901 vsize=15419452 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24911/stat : 24911 (java) S 24901 24901 22042 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 411520099 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180927821312 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24912] ppid=24901 vsize=15419452 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24912/stat : 24912 (java) S 24901 24901 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411520102 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180926769872 140182055929755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24913] ppid=24901 vsize=15419452 memory=1448 CPUtime=6.07 cores=0,2,4,6
/proc/24903/task/24913/stat : 24913 (java) S 24901 24901 22042 0 -1 1077944384 28219 0 0 0 605 2 0 0 20 0 19 0 411520102 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180925716464 140182055922306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24914] ppid=24901 vsize=15419452 memory=1448 CPUtime=6.23 cores=0,2,4,6
/proc/24903/task/24914/stat : 24914 (java) S 24901 24901 22042 0 -1 1077944384 24280 0 0 0 620 3 0 0 20 0 19 0 411520102 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180924663920 140182055922306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 34 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24915] ppid=24901 vsize=15419452 memory=1448 CPUtime=1.27 cores=0,2,4,6
/proc/24903/task/24915/stat : 24915 (java) S 24901 24901 22042 0 -1 1077944384 17154 0 0 0 125 2 0 0 20 0 19 0 411520102 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180923611376 140182055922306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 34 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24916] ppid=24901 vsize=15419452 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24916/stat : 24916 (java) S 24901 24901 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411520102 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180922559072 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24917] ppid=24901 vsize=15419452 memory=3620 CPUtime=0.24 cores=0,2,4,6
/proc/24903/task/24917/stat : 24917 (java) S 24901 24901 22042 0 -1 1077944384 1526 0 0 0 0 24 0 0 20 0 19 0 411520102 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180921506608 140182055922306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 34 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24918] ppid=24901 vsize=15419452 memory=38364 CPUtime=603.98 cores=0,2,4,6
/proc/24903/task/24918/stat : 24918 (java) R 24901 24901 22042 0 -1 4202560 12206 0 0 0 60395 3 0 0 20 0 19 0 411520781 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180910197928 140181654894988 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24919] ppid=24901 vsize=15419452 memory=148 CPUtime=605.84 cores=0,2,4,6
/proc/24903/task/24919/stat : 24919 (java) R 24901 24901 22042 0 -1 4202560 32898 0 0 0 60576 8 0 0 20 0 19 0 411520781 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180909147048 140181646363598 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24920] ppid=24901 vsize=15419452 memory=7375037282243800938 CPUtime=605.56 cores=0,2,4,6
/proc/24903/task/24920/stat : 24920 (java) R 24901 24901 22042 0 -1 4202560 8413 0 0 0 60554 2 0 0 20 0 19 0 411520781 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180908093728 140181654708094 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24921] ppid=24901 vsize=15419452 memory=1448 CPUtime=603.98 cores=0,2,4,6
/proc/24903/task/24921/stat : 24921 (java) R 24901 24901 22042 0 -1 4202560 30525 0 0 0 60395 3 0 0 20 0 19 0 411520781 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180907042648 140181655092714 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
Current children cumulated CPU time: 2520.11 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 5673108 KiB

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

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

[startup+638.391 s]
# the end of solver process 24903 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.9 s, system=4.49876 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+638.302 s]
/proc/loadavg: 9.10 9.76 9.75 10/239 24980
/proc/meminfo: memFree=20573076/32770624 swapFree=66940776/67108860
[pid=24901] ppid=24898 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/24901/stat : 24901 (xcsp3-exec) S 24898 24901 22042 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411520096 115843072 362 33554432000 4194304 5098028 140723309017888 140723309015992 139978747744892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22695936 140723309024122 140723309024365 140723309024365 140723309027274 0
/proc/24901/statm: 28282 362 304 221 0 87 0
[pid=24903] ppid=24901 vsize=15419452 memory=5671660 CPUtime=2520.11 cores=0,2,4,6
/proc/24903/stat : 24903 (java) S 24901 24901 22042 0 -1 1077944320 242809 0 0 0 251564 447 0 0 20 0 19 0 411520096 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140723500659312 140182055911159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
/proc/24903/statm: 3854863 1417915 3552 1 0 3815965 0
[pid=24903/tid=24904] ppid=24901 vsize=15419452 memory=2596 CPUtime=4.66 cores=0,2,4,6
/proc/24903/task/24904/stat : 24904 (java) S 24901 24901 22042 0 -1 1077944384 12342 0 0 0 453 13 0 0 20 0 19 0 411520097 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140182060151936 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24905] ppid=24901 vsize=15419452 memory=5671660 CPUtime=19.53 cores=0,2,4,6
/proc/24903/task/24905/stat : 24905 (java) S 24901 24901 22042 0 -1 1077944384 16727 0 0 0 1854 99 0 0 20 0 19 0 411520097 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140181967567120 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24906] ppid=24901 vsize=15419452 memory=5671660 CPUtime=19.4 cores=0,2,4,6
/proc/24903/task/24906/stat : 24906 (java) S 24901 24901 22042 0 -1 1077944384 14123 0 0 0 1839 101 0 0 20 0 19 0 411520097 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140181966514576 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24907] ppid=24901 vsize=15419452 memory=5671660 CPUtime=19.39 cores=0,2,4,6
/proc/24903/task/24907/stat : 24907 (java) S 24901 24901 22042 0 -1 1077944384 17694 0 0 0 1837 102 0 0 20 0 19 0 411520097 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140181965462032 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24908] ppid=24901 vsize=15419452 memory=1448 CPUtime=19.44 cores=0,2,4,6
/proc/24903/task/24908/stat : 24908 (java) S 24901 24901 22042 0 -1 1077944384 12525 0 0 0 1842 102 0 0 20 0 19 0 411520097 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140181964409488 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24909] ppid=24901 vsize=15419452 memory=5671660 CPUtime=4.39 cores=0,2,4,6
/proc/24903/task/24909/stat : 24909 (java) S 24901 24901 22042 0 -1 1077944384 12829 0 0 0 438 1 0 0 20 0 19 0 411520099 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180929927664 140182055922306 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24910] ppid=24901 vsize=15419452 memory=5671660 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24910/stat : 24910 (java) S 24901 24901 22042 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 19 0 411520099 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180928873952 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24911] ppid=24901 vsize=15419452 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24911/stat : 24911 (java) S 24901 24901 22042 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 411520099 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180927821312 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24912] ppid=24901 vsize=15419452 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24912/stat : 24912 (java) S 24901 24901 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411520102 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180926769872 140182055929755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24913] ppid=24901 vsize=15419452 memory=1448 CPUtime=6.07 cores=0,2,4,6
/proc/24903/task/24913/stat : 24913 (java) S 24901 24901 22042 0 -1 1077944384 28219 0 0 0 605 2 0 0 20 0 19 0 411520102 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180925716464 140182055922306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24914] ppid=24901 vsize=15419452 memory=1448 CPUtime=6.23 cores=0,2,4,6
/proc/24903/task/24914/stat : 24914 (java) S 24901 24901 22042 0 -1 1077944384 24280 0 0 0 620 3 0 0 20 0 19 0 411520102 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180924663920 140182055922306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 34 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24915] ppid=24901 vsize=15419452 memory=1448 CPUtime=1.27 cores=0,2,4,6
/proc/24903/task/24915/stat : 24915 (java) S 24901 24901 22042 0 -1 1077944384 17154 0 0 0 125 2 0 0 20 0 19 0 411520102 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180923611376 140182055922306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 34 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24916] ppid=24901 vsize=15419452 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/24903/task/24916/stat : 24916 (java) S 24901 24901 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411520102 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180922559072 140182055921365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24917] ppid=24901 vsize=15419452 memory=3620 CPUtime=0.24 cores=0,2,4,6
/proc/24903/task/24917/stat : 24917 (java) S 24901 24901 22042 0 -1 1077944384 1526 0 0 0 0 24 0 0 20 0 19 0 411520102 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180921506608 140182055922306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 34 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24918] ppid=24901 vsize=15419452 memory=38364 CPUtime=603.98 cores=0,2,4,6
/proc/24903/task/24918/stat : 24918 (java) R 24901 24901 22042 0 -1 4202560 12206 0 0 0 60395 3 0 0 20 0 19 0 411520781 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180910197928 140181654894988 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24919] ppid=24901 vsize=15419452 memory=148 CPUtime=605.84 cores=0,2,4,6
/proc/24903/task/24919/stat : 24919 (java) R 24901 24901 22042 0 -1 4202560 32898 0 0 0 60576 8 0 0 20 0 19 0 411520781 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180909147048 140181646363598 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24920] ppid=24901 vsize=15419452 memory=7375037282243800938 CPUtime=605.56 cores=0,2,4,6
/proc/24903/task/24920/stat : 24920 (java) R 24901 24901 22042 0 -1 4202560 8413 0 0 0 60554 2 0 0 20 0 19 0 411520781 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180908093728 140181654708094 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
[pid=24903/tid=24921] ppid=24901 vsize=15419452 memory=1448 CPUtime=603.98 cores=0,2,4,6
/proc/24903/task/24921/stat : 24921 (java) R 24901 24901 22042 0 -1 4202560 30525 0 0 0 60395 3 0 0 20 0 19 0 411520781 15789518848 1417915 33554432000 4194304 4196468 140723500676768 140180907042648 140181655092714 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7122944 140723500680175 140723500680346 140723500680346 140723500683215 0
Current children cumulated CPU time: 2520.11 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 5673108 KiB

Child status: 143
Real time (s): 638.391
CPU time (s): 2520.39
CPU user time (s): 2515.9
CPU system time (s): 4.49876
CPU usage (%): 394.804
Max. virtual memory (cumulated for all children) (KiB): 15532580
Max. memory (cumulated for all children) (KiB): 5673108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.9
system time used= 4.49876
maximum resident set size= 5672280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 244025
page faults= 0
swaps= 0
block input operations= 0
block output operations= 856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18666
involuntary context switches= 54424


# summary of solver processes directly reported to runsolver:
#   pid: 24901,24903
#   total CPU time (s): 2520.39
#   total CPU user time (s): 2515.9
#   total CPU system time (s): 4.49876

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.90602 second user time and 7.46494 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-13 07:32:56
IDJOB=4393051
IDBENCH=139285
IDSOLVER=2840
FILE ID=node149/4393051-1568352814
RUNJOBID= node149-1568346919-22073
PBS_JOBID= 21701170
Free space on /tmp= 57020 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-10-06-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-4393051-1568352814/watcher-4393051-1568352814 -o /tmp/evaluation-result-4393051-1568352814/solver-4393051-1568352814 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568346919-22073 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1685839328 HOME/instance-4393051-1568352814.xml

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

MD5SUM BENCH= 93355dee8c41895d58696aeae14790df
RANDOM SEED=1685839328

node149.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.81
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.81
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.81
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.81
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:        25537916 kB
MemAvailable:   26327852 kB
Buffers:          139116 kB
Cached:           947836 kB
SwapCached:        61376 kB
Active:          6005148 kB
Inactive:         660384 kB
Active(anon):    5546644 kB
Inactive(anon):    72344 kB
Active(file):     458504 kB
Inactive(file):   588040 kB
Unevictable:      111276 kB
Mlocked:          111276 kB
SwapTotal:      67108860 kB
SwapFree:       66940772 kB
Dirty:             26800 kB
Writeback:             0 kB
AnonPages:       5645388 kB
Mapped:            58148 kB
Shmem:             31208 kB
Slab:             148136 kB
SReclaimable:     118452 kB
SUnreclaim:        29684 kB
KernelStack:        4416 kB
PageTables:        17236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8905484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5449728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 57020 MiB
End job on node149 at 2019-09-13 07:43:35