Trace number 4403769

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-20Wrong UNSAT 5.12325 1.7526

General information on the benchmark

NameTpp/Tpp-zinc-s1/
Tpp-7-3-30-1.xml
MD5SUM0f4bef4b37e838bc5603a3a9d9caf103
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark147
Best CPU time to get the best result obtained on this benchmark0.359541
Satisfiable
(Un)Satisfiability was proved
Number of variables102
Number of constraints683
Number of domains53
Minimum domain size2
Maximum domain size21
Distribution of domain sizes[{"size":2,"count":1},{"size":3,"count":4},{"size":4,"count":13},{"size":5,"count":3},{"size":9,"count":1},{"size":10,"count":1},{"size":11,"count":4},{"size":12,"count":9},{"size":13,"count":8},{"size":14,"count":3},{"size":15,"count":3},{"size":16,"count":1},{"size":20,"count":30},{"size":21,"count":21}]
Minimum variable degree2
Maximum variable degree33
Distribution of variable degrees[{"degree":2,"count":51},{"degree":22,"count":30},{"degree":32,"count":20},{"degree":33,"count":1}]
Minimum constraint arity1
Maximum constraint arity21
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":681},{"arity":21,"count":1}]
Number of extensional constraints51
Number of intensional constraints631
Distribution of constraint types[{"type":"extension","count":51},{"type":"intension","count":631},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403769-1568990434.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4403769-1568990434.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
4.26/1.57	c solve instance...
4.95/1.73	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 (3918 MiB free)
  memory of node 1: 16384 MiB (1541 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403769-1568990434/watcher-4403769-1568990434 -o /var/tmp/evaluation-result-4403769-1568990434/solver-4403769-1568990434 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1568983381-1915 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1402724210 HOME/instance-4403769-1568990434.xml 

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

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


[startup+0.1001 s]*
/proc/loadavg: 8.46 8.33 8.16 7/232 5089
/proc/meminfo: memFree=5574664/32770624 swapFree=66952588/67108860
[pid=5073] ppid=5070 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5073/stat : 5073 (xcsp3-exec) S 5070 5073 1883 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475299003 115843072 364 33554432000 4194304 5098028 140724486625824 140724486623928 139698847998588 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 30990336 140724486632278 140724486632537 140724486632537 140724486635462 0
/proc/5073/statm: 28282 364 305 221 0 87 0
[pid=5075] ppid=5073 vsize=15144776 memory=30056 CPUtime=0.12 cores=0,2,4,6
/proc/5075/stat : 5075 (java) S 5073 5073 1883 0 -1 1077944320 5407 0 0 0 11 1 0 0 20 0 15 0 475299003 15508250624 7514 33554432000 4194304 4196468 140735454516944 140735454499488 139735594565367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
/proc/5075/statm: 3786194 7514 3152 1 0 3748377 0
[pid=5075/tid=5076] ppid=5073 vsize=15144776 memory=-2698087569006908830 CPUtime=0.09 cores=0,2,4,6
/proc/5075/task/5076/stat : 5076 (java) R 5073 5073 1883 0 -1 4202560 3363 0 0 0 9 0 0 0 20 0 15 0 475299003 15508250624 7514 33554432000 4194304 4196468 140735454516944 139735598799904 139735232177629 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5077] ppid=5073 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5077/stat : 5077 (java) S 5073 5073 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475299004 15508250624 7514 33554432000 4194304 4196468 140735454516944 139735187139344 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5078] ppid=5073 vsize=15144776 memory=140411669337728 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5078/stat : 5078 (java) S 5073 5073 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475299004 15508250624 7514 33554432000 4194304 4196468 140735454516944 139735186086800 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5079] ppid=5073 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5079/stat : 5079 (java) S 5073 5073 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475299004 15508250624 7514 33554432000 4194304 4196468 140735454516944 139735185034256 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5080] ppid=5073 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5080/stat : 5080 (java) S 5073 5073 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475299004 15508250624 7514 33554432000 4194304 4196468 140735454516944 139735183981712 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5081] ppid=5073 vsize=15144776 memory=140411669337728 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5081/stat : 5081 (java) S 5073 5073 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475299005 15508250624 7514 33554432000 4194304 4196468 140735454516944 139735063144432 139735594576514 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5082] ppid=5073 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5082/stat : 5082 (java) S 5073 5073 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475299006 15508250624 7514 33554432000 4194304 4196468 140735454516944 139735062090656 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5083] ppid=5073 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5083/stat : 5083 (java) S 5073 5073 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475299006 15508250624 7514 33554432000 4194304 4196468 140735454516944 139735061038064 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5084] ppid=5073 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5084/stat : 5084 (java) S 5073 5073 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475299008 15508250624 7514 33554432000 4194304 4196468 140735454516944 139735059986640 139735594583963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5085] ppid=5073 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5085/stat : 5085 (java) R 5073 5073 1883 0 -1 1077944384 413 0 0 0 0 0 0 0 20 0 15 0 475299008 15508250624 7514 33554432000 4194304 4196468 140735454516944 139735058934352 139735594575573 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5086] ppid=5073 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5086/stat : 5086 (java) R 5073 5073 1883 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 15 0 475299008 15508250624 7514 33554432000 4194304 4196468 140735454516944 139735057880896 139735578001105 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5087] ppid=5073 vsize=15144776 memory=140411669337728 CPUtime=0.02 cores=0,2,4,6
/proc/5075/task/5087/stat : 5087 (java) R 5073 5073 1883 0 -1 4202560 324 0 0 0 2 0 0 0 20 0 15 0 475299008 15508250624 7514 33554432000 4194304 4196468 140735454516944 139735056829168 139735573550512 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5088] ppid=5073 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5088/stat : 5088 (java) S 5073 5073 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475299009 15508250624 7514 33554432000 4194304 4196468 140735454516944 139735055776864 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5089] ppid=5073 vsize=15144776 memory=140411669337728 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5089/stat : 5089 (java) S 5073 5073 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475299009 15508250624 7514 33554432000 4194304 4196468 140735454516944 139735054723376 139735594576514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31512 KiB

