Trace number 4395051

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
PicatSAT 2019-09-12UNSAT 492.922 492.911

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr1000b-int.xml
MD5SUMfdcb353b2918313db809b139313e7b9f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark492.922
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints1998000
Number of domains1
Minimum domain size999
Maximum domain size999
Distribution of domain sizes[{"size":999,"count":1000}]
Minimum variable degree3996
Maximum variable degree3996
Distribution of variable degrees[{"degree":3996,"count":1000}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1998000}]
Number of extensional constraints0
Number of intensional constraints1998000
Distribution of constraint types[{"type":"intension","count":1998000}]
Optimization problemNO
Type of objective

Solver Data

304.29/304.33	c xcsp_picat version 2.7b12 (9/12/2019)
492.81/492.83	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 (15284 MiB free)
  memory of node 1: 16384 MiB (15522 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395051-1568331802/watcher-4395051-1568331802 -o /tmp/evaluation-result-4395051-1568331802/solver-4395051-1568331802 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1568323474-16007 --watchdog 2580 xcsp_picat HOME/instance-4395051-1568331802.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
Current StackSize limit: 8192 KiB

solver pid=18973, runsolver pid=18970

[startup+0.100779 s]*
/proc/loadavg: 2.03 2.04 2.05 3/199 18974
/proc/meminfo: memFree=31526352/32770624 swapFree=66993812/67108860
[pid=18973] ppid=18970 vsize=2031716 memory=23704 CPUtime=0.1 cores=0,2,4,6
/proc/18973/stat : 18973 (xcsp_picat) R 18970 18973 15976 0 -1 4202496 1533 0 0 0 10 0 0 0 20 0 1 0 409431835 2080477184 5926 33554432000 4194304 5870510 140731618478208 140731618477512 4459453 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 32616448 140731618481183 140731618481261 140731618481261 140731618484170 0
/proc/18973/statm: 507929 5926 839 410 0 503402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 23704 KiB

[startup+0.20959 s]*
/proc/loadavg: 2.03 2.04 2.05 3/199 18974
/proc/meminfo: memFree=31518532/32770624 swapFree=66993812/67108860
[pid=18973] ppid=18970 vsize=2031716 memory=33944 CPUtime=0.2 cores=0,2,4,6
/proc/18973/stat : 18973 (xcsp_picat) R 18970 18973 15976 0 -1 4202496 1538 0 0 0 20 0 0 0 20 0 1 0 409431835 2080477184 8486 33554432000 4194304 5870510 140731618478208 140731618477512 139683593300992 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 32616448 140731618481183 140731618481261 140731618481261 140731618484170 0
/proc/18973/statm: 507929 8486 839 410 0 503402 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 33944 KiB

[startup+0.309496 s]*
/proc/loadavg: 2.03 2.04 2.05 3/199 18974
/proc/meminfo: memFree=31508292/32770624 swapFree=66993812/67108860
[pid=18973] ppid=18970 vsize=2031716 memory=44400 CPUtime=0.3 cores=0,2,4,6
/proc/18973/stat : 18973 (xcsp_picat) R 18970 18973 15976 0 -1 4202496 1543 0 0 0 30 0 0 0 20 0 1 0 409431835 2080477184 11100 33554432000 4194304 5870510 140731618478208 140731618477512 4351477 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 32616448 140731618481183 140731618481261 140731618481261 140731618484170 0
/proc/18973/statm: 507929 11100 839 410 0 503402 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 44400 KiB

[startup+0.70031 s]
/proc/loadavg: 2.03 2.04 2.05 3/199 18974
/proc/meminfo: memFree=31487688/32770624 swapFree=66993812/67108860
[pid=18973] ppid=18970 vsize=2031716 memory=81264 CPUtime=0.69 cores=0,2,4,6
/proc/18973/stat : 18973 (xcsp_picat) R 18970 18973 15976 0 -1 4202496 1561 0 0 0 68 1 0 0 20 0 1 0 409431835 2080477184 20316 33554432000 4194304 5870510 140731618478208 140731618477512 4429440 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 32616448 140731618481183 140731618481261 140731618481261 140731618484170 0
/proc/18973/statm: 507929 20316 839 410 0 503402 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 81264 KiB

[startup+1.50031 s]
/proc/loadavg: 2.03 2.04 2.05 3/199 18974
/proc/meminfo: memFree=31438164/32770624 swapFree=66993812/67108860
[pid=18973] ppid=18970 vsize=2031716 memory=161136 CPUtime=1.49 cores=0,2,4,6
/proc/18973/stat : 18973 (xcsp_picat) R 18970 18973 15976 0 -1 4202496 1600 0 0 0 147 2 0 0 20 0 1 0 409431835 2080477184 40284 33554432000 4194304 5870510 140731618478208 140731618477512 139683593300992 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 32616448 140731618481183 140731618481261 140731618481261 140731618484170 0
/proc/18973/statm: 507929 40284 839 410 0 503402 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 161136 KiB

[startup+3.10941 s]
/proc/loadavg: 2.03 2.04 2.05 4/199 18974
/proc/meminfo: memFree=31240812/32770624 swapFree=66993812/67108860
[pid=18973] ppid=18970 vsize=2031716 memory=318832 CPUtime=3.1 cores=0,2,4,6
/proc/18973/stat : 18973 (xcsp_picat) R 18970 18973 15976 0 -1 4202496 1745 0 0 0 305 5 0 0 20 0 1 0 409431835 2080477184 79708 33554432000 4194304 5870510 140731618478208 140731618477512 4458533 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 32616448 140731618481183 140731618481261 140731618481261 140731618484170 0
/proc/18973/statm: 507929 79708 839 410 0 503402 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 318832 KiB

[startup+6.30035 s]
/proc/loadavg: 2.03 2.04 2.05 3/199 18976
/proc/meminfo: memFree=30950068/32770624 swapFree=66993812/67108860
[pid=18973] ppid=18970 vsize=2031716 memory=626032 CPUtime=6.29 cores=0,2,4,6
/proc/18973/stat : 18973 (xcsp_picat) R 18970 18973 15976 0 -1 4202496 1902 0 0 0 615 14 0 0 20 0 1 0 409431835 2080477184 156508 33554432000 4194304 5870510 140731618478208 140731618477512 139683593300992 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 32616448 140731618481183 140731618481261 140731618481261 140731618484170 0
/proc/18973/statm: 507929 156508 839 410 0 503402 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 626032 KiB

[startup+12.7003 s]
/proc/loadavg: 2.03 2.03 2.05 3/199 18976
/proc/meminfo: memFree=30361624/32770624 swapFree=66993812/67108860
[pid=18973] ppid=18970 vsize=2031716 memory=1252720 CPUtime=12.69 cores=0,2,4,6
/proc/18973/stat : 18973 (xcsp_picat) R 18970 18973 15976 0 -1 4202496 2275 0 0 0 1244 25 0 0 20 0 1 0 409431835 2080477184 313180 33554432000 4194304 5870510 140731618478208 140731618477512 4459527 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 32616448 140731618481183 140731618481261 140731618481261 140731618484170 0
/proc/18973/statm: 507929 313180 839 410 0 503402 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 1252720 KiB

[startup+25.5003 s]
/proc/loadavg: 2.02 2.03 2.05 3/199 18977
/proc/meminfo: memFree=28972032/32770624 swapFree=66993812/67108860
[pid=18973] ppid=18970 vsize=4228244 memory=2785120 CPUtime=25.48 cores=0,2,4,6
/proc/18973/stat : 18973 (xcsp_picat) R 18970 18973 15976 0 -1 4202496 4770 0 0 0 2498 50 0 0 20 0 1 0 409431835 4329721856 696280 33554432000 4194304 5870510 140731618478208 140731618477048 5246232 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 32616448 140731618481183 140731618481261 140731618481261 140731618484170 0
/proc/18973/statm: 1057061 696280 844 410 0 1052534 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 4228244 KiB
Current children cumulated memory: 2785120 KiB

[startup+51.1104 s]
/proc/loadavg: 2.07 2.05 2.05 3/200 18979
/proc/meminfo: memFree=28561172/32770624 swapFree=66993812/67108860
[pid=18973] ppid=18970 vsize=4259496 memory=2981448 CPUtime=51.09 cores=0,2,4,6
/proc/18973/stat : 18973 (xcsp_picat) R 18970 18973 15976 0 -1 4202496 7499 0 0 0 5055 54 0 0 20 0 1 0 409431835 4361723904 745362 33554432000 4194304 5870510 140731618478208 140731618477528 5246367 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 32616448 140731618481183 140731618481261 140731618481261 140731618484170 0
/proc/18973/statm: 1064874 745362 863 410 0 1060347 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 4259496 KiB
Current children cumulated memory: 2981448 KiB

[startup+102.3 s]
/proc/loadavg: 2.10 2.06 2.05 3/200 18983
/proc/meminfo: memFree=26742652/32770624 swapFree=66993812/67108860
[pid=18973] ppid=18970 vsize=6218720 memory=4826260 CPUtime=102.29 cores=0,2,4,6
/proc/18973/stat : 18973 (xcsp_picat) R 18970 18973 15976 0 -1 4202496 127922 0 0 0 10134 95 0 0 20 0 1 0 409431835 6367969280 1206565 33554432000 4194304 5870510 140731618478208 140731618476936 4451726 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 32616448 140731618481183 140731618481261 140731618481261 140731618484170 0
/proc/18973/statm: 1554680 1206565 874 410 0 1550153 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 6218720 KiB
Current children cumulated memory: 4826260 KiB

[startup+162.3 s]
/proc/loadavg: 2.14 2.08 2.05 3/199 18987
/proc/meminfo: memFree=25669960/32770624 swapFree=66993812/67108860
[pid=18973] ppid=18970 vsize=7733724 memory=5866196 CPUtime=162.29 cores=0,2,4,6
/proc/18973/stat : 18973 (xcsp_picat) R 18970 18973 15976 0 -1 4202496 601731 0 0 0 16065 164 0 0 20 0 1 0 409431835 7919333376 1466549 33554432000 4194304 5870510 140731618478208 140731618476712 5352861 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 32616448 140731618481183 140731618481261 140731618481261 140731618484170 0
/proc/18973/statm: 1933431 1466549 884 410 0 1928904 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 7733724 KiB
Current children cumulated memory: 5866196 KiB

[startup+222.3 s]
/proc/loadavg: 2.05 2.06 2.05 3/199 18991
/proc/meminfo: memFree=25589256/32770624 swapFree=66993812/67108860
[pid=18973] ppid=18970 vsize=7800540 memory=5947396 CPUtime=222.29 cores=0,2,4,6
/proc/18973/stat : 18973 (xcsp_picat) R 18970 18973 15976 0 -1 4202496 869467 0 0 0 22048 181 0 0 20 0 1 0 409431835 7987752960 1486849 33554432000 4194304 5870510 140731618478208 140731618476552 5337297 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 32616448 140731618481183 140731618481261 140731618481261 140731618484170 0
/proc/18973/statm: 1950135 1486849 886 410 0 1945608 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 7800540 KiB
Current children cumulated memory: 5947396 KiB

[startup+282.3 s]
/proc/loadavg: 2.02 2.05 2.05 3/200 18997
/proc/meminfo: memFree=26402908/32770624 swapFree=66993812/67108860
[pid=18973] ppid=18970 vsize=6478368 memory=5132472 CPUtime=282.3 cores=0,2,4,6
/proc/18973/stat : 18973 (xcsp_picat) R 18970 18973 15976 0 -1 4202496 1278038 0 0 0 28008 222 0 0 20 0 1 0 409431835 6633848832 1283118 33554432000 4194304 5870510 140731618478208 140731618477192 5282295 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 32616448 140731618481183 140731618481261 140731618481261 140731618484170 0
/proc/18973/statm: 1619592 1283118 906 410 0 1615065 0
Current children cumulated CPU time: 282.3 s
Current children cumulated vsize: 6478368 KiB
Current children cumulated memory: 5132472 KiB

[startup+342.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/199 19001
/proc/meminfo: memFree=26467044/32770624 swapFree=66993812/67108860
[pid=18973] ppid=18970 vsize=6478368 memory=5068412 CPUtime=342.3 cores=0,2,4,6
/proc/18973/stat : 18973 (xcsp_picat) R 18970 18973 15976 0 -1 4202496 1528863 0 0 0 33985 245 0 0 20 0 1 0 409431835 6633848832 1267103 33554432000 4194304 5870510 140731618478208 140731618477192 5281705 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 32616448 140731618481183 140731618481261 140731618481261 140731618484170 0
/proc/18973/statm: 1619592 1267103 907 410 0 1615065 0
Current children cumulated CPU time: 342.3 s
Current children cumulated vsize: 6478368 KiB
Current children cumulated memory: 5068412 KiB

[startup+402.3 s]
/proc/loadavg: 2.71 2.21 2.10 3/199 19005
/proc/meminfo: memFree=26527660/32770624 swapFree=66993812/67108860
[pid=18973] ppid=18970 vsize=6346108 memory=5007664 CPUtime=402.3 cores=0,2,4,6
/proc/18973/stat : 18973 (xcsp_picat) R 18970 18973 15976 0 -1 4202496 1756398 0 0 0 39966 264 0 0 20 0 1 0 409431835 6498414592 1251916 33554432000 4194304 5870510 140731618478208 140731618477192 5281896 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 32616448 140731618481183 140731618481261 140731618481261 140731618484170 0
/proc/18973/statm: 1586527 1251916 907 410 0 1582000 0
Current children cumulated CPU time: 402.3 s
Current children cumulated vsize: 6346108 KiB
Current children cumulated memory: 5007664 KiB

[startup+462.3 s]
/proc/loadavg: 2.36 2.21 2.11 3/201 19019
/proc/meminfo: memFree=26602320/32770624 swapFree=66993828/67108860
[pid=18973] ppid=18970 vsize=6346108 memory=4932748 CPUtime=462.3 cores=0,2,4,6
/proc/18973/stat : 18973 (xcsp_picat) R 18970 18973 15976 0 -1 4202496 1996847 0 0 0 45943 287 0 0 20 0 1 0 409431835 6498414592 1233187 33554432000 4194304 5870510 140731618478208 140731618477192 139683592860558 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 32616448 140731618481183 140731618481261 140731618481261 140731618484170 0
/proc/18973/statm: 1586527 1233187 907 410 0 1582000 0
Current children cumulated CPU time: 462.3 s
Current children cumulated vsize: 6346108 KiB
Current children cumulated memory: 4932748 KiB

[startup+492.911 s]
# the end of solver process 18973 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=489.875 s, system=3.04709 s

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

[startup+473.6 s]
/proc/loadavg: 2.31 2.21 2.11 3/200 19019
/proc/meminfo: memFree=26600412/32770624 swapFree=66993828/67108860
[pid=18973] ppid=18970 vsize=6346108 memory=4934796 CPUtime=473.6 cores=0,2,4,6
/proc/18973/stat : 18973 (xcsp_picat) R 18970 18973 15976 0 -1 4202496 2017479 0 0 0 47072 288 0 0 20 0 1 0 409431835 6498414592 1233699 33554432000 4194304 5870510 140731618478208 140731618477192 5282574 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 32616448 140731618481183 140731618481261 140731618481261 140731618484170 0
/proc/18973/statm: 1586527 1233699 907 410 0 1582000 0
Current children cumulated CPU time: 473.6 s
Current children cumulated vsize: 6346108 KiB
Current children cumulated memory: 4934796 KiB

[startup+486.4 s]
/proc/loadavg: 2.24 2.20 2.11 3/200 19020
/proc/meminfo: memFree=26672216/32770624 swapFree=66993828/67108860
[pid=18973] ppid=18970 vsize=6214632 memory=4863432 CPUtime=486.4 cores=0,2,4,6
/proc/18973/stat : 18973 (xcsp_picat) R 18970 18973 15976 0 -1 4202496 2084514 0 0 0 48346 294 0 0 20 0 1 0 409431835 6363783168 1215858 33554432000 4194304 5870510 140731618478208 140731618477192 5282292 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 32616448 140731618481183 140731618481261 140731618481261 140731618484170 0
/proc/18973/statm: 1553658 1215858 907 410 0 1549131 0
Current children cumulated CPU time: 486.4 s
Current children cumulated vsize: 6214632 KiB
Current children cumulated memory: 4863432 KiB

[startup+489.6 s]
/proc/loadavg: 2.24 2.20 2.11 3/200 19020
/proc/meminfo: memFree=26685560/32770624 swapFree=66993828/67108860
[pid=18973] ppid=18970 vsize=6214632 memory=4850216 CPUtime=489.6 cores=0,2,4,6
/proc/18973/stat : 18973 (xcsp_picat) R 18970 18973 15976 0 -1 4202496 2092535 0 0 0 48665 295 0 0 20 0 1 0 409431835 6363783168 1212554 33554432000 4194304 5870510 140731618478208 140731618477192 5282251 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 32616448 140731618481183 140731618481261 140731618481261 140731618484170 0
/proc/18973/statm: 1553658 1212554 907 410 0 1549131 0
Current children cumulated CPU time: 489.6 s
Current children cumulated vsize: 6214632 KiB
Current children cumulated memory: 4850216 KiB

[startup+491.2 s]
/proc/loadavg: 2.22 2.19 2.11 3/200 19020
/proc/meminfo: memFree=26699584/32770624 swapFree=66993828/67108860
[pid=18973] ppid=18970 vsize=6183812 memory=4836708 CPUtime=491.2 cores=0,2,4,6
/proc/18973/stat : 18973 (xcsp_picat) R 18970 18973 15976 0 -1 4202496 2096120 0 0 0 48824 296 0 0 20 0 1 0 409431835 6332223488 1209177 33554432000 4194304 5870510 140731618478208 140731618477192 5282464 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 32616448 140731618481183 140731618481261 140731618481261 140731618484170 0
/proc/18973/statm: 1545953 1209177 907 410 0 1541426 0
Current children cumulated CPU time: 491.2 s
Current children cumulated vsize: 6183812 KiB
Current children cumulated memory: 4836708 KiB

[startup+492 s]*
/proc/loadavg: 2.22 2.19 2.11 3/200 19020
/proc/meminfo: memFree=26714852/32770624 swapFree=66993828/67108860
[pid=18973] ppid=18970 vsize=6161812 memory=4821840 CPUtime=492.01 cores=0,2,4,6
/proc/18973/stat : 18973 (xcsp_picat) R 18970 18973 15976 0 -1 4202496 2096738 0 0 0 48905 296 0 0 20 0 1 0 409431835 6309695488 1205460 33554432000 4194304 5870510 140731618478208 140731618477192 5282578 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 32616448 140731618481183 140731618481261 140731618481261 140731618484170 0
/proc/18973/statm: 1540453 1205460 907 410 0 1535926 0
Current children cumulated CPU time: 492.01 s
Current children cumulated vsize: 6161812 KiB
Current children cumulated memory: 4821840 KiB

[startup+492.4 s]
/proc/loadavg: 2.22 2.19 2.11 3/200 19020
/proc/meminfo: memFree=26714852/32770624 swapFree=66993828/67108860
[pid=18973] ppid=18970 vsize=6161812 memory=4821840 CPUtime=492.4 cores=0,2,4,6
/proc/18973/stat : 18973 (xcsp_picat) R 18970 18973 15976 0 -1 4202496 2098838 0 0 0 48944 296 0 0 20 0 1 0 409431835 6309695488 1205460 33554432000 4194304 5870510 140731618478208 140731618477192 5282295 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 32616448 140731618481183 140731618481261 140731618481261 140731618484170 0
/proc/18973/statm: 1540453 1205460 907 410 0 1535926 0
Current children cumulated CPU time: 492.4 s
Current children cumulated vsize: 6161812 KiB
Current children cumulated memory: 4821840 KiB

[startup+492.8 s]
/proc/loadavg: 2.22 2.19 2.11 3/200 19020
/proc/meminfo: memFree=26714852/32770624 swapFree=66993828/67108860
[pid=18973] ppid=18970 vsize=6161812 memory=4821840 CPUtime=492.81 cores=0,2,4,6
/proc/18973/stat : 18973 (xcsp_picat) R 18970 18973 15976 0 -1 4202496 2099150 0 0 0 48984 297 0 0 20 0 1 0 409431835 6309695488 1205460 33554432000 4194304 5870510 140731618478208 140731618477192 4431734 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 32616448 140731618481183 140731618481261 140731618481261 140731618484170 0
/proc/18973/statm: 1540453 1205460 907 410 0 1535926 0
Current children cumulated CPU time: 492.81 s
Current children cumulated vsize: 6161812 KiB
Current children cumulated memory: 4821840 KiB

[startup+492.9 s]*
/proc/loadavg: 2.22 2.19 2.11 3/200 19020
/proc/meminfo: memFree=28493484/32770624 swapFree=66993828/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 492.911
CPU time (s): 492.922
CPU user time (s): 489.875
CPU system time (s): 3.04709
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 9203832
Max. memory (cumulated for all children) (KiB): 6794180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 489.875
system time used= 3.04709
maximum resident set size= 6794180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2099890
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 617


# summary of solver processes directly reported to runsolver:
#   pid: 18973
#   total CPU time (s): 492.922
#   total CPU user time (s): 489.875
#   total CPU system time (s): 3.04709

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.9123 second user time and 3.72546 second system time

The end

Launcher Data

Begin job on node102 at 2019-09-13 01:42:39
IDJOB=4395051
IDBENCH=126900
IDSOLVER=2844
FILE ID=node102/4395051-1568331802
RUNJOBID= node102-1568323474-16007
PBS_JOBID= 21701144
Free space on /tmp= 56820 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr1000b-int.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395051-1568331802/watcher-4395051-1568331802 -o /tmp/evaluation-result-4395051-1568331802/solver-4395051-1568331802 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1568323474-16007 --watchdog 2580  xcsp_picat HOME/instance-4395051-1568331802.xml

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

MD5SUM BENCH= fdcb353b2918313db809b139313e7b9f
RANDOM SEED=322017377

node102.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.13
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.13
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.13
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.13
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31546848 kB
MemAvailable:   31804612 kB
Buffers:          122860 kB
Cached:           424808 kB
SwapCached:        10968 kB
Active:           421196 kB
Inactive:         257752 kB
Active(anon):     127320 kB
Inactive(anon):    33408 kB
Active(file):     293876 kB
Inactive(file):   224344 kB
Unevictable:      110464 kB
Mlocked:          110464 kB
SwapTotal:      67108860 kB
SwapFree:       66993812 kB
Dirty:             86168 kB
Writeback:             0 kB
AnonPages:        231488 kB
Mapped:            34804 kB
Shmem:             20848 kB
Slab:             139400 kB
SReclaimable:     110760 kB
SUnreclaim:        28640 kB
KernelStack:        3456 kB
PageTables:         5748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2655980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 56816 MiB
End job on node102 at 2019-09-13 01:50:52