Trace number 4280873

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 4.0.5 par (2017-08-18)SAT 1.5984401 0.58427697

General information on the benchmark

NameMultiKnapsack/MultiKnapsack-m1-gp/
MultiKnapsack-2-41.xml
MD5SUMf335f4ada48cb5fc5845d54f24347b83
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.02665
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints5
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":27}]
Minimum variable degree5
Maximum variable degree5
Distribution of variable degrees[{"degree":5,"count":27}]
Minimum constraint arity27
Maximum constraint arity27
Distribution of constraint arities[{"arity":27,"count":5}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":5}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4280873-1503123750.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4280873-1503123750.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
0.71/0.45	c solve instance...
1.22/0.56	s SATISFIABLE
1.22/0.56	v <instantiation>
1.22/0.56	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] </list>
1.22/0.56	v 	<values>1 1 0 1 0 0 1 0 1 1 1 0 0 1 0 1 0 1 0 1 0 1 1 1 1 1 1 </values>
1.22/0.56	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4280873-1503123750/watcher-4280873-1503123750 -o /tmp/evaluation-result-4280873-1503123750/solver-4280873-1503123750 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1503120141-18043 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 906268738 HOME/instance-4280873-1503123750.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0.100111 s]*
/proc/loadavg: 7.90 8.22 7.94 3/199 19100
/proc/meminfo: memFree=22741060/32770624 swapFree=67108860/67108860
[pid=19079] ppid=19076 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/19079/stat : 19079 (xcsp3-exec) S 19076 19079 18016 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145456038 9740288 346 33554432000 4194304 5098028 140725928524176 140725928522280 140578566312572 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31002624 140725928531045 140725928531255 140725928531255 140725928533995 0
/proc/19079/statm: 2378 346 289 221 0 87 0
[pid=19081] ppid=19079 vsize=25999808 memory=26592 CPUtime=0.12 cores=0-7
/proc/19081/stat : 19081 (java) S 19079 19079 18016 0 -1 1077944320 5588 0 0 0 10 2 0 0 20 0 20 0 145456038 26623803392 6648 33554432000 4194304 4196468 140730647068896 140730647051440 139754366652151 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
/proc/19081/statm: 6499952 6648 2840 1 0 6488269 0
[pid=19081/tid=19082] ppid=19079 vsize=25999808 memory=7682466347479898783 CPUtime=0.09 cores=0-7
/proc/19081/task/19082/stat : 19082 (java) R 19079 19079 18016 0 -1 4202560 3591 0 0 0 8 1 0 0 20 0 20 0 145456039 26623803392 6648 33554432000 4194304 4196468 140730647068896 139754370885424 139754366664086 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19083] ppid=19079 vsize=25999808 memory=732370450378333157 CPUtime=0 cores=0-7
/proc/19081/task/19083/stat : 19083 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145456039 26623803392 6648 33554432000 4194304 4196468 140730647068896 139754289232912 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19084] ppid=19079 vsize=25999808 memory=140312040879744 CPUtime=0 cores=0-7
/proc/19081/task/19084/stat : 19084 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145456039 26623803392 6648 33554432000 4194304 4196468 140730647068896 139754288180368 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19085] ppid=19079 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19085/stat : 19085 (java) S 19079 19079 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145456039 26623803392 6648 33554432000 4194304 4196468 140730647068896 139754287127312 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19086] ppid=19079 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19086/stat : 19086 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145456039 26623803392 6648 33554432000 4194304 4196468 140730647068896 139754286074768 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19087] ppid=19079 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19087/stat : 19087 (java) S 19079 19079 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145456040 26623803392 6648 33554432000 4194304 4196468 140730647068896 139754285021712 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19088] ppid=19079 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/19081/task/19088/stat : 19088 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145456040 26623803392 6648 33554432000 4194304 4196468 140730647068896 139754283969168 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19089] ppid=19079 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19089/stat : 19089 (java) S 19079 19079 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145456040 26623803392 6648 33554432000 4194304 4196468 140730647068896 139754282916112 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19090] ppid=19079 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19090/stat : 19090 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145456040 26623803392 6648 33554432000 4194304 4196468 140730647068896 139754281863568 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19091] ppid=19079 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19091/stat : 19091 (java) S 19079 19079 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145456041 26623803392 6648 33554432000 4194304 4196468 140730647068896 139752773130992 139754366663298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19092] ppid=19079 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19092/stat : 19092 (java) S 19079 19079 18016 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 145456041 26623803392 6648 33554432000 4194304 4196468 140730647068896 139752772077216 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19093] ppid=19079 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19093/stat : 19093 (java) S 19079 19079 18016 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 145456042 26623803392 6648 33554432000 4194304 4196468 140730647068896 139752771024112 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19094] ppid=19079 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19094/stat : 19094 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145456044 26623803392 6648 33554432000 4194304 4196468 140730647068896 139752769972688 139754366670747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19095] ppid=19079 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19095/stat : 19095 (java) S 19079 19079 18016 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 20 0 145456044 26623803392 6648 33554432000 4194304 4196468 140730647068896 139752768919792 139754366663298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19096] ppid=19079 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19096/stat : 19096 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145456044 26623803392 6648 33554432000 4194304 4196468 140730647068896 139752767867248 139754366663298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19097] ppid=19079 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19097/stat : 19097 (java) S 19079 19079 18016 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 145456044 26623803392 6648 33554432000 4194304 4196468 140730647068896 139752766814192 139754366663298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19098] ppid=19079 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/19081/task/19098/stat : 19098 (java) R 19079 19079 18016 0 -1 4202560 250 0 0 0 1 0 0 0 20 0 20 0 145456044 26623803392 6648 33554432000 4194304 4196468 140730647068896 139752765761648 139754359757136 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19099] ppid=19079 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19099/stat : 19099 (java) S 19079 19079 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145456044 26623803392 6648 33554432000 4194304 4196468 140730647068896 139752764709856 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19100] ppid=19079 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/19081/task/19100/stat : 19100 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145456044 26623803392 6648 33554432000 4194304 4196468 140730647068896 139752763657392 139754366663298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27976 KiB

