Trace number 4398848

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-16UNSAT 18.0665 7.26818

General information on the benchmark

NameMaxCSP/MaxCSP-maxclique-s1/
MaxCSP-brock-800-2.xml
MD5SUMd3fd8a9b2a45f8a480e4f2dd6498e338
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 benchmark1.22127
Satisfiable
(Un)Satisfiability was proved
Number of variables801
Number of constraints112234
Number of domains2
Minimum domain size1
Maximum domain size2
Distribution of domain sizes[{"size":1,"count":1},{"size":2,"count":800}]
Minimum variable degree234
Maximum variable degree800
Distribution of variable degrees[{"degree":234,"count":1},{"degree":246,"count":3},{"degree":248,"count":2},{"degree":249,"count":1},{"degree":250,"count":6},{"degree":251,"count":1},{"degree":252,"count":1},{"degree":253,"count":6},{"degree":254,"count":8},{"degree":255,"count":5},{"degree":256,"count":1},{"degree":257,"count":6},{"degree":258,"count":11},{"degree":259,"count":11},{"degree":260,"count":7},{"degree":261,"count":15},{"degree":262,"count":9},{"degree":263,"count":14},{"degree":264,"count":8},{"degree":265,"count":11},{"degree":266,"count":9},{"degree":267,"count":11},{"degree":268,"count":12},{"degree":269,"count":15},{"degree":270,"count":15},"...",{"degree":294,"count":8}, {"degree":295,"count":8}, {"degree":296,"count":14}, {"degree":297,"count":12}, {"degree":298,"count":8}, {"degree":299,"count":14}, {"degree":300,"count":7}, {"degree":301,"count":5}, {"degree":302,"count":10}, {"degree":303,"count":4}, {"degree":304,"count":7}, {"degree":305,"count":7}, {"degree":306,"count":3}, {"degree":307,"count":3}, {"degree":308,"count":1}, {"degree":309,"count":1}, {"degree":310,"count":2}, {"degree":311,"count":3}, {"degree":312,"count":2}, {"degree":313,"count":1}, {"degree":314,"count":1}, {"degree":315,"count":1}, {"degree":316,"count":1}, {"degree":328,"count":1}, {"degree":800,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":112234}]
Number of extensional constraints112234
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":112234}]
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-4398848-1568685601.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4398848-1568685601.xml, -tl, 2520s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
16.48/6.85	c solve instance...
17.86/7.25	s UNSATISFIABLE

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 (14448 MiB free)
  memory of node 1: 16384 MiB (15511 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398848-1568685601/watcher-4398848-1568685601 -o /tmp/evaluation-result-4398848-1568685601/solver-4398848-1568685601 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568682260-15015 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 624452535 HOME/instance-4398848-1568685601.xml 

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

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


[startup+0.100059 s]*
/proc/loadavg: 8.80 8.68 8.68 7/233 20672
/proc/meminfo: memFree=30662008/32770624 swapFree=66997372/67108860
[pid=20656] ppid=20653 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20656/stat : 20656 (xcsp3-exec) S 20653 20656 14983 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 444813186 115843072 363 33554432000 4194304 5098028 140726706054784 140726706052888 140157055279740 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24309760 140726706062203 140726706062445 140726706062445 140726706065354 0
/proc/20656/statm: 28282 363 304 221 0 87 0
[pid=20658] ppid=20656 vsize=15144776 memory=30028 CPUtime=0.13 cores=1,3,5,7
/proc/20658/stat : 20658 (java) S 20656 20656 14983 0 -1 1077944320 5476 0 0 0 11 2 0 0 20 0 15 0 444813187 15508250624 7507 33554432000 4194304 4196468 140726847987536 140726847970080 140008862940919 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
/proc/20658/statm: 3786194 7507 3117 1 0 3748377 0
[pid=20658/tid=20659] ppid=20656 vsize=15144776 memory=7100839870104831090 CPUtime=0.09 cores=1,3,5,7
/proc/20658/task/20659/stat : 20659 (java) R 20656 20656 14983 0 -1 4202560 3392 0 0 0 8 1 0 0 20 0 15 0 444813187 15508250624 7573 33554432000 4194304 4196468 140726847987536 140008867173096 140008499460091 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20660] ppid=20656 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20660/stat : 20660 (java) S 20656 20656 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444813188 15508250624 7573 33554432000 4194304 4196468 140726847987536 140008821701520 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20661] ppid=20656 vsize=15144776 memory=139717967865472 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20661/stat : 20661 (java) S 20656 20656 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444813188 15508250624 7573 33554432000 4194304 4196468 140726847987536 140008454433552 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20662] ppid=20656 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20662/stat : 20662 (java) S 20656 20656 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444813188 15508250624 7573 33554432000 4194304 4196468 140726847987536 140008453381264 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20663] ppid=20656 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20663/stat : 20663 (java) S 20656 20656 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 444813188 15508250624 7573 33554432000 4194304 4196468 140726847987536 140008452328464 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20664] ppid=20656 vsize=15144776 memory=139717967865472 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20664/stat : 20664 (java) S 20656 20656 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 444813189 15508250624 7573 33554432000 4194304 4196468 140726847987536 140008331491440 140008862952066 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20665] ppid=20656 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20665/stat : 20665 (java) S 20656 20656 14983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 444813190 15508250624 7573 33554432000 4194304 4196468 140726847987536 140008330437408 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20666] ppid=20656 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20666/stat : 20666 (java) S 20656 20656 14983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 444813190 15508250624 7573 33554432000 4194304 4196468 140726847987536 140008329385072 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20667] ppid=20656 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20667/stat : 20667 (java) S 20656 20656 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444813192 15508250624 7573 33554432000 4194304 4196468 140726847987536 140008328333392 140008862959515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20668] ppid=20656 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20668/stat : 20668 (java) R 20656 20656 14983 0 -1 4202560 340 0 0 0 0 0 0 0 20 0 15 0 444813192 15508250624 7573 33554432000 4194304 4196468 140726847987536 140008327272800 140008840773776 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20669] ppid=20656 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20669/stat : 20669 (java) R 20656 20656 14983 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 444813192 15508250624 7573 33554432000 4194304 4196468 140726847987536 140008326228464 140008862952066 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20670] ppid=20656 vsize=15144776 memory=139717967865472 CPUtime=0.02 cores=1,3,5,7
/proc/20658/task/20670/stat : 20670 (java) R 20656 20656 14983 0 -1 4202560 353 0 0 0 2 0 0 0 20 0 15 0 444813192 15508250624 7573 33554432000 4194304 4196468 140726847987536 140008325176176 140008847200632 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20671] ppid=20656 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20671/stat : 20671 (java) S 20656 20656 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444813192 15508250624 7573 33554432000 4194304 4196468 140726847987536 140008324123616 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20672] ppid=20656 vsize=15144776 memory=139717967865472 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20672/stat : 20672 (java) S 20656 20656 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444813193 15508250624 7573 33554432000 4194304 4196468 140726847987536 140008323070384 140008862952066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31480 KiB