[startup+0.210753 s]*
/proc/loadavg: 8.46 8.33 8.16 7/232 5089
/proc/meminfo: memFree=5560980/32770624 swapFree=66952588/67108860
[pid=5073] ppid=5070 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5073/stat : 5073 (xcsp3-exec) S 5070 5073 1883 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475299003 115843072 364 33554432000 4194304 5098028 140724486625824 140724486623928 139698847998588 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 30990336 140724486632278 140724486632537 140724486632537 140724486635462 0
/proc/5073/statm: 28282 364 305 221 0 87 0
[pid=5075] ppid=5073 vsize=15144776 memory=41512 CPUtime=0.34 cores=0,2,4,6
/proc/5075/stat : 5075 (java) S 5073 5073 1883 0 -1 1077944320 9030 0 0 0 32 2 0 0 20 0 15 0 475299003 15508250624 10378 33554432000 4194304 4196468 140735454516944 140735454499488 139735594565367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
/proc/5075/statm: 3786194 10378 3313 1 0 3748377 0
[pid=5075/tid=5076] ppid=5073 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/5075/task/5076/stat : 5076 (java) R 5073 5073 1883 0 -1 4202560 6190 0 0 0 19 1 0 0 20 0 15 0 475299003 15508250624 10378 33554432000 4194304 4196468 140735454516944 139735598797280 139735594577302 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5077] ppid=5073 vsize=15144776 memory=10592 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5077/stat : 5077 (java) S 5073 5073 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475299004 15508250624 10378 33554432000 4194304 4196468 140735454516944 139735187139344 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5078] ppid=5073 vsize=15144776 memory=140411669357400 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5078/stat : 5078 (java) S 5073 5073 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475299004 15508250624 10378 33554432000 4194304 4196468 140735454516944 139735186086800 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5079] ppid=5073 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5079/stat : 5079 (java) S 5073 5073 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475299004 15508250624 10378 33554432000 4194304 4196468 140735454516944 139735185034256 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5080] ppid=5073 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5080/stat : 5080 (java) S 5073 5073 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475299004 15508250624 10378 33554432000 4194304 4196468 140735454516944 139735183981712 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5081] ppid=5073 vsize=15144776 memory=140411669337728 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5081/stat : 5081 (java) S 5073 5073 1883 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475299005 15508250624 10378 33554432000 4194304 4196468 140735454516944 139735063144432 139735594576514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5082] ppid=5073 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5082/stat : 5082 (java) S 5073 5073 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475299006 15508250624 10378 33554432000 4194304 4196468 140735454516944 139735062090656 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5083] ppid=5073 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5083/stat : 5083 (java) S 5073 5073 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475299006 15508250624 10378 33554432000 4194304 4196468 140735454516944 139735061038064 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5084] ppid=5073 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5084/stat : 5084 (java) S 5073 5073 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475299008 15508250624 10378 33554432000 4194304 4196468 140735454516944 139735059986640 139735594583963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5085] ppid=5073 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5075/task/5085/stat : 5085 (java) S 5073 5073 1883 0 -1 1077944384 614 0 0 0 2 0 0 0 20 0 15 0 475299008 15508250624 10378 33554432000 4194304 4196468 140735454516944 139735058934256 139735594576514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5086] ppid=5073 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/5075/task/5086/stat : 5086 (java) S 5073 5073 1883 0 -1 1077944384 182 0 0 0 2 0 0 0 20 0 15 0 475299008 15508250624 10378 33554432000 4194304 4196468 140735454516944 139735057881712 139735594576514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5087] ppid=5073 vsize=15144776 memory=140411669337728 CPUtime=0.08 cores=0,2,4,6
/proc/5075/task/5087/stat : 5087 (java) R 5073 5073 1883 0 -1 4202560 735 0 0 0 8 0 0 0 20 0 15 0 475299008 15508250624 10378 33554432000 4194304 4196468 140735454516944 139735056829168 139735573271220 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5088] ppid=5073 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5088/stat : 5088 (java) S 5073 5073 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475299009 15508250624 10378 33554432000 4194304 4196468 140735454516944 139735055776864 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5089] ppid=5073 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5089/stat : 5089 (java) S 5073 5073 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475299009 15508250624 10378 33554432000 4194304 4196468 140735454516944 139735054723376 139735594576514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42968 KiB

