Trace number 4392891

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-14UNSAT 8.88034 2.79399

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-queen/
Pb-queen-0975965.xml
MD5SUMa14f05ce5b97c69cdfebe4c47d671ffd
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 benchmark7.26699
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints101
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":169}]
Minimum variable degree7
Maximum variable degree9
Distribution of variable degrees[{"degree":7,"count":148},{"degree":8,"count":20},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":56},{"arity":169,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":101}]
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-4392891-1568344857.xml"  -tl '2520s' -p 4
0.13/0.17	c Choco e747e1e
0.13/0.18	c [HOME/instance-4392891-1568344857.xml, -tl, 2520s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.36/0.61	c solve instance...
8.86/2.50	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 (13004 MiB free)
  memory of node 1: 16384 MiB (15626 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392891-1568344857/watcher-4392891-1568344857 -o /tmp/evaluation-result-4392891-1568344857/solver-4392891-1568344857 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568343521-17190 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 481460362 HOME/instance-4392891-1568344857.xml 

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

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

solver pid=18499, runsolver pid=18496

[startup+0.10011 s]*
/proc/loadavg: 8.59 8.38 6.62 7/234 18515
/proc/meminfo: memFree=29301280/32770624 swapFree=66999980/67108860
[pid=18499] ppid=18496 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/18499/stat : 18499 (xcsp3-exec) S 18496 18499 15420 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410399684 115843072 363 33554432000 4194304 5098028 140726348621968 140726348620072 140406696882812 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 18632704 140726348628859 140726348629101 140726348629101 140726348632010 0
/proc/18499/statm: 28282 363 304 221 0 87 0
[pid=18501] ppid=18499 vsize=15144768 memory=29072 CPUtime=0.13 cores=1,3,5,7
/proc/18501/stat : 18501 (java) S 18499 18499 15420 0 -1 1077944320 5708 0 0 0 12 1 0 0 20 0 15 0 410399685 15508242432 7268 33554432000 4194304 4196468 140734095880864 140734095863408 140600581787383 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
/proc/18501/statm: 3786192 7268 3158 1 0 3748377 0
[pid=18501/tid=18502] ppid=18499 vsize=15144768 memory=7748307311448697419 CPUtime=0.09 cores=1,3,5,7
/proc/18501/task/18502/stat : 18502 (java) R 18499 18499 15420 0 -1 4202560 3581 0 0 0 8 1 0 0 20 0 15 0 410399685 15508242432 7268 33554432000 4194304 4196468 140734095880864 140600586010080 140600574024510 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18503] ppid=18499 vsize=15144768 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18503/stat : 18503 (java) S 18499 18499 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410399686 15508242432 7268 33554432000 4194304 4196468 140734095880864 140600534407696 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18504] ppid=18499 vsize=15144768 memory=140329562338944 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18504/stat : 18504 (java) S 18499 18499 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410399686 15508242432 7268 33554432000 4194304 4196468 140734095880864 140600533355152 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18505] ppid=18499 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18505/stat : 18505 (java) S 18499 18499 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410399686 15508242432 7268 33554432000 4194304 4196468 140734095880864 140600532302096 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18506] ppid=18499 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18506/stat : 18506 (java) S 18499 18499 15420 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410399686 15508242432 7268 33554432000 4194304 4196468 140734095880864 140600531249552 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18507] ppid=18499 vsize=15144768 memory=140329562338944 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18507/stat : 18507 (java) S 18499 18499 15420 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410399687 15508242432 7268 33554432000 4194304 4196468 140734095880864 140600117635824 140600581798530 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18508] ppid=18499 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18508/stat : 18508 (java) S 18499 18499 15420 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410399687 15508242432 7268 33554432000 4194304 4196468 140734095880864 140600049395360 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18509] ppid=18499 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18509/stat : 18509 (java) S 18499 18499 15420 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410399688 15508242432 7268 33554432000 4194304 4196468 140734095880864 140600048342256 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18510] ppid=18499 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18510/stat : 18510 (java) S 18499 18499 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410399690 15508242432 7268 33554432000 4194304 4196468 140734095880864 140600047290832 140600581805979 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18511] ppid=18499 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18511/stat : 18511 (java) S 18499 18499 15420 0 -1 1077944384 333 0 0 0 0 0 0 0 20 0 15 0 410399690 15508242432 7268 33554432000 4194304 4196468 140734095880864 140600046237936 140600581798530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18512] ppid=18499 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18512/stat : 18512 (java) S 18499 18499 15420 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 410399690 15508242432 7268 33554432000 4194304 4196468 140734095880864 140600045185392 140600581798530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18513] ppid=18499 vsize=15144768 memory=140329562338944 CPUtime=0.02 cores=1,3,5,7
/proc/18501/task/18513/stat : 18513 (java) R 18499 18499 15420 0 -1 4202560 372 0 0 0 2 0 0 0 20 0 15 0 410399690 15508242432 7268 33554432000 4194304 4196468 140734095880864 140600044130008 140600581808730 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18514] ppid=18499 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18514/stat : 18514 (java) S 18499 18499 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410399690 15508242432 7268 33554432000 4194304 4196468 140734095880864 140600043080032 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18515] ppid=18499 vsize=15144768 memory=140329562338944 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18515/stat : 18515 (java) S 18499 18499 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410399690 15508242432 7268 33554432000 4194304 4196468 140734095880864 140600042028080 140600581798530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 30524 KiB