[startup+0.211701 s]*
/proc/loadavg: 8.80 8.68 8.68 6/233 20672
/proc/meminfo: memFree=30650008/32770624 swapFree=66997372/67108860
[pid=20656] ppid=20653 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20656/stat : 20656 (xcsp3-exec) S 20653 20656 14983 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 444813186 115843072 363 33554432000 4194304 5098028 140726706054784 140726706052888 140157055279740 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24309760 140726706062203 140726706062445 140726706062445 140726706065354 0
/proc/20656/statm: 28282 363 304 221 0 87 0
[pid=20658] ppid=20656 vsize=15144776 memory=40976 CPUtime=0.34 cores=1,3,5,7
/proc/20658/stat : 20658 (java) S 20656 20656 14983 0 -1 1077944320 8946 0 0 0 31 3 0 0 20 0 15 0 444813187 15508250624 10244 33554432000 4194304 4196468 140726847987536 140726847970080 140008862940919 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
/proc/20658/statm: 3786194 10244 3279 1 0 3748377 0
[pid=20658/tid=20659] ppid=20656 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/20658/task/20659/stat : 20659 (java) R 20656 20656 14983 0 -1 4202560 6168 0 0 0 18 2 0 0 20 0 15 0 444813187 15508250624 10244 33554432000 4194304 4196468 140726847987536 140008867177968 140008862952854 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20660] ppid=20656 vsize=15144776 memory=9100 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20660/stat : 20660 (java) S 20656 20656 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444813188 15508250624 10244 33554432000 4194304 4196468 140726847987536 140008821701520 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20661] ppid=20656 vsize=15144776 memory=139717971409310 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20661/stat : 20661 (java) S 20656 20656 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444813188 15508250624 10244 33554432000 4194304 4196468 140726847987536 140008454433552 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20662] ppid=20656 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20662/stat : 20662 (java) S 20656 20656 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444813188 15508250624 10244 33554432000 4194304 4196468 140726847987536 140008453381264 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20663] ppid=20656 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20663/stat : 20663 (java) S 20656 20656 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 444813188 15508250624 10244 33554432000 4194304 4196468 140726847987536 140008452328464 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20664] ppid=20656 vsize=15144776 memory=139717967865472 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20664/stat : 20664 (java) S 20656 20656 14983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 444813189 15508250624 10244 33554432000 4194304 4196468 140726847987536 140008331491440 140008862952066 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20665] ppid=20656 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20665/stat : 20665 (java) S 20656 20656 14983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 444813190 15508250624 10244 33554432000 4194304 4196468 140726847987536 140008330437408 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20666] ppid=20656 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20666/stat : 20666 (java) S 20656 20656 14983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 444813190 15508250624 10244 33554432000 4194304 4196468 140726847987536 140008329385072 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20667] ppid=20656 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20667/stat : 20667 (java) S 20656 20656 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444813192 15508250624 10244 33554432000 4194304 4196468 140726847987536 140008328333392 140008862959515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20668] ppid=20656 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/20658/task/20668/stat : 20668 (java) S 20656 20656 14983 0 -1 1077944384 586 0 0 0 3 0 0 0 20 0 15 0 444813192 15508250624 10244 33554432000 4194304 4196468 140726847987536 140008327281264 140008862952066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20669] ppid=20656 vsize=15144776 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/20658/task/20669/stat : 20669 (java) S 20656 20656 14983 0 -1 1077944384 138 0 0 0 1 0 0 0 20 0 15 0 444813192 15508250624 10244 33554432000 4194304 4196468 140726847987536 140008326228464 140008862952066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20670] ppid=20656 vsize=15144776 memory=139717967865472 CPUtime=0.08 cores=1,3,5,7
/proc/20658/task/20670/stat : 20670 (java) R 20656 20656 14983 0 -1 4202560 749 0 0 0 8 0 0 0 20 0 15 0 444813192 15508250624 10244 33554432000 4194304 4196468 140726847987536 140008325173984 140008862962266 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20671] ppid=20656 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20671/stat : 20671 (java) S 20656 20656 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444813192 15508250624 10244 33554432000 4194304 4196468 140726847987536 140008324123616 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20672] ppid=20656 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20672/stat : 20672 (java) S 20656 20656 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444813193 15508250624 10244 33554432000 4194304 4196468 140726847987536 140008323070384 140008862952066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42428 KiB