[startup+0.31084 s]*
/proc/loadavg: 8.46 8.33 8.16 8/232 5089
/proc/meminfo: memFree=5554740/32770624 swapFree=66952588/67108860
[pid=5073] ppid=5070 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5073/stat : 5073 (xcsp3-exec) S 5070 5073 1883 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475299003 115843072 364 33554432000 4194304 5098028 140724486625824 140724486623928 139698847998588 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 30990336 140724486632278 140724486632537 140724486632537 140724486635462 0
/proc/5073/statm: 28282 364 305 221 0 87 0
[pid=5075] ppid=5073 vsize=15149032 memory=49796 CPUtime=0.52 cores=0,2,4,6
/proc/5075/stat : 5075 (java) S 5073 5073 1883 0 -1 1077944320 10272 0 0 0 49 3 0 0 20 0 15 0 475299003 15512608768 12449 33554432000 4194304 4196468 140735454516944 140735454499488 139735594565367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
/proc/5075/statm: 3787258 12449 3346 1 0 3748377 0
[pid=5075/tid=5076] ppid=5073 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/5075/task/5076/stat : 5076 (java) R 5073 5073 1883 0 -1 4202560 7293 0 0 0 28 2 0 0 20 0 15 0 475299003 15512608768 12449 33554432000 4194304 4196468 140735454516944 139735598796480 139735594587293 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5077] ppid=5073 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5077/stat : 5077 (java) S 5073 5073 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475299004 15512608768 12449 33554432000 4194304 4196468 140735454516944 139735187139344 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5078] ppid=5073 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5078/stat : 5078 (java) S 5073 5073 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475299004 15512608768 12449 33554432000 4194304 4196468 140735454516944 139735186086800 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5079] ppid=5073 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5079/stat : 5079 (java) S 5073 5073 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475299004 15512608768 12449 33554432000 4194304 4196468 140735454516944 139735185034256 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5080] ppid=5073 vsize=15149032 memory=8547712850019655617 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5080/stat : 5080 (java) S 5073 5073 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475299004 15512608768 12449 33554432000 4194304 4196468 140735454516944 139735183981712 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5081] ppid=5073 vsize=15149032 memory=7089056485457618024 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5081/stat : 5081 (java) S 5073 5073 1883 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475299005 15512608768 12449 33554432000 4194304 4196468 140735454516944 139735063144432 139735594576514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5082] ppid=5073 vsize=15149032 memory=4209357772117481859 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5082/stat : 5082 (java) S 5073 5073 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475299006 15512608768 12449 33554432000 4194304 4196468 140735454516944 139735062090656 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5083] ppid=5073 vsize=15149032 memory=4206468019014099040 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5083/stat : 5083 (java) S 5073 5073 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475299006 15512608768 12449 33554432000 4194304 4196468 140735454516944 139735061038064 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5084] ppid=5073 vsize=15149032 memory=-8412652169205224307 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5084/stat : 5084 (java) S 5073 5073 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475299008 15512608768 12449 33554432000 4194304 4196468 140735454516944 139735059986640 139735594583963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5085] ppid=5073 vsize=15149032 memory=-8412656567168561567 CPUtime=0.04 cores=0,2,4,6
/proc/5075/task/5085/stat : 5085 (java) S 5073 5073 1883 0 -1 1077944384 644 0 0 0 4 0 0 0 20 0 15 0 475299008 15512608768 12449 33554432000 4194304 4196468 140735454516944 139735058934256 139735594576514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5086] ppid=5073 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/5075/task/5086/stat : 5086 (java) S 5073 5073 1883 0 -1 1077944384 214 0 0 0 3 0 0 0 20 0 15 0 475299008 15512608768 12449 33554432000 4194304 4196468 140735454516944 139735057881712 139735594576514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5087] ppid=5073 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/5075/task/5087/stat : 5087 (java) S 5073 5073 1883 0 -1 1077944384 828 0 0 0 12 0 0 0 20 0 15 0 475299008 15512608768 12449 33554432000 4194304 4196468 140735454516944 139735056829168 139735594576514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5088] ppid=5073 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5088/stat : 5088 (java) S 5073 5073 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475299009 15512608768 12449 33554432000 4194304 4196468 140735454516944 139735055776864 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5089] ppid=5073 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5089/stat : 5089 (java) S 5073 5073 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475299009 15512608768 12449 33554432000 4194304 4196468 140735454516944 139735054723376 139735594576514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51252 KiB