[startup+0.210062 s]*
/proc/loadavg: 7.90 8.22 7.94 3/199 19100
/proc/meminfo: memFree=22730052/32770624 swapFree=67108860/67108860
[pid=19079] ppid=19076 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/19079/stat : 19079 (xcsp3-exec) S 19076 19079 18016 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145456038 9740288 346 33554432000 4194304 5098028 140725928524176 140725928522280 140578566312572 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31002624 140725928531045 140725928531255 140725928531255 140725928533995 0
/proc/19079/statm: 2378 346 289 221 0 87 0
[pid=19081] ppid=19079 vsize=26004064 memory=38956 CPUtime=0.33 cores=0-7
/proc/19081/stat : 19081 (java) S 19079 19079 18016 0 -1 1077944320 8328 0 0 0 30 3 0 0 20 0 20 0 145456038 26628161536 9739 33554432000 4194304 4196468 140730647068896 140730647051440 139754366652151 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
/proc/19081/statm: 6501016 9739 3045 1 0 6488269 0
[pid=19081/tid=19082] ppid=19079 vsize=26004064 memory=0 CPUtime=0.19 cores=0-7
/proc/19081/task/19082/stat : 19082 (java) R 19079 19079 18016 0 -1 4202560 5418 0 0 0 17 2 0 0 20 0 20 0 145456039 26628161536 9739 33554432000 4194304 4196468 140730647068896 139754370873144 139754350732638 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19083] ppid=19079 vsize=26004064 memory=280623924819704 CPUtime=0 cores=0-7
/proc/19081/task/19083/stat : 19083 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145456039 26628161536 9739 33554432000 4194304 4196468 140730647068896 139754289232912 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19084] ppid=19079 vsize=26004064 memory=140312040879744 CPUtime=0 cores=0-7
/proc/19081/task/19084/stat : 19084 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145456039 26628161536 9739 33554432000 4194304 4196468 140730647068896 139754288180368 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19085] ppid=19079 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19085/stat : 19085 (java) S 19079 19079 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145456039 26628161536 9739 33554432000 4194304 4196468 140730647068896 139754287127312 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19086] ppid=19079 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19086/stat : 19086 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145456039 26628161536 9739 33554432000 4194304 4196468 140730647068896 139754286074768 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19087] ppid=19079 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19087/stat : 19087 (java) S 19079 19079 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145456040 26628161536 9739 33554432000 4194304 4196468 140730647068896 139754285021712 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19088] ppid=19079 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/19081/task/19088/stat : 19088 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145456040 26628161536 9739 33554432000 4194304 4196468 140730647068896 139754283969168 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19089] ppid=19079 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19089/stat : 19089 (java) S 19079 19079 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145456040 26628161536 9739 33554432000 4194304 4196468 140730647068896 139754282916112 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19090] ppid=19079 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19090/stat : 19090 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145456040 26628161536 9739 33554432000 4194304 4196468 140730647068896 139754281863568 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19091] ppid=19079 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19091/stat : 19091 (java) S 19079 19079 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145456041 26628161536 9739 33554432000 4194304 4196468 140730647068896 139752773130992 139754366663298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19092] ppid=19079 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19092/stat : 19092 (java) S 19079 19079 18016 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 145456041 26628161536 9739 33554432000 4194304 4196468 140730647068896 139752772077216 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19093] ppid=19079 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19093/stat : 19093 (java) S 19079 19079 18016 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 145456042 26628161536 9739 33554432000 4194304 4196468 140730647068896 139752771024112 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19094] ppid=19079 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19094/stat : 19094 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145456044 26628161536 9739 33554432000 4194304 4196468 140730647068896 139752769972688 139754366670747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19095] ppid=19079 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19095/stat : 19095 (java) S 19079 19079 18016 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 20 0 145456044 26628161536 9739 33554432000 4194304 4196468 140730647068896 139752768919792 139754366663298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19096] ppid=19079 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/19081/task/19096/stat : 19096 (java) S 19079 19079 18016 0 -1 1077944384 156 0 0 0 1 0 0 0 20 0 20 0 145456044 26628161536 9739 33554432000 4194304 4196468 140730647068896 139752767867248 139754366663298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19097] ppid=19079 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/19081/task/19097/stat : 19097 (java) S 19079 19079 18016 0 -1 1077944384 446 0 0 0 2 0 0 0 20 0 20 0 145456044 26628161536 9739 33554432000 4194304 4196468 140730647068896 139752766814192 139754366663298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19098] ppid=19079 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/19081/task/19098/stat : 19098 (java) S 19079 19079 18016 0 -1 1077944384 687 0 0 0 7 0 0 0 20 0 20 0 145456044 26628161536 9739 33554432000 4194304 4196468 140730647068896 139752765761648 139754366663298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19099] ppid=19079 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19099/stat : 19099 (java) S 19079 19079 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145456044 26628161536 9739 33554432000 4194304 4196468 140730647068896 139752764709856 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19100] ppid=19079 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/19081/task/19100/stat : 19100 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145456044 26628161536 9739 33554432000 4194304 4196468 140730647068896 139752763657392 139754366663298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40340 KiB