[startup+0.315102 s]*
/proc/loadavg: 8.80 8.68 8.68 7/233 20672
/proc/meminfo: memFree=30643348/32770624 swapFree=66997372/67108860
[pid=20656] ppid=20653 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20656/stat : 20656 (xcsp3-exec) S 20653 20656 14983 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 444813186 115843072 363 33554432000 4194304 5098028 140726706054784 140726706052888 140157055279740 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24309760 140726706062203 140726706062445 140726706062445 140726706065354 0
/proc/20656/statm: 28282 363 304 221 0 87 0
[pid=20658] ppid=20656 vsize=15149032 memory=50088 CPUtime=0.54 cores=1,3,5,7
/proc/20658/stat : 20658 (java) S 20656 20656 14983 0 -1 1077944320 10404 0 0 0 50 4 0 0 20 0 15 0 444813187 15512608768 12522 33554432000 4194304 4196468 140726847987536 140726847970080 140008862940919 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
/proc/20658/statm: 3787258 12522 3361 1 0 3748377 0
[pid=20658/tid=20659] ppid=20656 vsize=15149032 memory=7883960649037381690 CPUtime=0.31 cores=1,3,5,7
/proc/20658/task/20659/stat : 20659 (java) R 20656 20656 14983 0 -1 4202560 7377 0 0 0 28 3 0 0 20 0 15 0 444813187 15512608768 12587 33554432000 4194304 4196468 140726847987536 140008867172032 140008847021406 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20660] ppid=20656 vsize=15149032 memory=9461 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20660/stat : 20660 (java) S 20656 20656 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444813188 15512608768 12587 33554432000 4194304 4196468 140726847987536 140008821701520 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20661] ppid=20656 vsize=15149032 memory=3571281 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20661/stat : 20661 (java) S 20656 20656 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444813188 15512608768 12587 33554432000 4194304 4196468 140726847987536 140008454433552 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20662] ppid=20656 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20662/stat : 20662 (java) S 20656 20656 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444813188 15512608768 12587 33554432000 4194304 4196468 140726847987536 140008453381264 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20663] ppid=20656 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20663/stat : 20663 (java) S 20656 20656 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 444813188 15512608768 12587 33554432000 4194304 4196468 140726847987536 140008452328464 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20664] ppid=20656 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20664/stat : 20664 (java) S 20656 20656 14983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 444813189 15512608768 12587 33554432000 4194304 4196468 140726847987536 140008331491440 140008862952066 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20665] ppid=20656 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20665/stat : 20665 (java) S 20656 20656 14983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 444813190 15512608768 12587 33554432000 4194304 4196468 140726847987536 140008330437408 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20666] ppid=20656 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20666/stat : 20666 (java) S 20656 20656 14983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 444813190 15512608768 12587 33554432000 4194304 4196468 140726847987536 140008329385072 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20667] ppid=20656 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20667/stat : 20667 (java) S 20656 20656 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444813192 15512608768 12587 33554432000 4194304 4196468 140726847987536 140008328333392 140008862959515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20668] ppid=20656 vsize=15149032 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/20658/task/20668/stat : 20668 (java) S 20656 20656 14983 0 -1 1077944384 681 0 0 0 6 0 0 0 20 0 15 0 444813192 15512608768 12587 33554432000 4194304 4196468 140726847987536 140008327281264 140008862952066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20669] ppid=20656 vsize=15149032 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/20658/task/20669/stat : 20669 (java) S 20656 20656 14983 0 -1 1077944384 191 0 0 0 2 0 0 0 20 0 15 0 444813192 15512608768 12587 33554432000 4194304 4196468 140726847987536 140008326228464 140008862952066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20670] ppid=20656 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/20658/task/20670/stat : 20670 (java) S 20656 20656 14983 0 -1 1077944384 860 0 0 0 12 0 0 0 20 0 15 0 444813192 15512608768 12587 33554432000 4194304 4196468 140726847987536 140008325176176 140008862952066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20671] ppid=20656 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20671/stat : 20671 (java) S 20656 20656 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444813192 15512608768 12587 33554432000 4194304 4196468 140726847987536 140008324123616 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20672] ppid=20656 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20672/stat : 20672 (java) S 20656 20656 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444813193 15512608768 12587 33554432000 4194304 4196468 140726847987536 140008323070384 140008862952066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51540 KiB