[startup+0.700957 s]
/proc/loadavg: 8.27 8.29 8.15 9/232 5089
/proc/meminfo: memFree=5538116/32770624 swapFree=66952588/67108860
[pid=5073] ppid=5070 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5073/stat : 5073 (xcsp3-exec) S 5070 5073 1883 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475299003 115843072 364 33554432000 4194304 5098028 140724486625824 140724486623928 139698847998588 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 30990336 140724486632278 140724486632537 140724486632537 140724486635462 0
/proc/5073/statm: 28282 364 305 221 0 87 0
[pid=5075] ppid=5073 vsize=15151156 memory=83260 CPUtime=1.68 cores=0,2,4,6
/proc/5075/stat : 5075 (java) S 5073 5073 1883 0 -1 1077944320 14132 0 0 0 163 5 0 0 20 0 15 0 475299003 15514783744 20815 33554432000 4194304 4196468 140735454516944 140735454499488 139735594565367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
/proc/5075/statm: 3787789 20815 3453 1 0 3748889 0
[pid=5075/tid=5076] ppid=5073 vsize=15151156 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/5075/task/5076/stat : 5076 (java) R 5073 5073 1883 0 -1 4202560 8273 0 0 0 65 3 0 0 20 0 15 0 475299003 15514783744 20815 33554432000 4194304 4196468 140735454516944 139735598798304 139735577949338 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5077] ppid=5073 vsize=15151156 memory=164 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5077/stat : 5077 (java) S 5073 5073 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475299004 15514783744 20815 33554432000 4194304 4196468 140735454516944 139735187139344 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5078] ppid=5073 vsize=15151156 memory=6154848828556269427 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5078/stat : 5078 (java) S 5073 5073 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475299004 15514783744 20815 33554432000 4194304 4196468 140735454516944 139735186086800 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5079] ppid=5073 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5079/stat : 5079 (java) S 5073 5073 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475299004 15514783744 20815 33554432000 4194304 4196468 140735454516944 139735185034256 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5080] ppid=5073 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5080/stat : 5080 (java) S 5073 5073 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475299004 15514783744 20815 33554432000 4194304 4196468 140735454516944 139735183981712 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5081] ppid=5073 vsize=15151156 memory=40228 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5081/stat : 5081 (java) S 5073 5073 1883 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475299005 15514783744 20815 33554432000 4194304 4196468 140735454516944 139735063144432 139735594576514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5082] ppid=5073 vsize=15151156 memory=988 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5082/stat : 5082 (java) S 5073 5073 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475299006 15514783744 20815 33554432000 4194304 4196468 140735454516944 139735062090656 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5083] ppid=5073 vsize=15151156 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5083/stat : 5083 (java) S 5073 5073 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475299006 15514783744 20815 33554432000 4194304 4196468 140735454516944 139735061038064 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5084] ppid=5073 vsize=15151156 memory=1284 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5084/stat : 5084 (java) S 5073 5073 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475299008 15514783744 20815 33554432000 4194304 4196468 140735454516944 139735059986640 139735594583963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5085] ppid=5073 vsize=15151156 memory=1044 CPUtime=0.29 cores=0,2,4,6
/proc/5075/task/5085/stat : 5085 (java) R 5073 5073 1883 0 -1 4202560 1485 0 0 0 29 0 0 0 20 0 15 0 475299008 15514783744 20815 33554432000 4194304 4196468 140735454516944 139735058920016 139735587661760 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5086] ppid=5073 vsize=15151156 memory=708 CPUtime=0.27 cores=0,2,4,6
/proc/5075/task/5086/stat : 5086 (java) R 5073 5073 1883 0 -1 4202560 1020 0 0 0 27 0 0 0 20 0 15 0 475299008 15514783744 20815 33554432000 4194304 4196468 140735454516944 139735057881840 139735579688946 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5087] ppid=5073 vsize=15151156 memory=9364 CPUtime=0.41 cores=0,2,4,6
/proc/5075/task/5087/stat : 5087 (java) S 5073 5073 1883 0 -1 1077944384 2044 0 0 0 41 0 0 0 20 0 15 0 475299008 15514783744 20815 33554432000 4194304 4196468 140735454516944 139735056829168 139735594576514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5088] ppid=5073 vsize=15151156 memory=1120 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5088/stat : 5088 (java) S 5073 5073 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475299009 15514783744 20815 33554432000 4194304 4196468 140735454516944 139735055776864 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5089] ppid=5073 vsize=15151156 memory=776 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5089/stat : 5089 (java) S 5073 5073 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475299009 15514783744 20815 33554432000 4194304 4196468 140735454516944 139735054723376 139735594576514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 84716 KiB