[startup+0.309308 s]*
/proc/loadavg: 7.90 8.22 7.94 2/199 19100
/proc/meminfo: memFree=22723104/32770624 swapFree=67108860/67108860
[pid=19079] ppid=19076 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/19079/stat : 19079 (xcsp3-exec) S 19076 19079 18016 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145456038 9740288 346 33554432000 4194304 5098028 140725928524176 140725928522280 140578566312572 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31002624 140725928531045 140725928531255 140725928531255 140725928533995 0
/proc/19079/statm: 2378 346 289 221 0 87 0
[pid=19081] ppid=19079 vsize=26004064 memory=46096 CPUtime=0.49 cores=0-7
/proc/19081/stat : 19081 (java) S 19079 19079 18016 0 -1 1077944320 9242 0 0 0 45 4 0 0 20 0 20 0 145456038 26628161536 11524 33554432000 4194304 4196468 140730647068896 140730647051440 139754366652151 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
/proc/19081/statm: 6501016 11524 3067 1 0 6488269 0
[pid=19081/tid=19082] ppid=19079 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/19081/task/19082/stat : 19082 (java) R 19079 19079 18016 0 -1 4202560 6156 0 0 0 26 3 0 0 20 0 20 0 145456039 26628161536 11524 33554432000 4194304 4196468 140730647068896 139754370889888 139754350732638 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19083] ppid=19079 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19083/stat : 19083 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145456039 26628161536 11524 33554432000 4194304 4196468 140730647068896 139754289232912 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19084] ppid=19079 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19084/stat : 19084 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145456039 26628161536 11524 33554432000 4194304 4196468 140730647068896 139754288180368 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19085] ppid=19079 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19085/stat : 19085 (java) S 19079 19079 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145456039 26628161536 11524 33554432000 4194304 4196468 140730647068896 139754287127312 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19086] ppid=19079 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19086/stat : 19086 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145456039 26628161536 11524 33554432000 4194304 4196468 140730647068896 139754286074768 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19087] ppid=19079 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/19081/task/19087/stat : 19087 (java) S 19079 19079 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145456040 26628161536 11524 33554432000 4194304 4196468 140730647068896 139754285021712 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19088] ppid=19079 vsize=26004064 memory=140311884034991 CPUtime=0 cores=0-7
/proc/19081/task/19088/stat : 19088 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145456040 26628161536 11524 33554432000 4194304 4196468 140730647068896 139754283969168 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19089] ppid=19079 vsize=26004064 memory=140311884037296 CPUtime=0 cores=0-7
/proc/19081/task/19089/stat : 19089 (java) S 19079 19079 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145456040 26628161536 11524 33554432000 4194304 4196468 140730647068896 139754282916112 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19090] ppid=19079 vsize=26004064 memory=140311884039600 CPUtime=0 cores=0-7
/proc/19081/task/19090/stat : 19090 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145456040 26628161536 11524 33554432000 4194304 4196468 140730647068896 139754281863568 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19091] ppid=19079 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19091/stat : 19091 (java) S 19079 19079 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145456041 26628161536 11524 33554432000 4194304 4196468 140730647068896 139752773130992 139754366663298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19092] ppid=19079 vsize=26004064 memory=280623768086160 CPUtime=0 cores=0-7
/proc/19081/task/19092/stat : 19092 (java) S 19079 19079 18016 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 145456041 26628161536 11524 33554432000 4194304 4196468 140730647068896 139752772077216 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19093] ppid=19079 vsize=26004064 memory=280623768093072 CPUtime=0 cores=0-7
/proc/19081/task/19093/stat : 19093 (java) S 19079 19079 18016 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 145456042 26628161536 11524 33554432000 4194304 4196468 140730647068896 139752771024112 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19094] ppid=19079 vsize=26004064 memory=280623768034352 CPUtime=0 cores=0-7
/proc/19081/task/19094/stat : 19094 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145456044 26628161536 11524 33554432000 4194304 4196468 140730647068896 139752769972688 139754366670747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19095] ppid=19079 vsize=26004064 memory=280623768106896 CPUtime=0.01 cores=0-7
/proc/19081/task/19095/stat : 19095 (java) S 19079 19079 18016 0 -1 1077944384 406 0 0 0 1 0 0 0 20 0 20 0 145456044 26628161536 11524 33554432000 4194304 4196468 140730647068896 139752768919792 139754366663298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19096] ppid=19079 vsize=26004064 memory=280623768113808 CPUtime=0.02 cores=0-7
/proc/19081/task/19096/stat : 19096 (java) S 19079 19079 18016 0 -1 1077944384 158 0 0 0 2 0 0 0 20 0 20 0 145456044 26628161536 11524 33554432000 4194304 4196468 140730647068896 139752767867248 139754366663298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19097] ppid=19079 vsize=26004064 memory=280623768111504 CPUtime=0.03 cores=0-7
/proc/19081/task/19097/stat : 19097 (java) S 19079 19079 18016 0 -1 1077944384 452 0 0 0 3 0 0 0 20 0 20 0 145456044 26628161536 11524 33554432000 4194304 4196468 140730647068896 139752766814192 139754366663298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19098] ppid=19079 vsize=26004064 memory=280623768127664 CPUtime=0.11 cores=0-7
/proc/19081/task/19098/stat : 19098 (java) R 19079 19079 18016 0 -1 4202560 763 0 0 0 11 0 0 0 20 0 20 0 145456044 26628161536 11524 33554432000 4194304 4196468 140730647068896 139752765761648 139754350732638 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19099] ppid=19079 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19099/stat : 19099 (java) S 19079 19079 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145456044 26628161536 11524 33554432000 4194304 4196468 140730647068896 139752764709856 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19100] ppid=19079 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/19081/task/19100/stat : 19100 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145456044 26628161536 11524 33554432000 4194304 4196468 140730647068896 139752763657392 139754366663298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47480 KiB