[startup+0.700741 s]
/proc/loadavg: 8.80 8.68 8.68 8/233 20672
/proc/meminfo: memFree=30605488/32770624 swapFree=66997372/67108860
[pid=20656] ppid=20653 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20656/stat : 20656 (xcsp3-exec) S 20653 20656 14983 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 444813186 115843072 363 33554432000 4194304 5098028 140726706054784 140726706052888 140157055279740 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24309760 140726706062203 140726706062445 140726706062445 140726706065354 0
/proc/20656/statm: 28282 363 304 221 0 87 0
[pid=20658] ppid=20656 vsize=15151156 memory=116584 CPUtime=1.59 cores=1,3,5,7
/proc/20658/stat : 20658 (java) S 20656 20656 14983 0 -1 1077944320 13153 0 0 0 154 5 0 0 20 0 15 0 444813187 15514783744 29146 33554432000 4194304 4196468 140726847987536 140726847970080 140008862940919 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
/proc/20658/statm: 3787789 29146 3434 1 0 3748889 0
[pid=20658/tid=20659] ppid=20656 vsize=15151156 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/20658/task/20659/stat : 20659 (java) R 20656 20656 14983 0 -1 4202560 7785 0 0 0 65 3 0 0 20 0 15 0 444813187 15514783744 29146 33554432000 4194304 4196468 140726847987536 140008867175024 140008502862737 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20660] ppid=20656 vsize=15151156 memory=500 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20660/stat : 20660 (java) S 20656 20656 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444813188 15514783744 29146 33554432000 4194304 4196468 140726847987536 140008821701520 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20661] ppid=20656 vsize=15151156 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20661/stat : 20661 (java) S 20656 20656 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444813188 15514783744 29146 33554432000 4194304 4196468 140726847987536 140008454433552 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20662] ppid=20656 vsize=15151156 memory=932 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20662/stat : 20662 (java) S 20656 20656 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444813188 15514783744 29146 33554432000 4194304 4196468 140726847987536 140008453381264 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20663] ppid=20656 vsize=15151156 memory=3768 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20663/stat : 20663 (java) S 20656 20656 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 444813188 15514783744 29146 33554432000 4194304 4196468 140726847987536 140008452328464 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20664] ppid=20656 vsize=15151156 memory=1980 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20664/stat : 20664 (java) S 20656 20656 14983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 444813189 15514783744 29146 33554432000 4194304 4196468 140726847987536 140008331491440 140008862952066 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20665] ppid=20656 vsize=15151156 memory=2512 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20665/stat : 20665 (java) S 20656 20656 14983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 444813190 15514783744 29146 33554432000 4194304 4196468 140726847987536 140008330437408 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20666] ppid=20656 vsize=15151156 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20666/stat : 20666 (java) S 20656 20656 14983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 444813190 15514783744 29146 33554432000 4194304 4196468 140726847987536 140008329385072 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20667] ppid=20656 vsize=15151156 memory=812 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20667/stat : 20667 (java) S 20656 20656 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444813192 15514783744 29146 33554432000 4194304 4196468 140726847987536 140008328333392 140008862959515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20668] ppid=20656 vsize=15151156 memory=1764 CPUtime=0.3 cores=1,3,5,7
/proc/20658/task/20668/stat : 20668 (java) R 20656 20656 14983 0 -1 4202560 1259 0 0 0 30 0 0 0 20 0 15 0 444813192 15514783744 29146 33554432000 4194304 4196468 140726847987536 140008327271648 140008842299172 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20669] ppid=20656 vsize=15151156 memory=111628 CPUtime=0.27 cores=1,3,5,7
/proc/20658/task/20669/stat : 20669 (java) S 20656 20656 14983 0 -1 1077944384 1103 0 0 0 27 0 0 0 20 0 15 0 444813192 15514783744 29146 33554432000 4194304 4196468 140726847987536 140008326228464 140008862952066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20670] ppid=20656 vsize=15151156 memory=796 CPUtime=0.3 cores=1,3,5,7
/proc/20658/task/20670/stat : 20670 (java) S 20656 20656 14983 0 -1 1077944384 1699 0 0 0 30 0 0 0 20 0 15 0 444813192 15514783744 29146 33554432000 4194304 4196468 140726847987536 140008325176176 140008862952066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20671] ppid=20656 vsize=15151156 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20671/stat : 20671 (java) S 20656 20656 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444813192 15514783744 29146 33554432000 4194304 4196468 140726847987536 140008324123616 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20672] ppid=20656 vsize=15151156 memory=1808 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20672/stat : 20672 (java) S 20656 20656 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444813193 15514783744 29146 33554432000 4194304 4196468 140726847987536 140008323070384 140008862952066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
Current children cumulated CPU time: 1.59 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 118036 KiB

[startup+1.50152 s]
/proc/loadavg: 8.80 8.68 8.68 8/233 20672
/proc/meminfo: memFree=30456616/32770624 swapFree=66997372/67108860
[pid=20656] ppid=20653 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20656/stat : 20656 (xcsp3-exec) S 20653 20656 14983 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 444813186 115843072 363 33554432000 4194304 5098028 140726706054784 140726706052888 140157055279740 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24309760 140726706062203 140726706062445 140726706062445 140726706065354 0
/proc/20656/statm: 28282 363 304 221 0 87 0

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

/proc/20658/task/20664/stat : 20664 (java) S 20656 20656 14983 0 -1 1077944384 2231 0 0 0 11 0 0 0 20 0 15 0 444813189 15514783744 410430 33554432000 4194304 4196468 140726847987536 140008331491440 140008862952066 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20665] ppid=20656 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20665/stat : 20665 (java) S 20656 20656 14983 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 444813190 15514783744 410430 33554432000 4194304 4196468 140726847987536 140008330437472 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20666] ppid=20656 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20666/stat : 20666 (java) S 20656 20656 14983 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 15 0 444813190 15514783744 410430 33554432000 4194304 4196468 140726847987536 140008329385088 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20667] ppid=20656 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20667/stat : 20667 (java) S 20656 20656 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444813192 15514783744 410430 33554432000 4194304 4196468 140726847987536 140008328333392 140008862959515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20668] ppid=20656 vsize=15151156 memory=465308 CPUtime=1.94 cores=1,3,5,7
/proc/20658/task/20668/stat : 20668 (java) S 20656 20656 14983 0 -1 1077944384 3813 0 0 0 194 0 0 0 20 0 15 0 444813192 15514783744 410430 33554432000 4194304 4196468 140726847987536 140008327281264 140008862952066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20669] ppid=20656 vsize=15151156 memory=-6586668835053300882 CPUtime=2.01 cores=1,3,5,7
/proc/20658/task/20669/stat : 20669 (java) S 20656 20656 14983 0 -1 1077944384 3570 0 0 0 200 1 0 0 20 0 15 0 444813192 15514783744 410430 33554432000 4194304 4196468 140726847987536 140008326228464 140008862952066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20670] ppid=20656 vsize=15151156 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/20658/task/20670/stat : 20670 (java) S 20656 20656 14983 0 -1 1077944384 2517 0 0 0 52 1 0 0 20 0 15 0 444813192 15514783744 410430 33554432000 4194304 4196468 140726847987536 140008325176176 140008862952066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20671] ppid=20656 vsize=15151156 memory=-7595718148000617580 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20671/stat : 20671 (java) S 20656 20656 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444813192 15514783744 410430 33554432000 4194304 4196468 140726847987536 140008324123616 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20672] ppid=20656 vsize=15151156 memory=8303054830060986464 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20672/stat : 20672 (java) S 20656 20656 14983 0 -1 1077944384 712 0 0 0 0 0 0 0 20 0 15 0 444813193 15514783744 410430 33554432000 4194304 4196468 140726847987536 140008323070384 140008862952066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 56 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
Current children cumulated CPU time: 15.49 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 1643172 KiB