[startup+0.210766 s]*
/proc/loadavg: 8.59 8.38 6.62 7/234 18515
/proc/meminfo: memFree=29288176/32770624 swapFree=66999980/67108860
[pid=18499] ppid=18496 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/18499/stat : 18499 (xcsp3-exec) S 18496 18499 15420 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410399684 115843072 363 33554432000 4194304 5098028 140726348621968 140726348620072 140406696882812 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 18632704 140726348628859 140726348629101 140726348629101 140726348632010 0
/proc/18499/statm: 28282 363 304 221 0 87 0
[pid=18501] ppid=18499 vsize=15144768 memory=41340 CPUtime=0.34 cores=1,3,5,7
/proc/18501/stat : 18501 (java) S 18499 18499 15420 0 -1 1077944320 9497 0 0 0 31 3 0 0 20 0 15 0 410399685 15508242432 10335 33554432000 4194304 4196468 140734095880864 140734095863408 140600581787383 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
/proc/18501/statm: 3786192 10335 3316 1 0 3748377 0
[pid=18501/tid=18502] ppid=18499 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/18501/task/18502/stat : 18502 (java) R 18499 18499 15420 0 -1 4202560 6649 0 0 0 18 2 0 0 20 0 15 0 410399685 15508242432 10335 33554432000 4194304 4196468 140734095880864 140600586020560 140600565867870 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18503] ppid=18499 vsize=15144768 memory=13675 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18503/stat : 18503 (java) S 18499 18499 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410399686 15508242432 10335 33554432000 4194304 4196468 140734095880864 140600534407696 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18504] ppid=18499 vsize=15144768 memory=140329562356147 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18504/stat : 18504 (java) S 18499 18499 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410399686 15508242432 10335 33554432000 4194304 4196468 140734095880864 140600533355152 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18505] ppid=18499 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18505/stat : 18505 (java) S 18499 18499 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410399686 15508242432 10335 33554432000 4194304 4196468 140734095880864 140600532302096 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18506] ppid=18499 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18506/stat : 18506 (java) S 18499 18499 15420 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410399686 15508242432 10335 33554432000 4194304 4196468 140734095880864 140600531249552 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18507] ppid=18499 vsize=15144768 memory=140329562338944 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18507/stat : 18507 (java) S 18499 18499 15420 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 410399687 15508242432 10335 33554432000 4194304 4196468 140734095880864 140600117635824 140600581798530 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18508] ppid=18499 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18508/stat : 18508 (java) S 18499 18499 15420 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410399687 15508242432 10335 33554432000 4194304 4196468 140734095880864 140600049395360 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18509] ppid=18499 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18509/stat : 18509 (java) S 18499 18499 15420 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410399688 15508242432 10335 33554432000 4194304 4196468 140734095880864 140600048342256 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18510] ppid=18499 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18510/stat : 18510 (java) S 18499 18499 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410399690 15508242432 10335 33554432000 4194304 4196468 140734095880864 140600047290832 140600581805979 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18511] ppid=18499 vsize=15144768 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/18501/task/18511/stat : 18511 (java) S 18499 18499 15420 0 -1 1077944384 446 0 0 0 3 0 0 0 20 0 15 0 410399690 15508242432 10335 33554432000 4194304 4196468 140734095880864 140600046237936 140600581798530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18512] ppid=18499 vsize=15144768 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/18501/task/18512/stat : 18512 (java) S 18499 18499 15420 0 -1 1077944384 333 0 0 0 1 0 0 0 20 0 15 0 410399690 15508242432 10335 33554432000 4194304 4196468 140734095880864 140600045185392 140600581798530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18513] ppid=18499 vsize=15144768 memory=140329562338944 CPUtime=0.08 cores=1,3,5,7
/proc/18501/task/18513/stat : 18513 (java) S 18499 18499 15420 0 -1 1077944384 771 0 0 0 8 0 0 0 20 0 15 0 410399690 15508242432 10335 33554432000 4194304 4196468 140734095880864 140600044132336 140600581798530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18514] ppid=18499 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18514/stat : 18514 (java) S 18499 18499 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410399690 15508242432 10335 33554432000 4194304 4196468 140734095880864 140600043080032 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18515] ppid=18499 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18515/stat : 18515 (java) S 18499 18499 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410399690 15508242432 10335 33554432000 4194304 4196468 140734095880864 140600042028080 140600581798530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42792 KiB