[startup+0.58422 s]
# the end of solver process 19079 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.53917 s, system=0.059272 s

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

[startup+0.409535 s]*
/proc/loadavg: 7.90 8.22 7.94 3/199 19100
/proc/meminfo: memFree=22718820/32770624 swapFree=67108860/67108860
[pid=19079] ppid=19076 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/19079/stat : 19079 (xcsp3-exec) S 19076 19079 18016 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145456038 9740288 346 33554432000 4194304 5098028 140725928524176 140725928522280 140578566312572 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31002624 140725928531045 140725928531255 140725928531255 140725928533995 0
/proc/19079/statm: 2378 346 289 221 0 87 0
[pid=19081] ppid=19079 vsize=26004140 memory=53028 CPUtime=0.71 cores=0-7
/proc/19081/stat : 19081 (java) S 19079 19079 18016 0 -1 1077944320 10057 0 0 0 66 5 0 0 20 0 20 0 145456038 26628239360 13257 33554432000 4194304 4196468 140730647068896 140730647051440 139754366652151 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
/proc/19081/statm: 6501035 13257 3164 1 0 6488269 0
[pid=19081/tid=19082] ppid=19079 vsize=26004140 memory=0 CPUtime=0.39 cores=0-7
/proc/19081/task/19082/stat : 19082 (java) R 19079 19079 18016 0 -1 4202560 6638 0 0 0 36 3 0 0 20 0 20 0 145456039 26628239360 13257 33554432000 4194304 4196468 140730647068896 139754370877104 139754366674077 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19083] ppid=19079 vsize=26004140 memory=280623924819704 CPUtime=0 cores=0-7
/proc/19081/task/19083/stat : 19083 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145456039 26628239360 13257 33554432000 4194304 4196468 140730647068896 139754289232912 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19084] ppid=19079 vsize=26004140 memory=140312040879744 CPUtime=0 cores=0-7
/proc/19081/task/19084/stat : 19084 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145456039 26628239360 13257 33554432000 4194304 4196468 140730647068896 139754288180368 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19085] ppid=19079 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19085/stat : 19085 (java) S 19079 19079 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145456039 26628239360 13257 33554432000 4194304 4196468 140730647068896 139754287127312 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19086] ppid=19079 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19086/stat : 19086 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145456039 26628239360 13257 33554432000 4194304 4196468 140730647068896 139754286074768 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19087] ppid=19079 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19087/stat : 19087 (java) S 19079 19079 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145456040 26628239360 13257 33554432000 4194304 4196468 140730647068896 139754285021712 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19088] ppid=19079 vsize=26004140 memory=-1 CPUtime=0 cores=0-7
/proc/19081/task/19088/stat : 19088 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145456040 26628239360 13257 33554432000 4194304 4196468 140730647068896 139754283969168 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19089] ppid=19079 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19089/stat : 19089 (java) S 19079 19079 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145456040 26628239360 13257 33554432000 4194304 4196468 140730647068896 139754282916112 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19090] ppid=19079 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19090/stat : 19090 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145456040 26628239360 13257 33554432000 4194304 4196468 140730647068896 139754281863568 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19091] ppid=19079 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19091/stat : 19091 (java) S 19079 19079 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145456041 26628239360 13257 33554432000 4194304 4196468 140730647068896 139752773130992 139754366663298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19092] ppid=19079 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19092/stat : 19092 (java) S 19079 19079 18016 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 145456041 26628239360 13257 33554432000 4194304 4196468 140730647068896 139752772077216 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19093] ppid=19079 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19093/stat : 19093 (java) S 19079 19079 18016 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 145456042 26628239360 13257 33554432000 4194304 4196468 140730647068896 139752771024112 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19094] ppid=19079 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19094/stat : 19094 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145456044 26628239360 13257 33554432000 4194304 4196468 140730647068896 139752769972688 139754366670747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19095] ppid=19079 vsize=26004140 memory=0 CPUtime=0.03 cores=0-7
/proc/19081/task/19095/stat : 19095 (java) S 19079 19079 18016 0 -1 1077944384 478 0 0 0 3 0 0 0 20 0 20 0 145456044 26628239360 13257 33554432000 4194304 4196468 140730647068896 139752768919792 139754366663298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19096] ppid=19079 vsize=26004140 memory=0 CPUtime=0.04 cores=0-7
/proc/19081/task/19096/stat : 19096 (java) S 19079 19079 18016 0 -1 1077944384 250 0 0 0 4 0 0 0 20 0 20 0 145456044 26628239360 13257 33554432000 4194304 4196468 140730647068896 139752767867248 139754366663298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19097] ppid=19079 vsize=26004140 memory=0 CPUtime=0.04 cores=0-7
/proc/19081/task/19097/stat : 19097 (java) R 19079 19079 18016 0 -1 4202560 467 0 0 0 4 0 0 0 20 0 20 0 145456044 26628239360 13257 33554432000 4194304 4196468 140730647068896 139752766814192 139754359637193 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19098] ppid=19079 vsize=26004140 memory=0 CPUtime=0.17 cores=0-7
/proc/19081/task/19098/stat : 19098 (java) R 19079 19079 18016 0 -1 4202560 914 0 0 0 17 0 0 0 20 0 20 0 145456044 26628239360 13257 33554432000 4194304 4196468 140730647068896 139752765761648 139754345775604 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19099] ppid=19079 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19099/stat : 19099 (java) S 19079 19079 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145456044 26628239360 13257 33554432000 4194304 4196468 140730647068896 139752764709856 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19100] ppid=19079 vsize=26004140 memory=-1 CPUtime=0 cores=0-7
/proc/19081/task/19100/stat : 19100 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145456044 26628239360 13257 33554432000 4194304 4196468 140730647068896 139752763657392 139754366663298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
Current children cumulated CPU time: 0.71 s
Current children cumulated vsize: 26013652 KiB
Current children cumulated memory: 54412 KiB