[startup+7.26812 s]
# the end of solver process 20656 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=16.9415 s, system=1.12497 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+6.401 s]
/proc/loadavg: 8.66 8.65 8.67 7/233 20672
/proc/meminfo: memFree=29047428/32770624 swapFree=66997372/67108860
[pid=20656] ppid=20653 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20656/stat : 20656 (xcsp3-exec) S 20653 20656 14983 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 444813186 115843072 363 33554432000 4194304 5098028 140726706054784 140726706052888 140157055279740 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24309760 140726706062203 140726706062445 140726706062445 140726706065354 0
/proc/20656/statm: 28282 363 304 221 0 87 0
[pid=20658] ppid=20656 vsize=15151156 memory=1641720 CPUtime=15.59 cores=1,3,5,7
/proc/20658/stat : 20658 (java) S 20656 20656 14983 0 -1 1077944320 29747 0 0 0 1468 91 0 0 20 0 15 0 444813187 15514783744 410430 33554432000 4194304 4196468 140726847987536 140726847970080 140008862940919 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
/proc/20658/statm: 3787789 410430 3518 1 0 3748889 0
[pid=20658/tid=20659] ppid=20656 vsize=15151156 memory=1399103955520229747 CPUtime=4.66 cores=1,3,5,7
/proc/20658/task/20659/stat : 20659 (java) R 20656 20656 14983 0 -1 4202560 12329 0 0 0 448 18 0 0 20 0 15 0 444813187 15514783744 410430 33554432000 4194304 4196468 140726847987536 140008867177632 140008505984040 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20660] ppid=20656 vsize=15151156 memory=48040 CPUtime=1.57 cores=1,3,5,7
/proc/20658/task/20660/stat : 20660 (java) S 20656 20656 14983 0 -1 1077944384 745 0 0 0 140 17 0 0 20 0 15 0 444813188 15514783744 410430 33554432000 4194304 4196468 140726847987536 140008821701520 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20661] ppid=20656 vsize=15151156 memory=3028 CPUtime=1.55 cores=1,3,5,7
/proc/20658/task/20661/stat : 20661 (java) S 20656 20656 14983 0 -1 1077944384 963 0 0 0 138 17 0 0 20 0 15 0 444813188 15514783744 410430 33554432000 4194304 4196468 140726847987536 140008454433552 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20662] ppid=20656 vsize=15151156 memory=2012 CPUtime=1.56 cores=1,3,5,7
/proc/20658/task/20662/stat : 20662 (java) S 20656 20656 14983 0 -1 1077944384 736 0 0 0 140 16 0 0 20 0 15 0 444813188 15514783744 410430 33554432000 4194304 4196468 140726847987536 140008453381264 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20663] ppid=20656 vsize=15151156 memory=1388 CPUtime=1.57 cores=1,3,5,7
/proc/20658/task/20663/stat : 20663 (java) S 20656 20656 14983 0 -1 1077944384 729 0 0 0 140 17 0 0 20 0 15 0 444813188 15514783744 410430 33554432000 4194304 4196468 140726847987536 140008452328464 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20664] ppid=20656 vsize=15151156 memory=776 CPUtime=0.11 cores=1,3,5,7
/proc/20658/task/20664/stat : 20664 (java) S 20656 20656 14983 0 -1 1077944384 2231 0 0 0 11 0 0 0 20 0 15 0 444813189 15514783744 410430 33554432000 4194304 4196468 140726847987536 140008331491440 140008862952066 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20665] ppid=20656 vsize=15151156 memory=3992 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20665/stat : 20665 (java) S 20656 20656 14983 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 444813190 15514783744 410430 33554432000 4194304 4196468 140726847987536 140008330437472 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20666] ppid=20656 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20666/stat : 20666 (java) S 20656 20656 14983 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 15 0 444813190 15514783744 410430 33554432000 4194304 4196468 140726847987536 140008329385088 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20667] ppid=20656 vsize=15151156 memory=1646168 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20667/stat : 20667 (java) S 20656 20656 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444813192 15514783744 410430 33554432000 4194304 4196468 140726847987536 140008328333392 140008862959515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20668] ppid=20656 vsize=15151156 memory=14410423571057304 CPUtime=1.94 cores=1,3,5,7
/proc/20658/task/20668/stat : 20668 (java) S 20656 20656 14983 0 -1 1077944384 3813 0 0 0 194 0 0 0 20 0 15 0 444813192 15514783744 410430 33554432000 4194304 4196468 140726847987536 140008327281264 140008862952066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20669] ppid=20656 vsize=15151156 memory=0 CPUtime=2.01 cores=1,3,5,7
/proc/20658/task/20669/stat : 20669 (java) S 20656 20656 14983 0 -1 1077944384 3570 0 0 0 200 1 0 0 20 0 15 0 444813192 15514783744 410430 33554432000 4194304 4196468 140726847987536 140008326228464 140008862952066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20670] ppid=20656 vsize=15151156 memory=288230596084498767 CPUtime=0.53 cores=1,3,5,7
/proc/20658/task/20670/stat : 20670 (java) S 20656 20656 14983 0 -1 1077944384 2517 0 0 0 52 1 0 0 20 0 15 0 444813192 15514783744 410430 33554432000 4194304 4196468 140726847987536 140008325176176 140008862952066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20671] ppid=20656 vsize=15151156 memory=3553969 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20671/stat : 20671 (java) S 20656 20656 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444813192 15514783744 410430 33554432000 4194304 4196468 140726847987536 140008324123616 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20672] ppid=20656 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20672/stat : 20672 (java) S 20656 20656 14983 0 -1 1077944384 712 0 0 0 0 0 0 0 20 0 15 0 444813193 15514783744 410430 33554432000 4194304 4196468 140726847987536 140008323070384 140008862952066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 56 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
Current children cumulated CPU time: 15.59 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 1643172 KiB