[startup+0.310584 s]*
/proc/loadavg: 8.59 8.38 6.62 7/234 18515
/proc/meminfo: memFree=29280744/32770624 swapFree=66999980/67108860
[pid=18499] ppid=18496 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/18499/stat : 18499 (xcsp3-exec) S 18496 18499 15420 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410399684 115843072 363 33554432000 4194304 5098028 140726348621968 140726348620072 140406696882812 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 18632704 140726348628859 140726348629101 140726348629101 140726348632010 0
/proc/18499/statm: 28282 363 304 221 0 87 0
[pid=18501] ppid=18499 vsize=15149024 memory=50340 CPUtime=0.54 cores=1,3,5,7
/proc/18501/stat : 18501 (java) S 18499 18499 15420 0 -1 1077944320 10931 0 0 0 50 4 0 0 20 0 15 0 410399685 15512600576 12585 33554432000 4194304 4196468 140734095880864 140734095863408 140600581787383 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
/proc/18501/statm: 3787256 12585 3366 1 0 3748377 0
[pid=18501/tid=18502] ppid=18499 vsize=15149024 memory=1398722017469774279 CPUtime=0.3 cores=1,3,5,7
/proc/18501/task/18502/stat : 18502 (java) R 18499 18499 15420 0 -1 4202560 7853 0 0 0 27 3 0 0 20 0 15 0 410399685 15512600576 12585 33554432000 4194304 4196468 140734095880864 140600586024400 140600565867870 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18503] ppid=18499 vsize=15149024 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18503/stat : 18503 (java) S 18499 18499 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410399686 15512600576 12585 33554432000 4194304 4196468 140734095880864 140600534407696 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18504] ppid=18499 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18504/stat : 18504 (java) S 18499 18499 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410399686 15512600576 12585 33554432000 4194304 4196468 140734095880864 140600533355152 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18505] ppid=18499 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18505/stat : 18505 (java) S 18499 18499 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410399686 15512600576 12585 33554432000 4194304 4196468 140734095880864 140600532302096 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18506] ppid=18499 vsize=15149024 memory=-4190076264842474805 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18506/stat : 18506 (java) S 18499 18499 15420 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410399686 15512600576 12585 33554432000 4194304 4196468 140734095880864 140600531249552 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18507] ppid=18499 vsize=15149024 memory=-7595490506177102494 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18507/stat : 18507 (java) S 18499 18499 15420 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 410399687 15512600576 12585 33554432000 4194304 4196468 140734095880864 140600117635824 140600581798530 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18508] ppid=18499 vsize=15149024 memory=-7533229591079788448 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18508/stat : 18508 (java) S 18499 18499 15420 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410399687 15512600576 12585 33554432000 4194304 4196468 140734095880864 140600049395360 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18509] ppid=18499 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18509/stat : 18509 (java) S 18499 18499 15420 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410399688 15512600576 12585 33554432000 4194304 4196468 140734095880864 140600048342256 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18510] ppid=18499 vsize=15149024 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18510/stat : 18510 (java) S 18499 18499 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410399690 15512600576 12585 33554432000 4194304 4196468 140734095880864 140600047290832 140600581805979 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18511] ppid=18499 vsize=15149024 memory=7827413994055111515 CPUtime=0.06 cores=1,3,5,7
/proc/18501/task/18511/stat : 18511 (java) S 18499 18499 15420 0 -1 1077944384 562 0 0 0 6 0 0 0 20 0 15 0 410399690 15512600576 12585 33554432000 4194304 4196468 140734095880864 140600046237936 140600581798530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18512] ppid=18499 vsize=15149024 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/18501/task/18512/stat : 18512 (java) S 18499 18499 15420 0 -1 1077944384 351 0 0 0 3 0 0 0 20 0 15 0 410399690 15512600576 12585 33554432000 4194304 4196468 140734095880864 140600045185392 140600581798530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18513] ppid=18499 vsize=15149024 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/18501/task/18513/stat : 18513 (java) S 18499 18499 15420 0 -1 1077944384 861 0 0 0 12 0 0 0 20 0 15 0 410399690 15512600576 12585 33554432000 4194304 4196468 140734095880864 140600044132336 140600581798530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18514] ppid=18499 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18514/stat : 18514 (java) S 18499 18499 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410399690 15512600576 12585 33554432000 4194304 4196468 140734095880864 140600043080032 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18515] ppid=18499 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18515/stat : 18515 (java) S 18499 18499 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410399690 15512600576 12585 33554432000 4194304 4196468 140734095880864 140600042028080 140600581798530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51792 KiB