[startup+1.501 s]
/proc/loadavg: 8.27 8.29 8.15 8/232 5089
/proc/meminfo: memFree=5476744/32770624 swapFree=66952588/67108860
[pid=5073] ppid=5070 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5073/stat : 5073 (xcsp3-exec) S 5070 5073 1883 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475299003 115843072 364 33554432000 4194304 5098028 140724486625824 140724486623928 139698847998588 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 30990336 140724486632278 140724486632537 140724486632537 140724486635462 0
/proc/5073/statm: 28282 364 305 221 0 87 0
[pid=5075] ppid=5073 vsize=15151156 memory=217332 CPUtime=4.26 cores=0,2,4,6
/proc/5075/stat : 5075 (java) S 5073 5073 1883 0 -1 1077944320 22578 0 0 0 415 11 0 0 20 0 15 0 475299003 15514783744 54333 33554432000 4194304 4196468 140735454516944 140735454499488 139735594565367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
/proc/5075/statm: 3787789 54333 3494 1 0 3748889 0
[pid=5075/tid=5076] ppid=5073 vsize=15151156 memory=164 CPUtime=1.45 cores=0,2,4,6
/proc/5075/task/5076/stat : 5076 (java) R 5073 5073 1883 0 -1 4202560 10823 0 0 0 140 5 0 0 20 0 15 0 475299003 15514783744 54333 33554432000 4194304 4196468 140735454516944 139735598800440 139735236862074 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5077] ppid=5073 vsize=15151156 memory=6154848828556269427 CPUtime=0.01 cores=0,2,4,6
/proc/5075/task/5077/stat : 5077 (java) S 5073 5073 1883 0 -1 1077944384 111 0 0 0 1 0 0 0 20 0 15 0 475299004 15514783744 54333 33554432000 4194304 4196468 140735454516944 139735187139344 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5078] ppid=5073 vsize=15151156 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5075/task/5078/stat : 5078 (java) S 5073 5073 1883 0 -1 1077944384 48 0 0 0 1 1 0 0 20 0 15 0 475299004 15514783744 54333 33554432000 4194304 4196468 140735454516944 139735186086800 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5079] ppid=5073 vsize=15151156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/5075/task/5079/stat : 5079 (java) S 5073 5073 1883 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 15 0 475299004 15514783744 54333 33554432000 4194304 4196468 140735454516944 139735185034256 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5080] ppid=5073 vsize=15151156 memory=65 CPUtime=0.01 cores=0,2,4,6
/proc/5075/task/5080/stat : 5080 (java) S 5073 5073 1883 0 -1 1077944384 218 0 0 0 1 0 0 0 20 0 15 0 475299004 15514783744 54333 33554432000 4194304 4196468 140735454516944 139735183981712 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5081] ppid=5073 vsize=15151156 memory=288230596050944315 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5081/stat : 5081 (java) S 5073 5073 1883 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 475299005 15514783744 54333 33554432000 4194304 4196468 140735454516944 139735063144432 139735594576514 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5082] ppid=5073 vsize=15151156 memory=13564911997421614 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5082/stat : 5082 (java) S 5073 5073 1883 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 475299006 15514783744 54333 33554432000 4194304 4196468 140735454516944 139735062090656 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5083] ppid=5073 vsize=15151156 memory=1120 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5083/stat : 5083 (java) S 5073 5073 1883 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 475299006 15514783744 54333 33554432000 4194304 4196468 140735454516944 139735061038064 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5084] ppid=5073 vsize=15151156 memory=776 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5084/stat : 5084 (java) S 5073 5073 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475299008 15514783744 54333 33554432000 4194304 4196468 140735454516944 139735059986640 139735594583963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5085] ppid=5073 vsize=15151156 memory=280823081349040 CPUtime=1.05 cores=0,2,4,6
/proc/5075/task/5085/stat : 5085 (java) R 5073 5073 1883 0 -1 4202560 3388 0 0 0 105 0 0 0 20 0 15 0 475299008 15514783744 54333 33554432000 4194304 4196468 140735454516944 139735058915824 139735576128942 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5086] ppid=5073 vsize=15151156 memory=10814 CPUtime=1.04 cores=0,2,4,6
/proc/5075/task/5086/stat : 5086 (java) R 5073 5073 1883 0 -1 4202560 2927 0 0 0 103 1 0 0 20 0 15 0 475299008 15514783744 54333 33554432000 4194304 4196468 140735454516944 139735057861792 139735575755038 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5087] ppid=5073 vsize=15151156 memory=24217 CPUtime=0.58 cores=0,2,4,6
/proc/5075/task/5087/stat : 5087 (java) S 5073 5073 1883 0 -1 1077944384 3481 0 0 0 58 0 0 0 20 0 15 0 475299008 15514783744 54333 33554432000 4194304 4196468 140735454516944 139735056829168 139735594576514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5088] ppid=5073 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5088/stat : 5088 (java) S 5073 5073 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475299009 15514783744 54333 33554432000 4194304 4196468 140735454516944 139735055776864 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5089] ppid=5073 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5089/stat : 5089 (java) S 5073 5073 1883 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475299009 15514783744 54333 33554432000 4194304 4196468 140735454516944 139735054723376 139735594576514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
Current children cumulated CPU time: 4.26 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 218788 KiB