[startup+6.80078 s]
/proc/loadavg: 8.66 8.65 8.67 7/233 20672
/proc/meminfo: memFree=29047428/32770624 swapFree=66997372/67108860
[pid=20656] ppid=20653 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20656/stat : 20656 (xcsp3-exec) S 20653 20656 14983 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 444813186 115843072 363 33554432000 4194304 5098028 140726706054784 140726706052888 140157055279740 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24309760 140726706062203 140726706062445 140726706062445 140726706065354 0
/proc/20656/statm: 28282 363 304 221 0 87 0
[pid=20658] ppid=20656 vsize=15151156 memory=1809348 CPUtime=16.48 cores=1,3,5,7
/proc/20658/stat : 20658 (java) S 20656 20656 14983 0 -1 1077944320 30880 0 0 0 1538 110 0 0 20 0 15 0 444813187 15514783744 452337 33554432000 4194304 4196468 140726847987536 140726847970080 140008862940919 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
/proc/20658/statm: 3787789 452337 3518 1 0 3748889 0
[pid=20658/tid=20659] ppid=20656 vsize=15151156 memory=1483 CPUtime=4.89 cores=1,3,5,7
/proc/20658/task/20659/stat : 20659 (java) R 20656 20656 14983 0 -1 4202560 12447 0 0 0 471 18 0 0 20 0 15 0 444813187 15514783744 452337 33554432000 4194304 4196468 140726847987536 140008867178672 140008845347936 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20660] ppid=20656 vsize=15151156 memory=30684 CPUtime=1.73 cores=1,3,5,7
/proc/20658/task/20660/stat : 20660 (java) S 20656 20656 14983 0 -1 1077944384 838 0 0 0 151 22 0 0 20 0 15 0 444813188 15514783744 452337 33554432000 4194304 4196468 140726847987536 140008821701520 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20661] ppid=20656 vsize=15151156 memory=0 CPUtime=1.72 cores=1,3,5,7
/proc/20658/task/20661/stat : 20661 (java) S 20656 20656 14983 0 -1 1077944384 1111 0 0 0 150 22 0 0 20 0 15 0 444813188 15514783744 452337 33554432000 4194304 4196468 140726847987536 140008454433552 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20662] ppid=20656 vsize=15151156 memory=1452 CPUtime=1.72 cores=1,3,5,7
/proc/20658/task/20662/stat : 20662 (java) S 20656 20656 14983 0 -1 1077944384 1019 0 0 0 151 21 0 0 20 0 15 0 444813188 15514783744 452337 33554432000 4194304 4196468 140726847987536 140008453381264 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20663] ppid=20656 vsize=15151156 memory=407504 CPUtime=1.73 cores=1,3,5,7
/proc/20658/task/20663/stat : 20663 (java) S 20656 20656 14983 0 -1 1077944384 1083 0 0 0 151 22 0 0 20 0 15 0 444813188 15514783744 452337 33554432000 4194304 4196468 140726847987536 140008452328464 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20664] ppid=20656 vsize=15151156 memory=13252 CPUtime=0.11 cores=1,3,5,7
/proc/20658/task/20664/stat : 20664 (java) S 20656 20656 14983 0 -1 1077944384 2368 0 0 0 11 0 0 0 20 0 15 0 444813189 15514783744 452337 33554432000 4194304 4196468 140726847987536 140008331491440 140008862952066 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20665] ppid=20656 vsize=15151156 memory=15460 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20665/stat : 20665 (java) S 20656 20656 14983 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 444813190 15514783744 452337 33554432000 4194304 4196468 140726847987536 140008330437472 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20666] ppid=20656 vsize=15151156 memory=17668 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20666/stat : 20666 (java) S 20656 20656 14983 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 15 0 444813190 15514783744 452337 33554432000 4194304 4196468 140726847987536 140008329385088 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20667] ppid=20656 vsize=15151156 memory=19876 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20667/stat : 20667 (java) S 20656 20656 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444813192 15514783744 452337 33554432000 4194304 4196468 140726847987536 140008328333392 140008862959515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20668] ppid=20656 vsize=15151156 memory=22084 CPUtime=1.94 cores=1,3,5,7
/proc/20658/task/20668/stat : 20668 (java) S 20656 20656 14983 0 -1 1077944384 3813 0 0 0 194 0 0 0 20 0 15 0 444813192 15514783744 452337 33554432000 4194304 4196468 140726847987536 140008327281264 140008862952066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20669] ppid=20656 vsize=15151156 memory=24292 CPUtime=2.01 cores=1,3,5,7
/proc/20658/task/20669/stat : 20669 (java) S 20656 20656 14983 0 -1 1077944384 3570 0 0 0 200 1 0 0 20 0 15 0 444813192 15514783744 452337 33554432000 4194304 4196468 140726847987536 140008326228464 140008862952066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20670] ppid=20656 vsize=15151156 memory=26500 CPUtime=0.53 cores=1,3,5,7
/proc/20658/task/20670/stat : 20670 (java) S 20656 20656 14983 0 -1 1077944384 2517 0 0 0 52 1 0 0 20 0 15 0 444813192 15514783744 452337 33554432000 4194304 4196468 140726847987536 140008325176176 140008862952066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20671] ppid=20656 vsize=15151156 memory=28708 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20671/stat : 20671 (java) S 20656 20656 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444813192 15514783744 452337 33554432000 4194304 4196468 140726847987536 140008324123616 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20672] ppid=20656 vsize=15151156 memory=30916 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20672/stat : 20672 (java) S 20656 20656 14983 0 -1 1077944384 712 0 0 0 0 0 0 0 20 0 15 0 444813193 15514783744 452337 33554432000 4194304 4196468 140726847987536 140008323070384 140008862952066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 56 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
Current children cumulated CPU time: 16.48 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 1810800 KiB