[startup+0.701454 s]
/proc/loadavg: 8.59 8.38 6.62 9/234 18515
/proc/meminfo: memFree=29268404/32770624 swapFree=66999980/67108860
[pid=18499] ppid=18496 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/18499/stat : 18499 (xcsp3-exec) S 18496 18499 15420 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410399684 115843072 363 33554432000 4194304 5098028 140726348621968 140726348620072 140406696882812 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 18632704 140726348628859 140726348629101 140726348629101 140726348632010 0
/proc/18499/statm: 28282 363 304 221 0 87 0
[pid=18501] ppid=18499 vsize=15417404 memory=82868 CPUtime=1.71 cores=1,3,5,7
/proc/18501/stat : 18501 (java) S 18499 18499 15420 0 -1 1077944320 14503 0 0 0 166 5 0 0 20 0 19 0 410399685 15787421696 20717 33554432000 4194304 4196468 140734095880864 140734095863408 140600581787383 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
/proc/18501/statm: 3854351 20717 3452 1 0 3815453 0
[pid=18501/tid=18502] ppid=18499 vsize=15417404 memory=0 CPUtime=0.6 cores=1,3,5,7
/proc/18501/task/18502/stat : 18502 (java) S 18499 18499 15420 0 -1 1077944384 9131 0 0 0 56 4 0 0 20 0 19 0 410399685 15787421696 20717 33554432000 4194304 4196468 140734095880864 140600586028160 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18503] ppid=18499 vsize=15417404 memory=33 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18503/stat : 18503 (java) S 18499 18499 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 410399686 15787421696 20717 33554432000 4194304 4196468 140734095880864 140600534407696 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18504] ppid=18499 vsize=15417404 memory=-7604262568725289114 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18504/stat : 18504 (java) S 18499 18499 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 410399686 15787421696 20717 33554432000 4194304 4196468 140734095880864 140600533355152 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18505] ppid=18499 vsize=15417404 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18505/stat : 18505 (java) S 18499 18499 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 410399686 15787421696 20717 33554432000 4194304 4196468 140734095880864 140600532302096 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18506] ppid=18499 vsize=15417404 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18506/stat : 18506 (java) S 18499 18499 15420 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 410399686 15787421696 20717 33554432000 4194304 4196468 140734095880864 140600531249552 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18507] ppid=18499 vsize=15417404 memory=34364 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18507/stat : 18507 (java) S 18499 18499 15420 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 410399687 15787421696 20717 33554432000 4194304 4196468 140734095880864 140600117635824 140600581798530 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18508] ppid=18499 vsize=15417404 memory=988 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18508/stat : 18508 (java) S 18499 18499 15420 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 410399687 15787421696 20717 33554432000 4194304 4196468 140734095880864 140600049395360 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18509] ppid=18499 vsize=15417404 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18509/stat : 18509 (java) S 18499 18499 15420 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 410399688 15787421696 20717 33554432000 4194304 4196468 140734095880864 140600048342256 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18510] ppid=18499 vsize=15417404 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18510/stat : 18510 (java) S 18499 18499 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410399690 15787421696 20717 33554432000 4194304 4196468 140734095880864 140600047290832 140600581805979 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18511] ppid=18499 vsize=15417404 memory=580 CPUtime=0.3 cores=1,3,5,7
/proc/18501/task/18511/stat : 18511 (java) R 18499 18499 15420 0 -1 4202560 1202 0 0 0 30 0 0 0 20 0 19 0 410399690 15787421696 20717 33554432000 4194304 4196468 140734095880864 140600046227728 140600562488875 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18512] ppid=18499 vsize=15417404 memory=1696 CPUtime=0.26 cores=1,3,5,7
/proc/18501/task/18512/stat : 18512 (java) R 18499 18499 15420 0 -1 4202560 779 0 0 0 26 0 0 0 20 0 19 0 410399690 15787421696 20717 33554432000 4194304 4196468 140734095880864 140600045171272 140600563307412 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18513] ppid=18499 vsize=15417404 memory=3436 CPUtime=0.38 cores=1,3,5,7
/proc/18501/task/18513/stat : 18513 (java) S 18499 18499 15420 0 -1 1077944384 1875 0 0 0 38 0 0 0 20 0 19 0 410399690 15787421696 20717 33554432000 4194304 4196468 140734095880864 140600044130128 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18514] ppid=18499 vsize=15417404 memory=7548 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18514/stat : 18514 (java) S 18499 18499 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410399690 15787421696 20717 33554432000 4194304 4196468 140734095880864 140600043080032 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18515] ppid=18499 vsize=15417404 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18515/stat : 18515 (java) S 18499 18499 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 410399690 15787421696 20717 33554432000 4194304 4196468 140734095880864 140600042028080 140600581798530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 84320 KiB

[startup+1.50146 s]
/proc/loadavg: 8.59 8.38 6.62 12/238 18519
/proc/meminfo: memFree=29240792/32770624 swapFree=66999980/67108860
[pid=18499] ppid=18496 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/18499/stat : 18499 (xcsp3-exec) S 18496 18499 15420 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410399684 115843072 363 33554432000 4194304 5098028 140726348621968 140726348620072 140406696882812 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 18632704 140726348628859 140726348629101 140726348629101 140726348632010 0
/proc/18499/statm: 28282 363 304 221 0 87 0

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

