Trace number 4309668

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 2018-08-14? (TO) 2519.97 2520.01

General information on the benchmark

NameQuasigroups/
QuasiGroup-4-20_c18.xml
MD5SUMced38eac701d5b6d60722ead643d09b8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints762
Number of domains2
Minimum domain size20
Maximum domain size400
Distribution of domain sizes[{"size":20,"count":400},{"size":400,"count":380}]
Minimum variable degree0
Maximum variable degree383
Distribution of variable degrees[{"degree":0,"count":20},{"degree":2,"count":380},{"degree":382,"count":20},{"degree":383,"count":380}]
Minimum constraint arity3
Maximum constraint arity401
Distribution of constraint arities[{"arity":3,"count":380},{"arity":20,"count":1},{"arity":400,"count":1},{"arity":401,"count":380}]
Number of extensional constraints0
Number of intensional constraints380
Distribution of constraint types[{"type":"intension","count":380},{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":380}]
Optimization problemNO
Type of objective

Solver Data


Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309668-1534317081/watcher-4309668-1534317081 -o /tmp/evaluation-result-4309668-1534317081/solver-4309668-1534317081 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534293327-696 --watchdog 2580 xcsp_picat HOME/instance-4309668-1534317081.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=4030, runsolver pid=4027

[startup+0.100205 s]*
/proc/loadavg: 2.00 2.05 2.06 3/191 4031
/proc/meminfo: memFree=24573792/32770624 swapFree=67108856/67108860
[pid=4030] ppid=4027 vsize=2033712 memory=29268 CPUtime=0.1 cores=0,2,4,6
/proc/4030/stat : 4030 (xcsp_picat) R 4027 4030 665 0 -1 4202496 1880 0 0 0 10 0 0 0 20 0 1 0 249271247 2082521088 7317 33554432000 4194304 5849940 140730177197760 140730177197760 140169677037447 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 39690240 140730177201334 140730177201412 140730177201412 140730177204170 0
/proc/4030/statm: 508428 7317 689 405 0 505372 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2033712 KiB
Current children cumulated memory: 29268 KiB

[startup+0.2099 s]*
/proc/loadavg: 2.00 2.05 2.06 3/191 4031
/proc/meminfo: memFree=24573048/32770624 swapFree=67108856/67108860
[pid=4030] ppid=4027 vsize=2034396 memory=30068 CPUtime=0.2 cores=0,2,4,6
/proc/4030/stat : 4030 (xcsp_picat) R 4027 4030 665 0 -1 4202496 2079 0 0 0 20 0 0 0 20 0 1 0 249271247 2083221504 7517 33554432000 4194304 5849940 140730177197760 140730177197760 140169677037447 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 39690240 140730177201334 140730177201412 140730177201412 140730177204170 0
/proc/4030/statm: 508599 7517 706 405 0 505543 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2034396 KiB
Current children cumulated memory: 30068 KiB

[startup+0.309205 s]*
/proc/loadavg: 2.00 2.05 2.06 3/191 4031
/proc/meminfo: memFree=24572304/32770624 swapFree=67108856/67108860
[pid=4030] ppid=4027 vsize=2034912 memory=30468 CPUtime=0.31 cores=0,2,4,6
/proc/4030/stat : 4030 (xcsp_picat) R 4027 4030 665 0 -1 4202496 2208 0 0 0 30 1 0 0 20 0 1 0 249271247 2083749888 7617 33554432000 4194304 5849940 140730177197760 140730177197760 140169677037447 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 39690240 140730177201334 140730177201412 140730177201412 140730177204170 0
/proc/4030/statm: 508728 7617 708 405 0 505672 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2034912 KiB
Current children cumulated memory: 30468 KiB

[startup+0.700416 s]
/proc/loadavg: 2.00 2.05 2.06 3/191 4031
/proc/meminfo: memFree=24563996/32770624 swapFree=67108856/67108860
[pid=4030] ppid=4027 vsize=2059604 memory=55208 CPUtime=0.69 cores=0,2,4,6
/proc/4030/stat : 4030 (xcsp_picat) R 4027 4030 665 0 -1 4202496 5864 0 0 0 68 1 0 0 20 0 1 0 249271247 2109034496 13802 33554432000 4194304 5849940 140730177197760 140730177197760 5406286 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 39690240 140730177201334 140730177201412 140730177201412 140730177204170 0
/proc/4030/statm: 514901 13802 710 405 0 511845 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2059604 KiB
Current children cumulated memory: 55208 KiB

[startup+1.50044 s]
/proc/loadavg: 2.00 2.05 2.06 3/191 4031
/proc/meminfo: memFree=24523108/32770624 swapFree=67108856/67108860
[pid=4030] ppid=4027 vsize=2102932 memory=98636 CPUtime=1.49 cores=0,2,4,6
/proc/4030/stat : 4030 (xcsp_picat) R 4027 4030 665 0 -1 4202496 8807 0 0 0 147 2 0 0 20 0 1 0 249271247 2153402368 24659 33554432000 4194304 5849940 140730177197760 140730177197760 5364592 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 39690240 140730177201334 140730177201412 140730177201412 140730177204170 0
/proc/4030/statm: 525733 24659 723 405 0 522677 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2102932 KiB
Current children cumulated memory: 98636 KiB

[startup+3.10997 s]
/proc/loadavg: 2.00 2.05 2.06 3/191 4031
/proc/meminfo: memFree=24469780/32770624 swapFree=67108856/67108860
[pid=4030] ppid=4027 vsize=2138736 memory=133416 CPUtime=3.1 cores=0,2,4,6
/proc/4030/stat : 4030 (xcsp_picat) R 4027 4030 665 0 -1 4202496 24116 0 0 0 307 3 0 0 20 0 1 0 249271247 2190065664 33354 33554432000 4194304 5849940 140730177197760 140730177196008 5416506 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 39690240 140730177201334 140730177201412 140730177201412 140730177204170 0
/proc/4030/statm: 534684 33354 735 405 0 531628 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2138736 KiB
Current children cumulated memory: 133416 KiB

[startup+6.30043 s]
/proc/loadavg: 2.00 2.05 2.06 3/191 4031
/proc/meminfo: memFree=24435920/32770624 swapFree=67108856/67108860
[pid=4030] ppid=4027 vsize=2172340 memory=167144 CPUtime=6.29 cores=0,2,4,6
/proc/4030/stat : 4030 (xcsp_picat) R 4027 4030 665 0 -1 4202496 38230 0 0 0 624 5 0 0 20 0 1 0 249271247 2224476160 41786 33554432000 4194304 5849940 140730177197760 140730177196760 140169677037447 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 39690240 140730177201334 140730177201412 140730177201412 140730177204170 0
/proc/4030/statm: 543085 41786 743 405 0 540029 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2172340 KiB
Current children cumulated memory: 167144 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.05 2.06 3/191 4031
/proc/meminfo: memFree=24466688/32770624 swapFree=67108856/67108860
[pid=4030] ppid=4027 vsize=2139656 memory=135416 CPUtime=12.69 cores=0,2,4,6
/proc/4030/stat : 4030 (xcsp_picat) R 4027 4030 665 0 -1 4202496 53932 0 0 0 1260 9 0 0 20 0 1 0 249271247 2191007744 33854 33554432000 4194304 5849940 140730177197760 140730177196760 140169677037447 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 39690240 140730177201334 140730177201412 140730177201412 140730177204170 0
/proc/4030/statm: 534914 33854 743 405 0 531858 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2139656 KiB
Current children cumulated memory: 135416 KiB

[startup+25.5005 s]
/proc/loadavg: 2.00 2.04 2.06 3/191 4031
/proc/meminfo: memFree=24433256/32770624 swapFree=67108856/67108860
[pid=4030] ppid=4027 vsize=2142684 memory=138440 CPUtime=25.49 cores=0,2,4,6
/proc/4030/stat : 4030 (xcsp_picat) R 4027 4030 665 0 -1 4202496 69616 0 0 0 2532 17 0 0 20 0 1 0 249271247 2194108416 34610 33554432000 4194304 5849940 140730177197760 140730177196152 5356114 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 39690240 140730177201334 140730177201412 140730177201412 140730177204170 0
/proc/4030/statm: 535671 34610 743 405 0 532615 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2142684 KiB
Current children cumulated memory: 138440 KiB

[startup+51.11 s]
/proc/loadavg: 2.00 2.04 2.05 3/191 4031
/proc/meminfo: memFree=24427736/32770624 swapFree=67108856/67108860
[pid=4030] ppid=4027 vsize=2147980 memory=143732 CPUtime=51.1 cores=0,2,4,6
/proc/4030/stat : 4030 (xcsp_picat) R 4027 4030 665 0 -1 4202496 85974 0 0 0 5080 30 0 0 20 0 1 0 249271247 2199531520 35933 33554432000 4194304 5849940 140730177197760 140730177196760 5312632 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 39690240 140730177201334 140730177201412 140730177201412 140730177204170 0
/proc/4030/statm: 536995 35933 743 405 0 533939 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2147980 KiB
Current children cumulated memory: 143732 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/191 4032
/proc/meminfo: memFree=24389340/32770624 swapFree=67108856/67108860
[pid=4030] ppid=4027 vsize=2143544 memory=139288 CPUtime=102.29 cores=0,2,4,6
/proc/4030/stat : 4030 (xcsp_picat) R 4027 4030 665 0 -1 4202496 116625 0 0 0 10177 52 0 0 20 0 1 0 249271247 2194989056 34822 33554432000 4194304 5849940 140730177197760 140730177196632 4213576 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 39690240 140730177201334 140730177201412 140730177201412 140730177204170 0
/proc/4030/statm: 535886 34822 743 405 0 532830 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2143544 KiB
Current children cumulated memory: 139288 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/191 4033
/proc/meminfo: memFree=24387100/32770624 swapFree=67108856/67108860
[pid=4030] ppid=4027 vsize=2145260 memory=141088 CPUtime=162.29 cores=0,2,4,6
/proc/4030/stat : 4030 (xcsp_picat) R 4027 4030 665 0 -1 4202496 132300 0 0 0 16155 74 0 0 20 0 1 0 249271247 2196746240 35272 33554432000 4194304 5849940 140730177197760 140730177196760 140169677037447 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 39690240 140730177201334 140730177201412 140730177201412 140730177204170 0
/proc/4030/statm: 536315 35272 743 405 0 533259 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2145260 KiB
Current children cumulated memory: 141088 KiB

[startup+222.3 s]
/proc/loadavg: 2.44 2.13 2.08 3/191 4034
/proc/meminfo: memFree=24384504/32770624 swapFree=67108856/67108860
[pid=4030] ppid=4027 vsize=2147176 memory=142908 CPUtime=222.29 cores=0,2,4,6
/proc/4030/stat : 4030 (xcsp_picat) R 4027 4030 665 0 -1 4202496 135577 0 0 0 22134 95 0 0 20 0 1 0 249271247 2198708224 35727 33554432000 4194304 5849940 140730177197760 140730177196920 140169677037447 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 39690240 140730177201334 140730177201412 140730177201412 140730177204170 0
/proc/4030/statm: 536794 35727 743 405 0 533738 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 2147176 KiB
Current children cumulated memory: 142908 KiB

[startup+282.3 s]
/proc/loadavg: 2.23 2.14 2.08 3/190 4035
/proc/meminfo: memFree=24384688/32770624 swapFree=67108856/67108860
[pid=4030] ppid=4027 vsize=2147708 memory=143596 CPUtime=282.28 cores=0,2,4,6
/proc/4030/stat : 4030 (xcsp_picat) R 4027 4030 665 0 -1 4202496 155176 0 0 0 28111 117 0 0 20 0 1 0 249271247 2199252992 35899 33554432000 4194304 5849940 140730177197760 140730177196920 5437799 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 39690240 140730177201334 140730177201412 140730177201412 140730177204170 0
/proc/4030/statm: 536927 35899 743 405 0 533871 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 2147708 KiB
Current children cumulated memory: 143596 KiB

[startup+342.3 s]
/proc/loadavg: 2.08 2.11 2.08 3/190 4096
/proc/meminfo: memFree=24658112/32770624 swapFree=67108856/67108860
[pid=4030] ppid=4027 vsize=2152688 memory=148644 CPUtime=342.26 cores=0,2,4,6
/proc/4030/stat : 4030 (xcsp_picat) R 4027 4030 665 0 -1 4202496 163236 0 0 0 34083 143 0 0 20 0 1 0 249271247 2204352512 37161 33554432000 4194304 5849940 140730177197760 140730177196760 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 39690240 140730177201334 140730177201412 140730177201412 140730177204170 0
/proc/4030/statm: 538172 37161 743 405 0 535116 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 2152688 KiB
Current children cumulated memory: 148644 KiB

[startup+402.3 s]
/proc/loadavg: 2.03 2.09 2.07 3/191 4162
/proc/meminfo: memFree=24646308/32770624 swapFree=67108856/67108860
[pid=4030] ppid=4027 vsize=2152688 memory=154220 CPUtime=402.26 cores=0,2,4,6
/proc/4030/stat : 4030 (xcsp_picat) R 4027 4030 665 0 -1 4202496 163748 0 0 0 40062 164 0 0 20 0 1 0 249271247 2204352512 38555 33554432000 4194304 5849940 140730177197760 140730177196760 5438519 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 39690240 140730177201334 140730177201412 140730177201412 140730177204170 0
/proc/4030/statm: 538172 38555 743 405 0 535116 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 2152688 KiB
Current children cumulated memory: 154220 KiB

[startup+462.3 s]
/proc/loadavg: 1.98 2.06 2.06 3/191 4163
/proc/meminfo: memFree=24640796/32770624 swapFree=67108856/67108860
[pid=4030] ppid=4027 vsize=2156640 memory=157872 CPUtime=462.26 cores=0,2,4,6
/proc/4030/stat : 4030 (xcsp_picat) R 4027 4030 665 0 -1 4202496 165972 0 0 0 46036 190 0 0 20 0 1 0 249271247 2208399360 39468 33554432000 4194304 5849940 140730177197760 140730177196760 140169677037447 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 39690240 140730177201334 140730177201412 140730177201412 140730177204170 0
/proc/4030/statm: 539160 39468 743 405 0 536104 0
Current children cumulated CPU time: 462.26 s
Current children cumulated vsize: 2156640 KiB
Current children cumulated memory: 157872 KiB


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

/proc/4030/statm: 548544 48855 743 405 0 545488 0
Current children cumulated CPU time: 1722.25 s
Current children cumulated vsize: 2194176 KiB
Current children cumulated memory: 195420 KiB

[startup+1782.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/191 4213
/proc/meminfo: memFree=24247420/32770624 swapFree=67108856/67108860
[pid=4030] ppid=4027 vsize=2270888 memory=272196 CPUtime=1782.25 cores=0,2,4,6
/proc/4030/stat : 4030 (xcsp_picat) R 4027 4030 665 0 -1 4202496 240999 0 0 0 177602 623 0 0 20 0 1 0 249271247 2325389312 68049 33554432000 4194304 5849940 140730177197760 140730177196760 140169677037447 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 39690240 140730177201334 140730177201412 140730177201412 140730177204170 0
/proc/4030/statm: 567722 68049 743 405 0 564666 0
Current children cumulated CPU time: 1782.25 s
Current children cumulated vsize: 2270888 KiB
Current children cumulated memory: 272196 KiB

[startup+1842.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/191 4214
/proc/meminfo: memFree=24295104/32770624 swapFree=67108856/67108860
[pid=4030] ppid=4027 vsize=2221772 memory=223176 CPUtime=1842.25 cores=0,2,4,6
/proc/4030/stat : 4030 (xcsp_picat) R 4027 4030 665 0 -1 4202496 256765 0 0 0 183580 645 0 0 20 0 1 0 249271247 2275094528 55794 33554432000 4194304 5849940 140730177197760 140730177196760 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 39690240 140730177201334 140730177201412 140730177201412 140730177204170 0
/proc/4030/statm: 555443 55794 743 405 0 552387 0
Current children cumulated CPU time: 1842.25 s
Current children cumulated vsize: 2221772 KiB
Current children cumulated memory: 223176 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/191 4215
/proc/meminfo: memFree=24239940/32770624 swapFree=67108856/67108860
[pid=4030] ppid=4027 vsize=2278236 memory=279488 CPUtime=1902.25 cores=0,2,4,6
/proc/4030/stat : 4030 (xcsp_picat) R 4027 4030 665 0 -1 4202496 259816 0 0 0 189561 664 0 0 20 0 1 0 249271247 2332913664 69872 33554432000 4194304 5849940 140730177197760 140730177196760 140169677037447 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 39690240 140730177201334 140730177201412 140730177201412 140730177204170 0
/proc/4030/statm: 569559 69872 743 405 0 566503 0
Current children cumulated CPU time: 1902.25 s
Current children cumulated vsize: 2278236 KiB
Current children cumulated memory: 279488 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/191 4216
/proc/meminfo: memFree=24271132/32770624 swapFree=67108856/67108860
[pid=4030] ppid=4027 vsize=2245464 memory=246868 CPUtime=1962.24 cores=0,2,4,6
/proc/4030/stat : 4030 (xcsp_picat) R 4027 4030 665 0 -1 4202496 269839 0 0 0 195543 681 0 0 20 0 1 0 249271247 2299355136 61717 33554432000 4194304 5849940 140730177197760 140730177196760 5360645 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 39690240 140730177201334 140730177201412 140730177201412 140730177204170 0
/proc/4030/statm: 561366 61717 743 405 0 558310 0
Current children cumulated CPU time: 1962.24 s
Current children cumulated vsize: 2245464 KiB
Current children cumulated memory: 246868 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 4217
/proc/meminfo: memFree=24258712/32770624 swapFree=67108856/67108860
[pid=4030] ppid=4027 vsize=2180188 memory=181720 CPUtime=2022.25 cores=0,2,4,6
/proc/4030/stat : 4030 (xcsp_picat) R 4027 4030 665 0 -1 4202496 270143 0 0 0 201526 699 0 0 20 0 1 0 249271247 2232512512 45430 33554432000 4194304 5849940 140730177197760 140730177196920 140169677037447 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 39690240 140730177201334 140730177201412 140730177201412 140730177204170 0
/proc/4030/statm: 545047 45430 743 405 0 541991 0
Current children cumulated CPU time: 2022.25 s
Current children cumulated vsize: 2180188 KiB
Current children cumulated memory: 181720 KiB

[startup+2082.3 s]
/proc/loadavg: 2.53 2.15 2.09 3/190 4218
/proc/meminfo: memFree=24253840/32770624 swapFree=67108856/67108860
[pid=4030] ppid=4027 vsize=2184944 memory=186156 CPUtime=2082.25 cores=0,2,4,6
/proc/4030/stat : 4030 (xcsp_picat) R 4027 4030 665 0 -1 4202496 277643 0 0 0 207510 715 0 0 20 0 1 0 249271247 2237382656 46539 33554432000 4194304 5849940 140730177197760 140730177196248 140169677037447 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 39690240 140730177201334 140730177201412 140730177201412 140730177204170 0
/proc/4030/statm: 546236 46539 743 405 0 543180 0
Current children cumulated CPU time: 2082.25 s
Current children cumulated vsize: 2184944 KiB
Current children cumulated memory: 186156 KiB

[startup+2142.3 s]
/proc/loadavg: 2.26 2.15 2.09 3/190 4219
/proc/meminfo: memFree=24237772/32770624 swapFree=67108856/67108860
[pid=4030] ppid=4027 vsize=2184944 memory=186348 CPUtime=2142.25 cores=0,2,4,6
/proc/4030/stat : 4030 (xcsp_picat) R 4027 4030 665 0 -1 4202496 277800 0 0 0 213495 730 0 0 20 0 1 0 249271247 2237382656 46587 33554432000 4194304 5849940 140730177197760 140730177196760 140169676625824 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 39690240 140730177201334 140730177201412 140730177201412 140730177204170 0
/proc/4030/statm: 546236 46587 743 405 0 543180 0
Current children cumulated CPU time: 2142.25 s
Current children cumulated vsize: 2184944 KiB
Current children cumulated memory: 186348 KiB

[startup+2202.3 s]
/proc/loadavg: 2.09 2.12 2.09 3/190 4220
/proc/meminfo: memFree=24172796/32770624 swapFree=67108856/67108860
[pid=4030] ppid=4027 vsize=2184944 memory=186348 CPUtime=2202.24 cores=0,2,4,6
/proc/4030/stat : 4030 (xcsp_picat) R 4027 4030 665 0 -1 4202496 281716 0 0 0 219476 748 0 0 20 0 1 0 249271247 2237382656 46587 33554432000 4194304 5849940 140730177197760 140730177196760 5438033 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 39690240 140730177201334 140730177201412 140730177201412 140730177204170 0
/proc/4030/statm: 546236 46587 743 405 0 543180 0
Current children cumulated CPU time: 2202.24 s
Current children cumulated vsize: 2184944 KiB
Current children cumulated memory: 186348 KiB

[startup+2262.3 s]
/proc/loadavg: 2.04 2.10 2.08 3/191 4222
/proc/meminfo: memFree=24257508/32770624 swapFree=67108856/67108860
[pid=4030] ppid=4027 vsize=2164648 memory=166180 CPUtime=2262.24 cores=0,2,4,6
/proc/4030/stat : 4030 (xcsp_picat) R 4027 4030 665 0 -1 4202496 288544 0 0 0 225457 767 0 0 20 0 1 0 249271247 2216599552 41545 33554432000 4194304 5849940 140730177197760 140730177196920 140169677037447 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 39690240 140730177201334 140730177201412 140730177201412 140730177204170 0
/proc/4030/statm: 541162 41545 743 405 0 538106 0
Current children cumulated CPU time: 2262.24 s
Current children cumulated vsize: 2164648 KiB
Current children cumulated memory: 166180 KiB

[startup+2322.3 s]
/proc/loadavg: 2.01 2.08 2.08 3/192 4231
/proc/meminfo: memFree=24187476/32770624 swapFree=67108856/67108860
[pid=4030] ppid=4027 vsize=2168948 memory=170352 CPUtime=2322.24 cores=0,2,4,6
/proc/4030/stat : 4030 (xcsp_picat) R 4027 4030 665 0 -1 4202496 291607 0 0 0 231438 786 0 0 20 0 1 0 249271247 2221002752 42588 33554432000 4194304 5849940 140730177197760 140730177196760 5437824 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 39690240 140730177201334 140730177201412 140730177201412 140730177204170 0
/proc/4030/statm: 542237 42588 743 405 0 539181 0
Current children cumulated CPU time: 2322.24 s
Current children cumulated vsize: 2168948 KiB
Current children cumulated memory: 170352 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.07 2.07 3/192 4232
/proc/meminfo: memFree=24175944/32770624 swapFree=67108856/67108860
[pid=4030] ppid=4027 vsize=2181408 memory=182592 CPUtime=2382.24 cores=0,2,4,6
/proc/4030/stat : 4030 (xcsp_picat) R 4027 4030 665 0 -1 4202496 297051 0 0 0 237421 803 0 0 20 0 1 0 249271247 2233761792 45648 33554432000 4194304 5849940 140730177197760 140730177196760 140169677037447 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 39690240 140730177201334 140730177201412 140730177201412 140730177204170 0
/proc/4030/statm: 545352 45648 743 405 0 542296 0
Current children cumulated CPU time: 2382.24 s
Current children cumulated vsize: 2181408 KiB
Current children cumulated memory: 182592 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.06 2.07 3/192 4233
/proc/meminfo: memFree=24240700/32770624 swapFree=67108856/67108860
[pid=4030] ppid=4027 vsize=2181408 memory=182812 CPUtime=2442.25 cores=0,2,4,6
/proc/4030/stat : 4030 (xcsp_picat) R 4027 4030 665 0 -1 4202496 301742 0 0 0 243403 822 0 0 20 0 1 0 249271247 2233761792 45703 33554432000 4194304 5849940 140730177197760 140730177196760 5438453 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 39690240 140730177201334 140730177201412 140730177201412 140730177204170 0
/proc/4030/statm: 545352 45703 743 405 0 542296 0
Current children cumulated CPU time: 2442.25 s
Current children cumulated vsize: 2181408 KiB
Current children cumulated memory: 182812 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.04 2.06 3/192 4234
/proc/meminfo: memFree=24154920/32770624 swapFree=67108856/67108860
[pid=4030] ppid=4027 vsize=2202752 memory=204276 CPUtime=2502.25 cores=0,2,4,6
/proc/4030/stat : 4030 (xcsp_picat) R 4027 4030 665 0 -1 4202496 306697 0 0 0 249382 843 0 0 20 0 1 0 249271247 2255618048 51069 33554432000 4194304 5849940 140730177197760 140730177196760 5335720 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 39690240 140730177201334 140730177201412 140730177201412 140730177204170 0
/proc/4030/statm: 550688 51069 743 405 0 547632 0
Current children cumulated CPU time: 2502.25 s
Current children cumulated vsize: 2202752 KiB
Current children cumulated memory: 204276 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.04 2.06 3/192 4234
/proc/meminfo: memFree=24148900/32770624 swapFree=67108856/67108860
[pid=4030] ppid=4027 vsize=2209156 memory=210420 CPUtime=2519.95 cores=0,2,4,6
/proc/4030/stat : 4030 (xcsp_picat) R 4027 4030 665 0 -1 4202496 306737 0 0 0 251147 848 0 0 20 0 1 0 249271247 2262175744 52605 33554432000 4194304 5849940 140730177197760 140730177196760 140169677037447 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 39690240 140730177201334 140730177201412 140730177201412 140730177204170 0
/proc/4030/statm: 552289 52605 743 405 0 549233 0
Current children cumulated CPU time: 2519.95 s
Current children cumulated vsize: 2209156 KiB
Current children cumulated memory: 210420 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2520.01 s]
# the end of solver process 4030 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2511.47 s, system=8.49293 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2520.01
CPU time (s): 2519.97
CPU user time (s): 2511.47
CPU system time (s): 8.49293
CPU usage (%): 99.9981
Max. virtual memory (cumulated for all children) (KiB): 2343776
Max. memory (cumulated for all children) (KiB): 344916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2511.47
system time used= 8.49293
maximum resident set size= 344916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 306737
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= 37
involuntary context switches= 955


# summary of solver processes directly reported to runsolver:
#   pid: 4030
#   total CPU time (s): 2519.97
#   total CPU user time (s): 2511.47
#   total CPU system time (s): 8.49293

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.95878 second user time and 19.1182 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-15 09:11:21
IDJOB=4309668
IDBENCH=141619
IDSOLVER=2794
FILE ID=node132/4309668-1534317081
RUNJOBID= node132-1534293327-696
PBS_JOBID= 21038142
Free space on /tmp= 38896 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-4-20_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309668-1534317081/watcher-4309668-1534317081 -o /tmp/evaluation-result-4309668-1534317081/solver-4309668-1534317081 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534293327-696 --watchdog 2580  xcsp_picat HOME/instance-4309668-1534317081.xml

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

MD5SUM BENCH= ced38eac701d5b6d60722ead643d09b8
RANDOM SEED=2120165022

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.65
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.65
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.65
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.65
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:        24600720 kB
MemAvailable:   31673644 kB
Buffers:          222380 kB
Cached:          7084056 kB
SwapCached:            4 kB
Active:          4054568 kB
Inactive:        3530792 kB
Active(anon):     228512 kB
Inactive(anon):   110864 kB
Active(file):    3826056 kB
Inactive(file):  3419928 kB
Unevictable:        6984 kB
Mlocked:            6984 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:              3204 kB
Writeback:             0 kB
AnonPages:        285624 kB
Mapped:            60380 kB
Shmem:             58012 kB
Slab:             283620 kB
SReclaimable:     255400 kB
SUnreclaim:        28220 kB
KernelStack:        3424 kB
PageTables:         6168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2574956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 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= 38896 MiB
End job on node132 at 2018-08-15 09:53:21