Trace number 4395014

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 495.64 495.718

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr1000c-int.xml
MD5SUM2ff4403728a82746813109e0b9ab6660
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 benchmark495.64
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

308.95/309.04	c xcsp_picat version 2.7b12 (9/12/2019)
495.51/495.64	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 (14574 MiB free)
  memory of node 1: 16384 MiB (14078 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395014-1568331929/watcher-4395014-1568331929 -o /tmp/evaluation-result-4395014-1568331929/solver-4395014-1568331929 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1568322174-14885 --watchdog 2580 xcsp_picat HOME/instance-4395014-1568331929.xml 

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

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


[startup+0.100865 s]*
/proc/loadavg: 2.00 2.01 2.05 3/205 17285
/proc/meminfo: memFree=29321016/32770624 swapFree=67008752/67108860
[pid=17284] ppid=17281 vsize=2031716 memory=22712 CPUtime=0.1 cores=0,2,4,6
/proc/17284/stat : 17284 (xcsp_picat) R 17281 17284 14854 0 -1 4202496 1745 0 0 0 10 0 0 0 20 0 1 0 409115774 2080477184 5678 33554432000 4194304 5870510 140736072636400 140736072635704 4308394 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 15122432 140736072643615 140736072643693 140736072643693 140736072646602 0
/proc/17284/statm: 507929 5678 839 410 0 503402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 22712 KiB

[startup+0.210029 s]*
/proc/loadavg: 2.00 2.01 2.05 3/205 17285
/proc/meminfo: memFree=29310748/32770624 swapFree=67008752/67108860
[pid=17284] ppid=17281 vsize=2031716 memory=32952 CPUtime=0.2 cores=0,2,4,6
/proc/17284/stat : 17284 (xcsp_picat) R 17281 17284 14854 0 -1 4202496 1750 0 0 0 20 0 0 0 20 0 1 0 409115774 2080477184 8238 33554432000 4194304 5870510 140736072636400 140736072635704 4569603 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 15122432 140736072643615 140736072643693 140736072643693 140736072646602 0
/proc/17284/statm: 507929 8238 839 410 0 503402 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 32952 KiB

[startup+0.309875 s]*
/proc/loadavg: 2.00 2.01 2.05 3/205 17285
/proc/meminfo: memFree=29300384/32770624 swapFree=67008752/67108860
[pid=17284] ppid=17281 vsize=2031716 memory=43192 CPUtime=0.3 cores=0,2,4,6
/proc/17284/stat : 17284 (xcsp_picat) R 17281 17284 14854 0 -1 4202496 1755 0 0 0 30 0 0 0 20 0 1 0 409115774 2080477184 10798 33554432000 4194304 5870510 140736072636400 140736072635704 4501218 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 15122432 140736072643615 140736072643693 140736072643693 140736072646602 0
/proc/17284/statm: 507929 10798 839 410 0 503402 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 43192 KiB

[startup+0.700321 s]
/proc/loadavg: 2.00 2.01 2.05 3/205 17285
/proc/meminfo: memFree=29279904/32770624 swapFree=67008752/67108860
[pid=17284] ppid=17281 vsize=2031716 memory=82104 CPUtime=0.68 cores=0,2,4,6
/proc/17284/stat : 17284 (xcsp_picat) R 17281 17284 14854 0 -1 4202496 1774 0 0 0 67 1 0 0 20 0 1 0 409115774 2080477184 20526 33554432000 4194304 5870510 140736072636400 140736072635704 4520559 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 15122432 140736072643615 140736072643693 140736072643693 140736072646602 0
/proc/17284/statm: 507929 20526 839 410 0 503402 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 82104 KiB

[startup+1.50034 s]
/proc/loadavg: 2.00 2.01 2.05 3/205 17285
/proc/meminfo: memFree=29234592/32770624 swapFree=67008752/67108860
[pid=17284] ppid=17281 vsize=2031716 memory=157888 CPUtime=1.48 cores=0,2,4,6
/proc/17284/stat : 17284 (xcsp_picat) R 17281 17284 14854 0 -1 4202496 1811 0 0 0 146 2 0 0 20 0 1 0 409115774 2080477184 39472 33554432000 4194304 5870510 140736072636400 140736072635704 4458464 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 15122432 140736072643615 140736072643693 140736072643693 140736072646602 0
/proc/17284/statm: 507929 39472 839 410 0 503402 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 157888 KiB

[startup+3.10975 s]
/proc/loadavg: 2.00 2.01 2.05 3/205 17285
/proc/meminfo: memFree=28993428/32770624 swapFree=67008752/67108860
[pid=17284] ppid=17281 vsize=2031716 memory=317632 CPUtime=3.09 cores=0,2,4,6
/proc/17284/stat : 17284 (xcsp_picat) R 17281 17284 14854 0 -1 4202496 1960 0 0 0 304 5 0 0 20 0 1 0 409115774 2080477184 79408 33554432000 4194304 5870510 140736072636400 140736072635704 4520559 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 15122432 140736072643615 140736072643693 140736072643693 140736072646602 0
/proc/17284/statm: 507929 79408 839 410 0 503402 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 317632 KiB

[startup+6.30031 s]
/proc/loadavg: 2.00 2.01 2.05 3/205 17285
/proc/meminfo: memFree=28745944/32770624 swapFree=67008752/67108860
[pid=17284] ppid=17281 vsize=2031716 memory=624832 CPUtime=6.29 cores=0,2,4,6
/proc/17284/stat : 17284 (xcsp_picat) R 17281 17284 14854 0 -1 4202496 2117 0 0 0 615 14 0 0 20 0 1 0 409115774 2080477184 156208 33554432000 4194304 5870510 140736072636400 140736072635704 4462686 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 15122432 140736072643615 140736072643693 140736072643693 140736072646602 0
/proc/17284/statm: 507929 156208 839 410 0 503402 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 624832 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/205 17285
/proc/meminfo: memFree=28154888/32770624 swapFree=67008752/67108860
[pid=17284] ppid=17281 vsize=2031716 memory=1253568 CPUtime=12.68 cores=0,2,4,6
/proc/17284/stat : 17284 (xcsp_picat) R 17281 17284 14854 0 -1 4202496 2494 0 0 0 1244 24 0 0 20 0 1 0 409115774 2080477184 313392 33554432000 4194304 5870510 140736072636400 140736072635704 4433462 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 15122432 140736072643615 140736072643693 140736072643693 140736072646602 0
/proc/17284/statm: 507929 313392 839 410 0 503402 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 1253568 KiB

[startup+25.5005 s]
/proc/loadavg: 1.93 2.00 2.04 3/205 17287
/proc/meminfo: memFree=26790240/32770624 swapFree=67008752/67108860
[pid=17284] ppid=17281 vsize=4228244 memory=2761816 CPUtime=25.48 cores=0,2,4,6
/proc/17284/stat : 17284 (xcsp_picat) R 17281 17284 14854 0 -1 4202496 4544 0 0 0 2503 45 0 0 20 0 1 0 409115774 4329721856 690454 33554432000 4194304 5870510 140736072636400 140736072635240 5245088 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 15122432 140736072643615 140736072643693 140736072643693 140736072646602 0
/proc/17284/statm: 1057061 690454 844 410 0 1052534 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 4228244 KiB
Current children cumulated memory: 2761816 KiB

[startup+51.1103 s]
/proc/loadavg: 1.96 2.00 2.04 3/205 17288
/proc/meminfo: memFree=26357384/32770624 swapFree=67008752/67108860
[pid=17284] ppid=17281 vsize=4259496 memory=2979824 CPUtime=51.09 cores=0,2,4,6
/proc/17284/stat : 17284 (xcsp_picat) R 17281 17284 14854 0 -1 4202496 7211 0 0 0 5060 49 0 0 20 0 1 0 409115774 4361723904 744956 33554432000 4194304 5870510 140736072636400 140736072635720 5246661 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 15122432 140736072643615 140736072643693 140736072643693 140736072646602 0
/proc/17284/statm: 1064874 744956 863 410 0 1060347 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 4259496 KiB
Current children cumulated memory: 2979824 KiB

[startup+102.3 s]
/proc/loadavg: 1.98 2.00 2.04 3/205 17292
/proc/meminfo: memFree=24539376/32770624 swapFree=67008752/67108860
[pid=17284] ppid=17281 vsize=6217440 memory=4814980 CPUtime=102.27 cores=0,2,4,6
/proc/17284/stat : 17284 (xcsp_picat) R 17281 17284 14854 0 -1 4202496 137102 0 0 0 10136 91 0 0 20 0 1 0 409115774 6366658560 1203745 33554432000 4194304 5870510 140736072636400 140736072635128 5255728 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 15122432 140736072643615 140736072643693 140736072643693 140736072646602 0
/proc/17284/statm: 1554360 1203745 874 410 0 1549833 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 6217440 KiB
Current children cumulated memory: 4814980 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/205 17360
/proc/meminfo: memFree=24537580/32770624 swapFree=67008752/67108860
[pid=17284] ppid=17281 vsize=7743644 memory=5876952 CPUtime=162.27 cores=0,2,4,6
/proc/17284/stat : 17284 (xcsp_picat) R 17281 17284 14854 0 -1 4202496 629652 0 0 0 16067 160 0 0 20 0 1 0 409115774 7929491456 1469238 33554432000 4194304 5870510 140736072636400 140736072634904 5337336 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 15122432 140736072643615 140736072643693 140736072643693 140736072646602 0
/proc/17284/statm: 1935911 1469238 884 410 0 1931384 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 7743644 KiB
Current children cumulated memory: 5876952 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/205 17424
/proc/meminfo: memFree=24415788/32770624 swapFree=67008752/67108860
[pid=17284] ppid=17281 vsize=7822188 memory=5957160 CPUtime=222.25 cores=0,2,4,6
/proc/17284/stat : 17284 (xcsp_picat) R 17281 17284 14854 0 -1 4202496 898483 0 0 0 22049 176 0 0 20 0 1 0 409115774 8009920512 1489290 33554432000 4194304 5870510 140736072636400 140736072634744 5337357 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 15122432 140736072643615 140736072643693 140736072643693 140736072646602 0
/proc/17284/statm: 1955547 1489290 886 410 0 1951020 0
Current children cumulated CPU time: 222.25 s
Current children cumulated vsize: 7822188 KiB
Current children cumulated memory: 5957160 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/205 17428
/proc/meminfo: memFree=25115464/32770624 swapFree=67008752/67108860
[pid=17284] ppid=17281 vsize=7064188 memory=5245004 CPUtime=282.25 cores=0,2,4,6
/proc/17284/stat : 17284 (xcsp_picat) R 17281 17284 14854 0 -1 4202496 1267332 0 0 0 28017 208 0 0 20 0 1 0 409115774 7233728512 1311251 33554432000 4194304 5870510 140736072636400 140736072635656 5272336 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 15122432 140736072643615 140736072643693 140736072643693 140736072646602 0
/proc/17284/statm: 1766047 1311251 906 410 0 1761520 0
Current children cumulated CPU time: 282.25 s
Current children cumulated vsize: 7064188 KiB
Current children cumulated memory: 5245004 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/205 17440
/proc/meminfo: memFree=25291844/32770624 swapFree=67008752/67108860
[pid=17284] ppid=17281 vsize=6500016 memory=5061828 CPUtime=342.24 cores=0,2,4,6
/proc/17284/stat : 17284 (xcsp_picat) R 17281 17284 14854 0 -1 4202496 1495799 0 0 0 33993 231 0 0 20 0 1 0 409115774 6656016384 1265457 33554432000 4194304 5870510 140736072636400 140736072635384 5289014 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 15122432 140736072643615 140736072643693 140736072643693 140736072646602 0
/proc/17284/statm: 1625004 1265457 907 410 0 1620477 0
Current children cumulated CPU time: 342.24 s
Current children cumulated vsize: 6500016 KiB
Current children cumulated memory: 5061828 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/207 17446
/proc/meminfo: memFree=25319184/32770624 swapFree=67008752/67108860
[pid=17284] ppid=17281 vsize=6500016 memory=5018704 CPUtime=402.23 cores=0,2,4,6
/proc/17284/stat : 17284 (xcsp_picat) R 17281 17284 14854 0 -1 4202496 1687836 0 0 0 39976 247 0 0 20 0 1 0 409115774 6656016384 1254676 33554432000 4194304 5870510 140736072636400 140736072635384 5272985 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 15122432 140736072643615 140736072643693 140736072643693 140736072646602 0
/proc/17284/statm: 1625004 1254676 907 410 0 1620477 0
Current children cumulated CPU time: 402.23 s
Current children cumulated vsize: 6500016 KiB
Current children cumulated memory: 5018704 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/207 17450
/proc/meminfo: memFree=25373144/32770624 swapFree=67008752/67108860
[pid=17284] ppid=17281 vsize=6367756 memory=4964508 CPUtime=462.22 cores=0,2,4,6
/proc/17284/stat : 17284 (xcsp_picat) R 17281 17284 14854 0 -1 4202496 1865234 0 0 0 45961 261 0 0 20 0 1 0 409115774 6520582144 1241127 33554432000 4194304 5870510 140736072636400 140736072635384 5308341 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 15122432 140736072643615 140736072643693 140736072643693 140736072646602 0
/proc/17284/statm: 1591939 1241127 907 410 0 1587412 0
Current children cumulated CPU time: 462.22 s
Current children cumulated vsize: 6367756 KiB
Current children cumulated memory: 4964508 KiB

[startup+495.718 s]
# the end of solver process 17284 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=492.855 s, system=2.78471 s

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

[startup+473.6 s]
/proc/loadavg: 2.00 2.00 2.04 3/208 17452
/proc/meminfo: memFree=25371016/32770624 swapFree=67008752/67108860
[pid=17284] ppid=17281 vsize=6367756 memory=4966564 CPUtime=473.52 cores=0,2,4,6
/proc/17284/stat : 17284 (xcsp_picat) R 17281 17284 14854 0 -1 4202496 1897938 0 0 0 47089 263 0 0 20 0 1 0 409115774 6520582144 1241641 33554432000 4194304 5870510 140736072636400 140736072635384 5308224 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 15122432 140736072643615 140736072643693 140736072643693 140736072646602 0
/proc/17284/statm: 1591939 1241641 907 410 0 1587412 0
Current children cumulated CPU time: 473.52 s
Current children cumulated vsize: 6367756 KiB
Current children cumulated memory: 4966564 KiB

[startup+486.4 s]
/proc/loadavg: 2.00 2.00 2.04 3/207 17454
/proc/meminfo: memFree=25413388/32770624 swapFree=67008752/67108860
[pid=17284] ppid=17281 vsize=6286368 memory=4924556 CPUtime=486.31 cores=0,2,4,6
/proc/17284/stat : 17284 (xcsp_picat) R 17281 17284 14854 0 -1 4202496 1925101 0 0 0 48365 266 0 0 20 0 1 0 409115774 6437240832 1231139 33554432000 4194304 5870510 140736072636400 140736072635416 5272985 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 15122432 140736072643615 140736072643693 140736072643693 140736072646602 0
/proc/17284/statm: 1571592 1231139 907 410 0 1567065 0
Current children cumulated CPU time: 486.31 s
Current children cumulated vsize: 6286368 KiB
Current children cumulated memory: 4924556 KiB

[startup+489.6 s]
/proc/loadavg: 2.00 2.00 2.04 3/207 17454
/proc/meminfo: memFree=25468808/32770624 swapFree=67008752/67108860
[pid=17284] ppid=17281 vsize=6236280 memory=4869252 CPUtime=489.52 cores=0,2,4,6
/proc/17284/stat : 17284 (xcsp_picat) R 17281 17284 14854 0 -1 4202496 1941955 0 0 0 48684 268 0 0 20 0 1 0 409115774 6385950720 1217313 33554432000 4194304 5870510 140736072636400 140736072635416 5282292 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 15122432 140736072643615 140736072643693 140736072643693 140736072646602 0
/proc/17284/statm: 1559070 1217313 907 410 0 1554543 0
Current children cumulated CPU time: 489.52 s
Current children cumulated vsize: 6236280 KiB
Current children cumulated memory: 4869252 KiB

[startup+492.8 s]
/proc/loadavg: 2.00 2.00 2.04 3/207 17454
/proc/meminfo: memFree=25485680/32770624 swapFree=67008752/67108860
[pid=17284] ppid=17281 vsize=6236280 memory=4851972 CPUtime=492.71 cores=0,2,4,6
/proc/17284/stat : 17284 (xcsp_picat) R 17281 17284 14854 0 -1 4202496 1949739 0 0 0 49002 269 0 0 20 0 1 0 409115774 6385950720 1212993 33554432000 4194304 5870510 140736072636400 140736072635384 5307093 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 15122432 140736072643615 140736072643693 140736072643693 140736072646602 0
/proc/17284/statm: 1559070 1212993 907 410 0 1554543 0
Current children cumulated CPU time: 492.71 s
Current children cumulated vsize: 6236280 KiB
Current children cumulated memory: 4851972 KiB

[startup+494.4 s]
/proc/loadavg: 2.00 2.00 2.04 3/207 17454
/proc/meminfo: memFree=25499992/32770624 swapFree=67008752/67108860
[pid=17284] ppid=17281 vsize=6217404 memory=4854848 CPUtime=494.31 cores=0,2,4,6
/proc/17284/stat : 17284 (xcsp_picat) R 17281 17284 14854 0 -1 4202496 1952372 0 0 0 49161 270 0 0 20 0 1 0 409115774 6366621696 1213712 33554432000 4194304 5870510 140736072636400 140736072634936 5271010 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 15122432 140736072643615 140736072643693 140736072643693 140736072646602 0
/proc/17284/statm: 1554351 1213712 907 410 0 1549824 0
Current children cumulated CPU time: 494.31 s
Current children cumulated vsize: 6217404 KiB
Current children cumulated memory: 4854848 KiB

[startup+495.2 s]
/proc/loadavg: 2.00 2.00 2.04 3/207 17454
/proc/meminfo: memFree=25485968/32770624 swapFree=67008752/67108860
[pid=17284] ppid=17281 vsize=6198432 memory=4852656 CPUtime=495.11 cores=0,2,4,6
/proc/17284/stat : 17284 (xcsp_picat) R 17281 17284 14854 0 -1 4202496 1953289 0 0 0 49240 271 0 0 20 0 1 0 409115774 6347194368 1213164 33554432000 4194304 5870510 140736072636400 140736072634936 5281854 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 15122432 140736072643615 140736072643693 140736072643693 140736072646602 0
/proc/17284/statm: 1549608 1213164 907 410 0 1545081 0
Current children cumulated CPU time: 495.11 s
Current children cumulated vsize: 6198432 KiB
Current children cumulated memory: 4852656 KiB

[startup+495.6 s]
/proc/loadavg: 2.00 2.00 2.04 3/207 17454
/proc/meminfo: memFree=25485968/32770624 swapFree=67008752/67108860
[pid=17284] ppid=17281 vsize=6198432 memory=4852744 CPUtime=495.51 cores=0,2,4,6
/proc/17284/stat : 17284 (xcsp_picat) R 17281 17284 14854 0 -1 4202496 1954490 0 0 0 49280 271 0 0 20 0 1 0 409115774 6347194368 1213186 33554432000 4194304 5870510 140736072636400 140736072634936 4431734 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 15122432 140736072643615 140736072643693 140736072643693 140736072646602 0
/proc/17284/statm: 1549608 1213186 907 410 0 1545081 0
Current children cumulated CPU time: 495.51 s
Current children cumulated vsize: 6198432 KiB
Current children cumulated memory: 4852744 KiB

[startup+495.7 s]*
/proc/loadavg: 2.00 2.00 2.04 3/207 17454
/proc/meminfo: memFree=27073728/32770624 swapFree=67008752/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): 495.718
CPU time (s): 495.64
CPU user time (s): 492.855
CPU system time (s): 2.78471
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 9210104
Max. memory (cumulated for all children) (KiB): 6812592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 492.855
system time used= 2.78471
maximum resident set size= 6812592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1955282
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= 49
involuntary context switches= 358