[pid=18501/tid=18505] ppid=18499 vsize=15419292 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18505/stat : 18505 (java) S 18499 18499 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 410399686 15789355008 30392 33554432000 4194304 4196468 140734095880864 140600532302096 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18506] ppid=18499 vsize=15419292 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18506/stat : 18506 (java) S 18499 18499 15420 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 410399686 15789355008 30392 33554432000 4194304 4196468 140734095880864 140600531249552 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18507] ppid=18499 vsize=15419292 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18507/stat : 18507 (java) S 18499 18499 15420 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 410399687 15789355008 30392 33554432000 4194304 4196468 140734095880864 140600117635824 140600581798530 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18508] ppid=18499 vsize=15419292 memory=6944652027076318631 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18508/stat : 18508 (java) S 18499 18499 15420 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 410399687 15789355008 30392 33554432000 4194304 4196468 140734095880864 140600049395360 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18509] ppid=18499 vsize=15419292 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18509/stat : 18509 (java) S 18499 18499 15420 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 410399688 15789355008 30392 33554432000 4194304 4196468 140734095880864 140600048342256 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18510] ppid=18499 vsize=15419292 memory=-7313654673739556905 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18510/stat : 18510 (java) S 18499 18499 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410399690 15789355008 30392 33554432000 4194304 4196468 140734095880864 140600047290832 140600581805979 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18511] ppid=18499 vsize=15419292 memory=0 CPUtime=0.78 cores=1,3,5,7
/proc/18501/task/18511/stat : 18511 (java) R 18499 18499 15420 0 -1 4202560 3211 0 0 0 78 0 0 0 20 0 19 0 410399690 15789355008 30392 33554432000 4194304 4196468 140734095880864 140600046223960 140600563331106 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18512] ppid=18499 vsize=15419292 memory=0 CPUtime=0.77 cores=1,3,5,7
/proc/18501/task/18512/stat : 18512 (java) R 18499 18499 15420 0 -1 4202560 4259 0 0 0 77 0 0 0 20 0 19 0 410399690 15789355008 30392 33554432000 4194304 4196468 140734095880864 140600045171368 140600563331614 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18513] ppid=18499 vsize=15419292 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/18501/task/18513/stat : 18513 (java) S 18499 18499 15420 0 -1 1077944384 2410 0 0 0 49 0 0 0 20 0 19 0 410399690 15789355008 30392 33554432000 4194304 4196468 140734095880864 140600044132336 140600581798530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18514] ppid=18499 vsize=15419292 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18514/stat : 18514 (java) S 18499 18499 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410399690 15789355008 30392 33554432000 4194304 4196468 140734095880864 140600043080032 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18515] ppid=18499 vsize=15419292 memory=280658798711296 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18515/stat : 18515 (java) S 18499 18499 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 410399690 15789355008 30392 33554432000 4194304 4196468 140734095880864 140600042028080 140600581798530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18516] ppid=18499 vsize=15419292 memory=13898 CPUtime=0.45 cores=1,3,5,7
/proc/18501/task/18516/stat : 18516 (java) R 18499 18499 15420 0 -1 4202560 56 0 0 0 45 0 0 0 20 0 19 0 410399747 15789355008 30392 33554432000 4194304 4196468 140734095880864 140600032816968 140600205344777 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18517] ppid=18499 vsize=15419292 memory=24179 CPUtime=0.44 cores=1,3,5,7
/proc/18501/task/18517/stat : 18517 (java) R 18499 18499 15420 0 -1 4202560 73 0 0 0 44 0 0 0 20 0 19 0 410399747 15789355008 30392 33554432000 4194304 4196468 140734095880864 140600031765888 140600561512492 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18518] ppid=18499 vsize=15419292 memory=0 CPUtime=0.62 cores=1,3,5,7
/proc/18501/task/18518/stat : 18518 (java) R 18499 18499 15420 0 -1 4202560 74 0 0 0 62 0 0 0 20 0 19 0 410399747 15789355008 30392 33554432000 4194304 4196468 140734095880864 140600030711976 140600205346308 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18519] ppid=18499 vsize=15419292 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/18501/task/18519/stat : 18519 (java) R 18499 18499 15420 0 -1 4202560 44 0 0 0 68 0 0 0 20 0 19 0 410399747 15789355008 30392 33554432000 4194304 4196468 140734095880864 140600029661368 140600205053567 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
Current children cumulated CPU time: 4.88 s
Current children cumulated vsize: 15532420 KiB
Current children cumulated memory: 123020 KiB

[startup+2.79393 s]
# the end of solver process 18499 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.79479 s, system=0.085546 s

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