[startup+7.2014 s]
/proc/loadavg: 8.66 8.65 8.67 11/237 20676
/proc/meminfo: memFree=28879492/32770624 swapFree=66997372/67108860
[pid=20656] ppid=20653 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20656/stat : 20656 (xcsp3-exec) S 20653 20656 14983 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 444813186 115843072 363 33554432000 4194304 5098028 140726706054784 140726706052888 140157055279740 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24309760 140726706062203 140726706062445 140726706062445 140726706065354 0
/proc/20656/statm: 28282 363 304 221 0 87 0
[pid=20658] ppid=20656 vsize=15417412 memory=1810056 CPUtime=17.86 cores=1,3,5,7
/proc/20658/stat : 20658 (java) S 20656 20656 14983 0 -1 1077944320 34446 0 0 0 1675 111 0 0 20 0 19 0 444813187 15787429888 452514 33554432000 4194304 4196468 140726847987536 140726847970080 140008862940919 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
/proc/20658/statm: 3854353 452514 3527 1 0 3815453 0
[pid=20658/tid=20659] ppid=20656 vsize=15417412 memory=0 CPUtime=4.97 cores=1,3,5,7
/proc/20658/task/20659/stat : 20659 (java) S 20656 20656 14983 0 -1 1077944384 13153 0 0 0 479 18 0 0 20 0 19 0 444813187 15787429888 452514 33554432000 4194304 4196468 140726847987536 140008867181696 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20660] ppid=20656 vsize=15417412 memory=0 CPUtime=1.73 cores=1,3,5,7
/proc/20658/task/20660/stat : 20660 (java) S 20656 20656 14983 0 -1 1077944384 838 0 0 0 151 22 0 0 20 0 19 0 444813188 15787429888 452514 33554432000 4194304 4196468 140726847987536 140008821701520 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20661] ppid=20656 vsize=15417412 memory=154 CPUtime=1.72 cores=1,3,5,7
/proc/20658/task/20661/stat : 20661 (java) S 20656 20656 14983 0 -1 1077944384 1111 0 0 0 150 22 0 0 20 0 19 0 444813188 15787429888 452514 33554432000 4194304 4196468 140726847987536 140008454433552 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20662] ppid=20656 vsize=15417412 memory=612 CPUtime=1.72 cores=1,3,5,7
/proc/20658/task/20662/stat : 20662 (java) S 20656 20656 14983 0 -1 1077944384 1019 0 0 0 151 21 0 0 20 0 19 0 444813188 15787429888 452514 33554432000 4194304 4196468 140726847987536 140008453381264 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20663] ppid=20656 vsize=15417412 memory=15834 CPUtime=1.73 cores=1,3,5,7
/proc/20658/task/20663/stat : 20663 (java) S 20656 20656 14983 0 -1 1077944384 1083 0 0 0 151 22 0 0 20 0 19 0 444813188 15787429888 452514 33554432000 4194304 4196468 140726847987536 140008452328464 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20664] ppid=20656 vsize=15417412 memory=2075 CPUtime=0.11 cores=1,3,5,7
/proc/20658/task/20664/stat : 20664 (java) S 20656 20656 14983 0 -1 1077944384 2375 0 0 0 11 0 0 0 20 0 19 0 444813189 15787429888 452514 33554432000 4194304 4196468 140726847987536 140008331491440 140008862952066 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20665] ppid=20656 vsize=15417412 memory=1310 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20665/stat : 20665 (java) S 20656 20656 14983 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 19 0 444813190 15787429888 452514 33554432000 4194304 4196468 140726847987536 140008330437472 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20666] ppid=20656 vsize=15417412 memory=4344 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20666/stat : 20666 (java) S 20656 20656 14983 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 19 0 444813190 15787429888 452514 33554432000 4194304 4196468 140726847987536 140008329385088 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20667] ppid=20656 vsize=15417412 memory=386 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20667/stat : 20667 (java) S 20656 20656 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 444813192 15787429888 452514 33554432000 4194304 4196468 140726847987536 140008328333392 140008862959515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20668] ppid=20656 vsize=15417412 memory=328 CPUtime=2.13 cores=1,3,5,7
/proc/20658/task/20668/stat : 20668 (java) S 20656 20656 14983 0 -1 1077944384 5132 0 0 0 213 0 0 0 20 0 19 0 444813192 15787429888 452514 33554432000 4194304 4196468 140726847987536 140008327281264 140008862952066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20669] ppid=20656 vsize=15417412 memory=1023 CPUtime=2.13 cores=1,3,5,7
/proc/20658/task/20669/stat : 20669 (java) S 20656 20656 14983 0 -1 1077944384 4356 0 0 0 212 1 0 0 20 0 19 0 444813192 15787429888 452514 33554432000 4194304 4196468 140726847987536 140008326228464 140008862952066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20670] ppid=20656 vsize=15417412 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/20658/task/20670/stat : 20670 (java) R 20656 20656 14983 0 -1 1077944384 3052 0 0 0 56 1 0 0 20 0 19 0 444813192 15787429888 452514 33554432000 4194304 4196468 140726847987536 140008325176176 140008862952066 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20671] ppid=20656 vsize=15417412 memory=143 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20671/stat : 20671 (java) S 20656 20656 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 444813192 15787429888 452514 33554432000 4194304 4196468 140726847987536 140008324123616 140008862951125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20672] ppid=20656 vsize=15417412 memory=608 CPUtime=0 cores=1,3,5,7
/proc/20658/task/20672/stat : 20672 (java) S 20656 20656 14983 0 -1 1077944384 712 0 0 0 0 0 0 0 20 0 19 0 444813193 15787429888 452514 33554432000 4194304 4196468 140726847987536 140008323070384 140008862952066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 56 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20673] ppid=20656 vsize=15417412 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/20658/task/20673/stat : 20673 (java) R 20656 20656 14983 0 -1 4202560 59 0 0 0 23 0 0 0 20 0 19 0 444813875 15787429888 452514 33554432000 4194304 4196468 140726847987536 140008313849408 140008506571015 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20674] ppid=20656 vsize=15417412 memory=14 CPUtime=0.23 cores=1,3,5,7
/proc/20658/task/20674/stat : 20674 (java) R 20656 20656 14983 0 -1 4202560 57 0 0 0 23 0 0 0 20 0 19 0 444813875 15787429888 452514 33554432000 4194304 4196468 140726847987536 140008312802216 140008499368000 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20675] ppid=20656 vsize=15417412 memory=154 CPUtime=0.24 cores=1,3,5,7
/proc/20658/task/20675/stat : 20675 (java) R 20656 20656 14983 0 -1 4202560 65 0 0 0 24 0 0 0 20 0 19 0 444813875 15787429888 452514 33554432000 4194304 4196468 140726847987536 140008311745904 140008499477531 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
[pid=20658/tid=20676] ppid=20656 vsize=15417412 memory=612 CPUtime=0.22 cores=1,3,5,7
/proc/20658/task/20676/stat : 20676 (java) R 20656 20656 14983 0 -1 4202560 32 0 0 0 22 0 0 0 20 0 19 0 444813875 15787429888 452514 33554432000 4194304 4196468 140726847987536 140008310695456 140008506571220 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726847988719 140726847988890 140726847988890 140726847991759 0
Current children cumulated CPU time: 17.86 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 1811508 KiB