[startup+1.75256 s]
# the end of solver process 5073 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.9995 s, system=0.123746 s

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

[startup+1.60097 s]
/proc/loadavg: 8.27 8.29 8.15 8/232 5089
/proc/meminfo: memFree=5476744/32770624 swapFree=66952588/67108860
[pid=5073] ppid=5070 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5073/stat : 5073 (xcsp3-exec) S 5070 5073 1883 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475299003 115843072 364 33554432000 4194304 5098028 140724486625824 140724486623928 139698847998588 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 30990336 140724486632278 140724486632537 140724486632537 140724486635462 0
/proc/5073/statm: 28282 364 305 221 0 87 0
[pid=5075] ppid=5073 vsize=15419460 memory=220976 CPUtime=4.56 cores=0,2,4,6
/proc/5075/stat : 5075 (java) S 5073 5073 1883 0 -1 1077944320 23890 0 0 0 445 11 0 0 20 0 19 0 475299003 15789527040 55244 33554432000 4194304 4196468 140735454516944 140735454499488 139735594565367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
/proc/5075/statm: 3854865 55244 3500 1 0 3815965 0
[pid=5075/tid=5076] ppid=5073 vsize=15419460 memory=0 CPUtime=1.53 cores=0,2,4,6
/proc/5075/task/5076/stat : 5076 (java) S 5073 5073 1883 0 -1 1077944384 11133 0 0 0 148 5 0 0 20 0 19 0 475299003 15789527040 55244 33554432000 4194304 4196468 140735454516944 139735598806144 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5077] ppid=5073 vsize=15419460 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/5075/task/5077/stat : 5077 (java) S 5073 5073 1883 0 -1 1077944384 111 0 0 0 1 0 0 0 20 0 19 0 475299004 15789527040 55244 33554432000 4194304 4196468 140735454516944 139735187139344 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5078] ppid=5073 vsize=15419460 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5075/task/5078/stat : 5078 (java) S 5073 5073 1883 0 -1 1077944384 48 0 0 0 1 1 0 0 20 0 19 0 475299004 15789527040 55244 33554432000 4194304 4196468 140735454516944 139735186086800 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5079] ppid=5073 vsize=15419460 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/5075/task/5079/stat : 5079 (java) S 5073 5073 1883 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 19 0 475299004 15789527040 55244 33554432000 4194304 4196468 140735454516944 139735185034256 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5080] ppid=5073 vsize=15419460 memory=4580 CPUtime=0.01 cores=0,2,4,6
/proc/5075/task/5080/stat : 5080 (java) S 5073 5073 1883 0 -1 1077944384 218 0 0 0 1 0 0 0 20 0 19 0 475299004 15789527040 55244 33554432000 4194304 4196468 140735454516944 139735183981712 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5081] ppid=5073 vsize=15419460 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5081/stat : 5081 (java) S 5073 5073 1883 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 19 0 475299005 15789527040 55244 33554432000 4194304 4196468 140735454516944 139735063144432 139735594576514 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5082] ppid=5073 vsize=15419460 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5082/stat : 5082 (java) S 5073 5073 1883 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 19 0 475299006 15789527040 55244 33554432000 4194304 4196468 140735454516944 139735062090656 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5083] ppid=5073 vsize=15419460 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5083/stat : 5083 (java) S 5073 5073 1883 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 19 0 475299006 15789527040 55269 33554432000 4194304 4196468 140735454516944 139735061038064 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5084] ppid=5073 vsize=15419460 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5084/stat : 5084 (java) S 5073 5073 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475299008 15789527040 55269 33554432000 4194304 4196468 140735454516944 139735059986640 139735594583963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5085] ppid=5073 vsize=15419460 memory=0 CPUtime=1.15 cores=0,2,4,6
/proc/5075/task/5085/stat : 5085 (java) R 5073 5073 1883 0 -1 4202560 3470 0 0 0 115 0 0 0 20 0 19 0 475299008 15789527040 55269 33554432000 4194304 4196468 140735454516944 139735058915272 139735578062155 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5086] ppid=5073 vsize=15419460 memory=0 CPUtime=1.14 cores=0,2,4,6
/proc/5075/task/5086/stat : 5086 (java) R 5073 5073 1883 0 -1 1077944384 3473 0 0 0 113 1 0 0 20 0 19 0 475299008 15789527040 55269 33554432000 4194304 4196468 140735454516944 139735057881712 139735594576514 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5087] ppid=5073 vsize=15419460 memory=280823081379192 CPUtime=0.6 cores=0,2,4,6
/proc/5075/task/5087/stat : 5087 (java) R 5073 5073 1883 0 -1 4202560 3711 0 0 0 60 0 0 0 20 0 19 0 475299008 15789527040 55269 33554432000 4194304 4196468 140735454516944 139735056829464 139735586806757 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5088] ppid=5073 vsize=15419460 memory=-3253322038155611931 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5088/stat : 5088 (java) S 5073 5073 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475299009 15789527040 55269 33554432000 4194304 4196468 140735454516944 139735055776864 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5089] ppid=5073 vsize=15419460 memory=-3253322038155611931 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5089/stat : 5089 (java) S 5073 5073 1883 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 475299009 15789527040 55269 33554432000 4194304 4196468 140735454516944 139735054723376 139735594576514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
Current children cumulated CPU time: 4.56 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 222432 KiB