[startup+0.509674 s]*
/proc/loadavg: 7.67 8.17 7.92 12/207 19108
/proc/meminfo: memFree=22693272/32770624 swapFree=67108860/67108860
[pid=19079] ppid=19076 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/19079/stat : 19079 (xcsp3-exec) S 19076 19079 18016 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145456038 9740288 346 33554432000 4194304 5098028 140725928524176 140725928522280 140578566312572 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31002624 140725928531045 140725928531255 140725928531255 140725928533995 0
/proc/19079/statm: 2378 346 289 221 0 87 0
[pid=19081] ppid=19079 vsize=26538700 memory=77204 CPUtime=1.22 cores=0-7
/proc/19081/stat : 19081 (java) S 19079 19079 18016 0 -1 1077944320 11698 0 0 0 117 5 0 0 20 0 28 0 145456038 27175628800 19301 33554432000 4194304 4196468 140730647068896 140730647051440 139754366652151 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
/proc/19081/statm: 6634675 19301 3201 1 0 6621909 0
[pid=19081/tid=19082] ppid=19079 vsize=26538700 memory=6791534058613427641 CPUtime=0.43 cores=0-7
/proc/19081/task/19082/stat : 19082 (java) S 19079 19079 18016 0 -1 1077944384 6711 0 0 0 40 3 0 0 20 0 28 0 145456039 27175628800 19301 33554432000 4194304 4196468 140730647068896 139754370892928 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19083] ppid=19079 vsize=26538700 memory=-7003737579269690708 CPUtime=0 cores=0-7
/proc/19081/task/19083/stat : 19083 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 145456039 27175628800 19301 33554432000 4194304 4196468 140730647068896 139754289232912 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19084] ppid=19079 vsize=26538700 memory=1696 CPUtime=0 cores=0-7
/proc/19081/task/19084/stat : 19084 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 145456039 27175628800 19301 33554432000 4194304 4196468 140730647068896 139754288180368 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19085] ppid=19079 vsize=26538700 memory=920 CPUtime=0 cores=0-7
/proc/19081/task/19085/stat : 19085 (java) S 19079 19079 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 145456039 27175628800 19301 33554432000 4194304 4196468 140730647068896 139754287127312 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19086] ppid=19079 vsize=26538700 memory=4456 CPUtime=0 cores=0-7
/proc/19081/task/19086/stat : 19086 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 145456039 27175628800 19301 33554432000 4194304 4196468 140730647068896 139754286074768 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19087] ppid=19079 vsize=26538700 memory=4100 CPUtime=0 cores=0-7
/proc/19081/task/19087/stat : 19087 (java) S 19079 19079 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 145456040 27175628800 19301 33554432000 4194304 4196468 140730647068896 139754285021712 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19088] ppid=19079 vsize=26538700 memory=1156 CPUtime=0 cores=0-7
/proc/19081/task/19088/stat : 19088 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 145456040 27175628800 19301 33554432000 4194304 4196468 140730647068896 139754283969168 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19089] ppid=19079 vsize=26538700 memory=2252 CPUtime=0 cores=0-7
/proc/19081/task/19089/stat : 19089 (java) S 19079 19079 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 145456040 27175628800 19301 33554432000 4194304 4196468 140730647068896 139754282916112 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19090] ppid=19079 vsize=26538700 memory=1384 CPUtime=0 cores=0-7
/proc/19081/task/19090/stat : 19090 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 145456040 27175628800 19301 33554432000 4194304 4196468 140730647068896 139754281863568 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19091] ppid=19079 vsize=26538700 memory=46096 CPUtime=0 cores=0-7
/proc/19081/task/19091/stat : 19091 (java) S 19079 19079 18016 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 145456041 27175628800 19301 33554432000 4194304 4196468 140730647068896 139752773130992 139754366663298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19092] ppid=19079 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19092/stat : 19092 (java) S 19079 19079 18016 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 145456041 27175628800 19301 33554432000 4194304 4196468 140730647068896 139752772077216 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19093] ppid=19079 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19093/stat : 19093 (java) S 19079 19079 18016 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 145456042 27175628800 19301 33554432000 4194304 4196468 140730647068896 139752771024112 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19094] ppid=19079 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/19081/task/19094/stat : 19094 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 145456044 27175628800 19301 33554432000 4194304 4196468 140730647068896 139752769972688 139754366670747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19095] ppid=19079 vsize=26538700 memory=0 CPUtime=0.06 cores=0-7
/proc/19081/task/19095/stat : 19095 (java) R 19079 19079 18016 0 -1 4202560 530 0 0 0 6 0 0 0 20 0 28 0 145456044 27175628800 19301 33554432000 4194304 4196468 140730647068896 139752768912816 139754346345255 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19096] ppid=19079 vsize=26538700 memory=0 CPUtime=0.12 cores=0-7
/proc/19081/task/19096/stat : 19096 (java) R 19079 19079 18016 0 -1 4202560 608 0 0 0 12 0 0 0 20 0 28 0 145456044 27175628800 19301 33554432000 4194304 4196468 140730647068896 139752767855920 139754350062952 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19097] ppid=19079 vsize=26538700 memory=-1 CPUtime=0.11 cores=0-7
/proc/19081/task/19097/stat : 19097 (java) R 19079 19079 18016 0 -1 4202560 1009 0 0 0 11 0 0 0 20 0 28 0 145456044 27175628800 19301 33554432000 4194304 4196468 140730647068896 139752766807384 139754346549184 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19098] ppid=19079 vsize=26538700 memory=140311884034991 CPUtime=0.22 cores=0-7
/proc/19081/task/19098/stat : 19098 (java) R 19079 19079 18016 0 -1 1077944384 1187 0 0 0 22 0 0 0 20 0 28 0 145456044 27175628800 19301 33554432000 4194304 4196468 140730647068896 139752765761456 139754366662357 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19099] ppid=19079 vsize=26538700 memory=3689636878213984304 CPUtime=0 cores=0-7
/proc/19081/task/19099/stat : 19099 (java) S 19079 19079 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 145456044 27175628800 19301 33554432000 4194304 4196468 140730647068896 139752764709856 139754366662357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19100] ppid=19079 vsize=26538700 memory=3906364840619552821 CPUtime=0 cores=0-7
/proc/19081/task/19100/stat : 19100 (java) S 19079 19079 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 145456044 27175628800 19301 33554432000 4194304 4196468 140730647068896 139752763657392 139754366663298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19101] ppid=19079 vsize=26538700 memory=140312040879743 CPUtime=0.03 cores=0-7
/proc/19081/task/19101/stat : 19101 (java) R 19079 19079 18016 0 -1 4202560 60 0 0 0 3 0 0 0 20 0 28 0 145456085 27175628800 19301 33554432000 4194304 4196468 140730647068896 139752755644504 139754366673498 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19102] ppid=19079 vsize=26538700 memory=0 CPUtime=0.02 cores=0-7
/proc/19081/task/19102/stat : 19102 (java) R 19079 19079 18016 0 -1 4202560 48 0 0 0 2 0 0 0 20 0 28 0 145456085 27175628800 19301 33554432000 4194304 4196468 140730647068896 139752754596376 139753957912044 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19103] ppid=19079 vsize=26538700 memory=0 CPUtime=0.03 cores=0-7
/proc/19081/task/19103/stat : 19103 (java) R 19079 19079 18016 0 -1 4202560 46 0 0 0 3 0 0 0 20 0 28 0 145456085 27175628800 19301 33554432000 4194304 4196468 140730647068896 139752753527488 139753957698842 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19104] ppid=19079 vsize=26538700 memory=0 CPUtime=0.02 cores=0-7
/proc/19081/task/19104/stat : 19104 (java) R 19079 19079 18016 0 -1 4202560 69 0 0 0 2 0 0 0 20 0 28 0 145456085 27175628800 19301 33554432000 4194304 4196468 140730647068896 139752752487408 139753957702624 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19105] ppid=19079 vsize=26538700 memory=0 CPUtime=0.03 cores=0-7
/proc/19081/task/19105/stat : 19105 (java) R 19079 19079 18016 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 28 0 145456085 27175628800 19301 33554432000 4194304 4196468 140730647068896 139752751437648 139754349123101 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19106] ppid=19079 vsize=26538700 memory=0 CPUtime=0.01 cores=0-7
/proc/19081/task/19106/stat : 19106 (java) R 19079 19079 18016 0 -1 4202560 27 0 0 0 1 0 0 0 20 0 28 0 145456085 27175628800 19301 33554432000 4194304 4196468 140730647068896 139752750381664 139753957735351 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19107] ppid=19079 vsize=26538700 memory=0 CPUtime=0.03 cores=0-7
/proc/19081/task/19107/stat : 19107 (java) R 19079 19079 18016 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 28 0 145456085 27175628800 19301 33554432000 4194304 4196468 140730647068896 139752749329688 139753957655233 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
[pid=19081/tid=19108] ppid=19079 vsize=26538700 memory=0 CPUtime=0.03 cores=0-7
/proc/19081/task/19108/stat : 19108 (java) R 19079 19079 18016 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 28 0 145456085 27175628800 19301 33554432000 4194304 4196468 140730647068896 139752748277568 139754350776929 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9588736 140730647078034 140730647078211 140730647078211 140730647080911 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 78588 KiB