[startup+1.60845 s]
/proc/loadavg: 8.59 8.38 6.62 12/238 18519
/proc/meminfo: memFree=29240792/32770624 swapFree=66999980/67108860
[pid=18499] ppid=18496 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/18499/stat : 18499 (xcsp3-exec) S 18496 18499 15420 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410399684 115843072 363 33554432000 4194304 5098028 140726348621968 140726348620072 140406696882812 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 18632704 140726348628859 140726348629101 140726348629101 140726348632010 0
/proc/18499/statm: 28282 363 304 221 0 87 0
[pid=18501] ppid=18499 vsize=15417404 memory=121792 CPUtime=5.3 cores=1,3,5,7
/proc/18501/stat : 18501 (java) S 18499 18499 15420 0 -1 1077944320 21081 0 0 0 524 6 0 0 20 0 19 0 410399685 15787421696 30448 33554432000 4194304 4196468 140734095880864 140734095863408 140600581787383 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
/proc/18501/statm: 3854351 30448 3476 1 0 3815453 0
[pid=18501/tid=18502] ppid=18499 vsize=15417404 memory=0 CPUtime=0.6 cores=1,3,5,7
/proc/18501/task/18502/stat : 18502 (java) S 18499 18499 15420 0 -1 1077944384 9131 0 0 0 56 4 0 0 20 0 19 0 410399685 15787421696 30448 33554432000 4194304 4196468 140734095880864 140600586028160 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18503] ppid=18499 vsize=15417404 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18503/stat : 18503 (java) S 18499 18499 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 410399686 15787421696 30448 33554432000 4194304 4196468 140734095880864 140600534407696 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18504] ppid=18499 vsize=15417404 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18504/stat : 18504 (java) S 18499 18499 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 410399686 15787421696 30448 33554432000 4194304 4196468 140734095880864 140600533355152 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18505] ppid=18499 vsize=15417404 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18505/stat : 18505 (java) S 18499 18499 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 410399686 15787421696 30448 33554432000 4194304 4196468 140734095880864 140600532302096 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18506] ppid=18499 vsize=15417404 memory=6628 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18506/stat : 18506 (java) S 18499 18499 15420 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 410399686 15787421696 30448 33554432000 4194304 4196468 140734095880864 140600531249552 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18507] ppid=18499 vsize=15417404 memory=8836 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18507/stat : 18507 (java) S 18499 18499 15420 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 410399687 15787421696 30448 33554432000 4194304 4196468 140734095880864 140600117635824 140600581798530 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18508] ppid=18499 vsize=15417404 memory=11044 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18508/stat : 18508 (java) S 18499 18499 15420 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 410399687 15787421696 30448 33554432000 4194304 4196468 140734095880864 140600049395360 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18509] ppid=18499 vsize=15417404 memory=13252 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18509/stat : 18509 (java) S 18499 18499 15420 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 410399688 15787421696 30448 33554432000 4194304 4196468 140734095880864 140600048342256 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18510] ppid=18499 vsize=15417404 memory=15460 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18510/stat : 18510 (java) S 18499 18499 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410399690 15787421696 30448 33554432000 4194304 4196468 140734095880864 140600047290832 140600581805979 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18511] ppid=18499 vsize=15417404 memory=17668 CPUtime=0.82 cores=1,3,5,7
/proc/18501/task/18511/stat : 18511 (java) R 18499 18499 15420 0 -1 4202560 3225 0 0 0 82 0 0 0 20 0 19 0 410399690 15787421696 30448 33554432000 4194304 4196468 140734095880864 140600046230424 140600565344357 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18512] ppid=18499 vsize=15417404 memory=19876 CPUtime=0.83 cores=1,3,5,7
/proc/18501/task/18512/stat : 18512 (java) R 18499 18499 15420 0 -1 4202560 4760 0 0 0 83 0 0 0 20 0 19 0 410399690 15787421696 30448 33554432000 4194304 4196468 140734095880864 140600045171416 140600563331106 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18513] ppid=18499 vsize=15417404 memory=22084 CPUtime=0.49 cores=1,3,5,7
/proc/18501/task/18513/stat : 18513 (java) R 18499 18499 15420 0 -1 1077944384 2410 0 0 0 49 0 0 0 20 0 19 0 410399690 15787421696 30448 33554432000 4194304 4196468 140734095880864 140600044132336 140600581798530 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18514] ppid=18499 vsize=15417404 memory=24292 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18514/stat : 18514 (java) S 18499 18499 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410399690 15787421696 30448 33554432000 4194304 4196468 140734095880864 140600043080032 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18515] ppid=18499 vsize=15417404 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18515/stat : 18515 (java) S 18499 18499 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 410399690 15787421696 30448 33554432000 4194304 4196468 140734095880864 140600042028080 140600581798530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18516] ppid=18499 vsize=15417404 memory=219777771540618 CPUtime=0.51 cores=1,3,5,7
/proc/18501/task/18516/stat : 18516 (java) R 18499 18499 15420 0 -1 4202560 56 0 0 0 51 0 0 0 20 0 19 0 410399747 15787421696 30448 33554432000 4194304 4196468 140734095880864 140600032816824 140600205052510 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18517] ppid=18499 vsize=15417404 memory=140329399499313 CPUtime=0.49 cores=1,3,5,7
/proc/18501/task/18517/stat : 18517 (java) R 18499 18499 15420 0 -1 4202560 74 0 0 0 49 0 0 0 20 0 19 0 410399747 15787421696 30448 33554432000 4194304 4196468 140734095880864 140600031764608 140600205330828 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18518] ppid=18499 vsize=15417404 memory=7548 CPUtime=0.72 cores=1,3,5,7
/proc/18501/task/18518/stat : 18518 (java) R 18499 18499 15420 0 -1 4202560 74 0 0 0 72 0 0 0 20 0 19 0 410399747 15787421696 30448 33554432000 4194304 4196468 140734095880864 140600030712344 140600205052955 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18519] ppid=18499 vsize=15417404 memory=2832 CPUtime=0.78 cores=1,3,5,7
/proc/18501/task/18519/stat : 18519 (java) R 18499 18499 15420 0 -1 4202560 44 0 0 0 78 0 0 0 20 0 19 0 410399747 15787421696 30448 33554432000 4194304 4196468 140734095880864 140600029661368 140600205404453 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
Current children cumulated CPU time: 5.3 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 123244 KiB