# summary of solver processes directly reported to runsolver:
#   pid: 17284
#   total CPU time (s): 495.64
#   total CPU user time (s): 492.855
#   total CPU system time (s): 2.78471

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.19718 second user time and 3.76357 second system time

The end

Launcher Data

Begin job on node132 at 2019-09-13 01:44:41
IDJOB=4395014
IDBENCH=126912
IDSOLVER=2844
FILE ID=node132/4395014-1568331929
RUNJOBID= node132-1568322174-14885
PBS_JOBID= 21701138
Free space on /tmp= 60220 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr1000c-int.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395014-1568331929/watcher-4395014-1568331929 -o /tmp/evaluation-result-4395014-1568331929/solver-4395014-1568331929 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1568322174-14885 --watchdog 2580  xcsp_picat HOME/instance-4395014-1568331929.xml

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

MD5SUM BENCH= 2ff4403728a82746813109e0b9ab6660
RANDOM SEED=193551141

node132.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.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.95
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:        29340300 kB
MemAvailable:   30809368 kB
Buffers:          121872 kB
Cached:          1617568 kB
SwapCached:         8576 kB
Active:          1504720 kB
Inactive:        1343308 kB
Active(anon):    1107792 kB
Inactive(anon):    28016 kB
Active(file):     396928 kB
Inactive(file):  1315292 kB
Unevictable:      109188 kB
Mlocked:          109188 kB
SwapTotal:      67108860 kB
SwapFree:       67008752 kB
Dirty:             86156 kB
Writeback:             0 kB
AnonPages:       1211480 kB
Mapped:            32736 kB
Shmem:             18620 kB
Slab:             174728 kB
SReclaimable:     145368 kB
SUnreclaim:        29360 kB
KernelStack:        3584 kB
PageTables:         7916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3774532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    577536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 60216 MiB
End job on node132 at 2019-09-13 01:52:57