[startup+1.70068 s]
/proc/loadavg: 8.27 8.29 8.15 8/232 5089
/proc/meminfo: memFree=5476744/32770624 swapFree=66952588/67108860
[pid=5073] ppid=5070 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5073/stat : 5073 (xcsp3-exec) S 5070 5073 1883 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475299003 115843072 364 33554432000 4194304 5098028 140724486625824 140724486623928 139698847998588 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 30990336 140724486632278 140724486632537 140724486632537 140724486635462 0
/proc/5073/statm: 28282 364 305 221 0 87 0
[pid=5075] ppid=5073 vsize=15419460 memory=221720 CPUtime=4.95 cores=0,2,4,6
/proc/5075/stat : 5075 (java) S 5073 5073 1883 0 -1 1077944320 24049 0 0 0 484 11 0 0 20 0 19 0 475299003 15789527040 55430 33554432000 4194304 4196468 140735454516944 140735454499488 139735594565367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
/proc/5075/statm: 3854865 55430 3501 1 0 3815965 0
[pid=5075/tid=5076] ppid=5073 vsize=15419460 memory=164 CPUtime=1.53 cores=0,2,4,6
/proc/5075/task/5076/stat : 5076 (java) S 5073 5073 1883 0 -1 1077944384 11133 0 0 0 148 5 0 0 20 0 19 0 475299003 15789527040 55430 33554432000 4194304 4196468 140735454516944 139735598806144 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5077] ppid=5073 vsize=15419460 memory=6154848828556269427 CPUtime=0.01 cores=0,2,4,6
/proc/5075/task/5077/stat : 5077 (java) S 5073 5073 1883 0 -1 1077944384 111 0 0 0 1 0 0 0 20 0 19 0 475299004 15789527040 55430 33554432000 4194304 4196468 140735454516944 139735187139344 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5078] ppid=5073 vsize=15419460 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5075/task/5078/stat : 5078 (java) S 5073 5073 1883 0 -1 1077944384 48 0 0 0 1 1 0 0 20 0 19 0 475299004 15789527040 55430 33554432000 4194304 4196468 140735454516944 139735186086800 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5079] ppid=5073 vsize=15419460 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/5075/task/5079/stat : 5079 (java) S 5073 5073 1883 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 19 0 475299004 15789527040 55430 33554432000 4194304 4196468 140735454516944 139735185034256 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5080] ppid=5073 vsize=15419460 memory=280823081349040 CPUtime=0.01 cores=0,2,4,6
/proc/5075/task/5080/stat : 5080 (java) S 5073 5073 1883 0 -1 1077944384 218 0 0 0 1 0 0 0 20 0 19 0 475299004 15789527040 55430 33554432000 4194304 4196468 140735454516944 139735183981712 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5081] ppid=5073 vsize=15419460 memory=10814 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5081/stat : 5081 (java) S 5073 5073 1883 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 19 0 475299005 15789527040 55430 33554432000 4194304 4196468 140735454516944 139735063144432 139735594576514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5082] ppid=5073 vsize=15419460 memory=24217 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5082/stat : 5082 (java) S 5073 5073 1883 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 19 0 475299006 15789527040 55430 33554432000 4194304 4196468 140735454516944 139735062090656 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5083] ppid=5073 vsize=15419460 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5083/stat : 5083 (java) S 5073 5073 1883 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 19 0 475299006 15789527040 55430 33554432000 4194304 4196468 140735454516944 139735061038064 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5084] ppid=5073 vsize=15419460 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5084/stat : 5084 (java) S 5073 5073 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475299008 15789527040 55430 33554432000 4194304 4196468 140735454516944 139735059986640 139735594583963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5085] ppid=5073 vsize=15419460 memory=65 CPUtime=1.24 cores=0,2,4,6
/proc/5075/task/5085/stat : 5085 (java) R 5073 5073 1883 0 -1 4202560 3534 0 0 0 124 0 0 0 20 0 19 0 475299008 15789527040 55430 33554432000 4194304 4196468 140735454516944 139735058915272 139735578471533 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5086] ppid=5073 vsize=15419460 memory=288230596050944315 CPUtime=1.18 cores=0,2,4,6
/proc/5075/task/5086/stat : 5086 (java) R 5073 5073 1883 0 -1 4202560 3503 0 0 0 117 1 0 0 20 0 19 0 475299008 15789527040 55430 33554432000 4194304 4196468 140735454516944 139735057874624 139735578854259 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5087] ppid=5073 vsize=15419460 memory=13564911997421614 CPUtime=0.62 cores=0,2,4,6
/proc/5075/task/5087/stat : 5087 (java) R 5073 5073 1883 0 -1 1077944384 3759 0 0 0 62 0 0 0 20 0 19 0 475299008 15789527040 55430 33554432000 4194304 4196468 140735454516944 139735056829168 139735594576514 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5088] ppid=5073 vsize=15419460 memory=1120 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5088/stat : 5088 (java) S 5073 5073 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475299009 15789527040 55430 33554432000 4194304 4196468 140735454516944 139735055776864 139735594575573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
[pid=5075/tid=5089] ppid=5073 vsize=15419460 memory=776 CPUtime=0 cores=0,2,4,6
/proc/5075/task/5089/stat : 5089 (java) R 5073 5073 1883 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 475299009 15789527040 55430 33554432000 4194304 4196468 140735454516944 139735054723376 139735594576514 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28401664 140735454520283 140735454520458 140735454520458 140735454523343 0
Current children cumulated CPU time: 4.95 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 223176 KiB