Child status: 0
Real time (s): 0.584277
CPU time (s): 1.59844
CPU user time (s): 1.53917
CPU system time (s): 0.059272
CPU usage (%): 273.576
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 78588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.53917
system time used= 0.059272
maximum resident set size= 80496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12321
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= 2129
involuntary context switches= 21


# summary of solver processes directly reported to runsolver:
#   pid: 19079
#   total CPU time (s): 1.59844
#   total CPU user time (s): 1.53917
#   total CPU system time (s): 0.059272

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.02693 second user time and 0.04284 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-19 08:08:10
IDJOB=4280873
IDBENCH=120860
IDSOLVER=2675
FILE ID=node150/4280873-1503123750
RUNJOBID= node150-1503120141-18043
PBS_JOBID= 20630767
Free space on /tmp= 61904 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/MultiKnapsack/MultiKnapsack-m1-gp/MultiKnapsack-2-41.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4280873-1503123750/watcher-4280873-1503123750 -o /tmp/evaluation-result-4280873-1503123750/solver-4280873-1503123750 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1503120141-18043 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 906268738 HOME/instance-4280873-1503123750.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= f335f4ada48cb5fc5845d54f24347b83
RANDOM SEED=906268738

node150.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.89
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.89
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.89
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.89
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:        22757920 kB
MemAvailable:   31959416 kB
Buffers:          330336 kB
Cached:          9150504 kB
SwapCached:            0 kB
Active:          2737836 kB
Inactive:        6797528 kB
Active(anon):      57396 kB
Inactive(anon):    33232 kB
Active(file):    2680440 kB
Inactive(file):  6764296 kB
Unevictable:        7288 kB
Mlocked:            7288 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8248 kB
Writeback:             0 kB
AnonPages:         68864 kB
Mapped:            51016 kB
Shmem:             33416 kB
Slab:             171968 kB
SReclaimable:     145188 kB
SUnreclaim:        26780 kB
KernelStack:        3520 kB
PageTables:         5188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61896 MiB
End job on node150 at 2017-08-19 08:08:11