Child status: 0
Real time (s): 7.26818
CPU time (s): 18.0665
CPU user time (s): 16.9415
CPU system time (s): 1.12497
CPU usage (%): 248.57
Max. virtual memory (cumulated for all children) (KiB): 15530540
Max. memory (cumulated for all children) (KiB): 1811508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.9415
system time used= 1.12497
maximum resident set size= 1810680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35077
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2707
involuntary context switches= 263


# summary of solver processes directly reported to runsolver:
#   pid: 20656
#   total CPU time (s): 18.0665
#   total CPU user time (s): 16.9415
#   total CPU system time (s): 1.12497

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.079521 second user time and 0.112465 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-17 03:59:02
IDJOB=4398848
IDBENCH=119345
IDSOLVER=2853
FILE ID=node103/4398848-1568685601
RUNJOBID= node103-1568682260-15015
PBS_JOBID= 21703798
Free space on /tmp= 61688 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/MaxCSP/MaxCSP-maxclique-s1/MaxCSP-brock-800-2.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-4398848-1568685601/watcher-4398848-1568685601 -o /tmp/evaluation-result-4398848-1568685601/solver-4398848-1568685601 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568682260-15015 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 624452535 HOME/instance-4398848-1568685601.xml

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

MD5SUM BENCH= d3fd8a9b2a45f8a480e4f2dd6498e338
RANDOM SEED=624452535

node103.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.74
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.74
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.74
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.74
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:        30679736 kB
MemAvailable:   31070300 kB
Buffers:           68048 kB
Cached:           618060 kB
SwapCached:         9016 kB
Active:          1249988 kB
Inactive:         262200 kB
Active(anon):     818472 kB
Inactive(anon):    57320 kB
Active(file):     431516 kB
Inactive(file):   204880 kB
Unevictable:      111144 kB
Mlocked:          111144 kB
SwapTotal:      67108860 kB
SwapFree:       66997372 kB
Dirty:             29928 kB
Writeback:             0 kB
AnonPages:        930328 kB
Mapped:            61668 kB
Shmem:             40856 kB
Slab:             170252 kB
SReclaimable:     140008 kB
SUnreclaim:        30244 kB
KernelStack:        3792 kB
PageTables:         7460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1749124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    800768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61664 MiB
End job on node103 at 2019-09-17 03:59:10