Child status: 0
Real time (s): 1.7526
CPU time (s): 5.12325
CPU user time (s): 4.9995
CPU system time (s): 0.123746
CPU usage (%): 292.323
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 223176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.9995
system time used= 0.123746
maximum resident set size= 223864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24892
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2072
involuntary context switches= 63


# summary of solver processes directly reported to runsolver:
#   pid: 5073
#   total CPU time (s): 5.12325
#   total CPU user time (s): 4.9995
#   total CPU system time (s): 0.123746

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.03804 second user time and 0.056004 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-20 15:38:33
IDJOB=4403769
IDBENCH=126822
IDSOLVER=2863
FILE ID=node107/4403769-1568990434
RUNJOBID= node107-1568983381-1915
PBS_JOBID= 21704636
Free space on /var/tmp= 12540 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/Tpp/Tpp-zinc-s1/Tpp-7-3-30-1.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403769-1568990434/watcher-4403769-1568990434 -o /var/tmp/evaluation-result-4403769-1568990434/solver-4403769-1568990434 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1568983381-1915 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1402724210 HOME/instance-4403769-1568990434.xml

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

MD5SUM BENCH= 0f4bef4b37e838bc5603a3a9d9caf103
RANDOM SEED=1402724210

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:         5592028 kB
MemAvailable:   29936548 kB
Buffers:          144980 kB
Cached:         24096784 kB
SwapCached:        48712 kB
Active:         13931592 kB
Inactive:       12233412 kB
Active(anon):    1877056 kB
Inactive(anon):    89604 kB
Active(file):   12054536 kB
Inactive(file): 12143808 kB
Unevictable:      111004 kB
Mlocked:          111004 kB
SwapTotal:      67108860 kB
SwapFree:       66952588 kB
Dirty:             26064 kB
Writeback:             0 kB
AnonPages:       1996788 kB
Mapped:            61292 kB
Shmem:             34896 kB
Slab:             603820 kB
SReclaimable:     574636 kB
SUnreclaim:        29184 kB
KernelStack:        4048 kB
PageTables:         9412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3690864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1873920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /var/tmp at the end= 12512 MiB
End job on node107 at 2019-09-20 15:38:35