[startup+2.41145 s]
/proc/loadavg: 8.59 8.38 6.62 10/238 18519
/proc/meminfo: memFree=29192532/32770624 swapFree=66999980/67108860
[pid=18499] ppid=18496 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/18499/stat : 18499 (xcsp3-exec) S 18496 18499 15420 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410399684 115843072 363 33554432000 4194304 5098028 140726348621968 140726348620072 140406696882812 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 18632704 140726348628859 140726348629101 140726348629101 140726348632010 0
/proc/18499/statm: 28282 363 304 221 0 87 0
[pid=18501] ppid=18499 vsize=15417404 memory=158992 CPUtime=8.5 cores=1,3,5,7
/proc/18501/stat : 18501 (java) S 18499 18499 15420 0 -1 1077944320 26422 0 0 0 843 7 0 0 20 0 19 0 410399685 15787421696 39748 33554432000 4194304 4196468 140734095880864 140734095863408 140600581787383 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
/proc/18501/statm: 3854351 39748 3477 1 0 3815453 0
[pid=18501/tid=18502] ppid=18499 vsize=15417404 memory=6791534058613427641 CPUtime=0.6 cores=1,3,5,7
/proc/18501/task/18502/stat : 18502 (java) S 18499 18499 15420 0 -1 1077944384 9131 0 0 0 56 4 0 0 20 0 19 0 410399685 15787421696 39748 33554432000 4194304 4196468 140734095880864 140600586028160 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18503] ppid=18499 vsize=15417404 memory=129600 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18503/stat : 18503 (java) S 18499 18499 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 410399686 15787421696 39748 33554432000 4194304 4196468 140734095880864 140600534407696 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18504] ppid=18499 vsize=15417404 memory=772 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18504/stat : 18504 (java) S 18499 18499 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 410399686 15787421696 39748 33554432000 4194304 4196468 140734095880864 140600533355152 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18505] ppid=18499 vsize=15417404 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18505/stat : 18505 (java) S 18499 18499 15420 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 410399686 15787421696 39748 33554432000 4194304 4196468 140734095880864 140600532302096 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18506] ppid=18499 vsize=15417404 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18506/stat : 18506 (java) S 18499 18499 15420 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 410399686 15787421696 39748 33554432000 4194304 4196468 140734095880864 140600531249552 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18507] ppid=18499 vsize=15417404 memory=964 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18507/stat : 18507 (java) S 18499 18499 15420 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 410399687 15787421696 39748 33554432000 4194304 4196468 140734095880864 140600117635824 140600581798530 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18508] ppid=18499 vsize=15417404 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18508/stat : 18508 (java) S 18499 18499 15420 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 410399687 15787421696 39748 33554432000 4194304 4196468 140734095880864 140600049395360 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18509] ppid=18499 vsize=15417404 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18509/stat : 18509 (java) S 18499 18499 15420 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 410399688 15787421696 39748 33554432000 4194304 4196468 140734095880864 140600048342256 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18510] ppid=18499 vsize=15417404 memory=140329399544376 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18510/stat : 18510 (java) S 18499 18499 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410399690 15787421696 39748 33554432000 4194304 4196468 140734095880864 140600047290832 140600581805979 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18511] ppid=18499 vsize=15417404 memory=1452 CPUtime=1.04 cores=1,3,5,7
/proc/18501/task/18511/stat : 18511 (java) S 18499 18499 15420 0 -1 1077944384 4103 0 0 0 104 0 0 0 20 0 19 0 410399690 15787421696 39748 33554432000 4194304 4196468 140734095880864 140600046237936 140600581798530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18512] ppid=18499 vsize=15417404 memory=73916 CPUtime=1.03 cores=1,3,5,7
/proc/18501/task/18512/stat : 18512 (java) S 18499 18499 15420 0 -1 1077944384 8441 0 0 0 102 1 0 0 20 0 19 0 410399690 15787421696 39748 33554432000 4194304 4196468 140734095880864 140600045185392 140600581798530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18513] ppid=18499 vsize=15417404 memory=16106965717748363 CPUtime=0.5 cores=1,3,5,7
/proc/18501/task/18513/stat : 18513 (java) S 18499 18499 15420 0 -1 1077944384 2871 0 0 0 50 0 0 0 20 0 19 0 410399690 15787421696 39748 33554432000 4194304 4196468 140734095880864 140600044132336 140600581798530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18514] ppid=18499 vsize=15417404 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18514/stat : 18514 (java) S 18499 18499 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410399690 15787421696 39748 33554432000 4194304 4196468 140734095880864 140600043080032 140600581797589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18515] ppid=18499 vsize=15417404 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/18501/task/18515/stat : 18515 (java) S 18499 18499 15420 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410399690 15787421696 39748 33554432000 4194304 4196468 140734095880864 140600042028080 140600581798530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18516] ppid=18499 vsize=15417404 memory=6656426216303648864 CPUtime=1.16 cores=1,3,5,7
/proc/18501/task/18516/stat : 18516 (java) R 18499 18499 15420 0 -1 4202560 95 0 0 0 116 0 0 0 20 0 19 0 410399747 15787421696 39748 33554432000 4194304 4196468 140734095880864 140600032816592 140600204933627 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18517] ppid=18499 vsize=15417404 memory=0 CPUtime=1.24 cores=1,3,5,7
/proc/18501/task/18517/stat : 18517 (java) R 18499 18499 15420 0 -1 4202560 208 0 0 0 124 0 0 0 20 0 19 0 410399747 15787421696 39748 33554432000 4194304 4196468 140734095880864 140600031764456 140600205775013 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18518] ppid=18499 vsize=15417404 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/18501/task/18518/stat : 18518 (java) R 18499 18499 15420 0 -1 4202560 119 0 0 0 142 0 0 0 20 0 19 0 410399747 15787421696 39748 33554432000 4194304 4196468 140734095880864 140600030712408 140600205345464 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
[pid=18501/tid=18519] ppid=18499 vsize=15417404 memory=0 CPUtime=1.45 cores=1,3,5,7
/proc/18501/task/18519/stat : 18519 (java) R 18499 18499 15420 0 -1 4202560 127 0 0 0 145 0 0 0 20 0 19 0 410399747 15787421696 39748 33554432000 4194304 4196468 140734095880864 140600029659384 140600205404300 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8146944 140734095885295 140734095885466 140734095885466 140734095888335 0
Current children cumulated CPU time: 8.5 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 160444 KiB

[startup+2.60084 s]
/proc/loadavg: 8.59 8.38 6.62 10/238 18519
/proc/meminfo: memFree=29192532/32770624 swapFree=66999980/67108860
[pid=18499] ppid=18496 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/18499/stat : 18499 (xcsp3-exec) S 18496 18499 15420 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410399684 115843072 363 33554432000 4194304 5098028 140726348621968 140726348620072 140406696882812 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 18632704 140726348628859 140726348629101 140726348629101 140726348632010 0
/proc/18499/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

[startup+2.70045 s]
/proc/loadavg: 8.59 8.38 6.62 10/238 18519
/proc/meminfo: memFree=29192532/32770624 swapFree=66999980/67108860
[pid=18499] ppid=18496 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/18499/stat : 18499 (xcsp3-exec) S 18496 18499 15420 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410399684 115843072 363 33554432000 4194304 5098028 140726348621968 140726348620072 140406696882812 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 18632704 140726348628859 140726348629101 140726348629101 140726348632010 0
/proc/18499/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 0
Real time (s): 2.79399
CPU time (s): 8.88034
CPU user time (s): 8.79479
CPU system time (s): 0.085546
CPU usage (%): 317.837
Max. virtual memory (cumulated for all children) (KiB): 15532420
Max. memory (cumulated for all children) (KiB): 164612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.79479
system time used= 0.085546
maximum resident set size= 165412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27176
page faults= 0
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1882
involuntary context switches= 346


# summary of solver processes directly reported to runsolver:
#   pid: 18499
#   total CPU time (s): 8.88034
#   total CPU user time (s): 8.79479
#   total CPU system time (s): 0.085546

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.033263 second user time and 0.077949 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-13 05:20:16
IDJOB=4392891
IDBENCH=135372
IDSOLVER=2840
FILE ID=node146/4392891-1568344857
RUNJOBID= node146-1568343521-17190
PBS_JOBID= 21701161
Free space on /tmp= 56672 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-queen/Pb-queen-0975965.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-4392891-1568344857/watcher-4392891-1568344857 -o /tmp/evaluation-result-4392891-1568344857/solver-4392891-1568344857 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568343521-17190 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 481460362 HOME/instance-4392891-1568344857.xml

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

MD5SUM BENCH= a14f05ce5b97c69cdfebe4c47d671ffd
RANDOM SEED=481460362

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        29317820 kB
MemAvailable:   29638856 kB
Buffers:          144636 kB
Cached:           456392 kB
SwapCached:         5176 kB
Active:          2583604 kB
Inactive:         280092 kB
Active(anon):    2279460 kB
Inactive(anon):    20900 kB
Active(file):     304144 kB
Inactive(file):   259192 kB
Unevictable:      111040 kB
Mlocked:          111040 kB
SwapTotal:      67108860 kB
SwapFree:       66999980 kB
Dirty:             26160 kB
Writeback:             0 kB
AnonPages:       2369816 kB
Mapped:            53948 kB
Shmem:             29340 kB
Slab:             176636 kB
SReclaimable:     147068 kB
SUnreclaim:        29568 kB
KernelStack:        3792 kB
PageTables:        10336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4714700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2248704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 56648 MiB
End job on node146 at 2019-09-13 05:20:19